/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
  font-family: Oswald;
  src: local('Oswald'), local('Oswald'), url(fonts/Oswald.woff2) format('woff2'), url(fonts/Oswald.woff) format('woff'), url(fonts/Oswald.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  src: local('Onest'), local('Onest-Regular'), url(fonts/Onest-Regular.woff2) format('woff2'), url(fonts/Onest-Regular.woff) format('woff'), url(fonts/Onest-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  src: local('Onest Medium'), local('Onest-Medium'), url(fonts/Onest-Medium.woff2) format('woff2'), url(fonts/Onest-Medium.woff) format('woff'), url(fonts/Onest-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  src: local('Onest Bold'), local('Onest-Bold'), url(fonts/Onest-Bold.woff2) format('woff2'), url(fonts/Onest-Bold.woff) format('woff'), url(fonts/Onest-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  src: local('Onest SemiBold'), local('Onest-SemiBold'), url(fonts/Onest-SemiBold.woff2) format('woff2'), url(fonts/Onest-SemiBold.woff) format('woff'), url(fonts/Onest-SemiBold.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}

:root {
  --font-family: "Onest", sans-serif;
  --second-family: "Oswald Regular", sans-serif;
}

:root {
	--primary-80: #9bd949;
	--primary-100: #8cc63f;
	--primary-150: #78af2d;
	--primary-200: #456716;
	--secondary-40: #f3adb5;
	--secondary-60: #f16a78;
	--secondary-80: #fa5062;
	--secondary-100: #e32c40;
	--secondary-150: #c52335;
	--secondary-200: #9f1221;
	--light-100: #fff;
	--ligth-80: #f5f5f7;
	--light-60: #ebecf0;
	--light-40: #ced2e1;
	--dark-50: #808898;
	--dark-55: #6b7280;
	--dark-60: #7a7c80;
	--dark-70: #565765;
	--dark-90: #34353f;
	--dark-95: #282a2e;
	--dark-100: #161721;
	--dark-150: #030303;
}


:root {
  --grayscale-header: #0E0E0E;
  --grayscale-header-weak: #3C3C3C;
  --primary-default: #3c3c3c;
  --grayscale-background-weak: #F9F9F9;

  --primary-background: #e5f2d4;
  --primary-background-strong: #cce6aa;
  --primary-default-weak: #b2d97f;
  --primary-default: #3c3c3c;
  --primary-default-strong: #78af2d;
  --grayscale-background: #fff;
  --grayscale-background-weak: #f9f9f9;
  --grayscale-input: #f4f4f4;
  --grayscale-line: #e1e1e1;
  --grayscale-placeholder: #b7b7b7;
  --grayscale-label: #888;
  --grayscale-body: #626262;
  --grayscale-header-weak: #3c3c3c;
  --grayscale-header: #0e0e0e;
}

*,
:active,
:focus,
:hover {
  outline: 0 !important
}

a,
a:active,
a:focus,
a:hover {
  text-decoration: none
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

img {
  vertical-align: middle;
  border: 0
}



body {
  position: relative;
  direction: ltr;
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  color: var(--dark-70);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

a {
  cursor: pointer;
  color: var(--dark-100);
}


h1,
h2,
h3,
h4 {
  font-family: Onest;
  font-style: normal;
}
h1, h2, .business-solutions__title {  color: var(--dark-100);}

h1 {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 20px 0 30px;
}
h1 span, h2 span, h3 span, .business-solutions__title span {color: var(--secondary-100);}
.business-solutions__title span.popup-model-name {color: var(--dark-100);}
.business-solutions__title span.popup-model-name span {color: var(--secondary-100);}
h2, .business-solutions__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.01em;
}
.request-form.modal .business-solutions__title {font-size: clamp(24px, 3vw, 32px);}


h3 {
  font-size: clamp(20px, 2vw, 22px);
  font-weight: 700;
  color: var(--dark-90);
  line-height: 120%;
}

h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}



ul {
  padding-left: 25px;
}

.policy-container {
  padding-bottom: 60px;
}



/* ШАПКА Header temp_28061136 */
.header:not(li) {
  margin: auto;
}

.header-content-top {
  background: var(--dark-100);
  height: 60px;
}

.header-content-black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
  align-items: center;
  gap: 20px;
  max-width: 1300px;
  margin: auto;
  height: 60px;
  color: var(--light-100);
  width: 100%;
  background: var(--dark-100);
  font-weight: 500;
font-size: clamp(14px, 0.8rem + 0.3vw, 16px);
line-height: 100%;
}

.header-right-bottom1 {
  height: 90px;
  border-bottom: 1px solid var(--light-100);
  
}



.header-right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  width: 100%;
    padding: 10px 0px;
}


.header-right-top1,
.header-right-top2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.header-right-top1 {
  justify-content: flex-start;
  gap: 15px;
}

.header-right-top2 {
  justify-content: space-between;
  gap: 24px;
}

.header-content-black .btn {
  font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0.01em;
text-align: center;
color: var(--light-100);
border: 1px solid var(--dark-50);
border-radius: 4px;
padding: 8px 16px 8px 12px;
width: 139px;
background:transparent;
display:flex;
gap:6px;
justify-content:center;
align-items:center;
}
.header-content-black .btn:hover, .mobile-footer__telegram:hover  {
	border: 1px solid var(--secondary-200);
	color: var(--secondary-100);
	background:transparent;
}

.header-content-black .btn:active, .mobile-footer__telegram:active  {
border: 4px solid var(--secondary-200);
background:transparent;
}

.contacts-btn .btn {color: var(--light-100);}
.header-content-black .contacts-phone a, .header-content-black .contacts-phone {color: var(--light-100);}
.header-bottom .contacts-phone {text-align:center;margin:auto;}

.header-top-linia {
  width: 2px;
  height: 22px;
  background: var(--dark-50);
}

.header-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu li {
    display: flex;
    align-items: center;
}

.header-menu li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 16px;
    background: var(--dark-50);
    margin: 0 24px;
}

.header-menu a {
    color: var(--dark-90);
    text-decoration: none;
    transition: color 0.3s;
}

.header-menu a:hover {
    color: var(--secondary-100);
}




.header-right-linia {
  background: var(--grayscale-header-weak);
  height: 2px;
  width: 100%;
}

.menu_item {
  padding: 1px 0px 15px 0px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
}


.header-content-black .menu-item a.menu-item-link:active,
.header-content-black .menu-item a.menu-item-link:focus,
.header-content-black .menu-item a.menu-item-link:hover,
.header-content-black .current-menu-item a {
  padding-bottom: 10px;
}


.addresses-items {
  display: none;
}

.addresses-item1 {
  color: #0C0C0B;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 15px 20px;
  border-bottom: 1px solid #F5F5F5;
  cursor: pointer;
}

.addresses-item2 {
  color: #0C0C0B;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 15px 20px;
  cursor: pointer;
}

.addresses-item1 span,
.addresses-item2 span {
  color: #5B5C5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
}

.header input {
  color: #fff;
}

.addresses-item1:hover,
.addresses-item2:hover {
  color: #A6192E;
  background: #F5F5F5;
}

.addresses-item1:hover span,
.addresses-item2:hover span {
  color: #5B5C5D;
}

.header-content-black .header__addresses label {
  color: #5B5C5D
}


.reference {
  display: none;
}


.reference+label {
  padding: 0;
  cursor: pointer;
  display: inline-block;
}


.show-address {
  display: block !important;
  position: absolute;
  background: #fff;
  top: 50px;
  z-index: 55;
}

.show-address-mob {
  display: block !important;
}

.reference img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.reference:checked label {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #A6192E;
}

.wpcf7-form-control-wrap:checked~.c-checkbox__text {
  color: #A6192E !important;
}
.item_15 .text_small{
	font-weight: 500;
	line-height: 0.8;
}

@media only screen and (max-width:1350px) {

  .header-content,
  .header-content-black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-right-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media only screen and (min-width: 975px) {
  .header-content2 {
    display: none;
  }
}

@media only screen and (max-width: 974px) {

  .header-content,
  .header-content-black,
  .header-right-bottom1,
  .header-content-top {
    display: none;
  }

  .header-right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background: var(--dark-100);
	color: var(--light-100);
	font-weight: 400;
font-size: 14px;
line-height: 140%;
height: 46px;
  }
  
.header-content-bottom  {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background: var(--light-60);
	height: 60px;
	border-bottom: 1px solid var(--light-100);
	padding: 0px 8px 0 16px;
}


.header-content-bottom.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    background: #fff;
    z-index: 1000;
}

.header-content-bottom2 {	
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
gap:15px;	
}

  .header-content2 {
    width: 100%;
  }

  .header .header-logo-img {
    width: 85px;
  }



  .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 40px 0 40px;
    gap: 15px;
  }

  .header-bottom .btn {
    padding: 20px;
	background: var(--secondary-100);
border-radius: 4px;
padding: 10px 32px 10px 22px;
width: 170px;
height: 40px;	
  }

  .header-bottom .btn img {
    width: 14px;
  }

  .header-right-bottom-mob {
    padding: 15px 20px;
    width: 100%;
  }

  .header__addresses-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-right-top {
    padding: 0px 20px;
  }

  .reference1 {
    display: none;
  }

  .reference1~.story1 {
    display: none;
  }

  .reference1+label {
    padding: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .reference1:checked~.story1 {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 90;
    width: 100%;
    left: 0;
    right: 0;
    top: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .header-right-top {
    padding: 5px 20px;
  }

  .reference1:checked~.story1 {
    top: 110px;
  }
}

.header-right-bottom {
  position: relative;
}

.show {
  display: block !important;
}

.header.temp_2806113611 .header-right-bottom1 {
  left: 0;
  top: 0;
  z-index: 90;
  max-width: 100%;
  width: 100%;
  -webkit-transition: top .2s linear, background .2s;
  -o-transition: top .2s linear, background .2s;
  transition: top .2s linear, background .2s;
  position: relative;
  position: sticky;
  
}

.header_white .header-content a,
.header_white .header-content {
  color: #000000;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.header-content {
  position: unset;
  max-width: 1300px;
  margin: 0 auto;
  height: 108px;
}

.header-content-black .menu-item-catalog-link:hover {
  border-bottom: 4px solid #A6192E;
  padding-bottom: 10px;
}

.header.header-white {
  background-color: #ffffff;
}

.header.header-white .header-content,
.header.header-white .header-content a {
  color: #000000;
}

.header__addresses-item {
  cursor: pointer;
}

.left_header {
  margin-right: 40px;
}





/* ШАПКА МОБИЛЬНАЯ temp_26071132 */
.temp_26071132 ul {
  list-style: none
}


@media only screen and (max-width: 61.19444em) {
  .temp_26071132 .container {
    max-width: 48em;
  }

}

@media (max-width: 576px) {
  .temp_26071132 .container {
    max-width: 100%
  }
}

.temp_26071132 {
  position: sticky;
  top: 0;
  z-index: 101
}

.temp_26071132 .header_wrapper {
  padding-top: 8px;
  padding-bottom: 8px
}

.temp_26071132 .header_wrapper ul.header_wrapper_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.temp_26071132 .header_wrapper ul.header_wrapper_top li.item_address {
  display: block;
  width: 254px
}

.temp_26071132 .header_wrapper ul.header_wrapper_top li.item_address span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #2c707c
}

.temp_26071132 .header_wrapper ul.header_wrapper_top li.item_mounting {
  display: block;
  width: 410px
}

.temp_26071132 .header_wrapper ul.header_wrapper_top li.item_mounting span {
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #d62428
}

.temp_26071132 .header_wrapper ul.header_wrapper_top li.item_phone {
  display: block;
  width: 190px
}

.temp_26071132 .header_wrapper ul.header_wrapper_top li.item_phone a {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #2c707c
}

.temp_26071132 .header_wrapper ul.header_wrapper_top li.item_btn {
  display: block;
  width: 167px;
  text-align: right
}

.temp_26071132 nav.nav_menu {
  position: absolute;
  width: 100%;
}

.temp_26071132 nav.nav_menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.temp_26071132 nav.nav_menu .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px
}

.temp_26071132 nav.nav_menu .header_logo img {
  width: 100%;
}

@media (max-width: 1325px) {
  .temp_26071132 nav.nav_menu .header_logo {
    width: 250px;
  }
}

.temp_26071132 nav.nav_menu .header_logo .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 70px;
}

.temp_26071132 nav.nav_menu .header_logo .header_logo_content {
  display: block;
  width: 330px
}

.temp_26071132 nav.nav_menu .header_logo .header_logo_content span.bold {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff
}

.temp_26071132 nav.nav_menu .header_logo .header_logo_content span.light {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff
}

.temp_26071132 nav.nav_menu ul.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
}

.menu-menu-1-container {
  width: 100%;
}




.temp_26071132 nav.nav_menu ul.menu_list li.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.temp_26071132 nav.nav_menu ul.menu_list li.menu-item a {
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  color: #0C0C0B;
  text-transform: uppercase;
  padding-bottom: 30px;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;

}

.temp_26071132 nav.nav_menu ul.menu_list li.menu-item a:hover {
  border-bottom: 5px solid;
  border-color: #A6192E;
  padding-bottom: 25px;
  color: #A6192E;
}

.temp_26071132 nav.nav_menu ul.menu_list li.menu-item:last-child {
  margin-right: 0
}

.temp_26071132 .mobile .mobile_menu {
  display: none
}

.temp_26071132 .mobile .back_menu {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 250px;
  height: calc(100vh - 280px);
background: var(--light-60);
  opacity: 1;
  z-index: 800;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:center;
  padding:20px 0 60px;
}


.back_menu ul {
  padding-left: 0px;
}

.temp_26071132 .mobile .back_menu ul.back_menu_list .menu-item {
  padding: 12px 15px;
}




@media (max-width: 1199px) {
  .temp_26071132 nav.nav_menu .header_logo {
    width: 180px;
  }

  .temp_26071132 {
    min-height: 7rem
  }

  .temp_26071132 .header_wrapper {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_address {
    width: 230px
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_address span {
    font-size: 13px;
    line-height: 1.4
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_mounting {
    width: 356px
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_mounting span {
    font-size: 15px
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_phone {
    width: 139px
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_phone a {
    font-size: 15px
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_btn {
    width: 148px
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_btn button.btn {
    padding: 10px 13px
  }

  .temp_26071132 nav.nav_menu .header_logo .images {
    height: 80px
  }

  .temp_26071132 nav.nav_menu .header_logo .header_logo_content {
    width: 270px
  }

  .temp_26071132 nav.nav_menu .header_logo .header_logo_content span.bold {
    margin-bottom: 8px;
    font-size: 17px
  }

  .temp_26071132 nav.nav_menu .header_logo .header_logo_content span.light {
    font-size: 11px;
    line-height: 1.3
  }

  .temp_26071132 nav.nav_menu ul.menu_list li.menu-item {
    margin-right: 0
  }

  .temp_26071132 nav.nav_menu ul.menu_list li.menu-item a {
    font-size: 13px
  }
}

@media (max-width: 991px) {

  .temp_26071132 .mobile .mobile_menu .hamRotate.active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .temp_26071132 .mobile .mobile_menu .ham8.active .top {
    stroke-dashoffset: -64px;
  }

  .temp_26071132 .mobile .mobile_menu .ham8.active .middle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .temp_26071132 .mobile .mobile_menu .ham8.active .bottom {
    stroke-dashoffset: -64px;

  }

  .slinky-theme-default .title {
    color: var(--grayscale-input);
    padding: 5em;
  }

  .temp_26071132 .mobile .back_menu.back_menu_active {
    display: flex;
    overflow-y: auto;
  }
  
  .back_menu__close {
    position: absolute;

    top: 23px;
    right: 24px;

    width: 14px;
    height: 14px;

    border: 0;
    background: none;

    cursor: pointer;
}

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_mounting {
    display: none
  }


  .temp_26071132 nav.nav_menu .header_logo .header_logo_content span.bold {
    margin-bottom: 8px;
    font-size: 17px
  }

  .temp_26071132 nav.nav_menu .header_logo .header_logo_content span.light {
    font-size: 11px;
    line-height: 1.3
  }

  .temp_26071132 nav.nav_menu ul.menu_list {
    display: none
  }

  .temp_26071132 .mobile .mobile_menu {
    display: block;
    z-index: 999
  }

  .temp_26071132 .mobile .mobile_menu button {
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
    z-index: 99
  }

  .temp_26071132 .mobile .mobile_menu button svg {
    width: 50px
  }

  .temp_26071132 .mobile .mobile_menu .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .temp_26071132 .mobile .mobile_menu .line {
    fill: none;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: var(--grayscale-background-weak);
    stroke-width: 3.5;
  }

  .temp_26071132 .mobile .mobile_menu .hamrotate.active .line {
    stroke: #78AF2D !important;
  }

  .temp_26071132 .mobile .mobile_menu .ham8 .top {
    stroke-dasharray: 40 160
  }

  .temp_26071132 .mobile .mobile_menu .ham8 .middle {
    stroke-dasharray: 40 142;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms
  }

  .temp_26071132 .mobile .mobile_menu .ham8 .bottom {
    stroke-dasharray: 40 85;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
    transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
    -o-transition: transform 400ms, stroke-dashoffset 400ms;
    transition: transform 400ms, stroke-dashoffset 400ms;
    transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms
  }

  .temp_26071132 .mobile .back_menu {
    position: fixed;
    top: 46px;
    right: 0;
    display: none;
    width: 250px;
    z-index: 100;
    padding-top: 90px;
  }
.header-content-bottom.is-fixed .temp_26071132 .mobile .back_menu { top: 0px;}  
.back_menu::before {
    content: "";

    position: absolute;
    top: 59px;
    left: 0;
    right: 0;

    height: 1px;

    background: var(--light-100);
}

.back_menu .header-made {width: fit-content;margin:auto;}

  .temp_26071132 .mobile .back_menu .header-right-linia {
    margin-top: 30px;
  }

  .temp_26071132 .mobile .back_menu ul.back_menu_list {
    width: 100%;
    margin: 0 auto;	
  }
  
  .temp_26071132 .mobile .back_menu ul.back_menu_list .header-logo  {
	  margin:0px auto 60px;width: fit-content;display: flex;
  }

  .temp_26071132 .mobile .back_menu ul.back_menu_list li.menu-item {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
  }


  .rapira .car-name {
    margin: 0 0;
  }


}

@media (max-width: 974px) {
  .temp_26071132 {
    min-height: 0rem;
  }
}

@media (max-width: 768px) {


  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_address {
    width: 200px
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_address span {
    font-size: 11px;
    line-height: 1.3
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_phone {
    width: 121px
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_phone a {
    font-size: 13px
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_btn {
    width: 142px
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_btn button.btn {
    padding: 6px 10px
  }

  .temp_26071132 nav.nav_menu .header_logo {
    width: 350px
  }

  .temp_26071132 nav.nav_menu .header_logo .images img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
  }

  .temp_26071132 nav.nav_menu .header_logo .header_logo_content {
    width: 260px
  }

  .temp_26071132 nav.nav_menu .header_logo .header_logo_content span.bold {
    margin-bottom: 8px;
    font-size: 15px
  }

  .temp_26071132 nav.nav_menu .header_logo .header_logo_content span.light {
    font-size: 10px;
    line-height: 1.3
  }

  .temp_26071132 nav.nav_menu ul.menu_list {
    display: none
  }
}

@media (max-width: 576px) {

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_address {
    display: none
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_phone {
    width: auto
  }

  .temp_26071132 .header_wrapper ul.header_wrapper_top li.item_btn {
    width: auto
  }

  .temp_26071132 nav.nav_menu .header_logo {
    width: 320px
  }

  .temp_26071132 nav.nav_menu .header_logo .images img {
    width: 100%;
    height: 100%;
    background-size: cover
  }

  .temp_26071132 nav.nav_menu .header_logo .header_logo_content {
    width: 250px
  }

  .temp_26071132 nav.nav_menu .header_logo .header_logo_content span.bold {
    margin-bottom: 8px;
    font-size: 13px
  }

  .temp_26071132 nav.nav_menu .header_logo .header_logo_content span.light {
    font-size: 9px;
    line-height: 1.3
  }

  .temp_26071132 nav.nav_menu ul.menu_list {
    display: none
  }
}

@media screen and (max-width: 768px) {
  .temp_26071132 .mobile .mobile_menu button svg {
    width: 50px;
  }
}

@media (max-width: 400px) {

  /*.temp_26071132 nav.nav_menu{top:41px}*/
  .temp_26071132 nav.nav_menu .header_logo {
    width: 320px
  }

  .temp_26071132 nav.nav_menu .header_logo .images {
    width: 85%;
  }

  .temp_26071132 nav.nav_menu .header_logo .images img {
    width: 100%;
    height: 100%;
    background-size: cover
  }

  .temp_26071132 nav.nav_menu .header_logo .header_logo_content {
    display: none
  }

  .temp_26071132 nav.nav_menu ul.menu_list {
    display: none
  }
}

.temp_26071132 .header-line-nav {
  width: .2rem;
  height: 2.5rem;
  margin: 0 2rem;
  background: #0C0C0B
}

/* end Шапка temp_26071132 */

.car-card__bonuses {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 15px
}

.info-par,
.name-par {
  margin: 0;
}

.info-par {
  color: #0066B5;

}

.btn,
.btn_last {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  padding: 18px 32px 20px;
  width: 210px; 
  text-align: center;
  font-family: Onest;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.01em;  
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color .4s ease, background .4s ease;
  -o-transition: color .4s ease, background .4s ease;
  transition: color .4s ease, background .4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn {
  box-shadow: 0 6px 24px 0 rgba(227, 44, 64, 0.24);
  background: var(--secondary-100);	
  color: var(--ligth-80);	
}

.btn:hover {
  box-shadow: 0 6px 24px 0 rgba(227, 44, 64, 0.12);
  background: var(--secondary-150);
}

.btn:active {
  box-shadow: 0 6px 24px 0 rgba(227, 44, 64, 0.12);
  background: var(--secondary-150);
}

.btn_last {
background: transparent;
border: 1px solid var(--dark-50);
color: var(--dark-90);
}
.hero__container .btn_last {border: 1px solid var(--secondary-60);}

.btn_last:hover {
	background: var(--ligth-80);
	border: 1px solid var(--secondary-200);
}


.btn_wide {

}

.request-form.modal .request-form__content .btn,
.request-form.modal .request-form__content input {
  width: 100%;
}

.btn img {
  margin-right: 10px;
}






.hero__wrapper {
  position: relative;
  height: 788px;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
  background-position: 50% 50%;
}

.hero__wrapper {
    background-image: var(--hero-bg-desktop);
}

@media (max-width: 450px) {
    .hero__wrapper {
        background-image: var(--hero-bg-mobile);
		background-position: 50% 70%;
    }
}






.title_slide2 {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--dark-100);  
  font-family: var(--font-family);
  max-width:535px;
}

.title_slide2 span {color: var(--secondary-100);}


.slide-txt01 {
font-family: var(--font-family);
font-weight: 500;
font-size: clamp(13px, 0.9vw, 14px);
line-height: 100%;
letter-spacing: -0.01em;
text-transform: uppercase;
color: var(--dark-70);
margin-bottom:16px;
}
.slide-txt {font-family: var(--font-family);
font-weight: 600;
font-size: clamp(16px, 1vw, 18px);
line-height: 140%;
color: var(--dark-70);
margin:24px 0 36px;
max-width:300px;
}

.slide-btns {display:flex;justify-content:flex start; gap:16px;}

.hero__container .content {
  padding-top: 160px;
}

.hero__container .content1 {margin-bottom:80px;}

.advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
	max-width: 521px;
}

.advantages__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.advantages__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
border: 1px solid var(--dark-50);
border-radius: 8px;
padding: 4px;
}

.advantages__icon svg {
}

.advantages__title {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.0;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: var(--dark-100);
}

.advantages__text {
    margin: 0;
    font-size: 14px;	
	font-weight: 400;
font-size: 14px;
line-height: 140%;
color: var(--dark-70);
}



.hero__visual {
    position: relative;
}

.hero__callout {
    position: absolute;
    z-index: 3;
}

.hero__callout img {
    display: block;
    width: 100%;
    height: auto;
}

.hero__callout-text {
    position: absolute;
}

.hero__callout-text strong {
    display: block;

    font-size: 14px;
    font-weight: 500;
    line-height: 1.0;
    color: var(--dark-90);
    text-transform: uppercase;
	letter-spacing: -0.01em;
}

.hero__callout-text span {
    display: block;
    margin-top: 6px;
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: var(--dark-70);
}


.hero__callout--top-left {
    top: -10px;
    left: 53%;
}

.hero__callout--top-left .hero__callout-text {
    top: 0px;
    left: 105px;
}


.hero__callout--top-right {
    top: 20px;
    right: 206px;
}

.hero__callout--top-right .hero__callout-text {
    top: 5px;
    left: 104px;
}

.hero__callout--bottom {
    top: 364px;
    right: 305px;
}

.hero__callout--bottom .hero__callout-text {
    top: 172px;
    left: 76px;
	width:100px
}

@media (max-width: 1150px) {
.hero__visual {display:none}
}



@media (min-width: 541px) {
.ico-mob {display:none;}	
}
@media (max-width: 540px) {
    .advantages {
        grid-template-columns: 1fr;
        gap: 0px;
    }
	.advantages__item {
        display: grid;
        grid-template-columns: 48px 1fr;
        column-gap: 24px;
        align-items: center;

	padding: 16px 0;}

    .advantages__item:not(:last-child) {
        border-bottom: 1px solid #F5F5F7;
    }

.advantages__icon {border: 1px solid var(--light-40);margin-bottom: 0px; }	
.slide-btns {flex-direction:column;margin-top:290px;}	
.slide-btns .btn, .slide-btns .btn_last {width:100%}
.hero__container .advantages {display:none;}
.ico-mob {display:block;}
}



@media only screen and (max-width:970px) {
  .hero__container .content {
    padding-top: 80px;
  }
}

@media only screen and (max-width:768px) {
  .hero__wrapper {
    height: 700px;
  }
	
.hero__container .content {
    padding-top: 30px;
  }

}


@media only screen and (max-width:425px) {
.hero__wrapper {
    height: 720px;
  }



.item_12 {
    background: url(../img/ambertruck-4.webp)  no-repeat 50% 70%;
	background-size: cover;
  }
	
	

}

.hero__container {
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

@media only screen and (max-width:1340px) {
  .hero__container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}



@media only screen and (max-width:500px) {
  .hero__container .btn {
    width: 100%;
  }
}


.container,
.container2 {
  margin-right: auto;
  margin-left: auto;
  padding: 80px 20px;

}

@media only screen and (min-width:61.25em) {

  .container,
  .container2 {
    max-width: 1300px;
  }
}
@media only screen and (max-width:900px) {
  .container,
  .container2 {
	padding: 40px 16px;
  }
}
.ico-mob .container {padding: 10px 16px 40px;}
#gruzovaya-tehnika,
#spectehnika,
#service,
#contacts {
    scroll-margin-top: 60px;
}
/* 1 БЛОК */
.business-solutions__title {margin-top:8px;}
.business-solutions__divider {
    width: 64px;
    height: 4px;
background: #F16A78;
margin:0px 0 24px;
}
.business-solutions__text {
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: var(--dark-70);
}

.business-solutions .business-solutions__text {
    margin: 0 0 48px;
}
.trust-block .business-solutions__text {
    margin: 0 0 56px;
}

.business-solutions__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.business-card {
border: 1px solid var(--light-60);
background: var(--ligth-80);
border-radius: 16px;
padding: 24px 24px 32px;
    transition: 
        background-color 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
		
}

.business-card:hover {
box-shadow: 0 12px 32px 0 rgba(52, 53, 63, 0.16);
background: var(--dark-50);
transform:
        translateY(-4px)
        scaleY(1.06);
}

.business-card__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
background: var(--light-60);
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 6px;
    color: var(--dark-70);
fill: var(--dark-70);
    transition: 
        background-color 0.3s ease,
        color 0.3s ease;
}

.business-card:hover .business-card__icon {
    color: var(--secondary-100);
	background: var(--light-40);
	fill: var(--secondary-100);
}

.business-card__icon svg {
    width: 16px;
    height: 16px;
}

.business-card__title {
    margin: 0 0 10px;
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 600;
    line-height: 1.4;
    color: var(--dark-90);
}

.business-card__text {
    margin: 0;
    font-size: 14px;
font-weight: 400;
line-height: 140%;
color: var(--dark-70);
    transition: color 0.3s ease;
}

.business-card:hover .business-card__title {
    color: var(--ligth-80);
}

.business-card:hover .business-card__text {
    color: var(--light-60);
}


@media (max-width: 1024px) {
    .business-solutions__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
.business-solutions .business-solutions__text {
    margin: 0 0 24px;
}	
    .business-solutions__grid {
        grid-template-columns: 1fr; gap:8px;
    }
	
.business-card {
	    padding: 24px;
        min-height: auto;
        display: grid;
        grid-template-columns: 40px 1fr;
        align-items: start;
        column-gap: 20px;
    }
.business-card__title {
    margin: 0 0 8px;
}	

    .business-card__icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
        grid-row: 1 / span 2;
    }	
	
}


/* 2 БЛОК */
.configurations, .service-block, .trust-block, .selection-form {background: var(--ligth-80);}

.configurations__top {
	display: grid;
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    align-items: center;
    gap: 0;
	margin:-104px 0 -84px;
}

.configurations__content {
    max-width: 560px;
	position: relative;
    z-index: 2;
}

.configurations__hero {
    margin-left: -170px;
	margin-right:-80px;
	margin-top: 24px;
    position: relative;
    z-index: 1;
}

.configurations__hero img {
    display: block;
    width: 100%;
    height: auto;
}

.configurations__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
	position: relative;
    z-index: 2;
}

.configuration-card {	
    padding: 24px;
    background: var(--light-100);
    border: 1px solid var(--light-60);
    border-radius: 16px;
    transition:
        border-color .3s ease,
        box-shadow .3s ease,
        transform .3s ease;
}

.configuration-card:hover {
    border-color: var(--secondary-100);
    box-shadow: 0 8px 16px 0 rgba(52, 53, 63, 0.08);
}

.configuration-card img {
    display: block;

    width: 100%;
    max-width: 234px;
    aspect-ratio: 234 / 121;

    object-fit: contain;

    margin-bottom: 16px;
}

.configuration-card__title {
    margin: 0;
    font-size: clamp(16px, 1vw, 18px);	
	font-weight: 600;
line-height: 140%;
color: var(--dark-90);
}

.configurations__bottom {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

.configurations__cta {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 14px 48px 16px;
    background: var(--light-100);
    border-radius: 8px;
	border: 1px solid var(--light-60);
width: 543px;
height: 58px;	
	
}

.configurations__cta span {
    font-size: 16px;
line-height: 150%;
color: var(--dark-70);
}

.configurations__cta a {
    color: var(--secondary-100);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: color .3s ease;
line-height: 140%;
display:flex;
gap:7px;
justify-content:flex-start;
align-items:center;	
}

.configurations__cta svg {}

.configurations__cta a:hover {
    color: var(--secondary-150);
}
@media (max-width: 1250px) {
.configurations__top {margin: -64px 0 -74px;}	
}	

@media (max-width: 1150px) {

    .configurations__grid {
        grid-template-columns: repeat(3, 1fr);
    }
.configurations__top {margin: -44px 0 -64px;}	
}

@media (max-width: 1050px) {
.configurations__top {margin: -24px 0 -30px;}	
}

@media (max-width: 992px) {

    .configurations__top {
        grid-template-columns: 1fr;
		margin:0 0 8px 0;
    }

    .configurations__hero {
        display:none;
    }

    .configurations__grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 640px) {

    .configurations__grid {
        grid-template-columns: 1fr;
		gap:8px;
    }	

    .configuration-card {
        min-height: 104px;
        padding: 0px 8px 0px 16px;

        display: grid;
        grid-template-columns: 156px 1fr;
        align-items: center;
        gap: 10px;
    }

    .configuration-card img {
        width: 156px;
        max-width: 156px;
        margin: 0;

        aspect-ratio: 156 / 81;
        object-fit: contain;
    }

.configurations__cta {flex-direction:column;width: auto; height: auto; gap: 18px;
    padding: 24px 48px 24px;}
	
.configurations__bottom {    margin-top: 24px;}
}



/* 3 БЛОК МОДЕЛИ */

.models-section__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;

    margin-bottom: 40px;
}

.models-section__heading {
    max-width: 560px;
}

.models-section__filters {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 8px;
}

.models-filter {
	border: 1px solid var(--light-40);
    
    border-radius: 8px;
   padding: 16px 24px;
   background: var(--ligth-80);
font-weight: 600;
font-size: clamp(14px, 1vw, 16px);
line-height: 100%;
letter-spacing: 0.01em;
color: var(--dark-90);
    cursor: pointer;
    transition:
        color .3s ease,
        border-color .3s ease,
        background-color .3s ease;
}

.models-filter:hover,
.models-filter.is-active {
    color: var(--secondary-100);
    border-color: var(--secondary-100);
    background: var(--light-100);
}




.models-section__filters-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
}

.models-section__arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}


.models-section__arrows .slick-prev,
.models-section__arrows .slick-next {
    position: static;
    border: 1px solid var(--light-40);
    border-radius: 50%;
    background: var(--ligth-80);
    width: 48px;
    height: 48px;
    cursor: pointer;
    font-size: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.models-section__arrows .slick-prev::before,
.models-section__arrows .slick-next::before {
    content: "";
    display: block;
    width: 15px;
    height: 13px;
    background-color: currentColor;
    -webkit-mask: url(../img/arrow.svg) center / contain no-repeat;
    mask: url(../img/arrow.svg) center / contain no-repeat;
    opacity: 1;
}

.models-section__arrows .slick-prev {
    color: var(--secondary-100);
}

.models-section__arrows .slick-next {
    color: var(--secondary-100);
}

.models-section__arrows .slick-next::before {
    transform: rotate(180deg);
}

.models-section__arrows .slick-disabled {
    color: var(--dark-100);
}

.models-section__arrows .slick-prev:not(.slick-disabled),
.models-section__arrows .slick-next:not(.slick-disabled) {
    color: var(--secondary-100);
}





.models-slider {
    margin: 0 -12px;
}

.models-slider .slick-list {
}

.models-slider .slick-slide {
    padding: 0 12px;
    box-sizing: border-box;
}

.models-slider .slick-slide > div {
    height: 100%;
}

.models-slider .model-card {
    height: 100%;
}

.model-card {
    position: relative;
    min-height: 300px;
    border: 1px solid rgba(227, 44, 64, .22);
    border-radius: 16px;
    background: var(--ligth-80);
    border: 1px solid var(--light-40);
    overflow: hidden;
}
.model-card:hover {border: 1px solid var(--secondary-40);}

.model-card__tags {
    position: relative;
    z-index: 3;

    display: flex;
    flex-wrap: wrap;
    gap: 9px;
	padding: 24px 24px 0;

    margin-bottom: 18px;
}

.model-card__tag {
    min-height: 24px;
    padding: 6px 8px;

    display: inline-flex;
    align-items: center;

    border-radius: 4px;
    background: var(--light-100);
font-size: 14px;
line-height: 100%;
letter-spacing: -0.01em;
color: var(--dark-70);
}

.model-card__tag--active {
    background: var(--secondary-100);
    color: var(--light-60);
}

.model-card__body {
    position: relative;
    z-index: 2;
	padding: 0 24px 24px;
}

.model-card__content {
    position: relative;
    z-index: 3;
}

.model-card__title {
    margin: 0 0 16px;
   color: var(--dark-90);
    font-size: clamp(22px, 1.8vw, 22px);
    font-weight: 700;
    line-height: 1.2;
}

.model-card__title span {
    color: var(--secondary-100);
}

.model-card__weight {
    position: relative;

    padding-left: 22px;

    color: var(--dark-70);
    font-size: 14px;
    line-height: 1.4;
}

.model-card__weight::before {
    content: "";
    position: absolute;
    left: 0;
    top: .7em;

    width: 14px;
    height: 1.5px;

    background: var(--secondary-100);
}

.model-card__features {
    margin: 32px 0;
}

.model-card__features ul {
    display: grid;
    gap: 8px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.model-card__features li {
    position: relative;

    padding-left: 20px;

    color: var(--dark-70);
    font-size: 14px;
    line-height: 1.4;
}

.model-card__features li::before {	
	content: "";
	position: absolute;
    left: 0;
    top: 4px;

    width: 14px;
    height: 13px;

    background-image: url('../img/check-li.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.model-card__price {
    display: grid;
    gap: 4px;

    color: var(--dark-90);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.model-card__price span {
    color: var(--dark-70);
    font-size: 14px;
    font-weight: 400;
}

.model-card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	inset: 0;
}

.model-card__image picture, .model-card__image img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.model-card__image picture,
.model-card__image img {
    display: block;
    width: 100%;
    height: 100%;
}

.model-card__btn {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 4;

    width: 262px;
    padding: 14px 16px 15px 24px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    border: 1px solid var(--secondary-100);
    border-radius: 8px;
    background: var(--ligth-80);

    font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0.01em;
color: var(--dark-90);

    cursor: pointer;

    transition:
        background-color .3s ease,
        color .3s ease;
}

.model-card__btn span {
    color: var(--secondary-100);
}

.model-card__btn:hover {
    background: var(--secondary-100);
    color: var(--light-100);
}

.model-card__btn:hover span {
    color: var(--light-100);
}




.models-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;

    margin-top: 40px;
}

.models-benefit {
    min-height: 96px;

    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: flex-start;
    gap: 16px;
border: 1px solid var(--light-60);
padding: 24px 24px 24px 16px;
    border-radius: 16px;
    background: var(--ligth-80);
}

.models-benefit__icon {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.models-benefit__icon svg {
}

.models-benefit__title {
    margin: 0 0 6px;

    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--dark-90)
}

.models-benefit__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: var(--dark-70);
}




@media (max-width: 1050px) {
.models-benefits {grid-template-columns: repeat(2, 1fr);}
.models-section__top {flex-direction:column;gap:8px;align-items: center;margin-bottom:24px}
}

@media (max-width: 868px) {
    .models-slider {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .models-section__arrows {
        display: none;
    }
.models-benefits {grid-template-columns: repeat(1, 1fr);gap:8px;margin-top: 24px;}
}

@media (max-width: 550px) {
 .models-filter {padding: 14px 12px 12px;}
    .models-slider {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
		margin-bottom: 24px;
		margin:0;
    }

    .model-card {
        position: relative;
        min-height: 560px;
        padding: 0;
        background: var(--light-60);
        overflow: hidden;
        border-radius: 8px;
    }

    .model-card__body {
        display: block;
        position: static;
		padding: 0 16px 16px
    }

    .model-card__image {
        position: absolute;
        inset: 0;


    top: 0;
    right: 0;

    width: 100%;
    height: 360px;

    z-index: 1;
    }

    .model-card__image img {
    position: absolute;

    top: 0;
    right: 0;

    width: 560px; 
    max-width: none;
    height: auto;
    }
	
    .model-card__image::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;

        height: 120px;

        background: linear-gradient(
            180deg,
            rgba(235, 236, 240, 0) 0%,
            var(--light-60) 100%
        );

        pointer-events: none;
    }	

    .model-card__tags {
        position: relative;
        z-index: 3;
        padding: 16px 16px 0;
        margin: 0 0 240px;
    }

    .model-card__content {
        position: relative;
        z-index: 3;
    }

    .model-card__title {
        margin: 0 0 12px;

        font-size: 20px;
        line-height: 1.15;
    }

    .model-card__features {
        margin: 16px 0;
    }

    .model-card__price {
       display:inline-block;
	   margin-bottom: 0px;
        font-size: 20px;
    }

    .model-card__btn {
        position: relative;
        z-index: 3;
        left: auto;
        right: auto;
        bottom: auto;
        width: calc(100% - 32px);
        min-width: 0;
        min-height: 48px;

        margin: 0 16px 22px;
    }
    .model-card__title br {
        display: none;
    }
}


@media (max-width: 450px) {
	.model-card__image img {width:100%;}
	.model-card__image::after {display:none;}
	.model-card__tags { margin: 0 0 280px;}
}











/* 4 БЛОК ЭТАПЫ */
.ready-solution {
    overflow: hidden;
}

.ready-solution__top {
    display: grid;
    grid-template-columns: 540px 1fr;
    align-items: center;
    margin: -108px 0 -40px;
}

.ready-solution__content {
    position: relative;
    z-index: 2;
}

.ready-solution__image {
    position: relative;
    z-index: 1;
    margin-left: -120px;
	margin-right:-80px;
	margin-bottom: -52px;
}

.ready-solution__image img {
    display: block;
    width: 100%;
    height: auto;
}

.ready-solution__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
	position: relative;
    z-index: 2;
}

.ready-step {
    position: relative;
	z-index: 3;
    min-height: 168px;
    padding: 8px 24px 24px 128px;
    border-radius: 16px;
	border: 1px solid var(--light-60);
    background: var(--ligth-80);
    overflow: hidden;
}

.ready-step__number {
    position: absolute;
    left: -2px;
    bottom: 5px;
    width: 106px;
    height: auto;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

.ready-step__content {
    position: relative;
    z-index: 2;
}

.ready-step__icon {
    width: 48px;
    height: 48px;
	margin-left: -22px;
    margin-bottom: 12px;
    color: var(--secondary-100);
}


.ready-step__title {
    margin: 0 0 8px;
	font-weight: 600;
font-size: 20px;
line-height: 120%;
color: var(--dark-90);
}

.ready-step__text {
    margin: 0;	
	font-weight: 400;
font-size: 16px;
line-height: 150%;
color: var(--dark-70);
}

.ready-solution__line {
    position: absolute;
    display: block;
    pointer-events: none;
    user-select: none;
}

.ready-solution__line--diagonal {
    width: 522px;
    left: 245px;
    top: -120px;
    z-index: 4;
}

.ready-solution__line--step-1 {
    width: 150px;

    left: calc(33.333% - 102px);
    top: 50%;

    transform: translateY(-50%);

    z-index: 4;
}

.ready-solution__line--step-2 {
    width: 150px;

    left: calc(66.666% - 92px);
    top: 50%;

    transform: translateY(-50%);

    z-index: 4;
}

.ready-solution__categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;

    margin-bottom: 64px;
}

.ready-category {
border: 1px solid var(--light-60);
border-radius: 16px;
padding: 36px 24px 28px;
background: var(--ligth-80);
}

.ready-category__icon {
    width: 90px;
    height: 50px;
    margin-bottom: 12px;
    color: var(--secondary-100);
	direction:flex;
	justify-content:center;
	align-items: center;
}

.ready-category__icon svg {
filter: drop-shadow(0 2px 8px rgba(227, 44, 64, 0.4));
}

.ready-category__title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: var(--dark-90);
}

.ready-category__text {
    margin: 0;
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: var(--dark-70);
}

.ready-solution__bottom {
    display: flex;
    justify-content: center;
}

.ready-solution__bottom .btn {
width: 500px;
}

@media (max-width: 998px) {
    .ready-solution__top {margin:0 0 24px;display: block;}
    .ready-solution__image,
    .ready-solution__categories {
        display: none;
    }

    .ready-solution__steps {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        position: relative;
        margin-bottom: 24px;
    }

    .ready-solution__line {
        display: none;
    }

    .ready-step {
        display: grid;
        grid-template-columns: 64px 1fr;
        gap: 48px;
		border: none;
        min-height: auto;
        padding: 0 0 28px;
        background: transparent;
        border-radius: 0;
        overflow: visible;
    }

    .ready-step:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 29px;
        top: 72px;
        bottom: -8px;
        width: 2px;
        background: linear-gradient(
            180deg,
            rgba(227, 44, 64, .15) 0%,
            rgba(227, 44, 64, .85) 50%,
            rgba(227, 44, 64, .15) 100%
        );

        box-shadow: 0 2px 12px rgba(227, 44, 64, .35);
    }

    .ready-step:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 24px;
        bottom: -11px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--secondary-100);
        box-shadow: 0 2px 12px rgba(227, 44, 64, .45);
        z-index: 8;
    }
	
.ready-step {
    position: relative;
	overflow: visible;
}

.ready-step:nth-of-type(1) {
    z-index: 3;
}

.ready-step:nth-of-type(2) {
    z-index: 2;
}

.ready-step:nth-of-type(3) {
    z-index: 1;
}	

    .ready-step__number {
        position: static;

        width: auto;
        height: auto;

        grid-column: 2;
        grid-row: 1;

        margin-bottom: 8px;

        font-size: 18px;
        font-weight: 500;
        line-height: 1;

        color: var(--secondary-100);
    }

    .ready-step__number {
        display: none;
    }

    .ready-step__content {
        display: grid;
        grid-template-columns: 80px 1fr;
        column-gap: 28px;

        position: static;
        z-index: 2;

        grid-column: 1 / -1;
    }

    .ready-step__icon {
        width: 64px;
        height: 64px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-column: 1;
        grid-row: 1 / span 3;
        border-radius: 12px;
        background: var(--ligth-80);
        box-shadow: 0 12px 28px rgba(22, 23, 33, .06);
    }


    .ready-step__content::before {
        content: attr(data-step);

        grid-column: 2;
        grid-row: 1;
        margin-bottom: 8px;		
		font-weight: 500;
font-size: 13px;
line-height: 100%;
letter-spacing: -0.01em;
text-transform: uppercase;
color: var(--secondary-80);
    }

    .ready-step__title {
        grid-column: 2;
        grid-row: 2;

        margin: 0 0 10px;

        font-size: 17px;
        line-height: 1.2;
    }

    .ready-step__text {
        grid-column: 2;
        grid-row: 3;

        font-size: 14px;
        line-height: 1.4;
    }

    .ready-solution__bottom .btn {
        width: 100%;
        min-width: 0;
        padding: 18px 5px 20px;

    }

}






/* 5 БЛОК */

.service-block .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(40px, 6vw, 78px);
}

.service-block__image img {
    display: block;
    width: 100%;
    max-width: 612px;
    border-radius: 16px;
	height: auto;
}

.service-block__content {
    max-width: 510px;
}



.service-block__list {
    margin: 32px 0 48px;
    padding: 0;
    list-style: none;	
    width: 100%;
    max-width: 100%;
}

.service-block__list li {
    display: flex;
    align-items: center;
    gap: 8px;
	margin-bottom:10px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--dark-70);
	overflow-wrap: break-word;
}

.service-block__list svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
border-radius: 49px;
border: 2px solid var(--secondary-100);	
}

.service-block .btn {
width: 360px;
}

@media (max-width: 800px) {
.service-block .container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .service-block__content {
        max-width: none;
		min-width: 0;
    }

}

@media (max-width: 480px) {
.service-block__list {
    margin: 8px 0 24px;
	
    width: 100%;
    max-width: 100%;
}
 .service-block__list li{   min-width: 0;}
    .service-block__btn {
        width: 100%;
        min-width: 0;
    }
.service-block__list li span {
    min-width: 0;
    overflow-wrap: break-word;
}	
.service-block__list svg {width: 14px;
    height: 13px;
    flex: 0 0 14px;
border-radius: 49px;
border: none;	}
.service-block__image {margin:0 -20px;}
.service-block__image img {
    border-radius: 0px;
}
}

/* 6 БЛОК */

.trust-block__grid {
    grid-template-columns: repeat(3, 1fr);column-gap: 24px;row-gap: 32px;
}

.trust-block .business-card {
    min-height: 180px;
    background: var(--light-100);
}
.trust-block .business-card:hover {background: var(--dark-50);   
transform:
        translateY(-4px)
        scaleY(1.06);}

.trust-block .business-card__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    border-radius: 10px;
    background: var(--ligth-80);
    color: var(--dark-55);
	fill: var(--dark-70);
}
.trust-block .business-card .business-card__icon svg {width: 32px; height: 32px;}


.trust-block .business-card:hover .business-card__icon {
    background: var(--light-40);
    fill: var(--secondary-100);
}

.trust-block .business-card:hover .business-card__icon svg {fill: var(--secondary-100); }

@media (max-width: 992px) {

    .trust-block__grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 640px) {
.trust-block .trust-block__grid { grid-template-columns: 1fr;gap:8px;}
	
.trust-block .business-card {
        padding: 24px 16px;
		grid-template-columns: 64px 1fr;
        column-gap: 20px;
		min-height:auto;
    }

.trust-block .business-card__icon {
        width: 64px;
        height: 64px;
        margin-bottom: 0;
        grid-row: 1 / span 2;
    }		

}

/* 7 БЛОК ФОРМА */
.selection-form__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(48px, 6vw, 80px);
}

.selection-form__content {
    max-width: 610px;
    min-width: 0;
}

.selection-form__list {
    display: grid;
    gap: 8px;
    margin: 10px 0 14px;
    padding: 0;
    list-style: none;
}

.selection-form__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--dark-70);
}

.selection-form__list svg {
    width: 14px;
    height: 13px;
    flex: 0 0 14px;
    color: var(--secondary-100);
}

.selection-form__phone {
    margin-bottom: 12px;
}

.selection-form__phone a {
    color: var(--dark-100);
    font-size: clamp(22px, 2vw, 24px);
    font-weight: 600;
    line-height: 1.2;
}

.selection-form__info {
    margin: 0 0 36px;

    font-style: normal;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 2.0;

    color: var(--dark-70);
}

.selection-form__info a {
    color: inherit;
    text-decoration: none;
}

.selection-form__telegram {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.01em;
	line-height: 100%;
    color: var(--dark-100);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color .3s ease;
}

.selection-form__telegram:hover {
    color: var(--secondary-100);
}

.selection-form__telegram svg {
    width: 18px;
    height: 13px;
    color: currentColor;
}

.selection-form__form {
    min-width: 0;
    padding: 32px 32px 40px;
    background: var(--light-100);
    border-radius: 16px;
}

@media (max-width: 992px) {

    .selection-form__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .selection-form__content {
        max-width: none;
    }

}

@media (max-width: 480px) {

    .selection-form__form {
        padding: 4px 16px 22px;
		margin: 0 -20px;
    }

}


.popup-model-name {
    display: inline;
}

.popup-model-name span {
    color: var(--secondary-100);
}
    
.popup-open	{cursor: pointer;}





.adp_poup::before {
  content: '';
  background: #0C0C0B;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 100;
}


.request-form.modal .request-form__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.request-form__wrapper {
  position: sticky;
  top: 10rem
}

.request-form__content {
  position: relative;
  width: 34rem;
  padding: 4rem 3rem 3rem;
  background: #fff;
  border: .0901rem solid #C78E66;
  border-radius: .4rem
}

.modal .request-form__content {
  border: .0901rem solid var(--col3);
}

.request-form__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 100;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer
}

.status_message .request-form__title,
.status_message .status_message_content {
  text-align: center;
}

.status_ok {
  background: url(../img/airplane.svg) no-repeat center top transparent;
  padding-top: 160px;
  padding-bottom: 30px;
}

@media only screen and (max-width:35.88194em) {
  .request-form__close {
    top: 1rem;
    right: 1rem
  }
}

.request-form__close svg {
  width: 1.5rem;
  max-height: 1.5rem
}

.request-form__close:hover {
  background-color: #f5f5f5
}

.request-form__close:active {
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95)
}

.request-form__field {
  margin: 0 0 16px;
}


input[type="text"], textarea, select {
  border-radius: 8px;
  border: 1px solid var(--light-60);
  padding: 12px 20px;
  border-radius: 12px;
  background: var(--ligth-80);
  -webkit-transition: border-color .4s ease;
  -o-transition: border-color .4s ease;
  transition: border-color .4s ease;
  font-size: 16px;
  width:100%;
}

textarea {height: 100px;}


select {
appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 48px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11' fill='none'%3E%3Cpath d='M1.00147 0H10.4966C11.2709 0 11.7514 0.842112 11.3575 1.50873L6.60995 9.54305C6.22289 10.1981 5.27516 10.1981 4.8881 9.54305L0.140545 1.50873C-0.253364 0.842114 0.227172 0 1.00147 0Z' fill='%23565765'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px 9px;
	color: var(--dark-70);
	padding: 16px 20px;
}


.request-form__choose {
  margin: -1rem 0 2rem
}


.user-choose__info>span,
.user-choose__price>span {
  font-size: 1.5rem
}

.user-choose__info i,
.user-choose__price i {
  font-style: normal
}

@media only screen and (max-width:35.88194em) {
  .request-form__content {
    width: 100%;
    max-width: 34rem;
    margin: 0 1rem
  }

  .request-form__close {
    width: 4rem;
    height: 4rem;
    background-size: 65%
  }
}


.c-checkbox.is-danger .c-checkbox__text:before {
  border-color: var(--col1)
}

@media only screen and (max-width:35.88194em) {
  .sended-info__text br {
    display: none
  }
}

.wpcf7-form-control.btn {width:100%; border:none;}

.c-checkbox {
  position: relative;
  margin: .5rem 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-checkbox__input {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

.c-checkbox__text {
  position: relative;
  display: block;
  padding: 0px 0 0 25px;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.4;
  cursor: default;
  color: var(--dark-70);

}

.c-checkbox__text a {
  cursor: pointer;
  text-decoration: underline;
}

.c-checkbox__input:checked+.c-checkbox__text:before,
input:checked~.wpcf7-list-item-label::before {
  background: url(../img/Check.svg) no-repeat center center;
  border: 1px solid var(--dark-100);
}

.timer-opt .c-checkbox__input:checked+.c-checkbox__text:before,
.timer-opt input:checked~.wpcf7-list-item-label::before,
.request-form.modal .request-form__content .c-checkbox__input:checked+.c-checkbox__text:before,
.request-form.modal .request-form__content input:checked~.wpcf7-list-item-label::before {
  background: url(../img/Check.svg) no-repeat center center;
}

.wpcf7-list-item-label::before {
  position: absolute;
  top: .2em;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 54%;
  border: 1px solid var(--dark-100);
  border-radius: 4px;
  cursor: pointer;
  content: "";
}


.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  position: absolute;
  font-weight: normal;
  display: block;
}

.flex-bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

@media only screen and (max-width: 1401px) {
  .flex-bloc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.wind {
  max-width: 680px;
  width: 100%;
}



.wpcf7-list-item-label::before {
  background: #FFFFFF;
  top: 0;
}


input:checked~.c-checkbox__text {
  color: #0C0C0B;
}

.request-form__input {
  padding-left: 15px;
  height: 58px;
  padding: 20px;
}

.request-form__input.wpcf7-not-valid {
  border: 2px solid #A6192E;
}




.hero .slick-prev::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero .slick-prev {
  left: 20px;
}

.hero .slick-next::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hero .slick-next {
  right: 20px;
}






.big_slide {
  max-width: 1000px;
}







button {
  overflow: visible
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none
}

input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input::-webkit-search-cancel-button,
input::-webkit-search-decoration {
  webkit-appearance: none
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
::placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: var(--dark-70);
  font-size: 16px;
  opacity: 1;
  font-family: var(--font-family);

}

input::placeholder {
  font-size: 16px;
}

input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0
}


input[type=number] {
  -moz-appearance: textfield
}

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


.adp_poup .request-form__field,
.form__field {
  margin-top: 30px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  position: relative;
}

.adp_poup .inp_textarea {
  width: 100%;
}


.btn_wide {
  width: 100%
}

.adp_poup {
  display: none;
}

.adp_poup:target {
  visibility: visible;
  opacity: 1;
  display: block;
}

.modal-hide {
  margin-top: -20px;
}

.modal-hide .close,
.popup-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49px;
  height: 62px;
  border-radius: 15px;
  color: #000;
  background-color: transparent;
  border: none;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 42px;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 8px;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.submit1 {
  margin-top: 34px;
}

body.fixed {
  height: 100vh;
  overflow-y: hidden;
}

.modal-hide .close:hover,
.popup-close:hover {
  color: #00223F;
}


.double {
  width: 48%;
}

.request-form.modal .request-form__wrapper {
  position: fixed;
  top: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
  right: 50%;
  margin-right: -260px;
}

.adp_poup::before {
  content: '';
  background: #0C0C0B;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 102;
}

.request-form.modal .request-form__content {
  -webkit-box-shadow: 0 .2rem 1.4rem 0 rgba(0, 0, 0, .12);
  box-shadow: 0 .2rem 1.4rem 0 rgba(0, 0, 0, .12);
  background: var(--light-100);
  border-radius: 16px;
}

.request-form.modal .request-form__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.request-form__wrapper {
  position: sticky;
  top: 10rem
}

.dop-class-pop {
  position: initial;
}

.request-form__content {
  position: relative;
  width: 510px;
  padding: 32px 32px 40px;
  background: var(--light-100);
}

.right_form_block .request-form__fields {
  margin-bottom: 5px;
}

.request-form__fields {
  margin: 30px 0 20px;

}

.request-form__descr {
  font-size: 16px;
  color: #00223F;
  text-align: center;
}

.request-form__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 100;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer
}

.status_message {
  padding-top: 40px;
}

.request-form__agreement {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  margin: 20px 0 10px;
  position: relative;
}

.c-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: .5rem 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.request-form__title {
  color: var(--grayscale-header, #0E0E0E);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.request-form__txt {
  color: var(--grayscale-header, #0E0E0E);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.c-checkbox__input {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.adp_poup .title_2lvl {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #00223F;
}

.adp_poup .btns {
  width: 100%;
}

.request-form__field label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #00223F;
  margin-top: 3px;
  position: absolute;
  top: 0;
  padding-left: 0px;
}

.right_form_block .request-form__field label {
  margin-top: 14px;
}

.request-form__field label b {
  color: #FF0000;
}

label input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.request-form .bot_info_descr {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: rgba(0, 34, 63, 0.5);
  padding-top: 20px;
}

.request-form .bot_info {
  text-align: center;
}


.wpcf7-list-item-label {
  color: #fff;
}

.wpcf7-list-item-label::before {
  position: absolute;
  top: .2em;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid var(--dark-100);
  cursor: pointer;
}

input.error:invalid,
textarea.error:invalid {
  border: 1px solid rgba(241, 75, 75, 1) !important;
}

input[type='checkbox'].error~.wpcf7-list-item-label::before {
  border: 1px solid rgba(241, 75, 75, 1);
}

input[type='checkbox'].error:checked~.wpcf7-list-item-label::before {
  border: 1px solid #DADEE6;
}


.wpcf7-response-output {
  display: none;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: "";
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  position: absolute;
  font-weight: normal;
  display: block;
  margin-top: -5px;
  margin-left: 15px;
}

.status_message_content {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.04em;
  color: #4D7381;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}



.request-form .btns.style_3:hover {
  background-color: #A8734E;
}

.status_message .request-form__title,
.status_message .status_message_content {
  text-align: center;
}

.status_ok {
  background: url(../img/airplane.svg) no-repeat center top transparent;
  padding-top: 160px;
  padding-bottom: 30px;
}

.stick-foot {
  position: sticky;
  bottom: 0;
  background-color: #30363A;
  color: #fff;

  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  z-index: 100;
}

.stick-foot .info-stick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 54px;
  font-family: 'Chang-Bold';
}

.stick-foot .info-stick img {
  max-height: 34px;
  padding-right: 40px;
}

.stick-foot .info-stick .btn-stick {
  max-height: 34px;
  padding: 0.6rem 2.2rem 1.5rem;
  font-family: 'Chang-Bold';
}

.stick-foot .info-stick div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

tr {
  margin-bottom: 10px;
}

td {
  max-width: 310px;
  width: 310px;

}

td:last-child {
  padding-left: 60px;
  width: 67%;
}

.wpcf7-spinner {
  display: none;
}

@media only screen and (max-width:600px) {
  .request-form.modal .request-form__wrapper {
    margin-right: 0px;
    right: 1%;
  }

  .request-form__content {
    width: 98%;padding: 24px 16px 32px;
  }
}



/* КАРТА */
#map {
  width: 100%;
  height: 360px;
}

#map .ymaps-2-1-79-ground-pane {
    filter: grayscale(100%);
}




.contacts__logo {
  text-align: center;
}

@media only screen and (max-width:767px) {
  .temp_19051104 .contacts_plg {
    position: relative;
    z-index: 1;
    margin-top: -60px;
  }

  #map {
    height: 340px;
  }

  .contacts__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}


.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
  margin: 0 15px;
}

.contacts-item-txt {
  color: var(--grayscale-body, #626262);
}

.contacts-item-txt.contacts-item-phone {
  font-size: 16px;
}

.contacts__btn {
  margin-top: 10px;
}

.contacts__btn .btn {
  width: 100%;
}

.header-logo-img {
  fill: #3c3c3c;
}





@media (max-width: 425px) {

  .slick-prev,
  .slick-next {
    top: 88%;
  }
}


@media only screen and (max-width: 768px) {
  .mobile_abso_bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 15;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background-color: #fff;
  }

  .temp_28061136 .header-phone {
    display: none;
  }

  .mobile_abso_bot a {
    width: 50%;
    padding: 5px 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile_abso_bot a:nth-child(1) {
    background-color: #16a085;
  }

  .mobile_abso_bot a svg {
    max-width: 24px;
    max-height: 24px;
    margin-bottom: 3px;
  }

  .mobile_abso_bot a:nth-child(2) {
    background-color: #0C0C0B;
  }

  .mobile_abso_bot a span {
    display: block;
    color: #fff;
  }

  .temp_28061136 .header-phone {
    display: none;
  }
}





.contacts__logo .header-line-left {
  width: 10rem;
  height: 0.2rem;
  margin: 20px 0;
  background: #A6192E;
}

.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}


.foot-inn {

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}




@media (max-width: 1500px) {

  .temp_28061136 .header-logo-text {
    font-size: 14px;
    line-height: 120%;
  }
}









/* СЛАЙДЕР */
/* Dots */
.slick-dots {
  bottom: 40px;
  display: block;
  padding: 0;
  margin: -50px auto 40px;
  list-style: none;
  text-align: center;
  max-width: 1300px;
}


.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background: none;
  border: 2px solid var(--dark-70);
  border-radius: 10px;
  margin-right: 20px;
}

.slick-dots li.slick-active {
  background: var(--dark-70);
}

.slick-dots li button {
  display: none;
}



.w-dropdown-item i {
  display: none;
}

.w-dropdown-h {
  margin-left: 15px;
  font-size: 15px;
}

.w-dropdown-item {
  padding: 0 3.2em 0 1em;
}

.l-subheader.at_middle .l-subheader-h::before {
  height: 1px;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 120px;
  width: 100%;
}

.h2_red {
  color: #b91a23;
}

.h2_blue {
  color: #0F8296;
}

.h2_main {
  text-align: center;
  margin-top: 60px;
}

.tabs-info .h2_main {
  padding: 0 2rem;
}

@media only screen and (max-width: 900px) {

  .h2_main,
  .opr-z2 {
    font-size: 22px;
  }

  .opr-z2 {
    margin-bottom: 10px;
  }

  .flex-bloc {
    gap: 30px;
  }

}

.g-cols.via_grid.type_boxes>.vc_column_container,
.g-cols.via_flex.type_boxes>div>.vc_column-inner {
  padding: 30px;
}

.ico_block1 {
  margin-top: 30px;
}

.ico_block {
  border-bottom: 1px solid #DBDBDA;
  max-width: 1260px;
}

.ico_title {
  text-align: center;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin: -10px 0 10px;
}

.ico_txt {
  text-align: center;
  width: 200px;
  margin: auto;
}

.w-btn.icon_atright i {
  margin-left: 25px;
  margin-right: 5px;
}


/*  FOOTER  */


.footer {
  background: var(--dark-150);
}

.footer-bottom  a {text-decoration:underline;color: var(--light-60);}
.footer-top .container,
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 135%;
}

.footer-bottom {
font-family: var(--font-family);
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: var(--light-60);
padding: 40px 0;
}



.footer-bottom2 {
  text-align: right;
  max-width: 539px;
}


.footer-icon{
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.mobile-footer {
    display: none;
}

@media (max-width: 768px) {
.selection-form-no {display: none;}

    .mobile-footer {
        display: block;
        background: var(--dark-150);
        color: var(--light-100);
		border-bottom:1px solid var(--dark-90);
		padding: 40px 20px;
		
    }

    .mobile-footer__brand {
        display: flex;
        align-items: center;
        gap: 16px;

        margin-bottom: 24px;
    }

    .mobile-footer__logo img {
        display: block;
        width: 142px;
        height: auto;
    }

    .mobile-footer__tagline {
        padding-left: 18px;
		 position: relative;
font-weight: 500;
font-size: 16px;
line-height: 100%;
color: var(--light-100);
    }
.mobile-footer__tagline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 30px;
    background: rgba(255, 255, 255, .35);

    transform: translateY(-50%);
}	


    .mobile-footer__phone a {
        color: var(--light-100);
        font-size: 20px;
        font-weight: 600;
		line-height: 120%;
        text-decoration: none;
    }

    .mobile-footer__info {
        margin: 0 0 24px;
font-weight: 400;
font-size: 16px;
color: var(--light-60);
    }

    .mobile-footer__info a {
        color: inherit;
        text-decoration: none;
    }

    .mobile-footer__telegram {
        width: 100%;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: var(--light-100);
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
		border: 1px solid var(--dark-50);
border-radius: 8px;
padding: 12px 0px;
width: 328px;
height: 48px;
    }

    .mobile-footer__telegram:hover {
        border-color: var(--secondary-100);
        color: var(--secondary-100);
    }

}

@media only screen and (max-width: 767px) {

  .footer-top .container,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }


  .footer-bottom {
    gap: 15px;
    padding: 30px 20px;
  }

}




p {
  margin: 0 0 16px;
}




.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.30);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}





@media only screen and (max-width: 1050px) {
  .hero__container .content3 {
    width: 100%;
  }

  .textcols-item-2 {
    font-size: 20px;
  }

  .textcols-item-3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1000px) {


  .card_txt {
    font-size: 20px;
  }

}

@media only screen and (max-width: 900px) {
  .avto_price {
    position: relative;
    text-align: center;
    font-size: 20px;
    width: auto;
    right: 0px;
    top: 10px;
  }

  .avto_info_right,
  .avto_info_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .avto_info_left .car-card__button {
    width: 100%;
  }

  .textcols3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .textcols-item3+.textcols-item3 {
    margin-left: 0%;
  }


  .car-card__main1 {
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


}

@media only screen and (min-width: 991px) {
  .header_transparent {
    background-color: transparent !important;
  }
}

@media only screen and (max-width: 850px) {
  .content4_1 {
    font-size: 12px;
  }

  .content4_2 {
    font-size: 22px;
  }

  .content4,
  .content3 {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 70px;
  }

  .content4 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .content4 {
    width: 30%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }

  .car_page .hero__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
  }

  .textcols3 {
    margin: 30px 0px 0px;
  }

  .textcols-item3 {
    height: 100%;
    margin-bottom: 30px;
  }

  .kontakty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 800px) {
  .spts .textcols {
    display: block;
  }

  .spts .textcols-item+.textcols-item {
    margin-left: 0%;
    margin-top: 20px;
  }

  .avto-3column {
    padding-bottom: 40px;
  }

  .text-info-block {
    padding: 40px 20px;
  }
}

@media only screen and (max-width:760px) {
  .car-card__main {
    margin-top: -20px;
  }

  .car-card__bonuses {
    margin-top: 0px;

  }

  .car-card__bonuses {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin: 0 0 2.5rem
  }

}

@media only screen and (max-width: 600px) {
  .card01 {
    height: 246px;
  }

  .card_txt1 {
    margin-bottom: 25px;
  }

  .avto-3column .block-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .avto-3column .btn {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
  }

  .tabs-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .tabs-info {
    padding-top: 10px;
  }
}

@media only screen and (max-width:35.88194em) {
  .car-card__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .car-card__prices-price {
    word-break: break-all
  }

  .color_slide_name {
    width: 46px;
    margin-right: 20px;
  }


}



.ymaps-glass-pane,
.ymaps-layers-pane {
  filter: grayscale(10%) invert(0%) hue-rotate(0deg) !important;
  /* Firefox 3.5+ Chrome 19+ & Safari 6+ */
  -webkit-filter: grayscale(10%) invert(0%) hue-rotate(0deg) !important;
}






/* OK */
.ok-wind {
  border-radius: 16px;
  background: var(--grayscale-background, #FFF);
  display: flex;
  padding: 30px 100px 40px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 520px;
  margin: 20px auto 60px;
}

.ok-ttl {
  color: var(--grayscale-header, #0E0E0E);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
}

.ok-ttl2 {
  color: var(--grayscale-header, #0E0E0E);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.ok-linia {
  width: 200px;
  height: 2px;
  margin: 20px 0;
  background: #E1E1E1;
}

.ok-txt {
  color: var(--grayscale-body, #626262);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 10px 0 30px;
}

.ok-btn.btn {width:310px;}

@media only screen and (max-width:600px) {
  .ok-wind {
    width: 100%;
    padding: 30px 30px 40px;
  }
}



.show {
  display: block;
}

.menu-item img {
  filter: brightness(0) invert(1) grayscale(100%);
}

.menu-item:hover img {
  filter: brightness(100%) invert(0) grayscale(0%);
}
.menu-item .menu-bmw {filter: brightness(116%) invert(0) grayscale(100%) contrast(50%);}
.menu-item:hover .menu-bmw {filter: brightness(100%) invert(0) grayscale(0%);}

.menu-item .menu-xi {filter: brightness(116%) invert(0) grayscale(100%) contrast(50%);}
.menu-item:hover .menu-xi {filter: brightness(100%) invert(0) grayscale(0%);}

.menu-item img.menu-lotus {filter: brightness(56%) invert(1) grayscale(100%) contrast(300%);}
.menu-item:hover img.menu-lotus {filter: brightness(100%) invert(0) grayscale(0%) contrast(100%);}



.header-right-bottom1 {
  margin-bottom: -90px;
}

@media only screen and (max-width:800px) {
	textarea {height: 60px;}
	.request-form__fields {  margin: 20px 0 0px;}
	.request-form__agreement {    margin: -10px 0 -10px;}
	.request-form__input { height: 52px;}
}