/* COMMON */

textarea,
textarea:hover,
textarea:focus,
textarea:active,
a,
button,
input,
a:active,
button:active,
input:active,
a:focus,
button:focus,
input:focus,
a:hover,
button:hover,
input:hover {
    outline: none;
}

html {
    overflow-x: hidden;
}

body {
    padding: 0 !important;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Raleway", sans-serif;
    background: #f5f3f2;
    color: #fff;
}

section {
    position: relative;
}

h2 {
    text-transform: uppercase;
    line-height: 43px;
    font-size: 37px;
    text-align: center;
    font-weight: 900;
}

/* BUTTONS */

.btn,
.btn:focus,
.btn:hover,
.btn:active {
    outline: none !important;
}

.btn {
    text-transform: uppercase;
    line-height: 1;
    background: #ffa200;
    -webkit-transition: .1s;
    transition: .1s;
}

.btn:hover,
.btn:active {
    color: #fff;
    background: #ffcc00;
}

.btn:focus {
    color: #fff;
}

.btn:active {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
}

.btn-big {
    border: 3px solid #ffd800;
    padding: 22px 24px 21px;
    font-weight: 900;
    border-radius: 40px;
    box-shadow: 0 0 0 7px #ffa200, 0 23px 51px rgba(0, 0, 0, .47);
    font-size: 30px;
}

.btn-big:hover {
    border: 3px solid #ffd800;
    box-shadow: 0 0 0 7px #ffcc00, 0 12px 29px rgba(255, 204, 0, .9);
}

.btn-big:active {
    box-shadow: 0 0 0 7px #ffcc00, 0 7px 19px rgba(255, 204, 0, 1);
}

.btn-medium {
    border: 3px solid #ffd800;
    letter-spacing: 2px;
    padding: 16px 12px 16px;
    font-weight: 800;
    border-radius: 40px;
    box-shadow: 0 0 0 6px #ffa200, 0 12px 29px rgba(255, 162, 0, .76);
    font-size: 23px;
}

.btn-medium:hover {
    border: 3px solid #ffd800;
    box-shadow: 0 0 0 6px #ffcc00, 0 12px 29px rgba(255, 204, 0, .9);
}

.btn-medium:active {
    box-shadow: 0 0 0 6px #ffcc00, 0 7px 19px rgba(255, 204, 0, 1);
}

.btn-small {
    letter-spacing: 2px;
    padding: 10px 12px 10px;
    font-weight: 800;
    border-radius: 40px;
    box-shadow: 0 0 0 5px #ffa200, 0 12px 29px rgba(255, 162, 0, .76);
    font-size: 16px;
    border: 2px solid #ffd800;
}

.btn-small:hover {
    box-shadow: 0 0 0 5px #ffcc00, 0 12px 29px rgba(255, 204, 0, .9);
}

.btn-small:active {
    box-shadow: 0 0 0 5px #ffcc00, 0 7px 19px rgba(255, 204, 0, 1);
}

.btn-modal {
    letter-spacing: 1px;
    padding: 17px 12px 16px;
    font-weight: 800;
    border-radius: 40px;
    box-shadow: 0 0 0 4px #ffa200, 0 23px 51px rgba(0, 0, 0, .21);
    font-size: 18px;
    border: 3px solid #ffd800;
    width: 302px;
    margin-top: 4px;
}

.btn-modal:hover {
    box-shadow: 0 0 0 4px #ffcc00, 0 12px 29px rgba(255, 204, 0, .9);
}

.btn-modal:active {
    box-shadow: 0 0 0 4px #ffcc00, 0 7px 19px rgba(255, 204, 0, 1);
}

.up-btn {
    display: none;
    padding: 10px 11px 10px 13px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ffa200, 0 12px 29px rgba(255, 162, 0, .76);
    font-size: 16px;
    border: 2px solid #ffd800;
    position: fixed;
    bottom: 130px;
    right: 5%;
    -webkit-transition: .2s;
    transition: .2s;
}

.up-btn:hover {
    box-shadow: 0 0 0 5px #ffcc00, 0 12px 29px rgba(255, 204, 0, .9);
}

.up-btn:active {
    box-shadow: 0 0 0 5px #ffcc00, 0 7px 19px rgba(255, 204, 0, 1);
}

.callback-btn {
    background: #00d127;
    padding: 6px 7px 6px 8px;
    border-radius: 50%;
    font-size: 16px;
    border: 2px solid #08c32b;
    box-shadow: 0 0 0 5px #00d127, 0 6px 15px rgba(8, 195, 43, 1);
}

.callback-btn:hover,
.callback-btn:active {
    background: #00dd29;
}

.callback-btn:hover {
    box-shadow: 0 0 0 5px #00dd29, 0 6px 15px rgba(0, 221, 41, 1);
}

.callback-btn:active {
    box-shadow: 0 0 0 5px #00dd29, 0 3px 7px rgba(0, 221, 41, .5);
}

/* INPUTS */

.form-control {
    border: 1px solid transparent;
    border-radius: 50px;
    box-shadow: 0 5px 32px rgba(0, 0, 0, .37);
    color: #404040;
    letter-spacing: 2px;
    display: inline-block;
    padding: 22px 49px 23px;
    font-size: 18px;
    font-weight: 300;
    width: 350px;
    height: auto;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: 0 0 8px rgba(255, 204, 0, 0.6);
    outline: 0 none;
}

/* SELECT */

.btn.dropdown-toggle,
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:hover,
.btn.dropdown-toggle:active {
    background: transparent !important;
    border: none !important;
    color: #a3a3a3 !important;
    text-transform: none !important;
    outline: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 0;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 310px;
}

.caret {
    color: #ffa200;
    border: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 25px;
    margin-top: -7px;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0 0 30px 30px;
    border-top: none;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    box-shadow: none;
    margin: 0;
    left: -1px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    background: #f7f7f7;
    border-radius: 0 0 30px 30px;
    padding-bottom: 10px;
    overflow: hidden;
    width: 308px;
}

.dropdown-menu > li > a {
    padding-left: 26px;
    padding-right: 2px;
}

.dropdown-menu > li > a:hover {
    background: #ffa200;
}

.dropdown-menu > li > a:focus {
    background: #f7f7f7;
}

.modal-dialog .form-control.bootstrap-select {
    padding: 16px 14px !important;
    box-shadow: none !important;
}

.bootstrap-select.form-control.open {
    border-bottom: none;
    border-radius: 30px 30px 0 0;
}

/* MENU */

.navbar {
    border: none;
    margin-bottom: 0;
    height: 44px;
    min-height: 0;
    border-radius: 0;
    padding: 0;
}

.navbar .container {
    text-align: center;
}

.navbar-default {
    background-color: #1b203d;
    border: none;
    padding: 0;
}

.navbar-default .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin: 0 -2px;
    text-transform: uppercase;
    padding: 16px 29px 15px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #ffa200;
}

.navbar-default .navbar-nav > li::before {
    content: "\00B7";
    position: absolute;
    color: #fff;
    font-size: 28px;
    left: -3px;
}

.navbar-default .navbar-nav > li:first-child::before {
    content: "";
}

.navbar--clone {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar--stick {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

/* HEADER */

header {
    height: 67px;
}

.top-brand {
    font-family: "Iskra", sans-serif;
    font-size: 24px;
    color: #4557a4;
    margin-left: 15px;
    display: inline-block;
}

.top-brand .brand-image {
    display: inline-block;
    width: 41px;
    height: 35px;
    margin: 0 5px;
    background: url("../img/header-sprite.png") 0 -8px no-repeat;
    position: relative;
    top: 10px;
}

.top-mail {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    margin-left: 129px;
    position: relative;
    top: 8px;
}

.top-mail a {
    color: #1b203d;
}

.top-mail .mail-motto {
    font-weight: 300;
    font-size: 14px;
    color: #848484;
    line-height: 14px;
}

.top-mail .mail-motto::before {
    width: 39px;
    height: 26px;
    background: url("../img/header-sprite.png") -46px -10px no-repeat;
    content: "";
    position: absolute;
    left: -55px;
    top: 4px;
}

.top-phone {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 21px;
    margin-left: 96px;
    position: relative;
    top: 8px;
}

.top-phone a {
    color: #1b203d;
}

.top-phone .phone-motto {
    font-weight: 300;
    font-size: 14px;
    color: #848484;
    line-height: 14px;
}

.top-phone .phone-motto::before {
    width: 40px;
    height: 40px;
    background: url("../img/header-sprite.png") -86px -7px no-repeat;
    content: "";
    position: absolute;
    left: -52px;
    top: 4px;
}

.callback-btn {
    display: inline-block;
    position: relative;
    top: 15px;
    margin-right: 15px;
}

/* TOP */

.top-section {
    height: 686px;
    background: url("../img/top-min.jpg") no-repeat center 0;
    text-align: center;
}

.band {
    height: 260px;
    background: url("../img/band.png") no-repeat 60px center;
    margin-top: 25px;
}

.band-top,
.band-bottom {
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.band-top {
    margin-top: -3px;
}

.band-middle {
    font-family: "Kulag", sans-serif;
    font-size: 78px;
    text-transform: uppercase;
    line-height: 71px;
    margin-top: 23px;
}

.band-middle span {
    font-size: 44px;
    position: relative;
    top: -28px;
}

.band-bottom {
    margin-top: 18px;
}

.stripe {
    height: 91px;
    background: url("../img/stripe.png") no-repeat 156px center;
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    padding-top: 14px;
    margin-top: 21px;
}

.stripe span {
    color: #ffef00;
}

.top-section .btn-big {
    width: 410px;
    margin-top: 36px;
}

.logos {
    height: 127px;
    background: url("../img/logos1.png") no-repeat 342px center;
    margin-top: 19px;
}

/* USAGE */

.usage-section {
    height: 1485px;
    background: url("../img/usage-min.jpg") no-repeat center -40px;
}

.usage-section h2 {
    margin-top: 30px;
}

.usage-features {
    position: relative;
    height: 650px;
    margin-top: 77px;
}

.usage-features span {
    font-weight: 500;
    font-size: 18px;
    position: relative;
    line-height: 24px;
}

.usage-features .eleven {
    width: 336px;
    height: 120px;
    background: url("../img/eleven.png") no-repeat 100% 100%;
    padding-left: 5px;
    position: absolute;
    left: 185px;
    top: -5px;
}

.usage-features .eleven span {
    top: -3px;
}

.usage-features .one {
    width: 362px;
    height: 129px;
    background: url("../img/one.png") no-repeat 0 100%;
    position: absolute;
    right: 173px;
    top: 68px;
    text-align: right;
    padding-right: 2px;
}

.usage-features .one span {
    top: -7px;
}

.usage-features .three {
    width: 362px;
    height: 129px;
    background: url("../img/three.png") no-repeat 0 100%;
    position: absolute;
    right: -3px;
    top: 231px;
}

.usage-features .three span {
    top: -52px;
    left: 80px;
}

.usage-features .five {
    width: 362px;
    height: 129px;
    background: url("../img/five.png") no-repeat 0 100%;
    position: absolute;
    right: -19px;
    bottom: 137px;
}

.usage-features .five span {
    top: -26px;
    left: 63px;
}

.usage-features .six {
    width: 370px;
    height: 158px;
    background: url("../img/six.png") no-repeat center 0;
    position: absolute;
    left: 385px;
    bottom: 26px;
    text-align: center;
}

.usage-features .six span {
    bottom: -139px;
}

.usage-features .seven {
    width: 400px;
    height: 120px;
    background: url("../img/seven.png") no-repeat 100% 100%;
    padding-left: 3px;
    position: absolute;
    left: 11px;
    bottom: 121px;
}

.usage-features .seven span {
    top: 27px;
}

.usage-features .eight {
    width: 495px;
    height: 120px;
    background: url("../img/eight.png") no-repeat 100% 100%;
    padding-left: 10px;
    position: absolute;
    left: 3px;
    bottom: 265px;
}

.usage-features .eight span {
    top: 22px;
}

.usage-features .ten {
    width: 312px;
    height: 87px;
    background: url("../img/ten.png") no-repeat 100% 100%;
    padding-left: 7px;
    position: absolute;
    left: 7px;
    top: 153px;
}

.usage-features .ten span {
    top: 5px;
}

.usage-header {
    text-align: center;
    padding: 0 15px;
    margin-top: 31px;
}

.usage-header .line {
    height: 2px;
    background: #01bdfb;
}

.usage-header h2 {
    display: inline;
    background: linear-gradient(to bottom, #4e5062, #484a5c);
    padding: 0 43px;
    position: relative;
    top: -24px;
}

.usage-list {
    width: 50%;
    float: left;
    margin-top: 18px;
    padding-left: 40px;
    padding-right: 40px;
}

.usage-list ul {
    list-style-image: url("../img/pin.png");
}

.usage-list ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 6px;
}

.usage-list ul li span {
    position: relative;
    top: -5px;
}

.usage-icons {
    padding-left: 26px;
}

.usage-icon {
    float: left;
    width: 158px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-top: 40px;
}

.usage-icon .icon-top {
    height: 65px;
    margin-bottom: 19px;
}

/* CATALOG */

.catalog-section {
    height: auto;
    background: url("../img/catalog-min.jpg") no-repeat center;
    background-size: cover;
}

.catalog-section h2 {
    margin-top: 40px;
}

.sub-header {
    text-align: center;
    margin-top: 15px;
}

.catalog-body {
    padding: 0 20px;
    margin-top: 37px;
}

.catalog-item {
    width: 535px;
    height: 990px;
    background: #fff;
    float: left;
    margin-bottom: 30px;
    text-align: center;
    color: #000;
    position: relative;
    padding-bottom: 145px;
}

.catalog-item:nth-child(odd) {
    margin-right: 30px;
}

.short-line {
    width: 66px;
    height: 2px;
    background: #ffc500;
    margin: 45px auto 15px;
}

.catalog-item h3 {
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0 20px;
    letter-spacing: 5px;
    line-height: 30px;
    margin-top: 55px;
    min-height: 60px;
}

.catalog-item h3 span {
    font-size: 18px;
}

.catalog-item i {
    font-style: normal;
    vertical-align: super;
    font-size: smaller;
    line-height: 1;
}

.catalog-item .btn-big {
    color: #fff;
    letter-spacing: 7px;
    position: absolute;
    width: 460px;
    left: 37px;
    bottom: 43px;
    box-shadow:  0 0 0 7px #ffa200, 0 12px 29px rgba(255, 162, 0, .86);
}

.catalog-item .btn-big:hover {
    box-shadow: 0 0 0 7px #ffcc00, 0 12px 29px rgba(255, 204, 0, .9);
}

.catalog-item .btn-big:active {
    box-shadow: 0 0 0 7px #ffcc00, 0 7px 19px rgba(255, 204, 0, 1);
}

.properties {
    padding-left: 70px;
    padding-right: 35px;
}

.properties .prop {
    float: left;
    text-align: left;
    font-size: 18px;
    width: 186px;
    background: url("../img/dotted-min.jpg") left bottom repeat-x;
    padding: 14px 0 12px;
    position: relative;
}

.properties .prop:nth-child(odd) {
    margin-right: 46px;
    width: 186px;
}

.properties .prop:nth-child(even) {
    width: 196px;
}

.properties .prop:nth-child(7) {
    background: none;
    width: 100%;
}

.properties .prop h4 {
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1;
}

.properties .prop span {
    font-weight: 300;
    line-height: 1;
}

.properties .prop span span {
    font-size: 13px;
}

.properties .prop:nth-child(7) h4 {
    display: inline;
    margin-right: 5px;
}

.properties .prop:before {
    background: url("../img/catalog-sprite.png") no-repeat;
    position: absolute;
    content: "";
}

.properties .prop.wall:before,
.properties .prop.thickness:before {
    background-position: 0 0;
    width: 21px;
    height: 18px;
    left: -32px;
    top: 14px;
}

.properties .prop.length:before {
    background-position: -226px 0;
    width: 20px;
    height: 9px;
    left: -32px;
    top: 20px;
}

.properties .prop.density:before {
    background-position: -23px 0;
    width: 22px;
    height: 18px;
    left: -32px;
    top: 16px;
}

.properties .prop.tape:before,
.properties .prop.role:before {
    background-position: -46px 0;
    width: 23px;
    height: 22px;
    left: -32px;
    top: 11px;
}

.properties .prop.pack:before {
    background-position: -274px 0;
    width: 21px;
    height: 21px;
    left: -32px;
    top: 13px;
}

.properties .prop.material:before,
.properties .prop.inRole:before {
    background-position: -249px 0;
    width: 23px;
    height: 19px;
    left: -32px;
    top: 13px;
}

.properties .prop.size:before {
    background-position: -71px 0;
    width: 22px;
    height: 21px;
    left: -32px;
    top: 13px;
}

.properties .prop.diameter:before {
    background-position: -165px 0;
    width: 22px;
    height: 22px;
    left: -32px;
    top: 13px;
}

.properties .prop.group:before {
    background: url("../img/fire.png") no-repeat;
    width: 20px;
    height: 27px;
    left: -32px;
    top: 8px;
}

.properties .prop.temp:before {
    background-position: -188px 0;
    width: 15px;
    height: 23px;
    left: -28px;
    top: 12px;
}

.properties .prop.heat:before {
    background-position: -94px 0;
    width: 21px;
    height: 16px;
    left: -32px;
    top: 17px;
}

.properties .prop.price:before {
    background-position: -118px 0;
    width: 22px;
    height: 22px;
    left: -32px;
    top: 13px;
}

.properties .prop.water:before {
    background-position: -203px 0;
    width: 21px;
    height: 27px;
    left: -32px;
    top: 8px;
}

.properties .prop.structure:before {
    background-position: -142px 0;
    width: 21px;
    height: 21px;
    left: -32px;
    top: 13px;
}

.properties .prop.color:before {
    background-position: -142px 0;
    width: 21px;
    height: 21px;
    left: -32px;
    top: 13px;
}

/* CHOICE */

.choice-section {
    height: 532px;
    background: url("../img/right-min.jpg") no-repeat center;
    text-align: center;
    background-size: cover;
}

.choice-motto {
    font-family: "GothamPro", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-top: 45px;
}

.choice-motto s {
    text-decoration: none;
    background: #31006e;
    font-weight: 900;
    padding: 3px 6px;
}

.choice-motto span {
    font-size: 36px;
    line-height: 48px;
}

.choice-motto span u {
    text-decoration: none;
    color: #ffd800;
}

.choice-section form {
    margin-top: 50px;
}

.choice-section .btn-medium {
    width: 350px;
    margin-left: 6px;
}

.choice-section .form-control {
    margin-right: 26px;
}

.contacts-phone,
.choice-phone {
    font-family: "GothamPro", sans-serif;
    font-weight: 600;
    margin-top: 44px;
}

.contacts-phone span,
.choice-phone span {
    color: #ffd800;
    font-size: 24px;
}

.contacts-phone a,
.choice-phone a {
    font-size: 30px;
    color: #fff;
}

.contacts-phone a:hover,
.choice-phone a:hover {
    text-decoration: none;
}

.contacts-phone .phone-label,
.choice-phone .phone-label {
    margin: 0 9px;
}

/* CERT */

.cert-section {
    height: 620px;
    background: url("../img/cert-min.jpg") no-repeat center;
}

.cert-section h2 {
    margin-top: 30px;
}

.cert-slider {
    width: 941px;
    margin: 37px auto 0;
    padding-left: 15px;
}

.cert-slider .frame {
    width: 277px;
    height: 389px;
    background: url("../img/frame-min.jpg") no-repeat;
    padding: 8px;
    position: relative;
}

.cert-slider .frame:last-child {
    margin-right: 0;
}

.cert-slider .frame a .frame-fade,
.cert-slider .frame a img {
    width: 261px;
    height: 372px;
}

.cert-slider .frame a .frame-fade {
    position: absolute;
    top: 8px;
    left: 8px;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    background: rgba(64, 64, 64, .39);
}

.cert-slider .frame a .frame-fade .icon-zoom {
    width: 50px;
    height: 50px;
    background: url("../img/zoom-icon.png") no-repeat;
    margin-top: 160px;
    margin-left: 107px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(.4);
    transform: scale(.4);
}

.cert-slider .frame a:hover .frame-fade {
    opacity: 1;
}

.cert-slider .frame a:hover .frame-fade .icon-zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: url("../img/btn-arrow.png") #ffa200 no-repeat center;
    width: 54px;
    height: 54px;
    padding: 0;
    position: absolute;
    top: 160px;
    box-shadow: 0 0 0 5px #ffa200, 0 23px 51px rgba(0, 0, 0, .47);
    border-radius: 50%;
    border: 3px solid #ffd800;
    -webkit-transition: .1s;
    transition: .1s;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: url("../img/btn-arrow.png") #ffcc00 no-repeat center;
    box-shadow: 0 0 0 5px #ffcc00, 0 12px 29px rgba(255, 204, 0, .9);
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: -83px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
    right: -73px;
}

/* PREFERENCES */

.preferences-section {
    height: 730px;
    background: url("../img/pref-min.jpg") no-repeat center;
}

.preferences-section h2 {
    margin-top: 30px;
}

.preferences-section h2 span {
    color: #ffc500;
}

.preferences-body {
    text-align: center;
    padding: 0 15px;
}

.preferences-teaser {
    text-align: center;
    width: 25%;
    float: left;
}

.preferences-teaser .icon-wrapper {
    padding-left: 53px;
    height: 130px;
    margin-bottom: 20px;
}

.preferences-teaser .preference-icon {
    display: table-cell;
    vertical-align: middle;
}

.preferences-teaser span {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.preferences-teaser span a {
    color: #ffc500;
    text-decoration: underline;
}

/* STEPS */

.steps-section {
    height: 630px;
    background: url("../img/steps-min.jpg") no-repeat center;
}

.steps-section h2 {
    margin-top: 30px;
}

.process {
    margin-top: 29px;
    margin-bottom: 30px;
    text-align: center;
}

.process .step {
    display: inline-block;
}

.process .step:nth-child(odd) {
    width: 180px;
}

.process .step:nth-child(even) .step-image {
    position: relative;
    width: 70px;
}

.process .step .number {
    font-family: "GothamPro", sans-serif;
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 52px;
}

.process .step .step-info {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    height: 80px;
    display: table-cell;
    vertical-align: text-top;
    width: 180px;
    text-align: center;
    padding-top: 55px;
    overflow: visible;
    white-space: nowrap;
}

.process .step .step-info span {
    font-weight: 300;
}

.steps-section .btn-small {
    width: 240px;
    margin-top: 15px;
    margin-left: 65px;
}

/* CONTACTS */

.contacts-section {
    height: 699px;
    background: url("../img/contacts-min.jpg") no-repeat center;
}

.contacts-section .container {
    position: relative;
    height: 100%;
}

.contacts-section h2 {
    margin-top: 61px;
}

.girl {
    position: absolute;
    width: 480px;
    height: 578px;
    background: url("../img/girl.png") no-repeat center;
    bottom: 0;
    left: -70px;
}

.contacts-body {
    margin-left: 396px;
    margin-top: 98px;
}

.contacts-body h3 {
    font-family: "GothamPro", sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.contacts-form {
    margin-top: 59px;
}

.contacts-form .btn-medium {
    width: 337px;
}

.contacts-form .form-control {
    margin-bottom: 30px;
}

.contacts-phone {
    text-align: center;
}

/* FOOTER */

footer {
    background: #fff;
}

.footer-contacts {
    height: 114px;
    color: #000;
}

.contacts-label {
    float: left;
    font-weight: 900;
    font-size: 37px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-top: 31px;
    margin-right: 53px;
}

.footer-contacts_contacts {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    padding-top: 25px;
    line-height: 32px;
}

.footer-contacts_contacts a {
    color: #000;
}

.footer-contacts_contacts a:hover {
    color: #000;
}

.footer-contacts_contacts .glyphicon {
    color: #ffa200;
    margin-right: 12px;
    font-size: 16px;
}

.footer-contacts_contacts .email,
.footer-contacts_contacts .phone {
    display: inline-block;
}

.footer-contacts_contacts .email {
    margin-right: 30px;
}

#map {
    width: 100%;
    height: 450px;
}

.copyright {
    height: 93px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 27px;
}

.copyright span {
    color: #6b6b6b;
    font-family: "OpenSans", sans-serif;
    font-size: 13px;
}

.copyright .btn-small {
    font-size: 16px;
    letter-spacing: 1px;
    width: 205px;
    margin: 0 70px;
    padding-top: 10px;
}

.seo-text {
    padding: 15px 0 20px;
}

.seo-text p {
    color: #6b6b6b;
    font-family: "OpenSans", sans-serif;
    font-size: 14px;
    margin-top: 15px;
}

/* MODAL */

body.modal-open {
    overflow: auto;
}

.modal-dialog {
    margin-top: 100px;
    width: 410px;
}

.modal.fade .modal-dialog {
    transform: translateY(0);
}

.modal-dialog .form-control {
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
    box-shadow: inset 0 5px 13px rgba(0, 0, 0, .08);
    font-family: "GothamPro", sans-serif;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 500;
    padding: 19px 28px;
    width: 310px;
}

.modal-dialog .form-control:focus {
    border: 1px solid rgba(255, 204, 0, 0.7);
    box-shadow: 0 0 8px rgba(255, 204, 0, 0.6);
}

.modal-content {
    background: #fff;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    text-align: center;
}

.modal-header {
    border: none;
}

.modal-header .close {
    font-size: 48px;
    font-weight: 500;
    color: #000;
    opacity: 1;
    text-shadow: none;
    margin-top: -20px;
    margin-right: -4px;
}

.modal-body h2,
.modal-header h2 {
    font-family: "GothamPro", sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-top: 21px;
    margin-bottom: 0;
    color: #000;
    line-height: 30px;
}

.modal-body {
    padding-top: 9px;
}

.modal-body .form-control {
    margin-bottom: 12px;
}

.modal-footer {
    font-family: "Open Sans", sans-serif;
    color: #a3a3a3;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border-top: none;
    padding-top: 21px;
    padding-bottom: 26px;
}

#modal-success .modal-body {
    display: table-cell;
    vertical-align: middle;
    width: 410px;
    text-align: center;
}

#modal-success h2 {
    margin: 0 0 15px;
}

#modal-terms .modal-dialog {
    width: 1140px;
}

#modal-terms .modal-body {
    color: #000;
    text-align: left;
    padding-top: 0;
}

#modal-terms .modal-body h2 {
    margin: 0 0 20px;
}

/* VALIDATION */

.error {
    font-weight: 300;
}

.error {
    border-color: rgba(241, 46, 21, .8);
    -webkit-animation: invalid 0.5s linear 3 forwards;
    animation: invalid 0.5s linear 3 forwards;
}

@-webkit-keyframes invalid {
    0%, 100% {
        -webkit-box-shadow: inset 0 0 6px rgba(241, 46, 21, .6);
        box-shadow: inset 0 0 6px rgba(241, 46, 21, 1);
    }
    50% {
        -webkit-box-shadow: inset 0 0 6px rgba(241, 46, 21, 0);
        box-shadow: inset 0 0 6px rgba(241, 46, 21, 0);
    }
}

@keyframes invalid {
    0%, 100% {
        -webkit-box-shadow: inset 0 0 6px rgba(241, 46, 21, .6);
        box-shadow: inset 0 0 6px rgba(241, 46, 21, 1);
    }
    50% {
        -webkit-box-shadow: inset 0 0 6px rgba(241, 46, 21, 0);
        box-shadow: inset 0 0 6px rgba(241, 46, 21, 0);
    }
}

/* RoyalSlider */
.royalSlider {
    width: 535px;
    height: 388px;
    position: relative;
    direction: ltr;
}

.royalSlider > * {
    float: left;
}

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
    transform: none;
}

.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;

}

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    right: 0;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 44px;
    cursor: pointer;
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}

.rsTabs {
    float: left;
    background: none !important;
}

.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
}

img.rsImg {
    max-width: none;
}

img.rsImg.projectImg {
    width: 50% !important;
    height: 86.5% !important;
    position: absolute;
    top: 77px;
    left: 0;
}

.rsText {
    width: 47% !important;
    float: right;
}

.rsNoDrag {
    cursor: auto;
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
}

.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
    background: #FFF;
}

.rsDefaultInv .rsThumb.rsNavSelected {
    background: #dadada;
    color: #000;
}

.rsSlideTitle {
    font-size: 24px;
    padding: 11px 13px 14px;
    background: rgba(116, 194, 226, 0.8);
    color: #fff;
    margin: 0;
    line-height: 21px;
    font-weight: 300;
    left: 7%;
    text-shadow: 1px 1px 2px #117590;
}

.rsFirstSlideTitle {
    top: 74px;
}

.rsSecondSlideTitle {
    top: 124px;
}

.rsThirdSlideTitle {
    top: 174px;
}

.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
    background: #fff;
    color: #222;
}

.rsDefaultInv .rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsDefaultInv.rsVer .rsArrow {
    width: 100%;
    height: 44px;
}

.rsDefaultInv.rsVer .rsArrowLeft {
    top: 0;
    left: 0;
}

.rsDefaultInv.rsVer .rsArrowRight {
    bottom: 0;
    left: 0;
}

.rsDefaultInv.rsHor .rsArrowLeft {
    left: 0;
    top: 0;
}

.rsDefaultInv.rsHor .rsArrowRight {
    right: 0;
    top: 0;
}

.rsDefaultInv .rsArrowIcn {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, .75);
    *background-color: #FFF;
    border-radius: 2px;
}

.rsDefaultInv .rsArrowIcn:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -64px -32px;
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -64px -64px;
}

.rsDefaultInv.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px;
}

.rsDefaultInv.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px;
}

.rsDefaultInv .rsArrowDisabled .rsArrowIcn {
    filter: alpha(opacity=20);
    opacity: .2;
    *display: none;
}

.rsDefaultInv .rsThumbsHor {
    width: 100%;
    height: 72px;
}

.rsDefaultInv .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
}

.rsDefaultInv .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px;
}

.rsDefaultInv .rsThumb img {
    width: 100%;
    height: 100%;
}

.rsDefaultInv .rsThumb.rsNavSelected {
    background: #FFF;
}

.rsDefaultInv .rsThumb.rsNavSelected img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.rsDefaultInv .rsTmb {
    display: block;
}

.rsDefaultInv .rsTmb h5 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.rsDefaultInv .rsTmb span {
    color: #DDD;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
}

.rsDefaultInv .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    background: #FFF;
    background: rgba(255, 255, 255, 0.75);
}

.rsDefaultInv .rsThumbsArrow:hover {
    background: rgba(255, 255, 255, 0.9);
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0;
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
}

.rsDefaultInv .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px;
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px;
}

.rsDefaultInv .rsThumbsArrowDisabled {
    display: none !important;
}

.rsDefaultInv .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
}

.rsDefaultInv .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #D9D9DD;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;

    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);

    -webkit-box-shadow: inset 1px 0 0 #fff;
    box-shadow: inset 1px 0 0 #fff;

    *display: inline;
    *zoom: 1;
}

.rsDefaultInv .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rsDefaultInv .rsTab:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;

    border-right: 1px solid #cfcfcf;
}

.rsDefaultInv .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsDefaultInv .rsTab.rsNavSelected {
    color: #FFF;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

.rsOverflow .rsSlide img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 !important;!i;!;
}

.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
    background: none;
}

.rsOverflow {
    position: absolute;
    right: 0;
}

.rsUni .rsThumb {
    height: 109px;
    width: 109px;
    border-radius: 50%;
    position: relative;
}

.rsUni .rsThumb.rsNavSelected .rsTmb {
    padding: 0 !important;
    cursor: default;
    opacity: 1;
    filter: alpha(opacity=100);
}

.rsUni .rsThumb .border {
    width: 109px;
    height: 109px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #ffaf00;
}

.rsUni .rsThumb:hover .border {
    background: url("../img/eye.png") no-repeat 33px 40px;
}

.rsUni .rsThumb.rsNavSelected .border {
    cursor: default;
    border-width: 4px;
    border-color: #ffaf00 !important;
    background: url("../img/eye.png") no-repeat 30px 37px;
}

.rsUni.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
}

.rsUni.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
}

.rsUni.rsWithThumbsVer .rsThumbsArrow {
    height: 20px;
    width: 100%;
}

.rsUni .rsThumbsArrow {
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    width: 20px;
    z-index: 21;
}

.rsUni.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px;
}

.rsUni.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px;
}

.rsThumbs {
    position: absolute;
    overflow: hidden;
    float: none;
    bottom: -33px;
    margin-left: 19px;
}

/* Overrides values calculated with slider plugin. Must delete to get defaults. */
.rsOverflow {
    width: 535px !important;
    height: 388px !important;
}

.rsOverflow .rsSlide img {
    margin-top: 0 !important;
}

.rsTmb {
    width: 109px !important;
    height: 109px !important;
    border-radius: 50% !important;
}
/* End of override */

.checkbox {
    color: #a3a3a3;
    margin-bottom: 20px;
    text-align: center;
}

.checkbox label {
    padding-left: 0;
}

.checkbox > label > a {
    text-decoration: underline;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}

.contacts-section .checkbox,
.choice-section .checkbox {
    color: #fff;
}

.contacts-section .checkbox .cr,
.choice-section .checkbox .cr {
    border: 2px solid #fff;
}

.contacts-section .checkbox > label > a,
.choice-section .checkbox > label > a {
    color: #fff;
}

.contacts-section .checkbox .cr.error,
.choice-section .checkbox .cr.error {
    border-color: #b92c28;
}