﻿@-webkit-keyframes rotate360 {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate360 {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate360 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

a{
    text-decoration:none;
}

a:focus {
    outline: none;
}

.clear {
    clear: both;
    float: none;
    width: 0;
    height: 0;
    display: block;
}

body {
    background-color: #000;
    background-image: -moz-linear-gradient(top, #000 0%,#444 35%,#333 47%,#000 100%);
    background-image: -webkit-linear-gradient(top, #000 0%,#444 35%,#333 47%,#000 100%);
    background-image: linear-gradient(to bottom, #000 0%,#444 35%,#333 47%,#000 100%);
    background-size: auto 520px;
    background-repeat: repeat-x;
    font: 13px/18px Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;

    overflow-x: hidden;
}

* {
    -webkit-tap-highlight-color: transparent;
}

ul{
    list-style: none;
}

button{
    cursor:pointer;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wContainer, .bannerWrap, .page-footer, .prefooter, .footer{
    width: 1680px;
    margin: auto;
}


.dialog-layout {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,0.85);
    z-index: 98;
    top: 0;
    left: 0;
    display: none;
}

.error, .field-validation-error
	{
        color: #d65454;
		font-size: 12px;
		font-weight: normal;
        display:block;
	}

.icheckbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: #fff;
    cursor: pointer;
    vertical-align: -5px;
    border: 1px solid #ccc;
}

.icheckbox.checked::after {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 2px;
    left: 3px;
    right: 3px;
    display: block;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2011%22%3E%0D%0A%09%3Cg%20transform%3D%22translate%28-1693.000000%2C%20-2193.000000%29%22%20stroke%3D%22%2300adef%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%0D%0A%09%09%3Cg%20transform%3D%22translate%28129.000000%2C%201729.000000%29%22%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M1576.1%20465.5L1568.6%20473%201565%20469.4%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E) no-repeat;
}

.throbber {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    background: rgba(0,0,0,.75);
}

.throbber::after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 44px;
    margin: auto;
    -webkit-animation: rotate360 2s linear infinite;
    -moz-animation: rotate360 2s linear infinite;
    animation: rotate360 2s linear infinite;
    background: url(../../Images/throbber.png);
}


/* Баннер */

.header {
    *zoom: 1;
    width: auto;
    max-width: 1200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    height: 104px;
}

.header:before,
.header:after {
     content: '';
     display: table;
}

.header:after {
    clear: both;
}

.headerLogo {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    padding: 20px 0;
    background-color: rgba(0,0,0,1);
}

.headerLogo svg {
    width: 243px;
    height: 64px;
    float: left;
    display: block;
}

.headerLogo .logo{
    height: 65px;
    width: 1400px;
    margin: auto;
    position: relative;
    left: -20px;
}

.headerLogo a{
  text-decoration: none;
  outline: none;
  display: inline-block;
}

.headerLogo .img_logo_star{
    margin-right: 60px;
}


.bannerWrap {
    display: block;
    position: relative;    
}

/*повлияло на отступ и пока отключено
.bannerWrap + .content .offers,
.bannerWrap + .content .collections{
    padding-top: 20px;
}*/

.banner {
    height: 500px;
    position: relative;
}

.banner_slide {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    display: none;
}

    .banner_slide > a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

    .banner_slide .text-wrap {
        width: 1385px;
        margin: 0 auto;
    }    

    .banner_slide:first-child {
        display: block;
    }

.banner_name {
    display: block;
    font-family: 'CorpA_RCon';
    font-size: 48px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 35px;
    color: #000;
    margin-top: 60px;
    width: 510px;
}

.banner_slide:first-child .banner_name {
    display: block;
}

.banner_description {
    display: block;
    font-family: 'CorporateS-Regular';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 45px;
    color: #000;
    width: 450px;
}

.banner_description.empty{
    margin-top: 0px;
}

.banner .form-button,
.mobile_text .form-button {
    font-size: 18px;
    font-family: 'CorporateS-Regular';
    color: #fff;
    background: none #00ADEF;
    border: medium none;
    border-radius: 2px;
    text-align: center;
    min-width: 200px;
    height: 40px;
    text-decoration: none;
    position: absolute;
    cursor: pointer;
    outline: medium none;
    padding: 10px 45px;
    bottom: -100px;
    left: 0px;
}

.mobile_text .form-button {
    position: relative;
    top:0;
    margin-top: 20px;
    display: inline-block;
}

.banner .form-button .text,
.mobile_text .form-button .text{
    display: inline-block;
}

.banner .form-button:hover,
.mobile_text .form-button:hover {
    background-color: #1c87c5;
}

.mobile_text .form-button::before,
.banner .form-button::before{
    content: '';
    width: 10px;
    height: 10px;
    padding: 2px;
    background: url(/Content/img/button_befor.svg) no-repeat;
    background-position: center;
    margin-right: 8px;
    display: inline-block;
        position: relative;
    position: absolute;
    top: 13px;
    margin-left: -25px;
}

.banner_slide:first-child .banner_description {
    display: block;
}

.progress_bars {
    bottom: 25px;
    position: absolute;
    width: 100%;
}

.bar_items {
    text-align: center;
}

.progress_bar_wrap {
    display: inline-block;
    height: 60px;
    cursor: pointer;
    margin: 0 1px;
}

.progress_bar.ui-widget.ui-widget-content {
    border: 0;
}

.progress_bar.ui-progressbar .ui-progressbar-value {
    margin: 0;
}

.progress_bar.ui-widget-content {
    height: 3px;
    width: 60px;
    display: inline-block;
    cursor: pointer;
    margin-top: 30px;
}

.progress_bar .ui-widget-header {
    background: #00adef;
    border: 1px solid #00adef;
}

.mobile_text {
    display: none;
}

.banner-link {
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 1000;
    right: calc((100% - 1680px) / 2);
    background-color: #00ADEF;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 10px 10px;
    padding: 0;
    webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    line-height: 45px;
}

.banner-link:hover,
.banner-link.hover{
    background-color: #0088C6; 
    width: 200px;   
}

.banner-link img{
    height: 60px;
}

.banner-link .text{
    font-size: 16px;
    font-family: CorporateS-Regular;
    color: #fff;
    margin-left: 70px;
}

.banner-link.phone{
    background-image: url(../../Images/phone.svg);
    margin-top: 274px;
}

.banner-link.calculator{
    background-image: url(../../Images/calculator.svg);
        margin-top: 321px;
}


.bannerItems{
  display:block;
  height:300px;
  padding-top:45px;
    background-color: #000;
    background-image: -moz-linear-gradient(top, #000 -40%,#333 80%,#333 100%,#000 100%);
    background-image: -webkit-linear-gradient(top, #000 -40%,#333 80%,#333 100%,#000 100%);
    background-image: linear-gradient(to bottom, #000 -40%,#333 80%,#333 100%,#000 100%);
}

.bannerItems:after{
  content:'';
  display:table;
  clear:both;
}

.bannerItems h1{
  display:block;
  font-family:'CorpA_RCon';
  font-size:40px;
  line-height:40px;
  font-weight:300;
  margin-bottom:85px;
  color:#fff;
}

.bannerItem:after{
  content:'';
  display:table;
  clear:both;
}
.bannerItem{
  display:table-cell;
  vertical-align:middle;
  height:100%;
  width: 33%;
  margin-right:65px;
}

.bannerItem:last-child {
    margin-right:0;
}

.bannerItems .bannerItem:nth-child(2){
    width: 520px;
}

.bannerItems .bannerItem:nth-child(3){
    width: 460px;
    padding-right: 35px;
}

.bannerItems .bannerItem:nth-child(4){
    width: 500px;
}

.bannerItemIcon{
  display:table-cell;
}

.bannerItemIcon svg{
  fill:#00adef;
}

.bannerItemIcon .iconBanner-1{
  width:81px;
  height:65px;
}

.bannerItemIcon .iconBanner-2{
  width:64px;
  height:60px;
  position: relative;
  top: -10px;
}

.bannerItemIcon .iconBanner-3{
  width:75px;
  height:70px;
  position: relative;
  top: -15px;
}

.bannerItemText{
  display:table-cell;
  position:relative;
  vertical-align:top;
  text-align:left;
  padding:0px 35px 0 15px;
  color:#fff;
  font-family: 'CorporateS-Regular';
  font-size:20px;
  line-height:23px;
  font-weight:400;
}


.bannerItem:last-child .bannerItemText {
    padding-right: 0;
}

/* Баннер */

.wContainer {
    position: relative;
    z-index: 2;
    padding-bottom: 1px;
    background-color: white;
}

.content {
    margin: 40px auto 0px auto;
}

.content:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    float: none;
    clear: both;
}

.content h3 {
    color: #000;
    font-family: CorpA_RCon;
    font-weight: normal;
    font-size: 28px;
}

.banner.mobile {
    display: none;
    padding: 30px 40px 0px;
    background: #fff;
    height: 220px;
    margin-top: 0;
}

.banner.mobile p{
    font-size: 19px;
    width: 100%;
}


.prefooter {
    margin-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 5px;
}

.prefooter.mobile {
    display: none;
}

.prefooter > div.disclaimer {
    color: #666;
    font-size: 11px;
    line-height: 14px;
    font-family: CorporateS-Regular;
    display: none;
    margin-top: 18px;
    margin-bottom: 18px;
}          

.prefooter a{
    color: white;
    text-decoration: none;
    display: inline-block;
    width: calc(20% - 20px);
    height: 130px;
    display: inline-block;
    position: relative;
    margin-left: 20px;

    background: #333;
    background: -webkit-linear-gradient(-90deg,#333,#242424);
    background: linear-gradient(180deg,#333,#242424);
}
.prefooter a:hover{
    background: #161616 !important;
}

.prefooter a:first-child{
    margin-left: 0;
}
.prefooter a svg{
    position: absolute;
    left:20px;
    top:20px;
}

.prefooter a div{
  font-family:'CorpA_RCon';
  font-size:20px;
  position:absolute;
  top:78px;
  left:20px;

  height: 36px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.prefooter a div span.nowrap {
    white-space:nowrap;
}

.prefooter a svg.iconCalendar{
    width: 27px;
    height: 40px;
}

.prefooter a svg.iconCalculator{
    width: 27px;
    height: 40px;
}

.prefooter a svg.iconClock{
    width: 40px;
    height: 40px;
}

.prefooter a svg.iconWheel{
    width: 40px;
    height: 40px;
}

.prefooter a svg.iconHome{
    width: 46px;
    height: 40px;
}

.footer{
    color: #666;
    position: relative;
    text-align: center;
    font-family: CorporateS-Regular;
    font-size: 16px;
    text-align: right;
    margin-bottom: 25px;
}

 .footer > span {
    display: block;
    padding-top: 25px;

    padding-left: 0;
        padding-right: 0;
        border-top: 1px solid #333;
}

.footer a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    padding: 0 10px;
    display: inline-block;
}

.footer a:last-child {
    padding-right: 0;
}

/*car menu*/

.cars__menu{
  margin: 30px 0 40px;
  background-color: #3C3C3C;
}

.cars__menu ul{
  font-size: 0;
  display: table;
  width: 100%;
}

.cars__menu ul li{
  font-family: CorporateS-Regular;
  vertical-align: middle;

  display: table-cell;
  background: none #3C3C3C;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  padding: 13px 30px;
  border: solid #fff;
  border-width: 0 1px;
  text-align: left;
  height: 50px;
  width: 50%;
}

.cars__menu ul li.active,
.cars__menu ul li.active:hover,
.cars__menu ul li:hover{
  background: none #00ADEF;
  border-color: #7fd6f7;
}

.cars__menu ul li:hover{
  background: none #161616;
  border-color: rgba(255, 255, 255, 0.5);
}

.cars__menu ul li:first-child{
  border-left: medium none;
}

.cars__menu ul li:last-child{
  border-right: medium none;
}

.cars__menu:after{
  content: '';
  display: block;
  clear: both;
}

.cars__list .cars_grid{
  display: none;
  padding: 0 0 75px;
}

.cars__list .cars_grid.active {
    display: block;
}

.cars__list .cars_grid .car_cell{  
    width: 24.7%;
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer;
}

.cars__list .cars_grid .car_cell:hover,
.cars__list .cars_grid .car_cell.active{  
  color: #00ADEF;
}


.cars__list .cars_grid .car_cell .mbClass_name{
  font-family: CorpA_RCon;
  text-align: center;
  font-size: 30px;
}

.cars__list .cars_grid .car_cell img {
    border: 0;
    max-width: 100%;
}

.cars__list .cars__menu:after{
  content: '';
  display: block;
  clear: both;
}

.cars__list .car__item{
  padding: 40px 0px;
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.cars__list .car__item .car__block{
  display: table;
  width: 100%;
}
.cars__list .car__item .car__block .col{
  display: table-cell;
  vertical-align: top;
}

.cars__list .car__item .car__block .col.col__spec{  
  width: 35.7%;
}
.cars__list .car__item .car__block .col.col__image{
  padding-left: 10%;
  padding-top: 25px;
  height: 320px;
  min-height: 320px;
}

.cars__list .car__item img{
  max-width: 100%;
  width: 600px;
  display: none;
}
.cars__list .car__item img.active{
  display: block;
}

.cars__list .car__item .car__title{
  font-size: 22px;
  color: #000;
  padding-bottom: 20px;  
  font-family: CorporateS-Regular;
}

.cars__list .car__item .car__spec{
  padding-top: 30px;
}

.cars__list .car__item .car__spec .spec__row{
  margin-bottom: 20px;
}
.cars__list .car__item .car__spec .spec__row:last-child{
  margin-bottom: 0;
}

/*car menu*/

/*car image*/
.carSlider {
    margin-right: 100px;
    position: relative;
    width: 600px;
    height: 340px;
    float: right;
}

.carSlider:after {
    content: "";
    display: block;
    float: none;
    clear: both;
    width: 0;
    height: 0;
}

.imgWrap {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 2;
    height: 244px!important;
}

.imgWrap img {
    display: inline-block;
    width: 100%;
}

/*car image*/


.MbClass{
    display:none;
}

.formLine {
    margin-bottom: 30px;
}

#runWrapper {
    margin: 50px 0;
    height: 70px;
}

#carWrapper h3 {
    padding-bottom: 20px;
}

#carWrapper .formLine h3,
#runWrapper .formLine h3 {
    color: #666;
    font-family: CorporateS-Regular;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.formLine .select2-container{
    width: 500px;
}

.content .box {
    width: 500px;
    border: 1px solid #e0e0e0;
    padding: 30px 20px;
    margin-top: 50px;
    height: 80px;
}

.content .box .label {
    font-family: CorporateS-Regular;
    float: left;
    font-size: 18px;
    padding-right: 25px;
}

.content .box .item-price {
    font-family: 'CorporateS-Regular';
    font-size: 40px;
    color: #00aedf;
}

/* ScTypes*/

.content.ScTypes{
    margin-top: 0;
}

.ScTypes h3{
    margin-bottom: 30px;
}

.ScTypes .showDetails, 
.ScTypes .calculateBtn {
    position: absolute;
    left: 0;
    line-height: 50px;
    height: 50px;
    width: calc(100% + 2px);
    font-family: CorporateS-Regular;
    font-size: 18px;
    margin-left: -1px;
}

.ScTypes .showDetails svg,
.ScTypes .calculateBtn svg{
    position: absolute;
    left: 20px;
    top: 15px;
}

.ScTypes .showDetails{
    bottom: 80px;
    background: #ececec;
    color: black;
    padding-left: 45px;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.ScTypes .showDetails svg {
    height: 18px;
    width: 18px;
    top: 18px;
}

.ScTypes .calculateBtn{
    bottom: 20px;
    background: #000;
    color: white;
    padding-left: 55px;
}

.ScTypes .showDetails:hover{
    background: rgba(0,0,0,0.2);
}

.ScTypes .changeCertificate.active .calculateBtn,
.ScTypes .calculateBtn:hover{
    background: #00aedf;
}

.ScTypes .calculateBtn svg {
    width: 20px;
    height: 27px;
}

.ScTypes .description {
    font-family: CorporateS-Regular;
    font-size: 22px;
}

.ScTypes .description ul{
    margin: 20px 0 0px;
    overflow: hidden;
}

.ScTypes .description ul li {
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;

}

.ScTypes .description ul li svg {
    position: absolute;
    left: 0;

}

.ScTypes .description ul li svg.iconKey {
    width: 14px;
    height: 20px;
}

.ScTypes .description ul li svg.iconKeyPlus {
    width: 17px;
    height: 22px;
}

.ScTypes .description ul li svg.iconParts {
    width: 22px;
    height: 20px;
    top: 6px;
}

.ScTypes .description ul li svg.iconWarranty {
    width: 22px;
    height: 20px;
    top: 6px;
}

.ScTypes .description + .disclaimer {
    color: #666;
    font-family: CorporateS-Regular;
    font-size: 14px;
    position: absolute;
    width:  290px;
}

.ScTypes .sc-comfort .description + .disclaimer,
.ScTypes .sc-comfort-plus .description + .disclaimer,
.ScTypes .warantor .description + .disclaimer,
.ScTypes .sc-comfort-premium .description + .disclaimer{
    bottom: 145px;
}

.ScTypes .warantor .description + .disclaimer,
.ScTypes .sc-comfort-premium .description + .disclaimer {
    font-size: 12px;
}
.ScTypes .warantor .description + .disclaimer ul,
.ScTypes .sc-comfort-premium .description + .disclaimer ul{
    padding-left: 12px;
}
.ScTypes .warantor .description + .disclaimer ul li,
.ScTypes .sc-comfort-premium .description + .disclaimer ul li{
    position: relative;
}

.ScTypes .warantor .description + .disclaimer ul li:before,
.ScTypes .sc-comfort-premium .description + .disclaimer  ul li:before{
    content: ".";
    font-size: 40px;
    position: absolute;
    top: -11px;
    left: -12px;
}

.ScTypes .description .offer {
    font-size: 16px;
}

.ScTypes .full-description{
    height: 467px;
    position: absolute;
    top: -1px;
    background: #fff;
    z-index: -1;
    border: 1px solid #bbb;
    display: none;
}

.ScTypes .line-4 .full-description {
    width: 1067px;
}

.ScTypes .line-3 .full-description {
    width: 960px;
}

.ScTypes .full-description .image, 
.ScTypes .full-description .text{
    font-family: 'CorporateS-Regular';
    font-size: 17px;
    line-height: 23px;
    display: inline-block;
}

.ScTypes .full-description .image .main-text {
    color: black;
    margin-bottom: 15px;
} 

.ScTypes .full-description .image .image-text{
    font-size: 16px;
}

.ScTypes .full-description .image{
    width: 470px;
    color:#666;
    padding:40px 40px 0;
}

.ScTypes .full-description .image .image-container{
    width: 100%; 
    height: 200px; 
    overflow: hidden; 
    margin-bottom: 15px;
}

.ScTypes .full-description .image img {
    object-fit: cover;
    overflow: hidden; 
    width: 100%; 
    height: 200px; 
}

.ScTypes .full-description .text{
    color:#000;
    width: 485px;
    padding:40px 40px 0px 10px;
    float: right;
    overflow: hidden;
}

.ScTypes .full-description .sub-title {
    font-family: 'CorporateS-Bold';
    margin: 0px 0 24px 0;
}

.ScTypes .full-description ul li{
    margin-bottom: 7px;
    position: relative;
    padding-left: 30px;
}
.ScTypes .full-description ul li:before{
    color: #00aedf;
    content: ".";
    font-size: 80px;
    position: absolute;
    top: -25px;
    left: 0;
}

.ScTypes .full-description ul li:last-child{
    margin: 0;
}

.ScTypes .full-description ul li ul li{
    margin-bottom: 5px;
    padding-left: 20px;
}

.ScTypes .sc-comfort-plus .full-description ul li{
    margin-bottom: 5px;
    padding-left: 20px;
}

.ScTypes .full-description a.close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1001;
}
.ScTypes .full-description a.close svg {
    width: 12px;
    height: 12px;
    stroke:#000;
    stroke-width:2;
}

.ScTypes .full-description a.close:hover svg{
    stroke:#00aedf;
}

.ScTypes .sc-comfort-plus .full-description .text,
.ScTypes .warantor .full-description .text {
    font-size: 14px;
    line-height: 18px;
}

.ScTypes .warantor .full-description ul li:before{
    font-size: 60px;
    top: -18px;
}

.ScTypes .warantor .full-description .text .disclaimer,
.ScTypes .sc-comfort-premium .full-description .text .disclaimer {
    color: #666;
    margin-top: 10px;
}

.ScTypes .sc-comfort-premium .full-description .text .disclaimer {
    font-size: 14px;
    line-height: 18px;
}

.ScTypes .disclaimer.warantor {
    color: #666;
    font-family: CorporateS-Regular;
    font-size: 14px;
    margin-top: 20px;
    width: 500px;
    display: none;
}
/* ScTypes*/

/*Lists*/
.list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
   position:relative;
   overflow-x: hidden;
   margin-bottom: 50px;
}

.list:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FFF;
    margin-top: -1px;
    z-index: 1;
}

.list > div{
    position: relative; 
    border: 1px solid #bbb;
    font-family: 'Arial', sans-serif; 
    min-height: 610px;
    margin-bottom: 1px;
}

.list > div.clone {
     margin-left: 0 !important;
}

.list.line-3 > div {
    width: calc(33% - 19px);
    padding: 40px 0px 20px;
    margin-left: 35px;
}

.list.line-4 > div {
    width: calc(25% - 15px);
    padding: 20px 0px 20px;
    margin-left: 20px;
}


.disabled,
.list > div.disabled,
.list > div.noprice{
    opacity: 0.5;
    pointer-events: none;
}

.list > div .main-block{
    padding: 0 20px;
    background-color: #fff;
    height: 100%;
}

.list > div:first-child {
    margin-left: 0px;

}

.list > div.clone {
    position: absolute;
    margin: 0;
    z-index:1000;
    background-color: #fff;
}

.list > div.active {
    position: absolute;
    z-index: 1000;
    background: #fff;

    -webkit-transition: left 1s linear;
    -moz-transition: left 1s linear;
    -o-transition: left 1s linear;
    -ms-transition: left 1s linear;
    transition: left 1s linear;
}
.list > div .item-header {
    display:block;
    font-family:'CorpA_RCon';
    font-size:38px;
    line-height:38px;
    font-weight:300;
    color: #000;
    margin-bottom: 20px;
}

.list > div .item-price {
    font-family:'CorporateS-Regular';
    font-size: 40px;
    color: #00aedf;
    margin-bottom: 25px;
}

.list > div .item-price.small{   
    margin-top: 10px;
}

.list.line-3 > div .item-price.small{
    font-size: 26px;
}

.list.line-4 > div .item-price.small{
    font-size: 20px;
}
/*Lists*/

/* Таблицы сравнения сертификатов */
.compareSCTypes{
    width: calc(100% + 280px);
    margin: 0px -140px 50px -140px;
}

.compareSCTypes > div > div{
    background-color: #000;
    background-image: -moz-linear-gradient(top, #000 -40%,#333 80%,#333 100%,#000 100%);
    background-image: -webkit-linear-gradient(top, #000 -40%,#333 80%,#333 100%,#000 100%);
    background-image: linear-gradient(to bottom, #000 -40%,#333 80%,#333 100%,#000 100%);
    padding: 30px 140px 40px 140px;
    margin-bottom: 30px;
}

.compareSCTypes > div > div.disclaimer{
    background: #fff;
    color: #666;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-family: CorporateS-Regular;
}

.compareSCTypes + .action {
    margin-top: 0px;
}

.compareSCTypes + .action a {
    margin: 15px 0 0 0;
    color: black;
    text-decoration: none;

    font-family: CorporateS-Regular;
    font-size: 18px;

    line-height: 20px;
    padding: 12px 0 0 30px;
    position:relative;

    border-top: 1px solid black;
}

.compareSCTypes + .action a:hover {
    color:#00aedf;
    border-top: 1px solid #00aedf;
}

.compareSCTypes + .action a:hover svg{
    fill:#00aedf;
}

.compareSCTypes + .action a svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left:0;
}

.compareSCTypes + .action a.close svg{
    margin-top: 1px;
}

.compareSCTypes table{
    width: 100%;
    color: #fff;
}

.compareSCTypes table  tr{
    border-bottom: 1px solid #666;
}
.compareSCTypes table  tr:first-child, 
.compareSCTypes table  tr:last-child{
    border-bottom: 2px solid #fff;
}

.compareSCTypes table tr td:first-child {
    max-width: 200px;
	width: 25%;
    text-align: left;
} 

.compareSCTypes table td, .compareSCTypes table th {
    text-align: center;
    vertical-align: middle;
    font-family: CorporateS-Regular;
}

.compareSCTypes table td {
    font-size: 18px;
    height: 70px;
    padding: 10px 0;
    width: 18.75%;
}

.compareSCTypes table th {
    padding: 10px 0 20px 0;
    font-size: 22px;
    font-weight: normal;
}

.compareSCTypes table svg{
    vertical-align: middle;
}

.compareSCTypes table svg.iconPlus{
    width: 17px;
    height: 15px;
}

.compareSCTypes table svg.iconMinus{
    width: 17px;
    height: 15px;
}
/* Таблицы сравнения сертификатов */


.fill-form-button button {
    background-color: #00adef;
    position: relative;
    padding: 0 50px 0 50px;
    outline: 0;
    border: 0;
    width: 240px;
    height: 50px;
    color: #fff;
    font-family: CorporateS-Regular;
    font-size: 18px;
    margin: 50px 0 60px 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

.fill-form-button button svg {
    width: 11px;
    height: 11px;
    position: absolute;
    margin-left: -20px;
    fill: #fff;
    top: 20px;
}

.fill-form-button button:hover {
    background-color: #0088C6;
}

.fill-form-button button[disabled]{
    opacity: 0.5;
    pointer-events: none;
}

/*Форма заявки */

.ordercard > div {
    display:inline-block;
    width: 500px;
}

.ordercard > div:last-child {
    float: left;
}

.formOrder {
    margin: 40px 0;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: CorporateS-Regular;
  font-size: 18px;
    font-style:italic;
  color:#888;
}

input::-moz-placeholder { /* Firefox 19+ */
  font-family: CorporateS-Regular;
  font-size: 18px;
  font-style:italic;
  color:#888;
}

input:-ms-input-placeholder { /* IE 10+ */
  font-family: CorporateS-Regular;
  font-size: 18px;
    font-style:italic;
  color:#888;
}

input:-moz-placeholder { /* Firefox 18- */
  font-family: CorporateS-Regular;
  font-size: 18px;
    font-style:italic;
  color:#888;
}

button[type=submit]{
    background-color: #00adef;
    position: relative;
    padding: 0 50px 0 50px;
    outline: 0;
    border: 0;
    width: 240px;
    height: 50px;
    color: #fff;
    font-family: CorporateS-Regular;
    font-size: 18px;
    margin: 30px 0 40px 0;
    cursor:pointer;
}

button[type=submit] svg {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 35px;
    fill: #fff;
    top: 19px;
}

button[type=submit]:hover {
    background-color:#0088C6;
}

.formRow {
    min-height: 30px;
    margin-bottom: 10px;
}

.formOrder .formRow:first-child{
    margin-bottom: 10px;
}

.formOrder .formRow.empty {
    margin-bottom: -10px;
}

.formOrder .formRow{
    margin-bottom: 14px;
}

.formRow:after {
    content: "";
    display: block;
    float: none;
    clear: both;
    width: 0;
    height: 0;
}

.formRow .formLabel {
    float: left;
    width: 130px;
    font-family: CorporateS-Regular;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    display: block;
    height: 30px;
    padding-top: 5px;
}

.formRow .formElement {
    float: left;
}

.formRow .formElement:after
{
    content: "";
    display: block;
    float: none;
    clear: both;
    width: 0;
    height: 0;
}

.formRow .formElement .radioLabel {
    float: left;
    margin: 5px 0 1px;
    font-family: CorporateS-Regular;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    font-weight: 400;
    line-height: 18px;
    padding-left: 10px;
}

.formRow .formElement .radioLabel + .radioLabel {
    margin-left: 30px;
}

.formRow .formElement .radioLabel input {
    display: none;
}

.formRow .formElement .radioLabel .radioButton {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: -13px;
    position: relative;
    top: -3px;
    left: -6px;
    border: 2px solid #eee;
    border-radius: 25px;
}

.formRow .formElement .radioLabel input:checked ~ .radioButton:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 25px;
    background-color: #00aedf;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
}

.formRow input[type="text"], .formElement input[type="email"] {
    width: 100%;
    padding: 4px 20px;
    border-radius: 0;
    font-family: CorporateS-Regular;
    font-size: 18px;
    line-height: 25px;
    color: black;
    border: 1px solid #888;
    -webkit-appearance: none;
}

.formRow input[type="text"] {
    padding-left: 10px;
}

.formOrder .formRow .select2-container{
    width: 100%;
}

.formRow .chbLabel{
    position:relative;
}

.formRow .chbLabel .checkboxText {
    color: #666;
    font-weight: normal;
    display: block;
    float: left;
    padding-top: 6px;
    position:relative;

}

.formRow .chbLabel.agreed{
    margin-bottom: 10px;
    height: 32px;
}

.formRow .chbLabel.agreed .checkboxText.error{
    color: #d65454;
}

.formRow .chbLabel.agreed .checkboxText {
    position: absolute;
    left:35px;
    top:-10px;
    font-family: CorporateS-Regular;
    font-size: 15px;
}

.formRow .description-text a,
.formRow .chbLabel.agreed .checkboxText a{
    color: #00adef;
    border-bottom: 1px solid #00adef;
}

.formRow .description-text a:hover,
.formRow .chbLabel.agreed .checkboxText a:hover{
    color: #0088c6;
    border-bottom: 1px solid #0088c6;
}

.formRow .description-text {
    color: #666;
    font-family: CorporateS-Regular;
    font-size: 15px;
    margin-bottom: 20px;
}

.formRow .formLabel.capthaLabel{
    padding: 0;
    height: 18px;
    display: block;
    width: 100%;
    color: #666;
    margin: 10px 0 20px 0;
}

.formRow .formLabel.disclaimer{
     font-size: 13px;
    font-family: 'Arial', sans-serif;
    width: 100%;
    margin-bottom: 15px;
    color: #999;
    padding-top: 15px;
}

.formRow .formElement input[type="text"].captcha{
	height: 35px;
    width: 160px;
    float: left;
}
	
.formRow .formElement .captchaImg{
    width: 105px;
    height: 35px;
    border-radius: 3px;
    float: right;
    display: block;
    margin-left: 20px;
}

.captchaReload {
    display: inline-block;
    height: 20px;
    border: none;
    text-decoration: none;
    color: #666;
    display: block;
    font-family: CorporateS-Regular;
    font-size: 16px;
    margin-left: 34px;
    position: relative;
    border-bottom: 1px solid #888;
    padding-bottom: 1px;
    margin-bottom: 20px;
    width: 155px;
}


.captchaReload + div .error, .captchaReload + div .field-validation-error{
    margin-top: -10px;
    margin-bottom: 25px;
}
.captchaReloadImg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -34px;
}

.captchaReload:hover {
    text-decoration: none;
    color: #222;
    border-bottom: 1px solid #222;
}

.formRow.chbLabelRows{
    margin-bottom: 40px;
}

.formRow.chbLabelRows > .formLabel {
    display: block;
    float: none;
    margin-top: 20px;
    width: 100%;
}

.formRow.chbLabelRows .chbLabel{
    display: inline-block;
    width: 100px;
}

.formRow.chbLabelRows .chbLabel > div{
    display: inline-block;
}
.formRow.chbLabelRows .chbLabel .checkboxText{
    width: 60px;
    float:none;
    color: #666;
    font-size: 16px;
    font-family: CorporateS-Regular;
    margin-left: 5px;
}

.formRow.chbLabelRows .description-text {
    font-size: 16px;
}

/*Форма заявки */

/* Информация по выбранному сертификату */
.ordercard > div.certificateInfo{
    margin-left: 200px;
    width: calc(100% - 700px);
}

.certificateInfo .selected-specifications{
    margin: 55px -140px 60px 0;
    padding-bottom: 60px;
    border-bottom: 1px solid #bbb;
}

.certificateInfo .selected-specifications > div{
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.certificateInfo .selected-specifications > div:last-child{
    margin-bottom: 0px;
}

.certificateInfo .selected-specifications > div:before{
    color: #00aedf;
    content: ".";
    font-family: CorporateS-Regular;
    font-size: 80px;
    position: absolute;
    top: -26px;
    left: 0;
}

.certificateInfo .selected-specifications .header,
.certificateInfo .certificate .header,
.certificateInfo .selected-specifications .text{
    display: inline-block;
    font-size: 18px;
}

.certificateInfo .selected-specifications .header,
.certificateInfo .certificate .header
{
    color: #666;
    width: 150px;
    font-family: CorporateS-Regular;
    height: auto;
    vertical-align: top;
}

.certificateInfo .selected-specifications .header{
     width: 175px;
}

.certificateInfo .selected-specifications .text{
    color: #000;
    width: 250px;
    font-family: 'CorporateS-Bold';
}

.certificateInfo .print,
.certificateInfo .send {
    background-color: #fff;
    position: relative;
    width: 240px;
    line-height: 35px;
    border: 1px solid black;
    outline: 0;
    font-family: CorporateS-Regular;
    font-size: 16px;
    margin-right: 25px;
    cursor: pointer;
    display: inline-block;
    color: black;
    text-align: left;
}

.certificateInfo .print {
    padding-left: 85px;
}

.certificateInfo .send {
    z-index: 1000;
    padding-left: 65px;
}

.certificateInfo .send.disabled:hover,
.certificateInfo .send.disabled{
    background-color: #E0E0E0;
    border: 1px solid #bbb;
    color: #bbb;
}

.certificateInfo .send.disabled:hover svg,
.certificateInfo .send.disabled svg{
    fill: #bbb;
}

.certificateInfo .print:hover,
.certificateInfo .send:hover {
    color: #00aedf;
}

.certificateInfo .print:hover svg,
.certificateInfo .send:hover svg {
    fill: #00aedf;
}

.certificateInfo .print:focus,
.certificateInfo .send:focus {
    color: black;
}

.certificateInfo .print:focus svg,
.certificateInfo .send:focus svg {
    fill: black;
}

.certificateInfo .print svg,
.certificateInfo .send svg {
    position:absolute;
    margin-left: -35px;
}

.certificateInfo .print svg{
    width: 20px;
    height: 15px;
    top: 10px;
}

.certificateInfo .send svg {
    width: 20px;
    height: 13px;
    top: 11px;
}

.certificateInfo .certificate{
    margin-bottom: 65px;

}

.certificateInfo .certificate > div{
    display: inline-block;
}

.certificateInfo .certificate .header{
    font-family: CorporateS-Regular;
    margin-bottom: 25px;
}

.certificateInfo .certificate .text{
    font-family: 'CorpA_RCon';
    font-size: 50px;
    line-height: 50px;
}

.certificateInfo .certificate .price{
    font-family: 'CorporateS-Regular';
    font-size: 40px;
    color: #00aedf;
    line-height: 40px;
}
/* Информация по выбранному сертификату */

/*Modal*/
 .modalOverlay {
        display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 9000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
}


    .modal {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 400px;
        height: 230px;
        margin: auto;
        z-index: 10000;
        padding: 24px 50px;
        background-color: #fff;
    }

    .modalText {
        font-size: 16px;
        color: #000;
        text-align: center;
        font-family: CorporateS-Regular;
    }

        .modalText p {
            margin-bottom: 18px;
        }

            .modalText p:first-child {
                font-size: 19px;
            }

        .modalText button {
            background-image: none;
            width: 300px;
        }

.modal button {
        text-align: center;
    display: inline-block;
    width: 240px;
    margin-top: 40px;
    height: 50px;
    font-family: CorporateS-Regular;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    border: 0;
    outline: 0;
    background-color: #00adef;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encod�2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: left 67px center;
    background-size: 6% 25%;
}
.modal button:hover {
    background-color: #0088C6;
}
/*Modal*/


/*email-form-block*/
.sendMailBlock{
    display:none;
    margin-left: 269px;
    position: relative;
}

#email-form-block{
    position: absolute;
    left: -42px;
    padding: 131px 40px 40px 40px;
    border: 1px solid #ccc;
    width: 328px;
    margin-top: -1px;
    background-color: #E0E0E0;
    top: -92px;
    z-index: 999;
    -moz-box-shadow: 0 0 13px rgba(0,0,0,0.3);
    box-shadow: 0 0 13px rgba(0,0,0,0.3);
}

#email-form-block h3 {
}

#email-form-block button{
    margin: 0;
}

#email-form-block button svg {
        left: 60px;
}


#email-form-block .formRow .formLabel.capthaLabel{
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    width: 100%;
    margin-bottom: 5px;
}
#email-form-block .formRow .formElement input[type="text"].captcha{
    width: 121px;
    padding: 3.5px 10px;
}

    #email-form-block .formRow.send-success{
        min-height: 45px;
    }

     #email-form-block .formRow.send-success .formLabel{
         width: 100%;
             font-size: 16px;

     }

/*email-form-block*/


.certificateInfo .certificate > div:first-child{
    float:left; 
    margin-right: 100px
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}

.content,
.prefooter > div,
.bannerItems > div,
.footer > span{
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

a.link {
    cursor: pointer;
    color: #00adef !important;
    border-bottom: 1px solid #00adef;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
}

a.link:hover {
    color: #0088c6 !important;
    border-bottom: 1px solid #0088c6;
}    

.link:after {
    content: '';
    width: 8px;
    height: 8px;
    background: none transparent;
    border-top: solid 2px #00adef;
    border-right: solid 2px #00adef;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 3px;
    right: 1px;
    position: absolute;
}

.link:hover:after {
    background: none transparent;
    border-top: solid 2px #0088c6;
    border-right: solid 2px #0088c6;
}

.link.active:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
}


.link.with-description {
    position: relative;
    padding-right: 20px;
}

.link.with-description + .description {
    font-size: 14px;
    line-height: 16px;
}

.link.with-description + .description.description-text{
    margin: 0;
}

.link.with-description::after{
    width: 6px;
    height: 6px;
}

.confidential .description-text > div{
    margin-top: 20px;
}

.devider {
    height: 20px;
}

@media(max-width: 1150px) and (min-width: 768px) {
    .link.with-description::after {
        top: 21px;
    }

    .link.with-description.active::after {
        top: 25px;
    }
}

@media(max-width: 1700px) {
    .wContainer, .bannerWrap, .page-footer, .prefooter, .footer {
        width: 100%;
    }

    .carSlider{
        margin-right: 0;
    }
}

@media(max-width: 1600px) {
    .ScTypes .line-4 .full-description {
        width: calc(100% * 3 + 75px);
    }

    .list.line-3 > div {
        width: calc(33% - 15px);
        margin-left: 25px;
    }

    .list.line-3 > div:first-child {
        margin-left: 0;
    }

    .ScTypes .line-3 .full-description {
        width: calc(100% * 2 + 52px)
    }

    .ScTypes .full-description > div{

    }

    .ScTypes .full-description .image{
        width: 50%;
    }

    .ScTypes .full-description .text{
        width: calc(50% - 30px);
    }
}

@media(max-width: 1530px) {
    .content,
    .prefooter > div,
    .banner_slide .text-wrap,
    .bannerItems > div,
    .footer > span,
    .headerLogo .logo {
        width: calc(100% - 110px);
    }

    .cars__menu{
        width: calc(100% + 110px);
        margin-left: -55px;
    }

    .cars__menu li:first-child{
        padding-left: 55px;
    }
}

@media(max-width: 1478px) {
    .ScTypes .description + .disclaimer {
        width: 257px;
    }
}

@media(max-width: 1440px) {
    .banner-link {
        right: 0px;
    }

    .compareSCTypes{
        width: calc(100% + 110px);
        margin-left: -55px;
        margin-right: -55px;
    }

    .compareSCTypes > div > div{
        padding-left: 55px;
        padding-right: 55px;
    }


    .bannerItems .bannerItem:nth-child(2){
        width: 498px;
        padding-right: 55px;
    }

    .bannerItems .bannerItem:nth-child(3){
        width: 480px;
        padding-right: 30px;
    }

    .bannerItems .bannerItem:nth-child(4){
        width: 510px;
    }

    .bannerItems .bannerItemText{
        font-size: 18px;
    }

    .carSlider{
        margin-right: 0;
    }

    .compareSCTypes a{
        margin-left: 55px;
    }

    .prefooter a{
        margin-left: 8px;
         width: calc(20% - 9.3px);
    }
    .footer {
        margin-right: 18px;
    }

    .list.line-3 > div {
        width: calc(33% - 10px);
        margin-left: 20px;
    }

    .list > div .item-header {
        font-size: 30px;
        line-height: 30px
    }

    .list > div .item-price{
        font-size: 30px;
    }

    .ScTypes .description ul li{
        font-size: 15px;
    }

    .ScTypes .full-description .image{
        padding: 40px 25px 0;
    }

    .ScTypes .full-description .text{
        padding-left: 0;
    }

    .ScTypes .full-description .text .main-text{
        max-height: 180px;
        overflow: hidden;
    }

    .ScTypes .full-description .image{
        width: calc(50% - 25px);
    }

    .ScTypes .full-description .text{
        width: calc(50% + 25px);
    }

    .ordercard > div{
        width: 475px;
    }

    .ordercard > div.certificateInfo{
        margin-left: 55px;
        width: calc(100% - 530px);
    }

    .certificateInfo .selected-specifications{
        margin-left: 0;
        margin-right: -55px;
    }

    .list > div .item-price.small {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .ScTypes .full-description .text{
        padding-right: 20px;
    }

    .certificateInfo .print {
        margin-bottom: 15px;
    }

    .formOrder {
        margin: 30px 0 40px 0;
    }

    .ScTypes .description + .disclaimer {
        width: 240px;
    }
}

@media(max-width: 1280px) {
    .banner {
        background-image: url("../../Images/bannerBG.jpg");
        background-position: center 0px;
    }

    .banner p{
        width: 400px;
    }
}

@media(max-width: 1279px) {
    .list > div .item-price.small {
        font-size: 20px;
    }


    .ScTypes .description ul li,
    .ScTypes .description + .disclaimer{
        font-size: 12px;
    }

    .ScTypes .description + .disclaimer {
        width:  215px;
    }

    .certificateInfo .certificate > div:first-child {
        margin-right: 40px;
    }

    .ScTypes .full-description ul li{
        margin-bottom: 15px;
    }

    .ScTypes .full-description .image, .ScTypes .full-description .text{
        font-size: 16px;
    }
}

@media (min-width: 1001px) and (max-width: 1250px) {
     .formLine .select2-container,
    .sliderWrapper,
    .carSlider{
        width: 50%;
    }

     .imgWrap img{
         width: 95%;
     }

     .certificate > div:first-child{
        float: none;
    }
}

@media (max-width: 1200px) {
    .certificateInfo .print, .certificateInfo .send {

        display: block;
    }

    
    .certificateInfo .certificate .text{
            margin-bottom: 20px;
    }

    #email-form-block{
        left: -310px;
    }

    #email-form-block  button[type=submit]{
        font-size: 16px;
        line-height: 45px;
        height: 45px;
    }

    #email-form-block  button[type=submit] svg{
        width: 14px;
        height: 14px;
        top: 17px;
        left: 60px;
    }

    #email-form-block .capthaLabel:last-child{
        margin: 0;
        color: #999;
    }

    #email-form-block .captchaReload{
        margin-bottom: 0;
    }

    

    #email-form-block .formRow .formElement input[type="text"].captcha{
        width: 110px;
    }
}


@media (min-width: 1001px) and (max-width: 1150px) {
    
.content,
    .prefooter > div,
    .bannerItems > div,
    .footer > span,
    .headerLogo .logo {
        width: calc(100% - 63px);
    }

    .prefooter a div{
        font-size: 18px;
    }

    .prefooter .iconCalculator + div{
        width: 100px;
    }

    .footer{
        font-size: 14px;
    }

    .bannerItems h1,
    .banner h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .banner h1{
        width: 400px;
    }

    .banner p{
        font-size: 14px;
        width: 280px;
        line-height: 20px;
    }

    .banner-link {
        width: 50px;
        height: 50px;
        background-size: 30px 30px;
        background-position: 10px 10px;
        line-height: 50px;
    }

    .banner-link .text{
        font-size: 18px;
    }

    .bannerItems{
        height: 230px;
        padding-top: 35px;
    }

    .bannerItems h1{
        margin-bottom: 45px;
    }

    .bannerItems .bannerItemText{
        font-size: 14px;
        padding-right: 0;
        line-height: 20px;
    }

    .bannerItem {
        width: 33% !important;
        padding-right: 10px;
    }

    .banner-link.phone{
        margin-top: 110px;
    }

    .banner-link.calculator{
        margin-top: 162px;
    }

    .bannerItemIcon .iconBanner-1{
        width: 40px;
        height:35px;
    }

    .bannerItemIcon .iconBanner-2{
        width: 40px;
        height:37px;
    }

    .bannerItemIcon .iconBanner-3{
        width: 40px;
        height:37px;
        top:0;
    }

    .content h3{
        font-size: 16px;
        margin-bottom: 40px;
    }

    .content form h3 {
        margin-bottom: 0;
    }

   .cars__menu{
        width: calc(100% + 63.5px);
        margin-left: -32px;
    }

   .cars__menu li:first-child{
        padding-left: 32px;
    }

    .compareSCTypes {
        width: calc(100% + 64px);
        margin-left: -32px;
        margin-right: -32px;
    }

    .compareSCTypes + .action a{
        font-size: 16px;
    }

    .compareSCTypes table th{
         font-size: 18px;
    }

    .compareSCTypes table td{
         font-size: 14px;
    }

    .list > div {
        margin-left: 4px;
        padding: 25px 0px 0px;
        min-height: 467px;
    }

    .list.line-3 > div {
        width: calc(33% - 10.5px);
    }

    .list.line-4 > div {
        width: calc(25% - 15px);
    }

    .list > div .main-block{
        padding: 0 8px;
    }

    .list > div .item-header{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .list > div .item-price{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .ScTypes .showDetails, 
    .ScTypes .calculateBtn{
        font-size: 11px;
        height: 30px;
        line-height: 30px;
    }

    .ScTypes .showDetails{
        bottom: 45px;
    }


    .ScTypes .calculateBtn{
        bottom: 10px;
    }

    .ScTypes .calculateBtn svg{
        width: 12px;
        height: 16px;
            top: 10px;
    }

    .ScTypes .showDetails  svg{
        width: 11px;
        height: 11px;
            top: 11px;
    }


    .ScTypes .description{
        font-size: 14px;
        line-height: 20px;
    }

    .ScTypes .description ul{
        margin-top: 10px;
    }

    .ScTypes .description + .disclaimer,
    .ScTypes .description ul li,
    .ScTypes .warantor .description + .disclaimer{
        font-size: 10px;
        line-height: 12px;
    }

    .ScTypes .description ul li {
            padding-left: 20px;
                margin-bottom: 5px;
    }

    .ScTypes .description ul li svg.iconKey{
        width: 8px;
        height: 12px;
    }

    .ScTypes .description ul li svg.iconKeyPlus{
        width: 10px;
        height: 13px;
    }

    .ScTypes .description ul li svg.iconParts{
        width: 16px;
        height: 12px;
    }

    .ScTypes .description ul li svg.iconWarranty{
        width: 16px;
        height: 12px;
    }

    .ScTypes .description + .disclaimer{
        width: 220px;
    }

    .ScTypes .sc-comfort .description + .disclaimer,
    .ScTypes .sc-comfort-plus .description + .disclaimer,
    .ScTypes .sc-comfort-premium .description + .disclaimer,
    .ScTypes .warantor .description + .disclaimer{
        bottom: 95px;
    }

    .ScTypes .line-4 .full-description{
        width: calc(100% * 3 + 26px);
    }

    .ScTypes .full-description .image{
        padding: 20px 20px 0;
        width: 50%;
    }

    .ScTypes .full-description .image, 
    .ScTypes .full-description .text,
    .ScTypes .full-description .image .image-text,
	.ScTypes .sc-comfort-premium .full-description .text .disclaimer{
        font-size: 10px;
        line-height: 14px;
    }

    .ScTypes .full-description .text{
        padding-top: 20px;
        width: 50%;
    }

    .ScTypes .full-description ul li{
        margin-bottom: 15px;
    }

    .ScTypes .full-description .sub-title{
        margin: 0 0 10px 0;
    }

    .ScTypes .full-description .image img{
        height: 120px;
    }

    .ScTypes .full-description .image .image-container{
        height: 120px;
        margin-bottom: 10px;
    }

    .ScTypes .sc-comfort-plus .full-description .text,
    .ScTypes .warantor .full-description .text {
        font-size: 12px;
        line-height: 16px;
    }

    .formRow.chbLabelRows > .formLabel {
        margin-top: 40px;
    }

    .ordercard > div{
        width: 335px;
    }

    .ordercard > div.certificateInfo{
        margin-left: 40px;
        width: calc(100% - 385px);
    }

    .certificateInfo .selected-specifications{
        margin-right: -42px;
        margin-bottom: 40px;
    }

    .certificateInfo .selected-specifications .text{
            width: calc(100% - 180px);
    }

    .certificateInfo .certificate{
        margin-bottom: 30px;
    }

    .certificateInfo .print, .certificateInfo .send{
        line-height: 45px;
    }
    .certificateInfo .print {
        margin-bottom: 15px;
    }
    .certificateInfo .print svg{
        top:15px;
    }

    .certificateInfo .send svg{
        top:17px;
    }

    .formRow .formLabel{
        width: 110px;
        font-size: 16px;
    }

    .formRow .formElement .radioLabel{
        font-size: 16px;
        line-height: 16px;
    }

    .formRow .formElement .radioLabel + .radioLabel{
        margin-left: 15px;
    }

    .formRow .formElement input[type="text"].captcha{
        width: 200px;
    }

    .formRow .formElement .captchaImg{
        margin-left: 30px;
    }

    .chbLabel.agreed .checkboxText {
        width: calc(100% - 35px);
    }

    .formRow .chbLabel.agreed {
        height: 50px;
    }
}

@media (max-width: 1000px) {
    .content,
    .prefooter > div,
    .bannerItems > div,
    .footer > span,
    .headerLogo .logo {
        width: calc(100% - 63px);
    }

    .prefooter {
        margin-top: 40px;
        margin-bottom: 0;
    }


    .prefooter a div{
        font-size: 18px;
    }

    .footer{
        font-size: 14px;
        margin-bottom: 15px;
        text-align: center;
    }

    .footer > span{
        padding-top: 15px;
    }

    .banner {
        height: 320px;
        background-image: url(../../Images/bannerBG.jpg);
    }

    .banner .header{
        position: absolute;
        width: 100%;
        top: -100px;
        height: 100px;
    }

    .banner .header .headerLogo{
        padding: 18px 0;
    }

    .banner .header + div{
        padding-top: 60px;
    }

    .bannerItems h1,
    .banner h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .banner h1{
        margin-top: 0;
        margin-bottom: 25px;
        width: 400px;
    }

    .banner p{
        font-size: 14px;
        width: 270px;
        line-height: 20px;
    }

    .banner-link {
        width: 50px;
        height: 50px;
        background-size: 30px 30px;
        background-position: 10px 10px;
        line-height: 50px;
    }

    .banner-link .text{
        font-size: 18px;
    }

    .bannerItems{
        height: 230px;
        padding-top: 35px;
    }

    .bannerItems h1{
        margin-bottom: 35px;
    }

    .bannerItems .bannerItemText{
        font-size: 14px;
        padding-right: 0;
        line-height: 20px;
    }

    .banner-link.phone{
        margin-top: 110px;
    }

    .banner-link.calculator{
        margin-top: 162px;
    }

    .bannerItemIcon .iconBanner-1{
        width: 40px;
        height:35px;
    }

    .bannerItemIcon .iconBanner-2{
        width: 40px;
        height:37px;
        top:-3px;
    }

    .bannerItemIcon .iconBanner-3{
        width: 40px;
        height:37px;
        top:0;
    }

    .bannerItem,
    .bannerItems .bannerItem:nth-child(2),
    .bannerItems .bannerItem:nth-child(3),
    .bannerItems .bannerItem:nth-child(4) {
            width: 30%;
            padding-right: 22px;
    }

    .bannerItems .bannerItem:nth-child(4) {
            padding-right: 0;
    }

    .content{
        margin-top: 40px;
    }

    .content h3{
        font-size: 16px;
        margin-bottom: 40px;
    }

    .content form h3 {
        margin-bottom: 0;
    }

    .cars__menu{
        width: calc(100% + 63.5px);
        margin-left: -32px;
    }

    .cars__menu ul li{
        height: 40px;
        padding: 12px 40px;
        font-size: 16px;
    }

    .cars__menu li:first-child{
        padding-left: 32px;
    }

    .cars__list .cars_grid {
        display: none !important;
    }

    .MbClass {
        display:block;
    }

    .carSlider{
        float:none;
        margin: auto;
        height: 300px;
    }

    .imgWrap img {
        width: 95%;
    }

    #carForm .formLine{
        width: 500px;
        margin: 0 auto 10px auto;
    }

    #runWrapper {
        margin-top: 30px;
    }

    .compareSCTypes{
        margin-bottom: 50px;
        width: calc(100% + 63.5px);
        margin-left: -32px;
        margin-right: -32px;
    }

    .compareSCTypes > div > div{
        padding: 20px 35px 40px 35px;
    }

    .compareSCTypes + .action a{
        font-size: 16px;
    }

    .compareSCTypes table th{
         font-size: 18px;
    }

    .compareSCTypes table td{
         font-size: 14px;
    }

    .list > div{
        margin-left: 4px;
        width: calc(50% - 2px);
        padding: 20px 0px 0px;
        min-height: 450px;
    }

    .list.line-4 > div {
        width: calc(50% - 10px);
    }

    .list.line-3 > div {
        width: calc(50% - 10px);
    }

    .list.line-4 > div:nth-child(2n+3){
        margin-left: 0px;
    }

    .list.line-3 > div:nth-child(2n+3){
        margin-left: 0px;
        margin-top: 25px;
    }

    .list > div .main-block{
        padding: 0 8px;
    }

    .list > div .item-header{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .list > div .item-price{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 7px;
    }

    .ScTypes .showDetails, 
    .ScTypes .calculateBtn{
        font-size: 11px;
        height: 30px;
        line-height: 30px;
    }

    .ScTypes .showDetails{
        bottom: 45px;
        padding-left: 38px;
    }


    .ScTypes .calculateBtn{
        bottom: 10px;
        padding-left: 45px;
    }

    .ScTypes .calculateBtn svg{
        width: 12px;
        height: 16px;
            top: 8px;
    }

    .ScTypes .showDetails  svg{
        width: 11px;
        height: 11px;
            top: 10px;
    }


    .ScTypes .description{
        font-size: 14px;
        line-height: 20px;
    }

    .ScTypes .description ul{
        margin-top: 15px;
    }

    .ScTypes .description + .disclaimer,
    .ScTypes .description ul li,
    .ScTypes .warantor .description + .disclaimer{
        font-size: 10px;
        line-height: 12px;
    }

    .ScTypes .description ul li {
            padding-left: 20px;
                margin-bottom: 5px;
    }

    .ScTypes .description ul li svg.iconKey{
        width: 8px;
        height: 12px;
    }

    .ScTypes .description ul li svg.iconKeyPlus{
        width: 10px;
        height: 13px;
    }

    .ScTypes .description ul li svg.iconParts{
        width: 16px;
        height: 12px;
    }

    .ScTypes .description ul li svg.iconWarranty{
        width: 16px;
        height: 12px;
        top:0;
    }

    .list > div .item-price.small {
        margin-top: 10px;
    }

    .ScTypes .description + .disclaimer,
    .ScTypes .sc-comfort-plus .description + .disclaimer,
    .ScTypes .sc-comfort-premium .description + .disclaimer
    .ScTypes .warantor .description + .disclaimer{
        width:  320px;
    }

    .ScTypes .sc-comfort .description + .disclaimer,
    .ScTypes .sc-comfort-plus .description + .disclaimer,
    .ScTypes .sc-comfort-premium .description + .disclaimer,
    .ScTypes .warantor .description + .disclaimer
    {
        bottom: 95px;
    }
  
    .ScTypes .full-description{
        height: 320px;
        width: calc(100% * 2 + 20px);
    }

    .ScTypes .full-description .image{
        padding: 20px 20px 0;
            width: 50%;
    }

    .ScTypes .full-description .image, 
    .ScTypes .full-description .text,
    .ScTypes .full-description .image .image-text{
        font-size: 10px;
        line-height: 14px;
    }

    .ScTypes .full-description .text{
        padding-top: 20px;
        width: 50%;
    }

    .ScTypes .full-description ul li{
        margin-bottom: 5px;
    }

    .ScTypes .full-description .sub-title{
        margin: 0px 0 10px 0;
    }

    .ScTypes .full-description .image img{
        height: 120px;
    }

    .ScTypes .full-description .image .image-container{
        height: 120px;
        margin-bottom: 10px;
    }
        
    .formRow.chbLabelRows > .formLabel{
        margin-top: 50px;
    } 

    .ordercard > div{
        width: 335px;
    }

    .ordercard > div.certificateInfo{
        margin-left: 40px;
        width: calc(100% - 385px);
    }

    .ordercard > div.certificateInfo h3,
    .ordercard > div.certificateInfo ~ div > h3 {
        margin-bottom: 30px;
    }

    .certificateInfo .selected-specifications{
        margin-right: -42px;
        margin-bottom: 40px;
    }

    .certificateInfo .selected-specifications .text{
            width: calc(100% - 180px);
    }

    .certificateInfo .certificate{
        margin-bottom: 45px;
    }

    .certificateInfo .print, .certificateInfo .send{
        line-height: 45px;
    }
    .certificateInfo .print {
        margin-bottom: 15px;
    }
    .certificateInfo .print svg{
        top:15px;
    }

    .certificateInfo .send svg{
        top:17px;
    }

        .certificate > div:first-child{
        float: none!important;
    }

        .certificateInfo .selected-specifications > div{
            margin-bottom: 10px;
        }

        .certificateInfo .certificate .header{
            margin-bottom: 10px;
        }

    #carWrapper .formline h3{
        display: none;
    }

    .formRow .formLabel{
        width: 110px;
        font-size: 16px;
    }

    .formRow .formElement .radioLabel{
        font-size: 16px;
        line-height: 16px;
    }

    .formRow .formElement .radioLabel + .radioLabel{
        margin-left: 15px;
    }

    .formRow .formElement input[type="text"].captcha{
        width: 200px;
    }

    .formRow .formElement .captchaImg{
        margin-left: 30px;
    }

    .formRow .chbLabel.agreed {
        height: 50px;
    }

    .chbLabel.agreed .checkboxText {
        width: calc(100% - 35px);
    }

    .formOrder{
        margin-top: 30px;
    }
    
    #email-form-block{
        left: -310px;
    }

    #email-form-block  button[type=submit]{
        font-size: 16px;
        line-height: 45px;
        height: 45px;
    }

    #email-form-block  button[type=submit] svg{
        width: 14px;
        height: 14px;
        top: 17px;
        left: 60px;
    }

    #email-form-block .capthaLabel:last-child{
        margin: 0;
        color: #999;
    }

    #email-form-block .captchaReload{
        margin-bottom: 0;
    }

    button[type=submit]{
        margin-bottom: 0;
    }
}

@media (max-width: 900px) {
    .certificateInfo .certificate > div:first-child {
        margin-right: 0;
    }      

    .list > div .item-price.small {
        font-size: 15px;
    }
}

@media (max-width: 767px) and (min-width: 710px) {
    .formRow .chbLabel.agreed .checkboxText {
        top: 0px;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .content{
        margin-top: 35px;
    }

    .cars__menu{
        width: calc(100% + 63.5px);
        margin-left: -32px;
    }

    .cars__menu li:first-child{
        padding-left: 32px;
    }

    #carForm .formLine{
        width: 400px;
    }

    .formLine .select2-container{
        width: 100%;
    }

    .compareSCTypes + action a.open {
        top: 10px;
    }

    .compareSCTypes + action a.close{
        top: auto;
        bottom: -35px;
    }

    .compareSCTypes > div > div{
        padding: 20px 0 40px 0;
    }

    .compareSCTypes table tr th:first-child,
    .compareSCTypes table tr td:first-child
    {
        padding-left: 35px;
    }

    .compareSCTypes table tr th:last-child,
    .compareSCTypes table tr td:last-child
    {
        padding-right: 15px;
    }

    .compareSCTypes table th{
        padding: 0px 0 13px 0;
    }

    .ordercard > div:last-child {
        float: none;
        width: 100%;
        margin-top: 40px;
    }

    .ordercard > div.certificateInfo{
        width: 100%;
        margin: 0;
    }

    .certificateInfo .certificate > div:first-child{
            margin-right: 40px;
    }

    .certificateInfo .selected-specifications{
        margin-top: 30px;
        padding-bottom: 35px;
        margin-right: 0;
    }

    .certificateInfo .print, .certificateInfo .send{
        margin-left: auto;
        margin-right: auto;
    }

    .certificateInfo .send{
        margin-bottom: 20px;
    }

    .certificateInfo .print{
        margin-bottom: 10px;
    }

    .ordercard > div.certificateInfo::after {
        position: absolute;
        content: '';
        width: 100%;
        border-bottom: 1px solid #bbb;
        height: 1px;
        margin-left: -35px;
    }

    .certificateInfo .certificate {
        margin-bottom: 30px;
    }

    .formRow{
        margin-bottom: 14px;
    }

    .formRow.empty{
        margin-bottom: 0;
    }

    .formRow .formLabel.capthaLabel{
        margin-top: 15px;
    }

    button[type=submit] {
        margin: 25px 0 0 -120px;
        position: relative;
        left: 50%;
        padding-right: 30px;
    }

    button[type=submit] svg {
        left: 43px;
    }

    #email-form-block {
        left: 50%;
        margin-left: -295px;
        top: -110px;
        padding-top: 120px;
    }

    #email-form-block button[type=submit]{
         left: inherit;
    }

        
    .formRow.chbLabelRows > .formLabel{
        margin-top: 20px;
    } 

    .compareSCTypes > div > div.disclaimer{
            margin: 0 35px 10px;
    }

    .formRow .chbLabel.agreed {
        height: 32px;
    }
}

@media (max-width: 735px) {

    .list{
        display: block;
        overflow-x: visible;
    }

    .list.line-4 > div,
    .list.line-3 > div{
        width: 100%;
        margin: 0 0 20px 0;
    }

    .ScTypes .description + .disclaimer{
        width:  100%;
    }

    .ScTypes .warantor .description + .disclaimer,
    .ScTypes .sc-comfort-premium .description + .disclaimer {
        width: 380px;
    }

    .ScTypes .sc-comfort .description + .disclaimer,
    .ScTypes .sc-comfort-plus .description + .disclaimer,
    .ScTypes .sc-comfort-premium .description + .disclaimer,
    .ScTypes .warantor .description + .disclaimer {
        bottom: 120px;
    }

    .list > div{
        min-height: 500px;
        margin: 0 0 12px 0;
    }

    .list > div.big{
        min-height: 620px;
    }

    .list > div .main-block{
        padding: 0 20px;
    }

    .list > div .item-header{
        font-size: 40px;
        line-height: 40px;
    }

    .list > div .item-price{
        font-size: 40px;
        line-height: 40px;
    }

    .list > div .item-price.small {
        font-size: 30px;
    }

    .ScTypes .description{
        font-size: 16px;
    }

    .ScTypes .description + .disclaimer, .ScTypes .description ul li{
        font-size: 14px;
    }

    .ScTypes .warantor .description + .disclaimer,
    .ScTypes .sc-comfort-premium .description + .disclaimer {
        font-size: 12px;
    }

    .ScTypes .showDetails, .ScTypes .calculateBtn {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    
    .ScTypes .sc-comfort .description ul {
        min-height: 160px;
    }
        .ScTypes .description ul li{
        width: 100%;
            padding-left: 40px;
    }

        .ScTypes .description ul li svg.iconKey {
            width: 14px;
            height: 20px;
        }

        .ScTypes .description ul li svg.iconKeyPlus {
            width: 17px;
            height: 22px;
        }

        .ScTypes .description ul li svg.iconParts {
            width: 22px;
            height: 20px;
            top: 6px;
        }

        .ScTypes .description ul li svg.iconWarranty{
         width: 22px;
            height: 20px;
            top:0;
        }

    .ScTypes .description + .disclaimer, .ScTypes .description ul li {
        line-height: 20px;
    }

    .ScTypes .description + .disclaimer,
    .ScTypes .sc-comfort-plus .description + .disclaimer,
    .ScTypes .sc-comfort-premium .description + .disclaimer {
        width: 400px;
    }

    .ScTypes .sc-comfort .full-description .text,
    .ScTypes .sc-comfort-plus .full-description .text,
    .ScTypes .warantor .full-description .text {
        font-size: 11px;
        line-height: 12px;
    }

    .ScTypes .warantor .full-description .text .disclaimer,
    .ScTypes .sc-comfort-premium .full-description .text .disclaimer{
        margin-top: 0px;
    }

    .ScTypes .calculateBtn svg{
        width: 15px;
        height: 20px;
            top: 12px;
    }

    .ScTypes .showDetails{
        bottom: 60px;
    }

    .ScTypes .showDetails  svg{
        width: 13px;
        height: 13px;
            top: 14px;
    }


    .ScTypes .line-3 .full-description,
    .ScTypes .line-4 .full-description {
        z-index: 1000;
        width: calc(100% + 2px);
        height: 480px;
    }

    .ScTypes .full-description ul li{
        margin-bottom: 5px;
    }

    .ScTypes .full-description .image{
        padding: 20px 20px 0;
    }

    .ScTypes .full-description .text{
        padding-left: 0;
    }

    .ScTypes .full-description .text .main-text{
        max-height: 180px;
        overflow: hidden;
    }

    .ScTypes .full-description .image{
        width: 50%;
    }

    .ScTypes .full-description .text{
        width: 50%;
    }

    .ScTypes .full-description .sub-title{
        margin-top: 0;
    }

    .ScTypes .full-description .image, 
    .ScTypes .full-description .text{
        font-size: 14px;
        line-height: 16px;
    }

    .content .box{
        width: 100%;
    }

    .content .box .item-price{
        font-size: 36px;
    }
}

@media (max-width: 720px) {
    .banner_slide .text-wrap {
        display: none;
    }

    .mobile_text {
        display: block;
    }

    .banners .mobile_content:first-child {
        display: block;
    }

    .banner.mobile {
        display: block;
    }

    
    .mobile_text {
        display: block;
        width: 100%;
        height: 220px;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .mobile_text.withButton{
        min-height: 185px;
    }

    .mobile_text.withButton.withProgressBar{
        min-height: 200px;
    }

    .mobile_banner_name {
        display: block;
        font-family: 'CorpA_RCon';
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 25px;
        width: 400px;
    }
    .mobile_content {
        margin: 30px 40px 0px;
        display: none;
        width: 100%;
        height: 100%;
        background: #fff;
    }
    .mobile_content:first-child {
        display: block;
    }

    .mobile_banner_description {
        font-family: 'CorporateS-Regular';
        font-size: 19px;
        min-height: 80px;
        line-height: 20px;
        width: 400px;
    }

    .mobile_banner_description.empty .form-button{
        margin-top: 40px;
    }

    .progress_bars {
        bottom: -35px;
        position: absolute;
        width: 100%;
    }

    .progress_bar {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        display: inline-block;
        background-color: gray;
        margin: 0 5px;
    }

    .progress_bar.active {
        background-color: #00adef;
    }

    .prefooter{
        padding-bottom: 20px;
        margin-top: 25px;
    }

    .prefooter a{
        display:block;
        width: 100%;
        height: 61px;
        margin-left: 0;
        margin-bottom: 1px;
    }

    .prefooter a:before {
        content: '';
        width: 18px;
        height: 18px;
        background-image: url(../../Images/iconArrow.svg);
        display: block;
        top: 50%;
        position: absolute;
        margin-top: -9px;
        right: 20px;
    }

    .prefooter a svg{
        top: 15px;
    }

    .prefooter a svg.iconCalendar{
        width: 21px;
        height: 30px;
    }

    .prefooter a svg.iconCalculator{
        width: 21px;
        height: 30px;
    }

    .prefooter a svg.iconClock{
        width: 30px;
        height: 30px;
    }

    .prefooter a svg.iconWheel{
        width: 30px;
        height: 30px;
    }

    .prefooter a svg.iconHome{
        width: 30px;
        height: 26px;
    }

    .prefooter a div,
    .prefooter .iconCalculator + div {
        margin-top: -9px;
        font-size: 18px;
        top: 50%;
        left: 75px;
        font-family: CorporateS-Regular;
        display: block;
     }

    .bannerItems{
        height: inherit;
    }

    .bannerItem{
        display: block;
        width: 100% !important;
        padding: 0;
        margin-bottom: 25px;
    }

    .carSlider{
        height: 340px;
        width: 100%;
    }

    .imgWrap img{
        width: 100%;
    }

    .sliderBg {
        width: inherit;
        height: inherit;
        position: relative;
        top: inherit;
    }

    .imgWrap {
        width: inherit;
        float: none;
        text-align: left;
        position: absolute;
        z-index: 2;
        top: 15px;
    }

    .compareSCTypes > div > div.disclaimer{
            margin: 0 35px 10px;
    }
}

@media (max-width: 650px) {
    .carSlider{
        height: 300px;
    }

    .footer{
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        border-top: 1px solid #666;
    }

    .footer > span {
        border: 0;
    }

    .footer a{
        padding: 0 5px;
    }
}

@media (max-width: 480px) {
    .header{
        height: 60px;
    }

    .banner {
        height: 200px;
        background-image: url(../../Images/bannerBG.jpg);
        margin-top: 24px;
        margin-bottom: 190px;
    }

    .banner .header{
        height: 60px;
        top: -24px;
    }

    .headerLogo{
        padding: 10px 0;
    }

    .headerLogo a, .headerLogo .logo{
        height: 40px;
    }

    .headerLogo a:last-child,
    .headerLogo a:last-child img{
        height: 20px;
    }

    .headerLogo .img_logo_star{
        height: 40px;
        margin-right: 15px;
    }

    .banner .header .headerLogo{
        padding: 10px 0;
    }

    .banner .header + div {
        margin: 0;
        width: 100%;
        padding: 38px;
        background-color: #fff;
        height: 190px;
        position: relative;
        bottom: -200px;
    }

    .banner h1{
        color: #000;
        line-height: 34px;
        margin-bottom: 14px;
    }

    .banner p {
        color: #000;
        width: 100%;
        line-height: 18px;
    }

    .banner-link{
        display: none;
    }

    .bannerItems{
        height: 350px
    }

    .footer{
        margin-bottom: 100px;
    }

    .prefooter.mobile {
        display: block;
        padding: 0;
        position: fixed;
        bottom: 0;
        z-index: 1000;
        background-color: #000;
    }

    .prefooter.mobile > div {
        width: 100%;
        font-family: CorporateS-Regular;
    }

        .prefooter.mobile a {
            display: inline-block;
            width: calc(50% - 1px);
            height: 80px;
            margin: 0 0 0 1px;
            text-align: center;
            float: left;
        }

    .prefooter.mobile a:first-child {
        margin: 0;
    }

    .prefooter.mobile a div {
        text-align: center;
        font-size: 14px;
        left: 0;
        margin: 0;
        width: 100%;
        bottom: 10px;
        height: 18px;
        top: auto;
    }

    .prefooter.mobile a svg{
        position: relative;
        left: inherit;
    }


    .prefooter.mobile  a:before {
        display: none;
    }

    .prefooter.mobile a svg.iconPhone{
        width: 21px;
        height: 30px;
    }

    .prefooter.mobile a svg.iconCalculator{
        width: 20px;
        height: 30px;
    }

    .prefooter.mobile a svg.iconDrive{
        width: 30px;
        height: 30px;
    }

    .prefooter.mobile a svg.iconDealer{
        width: 25px;
        height: 30px;
    }

    .SCCondition h3{
        margin-top: 30px;
    }

    .carSlider{
        height: 200px;
    }

    .formRow .chbLabel .checkboxText {
        width: 400px;
    }

    .ScTypes .description ul{
        min-height: 205px;
    }

    .ScTypes .sc-comfort .description ul {
        min-height: 110px;
    }

    .ScTypes .full-description {
        height: auto;
    }

    .ScTypes .full-description .text {
        padding-bottom: 20px;
    }

    .list > div .item-price.small {
        font-size: 26px;
    }
}



