@font-face {
    font-family: "din_black";
    src: url("../fonts/PFDinDisplayPro-Black.eot");
    src: url("../fonts/PFDinDisplayPro-Black.eot@#iefix")format("embedded-opentype"), url("../fonts/PFDinDisplayPro-Black.woff") format("woff"), url("../fonts/PFDinDisplayPro-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "codepro";
    src: url("../fonts/Code-Pro-Black.eot");
    src: url("../fonts/Code-Pro-Black.eot@#iefix")format("embedded-opentype"), url("../fonts/Code-Pro-Black.woff") format("woff"), url("../fonts/Code-Pro-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "roundedf";
    src: url("../fonts/RoundedElegance-Regular.eot");
    src: url("../fonts/RoundedElegance-Regular.eot@#iefix")format("embedded-opentype"), url("../fonts/RoundedElegance-Regular.woff") format("woff"), url("../fonts/RoundedElegance-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "girloy";
    src: url("../fonts/Gilroy-ExtraBold.eot");
    src: url("../fonts/Gilroy-ExtraBold.eot@#iefix")format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "girloyLight";
    src: url("../fonts/Gilroy-Light.eot");
    src: url("../fonts/Gilroy-Light.eot@#iefix")format("embedded-opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {}

.dinblack {
    font-family: 'din_black';
}

.codepro {
    font-family: "codepro";
}

.roundedf {
    font-family: "roundedf";
}

.girloy {
    font-family: "girloy";
}

.girloylight {
    font-family: "girloyLight";
}

* {
    outline: none!Important;
}

button {
    transition: 0.3s;
}

label.error {
    display: none!important;
}

.in1.error {
    border-color: red
}

.in1.valid {
    border-color: green;
}

.nomob {
    display: block
}

.onlymob {
    display: none
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.one {
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    min-height: 546px;
    padding-top: 40px;
}

.logo {
    max-width: 273px;
    width: 100%;
    display: block;
}

.mobtop {
    font-size: 26px;
    color: #ffffff!important;
    text-decoration: none!important;
    letter-spacing: 0.04em;
}

h1 {
    margin: 0;
    font-size: 75px;
    color: #ffffff;
    letter-spacing: 0.04em;
    line-height: 1.1;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 60px;
}

h1 span {}

.subh1 {
    font-size: 30px;
    color: #fcfe48;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1;
//    text-shadow: -2px -3px 5px rgba(252, 254, 72, 0.3);
    text-shadow: 0px 0px 1em rgba(252, 254, 72, 0.7);
}

.subh1 span {
    font-size: 22px;
    text-shadow: none;
    color: #fff;
}

.byu {
    background: none;
    border: none;
    border-radius: 5px;
    background-image: -moz-linear-gradient( -137deg, rgb(245, 121, 5) 0%, rgb(250, 227, 43) 100%);
    background-image: -webkit-linear-gradient( -137deg, rgb(245, 121, 5) 0%, rgb(250, 227, 43) 100%);
    background-image: -ms-linear-gradient( -137deg, rgb(245, 121, 5) 0%, rgb(250, 227, 43) 100%);
    box-shadow: 0px 8px 46.2px 23.8px rgba(14, 16, 27, 0.32);
    font-size: 23px;
    color: #08173d;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.08em;
    width: 225px;
    height: 56px;
    margin-top: 20px;
    font-weight: bold;

}

.byu:hover {
    background-image: -moz-linear-gradient( -137deg, rgb(250, 227, 43) 0%, rgb(245, 121, 5) 100%);
    background-image: -webkit-linear-gradient( -137deg, rgb(250, 227, 43) 0%, rgb(245, 121, 5) 100%);
    background-image: -ms-linear-gradient( -137deg, rgb(250, 227, 43) 0%, rgb(245, 121, 5) 100%);
}

.wantbyu {
    background: none;
    border: none;
    border-radius: 5px;
    background-image: -moz-linear-gradient( -137deg, rgb(44, 126, 228) 0%, rgb(37, 200, 255) 100%);
    background-image: -webkit-linear-gradient( -137deg, rgb(44, 126, 228) 0%, rgb(37, 200, 255) 100%);
    background-image: -ms-linear-gradient( -137deg, rgb(44, 126, 228) 0%, rgb(37, 200, 255) 100%);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    height: 56px;
    margin-top: 28px;
    font-weight: bold;
}

.wantbyu:hover {
    background-image: -moz-linear-gradient( -137deg, rgb(37, 200, 255) 0%, rgb(44, 126, 228) 100%);
    background-image: -webkit-linear-gradient( -137deg, rgb(37, 200, 255) 0%, rgb(44, 126, 228) 100%);
    background-image: -ms-linear-gradient( -137deg, rgb(37, 200, 255) 0%, rgb(44, 126, 228) 100%);
}

.green-btn {
    background-image: -moz-linear-gradient( -137deg, rgb(27, 154, 66) 0%, rgb(87, 249, 20) 100%);
    background-image: -webkit-linear-gradient( -137deg, rgb(27, 154, 66) 0%, rgb(87, 249, 20) 100%);
    background-image: -ms-linear-gradient( -137deg, rgb(27, 154, 66) 0%, rgb(87, 249, 20) 100%);
}
.green-btn:hover {
    background-image: -moz-linear-gradient( -137deg, rgb(87, 249, 20) 0%, rgb(27, 154, 66) 100%);
    background-image: -webkit-linear-gradient( -137deg, rgb(87, 249, 20) 0%, rgb(27, 154, 66) 100%);
    background-image: -ms-linear-gradient( -137deg, rgb(87, 249, 20) 0%, rgb(27, 154, 66) 100%);
}

.two {
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-position: top center;
    min-height: 123px;
    padding-top: 43px;
}

.preimul {
    
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.preimul li {
display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #fff;
    position: relative;
    padding-left: 56px;
    margin: 0px 7px;
    letter-spacing: 0.09em;
    line-height: 1.2;
}

.preimul li:first-child {
    margin-left: 0;
}

.preimul li:last-child {
    margin-right: 0;
}

.preimul li::before {
    content: '';
    background-image: url(../img/check.png);
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: calc(50% - 18px);
}

.three {
    background-image: url(../img/bg3.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 60px;
    padding-bottom: 80px;
}

.blocktittle {
    font-size: 25px;
    color: #232c46;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.09em;
    margin-bottom: 35px;
}

.galka {
    position: relative;
    font-size: 16.6px;
    text-transform: uppercase;
    color: #232c46;
    line-height: 1.2;
    margin-bottom: 33px;
    padding-left: 60px;
    /* height: 47px; */
    letter-spacing: 0.04em;
}

.galka::before {
    content: '';
    display: block;
    background-image: url(../img/check1.png);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 4px;
    top: calc(50% - 20px);
}

.wt {
    color: #fff!important
}

.four {
    background-image: url(../img/bg4.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 70px;
}

.revt {
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 35px;
    margin-bottom: 20px;
}

.five {
    background-image: url(../img/bg5.jpg);
    height: 486px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 0;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 25px;
    background-size: 1920px 100%
}

.carImg img {
    width: 100%;
    margin-top: 23px;
    margin-left: -22px;
}

.checkbox,
.radio {
    display: none;
}

.checkbox-custom,
.radio-custom {
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 3px;
    position: relative;
}

.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #fff;
    border-radius: 2px;
}
.w-20 {
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
}
img {
	max-width: 100%;
}
.radio-custom,
.radio:checked + .radio-custom::before {
    border-radius: 50%;
}

.checkbox-custom,
.radio-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}
.vopr {
    padding: 70px 0;
}
label {
    display: block;
    max-width: 100%;
    margin-bottom: 13px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
}

.label {
    font-size: 18px;
    color: #fff;
}

.formttle {
    font-size: 19px;
    color: #fefefe;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mt40 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.inlinedcolor {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 5px;
}

.bluecolor .radio-custom {
    background-color: #00a7f8;
    width: 28px;
    height: 28px;
    border: none;
}

.bluecolor .checkbox:checked + .checkbox-custom::before,
.bluecolor .radio:checked + .radio-custom::before {
    border: 3px solid #fff;
    background: none;
}

.greencolor .radio-custom {
    background-color: #00f84c;
    width: 28px;
    height: 28px;
    border: none;
}

.greencolor .checkbox:checked + .checkbox-custom::before,
.greencolor .radio:checked + .radio-custom::before {
    border: 3px solid #fff;
    background: none;
}

.redcolor .radio-custom {
    background-color: #f80046;
    width: 28px;
    height: 28px;
    border: none;
}

.redcolor .checkbox:checked + .checkbox-custom::before,
.redcolor .radio:checked + .radio-custom::before {
    border: 3px solid #fff;
    background: none;
}

.pricedostavka {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-size: 12.7px;
    margin-top: 1.5px;
}

.oldprice {
    position: relative;
}

.oldprice::after {
    content: '';
    width: 149px;
    height: 4px;
    background-color: #fff;
    display: block;
    position: absolute;
    z-index: 100;
    transform: rotate(-9deg);
    top: 13px;
    left: -11px;
}

.oldprice {
    font-size: 35px;
    color: #fefefe;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}

.newprice {
    font-size: 46px;
    color: #67ddff;
    text-transform: uppercase;
}

.stop {
    width: 100%;
}

.wantbyu.stop {
    font-size: 23px;
    font-weight: bold;
}

footer {
    padding-top: 38px;
    padding-bottom: 38px;
    background-color: #101627;
}

.footlogo {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

footer .mobtop {
    margin: 0;
}

.dopinfa {
    padding: 0;
    margin: 0;
    margin-top: -6px;
    padding-left: 5px;
    list-style-type: none;
}

.dopinfa li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.04em;
}

.dopinfa li a {
    transition: 0.3s;
}

.dopinfa li a:hover {
    opacity: .7;
}

.form-modal {
    max-width: 450px;
    margin: 0 auto;
    display: block;
    padding: 22px;
    background: #252c48;
    position: relative;
}

.krestik {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.in1 {
    background: none;
    border: none;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 44px;
    color: #000;
    font-size: 17px;
    font-family: "girloyLight";
    font-size: 16px;
    border: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}


/* Firefox 19+ */

:-moz-placeholder {
    color: #000;
}


/* Firefox 18- */

:-ms-input-placeholder {
    color: #000;
}

.form-modal > p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.owl-dots {
    margin-top: 20px;
    text-align: center;
    position: relative;
}
.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}
.owl-dot.active {
    background-color: #000;
}
.five .wantbyu {
    margin-top: 13px;
    height: 61px;
}
.owl-prev {
    background-image: url(../img/prev.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 1000;
}
.owl-next {
    background-image: url(../img/next.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 1000;
}
.three .wantbyu {
    margin-top: 0;
}
.divsheight {
    min-height: 258px;
}
.size {
    color: #1c2847;
    margin: -37px 15px 0px 0vw;
    font-size: 16px;
    text-align: right;
    letter-spacing: 0.07em;
    text-shadow: 0px 0px 1em rgb(185, 206, 231);
}
.vaha {
    color: #ffffff;
    margin: -37px 0px 0px -8px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.07em;
    text-shadow: 0px 0px 1em rgb(28, 43, 77);
}
.carImg  {
    position: relative;
}
.guarance img {
    margin: 0;
    position: absolute;
    top: 8%;
    width: 95px;
    left: 7%;
    border: none!important
}
.rekv p, .rekv a  {
	color: #9a9a9a!important;
}
.block3-1 img {
	width: 100%;
	margin-top: 30px;
}
.block3-1 {
	padding-bottom: 80px;
}
.four {
	color: white;
}
.rew {
	height: 130px;
    width: 130px!important;
    padding: 10px;
    background: white;
    border-radius: 50%;
	    margin: 0 auto;
}
.otzyv {
	text-align: center;
}
.form2 {
    margin-top: 17px;
}
.form2 .in1 {
    width: 45%;
    float: left;
    margin-right: 15px;
}
.in1 {
    background: none;
    border: none;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 44px;
    color: #000;
    font-size: 17px;
    font-family: "girloyLight";
    font-size: 16px;
    border: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
}
.form2 .wantbyu {
    width: 45%;
    margin: 0 auto;
    display: block;
}