@charset "UTF-8";
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Manrope-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Manrope-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Manrope-Semibold.woff2) format("woff2")
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Manrope-Bold.woff2) format("woff2")
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px
}
body {
  font-family: Manrope,sans-serif;
  font-size: 1em;
  line-height: 1.3125;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: -.01em
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 40px
}
@media all and (max-width:575px) {
  .heading {
    margin-bottom: 32px
  }
}
.heading.heading-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 40px
}
.heading.heading-white h2 {
  background: linear-gradient(101.07deg,#fff 0,#c5c5c5 97.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
.heading.heading-color-white h2 {
  color: #fff
}
@media all and (max-width:575px) {
  .heading.heading-small h2 {
    font-size: 34px
  }
}
.heading h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -.03em
}
@media all and (max-width:1199px) {
  .heading h2 {
    font-size: 44px
  }
}
@media all and (max-width:575px) {
  .heading h2 {
    font-size: 42px
  }
}
.heading h2 strong {
  font-weight: 600
}
.heading h1 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 500
}
@media all and (max-width:1600px) {
  .heading h1 {
    font-size: 50px;
    line-height: 110%
  }
}
@media all and (max-width:1199px) {
  .heading h1 {
    font-size: 46px
  }
}
@media all and (max-width:575px) {
  .heading h1 {
    font-size: 32px
  }
}
.heading p {
  margin-top: 30px
}
@media all and (max-width:991px) {
  .heading p {
    margin-top: 16px
  }
}
h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: -.01em
}
@media all and (max-width:575px) {
  h3 {
    font-size: 22px
  }
}
.btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 28px 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -.02em;
  border: none;
  -webkit-transition: .25s all;
  transition: .25s all;
  background: linear-gradient(101.83deg,#f70000 5.76%,#e31e24 89.72%);
  border-radius: 8px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer
}
@media all and (max-width:575px) {
  .btn {
    padding: 24px 26px
  }
}
.btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(101.83deg,#e31e24 5.76%,#f70000 89.72%);
  z-index: -1;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
  opacity: 0
}
.btn:hover {
  color: #fff
}
.btn:hover::before {
  opacity: 1
}
.btn.btn-white {
  background: linear-gradient(101.83deg,#fff 5.76%,#fff 89.72%);
  color: #000
}
.btn.btn-white:hover {
  color: #fff
}
.btn.btn-border {
  border: 2px solid #e31e24;
  background: #fff;
  color: #e31e24;
  padding: 24px 46px
}
@media all and (max-width:575px) {
  .btn.btn-border {
    padding: 24px 26px
  }
}
.btn.btn-border:hover {
  background-color: #e31e24;
  color: #fff
}
.btn.btn-border-white {
  border: 2px solid #fff;
  background: 0 0;
  color: #fff;
  padding: 26px 48px
}
@media all and (max-width:575px) {
  .btn.btn-border-white {
    padding: 22px 26px
  }
}
.btn.btn-border-white:hover {
  border: 2px solid #e31e24;
  background-color: #e31e24;
  color: #fff
}
.btn.btn-video {
  padding: 28px 10px
}
@media all and (max-width:575px) {
  .btn.btn-video {
    padding: 24px
  }
}
.btn.btn-video span {
  position: relative;
  padding-left: 31px
}
.btn.btn-video span:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_38.svg);
  width: 21px;
  height: 23px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.btn.btn-black {
  background: #1e1e1e;
  color: #fff
}
.btn.btn-small {
  padding: 19.5px 26px
}
.btn.btn-280 {
  min-width: 280px
}
@media all and (max-width:575px) {
  .btn.btn-100 {
    max-width: none!important;
    width: 100%!important
  }
}
a {
  -webkit-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0
}
img {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  width: 100%
}
.stop-scrolling header .overlay {
  position: fixed!important;
  opacity: 1!important
}
input,
textarea {
  outline: 0!important;
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all
}
details summary::-webkit-details-marker {
  display: none
}
details > summary {
  list-style: none
}
section {
  margin-bottom: 140px
}
@media all and (max-width:1600px) {
  section {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  section {
    margin-bottom: 80px
  }
}
@media all and (max-width:991px) {
  section {
    margin-bottom: 64px
  }
}
.mb-0 {
  margin-bottom: 0!important
}
@media all and (min-width:767px) {
  .row-5 {
    margin-left: -2.5px;
    margin-right: -2.5px
  }
}
@media all and (min-width:767px) {
  .row-5 .box {
    padding-left: 2.5px;
    padding-right: 2.5px
  }
}
.swiper-button-disabled {
  cursor: pointer!important;
  pointer-events: auto!important
}
.modal {
  color: #000;
  max-width: 540px;
  width: 100%;
  border-radius: 14px;
  padding: 0
}
.modal .modal__heading {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg.webp);
  padding: 77px 50px 30px 50px;
  color: #fff;
  border-radius: 14px 14px 0 0
}
@media all and (max-width:575px) {
  .modal .modal__heading {
    padding: 60px 30px 30px 30px
  }
}
.modal .modal__heading h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%
}
.modal form {
  padding: 50px
}
@media all and (max-width:575px) {
  .modal form {
    padding: 30px
  }
}
.modal .company__text {
  padding: 60px 50px 50px 50px
}
@media all and (max-width:575px) {
  .modal .company__text {
    padding: 30px
  }
}
.modal .company__text ul li {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -.02em;
  color: rgba(0,0,0,.6);
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  padding: 10px 0
}
.modal .company__text ul li:first-child {
  border-top: 1px dashed rgba(0,0,0,.2)
}
.modal .company__text ul li:not(:last-child) {
  border-bottom: 1px dashed rgba(0,0,0,.2)
}
.modal .company__text ul li strong {
  font-weight: 600;
  color: #000
}
#modal_company .modal__heading {
  background-image: url(../img/bg_3.webp)
}
#modal_thanks .modal__heading {
  text-align: center;
  padding: 70px 30px;
  border-radius: 14px
}
#modal_thanks .modal__heading h2 {
  font-size: 22px
}
form .form__item {
  margin-bottom: 10px
}
form .form__item.form__item-white input {
  background-color: #fff
}
form .form__item.form__item-black input {
  background-color: #353535;
  color: rgba(255,255,255,.6)
}
form .form__item.form__item-black input::-webkit-input-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
form .form__item.form__item-black input::-moz-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
form .form__item.form__item-black input::-ms-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
form .form__item.form__item-black input::-webkit-input-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
form .form__item.form__item-black input::-moz-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
form .form__item.form__item-black input:-ms-input-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
form .form__item.form__item-black input::-ms-input-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
form .form__item.form__item-black input::placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
form .form__item input {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 61px;
  border: none;
  background-color: #f3f3f3;
  border-radius: 8px;
  padding: 0 20px
}
form .form__submit {
  position: relative;
  margin-bottom: 10px
}
form .form__policy {
  font-size: 12px;
  line-height: 120%;
  color: rgba(0,0,0,.6);
  text-align: center
}
form .form__policy.form__policy-white {
  color: rgba(255,255,255,.6)
}
form .form__policy.form__policy-white a {
  color: rgba(255,255,255,.6)
}
form .form__policy a {
  color: rgba(0,0,0,.6);
  text-decoration: underline
}
.wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1
}
header {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/1.jpg);
  min-height: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  margin-bottom: 140px;
  z-index: 100
}
@media all and (max-width:1600px) {
  header {
    margin-bottom: 100px;
    min-height: 678px
  }
}
@media all and (max-width:1199px) {
  header {
    margin-bottom: 80px
  }
}
@media all and (max-width:991px) {
  header {
    margin-bottom: 64px
  }
}
header.page {
  min-height: inherit;
  background-image: none
}
@media all and (max-width:1600px) {
  header.page {
    margin-bottom: 140px
  }
}
@media all and (max-width:1199px) {
  header.page {
    margin-bottom: 100px
  }
}
@media all and (max-width:575px) {
  header.page {
    margin-bottom: 90px
  }
}
header.page-partner {
  background-image: url(../img/3.jpg)
}
header.page-catalog {
  background-image: none
}
header:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 520px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#1e1e1e));
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,#1e1e1e 100%);
  z-index: -1
}
@media all and (max-width:1600px) {
  header:after {
    height: 300px
  }
}
header.page-front:after {
  display: none
}
header .header__top {
  background: rgba(30,30,30,.75);
  border-bottom: 1px solid rgba(255,255,255,.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999
}
header .header__top.header__fixed .wrapper .header__menu {
  padding: 19px 60px
}
@media all and (max-width:1800px) {
  header .header__top.header__fixed .wrapper .header__menu {
    padding: 19px 30px
  }
}
header .header__top.header__fixed .wrapper .header__contacts {
  padding: 17px 30px 17px 60px
}
@media all and (max-width:1800px) {
  header .header__top.header__fixed .wrapper .header__contacts {
    padding: 17px 30px 17px 60px
  }
}
header .header__top:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: -1
}
header .header__top .wrapper {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  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
}
header .header__top .wrapper .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  padding-left: 30px
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__logo {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 12px;
    gap: 16px
  }
}
header .header__top .wrapper .header__logo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -.02em;
  color: #fff;
  max-width: 316px;
  width: 100%;
  position: relative;
  z-index: 12
}
@media all and (max-width:1800px) {
  header .header__top .wrapper .header__logo .logo {
    font-size: 12px
  }
}
@media all and (max-width:1600px) {
  header .header__top .wrapper .header__logo .logo {
    font-size: 10px;
    gap: 16px
  }
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__logo .logo {
    max-width: none;
    width: auto
  }
}
@media all and (max-width:1430px) {
  header .header__top .wrapper .header__logo .logo p {
    display: none
  }
}
header .header__top .wrapper .header__logo .logo a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block
}
header .header__top .wrapper .header__logo .logo a img {
  width: 100px;
  height: auto
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__logo .logo a img {
    width: 80px
  }
}
header .header__top .wrapper .header__logo .header__city {
  position: relative;
  font-size: 12px;
  line-height: 18px
}
header .header__top .wrapper .header__logo .header__city .header__city-name {
  cursor: pointer;
  min-width: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -.02em;
  color: rgba(255,255,255,.7);
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  position: relative;
  z-index: 12
}
@media all and (max-width:1600px) {
  header .header__top .wrapper .header__logo .header__city .header__city-name {
    min-width: 120px
  }
}
@media all and (max-width:1430px) {
  header .header__top .wrapper .header__logo .header__city .header__city-name {
    font-size: 12px
  }
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__logo .header__city .header__city-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}
header .header__top .wrapper .header__logo .header__city .header__city-name span {
  display: block;
  margin-bottom: 2px;
  white-space: nowrap
}
header .header__top .wrapper .header__logo .header__city .header__city-name p {
  border-bottom: 1px dotted #fff;
  display: inline-block
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__logo .header__city .header__city-name p {
    color: #fff
  }
}
header .header__top .wrapper .header__logo .header__city ul {
  position: absolute;
  z-index: 20;
  top: calc(100% + 4px);
  left: 0;
  width: 132px;
  padding: 16px;
  background-color: #fff;
  display: none;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0,0,0,.1);
  box-shadow: 0 4px 9px 0 rgba(0,0,0,.1)
}
header .header__top .wrapper .header__logo .header__city ul li:not(:last-child) {
  margin-bottom: 16px
}
header .header__top .wrapper .header__logo .header__city ul li a {
  color: #000
}
header .header__top .wrapper .header__logo .header__city ul li a:hover {
  text-decoration: underline
}
header .header__top .wrapper .header__logo .header_burger {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 73px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__logo .header_burger {
    display: block
  }
}
header .header__top .wrapper .header__logo .header_burger .burger_button {
  position: relative;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  width: 100%;
  height: 50px;
  z-index: 20;
  border-left: 1px solid rgba(255,255,255,.2)
}
header .header__top .wrapper .header__logo .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 40px;
  background: #fff;
  opacity: 1;
  left: 16px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__top .wrapper .header__logo .header_burger .burger_button span:nth-child(1) {
  top: 19px
}
header .header__top .wrapper .header__logo .header_burger .burger_button span:nth-child(2) {
  top: 27px
}
header .header__top .wrapper .header__logo .header_burger .burger_button.open span:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
header .header__top .wrapper .header__logo .header_burger .burger_button.open span:nth-child(2) {
  top: 24px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
header .header__top .wrapper .header__logo .header_burger .overlay {
  background: rgba(25,25,25,.7);
  top: 0;
  left: 0;
  opacity: 1;
  outline: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  -webkit-transition: background .15s linear,opacity .15s linear;
  transition: background .15s linear,opacity .15s linear
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle {
  position: fixed;
  left: auto;
  right: 0;
  bottom: 0;
  background: #1e1e1e;
  margin: 0;
  overflow: auto;
  z-index: 11;
  padding: 30px;
  top: 51px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 80%
}
@media all and (max-width:370px) {
  header .header__top .wrapper .header__logo .header_burger .menu_toggle {
    padding: 30px 20px
  }
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 690px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  height: 100%
}
@media all and (max-width:767px) {
  header .header__top .wrapper .header__logo .header_burger .menu_toggle .toggle__inner {
    max-width: 510px
  }
}
@media all and (max-width:575px) {
  header .header__top .wrapper .header__logo .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 15px
  }
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle .toggle__inner .phone {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  display: inline-block;
  margin-bottom: 24px;
  color: #fff;
  white-space: nowrap
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle .toggle__inner .email {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -.02em;
  color: #fff;
  margin-bottom: 24px
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle .toggle__inner .mobile__menu li:not(:last-child) {
  margin-bottom: 12px
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle .toggle__inner .mobile__menu li.current-menu-item:not(.menu-item-34) a {
  border-bottom: 2.5px solid #e31e24
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle .toggle__inner .mobile__menu li a {
  font-size: 16px;
  line-height: 130%;
  display: inline-block;
  color: #fff;
  border-bottom: 2.5px solid transparent
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle .toggle__inner .mobile__menu li a:hover {
  border-bottom: 2.5px solid #e31e24
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle .toggle__inner .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle .toggle__inner .social a:hover {
  opacity: .8
}
header .header__top .wrapper .header__menu {
  border-left: 1px solid rgba(255,255,255,.2);
  border-right: 1px solid rgba(255,255,255,.2);
  padding: 38px 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:1800px) {
  header .header__top .wrapper .header__menu {
    padding: 38px 30px
  }
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__menu {
    display: none
  }
}
header .header__top .wrapper .header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  text-align: center
}
@media all and (max-width:1800px) {
  header .header__top .wrapper .header__menu ul {
    gap: 30px
  }
}
header .header__top .wrapper .header__menu ul li.current-menu-item:not(.menu-item-34) a {
  border-bottom: 2.5px solid #e31e24
}
header .header__top .wrapper .header__menu ul li a {
  color: #fff;
  display: inline-block;
  border-bottom: 2.5px solid transparent
}
@media all and (max-width:1400px) {
  header .header__top .wrapper .header__menu ul li a {
    font-size: 14px
  }
}
header .header__top .wrapper .header__menu ul li a:hover {
  border-bottom: 2.5px solid #e31e24
}
header .header__top .wrapper .header__contacts {
  padding: 35.321px 30px 35.321px 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: rgba(30,30,30,.9);
  position: relative;
  z-index: 2;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:1800px) {
  header .header__top .wrapper .header__contacts {
    padding: 38px 30px
  }
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__contacts {
    display: none
  }
}
header .header__top .wrapper .header__contacts::after {
  position: absolute;
  content: "";
  background-color: rgba(30,30,30,.9);
  top: 0;
  bottom: 0;
  right: -2000px;
  margin: auto;
  width: 2000px;
  height: 100%;
  z-index: -1
}
header .header__top .wrapper .header__contacts .phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
  white-space: nowrap
}
@media all and (max-width:1600px) {
  header .header__top .wrapper .header__contacts .phone {
    font-size: 20px
  }
}
@media all and (max-width:1400px) {
  header .header__top .wrapper .header__contacts .phone {
    font-size: 18px
  }
}
header .header__main {
  padding-bottom: 133px;
  width: 100%;
  position: relative;
  z-index: 2
}
@media all and (max-width:991px) {
  header .header__main {
    padding-bottom: 118px
  }
}
header .header__main.header__main-video {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative
}
header .header__main.header__main-video .video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 3
}
header .header__main.header__main-video .video .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#1e1e1e));
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,#1e1e1e 100%);
  z-index: 3
}
header .header__main.header__main-video .video video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%
}
header .header__main.header__main-video .page__catalog {
  position: relative;
  z-index: 4
}
header .header__main.header__main-video .page__catalog .catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  color: #fff
}
@media all and (min-width:991px) {
  header .header__main.header__main-video .page__catalog .catalog__content {
    margin-bottom: 40px
  }
}
header .header__main.header__main-video .page__catalog .catalog__content h1 {
  margin-bottom: 0;
  background: linear-gradient(102.43deg,#fff 31.59%,#fff 64.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
header .header__main.header__main-video .page__catalog .catalog__content p {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%
}
@media all and (max-width:991px) {
  header .header__main.header__main-video .page__catalog .catalog__content p {
    font-size: 22px;
    font-weight: 500
  }
}
header .header__main.header__main-video .page__catalog .catalog__advantages {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 6px
}
@media all and (max-width:991px) {
  header .header__main.header__main-video .page__catalog .catalog__advantages {
    display: none
  }
}
header .header__main.header__main-video .page__catalog .catalog__advantages .advantages__item {
  background: conic-gradient(from 0deg at 50% 50%,#323232 0deg,#161616 209.42deg,#323232 360deg);
  border: 2px solid rgba(103,103,103,.2);
  border-radius: 14px;
  padding: 30px;
  color: #fff
}
@media all and (max-width:1199px) {
  header .header__main.header__main-video .page__catalog .catalog__advantages .advantages__item {
    font-size: 14px;
    padding: 20px
  }
}
header .header__main.header__main-video .page__catalog .catalog__advantages .advantages__item p {
  position: relative;
  padding-left: 21px
}
header .header__main.header__main-video .page__catalog .catalog__advantages .advantages__item p:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff9718;
  top: 4px;
  left: 0
}
header .header__main .image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  padding: 0 12px
}
header .header__main h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 90%;
  letter-spacing: -.05em;
  background: linear-gradient(102.43deg,#fff 31.59%,#c5c5c5 64.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 54px
}
@media all and (max-width:991px) {
  header .header__main h1 {
    font-size: 60px;
    margin-bottom: 26px
  }
}
@media all and (max-width:575px) {
  header .header__main h1 {
    font-size: 54px;
    line-height: 90%
  }
}
@media all and (max-width:410px) {
  header .header__main h1 {
    font-size: 46px
  }
}
header .header__main h1 strong {
  font-weight: 500;
  background: linear-gradient(93.69deg,#ffa4a4 9.45%,#fc0101 69.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
header .header__main .content {
  color: #fff
}
header .header__main .content .content__inner {
  max-width: 560px;
  width: 100%;
  position: relative
}
header .header__main .content p {
  position: absolute;
  top: 86px;
  right: -71px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%
}
@media all and (max-width:991px) {
  header .header__main .content p {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    right: 0;
    top: 0;
    max-width: 201px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 34px;
    opacity: .8
  }
}
header .header__main .page__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  overflow: hidden
}
@media all and (max-width:575px) {
  header .header__main .page__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
header .header__main .page__about.page__about-partner h1 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
header .header__main .page__about.page__about-partner h1 img {
  width: 164px;
  height: auto;
  position: relative;
  bottom: 5px;
  right: 70px
}
@media all and (max-width:991px) {
  header .header__main .page__about.page__about-partner h1 img {
    width: 130px;
    right: 60px
  }
}
@media all and (max-width:767px) {
  header .header__main .page__about.page__about-partner h1 img {
    width: 100px;
    bottom: 9px
  }
}
@media all and (max-width:378px) {
  header .header__main .page__about.page__about-partner h1 img {
    bottom: 7px
  }
}
header .header__main .page__about h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 0
}
@media all and (max-width:767px) {
  header .header__main .page__about h1 {
    font-size: 46px;
    line-height: 110%
  }
}
@media all and (max-width:575px) {
  header .header__main .page__about h1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media all and (max-width:378px) {
  header .header__main .page__about h1 {
    font-size: 40px
  }
}
header .header__main .page__about h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: right;
  letter-spacing: -.01em;
  color: #fff
}
#about .about__dealer .dealer__inner p {
  margin-bottom: 20px
}
#about .about__dealer .dealer__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px
}
#about .about__dealer .dealer__inner ul li {
  border-radius: 15px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 4.5px 13px 4.5px 25px;
  position: relative
}
#about .about__dealer .dealer__inner ul li::after {
  position: absolute;
  content: "";
  width: 5.34px;
  height: 5.34px;
  background-color: #ff9718;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto;
  border-radius: 50%
}
@media all and (max-width:1199px) {
  #about .about__content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 32px
  }
}
#about .about__content .content__inner .text {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 60px
}
@media all and (max-width:1199px) {
  #about .about__content .content__inner .text {
    margin-bottom: 32px
  }
}
@media all and (max-width:575px) {
  #about .about__content .content__inner .text {
    font-size: 16px
  }
}
#about .about__content .content__inner .wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 60px 57px
}
@media all and (max-width:1199px) {
  #about .about__content .content__inner .wrapper {
    gap: 40px
  }
}
@media all and (max-width:991px) {
  #about .about__content .content__inner .wrapper {
    grid-template-columns: repeat(2,1fr)
  }
}
@media all and (max-width:575px) {
  #about .about__content .content__inner .wrapper {
    gap: 16px 40px
  }
}
@media all and (min-width:991px) {
  #about .about__content .content__inner .wrapper .empty {
    display: none
  }
}
#about .about__content .content__inner .wrapper .item {
  font-weight: 600;
  font-size: 21.35px;
  line-height: 100%;
  letter-spacing: -.05em;
  background: linear-gradient(105.2deg,#ffa4a4 6.16%,#fc0101 55.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
@media all and (max-width:575px) {
  #about .about__content .content__inner .wrapper .item {
    font-size: 16px
  }
}
#about .about__content .content__inner .wrapper .item strong {
  font-weight: 500;
  font-size: 80px;
  line-height: 90%;
  letter-spacing: -.05em;
  background: linear-gradient(148.87deg,#ff5d5d 19.42%,red 43.67%,#9d1013 97.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
@media all and (max-width:575px) {
  #about .about__content .content__inner .wrapper .item strong {
    font-size: 44px;
    line-height: 100%
  }
}
@media all and (max-width:991px) {
  #about .about__content .content__inner .wrapper .item.item-big {
    padding-top: 32px
  }
}
#about .about__content .content__inner .wrapper .item.item-big p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 90%
}
#about-image img {
  border-radius: 14px
}
#advantages {
  margin-bottom: 0
}
#advantages .wrapper {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 5px
}
@media all and (max-width:1199px) {
  #advantages .wrapper {
    grid-template-columns: repeat(3,1fr)
  }
}
@media all and (max-width:991px) {
  #advantages .wrapper {
    grid-template-columns: repeat(2,1fr)
  }
}
@media all and (max-width:575px) {
  #advantages .wrapper {
    grid-template-columns: repeat(1,1fr)
  }
}
#advantages .wrapper .item {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f3f3f3;
  border-radius: 14px;
  padding: 25px;
  gap: 50px
}
@media all and (max-width:575px) {
  #advantages .wrapper .item {
    padding: 24px;
    gap: 24px
  }
}
#advantages .wrapper .item .content h3 {
  font-size: 22px;
  margin-bottom: 13px
}
#advantages .wrapper .item .image {
  text-align: right
}
#advantages .wrapper .item.item-bg {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_6.svg)
}
@media all and (max-width:1199px) {
  #advantages .wrapper .item.item-bg {
    display: none
  }
}
#advantages .wrapper .item.item-empty {
  background-color: #fff
}
@media all and (max-width:1199px) {
  #advantages .wrapper .item.item-empty {
    display: none
  }
}
#maingallery {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../img/icon_8.png);
  background-color: #1e1e1e;
  padding-top: 140px;
  padding-bottom: 140px;
  margin-bottom: 0;
  overflow: hidden
}
@media all and (max-width:1600px) {
  #maingallery {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  #maingallery {
    padding-top: 80px;
    padding-bottom: 80px
  }
}
@media all and (max-width:991px) {
  #maingallery {
    padding-top: 64px;
    padding-bottom: 64px
  }
}
@media all and (max-width:575px) {
  #maingallery {
    background-image: url(../img/icon_8_1.png)
  }
}
#maingallery.page {
  margin-bottom: 140px
}
@media all and (max-width:1600px) {
  #maingallery.page {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  #maingallery.page {
    margin-bottom: 80px
  }
}
@media all and (max-width:991px) {
  #maingallery.page {
    margin-bottom: 64px
  }
}
#maingallery .text {
  margin-bottom: 60px
}
@media all and (max-width:1600px) {
  #maingallery .text {
    margin-bottom: 50px
  }
}
@media all and (max-width:575px) {
  #maingallery .text {
    margin-bottom: 32px
  }
}
#maingallery .text h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -.03em;
  color: #fff
}
@media all and (max-width:991px) {
  #maingallery .text h2 {
    font-size: 36px
  }
}
@media all and (max-width:575px) {
  #maingallery .text h2 {
    font-size: 22px;
    line-height: 120%
  }
}
#maingallery .maingallery__slider {
  overflow: visible
}
#maingallery .maingallery__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  transition-timing-function: linear!important
}
#maingallery .maingallery__slider .swiper-wrapper .swiper-slide {
  width: auto!important
}
#maingallery .maingallery__slider .slide__inner {
  overflow: hidden;
  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
}
#maingallery .maingallery__slider .slide__inner a {
  width: 464px;
  height: 350px;
  border-radius: 14px;
  overflow: hidden;
  display: block
}
@media all and (max-width:575px) {
  #maingallery .maingallery__slider .slide__inner a {
    width: 320px;
    height: 242px
  }
}
#maingallery .maingallery__slider .slide__inner a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#guarantee {
  padding-bottom: 140px;
  background-color: #1e1e1e
}
@media all and (max-width:1600px) {
  #guarantee {
    padding-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  #guarantee {
    padding-bottom: 80px
  }
}
@media all and (max-width:991px) {
  #guarantee {
    padding-bottom: 64px
  }
}
#guarantee .wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5px
}
@media all and (max-width:991px) {
  #guarantee .wrapper {
    grid-template-columns: repeat(1,1fr)
  }
}
#guarantee .wrapper .guarantee__heading {
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../img/16.webp);
  border-radius: 14px;
  overflow: hidden;
  min-height: 307px
}
#guarantee .wrapper .guarantee__heading h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -.03em;
  background: linear-gradient(102.43deg,#fff 31.59%,#c5c5c5 64.98%),#fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 12px
}
@media all and (max-width:575px) {
  #guarantee .wrapper .guarantee__heading h2 {
    font-size: 42px
  }
}
#guarantee .wrapper .guarantee__heading p {
  font-size: 16px;
  line-height: 90%;
  letter-spacing: -.05em;
  background: linear-gradient(105.2deg,#ffa4a4 6.16%,#fc0101 55.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px
}
#guarantee .wrapper .guarantee__heading p strong {
  font-weight: 500;
  font-size: 80px;
  line-height: 90%;
  letter-spacing: -.05em;
  background: linear-gradient(105.2deg,#ffa4a4 6.16%,#fc0101 55.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
@media all and (max-width:575px) {
  #guarantee .wrapper .guarantee__heading p strong {
    font-size: 48px
  }
}
#guarantee .wrapper .guarantee__list .item {
  background-color: #2c2c2c;
  border-radius: 14px;
  padding: 25px;
  color: #fff
}
#guarantee .wrapper .guarantee__list .item:not(:last-child) {
  margin-bottom: 5px
}
#guarantee .wrapper .guarantee__list .item p {
  color: rgba(255,255,255,.8)
}
#guarantee .wrapper .guarantee__list .item .item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px
}
@media all and (max-width:575px) {
  #guarantee .wrapper .guarantee__list .item .item__heading {
    margin-bottom: 16px
  }
}
#guarantee .wrapper .guarantee__list .item .item__heading p {
  display: none
}
#guarantee .wrapper .guarantee__list .item .content h3 {
  display: none
}
@media all and (max-width:575px) {
  #maincatalog .heading {
    margin-bottom: 16px
  }
}
#maincatalog .heading .swipe {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgba(0,0,0,.8);
  margin-top: 32px
}
@media all and (max-width:991px) {
  #maincatalog .heading .swipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
#maincatalog .maincatalog__slider {
  margin-bottom: 40px
}
@media all and (max-width:991px) {
  #maincatalog .maincatalog__slider {
    padding-bottom: 40px;
    margin-bottom: 32px
  }
}
#maincatalog .pagination .swiper-pagination {
  bottom: 10px!important;
  left: 0!important;
  right: auto!important;
  text-align: left
}
#maincatalog .pagination .swiper-pagination span {
  width: 8px;
  height: 8px;
  background-color: rgba(184,184,184,.5);
  opacity: 1;
  -webkit-transition: .25s all;
  transition: .25s all
}
#maincatalog .pagination .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #e31e24
}
@media all and (max-width:991px) {
  #maincatalog .products__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0
  }
}
#maincatalog .products__wrapper .product__slider .swiper-pagination {
  bottom: 10px!important;
  display: none
}
@media all and (max-width:575px) {
  #maincatalog .products__wrapper .product__slider .swiper-pagination {
    display: block
  }
}
#maincatalog .products__wrapper .product__slider .swiper-pagination span {
  width: 6px;
  height: 6px;
  background-color: rgba(255,255,255,.5);
  opacity: 1;
  -webkit-transition: .25s all;
  transition: .25s all
}
#maincatalog .products__wrapper .product__slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff
}
@media all and (min-width:1199px) {
  #maincatalog .products__wrapper .product__item.swiper-slide {
    width: calc(50% - 10px)!important
  }
}
#maincatalog .products__wrapper .product__item {
  height: auto
}
#maincatalog .products__wrapper .product__item .item__inner.slide__inner {
  min-height: 280px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}
.products__wrapper .product__item {
  border: 5px solid #f3f3f3;
  border-radius: 14px;
  width: calc(50% - 10px)
}
.product__item.product__item-catalog {
  margin-bottom: 20px
}
.product__item.product__item-catalog .item__inner {
  border: 5px solid #f3f3f3;
  border-radius: 14px
}
@media all and (max-width:1199px) {
  .product__item.product__item-catalog .item__inner .product__details .details__buttons {
    grid-template-columns: repeat(1,1fr)
  }
}
.product__item .item__inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.product__item .item__inner .product__images {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.product__item .item__inner .product__images .product__slider a {
  display: block;
  height: 385px
}
@media all and (max-width:575px) {
  .product__item .item__inner .product__images .product__slider a {
    height: 214px
  }
}
.product__item .item__inner .product__images .product__slider a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
.product__item .item__inner .product__images .thumbs__wrapper {
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 94.5%;
  margin: 0 auto;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}
@media all and (max-width:1300px) {
  .product__item .item__inner .product__images .thumbs__wrapper {
    width: 90.2%
  }
}
@media all and (max-width:991px) {
  .product__item .item__inner .product__images .thumbs__wrapper {
    width: 94.6%
  }
}
@media all and (max-width:767px) {
  .product__item .item__inner .product__images .thumbs__wrapper {
    width: 98.6%
  }
}
@media all and (max-width:575px) {
  .product__item .item__inner .product__images .product__thumbs {
    display: none
  }
}
.product__item .item__inner .product__images .product__thumbs .swiper-slide {
  width: auto!important
}
.product__item .item__inner .product__images .product__thumbs .swiper-slide.swiper-slide-thumb-active .slide__inner .image:after {
  opacity: 1;
  visibility: visible
}
.product__item .item__inner .product__images .product__thumbs .slide__inner {
  width: 50px;
  height: 50px;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
  overflow: hidden
}
.product__item .item__inner .product__images .product__thumbs .slide__inner .image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden
}
.product__item .item__inner .product__images .product__thumbs .slide__inner .image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .25s all;
  transition: .25s all;
  opacity: 0;
  visibility: hidden
}
.product__item .item__inner .product__images .product__thumbs .slide__inner .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
.product__item .item__inner .product__details {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
@media all and (max-width:575px) {
  .product__item .item__inner .product__details {
    padding: 16px;
    gap: 16px
  }
}
.product__item .item__inner .product__details .details__inner .product__title {
  color: #000
}
.product__item .item__inner .product__details .details__inner .product__title:hover {
  color: #e31e24
}
.product__item .item__inner .product__details .details__inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px 60px;
  margin-bottom: 25px
}
@media all and (max-width:575px) {
  .product__item .item__inner .product__details .details__inner h3 {
    gap: 20px;
    margin-bottom: 16px
  }
}
.product__item .item__inner .product__details .details__inner .price {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -.01em
}
@media all and (max-width:575px) {
  .product__item .item__inner .product__details .details__inner .price {
    font-size: 22px
  }
}
.product__item .item__inner .product__details .details__inner .price ins {
  text-decoration: none
}
.details__buttons {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 8px 10px
}
@media all and (max-width:575px) {
  .details__buttons {
    grid-template-columns: repeat(1,1fr)
  }
}
.attributes.attributes-product p {
  display: block
}
.attributes p {
  color: rgba(0,0,0,.6);
  display: none;
  margin-bottom: 25px
}
.attributes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 25px
}
@media all and (max-width:575px) {
  .attributes ul {
    margin-bottom: 16px
  }
}
.attributes li {
  border-radius: 15px;
  background-color: #f3f3f3;
  color: #000;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -.02em;
  padding: 8px 14px 8px 26px;
  position: relative
}
@media all and (max-width:575px) {
  .attributes li {
    font-size: 12px;
    padding: 6px 12px
  }
}
.attributes li::after {
  position: absolute;
  content: "";
  width: 5.34px;
  height: 5.34px;
  background-color: #ff9718;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  border-radius: 50%
}
@media all and (max-width:575px) {
  .attributes li::after {
    display: none
  }
}
.warranty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px
}
@media all and (max-width:575px) {
  .warranty {
    margin-bottom: 16px
  }
}
.warranty li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  padding: 2.5px 14px 2.5px 6px;
  border-radius: 15px;
  color: #fff;
  background-color: #000;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -.02em
}
@media all and (max-width:575px) {
  .warranty li {
    font-size: 12px
  }
}
.availability {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px;
  background-color: #42ad5e;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -.02em;
  padding: 5px 10px
}
@media all and (max-width:575px) {
  .availability {
    font-size: 12px
  }
}
.availability.availability-way {
  background-color: #f3f3f3;
  color: rgba(0,0,0,.4)
}
.availability.availability-order {
  background-color: #ff9718;
  color: #fff
}
#quiz .quiz__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
#quiz .quiz__heading .heading {
  margin-bottom: 140px
}
@media all and (min-width:991px) {
  #quiz .quiz__heading .heading {
    max-width: 470px;
    width: 100%
  }
}
@media all and (max-width:991px) {
  #quiz .quiz__heading .heading {
    margin-bottom: 32px
  }
}
#quiz .quiz__main .answer {
  display: none
}
#quiz .quiz__main .main__inner {
  background-color: #f3f3f3;
  border-radius: 14px;
  padding: 30px;
  min-height: 307px
}
#quiz .quiz__main .main__inner .wpcf7.js {
  height: 100%
}
#quiz .quiz__main .main__form {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px 40px;
  height: 100%;
  position: relative
}
#quiz .quiz__main .main__form .steps .form__step {
  display: none
}
#quiz .quiz__main .main__form .steps .form__step.active {
  display: block
}
#quiz .quiz__main .main__form .form__title {
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  #quiz .quiz__main .main__form .form__title {
    margin-bottom: 24px
  }
}
#quiz .quiz__main .main__form .form__title p {
  margin-top: 16px;
  font-size: 14px
}
#quiz .quiz__main .main__form .form__title .question-tag__text {
  font-size: 12px;
  border: 1px solid #e31e24;
  background-color: rgba(230,69,85,.2);
  display: inline-block;
  padding: 3px 5px;
  border-radius: 4px;
  margin-top: 16px
}
#quiz .quiz__main .main__form .form__radio {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px 16px
}
@media all and (max-width:575px) {
  #quiz .quiz__main .main__form .form__radio {
    grid-template-columns: repeat(1,1fr)
  }
}
#quiz .quiz__main .main__form .form__radio .radio__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 16px 12px 40px
}
#quiz .quiz__main .main__form .form__radio .radio__wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
#quiz .quiz__main .main__form .form__radio .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  height: 20px;
  width: 20px;
  background-color: #d9d9d9;
  border-radius: 50%;
  border: 2px solid transparent
}
#quiz .quiz__main .main__form .form__radio .radio__wrapper input:checked ~ .checkmark {
  border: 2px solid #e31e24;
  background-color: #fff
}
#quiz .quiz__main .main__form .form__radio .checkmark:after {
  content: "";
  position: absolute;
  display: none
}
#quiz .quiz__main .main__form .form__radio .radio__wrapper input:checked ~ .checkmark:after {
  display: block
}
#quiz .quiz__main .main__form .form__radio .radio__wrapper .checkmark:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e31e24
}
#quiz .quiz__main .main__form .form__checkbox {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px 16px
}
@media all and (max-width:575px) {
  #quiz .quiz__main .main__form .form__checkbox {
    grid-template-columns: repeat(1,1fr)
  }
}
#quiz .quiz__main .main__form .form__checkbox .checkbox__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 16px 12px 40px
}
#quiz .quiz__main .main__form .form__checkbox .checkbox__wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
#quiz .quiz__main .main__form .form__checkbox .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  height: 20px;
  width: 20px;
  background-color: #d9d9d9
}
#quiz .quiz__main .main__form .form__checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none
}
#quiz .quiz__main .main__form .form__checkbox .checkbox__wrapper input:checked ~ .checkmark:after {
  display: block
}
#quiz .quiz__main .main__form .form__checkbox .checkbox__wrapper .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #e31e24;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
#quiz .quiz__main .main__form .checkbox__wrapper.disabled {
  opacity: .3;
  pointer-events: none;
  cursor: not-allowed
}
#quiz .quiz__main .main__form .form__buttons {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: 100%;
  gap: 10px;
  position: relative
}
#quiz .quiz__main .main__form .form__buttons .btn__prev {
  background: #cacaca
}
#quiz .quiz__main .main__form .form__finish {
  display: none
}
#quiz .quiz__main .main__form .btn__submit {
  display: none;
  background-color: #00f;
  color: #fff
}
#quiz .quiz__main .main__form .error__info {
  font-size: 12px;
  line-height: 14px;
  color: red;
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0
}
.wpcf7-validation-errors {
  display: none!important
}
.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  line-height: 17px;
  margin: 0!important;
  padding: 0!important;
  border: none!important
}
#offer .wpcf7-form .wpcf7-response-output {
  color: #fff
}
#block-15 input[type=tel].wpcf7-not-valid,
#block-15 input[type=text].wpcf7-not-valid,
#block-7 input[type=tel].wpcf7-not-valid,
#block-7 input[type=text].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 2px solid #ec3c06!important;
  position: relative
}
body span.wpcf7-not-valid-tip {
  display: none!important;
  color: #ec3c06;
  border: none;
  background: 0 0
}
body span.wpcf7-not-valid-tip-no-ajax {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 10px
}
body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 2px solid #ff8a8a;
  color: #ec3c06;
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 12000
}
.contact-inner-form .wpcf7-response-output {
  width: 95%
}
body div.wpcf7-response-output {
  padding: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px
}
body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731
}
body .wpcf7-mail-sent-ok {
  border: 1px solid transparent;
  color: #ff5805;
  text-align: center
}
#mainvideo {
  position: relative;
  height: 800px;
  margin-bottom: 0
}
#mainvideo::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 520px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#1e1e1e));
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,#1e1e1e 100%);
  z-index: 11
}
@media all and (max-width:991px) {
  #mainvideo::after {
    height: 614px
  }
}
@media all and (max-width:991px) {
  #mainvideo {
    height: 678px
  }
}
#mainvideo .video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 10
}
#mainvideo .video video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%
}
#leasing {
  background-color: #1e1e1e;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 140px;
  margin-bottom: 0
}
@media all and (max-width:1600px) {
  #leasing {
    padding-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  #leasing {
    padding-top: 80px;
    padding-bottom: 80px
  }
}
@media all and (max-width:991px) {
  #leasing {
    padding-top: 32px;
    padding-bottom: 64px
  }
}
#leasing .leasing__text {
  margin-bottom: 60px
}
@media all and (max-width:991px) {
  #leasing .leasing__text {
    margin-bottom: 24px
  }
}
#leasing .leasing__text .text__inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px 40px
}
@media all and (min-width:991px) {
  #leasing .leasing__text .text__inner {
    max-width: 557px;
    width: 100%
  }
}
#leasing .leasing__text .text__inner .text {
  color: rgba(255,255,255,.8)
}
#leasing .leasing__text .text__inner .down-payment p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  line-height: 90%;
  letter-spacing: -.05em;
  background: linear-gradient(105.2deg,#ffa4a4 6.16%,#fc0101 55.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
#leasing .leasing__text .text__inner .down-payment p strong {
  font-size: 80px;
  line-height: 90%;
  letter-spacing: -.05em;
  background: linear-gradient(105.2deg,#ffa4a4 6.16%,#fc0101 55.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
@media all and (max-width:575px) {
  #leasing .leasing__text .text__inner .down-payment p strong {
    font-size: 48px
  }
}
#leasing .leasing__partners {
  margin-bottom: 60px
}
@media all and (max-width:991px) {
  #leasing .leasing__partners {
    margin-bottom: 32px
  }
}
#leasing .leasing__partners .partners__inner h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -.03em;
  margin-bottom: 40px
}
@media all and (min-width:991px) {
  #leasing .leasing__partners .partners__inner h3 {
    max-width: 390px;
    width: 100%
  }
}
@media all and (max-width:575px) {
  #leasing .leasing__partners .partners__inner h3 {
    font-size: 22px;
    margin-bottom: 24px
  }
}
#leasing .leasing__partners .partners__inner .wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 5px
}
@media all and (max-width:575px) {
  #leasing .leasing__partners .partners__inner .wrapper {
    grid-template-columns: repeat(2,1fr)
  }
}
#leasing .leasing__partners .partners__inner .wrapper .partner__item {
  height: 170px;
  border-radius: 14px;
  background-color: #2c2c2c;
  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;
  padding: 10px
}
@media all and (max-width:575px) {
  #leasing .leasing__partners .partners__inner .wrapper .partner__item {
    height: 102px
  }
}
#leasing .box__buttons {
  padding-top: 40px
}
@media all and (max-width:575px) {
  #leasing .box__buttons {
    padding-top: 16px
  }
}
#leasing .box__buttons .buttons__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 10px
}
.advantage__item {
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  .advantage__item {
    margin-bottom: 16px
  }
}
.advantage__item.advantage__item-white .item__inner {
  color: #fff
}
.advantage__item.advantage__item-white .item__inner p {
  font-weight: 400
}
.advantage__item:nth-child(2) .item__inner::after {
  background-image: url(../img/icon_24.png)
}
.advantage__item:nth-child(3) .item__inner::after {
  background-image: url(../img/icon_25.png)
}
.advantage__item .item__inner {
  background: radial-gradient(129.22% 78.21% at 59.09% 2.98%,#323232 0,#161616 100%);
  border: 2px solid #303030;
  border-radius: 14px;
  padding: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden
}
.advantage__item .item__inner:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_23.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.advantage__item .item__inner img {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 30px
}
.advantage__item .item__inner h3 {
  margin-bottom: 12px
}
.advantage__item .item__inner p {
  color: rgba(255,255,255,.8)
}
#mainrequest {
  background-color: #1e1e1e;
  color: #fff;
  margin-bottom: 0
}
#mainrequest.page {
  padding-top: 140px;
  padding-bottom: 70px
}
@media all and (max-width:1600px) {
  #mainrequest.page {
    padding-top: 100px;
    padding-bottom: 50px
  }
}
@media all and (max-width:1199px) {
  #mainrequest.page {
    padding-top: 80px;
    padding-bottom: 40px
  }
}
@media all and (max-width:991px) {
  #mainrequest.page {
    padding-top: 64px;
    padding-bottom: 32px
  }
}
#mainrequest .wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_1.webp);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px
}
@media all and (max-width:991px) {
  #mainrequest .wrapper {
    padding: 32px 24px;
    grid-template-columns: repeat(1,1fr)
  }
}
#mainrequest .wrapper .request__content {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px
}
@media all and (max-width:991px) {
  #mainrequest .wrapper .request__content {
    margin-bottom: 24px
  }
}
#mainrequest .wrapper .request__content .content__inner p {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -.01em;
  color: rgba(255,255,255,.8);
  margin-bottom: 15px
}
@media all and (max-width:575px) {
  #mainrequest .wrapper .request__content .content__inner p {
    font-size: 16px;
    line-height: 130%;
    font-weight: 500
  }
}
#mainrequest .wrapper .request__content .content__inner h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -.03em;
  background: linear-gradient(100.14deg,#fff 10.84%,#c5c5c5 98.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
@media all and (min-width:991px) {
  #mainrequest .wrapper .request__content .content__inner h2 {
    max-width: 430px;
    width: 100%
  }
}
@media all and (max-width:575px) {
  #mainrequest .wrapper .request__content .content__inner h2 {
    font-size: 22px;
    line-height: 120%
  }
}
@media all and (max-width:991px) {
  #mainrequest .wrapper .request__content .btn {
    display: none
  }
}
#mainrequest .wrapper .request__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media all and (max-width:991px) {
  #mainrequest .wrapper .request__user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media all and (min-width:991px) {
  #mainrequest .wrapper .request__user .btn {
    display: none
  }
}
#mainrequest .wrapper .request__user .user__inner {
  background-color: #0d0d0d;
  border-radius: 12px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_2.webp);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  overflow: hidden
}
@media all and (max-width:991px) {
  #mainrequest .wrapper .request__user .user__inner {
    margin-bottom: 32px
  }
}
#mainrequest .wrapper .request__user .user__inner .post {
  position: absolute;
  bottom: 42px;
  left: 37px
}
@media all and (max-width:575px) {
  #mainrequest .wrapper .request__user .user__inner .post {
    bottom: 19px;
    left: 19px
  }
}
#mainrequest .wrapper .request__user .user__inner .post h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -.02em;
  margin-bottom: 5px
}
@media all and (max-width:575px) {
  #mainrequest .wrapper .request__user .user__inner .post h6 {
    font-size: 12px;
    margin-bottom: 8px
  }
}
#mainrequest .wrapper .request__user .user__inner .post p {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -.02em;
  color: #fff;
  opacity: .8
}
@media all and (max-width:575px) {
  #mainrequest .wrapper .request__user .user__inner .post p {
    font-size: 12px
  }
}
#mainrequest .wrapper .request__user .user__inner img {
  max-width: 470px
}
@media all and (max-width:1400px) {
  #mainrequest .wrapper .request__user .user__inner img {
    max-width: 400px
  }
}
@media all and (max-width:1199px) {
  #mainrequest .wrapper .request__user .user__inner img {
    max-width: 300px
  }
}
@media all and (max-width:575px) {
  #mainrequest .wrapper .request__user .user__inner img {
    max-width: 203px
  }
}
#partnership {
  background-color: #1e1e1e;
  color: #fff
}
@media all and (max-width:1199px) {
  #partnership {
    padding-top: 40px;
    padding-bottom: 40px
  }
}
@media all and (min-width:991px) {
  #partnership .partnership__content .content__inner {
    max-width: 460px;
    width: 100%
  }
}
#partnership .partnership__content .content__inner .image {
  margin-top: -60px;
  margin-bottom: -40px
}
@media all and (min-width:991px) {
  #partnership .partnership__content .content__inner .image {
    display: none
  }
}
#partnership .partnership__content .content__inner .image img {
  max-height: 320px
}
#partnership .partnership__content .content__inner .heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px
}
#partnership .partnership__content .content__inner .content p {
  color: rgba(255,255,255,.8);
  margin-bottom: 26px
}
@media all and (max-width:575px) {
  #partnership .partnership__content .content__inner .content p {
    margin-bottom: 16px
  }
}
#partnership .partnership__content .content__inner .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 90px
}
@media all and (max-width:991px) {
  #partnership .partnership__content .content__inner .content ul {
    margin-bottom: 32px
  }
}
#partnership .partnership__content .content__inner .content ul li {
  border-radius: 15px;
  background-color: #2c2c2c;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 4.5px 13px 4.5px 25px;
  position: relative
}
@media all and (max-width:575px) {
  #partnership .partnership__content .content__inner .content ul li {
    font-size: 12px;
    font-weight: 500
  }
}
#partnership .partnership__content .content__inner .content ul li::after {
  position: absolute;
  content: "";
  width: 5.34px;
  height: 5.34px;
  background-color: #ff9718;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto;
  border-radius: 50%
}
@media all and (max-width:991px) {
  #partnership .partnership__image {
    display: none!important
  }
}
.link {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -.02em;
  text-decoration-line: underline;
  display: inline-block;
  color: #e31e24
}
@media all and (max-width:991px) {
  .link {
    display: none
  }
}
#faq .faq__content .content__inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px
}
.faq_tabs .tabs_item {
  background-color: #f3f3f3;
  border-radius: 14px
}
.faq_tabs .tabs_item:not(:last-child) {
  margin-bottom: 5px
}
.faq_tabs .tabs_item .title {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -.03em;
  padding: 30px 60px 30px 25px
}
@media all and (max-width:575px) {
  .faq_tabs .tabs_item .title {
    font-size: 22px
  }
}
.faq_tabs .tabs_item .title:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background-color: #e31e24;
  background-size: 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_26.svg);
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:575px) {
  .faq_tabs .tabs_item .title:after {
    top: 32px;
    bottom: auto
  }
}
.faq_tabs .tabs_item .title.active:after {
  background-color: #c8c8c8;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.faq_tabs .tabs_item .tab_content {
  display: none;
  padding: 0 25px 30px 25px;
  margin-top: -10px
}
.faq_tabs .tabs_item .tab_content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed
}
.faq_tabs .tabs_item .tab_content table tr:first-child td {
  border-top: 1px dashed rgba(0,0,0,.2)
}
.faq_tabs .tabs_item .tab_content table tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -.02em;
  color: rgba(0,0,0,.6);
  padding: 10px;
  border-bottom: 1px dashed rgba(0,0,0,.2);
  vertical-align: top
}
.faq_tabs .tabs_item .tab_content table tr td:first-child {
  font-weight: 600;
  color: #000;
  padding-left: 0
}
#contacts .wrapper {
  background-color: #1e1e1e;
  border-radius: 14px;
  padding: 20px;
  color: #fff;
  overflow: hidden
}
@media all and (max-width:575px) {
  #contacts .wrapper {
    padding: 18px
  }
}
#contacts .wrapper.wrapper-guaranteeform {
  padding: 0
}
#contacts .wrapper.wrapper-guaranteeform .contacts__content .content__inner {
  padding: 20px
}
@media all and (max-width:575px) {
  #contacts .wrapper.wrapper-guaranteeform .contacts__content .content__inner {
    padding: 18px
  }
}
@media all and (max-width:1199px) {
  #contacts .wrapper.wrapper-guaranteeform .contacts__content .content__inner .content__top .phone {
    font-size: 38px;
    margin-bottom: 16px
  }
}
@media all and (max-width:360px) {
  #contacts .wrapper.wrapper-guaranteeform .contacts__content .content__inner .content__top .phone {
    font-size: 34px
  }
}
@media all and (max-width:991px) {
  #contacts .wrapper .contacts__content {
    margin-bottom: 24px
  }
}
#contacts .wrapper .contacts__content .content__inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px 160px
}
#contacts .wrapper .contacts__content .content__inner .content__top .phone__title {
  margin-bottom: 8px;
  color: rgba(255,255,255,.6)
}
@media all and (max-width:575px) {
  #contacts .wrapper .contacts__content .content__inner .content__top .phone__title {
    font-size: 14px
  }
}
#contacts .wrapper .contacts__content .content__inner .content__top .phone {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -.03em;
  display: inline-block;
  margin-bottom: 30px;
  color: #fff;
  white-space: nowrap
}
@media all and (max-width:575px) {
  #contacts .wrapper .contacts__content .content__inner .content__top .phone {
    font-size: 40px;
    margin-bottom: 16px
  }
}
@media all and (max-width:360px) {
  #contacts .wrapper .contacts__content .content__inner .content__top .phone {
    font-size: 34px
  }
}
#contacts .wrapper .contacts__content .content__inner .content__top .text p {
  margin-bottom: 8px
}
@media all and (max-width:575px) {
  #contacts .wrapper .contacts__content .content__inner .content__top .text p {
    font-size: 14px
  }
}
#contacts .wrapper .contacts__content .content__inner .content__top .text .link {
  padding-top: 8px;
  display: none
}
@media all and (max-width:991px) {
  #contacts .wrapper .contacts__content .content__inner .content__top .text .link {
    display: inline-block
  }
}
#contacts .wrapper .contacts__content .content__inner .content__bottom {
  padding-bottom: 10px
}
#contacts .wrapper .contacts__content .content__inner .content__bottom.content__bottom-mt {
  margin-top: 100px
}
@media all and (max-width:991px) {
  #contacts .wrapper .contacts__content .content__inner .content__bottom.content__bottom-mt {
    margin-top: 30px
  }
}
@media all and (max-width:575px) {
  #contacts .wrapper .contacts__content .content__inner .content__bottom.content__bottom-mt {
    margin-top: 0
  }
}
#contacts .wrapper .contacts__content .content__inner .content__bottom h3 {
  font-weight: 600;
  margin-bottom: 25px
}
@media all and (max-width:575px) {
  #contacts .wrapper .contacts__content .content__inner .content__bottom h3 {
    margin-bottom: 16px
  }
}
#contacts .wrapper .contacts__map .map__inner {
  border-radius: 8px;
  overflow: hidden;
  min-height: 600px;
  -webkit-filter: grayscale(1) brightness(1) invert(0);
  filter: grayscale(1) brightness(1) invert(0)
}
@media all and (max-width:575px) {
  #contacts .wrapper .contacts__map .map__inner {
    min-height: 300px
  }
}
#contacts .wrapper .contacts__map .map__inner iframe {
  width: 100%;
  height: 100%
}
@media all and (max-width:991px) {
  #contacts .wrapper .guaranteeform__text {
    margin-bottom: 20px
  }
}
@media all and (min-width:991px) {
  #contacts .wrapper .guaranteeform__text .text__inner {
    padding-right: 40px
  }
}
@media all and (max-width:991px) {
  #contacts .wrapper .form__image {
    display: none!important
  }
}
#contacts .wrapper .form__image .image__inner img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#footer {
  background-color: #1e1e1e;
  color: #fff;
  padding-top: 90px;
  margin-bottom: 0
}
@media all and (max-width:991px) {
  #footer {
    padding-top: 64px
  }
}
#footer .footer__bgimage {
  text-align: right
}
@media all and (max-width:991px) {
  #footer .footer__bgimage img {
    max-height: 80px
  }
}
#footer .footer__item {
  margin-bottom: 43px
}
@media all and (max-width:991px) {
  #footer .footer__item {
    margin-bottom: 32px
  }
}
#footer .footer__logo .logo__inner {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -.02em
}
@media all and (min-width:991px) {
  #footer .footer__logo .logo__inner {
    max-width: 210px;
    width: 100%
  }
}
@media all and (max-width:991px) {
  #footer .footer__logo .logo__inner {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px
  }
}
@media all and (max-width:991px) {
  #footer .footer__logo .logo__inner p {
    color: rgba(255,255,255,.6)
  }
}
#footer .footer__logo .logo__inner .logo {
  margin-bottom: 16px
}
#footer .footer__logo .logo__inner .logo a {
  display: inline-block;
  margin-bottom: 10px
}
#footer .footer__logo .logo__inner .logo a img {
  width: 100px;
  height: auto
}
#footer .footer__logo .logo__inner .logo p {
  color: #fff
}
#footer .footer__logo .logo__inner .text-gray {
  margin-top: 16px;
  color: rgba(255,255,255,.6)
}
@media all and (max-width:991px) {
  #footer .footer__logo .logo__inner .text-gray {
    display: none
  }
}
#footer .footer__menu .menu__inner ul li:not(:last-child) {
  margin-bottom: 10px
}
#footer .footer__menu .menu__inner ul li.current-menu-item a {
  text-decoration: underline
}
#footer .footer__menu .menu__inner ul li a {
  display: inline-block;
  color: #fff
}
#footer .footer__menu .menu__inner ul li a:hover {
  text-decoration: underline
}
#footer .footer__menu .menu__inner .policy {
  margin-top: 54px;
  display: inline-block;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -.02em;
  text-decoration-line: underline;
  color: #fff;
  opacity: .6
}
#footer .footer__menu .menu__inner .policy:hover {
  opacity: 1
}
@media all and (max-width:991px) {
  #footer .footer__menu .menu__inner .policy {
    display: none
  }
}
#footer .footer__contacts .contacts__inner .contacts {
  margin-bottom: 42px
}
@media all and (max-width:991px) {
  #footer .footer__contacts .contacts__inner .contacts {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px 18px
  }
}
@media all and (max-width:575px) {
  #footer .footer__contacts .contacts__inner .contacts {
    grid-template-columns: repeat(1,1fr)
  }
}
#footer .footer__contacts .contacts__inner .contacts li:not(:last-child) {
  margin-bottom: 10px
}
#footer .footer__contacts .contacts__inner .contacts li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #fff
}
@media all and (max-width:575px) {
  #footer .footer__contacts .contacts__inner .contacts li a {
    gap: 8px
  }
}
#footer .footer__contacts .contacts__inner .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#footer .footer__contacts .contacts__inner .social li a:hover {
  opacity: .8
}
#footer .footer__contacts .contacts__inner .social li a img {
  width: 52px;
  height: 52px
}
@media all and (max-width:575px) {
  #footer .footer__contacts .contacts__inner .social li a img {
    width: 64px;
    height: 64px
  }
}
@media all and (min-width:991px) {
  #footer .footer__copyright {
    display: none
  }
}
#footer .footer__copyright .copyright__inner {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -.01em
}
#footer .footer__copyright .copyright__inner a {
  color: rgba(255,255,255,.6);
  text-decoration: underline
}
#footer .footer__copyright .copyright__inner a:hover {
  color: #fff
}
article .aligncenter,
article div.aligncenter,
article img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto
}
article img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline
}
article img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline
}
article .alignright {
  float: right
}
article .alignleft {
  float: left
}
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 500;
  margin-bottom: .625em
}
article h2 {
  font-size: 32px;
  line-height: 38px
}
article h3 {
  font-size: 26px;
  line-height: 34px
}
article h4 {
  font-size: 22px
}
article h5 {
  font-size: 18px
}
article h6 {
  font-size: 16px
}
article p {
  margin-bottom: 1em
}
article a {
  color: #00a8d2
}
article ul {
  margin-bottom: 1em;
  list-style-type: disc;
  padding-left: 15px
}
article ul ul {
  margin-bottom: 0
}
article ol li,
article ul li {
  margin-bottom: 4px
}
article ol {
  margin-bottom: 1em;
  padding-left: 15px
}
article .wp-block-table,
article table {
  overflow-x: auto;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  padding: 0;
  border-spacing: 0
}
article table form,
article table li,
article table p,
article table ul {
  margin: 6px 0;
  padding: 0
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
  border: 1px solid rgba(0,0,0,.12)
}
article table tbody tr:nth-child(odd) {
  background: rgba(0,0,0,.04)
}
article table th,
article table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media all and (max-width:575px) {
  article table td,
  article table th {
    min-width: 180px
  }
}
article table td,
article table.wp-block-table td {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
article table.wp-block-table.is-style-stripes {
  border-collapse: collapse
}
article table.wp-block-table.is-style-stripes td {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.12)
}
.lightbox-image-container {
  width: 100vw!important
}
.lightbox-image-container figure img {
  width: auto!important;
  height: auto!important;
  -o-object-fit: contain!important;
  object-fit: contain!important;
  max-height: 100%!important
}
#contacts-list {
  padding-top: 5px
}
#contacts-list .wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 5px
}
@media all and (max-width:991px) {
  #contacts-list .wrapper {
    grid-template-columns: repeat(1,1fr)
  }
}
#contacts-list .wrapper .list__item {
  background-color: #f3f3f3;
  border-radius: 14px;
  min-height: 167px;
  padding: 25px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px
}
@media all and (max-width:575px) {
  #contacts-list .wrapper .list__item {
    min-height: 120px
  }
}
#contacts-list .wrapper .list__item p {
  color: rgba(0,0,0,.5)
}
#contacts-list .wrapper .list__item p a {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -.01em;
  color: #000
}
@media all and (max-width:575px) {
  #contacts-list .wrapper .list__item p a {
    font-size: 22px
  }
}
#dealer .wrapper .dealer__item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #cacaca
}
@media all and (max-width:991px) {
  #dealer .wrapper .dealer__item {
    padding-top: 30px;
    padding-bottom: 30px
  }
}
@media all and (max-width:991px) {
  #dealer .wrapper .dealer__item .dealer__address {
    margin-bottom: 24px
  }
}
#dealer .wrapper .dealer__item .dealer__address .address__inner h3 {
  color: #e31e24;
  margin-bottom: 10px
}
#dealer .wrapper .dealer__item .dealer__address .address__inner p {
  opacity: .5
}
@media all and (max-width:991px) {
  #dealer .wrapper .dealer__item .dealer__contacts {
    margin-bottom: 24px
  }
}
#dealer .wrapper .dealer__item .dealer__contacts .contacts__inner ul li {
  margin-bottom: 16px
}
@media all and (max-width:991px) {
  #dealer .wrapper .dealer__item .dealer__contacts .contacts__inner ul li {
    margin-bottom: 10px
  }
}
#dealer .wrapper .dealer__item .dealer__contacts .contacts__inner ul li a,
#dealer .wrapper .dealer__item .dealer__contacts .contacts__inner ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #000
}
#dealer .wrapper .dealer__item .dealer__contacts .contacts__inner ul li .phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -.01em
}
@media all and (max-width:575px) {
  #dealer .wrapper .dealer__item .dealer__contacts .contacts__inner ul li .phone {
    font-size: 22px
  }
}
#dealer .wrapper .dealer__item .dealer__contacts .contacts__inner .map__link {
  display: inline-block;
  padding-left: 49px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -.02em;
  text-decoration-line: underline;
  color: rgba(0,0,0,.4)
}
#dealer .wrapper .dealer__item .dealer__contacts .contacts__inner .map__link:hover {
  color: #e31e24
}
#dealer .wrapper .dealer__item .dealer__social .social__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px
}
#dealer .wrapper .dealer__item .dealer__social .social__inner ul li a:hover {
  opacity: .8
}
#dealer .wrapper .dealer__item .dealer__social .social__inner ul li a img {
  width: 52px;
  height: 52px
}
@media all and (max-width:575px) {
  #dealer .wrapper .dealer__item .dealer__social .social__inner ul li a img {
    width: 46px;
    height: 46px
  }
}
#dealer .wrapper .dealer__item .dealer__social .social__inner .map__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -.02em;
  text-decoration-line: underline;
  color: #e31e24;
  display: inline-block
}
#dealer .dealer__request {
  background-color: #f3f3f3;
  border-radius: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -.01em;
  color: rgba(0,0,0,.3);
  padding: 35px
}
@media all and (max-width:991px) {
  #dealer .dealer__request {
    font-size: 20px;
    padding: 23px
  }
}
#dealer .dealer__request:hover {
  background-color: #e31e24;
  color: #fff
}
#page-top .page__heading {
  margin-bottom: 30px
}
#page-top .page__heading .heading__inner h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -.01em;
  color: #e31e24
}
@media all and (min-width:991px) {
  #page-top .page__heading .heading__inner.heading__inner-guarantee p {
    max-width: 120px;
    width: 100%
  }
}
#page-top .page__heading .heading__inner.heading__inner-leasing h6 {
  margin-bottom: 0
}
#page-top .page__heading .heading__inner h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  font-weight: 500;
  font-size: 16.0125px;
  line-height: 90%;
  letter-spacing: -.05em;
  background: linear-gradient(105.2deg,#ffa4a4 6.16%,#fc0101 55.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 15px
}
#page-top .page__heading .heading__inner h6 strong {
  font-weight: 500;
  font-size: 80px;
  line-height: 90%;
  letter-spacing: -.05em;
  background: linear-gradient(148.87deg,#ff5d5d 19.42%,red 43.67%,#9d1013 97.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
@media all and (max-width:575px) {
  #page-top .page__heading .heading__inner h6 strong {
    font-size: 60px;
    line-height: 100%
  }
}
#page-top .page__main .main__inner h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -.03em;
  margin-bottom: 60px
}
@media all and (max-width:575px) {
  #page-top .page__main .main__inner h3 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 30px
  }
}
#page-top .page__main .main__inner p {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  #page-top .page__main .main__inner p {
    font-size: 20px;
    margin-bottom: 20px
  }
}
#page-top .page__main .main__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 54px
}
@media all and (max-width:575px) {
  #page-top .page__main .main__inner ul {
    margin-bottom: 30px
  }
}
#page-top .page__main .main__inner ul li {
  border-radius: 15px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  padding: 2px 13px 2px 25px;
  position: relative
}
@media all and (max-width:575px) {
  #page-top .page__main .main__inner ul li {
    font-size: 16px;
    padding: 4.5px 13px 4.5px 25px
  }
}
#page-top .page__main .main__inner ul li::after {
  position: absolute;
  content: "";
  width: 5.34px;
  height: 5.34px;
  background-color: #ff9718;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto;
  border-radius: 50%
}
#page-top .page__main .main__inner .profit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 122px
}
@media all and (max-width:991px) {
  #page-top .page__main .main__inner .profit {
    gap: 20px 30px
  }
}
#page-top .page__main .main__inner h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: 16.0125px;
  line-height: 90%;
  letter-spacing: -.05em;
  background: linear-gradient(105.2deg,#ffa4a4 6.16%,#fc0101 55.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
#page-top .page__main .main__inner h6 strong {
  font-weight: 500;
  font-size: 80px;
  line-height: 90%;
  letter-spacing: -.05em;
  background: linear-gradient(105.2deg,#ffa4a4 6.16%,#fc0101 55.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
@media all and (max-width:575px) {
  #page-top .page__main .main__inner h6 strong {
    font-size: 44px;
    line-height: 100%
  }
}
#staff .staff__image img {
  border-radius: 14px
}
@media all and (max-width:991px) {
  #staff .staff__image-none {
    display: none!important
  }
}
#staff .staff__content .content__inner {
  border-radius: 14px;
  overflow: hidden;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_4.png);
  padding: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -.03em;
  color: #fff
}
@media all and (max-width:575px) {
  #staff .staff__content .content__inner {
    font-size: 22px;
    line-height: 120%
  }
}
#weproduce {
  margin-bottom: 0
}
#weproduce .weproduce__item {
  margin-bottom: 5px
}
@media all and (max-width:767px) {
  #weproduce .weproduce__item.weproduce__item-image {
    display: none!important
  }
}
#weproduce .weproduce__item.weproduce__item-image .item__inner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_5.webp)
}
#weproduce .weproduce__item .item__inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  min-height: 350px;
  background-color: #f3f3f3;
  border-radius: 14px;
  padding: 30px
}
@media all and (max-width:575px) {
  #weproduce .weproduce__item .item__inner {
    min-height: 260px;
    padding: 24px
  }
}
#weproduce .weproduce__item .item__inner p {
  opacity: .6
}
#weproduce .weproduce__item .item__inner img {
  display: block;
  margin: 0 auto
}
#benefits .wrapper .benefits__item {
  border-bottom: 1px solid #ccc;
  padding: 60px 0
}
@media all and (max-width:1600px) {
  #benefits .wrapper .benefits__item {
    padding: 40px 0
  }
}
@media all and (max-width:575px) {
  #benefits .wrapper .benefits__item {
    padding: 30px 0
  }
}
#benefits .wrapper .benefits__item:first-child {
  border-top: 1px solid #ccc
}
@media all and (max-width:991px) {
  #benefits .wrapper .item__title {
    margin-bottom: 20px
  }
}
#benefits .wrapper .item__content-first {
  margin-bottom: 16px
}
#benefits .wrapper h3 {
  color: #e31e24
}
#partners .wrapper {
  overflow: hidden
}
#partners .wrapper .partners__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#partners .wrapper .partners__slider .swiper-wrapper .swiper-slide {
  overflow: hidden;
  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;
  width: 320px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:575px) {
  #partners .wrapper .partners__slider .swiper-wrapper .swiper-slide {
    width: 240px
  }
}
#partners .wrapper .partners__slider .swiper-wrapper .slide__inner {
  border-radius: 14px;
  border: 2px solid rgba(0,0,0,.05);
  height: 142px;
  padding: 5px;
  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;
  text-align: center;
  width: 100%
}
@media all and (max-width:1199px) {
  #partners .wrapper .partners__slider .swiper-wrapper .slide__inner {
    height: 120px
  }
}
@media all and (max-width:575px) {
  #partners .wrapper .partners__slider .swiper-wrapper .slide__inner {
    height: 100px
  }
}
#partners .wrapper .partners__slider .swiper-wrapper .slide__inner .image img {
  max-height: 62px;
  width: 66.6666666667%;
  height: auto
}
#offer .offer__content .content__inner {
  border-radius: 14px;
  padding: 30px;
  background-color: #1e1e1e;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_6.webp);
  overflow: hidden
}
@media all and (max-width:575px) {
  #offer .offer__content .content__inner {
    padding: 24px
  }
}
#offer .offer__content .content__inner .heading {
  color: #fff
}
#offer .offer__content .content__inner .heading p {
  margin-top: 20px
}
#offer .offer__content .content__inner form {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0 10px
}
@media all and (max-width:575px) {
  #offer .offer__content .content__inner form {
    grid-template-columns: 100%
  }
}
#offer .offer__content .content__inner form .form__item {
  grid-column: span 1
}
@media all and (max-width:575px) {
  #offer .offer__content .content__inner form .form__item {
    grid-column: span 1
  }
}
#offer .offer__content .content__inner form .form__item input {
  height: 72px
}
@media all and (max-width:575px) {
  #offer .offer__content .content__inner form .form__item input {
    height: 64px
  }
}
#offer .offer__content .content__inner form .form__submit {
  grid-column: span 1
}
@media all and (max-width:575px) {
  #offer .offer__content .content__inner form .form__submit {
    grid-column: span 1
  }
}
#offer .offer__content .content__inner form .form__policy {
  grid-column: 1/span 2;
  text-align: left
}
@media all and (max-width:575px) {
  #offer .offer__content .content__inner form .form__policy {
    grid-column: span 1
  }
}
@media all and (max-width:1199px) {
  #offer .offer__image {
    display: none!important
  }
}
#offer .offer__image .image__inner {
  background-color: #1e1e1e;
  border-radius: 14px;
  position: relative;
  min-height: 360px
}
#offer .offer__image .image__inner img {
  position: absolute;
  top: -46px;
  width: 440px;
  height: auto
}
@media (min-width:992px) {
  #give.page-leasing .give__item:nth-child(-n+2) {
    width: 33.33333%
  }
}
#give .give__item {
  margin-bottom: 5px
}
@media (min-width:992px) {
  #give .give__item:nth-child(-n+2) {
    width: 50%
  }
}
@media (min-width:992px) {
  #give .give__item:nth-last-child(-n+2) {
    width: 50%
  }
}
#give .give__item:last-child .item__inner {
  background-color: #1e1e1e;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_7.png);
  color: #fff
}
@media all and (max-width:991px) {
  #give .give__item.give__item-bg {
    display: none!important
  }
}
#give .give__item.give__item-bg .item__inner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_6.svg);
  background-color: #fff
}
#give .give__item .item__inner {
  background-color: #f3f3f3;
  border-radius: 14px;
  padding: 30px;
  min-height: 360px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px
}
@media all and (max-width:575px) {
  #give .give__item .item__inner {
    padding: 24px;
    min-height: 286px
  }
}
#give .give__item .item__inner h3 {
  position: relative;
  padding-left: 48px
}
#give .give__item .item__inner h3:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_33.svg);
  width: 33px;
  height: 33px;
  top: 0;
  left: 0
}
#give .give__item .item__inner ul {
  list-style-type: disc;
  padding-left: 17px
}
#longterm .heading {
  margin-bottom: 0
}
#longterm .heading h2 {
  color: rgba(0,0,0,.3)
}
@media all and (max-width:575px) {
  #longterm .heading h2 {
    font-size: 34px
  }
}
#longterm .heading h2 strong {
  background: linear-gradient(105.2deg,#ffa4a4 6.16%,#fc0101 55.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
#longterm .heading p {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -.01em;
  color: #000;
  opacity: .6
}
@media all and (max-width:575px) {
  #longterm .heading p {
    font-size: 22px
  }
}
.bg__image {
  text-align: center;
  margin-top: 140px;
  padding: 0 12px
}
@media all and (max-width:1600px) {
  .bg__image {
    margin-top: 100px
  }
}
@media all and (max-width:1199px) {
  .bg__image {
    margin-top: 80px
  }
}
@media all and (max-width:991px) {
  .bg__image {
    margin-top: 64px
  }
}
#cooperation {
  background-color: #1e1e1e;
  padding-top: 140px;
  padding-bottom: 70px
}
@media all and (max-width:1600px) {
  #cooperation {
    padding-top: 100px;
    padding-bottom: 50px
  }
}
@media all and (max-width:1199px) {
  #cooperation {
    padding-top: 80px;
    padding-bottom: 40px
  }
}
@media all and (max-width:991px) {
  #cooperation {
    padding-top: 64px;
    padding-bottom: 32px
  }
}
#cooperation .cooperation__item {
  margin-bottom: 5px
}
@media all and (max-width:991px) {
  #cooperation .cooperation__item.cooperation__item-empty,
  #cooperation .cooperation__item.cooperation__item-image {
    display: none!important
  }
}
#cooperation .cooperation__item.cooperation__item-image .item__inner .item {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_8.webp)
}
#cooperation .cooperation__item .item__inner .item {
  background-color: #2c2c2c;
  border-radius: 14px;
  padding: 25px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  min-height: 167px
}
#cooperation .cooperation__item .item__inner .item:not(:last-child) {
  margin-bottom: 5px
}
#cooperation .cooperation__item .item__inner .item.item-big {
  min-height: 340px;
  height: 100%
}
@media all and (max-width:991px) {
  #cooperation .cooperation__item .item__inner .item.item-big {
    height: auto;
    min-height: 286px
  }
}
#cooperation .cooperation__item .item__inner .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  color: rgba(255,255,255,.6)
}
#cooperation .cooperation__item .item__inner .item .title .number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #e31e24
}
#cooperation .cooperation__item .item__inner .item .content {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -.01em;
  color: #fff
}
#cooperation .cooperation__item .item__inner .item .content a {
  color: #fff
}
#benefits-guarantee .benefitsguarantee__item {
  margin-bottom: 5px
}
@media all and (max-width:991px) {
  #benefits-guarantee .benefitsguarantee__item.benefitsguarantee__item-image {
    display: none!important
  }
}
#benefits-guarantee .benefitsguarantee__item.benefitsguarantee__item-image .item__inner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_9.webp);
  background-color: #fff
}
@media (min-width:992px) {
  #benefits-guarantee .benefitsguarantee__item:nth-child(4),
  #benefits-guarantee .benefitsguarantee__item:nth-child(5) {
    width: 50%
  }
}
#benefits-guarantee .benefitsguarantee__item .item__inner {
  background-color: #f3f3f3;
  border-radius: 14px;
  padding: 30px;
  min-height: 400px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px
}
@media all and (max-width:575px) {
  #benefits-guarantee .benefitsguarantee__item .item__inner {
    padding: 24px;
    min-height: 300px;
    gap: 30px
  }
}
#benefits-guarantee .benefitsguarantee__item .item__inner h3 {
  position: relative;
  padding-left: 48px
}
#benefits-guarantee .benefitsguarantee__item .item__inner h3:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_35.svg);
  width: 33px;
  height: 33px;
  top: 0;
  left: 0
}
#applyleasing .applyleasing__content {
  background-color: #1e1e1e;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_10.webp);
  color: #fff;
  padding-top: 140px;
  padding-bottom: 100px;
  margin-bottom: 5px
}
@media all and (max-width:1600px) {
  #applyleasing .applyleasing__content {
    padding-top: 100px;
    padding-bottom: 60px
  }
}
@media all and (max-width:1199px) {
  #applyleasing .applyleasing__content {
    padding-top: 80px;
    padding-bottom: 40px
  }
}
@media all and (max-width:991px) {
  #applyleasing .applyleasing__content {
    padding-top: 64px;
    padding-bottom: 24px
  }
}
@media all and (max-width:575px) {
  #applyleasing .applyleasing__content {
    padding-bottom: 40px
  }
}
@media all and (min-width:991px) {
  #applyleasing .applyleasing__content .content__wrapper .row {
    margin-left: 0;
    margin-right: 0
  }
}
@media all and (min-width:991px) {
  #applyleasing .applyleasing__content .content__wrapper .applyleasing__item {
    padding-left: 0;
    padding-right: 0
  }
}
#applyleasing .applyleasing__content .content__wrapper .applyleasing__item .item__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #807f7f
}
@media all and (max-width:575px) {
  #applyleasing .applyleasing__content .content__wrapper .applyleasing__item .item__inner {
    padding-top: 24px;
    padding-bottom: 24px
  }
}
#applyleasing .applyleasing__content .content__wrapper .applyleasing__item .item__inner .number {
  display: block;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -.01em;
  background: linear-gradient(148.87deg,#ff5d5d 19.42%,red 43.67%,#9d1013 97.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 30px
}
#applyleasing .applyleasing__content .content__wrapper .applyleasing__item .item__inner p {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%
}
@media all and (max-width:575px) {
  #applyleasing .applyleasing__content .content__wrapper .applyleasing__item .item__inner p {
    font-size: 20px
  }
}
#applyleasing .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}
@media all and (max-width:991px) {
  #applyleasing .wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr)
  }
}
@media all and (max-width:575px) {
  #applyleasing .wrapper {
    grid-template-columns: repeat(2,1fr)
  }
}
#applyleasing .wrapper .image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 160px;
  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;
  padding: 10px;
  background-color: #2c2c2c;
  border-radius: 14px
}
@media all and (max-width:1400px) {
  #applyleasing .wrapper .image {
    height: 120px
  }
}
@media all and (max-width:1199px) {
  #applyleasing .wrapper .image {
    height: 100px
  }
}
#support .wrapper {
  background-color: #1e1e1e;
  border-radius: 14px;
  padding: 30px;
  color: #fff;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_11.webp)
}
@media all and (max-width:575px) {
  #support .wrapper {
    padding: 24px
  }
}
#support .wrapper .heading {
  margin-bottom: 0
}
@media all and (max-width:991px) {
  #support .wrapper .heading {
    margin-bottom: 30px
  }
}
#support .wrapper .heading h2 strong {
  color: rgba(255,255,255,.4)
}
#support .wrapper .support__form .form__inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 240px
}
@media all and (max-width:1600px) {
  #support .wrapper .support__form .form__inner {
    gap: 200px
  }
}
@media all and (max-width:991px) {
  #support .wrapper .support__form .form__inner {
    gap: 40px
  }
}
@media all and (max-width:575px) {
  #support .wrapper .support__form .form__inner {
    gap: 30px
  }
}
@media all and (min-width:991px) {
  #support .wrapper .support__form .form__inner .text {
    max-width: 430px;
    width: 100%
  }
}
#support .wrapper .support__form .form__inner .support__form h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 25px
}
#breadcrumbs {
  margin-bottom: 40px
}
#breadcrumbs .breadcrumbs {
  color: #000
}
#breadcrumbs .breadcrumbs span {
  color: #000;
  display: inline-block;
  font-weight: 600
}
#breadcrumbs .breadcrumbs span a {
  color: rgba(0,0,0,.5);
  display: inline-block;
  font-weight: 400
}
#breadcrumbs .breadcrumbs span a span {
  color: inherit
}
#catalog .catalog__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 25px;
  background-color: #f3f3f3;
  border-radius: 14px;
  padding: 30px 30px 10px 30px;
  margin-bottom: 40px
}
@media all and (max-width:1199px) {
  #catalog .catalog__filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 15px
  }
}
@media all and (max-width:575px) {
  #catalog .catalog__filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    padding: 24px 24px 14px 24px;
    margin-bottom: 26px
  }
}
#catalog .catalog__filters .berocket_single_filter_widget:not(:first-child) {
  padding-top: 26px
}
@media all and (max-width:1199px) {
  #catalog .catalog__filters .berocket_single_filter_widget:not(:first-child) {
    padding-top: 0
  }
}
#catalog .catalog__filters .berocket_single_filter_widget.berocket_single_filter_widget_491 .bapf_slct select {
  min-width: 180px
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_head {
  margin-bottom: 12px;
  display: none
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_head h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -.01em;
  color: #838383
}
@media all and (max-width:575px) {
  #catalog .catalog__filters .berocket_single_filter_widget .bapf_sfilter {
    margin-bottom: 10px
  }
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_slidr {
  width: 175px
}
@media all and (max-width:575px) {
  #catalog .catalog__filters .berocket_single_filter_widget .bapf_slidr {
    width: 100%
  }
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_slidr .bapf_head {
  display: block
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_slidr .irs-from,
#catalog .catalog__filters .berocket_single_filter_widget .bapf_slidr .irs-to {
  border-radius: 4px;
  background-color: #1e1e1e;
  min-width: 25px;
  min-height: 25px;
  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;
  top: -6px
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_slidr .irs-from:before,
#catalog .catalog__filters .berocket_single_filter_widget .bapf_slidr .irs-to:before {
  display: none
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_slidr .irs-max,
#catalog .catalog__filters .berocket_single_filter_widget .bapf_slidr .irs-min {
  display: none
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_slidr .irs-line {
  height: 2px;
  top: 31px
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_slidr .irs-bar {
  background: #e31e24;
  height: 2px;
  top: 31px
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_slidr .irs--bapf-flat .irs-handle > i:first-child {
  background: #fff;
  border: 2px solid #e31e24;
  width: 14px;
  height: 14px
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_slct select {
  border: none;
  min-width: 125px;
  height: 45px;
  padding-left: 14px;
  padding-right: 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 20px;
  background-position: calc(100% - 14px) 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_36.svg);
  background-color: #fff;
  border-radius: 8px
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_slct select::-ms-expand {
  display: none
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_ckbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px;
  color: #414651
}
@media all and (max-width:1300px) {
  #catalog .catalog__filters .berocket_single_filter_widget .bapf_ckbox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_ckbox ul li input {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #d5d7da;
  background-color: #fff
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_ckbox ul li input:after {
  border-bottom: 2px solid #e31e24;
  border-right: 2px solid #e31e24
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_button {
  background-color: #1e1e1e;
  border-radius: 8px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -.02em;
  color: #fff;
  width: 208px;
  height: 45px
}
.woocommerce-pagination {
  padding-top: 20px
}
.woocommerce-pagination .page-numbers {
  text-align: center;
  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
}
.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  float: left;
  padding: 7px 12px;
  margin: 0 8px 3px 8px;
  line-height: 1.42857143;
  color: #2e3b48;
  text-decoration: none;
  min-width: 31px;
  border-radius: 6px
}
@media all and (max-width:767px) {
  .woocommerce-pagination .page-numbers a,
  .woocommerce-pagination .page-numbers span {
    margin: 5px
  }
}
.woocommerce-pagination .page-numbers a {
  color: #2e3b48
}
.woocommerce-pagination .page-numbers span {
  background-color: #1e1e1e;
  color: #fff
}
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
  color: #000;
  border: none;
  border-radius: 0
}
@media all and (max-width:767px) {
  .woocommerce-pagination .page-numbers .next,
  .woocommerce-pagination .page-numbers .prev {
    display: none
  }
}
.woocommerce-pagination .page-numbers .next:hover:after,
.woocommerce-pagination .page-numbers .prev:hover:after {
  background-color: #ffdd04
}
#warranty .wrapper {
  background-color: #000;
  border-radius: 14px;
  overflow: hidden;
  padding: 45px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_12.webp);
  color: #fff
}
@media all and (max-width:991px) {
  #warranty .wrapper {
    padding: 32px 24px
  }
}
@media all and (max-width:1199px) {
  #warranty .wrapper .warranty__content {
    margin-bottom: 24px
  }
}
@media all and (min-width:1199px) {
  #warranty .wrapper .warranty__content .content__inner {
    max-width: 441px;
    width: 100%
  }
}
#warranty .wrapper .warranty__content .content__inner h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -.03em;
  margin-bottom: 25px
}
@media all and (max-width:1199px) {
  #warranty .wrapper .warranty__content .content__inner h2 {
    font-size: 44px
  }
}
@media all and (max-width:575px) {
  #warranty .wrapper .warranty__content .content__inner h2 {
    font-size: 42px
  }
}
#warranty .wrapper .warranty__content .content__inner h2 strong {
  font-weight: 600
}
#warranty .wrapper .warranty__content .content__inner h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 90%;
  letter-spacing: -.05em;
  color: #fc0101;
  margin-bottom: 99px
}
@media all and (max-width:1199px) {
  #warranty .wrapper .warranty__content .content__inner h6 {
    margin-bottom: 20px
  }
}
@media all and (max-width:575px) {
  #warranty .wrapper .warranty__content .content__inner h6 {
    font-size: 16px;
    line-height: 24px
  }
}
#warranty .wrapper .warranty__content .content__inner h6 strong {
  font-weight: 500;
  font-size: 110px;
  line-height: 90%;
  letter-spacing: -.05em;
  background: linear-gradient(105.2deg,#ffa4a4 6.16%,#fc0101 55.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
@media all and (max-width:575px) {
  #warranty .wrapper .warranty__content .content__inner h6 strong {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%
  }
}
#warranty .wrapper .warranty__list .list__inner .list__wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5px
}
@media all and (max-width:767px) {
  #warranty .wrapper .warranty__list .list__inner .list__wrapper {
    grid-template-columns: repeat(1,1fr)
  }
}
#warranty .wrapper .warranty__list .list__inner .list__wrapper .list__item {
  padding: 24px 24px 14px 24px;
  background: rgba(255,255,255,.12);
  border: 2px solid rgba(255,255,255,.05);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 14px;
  position: relative
}
#warranty .wrapper .warranty__list .list__inner .list__wrapper .list__item::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff9718;
  top: 36px;
  right: 30px
}
#warranty .wrapper .warranty__list .list__inner .list__wrapper .list__item h3 {
  margin-bottom: 16px
}
@media all and (max-width:1400px) {
  #warranty .wrapper .warranty__list .list__inner .list__wrapper .list__item h3 {
    font-size: 22px
  }
}
@media all and (max-width:767px) {
  #warranty .wrapper .warranty__list .list__inner .list__wrapper .list__item h3 {
    padding-right: 16px
  }
}
#warranty .wrapper .warranty__list .list__inner .list__wrapper .list__item p {
  color: rgba(255,255,255,.8)
}
@media all and (max-width:1199px) {
  #page .page__product .product__gallery {
    margin-bottom: 40px
  }
}
@media all and (max-width:575px) {
  #page .page__product .product__gallery {
    margin-bottom: 30px
  }
}
#page .page__product .product__gallery .gallery__inner .product__image {
  border-radius: 10px;
  height: 384px;
  overflow: hidden
}
@media all and (max-width:575px) {
  #page .page__product .product__gallery .gallery__inner .product__image {
    height: 260px
  }
}
#page .page__product .product__gallery .gallery__inner .product__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#page .page__product .product__gallery .gallery__thumbs .swiper-slide {
  width: auto!important
}
#page .page__product .product__gallery .gallery__thumbs .swiper-slide-thumb-active .slide__inner .image {
  border: 1.5px solid #e31e24
}
#page .page__product .product__gallery .gallery__thumbs .slide__inner {
  width: 60px;
  height: 60px;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: .25s all;
  transition: .25s all
}
#page .page__product .product__gallery .gallery__thumbs .slide__inner .image {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  border: 1.5px solid transparent
}
#page .page__product .product__gallery .gallery__thumbs .slide__inner .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#page .page__product .product__gallery .gallery__slider {
  margin-bottom: 15px
}
@media all and (max-width:575px) {
  #page .page__product .product__gallery .gallery__slider {
    margin-bottom: 10px
  }
}
#page .page__product .product__gallery .gallery__slider .slide__inner a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 384px
}
@media all and (max-width:575px) {
  #page .page__product .product__gallery .gallery__slider .slide__inner a {
    height: 260px
  }
}
#page .page__product .product__gallery .gallery__slider .slide__inner a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#page .page__product .product__gallery .wrapper {
  position: relative
}
#page .page__product .product__gallery .wrapper .swiper__nav {
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
@media all and (max-width:1199px) {
  #page .page__product .product__gallery .wrapper .swiper__nav {
    display: none
  }
}
#page .page__product .product__gallery .wrapper .swiper__nav .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.svg)
}
#page .page__product .product__gallery .wrapper .swiper__nav .swiper-button:after {
  display: none!important
}
#page .page__product .product__gallery .wrapper .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0
}
#page .page__product .product__gallery .wrapper .swiper__nav .swiper-button.swiper-button-next {
  right: 0
}
@media all and (min-width:1199px) {
  #page .page__product .product__details .details__inner {
    padding-left: 10px
  }
}
#page .page__product .product__details .details__inner .product__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
  gap: 20px 40px
}
#page .page__product .product__details .details__inner .product__heading h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -.01em
}
#page .page__product .product__details .details__inner .short__desc {
  padding-bottom: 10px
}
#page .page__product .product__details .details__inner .short__desc p {
  margin-bottom: 16px
}
#page .page__product .product__details .details__inner .price__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 25px;
  margin-bottom: 25px
}
#page .page__product .product__details .details__inner .price__wrapper .price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -.01em;
  color: #000
}
#page .page__product .product__details .details__inner .price__wrapper .note {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -.02em;
  color: #000;
  opacity: .6
}
#product-scheme a {
  display: block
}
#product-scheme a:not(:last-child) {
  margin-bottom: 50px
}
@media all and (max-width:1400px) {
  #product-scheme a:not(:last-child) {
    margin-bottom: 30px
  }
}
#keybenefits .keybenefits__heading .heading h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -.01em;
  background: linear-gradient(148.87deg,#ff5d5d 19.42%,red 43.67%,#9d1013 97.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
#keybenefits .keybenefits__list .list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px
}
#keybenefits .keybenefits__list .list__inner .list__item {
  background: #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 5px)/ 2);
  flex: 0 0 calc((100% - 5px)/ 2);
  min-height: 234px;
  background-color: #2c2c2c;
  border-radius: 14px;
  overflow: hidden;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
  padding: 25px;
  color: #fff;
  position: relative
}
@media all and (max-width:767px) {
  #keybenefits .keybenefits__list .list__inner .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    gap: 30px;
    min-height: inherit
  }
}
#keybenefits .keybenefits__list .list__inner .list__item:nth-child(3n) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}
#keybenefits .keybenefits__list .list__inner .list__item:last-child {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_13.webp)
}
#keybenefits .keybenefits__list .list__inner .list__item:hover .image {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}
#keybenefits .keybenefits__list .list__inner .list__item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s all;
  transition: .25s all;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px)
}
#keybenefits .keybenefits__list .list__inner .list__item .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#keybenefits .keybenefits__list .list__inner .list__item p {
  color: rgba(255,255,255,.6)
}
.related__product .related__item {
  display: block;
  border-radius: 14px;
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding: 5px;
  color: #000
}
.related__product .related__item:hover {
  color: #e31e24
}
.related__product .related__item .product__image {
  height: 210px;
  border-radius: 10px;
  overflow: hidden
}
.related__product .related__item .product__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
.related__product .related__item .product__details {
  padding: 16px 10px
}
.related__product .related__item .product__details h3 {
  color: inherit
}
@media all and (max-width:991px) {
  #product-spec .tabs__wrapper:not(:last-child) {
    margin-bottom: 5px
  }
}