@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;900&display=swap');

/* Android KG */
@font-face {
  font-family: "Android KG";
  src: url("../font/AndroidKG.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}


/* Roboto-Regular */
@font-face {
  font-family: "Roboto-Regular";
  src: url("../font/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Roboto-Medium */
@font-face {
  font-family: "Roboto-Medium";
  src: url("../font/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Roboto-Light */
@font-face {
  font-family: "Roboto-Light";
  src: url("../font/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Roboto-Bold */
@font-face {
  font-family: "Roboto-Bold";
  src: url("../font/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

// ROBOTO 
$rr: "Roboto-Regular";
$rm: "Roboto-Medium";
$rl: "Roboto-Light";
$rb: "Roboto-Bold";

body {
  margin: 0;
  padding: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container {
  min-width: 1200px;
}

a {
  text-decoration-skip-ink: none;
}

#myModal-politics button.close {
  width: 28px;
  height: 28px;
  border: solid 1px #BDBDBD;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

#myModal-politics button.close img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#myModal-politics h4.modal-title {
  font-family: "Roboto-Bold";
}

#myModal-politics .modal-body p {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
}

#myModal-politics .modal-footer button {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
}

#myModal-order button.close {
  width: 28px;
  height: 28px;
  border: solid 1px #BDBDBD;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

#myModal-order button.close img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#myModal-order .modal-title.fz-small {
  font-size: 28px;
}

#myModal-order .modal-dialog {
  max-width: 570px;
}

#myModal-order .modal-header {
  text-align: center;
  padding-top: 40px;
  border: none;
  display: inline-block;
  width: 100%;
}

#myModal-order .modal-header #form-input-ident {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 20px;
}

#myModal-order .modal-header h4 {
  display: inline-block;
  width: 100%;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 52px;
  color: #353E7D;
}

#myModal-order .form-box {
  display: inline-block;
  width: 100%;
  padding-left: 53px;
  padding-right: 53px;
  padding-bottom: 55px;
}

#myModal-order .form-box input {
  width: 100%;
  border: 1px solid #BDBDBD;
  border-radius: 12px;
  padding-left: 17px;
  padding-right: 17px;
  height: 60px;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 16px;
  color: #626262;
}

#myModal-order .form-box label {
  position: relative;
  margin: 5px 0;
  padding-left: 50px;
  cursor: pointer;
}

#myModal-order .form-box label input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

#myModal-order .form-box label input[type=checkbox]:checked + .check-text:before {
  background-image: url(../img/sign.png);
  background-size: 25px 23px;
  background-position: center;
  background-repeat: no-repeat;
}

#myModal-order .form-box label .check-text {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 12px;
  line-height: 18px;
  color: #626262;
  position: relative;
}

#myModal-order .form-box label .check-text:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -50px;
  width: 30px;
  height: 30px;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
}

#myModal-order .form-box label .check-text a {
  color: #626262;
  text-decoration: underline;
}

#myModal-order .form-box label .check-text a:hover {
  text-decoration: none;
}

#myModal-order .form-box button.submit {
  background-color: #F72F03;
  -webkit-box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
          box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 30px;
  min-width: 270px;
  padding: 17px 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#myModal-order .form-box button.submit:hover {
  background-color: #ad2b0d;
}

#myModal-thanks button.close {
  width: 28px;
  height: 28px;
  border: solid 1px #BDBDBD;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

#myModal-thanks button.close img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#myModal-thanks .modal-header {
  border: none;
}

#myModal-thanks .modal-dialog {
  max-width: 758px;
}

#myModal-thanks .modal-content {
  height: 536px;
}

#myModal-thanks .modal-body {
  text-align: center;
  padding-top: 159px;
}

#myModal-thanks .modal-body h2 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 52px;
  color: #353E7D;
}

#myModal-thanks .modal-body p {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 32px;
  color: #2B2A29;
}

.ws-quiz-container {
display: none !important;
}

.myModal-feature button.close {
  width: 28px;
  height: 28px;
  border: solid 1px #BDBDBD;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

.myModal-feature button.close img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.myModal-feature .modal-header {
  text-align: center;
  padding-top: 70px;
  border: none;
  display: inline-block;
  width: 100%;
}

.myModal-feature .modal-header h4 {
  display: inline-block;
  width: 100%;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 35px;
  color: #353E7D;
}

.myModal-feature .modal-dialog {
  max-width: 960px;
}

.myModal-feature .modal-body {
  padding-left: 94px;
  padding-right: 94px;
}

.myModal-feature .modal-body .slider-for {
  width: 100%;
}

.myModal-feature .modal-body .slider-for .slide-item {
  outline: none !important;
  height: 307px;
  position: relative;
}

.myModal-feature .modal-body .slider-for .slide-item:hover a.zoom {
  opacity: 1;
  z-index: 1;
}

.myModal-feature .modal-body .slider-for .slide-item a.zoom {
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 20px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.87);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000;
  outline: none !important;
  line-height: 25px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.534);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.534);
}

.myModal-feature .modal-body .slider-for .slide-item a.zoom:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.myModal-feature .modal-body .slider-for .slide-item img {
  width: 100%;
  border-radius: 6px;
}

.myModal-feature .modal-body .slider-for .slide-item .bg-image {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  height: 307px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.myModal-feature .modal-body .slider-nav {
  width: 100%;
  margin-top: 30px;
}

.myModal-feature .modal-body .slider-nav .slide-item {
  outline: none !important;
  cursor: pointer;
  text-align: center;
  width: 257px;
  margin: 0 16px;
  height: 169px;
  border-radius: 6px;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.myModal-feature .modal-body .slider-nav .slide-item img {
  width: 100%;
}

.myModal-feature .modal-body .slider-nav ul.slick-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.myModal-feature .modal-body .slider-nav ul.slick-dots li.slick-active button {
  background: #F72F03;
}

.myModal-feature .modal-body .slider-nav ul.slick-dots li {
  display: inline-block;
}

.myModal-feature .modal-body .slider-nav ul.slick-dots li button {
  border: none;
  padding: 0;
  width: 8px;
  height: 8px;
  background: #E0E0E0;
  border-radius: 100%;
  margin: 0 5px;
  font-size: 0;
  outline: none;
}

.myModal-feature .modal-body h2 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 24px;
  color: #2B2A29;
  margin-left: 50px;
}

.myModal-feature .modal-body .table-box {
  display: inline-block;
  width: 100%;
  padding-left: 50px;
  padding-right: 46px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 40px rgba(20, 55, 97, 0.2);
          box-shadow: 0px 20px 40px rgba(20, 55, 97, 0.2);
  border-radius: 5px;
  margin-top: 29px;
  margin-bottom: 25px;
}

.myModal-feature .modal-body .table-box h2 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 24px;
  color: #2B2A29;
}

.myModal-feature .modal-body .table-box table {
  width: 100%;
  margin-top: 37px;
  margin-bottom: 31px;
}

.myModal-feature .modal-body .table-box table tr:nth-child(odd) {
  background: #F2F2F2;
}

.myModal-feature .modal-body .table-box table tr td {
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 16px;
  vertical-align: top;
}

.myModal-feature .modal-body .table-box table tr td:first-child {
  color: #626262;
}

.myModal-feature .modal-body .table-box table tr td:last-child {
  color: #2B2A29;
}

.myModal-feature .modal-body button.feature-btn {
  background: #F72F03;
  -webkit-box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
          box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
  border-radius: 12px;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  color: #FFFFFF;
  min-width: 270px;
  padding: 18px 31px;
  margin-top: 25px;
  margin-bottom: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.myModal-feature .modal-body button.feature-btn:hover {
  background: #ad2b0d;
}

#myModal-watch-video button.close {
  width: 28px;
  height: 28px;
  border: solid 1px #BDBDBD;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

#myModal-watch-video button.close img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#myModal-watch-video .modal-dialog {
  max-width: 1160px;
}

#myModal-watch-video .modal-header {
  padding-top: 40px;
  border: none;
  display: inline-block;
  width: 100%;
}

#myModal-watch-video .modal-header h4 {
  display: inline-block;
  width: 100%;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 30px;
  color: #353E7D;
}

#myModal-watch-video .modal-body iframe {
  width: 100%;
  height: 700px;
}

.header {
  padding-top: 21px;
  padding-bottom: 21px;
}

.header .logo-box {
  display: inline-block;
  width: 425px;
  margin-bottom: 15px;
}

.header .logo-box .img-box {
  width: 170px;
  display: inline-block;
  margin-right: 20px;
  float: left;
}

.header .logo-box .img-box img {
  max-width: 100%;
}

.header .logo-box .t-box {
  padding-top: 5px;
}

.header .logo-box .t-box p {
  font-family: "Roboto-Light";
  font-size: 12px;
  line-height: 14px;
  color: #626262;
  display: table;
}

.header .button-box {
  display: inline-block;
  width: 404px;
}

.header .button-box button {
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
}

.header .button-box button.b-1 {
  background: #F72F03;
  -webkit-box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
          box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
  max-width: 168px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0;
}

.header .button-box button.b-1 a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 14px 16px;
}

.header .button-box button.b-1:hover {
  background: #ad2b0d;
}

.header .button-box button.b-2 {
  background: #0787F0;
  -webkit-box-shadow: 0px 20px 40px rgba(47, 91, 132, 0.25);
          box-shadow: 0px 20px 40px rgba(47, 91, 132, 0.25);
  max-width: 216px;
  padding: 14px 12px;
  float: right;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header .button-box button.b-2:hover {
  background: #0f61a5;
}

.header .call-box {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.header .call-box a {
  display: inline-block;
}

.header .call-box a.phone-number {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-weight: bold;
  font-size: 20px;
  line-height: 18px;
  color: #1A1919;
}

.header .call-box a.phone-number img {
  top: -2px;
  position: relative;
  margin-right: 5px;
}

.header .call-box a.order-call {
  font-family: "Roboto-Medium";
  font-size: 10px;
  line-height: 12px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #0787F0;
  display: inline-block;
  width: 100%;
}

.header .call-box a.order-call:hover {
  text-decoration: none;
}

.navi-container {
  background: #353E7D;
  padding-top: 4px;
  padding-bottom: 3px;
}

.navi-container .navbar {
  width: 100%;
}

.navi-container .logo-mobile,
.navi-container .call-mob,
.navi-container a.order-call-mobile {
  display: none;
}

.navi-container .navbar-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navi-container .navbar-nav li:first-child a {
  padding-left: 0;
}

.navi-container .navbar-nav li:last-child a {
  padding-left: 0;
}

.navi-container .navbar-nav li a.active {
  color: #F72F03;
}

.navi-container .navbar-nav li a {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  color: #fff;
}

.navi-container .navbar-nav li a:hover {
  color: #F72F03;
}

.navi-container .navbar-nav li a.for-via {
  font-size: 14px;
  margin-left: 15px;
}

.navi-container .navbar-nav li a.for-via:hover {
  text-decoration: underline;
  color: #fff;
}

.navi-container .navbar-nav li a.for-via svg {
  margin-right: 15px;
  margin-top: -2px;
}

.navi-container.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 100%;
}

.sc-1 {
  overflow: hidden;
  position: relative;
}

.sc-1 .slick-header {
  width: 100%;
}

.sc-1 .slick-header .slick-list {
  padding: 0 15px !important;
}

.sc-1 .slick-header .slide-item {
  position: relative;
  outline: none !important;
  height: 563px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: left !important;
  padding-top: 64px;
  padding-bottom: 31px;
}

.sc-1 .slick-header .slide-item .inner-content {
  width: 1200px;
  padding: 0 15px;
  margin: auto;
  z-index: 2;
  position: relative;
}

.sc-1 .slick-header .t-box {
  display: inline-block;
  float: left;
  width: 595px;
  padding-top: 43px;
}

.sc-1 .slick-header .t-box .title-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.sc-1 .slick-header .t-box .title-box h1 {
  font-family: 'Montserrat', sans-serif; font-weight:black;
  font-size: 72px;
  text-transform: uppercase;
  color: #353E7D;
}

.sc-1 .slick-header .t-box .title-box h2 {
  font-family: 'Montserrat', sans-serif; font-weight:black;
  font-size: 30px;
  color: #1A1919;
}

.sc-1 .slick-header .t-box .title-box h2 span {
  font-size: 48px;
}

.sc-1 .slick-header .t-box .title-box h2 span.b-color {
  color: #000;
}

.sc-1 .slick-header .t-box .title-box h2 span.r-color {
  color: #F72F03;
}

.sc-1 .slick-header .t-box .title-box h4 {
  font-family: "Roboto-Regular";
  font-size: 24px;
  color: #626262;
  margin-top: 40px;
  margin-bottom: 0;
}

.sc-1 .slick-header .t-box .info-box {
  display: inline-block;
  width: 100%;
}

.sc-1 .slick-header .t-box .info-box .car-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sc-1 .slick-header .t-box .info-box .car-info p {
  font-size: 18px;
  color: #F72F03;
  font-family: 'Montserrat', sans-serif; font-weight:black;
  line-height: 120%;
}

.sc-1 .slick-header .t-box .info-box .car-info p span {
  font-size: 16px;
  color: #2B2A29;
  font-family: "Roboto-Regular";
  display: block;
}

.sc-1 .slick-header .t-box .info-box .look-info {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.sc-1 .slick-header .t-box .info-box .look-info a.scroll-catalog {
  background: #F72F03;
  -webkit-box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
          box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 20px 17px 20px;
  border: none;
  max-width: 270px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  outline: none;
  float: left;
  margin-right: 30px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-1 .slick-header .t-box .info-box .look-info a.scroll-catalog:hover {
  background: #ad2b0d;
}

.sc-1 .slick-header .t-box .info-box .look-info a.watch-video-btn {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 12px;
  text-decoration: underline;
  color: #1A1919;
  display: inline-block;
  position: relative;
  margin-top: 21px;
  padding-left: 50px;
}

.sc-1 .slick-header .t-box .info-box .look-info a.watch-video-btn:hover {
  text-decoration: none;
}

.sc-1 .slick-header .t-box .info-box .look-info a.watch-video-btn span {
  width: 40px;
  height: 40px;
  background: #0787F0;
  -webkit-box-shadow: 0px 20px 40px rgba(47, 91, 132, 0.25);
          box-shadow: 0px 20px 40px rgba(47, 91, 132, 0.25);
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
}

.sc-1 .slick-header .t-box .info-box .look-info a.watch-video-btn span img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sc-1 .slick-header .img-box {
  display: inline-block;
  width: 575px;
  float: right;
}

.sc-1 .slick-header .img-box img {
  max-width: 100%;
}

.sc-1 .arrow-box {
  position: absolute;
  width: 1200px;
  padding: 0 15px;
  margin: auto;
  right: 0;
  left: 0;
  text-align: right;
  bottom: 15px;
  z-index: 22;
}

.sc-1 .arrow-box .pagingInfo {
  display: block;
  font-size: 14px;
  font-family: "Roboto-Regular";
  color: #828282;
}

.sc-1 .arrow-box .pagingInfo span.page-number {
  font-size: 18px;
  color: #F72F03;
  font-family: "Roboto-Bold";
}

.sc-1 .arrow-box .pagingInfo span.slash {
  color: #F72F03;
  margin: 0 5px;
}

.sc-1 .arrow-box button {
  padding: 0;
  margin-left: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sc-1 .arrow-box button:hover svg path {
  fill: #F72F03;
}

.sc-2 {
  padding-top: 66px;
  padding-bottom: 33px;
  position: relative;
}

.sc-2:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 290px;
  height: 347px;
  background-repeat: no-repeat;
  background-image: url(../img/wheel.png);
  background-size: cover;
}

.sc-2 .title {
  margin-bottom: 49px;
}

.sc-2 .title h1 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 52px;
  color: #353E7D;
  margin-bottom: 0;
}

.sc-2 .title h2 {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 32px;
  color: #2B2A29;
}

.sc-2 .title h2 span {
  font-size: 52px;
  text-transform: uppercase;
  color: #F72F03;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
}

.sc-2 .advance-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 33px;
}

.sc-2 .advance-box .i-box {
  display: inline-block;
  float: left;
  margin-right: 25px;
  width: 70px;
  text-align: center;
}

.sc-2 .advance-box .i-box img {
  max-width: 100%;
}

.sc-2 .advance-box .t-box {
  padding-right: 13px;
}

.sc-2 .advance-box .t-box p {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 14px;
  line-height: 21px;
  color: #2B2A29;
  display: table;
}

.sc-2 .advance-box .t-box p span {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
}

.sc-3 {
  padding-top: 80px;
  background-color: #F3F6F9;
  padding-bottom: 110px;
}

.sc-3 .title {
  margin-bottom: 60px;
  text-align: center;
}

.sc-3 .title h1 {
  font-size: 52px;
  color: #402A87;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
}

.sc-3 .title h1 span {
  color: #F72F03;
  text-transform: uppercase;
}

.sc-3 .catalog-box {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 100%;
  padding-top: 237px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 40px rgba(17, 38, 101, 0.1);
          box-shadow: 0px 20px 40px rgba(17, 38, 101, 0.1);
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-3 .catalog-box:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(17, 38, 101, 0.4);
          box-shadow: 0px 20px 40px rgba(17, 38, 101, 0.4);
}

.sc-3 .catalog-box .img-box {
  height: 237px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.sc-3 .catalog-box .img-box img {
  max-width: 100%;
  max-height: 214px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sc-3 .catalog-box .img-box img.pr-orange {
  display: none;
}

.sc-3 .catalog-box .img-box .stickers {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 15px;
  text-align: right;
}

.sc-3 .catalog-box .img-box p.best-price span {
  background: #F72F03;
}

.sc-3 .catalog-box .img-box p.in-stock span {
  background: #03CD59;
}

.sc-3 .catalog-box .img-box p {
  font-size: 12px;
  font-family: "Roboto-Regular";
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.sc-3 .catalog-box .img-box p span {
  display: inline-block;
  padding: 7px 9px;
  border-radius: 4px;
}

.sc-3 .catalog-box h4.product-name {
  background-color: #2B2A29;
  padding: 15px 30px 11px 30px;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
}
.sc-3 .catalog-box h4.product-name a, .sc-7 .catalog-attachments-box h4.product-name a{
	color: #FFFFFF; text-decoration:none;
}

.sc-3 .catalog-box .product-info {
  display: inline-block;
  width: 100%;
  padding: 20px 30px 26px 30px;
}

.sc-3 .catalog-box .product-info .color-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
}

.sc-3 .catalog-box .product-info .color-box p {
  font-family: 'Montserrat', sans-serif; font-weight:black;
  font-size: 14px;
  color: #2B2A29;
  margin-bottom: 10px;
}

.sc-3 .catalog-box .product-info .color-box button {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 12px;
  color: #FFFFFF;
  padding: 3px 11px;
  border-radius: 2px;
  margin-right: 10px;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-3 .catalog-box .product-info .color-box button:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.sc-3 .catalog-box .product-info .color-box button.pr-green-switcher {
  background: #03CD59;
}

.sc-3 .catalog-box .product-info .color-box button.pr-orange-switcher {
  background: #FF871D;
}

.sc-3 .catalog-box .product-info .color-box button.pr-red-switcher {
  background: red;
}

.sc-3 .catalog-box .product-info .option-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 26px;
}

.sc-3 .catalog-box .product-info .option-box p {
  font-family: 'Montserrat', sans-serif; font-weight:black;
  font-size: 14px;
  color: #2B2A29;
  margin-right: 20px;
  margin-bottom: 0;
  float: left;
}

.sc-3 .catalog-box .product-info .option-box span.options {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 14px;
  color: #2B2A29;
  top: -3px;
}

.sc-3 .catalog-box .product-info .option-box span.options + span.options {
  margin-left: 20px;
}

.sc-3 .catalog-box .product-info .option-box span.options img {
  position: absolute;
  top: -1px;
  left: 0;
}

.sc-3 .catalog-box .product-info h2.cost-price {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 32px;
  text-align: center;
  color: #F72F03;
  margin-bottom: 15px;
}

.sc-3 .catalog-box .product-info h2.cost-price span {
  font-size: 14px;
  color: #626262;
  font-family: 'Montserrat', sans-serif; font-weight:regular;
}

.sc-3 .catalog-box .product-info .b-box {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.sc-3 .catalog-box .product-info .b-box button.show-stock {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #2B2A29;
  padding: 19px 27px 15px 27px;
  border: 2px solid #F72F03;
  border-radius: 12px;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-3 .catalog-box .product-info .b-box button.show-stock:hover {
  background-color: #F72F03;
  color: #fff;
}

.sc-3 .catalog-box .product-info .b-box a.show-about {
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  color: #1A1919;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
}

.sc-3 .catalog-box .product-info .b-box a.show-about:hover {
  text-decoration: none;
}

.sc-4 {
  background: #353E7D;
  padding-top: 100px;
  padding-bottom: 126px;
  position: relative;
  overflow: hidden;
}

.sc-4 .title {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 100%;
  padding-bottom: 54px;
  padding-top: 20px;
}

.sc-4 .title h1 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 51.8px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 0;
}

.sc-4 .title h2 {
  font-size: 32px;
  color: #fff;
  font-family: 'Montserrat', sans-serif; font-weight:regular;
}

.sc-4 .title h2 span {
  font-size: 52px;
  text-transform: uppercase;
  color: #F72F03;
}

.sc-4 .title .arrow-box {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sc-4 .title .arrow-box .pagingInfo {
  display: block;
  font-size: 14px;
  font-family: "Roboto-Regular";
  color: #828282;
}

.sc-4 .title .arrow-box .pagingInfo span.page-number {
  font-size: 18px;
  color: #F72F03;
  font-family: "Roboto-Bold";
}

.sc-4 .title .arrow-box .pagingInfo span.slash {
  color: #F72F03;
  margin: 0 5px;
}

.sc-4 .title .arrow-box button {
  padding: 0;
  margin-left: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sc-4 .title .arrow-box button:hover svg path {
  fill: #F72F03;
}

.sc-4 .video-container {
  width: 1000px;
  overflow: hidden;
  margin-left: 60px;
}

.sc-4 .slick-video {
  width: 100%;
}

.sc-4 .slick-video .slide-item {
  width: 400px;
  outline: none;
  margin: 0 15px;
  opacity: 0.5;
  position: relative;
  z-index: 1;
}

.sc-4 .slick-video .slide-item h4 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.sc-4 .slick-video .slide-item.slick-active {
  opacity: 1;
}

.sc-4 .slick-video .slide-item.slick-active + .slide-item {
  opacity: 1;
}

.sc-4 .slick-video .video-box {
  width: 400px;
  height: 262px;
  position: relative;
  margin-bottom: 30px;
  z-index: -1;
}

.sc-4 .slick-video .video-box iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc-5 {
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
}

.sc-5 .title {
  position: relative;
  z-index: 2;
}

.sc-5 .title h1 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 52px;
  color: #353E7D;
}

.sc-5 .title h4 {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 32px;
  color: #2B2A29;
}

.sc-5 .ymaps-2-1-77-events-pane.ymaps-2-1-77-user-selection-none {
  background-image: url(../img/map-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 91%;
  background-position: top;
}

.sc-5 #map {
  position: relative;
  top: -110px;
  right: 0;
  width: 100%;
  overflow: hidden;
  height: 589px !important;
  margin-bottom: -85px;
}

.sc-5 #map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.sc-5 #map .ymaps-2-1-77-map {
  position: relative;
  top: 0px;
  right: 0;
  left: -2%;
  width: 110% !important;
  height: 105% !important;
}

.sc-5 #map .country-product {
  position: relative;
  display: inline-block;
  width: 100%;
}

.sc-5 #map .country-product img {
  position: absolute;
  z-index: 2;
  top: 114px;
  left: -202px;
  max-height: 359px;
}

.sc-5 .t-box {
  display: inline-block;
  width: 100%;
  padding-right: 30px;
  padding-left: 36px;
  position: relative;
  border-left: 2px solid #353E7D;
  padding-top: 10px;
}

.sc-5 .t-box p {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 14px;
  line-height: 21px;
  color: #2B2A29;
}

.sc-5 .t-box p:last-child {
  margin-bottom: 0;
}

.sc-5 .t-box p a {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  color: #2B2A29;
}

.sc-5 .b-box {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 55px;
}

.sc-5 .b-box button {
  padding: 17px 27px 17px 27px;
  background: #F72F03;
  -webkit-box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
          box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 1;
}

.sc-5 .b-box button:hover {
  background: #ad2b0d;
}

.sc-6 {
  padding-top: 60px;
}

.sc-6 .test-drive {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 40px rgba(33, 117, 231, 0.1);
          box-shadow: 0px 20px 40px rgba(33, 117, 231, 0.1);
  border-radius: 5px;
  padding: 70px 70px 35px 70px;
  position: relative;
  overflow: hidden;
  margin-bottom: -155px;
}

.sc-6 .test-drive img.test-drive-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 624px;
}

.sc-6 .test-drive .test-text {
  display: inline-block;
  max-width: 735px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.sc-6 .test-drive .title {
  display: inline-block;
  width: 100%;
  margin-bottom: 39px;
}

.sc-6 .test-drive .title h1 {
  font-size: 52px;
  color: #353E7D;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  margin-bottom: 0;
}

.sc-6 .test-drive .title h4 {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 32px;
  color: #2B2A29;
}

.sc-6 .test-drive .t-box {
  display: inline-block;
  width: 100%;
}

.sc-6 .test-drive .t-box p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  color: #2B2A29;
}

.sc-6 .test-drive .t-box p span {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
}

.sc-6 .test-drive .form-box {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sc-6 .test-drive .form-box select {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 16px;
  color: #626262;
  padding: 0px 17px 0px 17px;
  border: 1px solid #BDBDBD;
  background-color: #fff;
  border-radius: 12px;
  height: 60px;
  width: 270px;
  outline: none;
  cursor: pointer;
  background-image: url(../img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-position-x: 93%;
  -moz-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 30px;
}

.sc-6 .test-drive .form-box input {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 16px;
  color: #626262;
  padding: 0px 17px 0px 17px;
  border: 1px solid #BDBDBD;
  border-radius: 12px;
  height: 60px;
  width: 270px;
  outline: none;
  margin-right: 30px;
}

.sc-6 .test-drive .form-box button.submit {
  background: #F72F03;
  -webkit-box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
          box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 270px;
  width: 100%;
  padding: 18.5px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-6 .test-drive .form-box button.submit:hover {
  background: #ad2b0d;
}

.sc-6 .test-drive .form-box label {
  position: relative;
  margin: 28px 0;
  padding-left: 50px;
  cursor: pointer;
}

.sc-6 .test-drive .form-box label input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.sc-6 .test-drive .form-box label input[type=checkbox]:checked + .check-text:before {
  background-image: url(../img/sign.png);
  background-size: 25px 23px;
  background-position: center;
  background-repeat: no-repeat;
}

.sc-6 .test-drive .form-box label .check-text {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 12px;
  line-height: 18px;
  color: #626262;
  position: relative;
}

.sc-6 .test-drive .form-box label .check-text:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -50px;
  width: 30px;
  height: 30px;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
}

.sc-6 .test-drive .form-box label .check-text a {
  color: #626262;
  text-decoration: underline;
}

.sc-6 .test-drive .form-box label .check-text a:hover {
  text-decoration: none;
}

.sc-7 {
  background-color: #F3F6F9;
  padding-top: 279px;
  padding-bottom: 90px;
}

.sc-7 .title {
  margin-bottom: 60px;
  text-align: center;
}

.sc-7 .title h1 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 52px;
  color: #402A87;
}

.sc-7 .title h4 {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 32px;
  color: #2B2A29;
}

.sc-7 .catalog-attachments-box {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 100%;
  padding-top: 210px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 40px rgba(17, 38, 101, 0.1);
          box-shadow: 0px 20px 40px rgba(17, 38, 101, 0.1);
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-7 .catalog-attachments-box:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(17, 38, 101, 0.4);
          box-shadow: 0px 20px 40px rgba(17, 38, 101, 0.4);
}

.sc-7 .catalog-attachments-box .img-box {
  height: 210px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.sc-7 .catalog-attachments-box .img-box img {
  max-width: 100%;
  max-height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sc-7 .catalog-attachments-box .img-box .stickers {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 15px;
  text-align: right;
}

.sc-7 .catalog-attachments-box .img-box p.best-price span {
  background: #F72F03;
}

.sc-7 .catalog-attachments-box .img-box p.in-stock span {
  background: #03CD59;
}

.sc-7 .catalog-attachments-box .img-box p {
  font-size: 12px;
  font-family: "Roboto-Regular";
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.sc-7 .catalog-attachments-box .img-box p span {
  display: inline-block;
  padding: 7px 9px;
  border-radius: 4px;
}

.sc-7 .catalog-attachments-box h4.product-name {
  background-color: #2B2A29;
  padding: 15px 18px 11px 18px;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
}

.sc-7 .catalog-attachments-box .product-info {
  display: inline-block;
  width: 100%;
  padding: 20px 30px 26px 30px;
}

.sc-7 .catalog-attachments-box .product-info .b-box {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.sc-7 .catalog-attachments-box .product-info .b-box button.show-stock {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #2B2A29;
  padding: 19px 27px 15px 27px;
  border: 2px solid #F72F03;
  border-radius: 12px;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-7 .catalog-attachments-box .product-info .b-box button.show-stock:hover {
  background-color: #F72F03;
  color: #fff;
}

.sc-7 .catalog-attachments-box .product-info .b-box a.show-about {
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  color: #1A1919;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
}

.sc-7 .catalog-attachments-box .product-info .b-box a.show-about:hover {
  text-decoration: none;
}

.sc-8 {
  padding-top: 120px;
  padding-bottom: 60px;
}

.sc-8 .company-block .title {
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
}

.sc-8 .company-block .title h1 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 52px;
  color: #353E7D;
  text-transform: capitalize;
}

.sc-8 .company-block .img-box {
  max-width: 500px;
}

.sc-8 .company-block .img-box img {
  max-width: 100%;
}

.sc-8 .company-block .company-info {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
}

.sc-8 .company-block .company-info h4 {
  font-size: 16px;
  color: #2B2A29;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  padding-left: 35px;
  border-left: 2px solid #353E7D;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.sc-8 .company-block .company-info h4 span {
  text-transform: uppercase;
  color: #F72F03;
}

.sc-8 .company-block .company-info .t-box {
  margin-top: 85px;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.sc-8 .company-block .company-info .t-box p {
  font-size: 16px;
  line-height: 24px;
  color: #2B2A29;
  font-family: 'Montserrat', sans-serif; font-weight:regular;
}

.sc-8 .company-block .company-info .video-box {
  display: inline-block;
  width: 500px;
  margin-top: 30px;
}

.sc-8 .company-block .company-info .video-box .v-col {
  width: 225px;
  display: inline-block;
}

.sc-8 .company-block .company-info .video-box .v-col + .v-col {
  margin-left: 30px;
}

.sc-8 .company-block .company-info .video-box .v-col .v-box {
  width: 100%;
  height: 197px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.sc-8 .company-block .company-info .video-box .v-col .v-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc-8 .company-block .company-info .video-box .v-col p {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 14px;
  color: #353E7D;
  margin-bottom: 0;
}

.sc-8 .block-1 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.sc-8 .block-1 .title {
  margin-bottom: 35px;
}

.sc-8 .block-1 .title h1 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 52px;
  text-transform: capitalize;
  color: #402A87;
}

.sc-8 .block-1 .title h2 {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 32px;
  text-transform: capitalize;
  color: #2B2A29;
}

.sc-8 .block-1 .edge-box {
  display: inline-block;
  width: 100%;
}

.sc-8 .block-1 .edge-box p {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 16px;
  line-height: 24px;
  color: #2B2A29;
  margin-bottom: 32px;
}

.sc-8 .block-1 .edge-box p img {
  float: left;
  margin-right: 30px;
}

.sc-8 .block-1 .edge-box p span {
  display: table;
}

.sc-8 .block-1 .t-box {
  display: inline-block;
  width: 100%;
}

.sc-8 .block-1 .t-box p {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 16px;
  line-height: 24px;
  color: #2B2A29;
}

.sc-8 .block-1 .img-container {
  max-width: 470px;
  float: right;
}

.sc-8 .block-1 .img-container .img-box {
  margin-bottom: 26px;
  display: inline-block;
  width: 100%;
}

.sc-8 .block-1 .img-container .img-box img {
  max-width: 100%;
}

.sc-8 .block-1 .img-container .contact-box {
  display: inline-block;
  width: 100%;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 2px solid #353E7D;
}

.sc-8 .block-1 .img-container .contact-box p {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 14px;
  color: #2B2A29;
}

.sc-8 .block-1 .img-container .contact-box a.mail {
  text-decoration: underline;
}

.sc-8 .block-1 .img-container .contact-box a {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 14px;
  color: #2B2A29;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 35px;
}

.sc-8 .block-1 .img-container .contact-box a:hover {
  color: #0787F0;
}

.sc-8 .block-1 .img-container .contact-box a svg {
  margin-right: 10px;
}

.sc-8 .block-2 {
  padding-bottom: 60px;
  padding-top: 30px;
}

.sc-8 .block-2 .title {
  margin-bottom: 30px;
  padding-top: 60px;
}

.sc-8 .block-2 .title h1 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 52px;
  text-transform: capitalize;
  color: #402A87;
}

.sc-8 .block-2 .edge-box {
  display: inline-block;
  width: 100%;
}

.sc-8 .block-2 .edge-box p {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 16px;
  line-height: 24px;
  color: #2B2A29;
  margin-bottom: 32px;
}

.sc-8 .block-2 .edge-box p img {
  float: left;
  margin-right: 30px;
}

.sc-8 .block-2 .edge-box p span {
  display: table;
}

.sc-8 .block-2 button.price {
  background: #F72F03;
  -webkit-box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
          box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  min-width: 270px;
  padding: 17px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 10px;
}

.sc-8 .block-2 button.price:hover {
  background: #ad2b0d;
}

.sc-8 .block-2 .img-box {
  display: inline-block;
  width: 100%;
}

.sc-8 .block-2 .img-box img {
  max-width: 100%;
}

.sc-9 {
  background-color: #F3F6F9;
  padding-top: 120px;
  padding-bottom: 60px;
}

.sc-9 .title {
  margin-bottom: 42px;
  text-align: center;
}

.sc-9 .title h1 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 52px;
  color: #402A87;
  margin-bottom: 0;
}

.sc-9 .title h2 {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 32px;
  color: #2B2A29;
}

.sc-9 .title h2 span {
  font-size: 52px;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  color: #F72F03;
}

.sc-9 .slick-recalls {
  width: 100%;
}

.sc-9 .slick-recalls .slide-item {
  margin: 0 15px;
  outline: none;
}

.sc-9 .slick-recalls .recall-box {
  display: inline-block;
  width: 370px;
}

.sc-9 .slick-recalls .recall-box .recall {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 20px 40px rgba(20, 55, 97, 0.05);
          box-shadow: 0px 20px 40px rgba(20, 55, 97, 0.05);
}

.sc-9 .slick-recalls .recall-box .recall a.recall-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

.sc-9 .slick-recalls .recall-box .recall img {
  max-width: 100%;
  border-radius: 5px;
}

.sc-9 .slick-recalls .recall-box .r-info {
  display: inline-block;
  width: 100%;
}

.sc-9 .slick-recalls .recall-box .r-info p {
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif; font-weight:semi-bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #353E7D;
}

.sc-9 .slick-recalls .recall-box .r-info a {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 12px;
  text-decoration: underline;
  color: #626262;
}

.sc-9 .slick-recalls .recall-box .r-info a:hover {
  color: #0787F0;
}

.sc-9 .arrow-box {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.sc-9 .arrow-box button {
  padding: 0;
  margin: 0 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sc-9 .arrow-box button:hover svg path {
  fill: #F72F03;
}

.sc-10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.sc-10 .title {
  margin-bottom: 30px;
}

.sc-10 .title h1 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 52px;
  line-height: 78px;
  color: #353E7D;
}

.sc-10 .quest-box.quest-box-opened .quest-title svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.4;
}

.sc-10 .quest-box.quest-box-opened .quest-info {
  display: inline-block;
}

.sc-10 .quest-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.sc-10 .quest-box .quest-title {
  display: inline-block;
  width: 100%;
  background-color: #F7F7FB;
  border-radius: 5px;
  padding: 33px 100px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-10 .quest-box .quest-title:hover {
  background-color: #c0c0c0;
}

.sc-10 .quest-box .quest-title span.q-icon {
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #F72F03;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 100%;
}

.sc-10 .quest-box .quest-title svg {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}

.sc-10 .quest-box .quest-title h4 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 18px;
  color: #2B2A29;
  margin-bottom: 0;
}

.sc-10 .quest-box .quest-info {
  padding: 20px 100px;
  display: none;
}

.sc-10 .quest-box .quest-info p {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  color: #626262;
  line-height: 25px;
}

.sc-10 .s-box {
  display: inline-block;
  width: 100%;
  position: relative;
}

.sc-10 .s-box img.q-car {
  position: absolute;
  top: 0;
  right: -174px;
}

.sc-10 .specialist {
  display: inline-block;
  max-width: 368px;
  margin-top: 293px;
  margin-left: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 40px rgba(20, 55, 97, 0.1);
          box-shadow: 0px 20px 40px rgba(20, 55, 97, 0.1);
  border-radius: 5px;
  padding: 0px 38px 32px 38px;
  position: relative;
  z-index: 1;
}

.sc-10 .specialist .img-box {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-top: -67px;
}

.sc-10 .specialist .img-box img {
  max-width: 100%;
}

.sc-10 .specialist .t-box {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.sc-10 .specialist .t-box:before {
  content: "";
  position: absolute;
  width: 93px;
  height: 41px;
  background-image: url(../img/car-paint.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 22px;
  right: -23px;
}

.sc-10 .specialist .t-box h4 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 24px;
  color: #272727;
}

.sc-10 .specialist .t-box p {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 14px;
  color: #272727;
}

.sc-10 .specialist .t-box button {
  margin-top: 10px;
  background-color: #F72F03;
  -webkit-box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
          box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 18px 32px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-10 .specialist .t-box button:hover {
  background-color: #ad2b0d;
}

.footer {
  background-color: #353E7D;
  padding-top: 120px;
}

.footer .title {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.footer .title h1 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 52px;
  color: #FFFFFF;
}

.footer .title h4 {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  font-size: 32px;
  color: #FFFFFF;
}

.footer .map-contact-box {
  max-width: 226px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 10px 8px;
}

.footer .map-contact-box h4 {
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  font-size: 18px;
  color: #2B2A29;
  margin-bottom: 15px;
}

.footer .map-contact-box p {
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 21px;
  color: #626262;
  position: relative;
  padding-left: 40px;
}

.footer .map-contact-box p:last-child {
  margin-bottom: 0;
}

.footer .map-contact-box p span {
  font-family: "Roboto-Bold";
}

.footer .map-contact-box p a.mail {
  font-family: "Roboto-Regular";
  text-decoration: underline;
}

.footer .map-contact-box p a {
  display: block;
  font-family: "Roboto-Light";
  color: #626262;
}

.footer .map-contact-box p a:hover {
  color: #fc6442;
}

.footer .map-contact-box p a span {
  font-family: "Roboto-Bold";
}

.footer .map-contact-box p img {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  margin: auto;
}

.footer .nav-tabs {
  border: none;
  display: inline-block;
  float: right;
  margin-top: 52px;
}

.footer .nav-tabs li {
  display: inline-block;
}

.footer .nav-tabs li .nav-link {
  min-width: 166px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif; font-weight:bold;
  padding: 19px 25px;
  border: 2px solid #F72F03;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 20px;
}

.footer .nav-tabs li .nav-link:hover {
  background-color: #F72F03;
  color: #fff;
}

.footer .nav-tabs li .nav-link.active {
  color: #fff;
  background-color: #F72F03;
  -webkit-box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
          box-shadow: 0px 20px 40px rgba(218, 119, 31, 0.25);
  border-color: #F72F03;
}

.footer .map-f {
  display: inline-block;
  width: 100%;
  height: 470px;
  margin-bottom: 61px;
}

.footer .subtitle {
  margin-bottom: 50px;
}

.footer .subtitle h2 {
  font-family: "Roboto-Medium";
  font-size: 32px;
  color: #FF0E00;
}

.footer .country-name {
  margin-bottom: 30px;
}

.footer .country-name h3 {
  font-family: "Roboto-Regular";
  font-size: 32px;
  line-height: 37px;
  text-decoration: underline;
  color: #FEE7E6;
}

.footer .c-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.footer .c-box h4 {
  font-family: "Roboto-Bold";
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 21px;
}

.footer .c-box p {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  position: relative;
  padding-left: 40px;
}

.footer .c-box p span {
  font-family: "Roboto-Bold";
}

.footer .c-box p a.mail {
  font-family: "Roboto-Regular";
  text-decoration: underline;
}

.footer .c-box p a {
  display: block;
  font-family: "Roboto-Light";
  color: #fff;
}

.footer .c-box p a:hover {
  color: #fc6442;
}

.footer .c-box p a span {
  font-family: "Roboto-Bold";
}

.footer .c-box p svg {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  margin: auto;
}

.footer .m-b-60 {
  margin-bottom: 20px;
}

.footer .line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.479);
  margin-bottom: 70px;
}

.footer .footer-bottom {
  padding-bottom: 60px;
  padding-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.521);
}

.footer .footer-bottom p {
  float: left;
  color: #FFFFFF;
  font-size: 14px;
}

.footer .footer-bottom p.ooo {
  font-family: 'Montserrat', sans-serif; font-weight:regular;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 30px;
}

.footer .footer-bottom p.inn {
  font-family: "Roboto-Regular";
}

.footer .footer-bottom p.inn span {
  font-family: "Roboto-Bold";
}

.footer .footer-bottom a.politics {
  font-family: 'Montserrat', sans-serif; font-weight:300;
  font-size: 12px;
  line-height: 19px;
  text-decoration: underline;
  color: #FFFFFF;
  max-width: 221px;
  display: inline-block;
}

.footer .footer-bottom a.politics:hover {
  text-decoration: none;
}

.footer .footer-bottom a.k-logo {
  font-family: 'Montserrat', sans-serif; font-weight:300;
  font-size: 12px;
  line-height: 19px;
  text-align: right;
  text-transform: uppercase;
  color: #8974C9;
}

.footer .footer-bottom a.k-logo span {
  display: table;
}

.footer .footer-bottom a.k-logo img {
  float: right;
  margin-left: 10px;
}

@media only screen and (max-width: 1690px) {
  .sc-2:before {
    left: -98px;
  }
}

@media only screen and (max-width: 1523px) {
  .sc-10 .s-box img.q-car {
    right: -88px;
  }
}

@media only screen and (max-width: 1500px) {
  .sc-2:before {
    left: -161px;
  }
}

@media only screen and (max-width: 1350px) {
  .sc-2:before {
    opacity: 0.3;
  }
  .sc-10 .s-box img.q-car {
    right: 0;
    max-width: 357px;
    top: 56px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    min-width: auto;
  }
  #myModal-watch-video .modal-dialog {
    max-width: 960px;
  }
  #myModal-watch-video .modal-body iframe {
    height: 393px;
  }
  .myModal-feature .modal-dialog {
    max-width: 960px;
  }
  .myModal-feature .modal-body {
    padding-left: 50px;
    padding-right: 50px;
  }
  .header {
    padding-bottom: 11px;
  }
  .header .logo-box {
    width: 290px;
  }
  .header .logo-box .img-box {
    width: 120px;
    margin-right: 13px;
  }
  .header .logo-box .t-box p {
    font-size: 10px;
    line-height: 11px;
    margin-top: -3px;
  }
  .header .button-box {
    width: 368px;
  }
  .header .button-box button {
    font-size: 11px;
  }
  .navi-container .navbar-nav li a {
    font-size: 11px;
  }
  .navi-container .navbar-nav li a.for-via svg {
    margin-right: 0;
    margin-top: -5px;
  }
  .navi-container .navbar-nav li a.for-via span {
    display: none;
  }
  .sc-1 .slick-header .slide-item {
    padding-top: 23px;
    height: 488px;
  }
  .sc-1 .slick-header .slide-item .inner-content {
    width: 960px;
  }
  .sc-1 .slick-header .t-box {
    width: 480px;
  }
  .sc-1 .slick-header .t-box .title-box h1 {
    font-size: 57px;
  }
  .sc-1 .slick-header .t-box .title-box h2 {
    font-size: 23px;
  }
  .sc-1 .slick-header .t-box .title-box h2 span {
    font-size: 37px;
  }
  .sc-1 .slick-header .t-box .title-box h4 {
    margin-top: 24px;
  }
  .sc-1 .slick-header .t-box .info-box .car-info p {
    font-size: 15px;
  }
  .sc-1 .slick-header .t-box .info-box .car-info p span {
    font-size: 14px;
  }
  .sc-1 .slick-header .t-box .info-box .look-info a.scroll-catalog {
    font-size: 13px;
    padding: 12px 20px 12px 20px;
    max-width: 211px;
    margin-right: 15px;
  }
  .sc-1 .slick-header .t-box .info-box .look-info a.watch-video-btn {
    margin-top: 15px;
  }
  .sc-1 .slick-header .img-box {
    width: 412px;
  }
  .sc-1 .arrow-box {
    width: 960px;
  }
  .sc-2 {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .sc-2 .title {
    margin-bottom: 35px;
  }
  .sc-2 .title h1 {
    font-size: 45px;
  }
  .sc-2 .title h2 {
    font-size: 28px;
  }
  .sc-2 .title h2 span {
    font-size: 41px;
  }
  .sc-2 .advance-box .t-box p {
    font-size: 13px;
  }
  .sc-2 .advance-box .i-box {
    margin-right: 13px;
  }
  .sc-3 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .sc-3 .title {
    margin-bottom: 35px;
  }
  .sc-3 .title h1 {
    font-size: 42px;
  }
  .sc-3 .catalog-box h4.product-name {
    padding: 15px 15px 11px 15px;
    font-size: 13px;
  }
  .sc-3 .catalog-box .product-info {
    padding: 15px 15px 26px 15px;
  }
  .sc-3 .catalog-box .product-info .option-box {
    margin-bottom: 15px;
  }
  .sc-3 .catalog-box .product-info .option-box span.options {
    font-size: 11px;
  }
  .sc-3 .catalog-box .product-info .option-box span.options img {
    top: -4px;
  }
  .sc-3 .catalog-box .product-info .option-box span.options + span.options {
    margin-left: 5px;
  }
  .sc-3 .catalog-box .product-info .option-box p {
    font-size: 13px;
    margin-right: 10px;
  }
  .sc-3 .catalog-box .product-info h2.cost-price {
    font-size: 27px;
    margin-bottom: 12px;
  }
  .sc-3 .catalog-box .product-info .b-box button.show-stock {
    margin-bottom: 8px;
    font-size: 12px;
    padding: 12px 27px 12px 27px;
  }
  .sc-4 {
    padding-top: 64px;
    padding-bottom: 70px;
  }
  .sc-4 .title h1 {
    font-size: 35.8px;
    line-height: 53px;
  }
  .sc-4 .title h2 {
    font-size: 26px;
  }
  .sc-4 .title h2 span {
    font-size: 41px;
  }
  .sc-4 .slick-video .slide-item {
    width: 318px;
    opacity: 1;
  }
  .sc-4 .slick-video .video-box {
    width: 318px;
    height: 215px;
  }
  .sc-5 {
    padding-top: 68px;
    padding-bottom: 30px;
  }
  .sc-5 .title h1 {
    font-size: 42px;
  }
  .sc-5 .title h4 {
    font-size: 27px;
  }
  .sc-5 #map .country-product img {
    left: -120px;
  }
  .sc-6 {
    padding-top: 30px;
  }
  .sc-6 .test-drive {
    padding: 47px 40px 25px 40px;
  }
  .sc-6 .test-drive .title {
    margin-bottom: 23px;
  }
  .sc-6 .test-drive .title h1 {
    font-size: 42px;
  }
  .sc-6 .test-drive .title h4 {
    font-size: 27px;
  }
  .sc-6 .test-drive img.test-drive-bg {
    max-width: 505px;
    opacity: 0.3;
  }
  .sc-6 .test-drive .test-text {
    max-width: 621px;
  }
  .sc-6 .test-drive .form-box select {
    font-size: 14px;
    padding: 0px 15px 0px 15px;
    height: 46px;
    width: 233px;
    margin-right: 15px;
  }
  .sc-6 .test-drive .form-box input {
    font-size: 14px;
    padding: 0px 15px 0px 15px;
    height: 46px;
    width: 233px;
    margin-right: 15px;
  }
  .sc-6 .test-drive .form-box button.submit {
    max-width: 233px;
    font-size: 12px;
    padding: 13px 10px;
  }
  .sc-7 {
    padding-top: 226px;
    padding-bottom: 64px;
  }
  .sc-7 .title {
    margin-bottom: 32px;
  }
  .sc-7 .title h1 {
    font-size: 42px;
  }
  .sc-7 .title h4 {
    font-size: 27px;
  }
  .sc-7 .catalog-attachments-box h4.product-name {
    padding: 15px 15px 11px 15px;
    font-size: 13px;
  }
  .sc-7 .catalog-attachments-box .product-info {
    padding: 15px 15px 26px 15px;
  }
  .sc-7 .catalog-attachments-box .product-info .b-box button.show-stock {
    margin-bottom: 8px;
    font-size: 12px;
    padding: 12px 27px 12px 27px;
  }
  .sc-8 {
    padding-top: 60px;
  }
  .sc-8 .company-block .title {
    margin-bottom: 40px;
  }
  .sc-8 .company-block .title h1 {
    font-size: 42px;
  }
  .sc-8 .company-block .company-info .t-box {
    margin-top: 55px;
  }
  .sc-8 .company-block .company-info .t-box p {
    font-size: 14px;
    line-height: 22px;
  }
  .sc-8 .company-block .company-info .video-box {
    width: 550px;
    margin-left: -140px;
    margin-top: 0px;
  }
  .sc-8 .company-block .company-info .video-box .v-col {
    width: 255px;
  }
  .sc-8 .company-block .company-info .video-box .v-col + .v-col {
    margin-left: 24px;
  }
  .sc-8 .company-block .company-info .video-box .v-col .v-box {
    height: 156px;
  }
  .sc-8 .block-1 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .sc-8 .block-1 .title h1 {
    font-size: 42px;
  }
  .sc-8 .block-1 .title h2 {
    font-size: 27px;
  }
  .sc-8 .block-1 .edge-box p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .sc-8 .block-1 .edge-box p img {
    margin-right: 20px;
  }
  .sc-8 .block-1 .t-box p {
    font-size: 14px;
    line-height: 22px;
  }
  .sc-8 .block-1 .img-container .contact-box a {
    margin-right: 14px;
  }
  .sc-8 .block-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sc-8 .block-2 .title {
    padding-top: 0;
  }
  .sc-8 .block-2 .title h1 {
    font-size: 42px;
  }
  .sc-8 .block-2 .edge-box p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .sc-8 .block-2 .edge-box p img {
    margin-right: 20px;
  }
  .sc-8 .block-2 button.price {
    font-size: 12px;
    padding: 12px 20px;
  }
  .sc-9 {
    padding-top: 60px;
  }
  .sc-9 .title h1 {
    font-size: 42px;
  }
  .sc-9 .title h2 {
    font-size: 27px;
  }
  .sc-9 .title h2 span {
    font-size: 35px;
  }
  .sc-9 .slick-recalls .recall-box {
    width: 290px;
  }
  .sc-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sc-10 .title h1 {
    font-size: 42px;
    line-height: 59px;
  }
  .sc-10 .quest-box .quest-title {
    padding: 18px 68px;
  }
  .sc-10 .quest-box .quest-title span.q-icon {
    left: 20px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 26px;
  }
  .sc-10 .quest-box .quest-title h4 {
    font-size: 15px;
  }
  .sc-10 .quest-box .quest-info {
    padding: 20px 70px;
  }
  .sc-10 .quest-box .quest-info p {
    font-size: 12px;
    line-height: 21px;
  }
  .sc-10 .specialist {
    margin-top: 145px;
    padding: 0px 20px 25px 20px;
  }
  .sc-10 .specialist .t-box:before {
    right: -13px;
  }
  .sc-10 .specialist .s-box img.q-car {
    max-width: 199px;
    top: 0;
  }
  .footer .title h1 {
    font-size: 42px;
  }
  .footer .title h4 {
    font-size: 27px;
  }
  .footer .nav-tabs {
    margin-top: 20px;
  }
  .footer .map-f {
    height: 370px;
  }
  .footer .footer-bottom a.k-logo {
    font-size: 10px;
  }
  .footer .footer-bottom a.k-logo img {
    max-width: 100px;
  }
}

@media only screen and (max-width: 991px) {
  #myModal-watch-video .modal-dialog {
    max-width: 720px;
  }
  .myModal-feature .modal-dialog {
    max-width: 720px;
  }
  .myModal-feature .modal-body {
    padding-left: 50px;
    padding-right: 50px;
  }
  .header {
    display: none;
  }
  .navi-container {
    position: relative;
  }
  .navi-container .logo-mobile {
    max-width: 129px;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .navi-container .logo-mobile img {
    max-width: 100%;
  }
  .navi-container .call-mob {
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .navi-container .call-mob a {
    background-color: white;
    color: #000;
    font-family: 'Montserrat', sans-serif; font-weight:bold;
    padding: 7px;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block;
  }
  .navi-container .navbar button.navbar-toggler {
    width: 50px;
    line-height: 0;
    outline: none;
    position: relative;
    z-index: 1;
  }
  .navi-container .navbar button.navbar-toggler span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: relative;
    top: -4px;
  }
  .navi-container a.order-call-mobile {
    display: inline-block;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat', sans-serif; font-weight:regular;
    margin: 10px 0;
  }
  .navi-container a.order-call-mobile:hover {
    text-decoration: none;
  }
  .navi-container .navbar-nav {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navi-container .navbar-nav li a.for-via {
    margin-left: 0;
  }
  .navi-container .navbar-nav li a.for-via svg {
    margin-right: 8px;
  }
  .navi-container .navbar-nav li a.for-via span {
    display: inline-block;
  }
  .sc-1 .slick-header .slide-item {
    height: 429px;
  }
  .sc-1 .slick-header .slide-item .inner-content {
    width: 720px;
  }
  .sc-1 .slick-header .t-box {
    width: 365px;
  }
  .sc-1 .slick-header .t-box .title-box {
    margin-bottom: 33px;
  }
  .sc-1 .slick-header .t-box .title-box h1 {
    font-size: 43px;
  }
  .sc-1 .slick-header .t-box .title-box h2 {
    font-size: 19px;
  }
  .sc-1 .slick-header .t-box .title-box h2 span {
    font-size: 25px;
  }
  .sc-1 .slick-header .t-box .title-box h4 {
    font-size: 19px;
  }
  .sc-1 .slick-header .t-box .info-box .car-info p {
    font-size: 12px;
  }
  .sc-1 .slick-header .t-box .info-box .car-info p span {
    font-size: 12px;
  }
  .sc-1 .slick-header .t-box .info-box .look-info a.watch-video-btn {
    font-size: 0;
    margin-top: 24px;
  }
  .sc-1 .slick-header .img-box {
    width: 300px;
    margin-top: 50px;
  }
  .sc-1 .arrow-box {
    width: 720px;
  }
  .sc-2 .title h1 {
    font-size: 36px;
  }
  .sc-2 .title h2 {
    font-size: 22px;
  }
  .sc-2 .title h2 span {
    font-size: 31px;
  }
  .sc-3 .title h1 {
    font-size: 36px;
  }
  .sc-3 .title h2 {
    font-size: 22px;
  }
  .sc-4 {
    padding-top: 32px;
    padding-bottom: 60px;
  }
  .sc-4 .title {
    padding-bottom: 0;
    height: auto;
  }
  .sc-4 .title h1 {
    font-size: 32px;
  }
  .sc-4 .title h2 {
    font-size: 22px;
  }
  .sc-4 .title h2 span {
    font-size: 32px;
  }
  .sc-4 .title .arrow-box {
    text-align: left;
    position: relative;
    margin: 20px 0;
  }
  .sc-4 .title .arrow-box button {
    margin-left: 0;
    margin-right: 10px;
  }
  .sc-4 .video-container {
    margin-left: 0;
    width: 100%;
  }
  .sc-4 .slick-video .slide-item {
    width: 268px;
    opacity: 0.5;
  }
  .sc-4 .slick-video .slide-item h4 {
    font-size: 12px;
  }
  .sc-4 .slick-video .slide-item .video-box {
    width: 100%;
    height: 154px;
    margin-bottom: 21px;
  }
  .sc-5 {
    padding-top: 46px;
  }
  .sc-5 .title h1 {
    font-size: 36px;
  }
  .sc-5 .title h4 {
    font-size: 22px;
  }
  .sc-5 #map {
    height: 437px !important;
    top: 0;
    margin-bottom: 0;
  }
  .sc-5 #map .country-product img {
    max-width: 400px;
    left: -80px;
    top: 0;
  }
  .sc-5 .b-box {
    padding-top: 39px;
  }
  .sc-5 .b-box button {
    padding: 12px 27px 12px 27px;
    font-size: 12px;
  }
  .sc-6 .test-drive img.test-drive-bg {
    opacity: 0.2;
  }
  .sc-6 .test-drive .title h1 {
    font-size: 36px;
  }
  .sc-6 .test-drive .title h4 {
    font-size: 22px;
  }
  .sc-6 .test-drive .t-box p {
    font-size: 14px;
    line-height: 23px;
  }
  .sc-6 .test-drive .test-text {
    max-width: 547px;
  }
  .sc-6 .test-drive .form-box {
    text-align: center;
  }
  .sc-6 .test-drive .form-box select {
    margin: 5px;
  }
  .sc-6 .test-drive .form-box input {
    margin: 5px;
  }
  .sc-6 .test-drive .form-box button.submit {
    margin: 5px;
  }
  .sc-6 .test-drive .form-box label {
    text-align: left;
  }
  .sc-7 .title h1 {
    font-size: 36px;
  }
  .sc-7 .title h4 {
    font-size: 22px;
  }
  .sc-8 .company-block .title h1 {
    font-size: 36px;
  }
  .sc-8 .company-block .company-info .t-box {
    margin-bottom: 20px;
  }
  .sc-8 .company-block .company-info h4 {
    margin-top: 20px;
  }
  .sc-8 .company-block .company-info .video-box {
    margin-left: 0;
  }
  .sc-8 .block-1 .title h1 {
    font-size: 36px;
  }
  .sc-8 .block-1 .title h2 {
    font-size: 22px;
  }
  .sc-8 .block-1 .img-container {
    float: left;
    margin-bottom: 40px;
  }
  .sc-8 .block-2 .img-box {
    margin-bottom: 20px;
  }
  .sc-9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sc-9 .title h1 {
    font-size: 36px;
  }
  .sc-9 .title h2 {
    font-size: 22px;
  }
  .sc-9 .title h2 span {
    font-size: 27px;
  }
  .sc-10 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sc-10 .title {
    text-align: center;
  }
  .sc-10 .title h1 {
    font-size: 36px;
  }
  .sc-10 .specialist {
    margin-top: 99px;
  }
  .sc-10 .s-box img.q-car {
    top: 9px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .title h1 {
    font-size: 36px;
  }
  .footer .title h4 {
    font-size: 22px;
  }
  .footer .nav-tabs li .nav-link {
    min-width: auto;
    padding: 12px 16px;
    font-size: 10px;
  }
  .footer .map-f {
    height: 273px;
  }
  .footer .tab-content {
    margin-bottom: 42px;
  }
  .footer .subtitle {
    margin-bottom: 26px;
  }
  .footer .subtitle h2 {
    font-size: 28px;
  }
  .footer .country-name {
    margin-bottom: 22px;
  }
  .footer .country-name h3 {
    font-size: 23px;
  }
  .footer .c-box h4 {
    font-size: 20px;
  }
  .footer .c-box p {
    font-size: 15px;
  }
  .footer .footer-bottom {
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
  }
  .footer .footer-bottom p {
    float: none;
  }
  .footer .footer-bottom p.ooo {
    margin-right: 0;
  }
  .footer .footer-bottom a.k-logo {
    width: 300px;
    display: inline-block;
    margin-top: 15px;
    font-size: 9px;
    line-height: 15px;
  }
  .footer .footer-bottom a.k-logo img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #myModal-watch-video .modal-dialog {
    max-width: 540px;
  }
  #myModal-watch-video .modal-header h4 {
    font-size: 23px;
  }
  #myModal-watch-video .modal-body iframe {
    height: 232px;
  }
  .myModal-feature .modal-dialog {
    max-width: 540px;
  }
  .myModal-feature .modal-header h4 {
    font-size: 27px;
  }
  .myModal-feature .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .myModal-feature .modal-body .slider-for .slide-item {
    height: 231px;
    margin: 0 10px;
  }
  .myModal-feature .modal-body .slider-for .slide-item .bg-image {
    height: 231px;
    background-size: cover !important;
  }
  .myModal-feature .modal-body .slider-nav {
    display: none;
  }
  .myModal-feature .modal-body ul.slick-dots {
    text-align: center;
    margin-top: 15px;
    padding-left: 0;
  }
  .myModal-feature .modal-body ul.slick-dots li.slick-active button {
    background: #F72F03;
  }
  .myModal-feature .modal-body ul.slick-dots li {
    display: inline-block;
  }
  .myModal-feature .modal-body ul.slick-dots li button {
    font-size: 0;
    border: none;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    outline: none;
    padding: 0;
    background: #E0E0E0;
    margin: 0 5px;
  }
  .myModal-feature .modal-body .table-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .myModal-feature .modal-body .table-box table tr td {
    font-size: 13px;
  }
  .myModal-feature .modal-body h2 {
    margin-top: 33px;
    margin-left: 0;
  }
  .myModal-feature .modal-body button.feature-btn {
    font-size: 13px;
    padding: 10px 31px;
    margin-top: 14px;
  }
  #myModal-thanks .modal-dialog {
    max-width: 540px;
  }
  #myModal-thanks .modal-content {
    height: 430px;
  }
  #myModal-thanks .modal-body {
    padding-top: 135px;
  }
  #myModal-thanks .modal-body h2 {
    font-size: 40px;
  }
  #myModal-thanks .modal-body p {
    font-size: 25px;
  }
  .sc-1 .slick-header .slide-item {
    height: 500px;
  }
  .sc-1 .slick-header .slide-item .inner-content {
    width: 540px;
    padding-top: 77px;
  }
  .sc-1 .slick-header .img-box {
    width: 168px;
    margin-top: 0;
    position: absolute;
    top: -16px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .sc-1 .slick-header .t-box {
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.678);
    -webkit-box-shadow: 0px 0px 40px rgba(17, 38, 101, 0.1);
            box-shadow: 0px 0px 40px rgba(17, 38, 101, 0.1);
    padding: 30px 15px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
  }
  .sc-1 .slick-header .t-box .title-box h1 {
    font-size: 33px;
  }
  .sc-1 .slick-header .t-box .info-box .car-info {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sc-1 .slick-header .t-box .info-box .car-info p {
    font-size: 14px;
  }
  .sc-1 .slick-header .t-box .info-box .car-info p span {
    font-size: 14px;
  }
  .sc-1 .slick-header .t-box .info-box .look-info a.scroll-catalog {
    float: none;
  }
  .sc-1 .slick-header .t-box .info-box .look-info a.watch-video-btn {
    top: -4px;
    position: relative;
  }
  .sc-1 .arrow-box {
    width: 540px;
  }
  .sc-2 .advance-box {
    margin-bottom: 13px;
  }
  .sc-2 .title h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .sc-2 .title h2 {
    font-size: 19px;
  }
  .sc-2 .title h2 span {
    font-size: 24px;
  }
  .sc-3 {
    padding-top: 30px;
    padding-bottom: 44px;
  }
  .sc-3 .title {
    margin-bottom: 15px;
  }
  .sc-3 .title h1 {
    font-size: 30px;
  }
  .sc-4 .title h1 {
    font-size: 30px;
  }
  .sc-5 #map {
    height: 280px !important;
    top: 0;
    max-width: 510px;
    margin: auto;
  }
  .sc-5 #map .country-product img {
    display: none;
  }
  .sc-5 .ymaps-2-1-77-events-pane.ymaps-2-1-77-user-selection-none {
    background-image: none;
  }
  .sc-5 .t-box {
    margin-top: 20px;
  }
  .sc-6 .test-drive {
    margin-bottom: -77px;
  }
  .sc-6 .test-drive .title h1 {
    font-size: 30px;
  }
  .sc-6 .test-drive img.test-drive-bg {
    max-width: 370px;
  }
  .sc-6 .test-drive .form-box select, .sc-6 .test-drive .form-box input {
    width: 100%;
  }
  .sc-6 .test-drive .form-box button.submit {
    max-width: 100%;
  }
  .sc-7 {
    padding-top: 136px;
  }
  .sc-7 .title h1 {
    font-size: 30px;
  }
  .sc-8 {
    padding-top: 40px;
  }
  .sc-8 .company-block .title {
    margin-bottom: 24px;
  }
  .sc-8 .company-block .title h1 {
    font-size: 30px;
  }
  .sc-8 .company-block .img-box {
    position: relative;
    height: 264px;
    overflow: hidden;
  }
  .sc-8 .company-block .img-box img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sc-8 .company-block .company-info {
    padding-bottom: 30px;
  }
  .sc-8 .block-1 .img-container .img-box {
    position: relative;
    height: 264px;
    overflow: hidden;
  }
  .sc-8 .block-1 .img-container .img-box img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sc-9 .title {
    margin-bottom: 25px;
  }
  .sc-9 .title h1 {
    font-size: 30px;
  }
  .sc-10 .title {
    margin-bottom: 15px;
  }
  .sc-10 .title h1 {
    font-size: 30px;
    line-height: normal;
  }
  .sc-10 .s-box img.q-car {
    max-width: 230px;
  }
  .footer .title {
    margin-bottom: 0;
  }
  .footer .title h1 {
    font-size: 30px;
  }
  .footer .nav-tabs {
    float: left;
    margin-bottom: 20px;
  }
  .footer .nav-tabs li .nav-link {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 576px) {
  #myModal-watch-video .modal-header h4 {
    font-size: 20px;
  }
  #myModal-order {
    padding: 10px 5px !important;
  }
  #myModal-order .modal-header h4 {
    font-size: 27px;
  }
  #myModal-order .modal-header #form-input-ident {
    font-size: 16px;
  }
  #myModal-order .form-box {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 17px;
  }
  #myModal-order .form-box input {
    height: 42px;
    margin-bottom: 14px;
    font-size: 13px;
  }
  #myModal-order .form-box button.submit {
    font-size: 12px;
    margin-top: 15px;
    min-width: auto;
    width: 100%;
    padding: 8px 35px;
  }
  #myModal-order .form-box label {
    padding-left: 33px;
  }
  #myModal-order .form-box label .check-text:before {
    width: 23px;
    height: 23px;
    top: 0px;
    left: -32px;
  }
  #myModal-order .form-box label input[type=checkbox]:checked + .check-text:before {
    background-size: 18px 18px;
  }
  .myModal-feature .modal-body .table-box {
    margin-bottom: 15px;
  }
  .myModal-feature .modal-body .table-box table tr td {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .myModal-feature .modal-body .table-box table tr td:last-child {
    color: #f72f03;
  }
  .myModal-feature .modal-body button.feature-btn {
    width: 100%;
  }
  #myModal-thanks .modal-content {
    height: 310px;
  }
  #myModal-thanks .modal-body {
    padding-top: 80px;
  }
  #myModal-thanks .modal-body h2 {
    font-size: 26px;
  }
  #myModal-thanks .modal-body p {
    font-size: 18px;
  }
  .navi-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navi-container .logo-mobile {
    max-width: 88px;
    margin-top: -4px;
  }
  .navi-container .call-mob {
    top: 8px;
  }
  .navi-container .call-mob a {
    padding: 2px 5px;
    font-size: 10px;
    line-height: normal;
  }
  .sc-1 .slick-header .slide-item {
    height: 532px;
  }
  .sc-1 .slick-header .slide-item .inner-content {
    width: 100%;
  }
  .sc-1 .slick-header .t-box .title-box {
    margin-bottom: 15px;
  }
  .sc-1 .slick-header .t-box .title-box h1 {
    font-size: 24px;
  }
  .sc-1 .slick-header .t-box .title-box h2 {
    font-size: 15px;
  }
  .sc-1 .slick-header .t-box .title-box h2 span {
    font-size: 16px;
  }
  .sc-1 .slick-header .t-box .title-box h4 {
    font-size: 14px;
    margin-top: 14px;
  }
  .sc-1 .slick-header .t-box .info-box .car-info {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }
  .sc-1 .slick-header .t-box .info-box .look-info a.scroll-catalog {
    padding: 7px 20px 5px 20px;
    max-width: 185px;
  }
  .sc-1 .arrow-box {
    width: 100%;
  }
  .sc-2 .title h1 {
    font-size: 26px;
  }
  .sc-2 .title h2 {
    font-size: 17px;
  }
  .sc-2 .title h2 span {
    font-size: 20px;
  }
  .sc-3 .title h1 {
    font-size: 26px;
  }
  .sc-4 .title h1 {
    font-size: 27px;
    line-height: normal;
  }
  .sc-4 .title h2 {
    font-size: 20px;
  }
  .sc-4 .title h2 span {
    font-size: 25px;
  }
  .sc-5 .title h1 {
    font-size: 27px;
  }
  .sc-5 .title h4 {
    font-size: 20px;
  }
  .sc-5 #map {
    max-width: 94%;
  }
  .sc-5 .t-box {
    padding-right: 0px;
    padding-left: 20px;
  }
  .sc-6 .test-drive {
    padding: 36px 15px 20px 15px;
  }
  .sc-7 .title {
    margin-bottom: 20px;
  }
  .sc-7 .title h1 {
    font-size: 27px;
  }
  .sc-7 .title h4 {
    font-size: 20px;
  }
  .sc-8 .company-block .company-info h4 {
    padding-left: 24px;
  }
  .sc-8 .company-block .company-info .video-box {
    width: 100%;
  }
  .sc-8 .company-block .company-info .video-box .v-col {
    margin-bottom: 10px;
    width: 100%;
  }
  .sc-8 .company-block .company-info .video-box .v-col .v-box {
    height: 182px;
  }
  .sc-8 .company-block .company-info .video-box .v-col + .v-col {
    margin-left: 0;
  }
  .sc-8 .block-1 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .sc-8 .block-1 .img-container .contact-box {
    padding-left: 24px;
  }
  .sc-8 .block-1 .img-container .contact-box a {
    display: inline-block;
    margin-top: 10px;
  }
  .sc-8 .block-1 .title h1 {
    font-size: 27px;
  }
  .sc-8 .block-1 .title h2 {
    font-size: 20px;
  }
  .sc-8 .block-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sc-9 .title h1 {
    font-size: 27px;
  }
  .sc-9 .title h2 {
    font-size: 20px;
  }
  .sc-9 .title h2 span {
    font-size: 24px;
  }
  .sc-9 .arrow-box {
    margin-top: 28px;
  }
  .sc-10 .title h1 {
    font-size: 27px;
  }
  .sc-10 .quest-box .quest-info {
    padding: 20px 32px;
  }
  .sc-10 .quest-box .quest-title {
    padding: 18px 30px;
  }
  .sc-10 .quest-box .quest-title h4 {
    font-size: 12px;
  }
  .sc-10 .quest-box .quest-title span.q-icon {
    left: 9px;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 19px;
  }
  .sc-10 .quest-box .quest-title svg {
    right: 17px;
  }
  .sc-10 .specialist {
    margin-left: 0;
  }
  .sc-10 .specialist .t-box button {
    font-size: 12px;
    padding: 7px 25px;
  }
  .sc-10 .s-box img.q-car {
    max-width: 163px;
  }
  .footer .title h1 {
    font-size: 27px;
  }
  .footer .title h4 {
    font-size: 20px;
  }
  .footer .map-f {
    height: 236px;
  }
  .footer .subtitle {
    margin-bottom: 15px;
  }
  .footer .subtitle h2 {
    font-size: 27px;
  }
  .footer .country-name {
    margin-bottom: 10px;
  }
  .footer .country-name h3 {
    font-size: 20px;
  }
  .footer .c-box {
    margin-bottom: 20px;
  }
  .footer .line {
    margin-bottom: 45px;
  }
}

.ws-quiz-container {
display: none;
}

@media only screen and (max-width: 430px) {
  .myModal-feature .modal-body .slider-for .slide-item {
    height: 198px;
  }
  .myModal-feature .modal-body .slider-for .slide-item .bg-image {
    height: 198px;
  }
}

@media only screen and (max-width: 400px) {
  .myModal-feature .modal-body .slider-for .slide-item {
    height: 159px;
  }
  .myModal-feature .modal-body .slider-for .slide-item .bg-image {
    height: 159px;
  }
}

.ws-quiz-container {
display: none !important;
}

/*# sourceMappingURL=main.css.map */


.t-box .new-cost{
	max-width: 200px;
	font-size: 16px!important;
}
.modal-backdrop{
z-index: 99999999;
}
.modal{
z-index: 99999999999999;
}