.flex {
  display: flex;
}

.hero__container {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  min-height: min(41.1vw, 790px);
  margin-bottom: min(2.1vw, 40px);
  background-image: url(/img/slider/banner.jpg);
}

.hero__advantList {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  column-gap: min(1.3vw, 24px);
  justify-content: center;
}

.hero__advantItem {
  column-gap: min(0.3vw, 5px);
}

.hero__advantIcon {
  position: relative;
  padding: min(0.5vw, 10px);
  border-radius: min(0.5vw, 10px);
  background-color: #ffffff;
  width: min(2.5vw, 45px);
  height: min(2.5vw, 42px);
  align-items: center;
  justify-content: center;
  bottom: -3px;
  left: 53px;
}

.hero__advantIcon::after {
  position: absolute;
  content: '';
  width: min(1.6vw, 30px);
  height: min(1.6vw, 36px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero__advantIcon_3::after {
  background-image: url(/img/icons/money.svg);
}

.hero__advantIcon_4::after {
  background-image: url(/img/icons/tire.svg);
}

.hero__advantDescr {
  background-color: #0069b5;
  color: white;
  border-radius: min(0.5vw, 10px);
  font-size: min(1.3vw, 24px);
  font-weight: 400;
  line-height: min(1.5vw, 29px);
  padding: min(0.5vw, 10px) min(1.3vw, 24px);
  padding-left: 53px;
}

.hero__wrap {
  position: relative;
  top: 154px;
  z-index: 10;
}

.hero__title {
  position: relative;
  padding: 40px 15px;
}

.hero__title::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0px;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  border: 1px solid transparent;
  background: linear-gradient(
    180deg,
    #acbfd3 20%,
    rgba(210, 229, 245, 0.45) 100%
  );
  backdrop-filter: blur(6px);
}

.hero__title::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  inset: 0;
  padding: 1px;
  border-radius: 25px;
  background: linear-gradient(
    180deg,
    #8c9bab 20%,
    rgba(210, 229, 245, 0.45) 100%
  );
  mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 0;
}

.hero__title .title1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.hero__title .title2 {
  margin-top: 15px;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  line-height: 1.7;
}

.hero__title .title2 span {
  font-size: 40px;
  font-weight: 600;
  padding: 6px 10px;
  background: #ffffff;
  border-radius: 10px;
  color: #0b457f;
  margin-left: 0.5vw;
}

.timer {
  margin-bottom: -50px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0px 60px;
}

.timer__container {
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}

.timer p {
  max-width: 100%;
  font-weight: 700;
  color: black;
}

.form__btn {
  align-items: center;
  justify-content: center;
  padding: min(0.6vw, 12px) min(0.8vw, 16px);
  border-radius: min(0.5vw, 10px);
  font-size: min(0.8vw, 16px);
  font-weight: 700;
  line-height: min(1.1vw, 21px);
  color: white;
  background-color: rgb(11, 69, 127);
  transition: background-color 0.3s ease-in-out;
  -moz-column-gap: min(0.8vw, 16px);
  column-gap: min(0.8vw, 16px);
  width: min(12.2vw, 235px);
  background-color: rgb(11, 69, 127);
}

.form__btn:hover {
  color: white;
  background-color: #ff9632;
}

.form__btn svg {
  width: min(1.1vw, 21px);
  height: min(1.1vw, 21px);
  stroke: white;
}

.form__btn svg path {
  fill: white;
}
/*
#timer92b8a8bbd1db9e6a3d5fddace7236e8f {
  min-width: min(24vw, 460px) !important;
  height: min(4.8vw, 92px) !important;
}

.timer-separator {
  font-size: min(2.3vw, 44px) !important;
}

#timer-canvas-92b8a8bbd1db9e6a3d5fddace7236e8f-secundes,
#timer-canvas-92b8a8bbd1db9e6a3d5fddace7236e8f-minutes,
#timer-canvas-92b8a8bbd1db9e6a3d5fddace7236e8f-hours,
#timer-canvas-92b8a8bbd1db9e6a3d5fddace7236e8f-days {
  width: min(4.8vw, 92px) !important;
  height: min(4.8vw, 92px) !important;
}

#timer-text-92b8a8bbd1db9e6a3d5fddace7236e8f-days,
#timer-text-92b8a8bbd1db9e6a3d5fddace7236e8f-hours,
#timer-text-92b8a8bbd1db9e6a3d5fddace7236e8f-minutes,
#timer-text-92b8a8bbd1db9e6a3d5fddace7236e8f-secundes {
  font-size: min(0.7vw, 14px) !important;
}

#timer-number-92b8a8bbd1db9e6a3d5fddace7236e8f-secundes,
#timer-number-92b8a8bbd1db9e6a3d5fddace7236e8f-minutes,
#timer-number-92b8a8bbd1db9e6a3d5fddace7236e8f-hours,
#timer-number-92b8a8bbd1db9e6a3d5fddace7236e8f-days {
  font-size: min(2.3vw, 44px) !important;
}

.timer-separator {
  height: min(4.8vw, 92px) !important;
  padding: 0 min(0.5vw, 9px) !important;
}

.timer-element {
  width: min(4.8vw, 92px) !important;
  height: min(4.8vw, 92px) !important;
} */

.br_mob {
  display: none;
}

@media (min-width: 1921px) {
  .hero__container {
    min-height: 800px;
  }
}

@media (max-width: 1600px) {
  .hero__title .title1 {
    font-size: 32px;
  }

  .hero__title {
    position: relative;
  }

  .hero__title .title2 {
    margin-top: 0px;
    font-size: 30px;
  }

  .hero__title .title2 span {
    font-size: 24px;
    padding: 2px 8px;
    color: #0b457f;
  }
}

@media (max-width: 1440px) {
  .hero__wrap {
    top: 10vw;
  }
}

@media (max-width: 1280px) {
  .hero__title {
    position: relative;
    padding: 15px;
    padding-bottom: 40px;
    top: 6px;
  }

  .hero__wrap {
    top: 8vw;
  }
}

@media (max-width: 991px) {
  .hero__title .title1 {
    font-size: 2vw;
  }

  .hero__title .title2 {
    font-size: 2.6vw;
  }

  .hero__title .title2 span {
    font-size: 2.4vw;
  }

  .hero__title {
    position: relative;
    padding: 2vw 6vw 5vw;
    top: 6px;
  }

  .hero__title::after,
  .hero__title::before {
    border-radius: 10px;
  }

  .hero__advantIcon {
    bottom: 4px;
    left: 20px;
  }

  .hero__advantDescr {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .hero__wrap {
    top: 15vw;
  }

  .hero__title .title1 {
    font-size: 4vw;
  }

  .hero__title .title2 {
    font-size: 4vw;
    line-height: 1.2;
    margin-top: 1vw;
  }

  .hero__title .title2 span {
    font-size: 3.4vw;
  }

  .hero__title .title2 br {
    display: none;
  }

  .hero__title .title2 .br_mob {
    display: block;
  }

  .container {
    max-width: 100%;
    padding-inline: 10px;
  }

  .hero__container {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: max(77.8vw, 280px);
    margin-bottom: 30px;
    background-image: url(/img/slider/banner.jpg);
    background-position: bottom;
  }

  .special .container {
    flex-direction: column;
  }

  .br_mob {
    display: block;
  }

  .hero__advantList {
    display: flex;
    top: -4px;
  }

  .hero__advantIcon {
    width: min(4vw, 56px);
    height: min(4vw, 54px);
  }

  .hero__advantDescr {
    font-size: min(3vw, 24px);
    line-height: min(3vw, 29px);
  }

  .hero__advantIcon::after {
    width: min(3vw, 38px);
    height: min(3vw, 36px);
  }
}

@media (max-width: 500px) {
  /* .special .container {
    flex-direction: column;
  } */
  .herobtn a.but {
    font-size: 12px;
    margin: 8px auto 20px auto !important;
    max-width: 180px;
  }
}

@media (max-width: 365px) {
  .timer-separator {
    transform: translateX(3px);
  }
}
