:root {
  --white: #fff;
  --orange: #f37428;
  --blue: #005baa;
  --blue-light: #cee7fd;
  --black: #252525;
  --grey-light: #f9f9f9;
  --grey: #4a4a4a;

  --shadow: 0 0 12px 8px #4a4a4a0f;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 4vmin;
  font-family: Montserrat, Verdana, 'sans serif';
  margin: 0;
  padding: 0;
  overflow-X: hidden;
  color: var(--blue);
}
a {
  text-decoration: none;
}
h1, h2, h3 {
  font-family: Montserrat, Verdana, 'sans serif';
  font-weight: 700;
}

main {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100vw;
  overflow: hidden;
}

section {
  padding: 11vmin 6vmin;
}
.section__inner {
  position: relative;
}

button,
input {
  font-family: Montserrat, Verdana, 'sans serif';
}
.btn {
  border: none;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  padding: 3.5vmin 7vmin;
  position: relative;
  border-radius: 7.5vmin;
  overflow: hidden;
  cursor: pointer;
}

.header__menu,
.header__contacts {
  display: none;
}
.header__mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--white);
  z-index: 11;
  padding: 5vmin 10vmin 10vmin;
  transition: .3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu--opened .header__mobile {
  left: 0;
}
.header__mobile-close {
  position: absolute;
  right: 10vmin;
  top: 6.5vmin;
  width: 5vmin;
  height: 5vmin;
  cursor: pointer;
}
.header__mobile-close::before,
.header__mobile-close::after {
  content: '';
  width: 7vmin;
  height: .5vmin;
  position: absolute;
  top: 50%;
  left: -1vmin;
  background: var(--black);
}
.header__mobile-close::before {
  transform: rotate(45deg);
}
.header__mobile-close::after {
  transform: rotate(-45deg);
}
.header__mobile-menu {
  margin: 8vmin 0;
  display: flex;
  flex-direction: column;
  gap: 1vmin;
}
.header__link {
  display: flex;
  padding: 2vmin 0;
  color: var(--black);
  gap: 3vmin;
}
.header__mobile-form {
  margin-top: auto;
}

.header {
  padding: 5vmin 10vmin;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h2 {
  text-align: center;
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
}

section.top__section {
  padding: 0;
}
.top__rightbox {
  display: none;
}
h1 {
  padding: 6.5vmin;
  text-align: center;
  font-size: 8vmin;
  margin: 0;
}
.top__subtitle {
  position: relative;
}
.top__subtitle-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top__subtitle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top__subtitle-text {
  padding: 10.5vmin 10vmin;
  position: relative;
  color: var(--white);
  font-size: 5vmin;
  line-height: 1.2em;
}

section.innovate__section,
section.dealers__section {
  position: relative;
  padding: 0;
}
.dealers__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dealers__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dealers__box {
  margin: 11vmin 6vmin;
  padding: 11vmin 8vmin;
  background: var(--white);
}
.dealers__text {
  display: flex;
  flex-direction: column;
  gap: 7.5vmin;
  font-size: 3.5vmin;
}

.program__box {
  margin-top: 8vmin;
  display: flex;
  flex-direction: column;
  gap: 7.5vmin;
}
.program__item {
  padding: 11vmin 8vmin;
  font-size: 3.5vmin;
}

section.what__section {
  padding-top: 0;
}
.what__box {
  margin-top: 8vmin;
  display: flex;
  flex-wrap: wrap;
  gap: 6.5vmin;
}
.what__item {
  height: 60vmin;
  display: flex;
  flex-direction: column;
}
.what__title {
  font-size: 3.5vmin;
}
.what__item-1,
.what__item-2 {
  flex: 0 0 100%;
  padding: 11vmin;
  align-items: center;
  justify-content: flex-start;
  gap: 8vmin;
}
.what__item-1 img,
.what__item-2 img,
.what__item-5 img {
  width: 25vmin;
  height: 25vmin;
}
.what__item-1,
.what__item-2,
.what__item-7 {
  box-shadow: 0 0 12px 8px #4a4a4a0f;
}
.what__item-2,
.what__item-3,
.what__item-4 {
  background: var(--blue-light);
}
.what__item-3 {
  width: 38vmin;
  gap: 8vmin;
}
.what__item-3 img {
  width: 23.75vmin;
  height: 18.25vmin;
}
.what__item-4 {
  width: 43vmin;
  gap: 8vmin;
}
.what__item-3,
.what__item-4 {
  padding: 8vmin 0;
  align-items: center;
}
.what__item-5,
.what__item-6 {
  background: var(--grey-light);
}
.what__item-5 {
  align-items: center;
  width: 100%;
  padding: 8.5vmin;
  gap: 8vmin;
}
.what__item-6,
.what__item-7 {
  width: 100%;
  height: 30vmin;
  padding: 6.5vmin 9vmin;
  gap: 2vmin;
}
.what__item-6 .what__value,
.what__item-7 .what__value {
  font-size: 8vmin;
}
.what__explain {
  font-weight: 600;
}

section.who__section {
  padding-top: 0;
}
.who__box {
  margin-top: 8vmin;
  display: flex;
  flex-direction: column;
  gap: 5vmin;
}
.who__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5vmin;
  padding: 8vmin 10vmin;
  text-align: center;
  font-size: 3.5vmin;
}
.who__item-1 img {
  width: 20.5vmin;
  height: 25vmin;
}
.who__item-2 img {
  width: 19.75vmin;
  height: 25vmin;
}
.who__item-3 img {
  width: 25.25vmin;
  height: 25vmin;
}

section.brands__section {
  background: var(--grey-light);
  padding: 5.5vmin 6.5vmin;
}
.brands {
  margin-top: 8vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brands__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.5vmin;
}
.brands__row + .brands__row {
  margin-top: 6.5vmin;
}
/* .brands__hidden {
  height: 0;
  overflow: hidden;
}
.brands__hidden-inner {
  padding: 6.5vmin 0;
} */
.brands__box {
  display: flex;
  flex-direction: column;
  gap: 3.5vmin;
  width: 100%;
  align-items: center;
}
.brands__hidden {
  display: none;
}
.brands__toggle-btn {
  cursor: pointer;
}

.brands__toggle {
  margin-top: 6.5vmin;
}
.brands__toggle-btn {
  display: flex;
  align-items: center;
  gap: 6vmin;
}
.toggle-text {
  font-weight: 600;
  text-decoration: underline;
}

section.form__section {
  padding: 6.5vmin 6.5vmin 11vmin;;
}
.steps {
  margin: 6vmin 0 17.5vmin;
  display: flex;
  flex-direction: column;
  gap: 6.5vmin;
}
.steps__item {
  padding: 6.5vmin 8vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5vmin;
  text-align: center;
  font-size: 3.5vmin;
}
.steps__number {
  font-weight: 900;
  font-size: 8vmin;
}

.form__box {
  padding: 6.5vmin 8vmin;
  display: flex;
  flex-direction: column;
  gap: 4vmin;
}
.form__box h2 {
  margin-bottom: 4vmin;
}
.input-box input {
  border: none;
  background: var(--grey-light);
  width: 100%;
  padding: 3.5vmin;
  border-radius: 4vmin;
}
.input-box input:focus {
  outline: none;
}
.form__btn-row {
  margin-top: 1vmin;
  display: flex;
  justify-content: flex-end;
}

.innovate__text {
  display: flex;
  flex-direction: column;
  gap: 8vmin;
}

.footer {
  padding: 11vmin 15vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__nets {
  margin:8vmin 0 4vmin;
}
.footer__nets-title {
  margin-bottom: 4vmin;
  text-align: center;
  font-size: 3.5vmin;
}
.footer__nets-box {
  display: flex;
  gap: 6vmin;
}

.footer__mail .footer__link {
  display: flex;
  align-items: center;
  gap: 3.5vmin;
}
.footer__mail .footer__link span {
  text-decoration: underline;
  color: var(--blue);
  font-size: 3.5vmin;
}
.footer__address {
  text-align: center;
  font-size: 3.5vmin;
  margin-top: 4vmin;
}


.rounded-corner-24 {
  border-radius: 6vmin;
}
.rounded-corner-16 {
  border-radius: 4vmin;
}

.box-shadow {
  box-shadow: 0 0 3vmin 2vmin #4a4a4a0f;
}

@media all and (max-width: 899.98px) {
  .brands__logo {
    width: 25vmin;
  }
}

@media all and (min-width: 900px) {
  body {
    font-size: .833333vw;
  }
  section {
    padding: 5.2083vw calc((100vw - 78.95783vw) / 2) 0;
  }
  .btn {
    padding: .729162vw 1.354158vw;
    border-radius: 1.56249vw;
    font-weight: 600;
  }
  h1 {
    text-align: left;
    padding: 0;
    font-size: 4.68747vw;
  }
  h2 {
    font-size: 1.770822vw;
  }

  .header {
    height: 4.68747vw;
    padding: 0 2.499984vw;
    border-bottom: .104166vw solid var(--blue);
  }
  .header__logo {
    margin-right: 1.56249vw;
  }
  .header__logo img {
    height: 1.770822vw;
  }
  .header__menu {
    gap: 1.56249vw;
    display: flex;
    margin-right: auto;
  }
  .header__link {
    padding: .260415vw 0;
    font-size: .937494vw;
    gap: .416664vw;
    align-items: center;
  }
  .header__link span {
    display: flex;
  }
  .header__contacts {
    display: flex;
    align-items: center;
    gap: 1.04166vw;
  }
  .header__b2b {
    display: flex;
    align-items: center;
    padding: .624996vw 1.354158vw;
    border-radius: 1.56249vw;
    border: .104166vw solid var(--blue);
  }
  .header__b2b img {
    height: .989577vw;
  }
  .header__mobile-box,
  .header__mobile {
    display: none;
  }

  .top__section .section__inner {
    display: flex;
  }
  .top__leftbox {
    flex: 0 0 58%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3.020814vw;
    padding: 0 2.291652vw 2.812482vw calc((100vw - 78.95783vw) / 2);
  }
  .top__rightbox {
    display: flex;
    flex: 0 0 42%;
  }
  .top__rightbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top__subtitle-img {
    display: none;
  }
  .top__subtitle-text {
    color: var(--blue);
    padding: 0;
    font-size: 1.666656vw;
  }

  .dealers__section {
    margin-top: 5.2083vw;
  }
  .dealers__box {
    margin: 2.499984vw auto;
    max-width: 78.95783vw;
    padding: 3.541644vw 1.874988vw;
  }
  .dealers__text {
    text-align: center;
    gap: 4.68747vw;
    font-size: 1.56249vw;
  }
  
  .program__box {
    flex-direction: row;
    gap: 5.312466vw;
    margin-top: 2.395818vw;
  }
  .program__item {
    padding: 5.2083vw 1.249992vw;
    font-size: 1.145826vw;
    line-height: 1.4em;
  }
  
  section.what__section {
    padding-top: 5.2083vw;
  }
  .what__box {
    margin-top: 2.395818vw;
    gap: 1.04166vw 2.08332vw;
    padding: 0 6.562458vw;
  }
  .what__item {
    height: 12.49992vw;
  }
  .what__title {
    font-size: 1.145826vw;
  }
  .what__item-1,
  .what__item-2,
  .what__item-5 {
    flex: calc(50% - 1.04166vw);
  }
  .what__item-3,
  .what__item-4 {
    width: calc(25% - 1.56249vw);
  }
  .what__item-1,
  .what__item-2 {
    padding: 2.187486vw 0 1.093743vw;
    gap: .416664vw;
  }
  .what__item-1 img,
  .what__item-5 img {
    width: 7.447869vw;
    height: 7.447869vw;
  }
  .what__item-2 img {
    width: 6.718707vw;
    height: 6.718707vw;
  }
  .what__item-3,
  .what__item-4 {
    padding: 1.56249vw;
    align-items: flex-start;
  }
  .what__item-3 {
    gap: .416664vw;
  }
  .what__item-3 img {
    width: 11.71868vw;
    height: 7.343703vw;
  }
  .what__item-4 {
    gap: .52083vw;
  }
  .what__item-4 img {
    width: 11.71868vw;
    height: 7.343703vw;
  }
  .what__item-5 {
    padding: 1.56249vw;
    gap: .937494vw;
  }
  .what__item-6,
  .what__item-7 {
    width: calc(50% - 1.04166vw);
    padding: 1.56249vw;
    gap: .208332vw;
  }
  .what__item-6 .what__value,
  .what__item-7 .what__value {
    font-size: 5.2083vw;
    display: flex;
    align-items: flex-end;
    gap: .208332vw;
  }
  .what__explain {
    font-size: 1.145826vw;
    padding-bottom: 1vw;
  }
  
  section.who__section {
    padding-top: 5.2083vw;
    padding-bottom: 5.2083vw;
  }
  .who__box {
    margin-top: 2.395818vw;
    flex-direction: row;
    gap: 2.187486vw;
  }
  .who__item {
    width: calc(33.333333% - 1.458324vw);
    padding: 11.24993vw 1.04166vw 2.291652vw;
    font-size: 1.145826vw;
    position: relative;
  }
  .who__icon {
    position: absolute;
    top: 1.874988vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .who__item-1 img {
    width: 5.260383vw;
    height: 6.458292vw;
  }
  .who__item-2 img {
    width: 5.156217vw;
    height: 6.562458vw;
  }
  .who__item-3 img {
    width: 6.562458vw;
    height: 6.510375vw;
  }
  
  .brands__section {
    padding: 1.666656vw 0 3.12498vw;
  }
  .brands {
    max-width: 64.79125vw;
    margin: 2.395818vw auto 0;
  }
  .brands__row {
    flex-direction: row;
    justify-content: space-between;
    gap: 2.708316vw;
  }
  .brands__row + .brands__row {
    margin-top: 2.395818vw;
  }
  .brands__box {
    flex-direction: row;
    gap: 2.708316vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .brands__toggle {
    margin-top: 2.395818vw;
  }
  .brands__toggle-btn {
    gap: 1.874988vw;
    cursor: pointer;
  }
  .brands__toggle-btn img {
    height: 2.812482vw;
  }
  .toggle-text {
    font-size: 1.56249vw;
  }
  .brands__hidden-inner {
    padding: 2.395818vw 0;
  }
  
  section.form__section {
    padding: 5.2083vw calc((100vw - 78.95783vw) / 2) 0;
  }
  .steps {
    margin: 2.395818vw 0;
    flex-direction: row;
    gap: 2.187486vw;
  }
  .steps__item {
    width: calc(33.333333% - 1.458324vw);
    padding: 3.958308vw 3.333312vw;
    gap: .416664vw;
    font-size: 1.145826vw;
  }
  .steps__number {
    font-size: 5.2083vw;
  }
  
  .form {
    width: 29.27065vw;
    margin: 0 auto;
  }
  .form__box {
    padding: 2.916648vw;
    gap: .833333vw;
  }
  .form__box h2 {
    margin-bottom: 2.395818vw;
  }
  .input-box input {
    border-radius: .833333vw;
    padding: .729162vw 1.249992vw;
  }
  .form__btn-row {
    margin-top: 2.08332vw;
  }
  .form__btn-row .btn {
    font-weight: 400;
  }
  
  .innovate__text {
    gap: 3.64581vw;
  }
  .innovate__text p {
    text-align: center;
    font-size: 1.56249vw;
    position: relative;
  }
  .innovate__text p + p::before {
    content: '';
    width: 26.0415vw;
    height: 0;
    border-top: .156249vw solid var(--blue);
    position: absolute;
    top: -1.770822vw;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer {
    padding: 2.395818vw 0 5.2083vw;
  }
  .footer__nets {
    margin: 1.979154vw 0;
  }
  .footer__nets-title {
    margin-bottom: .833333vw;
    font-size: 1.145826vw;
  }
  .footer__nets-box {
    gap: 1.249992vw;
  }
  .footer__nets-box img {
    width: 4.531221vw;
  }
  .footer__mail .footer__link {
    gap: 1.145826vw;
  }
  .footer__mail .footer__link img {
    width: 2.60415vw;
  }
  .footer__mail .footer__link span {
    font-size: 1.145826vw;
  }
  .footer__address {
    margin-top: 1.979154vw;
    font-size: 1.145826vw;
  }
  
  .rounded-corner-24 {
    border-radius: 1.249992vw;
  }
  .rounded-corner-16 {
    border-radius: .833333vw;
  }
  .box-shadow {
    box-shadow: 0 0 .624996vw .416664vw #4a4a4a0f;
  }
}

@media all and (min-width: 1920px) {
  body {
    font-size: 16px;
  }
  section {
    padding: 100px calc((100vw - 1516px) / 2) 0;
  }
  .btn {
    padding: 14px 26px;
    border-radius: 30px;
    font-weight: 600;
  }
  h1 {
    font-size: 90px;
  }
  h2 {
    font-size: 34px;
  }

  .header {
    height: 90px;
    padding: 0 48px;
    border-bottom: 2px solid var(--blue);
  }
  .header__logo {
    margin-right: 30px;
  }
  .header__logo img {
    height: 34px;
  }
  .header__menu {
    gap: 30px;
  }
  .header__link {
    padding: 5px 0;
    font-size: 18px;
    gap: 8px;
  }
  .header__contacts {
    gap: 20px;
  }
  .header__b2b {
    padding: 12px 26px;
    border-radius: 30px;
    border: 2px solid var(--blue);
  }
  .header__b2b img {
    height: 19px;
  }

  .top__leftbox {
    flex: 0 0 58%;
    gap: 58px;
    padding: 0 44px 54px calc((100vw - 1516px) / 2);
  }
  .top__rightbox {
    flex: 0 0 42%;
  }
  .top__subtitle-text {
    font-size: 32px;
  }

  .dealers__section {
    margin-top: 100px;
  }
  .dealers__box {
    margin: 48px auto;
    max-width: 1516px;
    padding: 68px 36px;
  }
  .dealers__text {
    gap: 90px;
    font-size: 30px;
  }
  
  .program__box {
    gap: 102px;
    margin-top: 46px;
  }
  .program__item {
    padding: 100px 24px;
    font-size: 22px;
  }
  
  section.what__section {
    padding-top: 100px;
  }
  .what__box {
    margin-top: 46px;
    gap: 20px 40px;
    padding: 0 126px;
  }
  .what__item {
    height: 240px;
  }
  .what__title {
    font-size: 22px;
  }
  .what__item-1,
  .what__item-2,
  .what__item-5 {
    flex: calc(50% - 20px);
  }
  .what__item-3,
  .what__item-4 {
    width: calc(25% - 30px);
  }
  .what__item-1,
  .what__item-2 {
    padding: 42px 0 21px;
    gap: 8px;
  }
  .what__item-1 img,
  .what__item-5 img {
    width: 143px;
    height: 143px;
  }
  .what__item-2 img {
    width: 129px;
    height: 129px;
  }
  .what__item-3,
  .what__item-4 {
    padding: 30px;
  }
  .what__item-3 {
    gap: 8px;
  }
  .what__item-3 img {
    width: 225px;
    height: 141px;
  }
  .what__item-4 {
    gap: 10px;
  }
  .what__item-4 img {
    width: 225px;
    height: 141px;
  }
  .what__item-5 {
    padding: 30px;
    gap: 18px;
  }
  .what__item-6,
  .what__item-7 {
    width: calc(50% - 20px);
    padding: 30px;
    gap: 4px;
  }
  .what__item-6 .what__value,
  .what__item-7 .what__value {
    font-size: 100px;
    gap: 4px;
  }
  .what__explain {
    font-size: 22px;
    padding-bottom: 20px;
  }
  
  section.who__section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .who__box {
    margin-top: 46px;
    gap: 42px;
  }
  .who__item {
    width: calc(33.333333% - 28px);
    padding: 216px 20px 44px;
    font-size: 22px;
  }
  .who__icon {
    top: 36px;
  }
  .who__item-1 img {
    width: 101px;
    height: 124px;
  }
  .who__item-2 img {
    width: 99px;
    height: 126px;
  }
  .who__item-3 img {
    width: 126px;
    height: 125px;
  }
  
  .brands__section {
    padding: 32px 0 60px;
  }
  .brands {
    max-width: 1244px;
    margin: 46px auto 0;
  }
  .brands__row {
    gap: 52px;
  }
  .brands__box {
    gap: 52px;
  }
  .brands__toggle {
    margin-top: 46px;
  }
  .brands__toggle-btn {
    gap: 36px;
  }
  .brands__toggle-btn img {
    height: 54px;
  }
  .toggle-text {
    font-size: 30px;
  }
  .brands__hidden-inner {
    padding: 46px 0;
  }
  
  section.form__section {
    padding: 100px calc((100vw - 1516px) / 2) 0;
  }
  .steps {
    margin: 46px 0;
    gap: 42px;
  }
  .steps__item {
    width: calc(33.333333% - 28px);
    padding: 76px 64px;
    gap: 8px;
    font-size: 22px;
  }
  .steps__number {
    font-size: 100px;
  }
  
  .form {
    width: 562px;
    margin: 0 auto;
  }
  .form__box {
    padding: 56px;
    gap: 16px;
  }
  .form__box h2 {
    margin-bottom: 46px;
  }
  .input-box input {
    border-radius: 16px;
    padding: 14px 24px;
  }
  .form__btn-row {
    margin-top: 40px;
  }
  
  .innovate__text {
    gap: 70px;
  }
  .innovate__text p {
    font-size: 30px;
  }
  .innovate__text p + p::before {
    width: 500px;
    border-top: 3px solid var(--blue);
    top: -34px;
  }
  
  .footer {
    padding: 46px 0 100px;
  }
  .footer__nets {
    margin: 38px 0;
  }
  .footer__nets-box {
    gap: 24px;
  }
  .footer__nets-box img {
    width: 87px;
  }
  .footer__nets-title {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .footer__mail .footer__link {
    gap: 22px;
  }
  .footer__mail .footer__link img {
    width: 50px;
  }
  .footer__mail .footer__link span {
    font-size: 22px;
  }
  .footer__address {
    margin-top: 38px;
    font-size: 22px;
  }
  
  .rounded-corner-24 {
    border-radius: 24px;
  }
  .rounded-corner-16 {
    border-radius: 16px;
  }
  .box-shadow {
    box-shadow: 0 0 12px 8px #4a4a4a0f;
  }
}


.font__black {
  font-weight: 900;
}
.font__bold {
  font-weight: 600;
}

.bg__blue {
  background: var(--blue-light);
}
.bg__grey {
  background: var(--grey-light);
}

.color__light-blue {
  color: var(--blue-light);
}
.color__orange {
  color: var(--orange);
}

