

/* Start:/local/templates/onix/components/bitrix/news.list/welcome/style.css?17537268623557*/
.welcome {
  margin-bottom: 56px;
}
.welcome-item.swiper-slide{
  height: 100vh;
  max-height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.welcome-item:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
 /* background: -o-linear-gradient(50.2deg, rgba(64, 72, 85, 0.6) 15.11%, rgba(41, 57, 83, 0) 65.98%), -o-linear-gradient(top, rgba(64, 72, 85, 0.6) 0%, rgba(41, 57, 83, 0) 29.87%);
  background: linear-gradient(39.8deg, rgba(64, 72, 85, 0.6) 15.11%, rgba(41, 57, 83, 0) 65.98%), linear-gradient(180deg, rgba(64, 72, 85, 0.6) 0%, rgba(41, 57, 83, 0) 29.87%);
	*/ }

.welcome-content {
  position: relative;
  z-index: 5;
  padding-bottom: 60px;
}

.welcome-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.welcome-title {
  margin-bottom: 40px;
}

.welcome__product {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 60%;
  width: 40%;
  overflow: hidden;
}

.welcome__product:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  left: 120px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.welcome__product img {
  position: relative;
  z-index: 2;
  display: block;
}

.welcome-nav{
  display: flex;
  align-items: center;
}

.welcome-arrow .arrow{
  transform: none;
  position: static;
  display: block;
  box-sizing: border-box;
  margin-left: 24px;
}

.welcome-dots{
  margin-left: 16px;
}
.welcome-dots .swiper-pagination-bullet{
  width: 8px;
  height: 15px;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: #FFF;
  border-radius: 0;
  margin-right: 8px;
}
.welcome-dots .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #FFC800;
  opacity: 1;
}

.welcome-item.swiper-slide-active::after{
  position: absolute;
  content: '';
  background-color: #FFC800;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  animation: progressbar 10s linear infinite;
  animation-delay: 0.3s;
  z-index: 5;
}

@keyframes progressbar{
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}


@media (min-width: 991px) {
	.welcome .container-fluid,
	.welcome .container-sm,
	.welcome .container-md,
	.welcome .container-lg,
	.welcome .container-xl {
		max-width: 93%;
		margin: 0 auto;
	}
}
@media (max-width: 990.98px) {
  .welcome-item.swiper-slide{
    /* min-height: 600px; */
    overflow: hidden;
  }
  .welcome__product {
    padding-top: 40px;
    top: 0;left: 0;right: 0;
    bottom: auto;
    width: 100%;
  }
  .welcome__product:before{
    transform: none;
    right: 0;left: 0;
  }
  .welcome__product img{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .welcome-content{
    position: static;
  }
  .welcome-arrow{
    display: none
  }
}
/* End */


/* Start:/local/templates/onix/components/bitrix/news.list/exclusive/style.css?17537268622487*/
.exclusive {
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}

.exclusive-title {
  margin-bottom: 48px;
}

.exclusive__body {
  margin-right: 3px;
}

.exclusive__body-img {
  display: block;
  width: 100%;
}

.exclusive__body-text {
  padding: 0 10px;
  position: absolute;
  top: 32px;
  left: 32px;
  right: 32px;
  color: #000;
}

.exclusive__hydrodynamics {

display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f3f3f3;
  color: #000;
  height: 100%;
  padding: 50px 50px 32px 32px;
  margin-left: 3px;
	}

.exclusive__hydrodynamics-img {
  margin-left: auto;
  max-width: 100%;
}

.exclusive__hydrodynamics-text {
  margin-top: auto;
}

.exclusive__list {
  color: #FFF;
  margin-top: 6px;
  position: relative;
}

.exclusive__list-img {
  display: block;
  width: 100%;
}

.exclusive__list-text {
  position: absolute;
  right: 24px;
  left: 24px;
  bottom: 24px;
}

.exclusive-items {
  padding: 0 !important;
}

@media (min-width: 991px) {
  .exclusive__list .row {
    margin: 0 -3px;
  }
  .exclusive__list .col-md-3 {
  flex: 0 0 20%;
  width: 20%;
  }
  .exclusive__list .col-md-3,
  .exclusive__list .col-sm-6 {
    padding: 0 3px;
  }
  .exclusive__list .col-md-3 {
    width: 20%;
    flex: 0 0 20%;
  }

  .exclusive-container {
    max-width: 93%;
    margin: 0 auto;
  }
}

@media (max-width: 990.98px) {
  .exclusive.is-white *{
    color: #000!important;
  }
  .exclusive__body {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .exclusive__body-text{
    position: static;
    padding: 0;
    margin-top: 8px;
    color: #FFF;
  }

  .exclusive__body-text br {
    display: none;
  }

  .exclusive__hydrodynamics {
    padding: 0;
    margin-left: 0;
    height: 527px;
    margin-bottom: 60px;
    position: relative

  }
  .exclusive__hydrodynamics-img{
    max-height: 100%;
    margin: auto
  }

  .exclusive__hydrodynamics-text {
    position: absolute;
    left: 0; right: 0;
    color:  #FFF;
    bottom: -14px;
    transform: translateY(100%);
  }

  .exclusive__list-item {
    margin-bottom: 24px;
  }

  .exclusive-items {
    padding: 0 20px !important;
  }

  .exclusive__list-text{
    position: static;
    margin-top: 8px;
  }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?164327204751*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/components/km/feedback/templates/testDrive/style.css?16451119831019*/
.testDrive {
  padding: 56px 0 66px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.testDrive:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(17.1deg, #0A2F44 0%, rgba(9, 0, 46, 0) 72.16%);
  background: linear-gradient(72.9deg, #0A2F44 0%, rgba(9, 0, 46, 0) 72.16%);
  z-index: 3;
}

.testDrive-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.testDrive-title {
  margin-bottom: 280px;
}

.testDrive-form,
.testDrive-title {
  position: relative;
  z-index: 5;
}

@media (max-width: 990.98px) {
  .testDrive {
    padding: 40px 0;
  }

  .testDrive-title {
    margin-bottom: 75px;
  }

  .testDrive-title br {
    display: none;
  }

  .testDrive-form .btn{
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* End */
/* /local/templates/onix/components/bitrix/news.list/welcome/style.css?17537268623557 */
/* /local/templates/onix/components/bitrix/news.list/exclusive/style.css?17537268622487 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?164327204751 */
/* /local/components/km/feedback/templates/testDrive/style.css?16451119831019 */
