* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: 'Montserrat';
  font-style: inherit;
  font-size: 100%;
  font-display: swap;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.swiper-cards {
  display: none;
}

.swiper {
  width: 100%;
  height: 150px;
}

.swiper-button-prev {
  top: 90% !important;
  left: calc(50% - 100px) !important;
  color: #544342 !important;
}

.swiper-button-prev::after {
  font-size: 25px !important;
}

.swiper-button-next {
  top: 90% !important;
  left: calc(50% + 70px) !important;
  color: #544342 !important;
}

.swiper-button-next::after {
  font-size: 25px !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 5px !important;
}
.swiper-pagination-bullet-active {
  background: #FFDE52 !important;
}

.swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
}

.header {
  position: relative;
  background-color: #1D1F26;
  background: linear-gradient(270deg, #1D1F26 8.4%, rgba(48, 50, 57, 0) 28.19%), linear-gradient(90deg, #1D1F26 20.35%, rgba(29, 31, 38, 0) 41.5%), url('../img/main_back.webp');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
  height: 109px;
}

.menu-burger__icon {
  display: none;
}

.nav-toggle {
  display: none;
  position: relative;
  background: transparent;
  padding-left: 20px;
}

.nav-toggle:focus {
  outline-width: 0;
}

.nav-toggle [class*='bar-'] {
  background: #E8AD1A;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  border-radius: 4px;
  height: 4px;
  width: 30px;
  margin-bottom: 4px;
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.opened .bar-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 15% 15%;
  transform-origin: 15% 15%;
}

.opened .bar-mid {
  opacity: 0;
}

.opened .bar-bot {
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 5% 90%;
  transform-origin: 5% 90%;
}

.header__menu-burger {
  display: none;
  position: fixed;
  width: 80%;
  left: 0;
  top: 74px;
  background-color: #fff;
  justify-content: start;
  z-index: 5;
  height: calc(100% - 74px);
}

.nav__city {
  position: relative;
  width: 215px;
  height: 60px;
  padding: 37px 9px 0 0;
  padding-left: 37px;
  padding-top: 9px;
  background: #1D1F26;
  border: 1px solid #47454B;
  border-radius: 10px;
  color: #fff;
}

.nav__city::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 15px;
  background-image: url('../img/city_icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
  top: 30%;
  left: 15px;
}

.nav__city.outer {
  z-index: 6;
}

.city__preambula {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #9499A7;
  margin-bottom: 5px;
}

.current__city {
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  color: #fff;
}

.current__city::before {
  position: absolute;
  content: '';
  border: solid #fff;
  right: 10px;
  top: 25px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  cursor: pointer;
}

.city-choise {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 59px;
  padding-left: 37px;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #1D1F26;
  transition: .3s ease-in;
}

.city-choise.burger {
  position: absolute;
  top: 20px;
  background-color: #F2F3F7;
  width: 200px;
  left: -45px;
  padding-left: 20px;
  z-index: 5;
}

.city-choise__item {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  color: #fff;
  padding-bottom: 5px;
  transition: .3s ease-in;
}

.city-choise__item:hover {
  color: #FFDE52;
}

.menu__list {
  margin: 0;
  padding: 0;
  width: 465px;
  display: flex;
  justify-content: space-between;
}

.list__item a,
.list__item span {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  transition: .3s ease-in;
}

.list__item a:hover,
.list__item span:hover {
  color: #FFDE52;
}

.list__item.dropdown {
  padding-right: 20px;
  position: relative;
  transition: all .5s ease-in;
}

.list__item.dropdown::before {
  position: absolute;
  content: '';
  border: solid #fff;
  right: 0px;
  top: 5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  cursor: pointer;
}

.dropdown__menu {
  background: #1D1F26;
  display: none;
  padding-left: 15px;
  width: max-content;
  position: absolute;
  opacity: 0;
  top: 0;
  left: -15px;
  padding-right: 25px;
  transition: all .3s ease-in-out;
  z-index: -5;
}

.dropdown:hover > .dropdown__menu {
  margin-top: -8px;
  padding-top: 8px;
  display: block;
  opacity: 1;
  top: 30px;
  z-index: 5;
}

.dropdown__list {
  margin: 0;
  padding: 0;
}

.dropdown__item {
  margin-bottom: 5px;
}

.header__menu {
  position: relative;
  height: auto;
}

.nav__phone {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.phone__icon {
  margin-right: 13px;
}

.phone__number {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
}

.phone__link {
  text-align: end;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #FFDE52;
  text-transform: uppercase;
  text-decoration: underline;
  transition: .3s ease-in;
}

.phone__link:hover {
  color: #fff;
}

.menu__title {
  margin-top: 116px;
}

.main-title {
  width: 718px;
  font-size: 60px;
  line-height: 73px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 43px;
}

.btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  transition: .3s ease-in;
}

.btn-submit.context {
  width: 300px;
}

.yellow {
  color: #343A4B;
  background-color: #FFDE52;
}

.black {
  color: #fff;
  background-color: #1D1F26;
}

.btn-submit.yellow:hover {
  color: #fff;
  background-color: #000;
}

.btn-submit.black:hover {
  color: #000;
  background-color: #fff;
}

.menu__benefits {
  margin-top: 173px;
  padding-bottom: 25px;
}

.benefits__list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.benefits__item {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 22px;
  padding-right: 15px;
  background-color: #1D1F26;
  border-radius: 10px;
}

.benefits__item.add-padding {
  padding-right: 25px;
}

.benefits__item:not(:last-child) {
  margin-right: 10px;
}

.benefits__img {
  min-width: 75px;
  display: flex;
  justify-content: center;
}

.benefits__text {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}

.info {
  padding-top: 80px;
  padding-bottom: 150px;
}

.info__content {
  max-width: 1180px;
  margin: 0 auto;
}

.title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #3C3F47;
  margin-bottom: 76px;
}

.info__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 25px;
  grid-column-gap: 25px;
}

.card {
  flex-direction: row !important;
  align-items: center;
  transition: .3s ease-in;
}

.card:hover {
  box-shadow: 0px 10px 0px 0px #FFDE52;
}

.card__image {
  width: 150px;
  min-width: 150px;
  padding-right: 10px;
}

.card__image img {
  width: 100%;
  object-fit: contain;
}

.description__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #343A4B;
}

.card__description a {
  text-decoration: none;
}

.form {
  padding-top: 100px;
  padding-bottom: 93px;
  background-color: #FFDE52;
}

.form__text p {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #343A4B;
  margin-bottom: 46px;
}

.form__items {
  margin: 0 auto;
  width: max-content;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 9px;
  margin-bottom: 46px;
}

.form__items.purchase {
  grid-template-columns: 1fr 1fr 1fr;
}

.form__items.context {
  margin-bottom: 23px;
}

.form__item {
  width: 240px;
  height: 60px;
}

.form__item.context {
  width: 310px;
}

.form__item input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border-radius: 5px;
}

.form__item input::placeholder {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #9499A7;
}

.form__button {
  display: flex;
  justify-content: center;
}

.calc {
  padding-top: 78px;
  padding-bottom: 78px;
  background-color: #383C4B;
  background: linear-gradient(270deg, #383C4B 7.61%, rgba(29, 31, 38, 0) 40.52%), linear-gradient(0deg, rgba(29, 31, 38, 0.5), rgba(29, 31, 38, 0.5)), url('../img/calc_back.webp');
  background-repeat: no-repeat;
  background-position: left;
  backdrop-filter: blur(20px);
  background-color: #383C4B;
}

.calc__content {
  max-width: 1133px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 18.5px;
}

.calc__box {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 67.5px;
  padding-top: 46px;
  padding-bottom: 48px;
  padding-right: 112px;
}

.calc__pre {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #343A4B;
  margin-bottom: 13px;
}

.calc__input {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1D1F26;
  margin-bottom: 17px;
}

.calc__input input {
  color: #1D1F26;
  width: 144.5px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 10px;
}

.calc__description {
  background: rgba(29, 31, 38, 0.5);
  border-radius: 5px;
  padding-top: 43px;
  padding-left: 30px;
  padding-right: 19px;
}

.description__item {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}

.description__item.main {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.description__item p{
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-left: 26px;
}
.calc__range{
  pointer-events: all;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 5px;
}
.slider1, .slider2 {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
/*background: #FFDE52;*/
  background-color: #ccc;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  cursor: pointer;
}

.slider1:hover, .slider2:hover {
  opacity: 1;
}

.slider1::-webkit-slider-thumb, .slider2::-webkit-slider-thumb {
  appearance: none;
  z-index: 10;
  width: 18.5px;
  height: 18.5px;
  border-radius: 100%;
  background: #FFDE52;
}
.progress1, .progress2 {
  position: absolute;
  content:'';
  width: 50%;
  max-width: 100%;
  height: 6px;
  background-color: #FFDE52;
  top: calc(50% + 1.5px);
  z-index: 1;
}
.calc__value {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.calc__value div {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #9499A7;
}

.reqs {
  padding-top: 84px;
  padding-bottom: 58px;
  background-color: #fff;
}

.reqs__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 19px;
  margin-bottom: 38px;
}

.reqs__card {
  padding-left: 40px;
  padding-top: 47px;
  padding-right: 21px;
  padding-bottom: 41px;
  border: 1px solid #D8DEEF;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.regs__card__title {
  display: flex;
  margin-bottom: 30px;
}

.regs__card__title h3 {
  margin-left: 30px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #343A4B;
}

.reqs__item {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #343A4B;
  margin-bottom: 20px;
}

.reqs__item::before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #FFDE52;
  top: 8px;
  left: -25px;
}

.reqs__button {
  display: flex;
  justify-content: center;
}

.reqs__slider {
  display: none;
}

.about-us {
  padding-top: 73px;
  padding-bottom: 90px;
  background-color: #F8F9FB;
}

.about-us__title h2 {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1D1F26;
  margin-bottom: 45px;
}

.about-us__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #343A4B;
  margin-bottom: 52px;
}

.about-us__text span {
  font-weight: 600;
  background-color: rgba(255, 222, 82, 0.3);
}

.about-us__card {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 5px;
  padding-top: 34px;
  padding-bottom: 30px;
  padding-left: 75px;
  padding-right: 40px;
  box-shadow: -10px 0px 0px 0px #FFDE52;
  margin-bottom: 23px;
}

.card__title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #343A4B;
  margin-bottom: 15px;
}

.card__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #343A4B;
  margin-bottom: 29px;
}

.card__text span {
  background-color: rgba(255, 222, 82, 0.3);
}

.card__points-block {
  display: flex;
  justify-content: space-between;
}

.card__point {
  display: flex;
  width: 30%;
}

.point__img {
  margin-right: 20px;
}

.point__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #343A4B;
}

.examples {
  padding-top: 105px;
  padding-bottom: 70px;
}

.swiper2 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.examples__img-block {
  margin-bottom: 34px;
}

.examples__img-block img {
  width: 100%;
  border-radius: 10px;
}

.name {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1D1F26;
  margin-bottom: 10px;
}

.description {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1D1F26;
  margin-bottom: 10px;
}

.price {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1D1F26;
}

.swiper-pagination2 {
  text-align: center;
  margin-top: 25px;
}
.swiper-pagination6 {
  text-align: center;
  width: auto!important;
  margin-top: 25px;
}

.swiper-pagination7 {
  text-align: center;
  width: auto!important;
  margin-top: 25px;
}

.swiper-button-prev2 {
  position: absolute;
  width: 13px;
  height: 19.5px;
  background-image: url('../img/arrow-left.png');
  background-size: cover;
  top: 94.3% !important;
  left: calc(50% - 100px) !important;
  color: #544342 !important;
}

.swiper-button-prev2::after {
  font-size: 25px !important;
}

.swiper-button-next2 {
  position: absolute;
  width: 13px;
  height: 19.5px;
  background-image: url('../img/arrow-right.png');
  background-size: cover;
  top: 94.3% !important;
  left: calc(50% + 86px) !important;
  color: #544342 !important;
}

.swiper-button-next2::after {
  font-size: 25px !important;
}

.swiper-button-prev6 {
  width: 13px;
  height: 21.5px;
  background-image: url('../img/arrow-left.png');
  background-size: cover;
  color: #544342 !important;
  margin-top: 25px;
  margin-right: 5%;
}

.swiper-button-prev6::after {
  font-size: 25px !important;
}

.swiper-button-next6 {
  width: 13px;
  height: 21.5px;
  background-image: url('../img/arrow-right.png');
  background-size: cover;
  margin-top: 25px;
  margin-left: 5%;
  color: #544342 !important;
}

.swiper-button-next6::after {
  font-size: 25px !important;
}

.swiper-button-prev7 {
  width: 13px;
  height: 21.5px;
  background-image: url('../img/arrow-left.png');
  background-size: cover;
  color: #544342 !important;
  margin-top: 25px;
  margin-right: 5%;
}

.swiper-button-prev7::after {
  font-size: 25px !important;
}

.swiper-button-next7 {
  width: 13px;
  height: 21.5px;
  background-image: url('../img/arrow-right.png');
  background-size: cover;
  margin-top: 25px;
  margin-left: 5%;
  color: #544342 !important;
}

@media (max-width : 960px) {
    .swiper-button-prev6 {
      margin-right: 5%;
    }
    .swiper-button-next6 {
      margin-left: 5%;
    }
    .swiper-button-prev7 {
      margin-right: 5%;
    }
    .swiper-button-next7 {
      margin-left: 5%;
    }
}

.swiper-button-next7::after {
  font-size: 25px !important;
}

.swiper-controls {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.answers {
  padding-top: 74px;
  padding-bottom: 74px;
}

.accordion-item {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 84px;
  padding-right: 33px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 19px;
  box-shadow: -10px 0px 0px 0px #FFDE52;
}

.accordion-button {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #343A4B;
  background: none;
}

.accordion-button:focus {
  z-index: 3;
  border: none !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #343A4B;
  background-color: #FFFFFF;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../img/accordeon_arrow.png');
  transform: none;
}

.accordion-button::after {
  width: 43px;
  height: 43px;
  background-image: url('../img/accordeon_arrow.png');
  background-size: cover;
  transform: rotate(-180deg);
}

.accordion-body {
  width: 90%;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #343A4B;
}

.demand {
  padding-top: 75px;
  padding-bottom: 98px;
  background: url('../img/demand-back.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-color: #343A4B;;
}

.demand__content {
  display: flex;
}

.demand__card:not(:last-child) {
  margin-right: 25px;
}

.demand__card {
  width: 30%;
  height: fit-content;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 5px;
  padding-top: 33px;
  padding-left: 40px;
  padding-right: 10px;
  padding-bottom: 30px;
}

.demand__card:hover {
  box-shadow: 0px -10px 0px 0px #FFDE52;
}

.demand__card-title {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.demand__card-img {
  width: 20%;
  margin-right: 20px;
}

.demand__card-img img {
  width: 100%;
}

.demand__card-title__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #343A4B;
}

.demand__item {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #343A4B;
  margin-bottom: 16px;
}

.demand__item::before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #FFDE52;
  top: 8px;
  left: -25px;
}

.demand__content-swiper {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.swiper-pagination3 {
  text-align: center;
  margin-top: 25px;
}

.swiper-button-prev3 {
  position: absolute;
  width: 13px;
  height: 21.5px;
  background-image: url('../img/arrow-left-white.png');
  background-size: cover;
  top: 94% !important;
  left: calc(50% - 100px) !important;
  color: #544342 !important;
}

.swiper-button-prev3::after {
  font-size: 25px !important;
}

.swiper-button-next3 {
  position: absolute;
  width: 13px;
  height: 21.5px;
  background-image: url('../img/arrow-right-white.png');
  background-size: cover;
  top: 94% !important;
  left: calc(50% + 80px) !important;
  color: #544342 !important;
}

.swiper-button-next3::after {
  font-size: 25px !important;
}

.order {
  width: 90%;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 80px;
}

.order__content {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 100px;
}

.swiper-pagination4 {
  text-align: center;
  margin-top: 25px;
}

.swiper-button-prev4 {
  position: absolute;
  width: 13px;
  height: 21.5px;
  background-image: url('../img/arrow-left.png');
  background-size: cover;
  top: 94% !important;
  left: calc(50% - 100px) !important;
  color: #544342 !important;
}

.swiper-button-prev4::after {
  font-size: 25px !important;
}

.swiper-button-next4 {
  position: absolute;
  width: 13px;
  height: 21.5px;
  background-image: url('../img/arrow-right.png');
  background-size: cover;
  top: 94% !important;
  left: calc(50% + 80px) !important;
  color: #544342 !important;
}

.swiper-button-next4::after {
  font-size: 25px !important;
}

.order__card {
  position: relative;
  height: 290px;
  background: #FFFFFF;
  border: 1px solid #E8E9EB;
  box-sizing: border-box;
  border-radius: 5px;
  padding-top: 26px;
  padding-left: 53px;
  padding-right: 22px;
  padding-bottom: 60px;
}

.order__card.first {
  background-image: url('../img/order1.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: inherit;
}

.order__card.second {
  background-image: url('../img/imgonline-com-ua-PicOnPic-dar2Ro0AfZ780KT.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: inherit;
}

.order__card.third {
  background-image: url('../img/order3.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: inherit;
}

.order__card.fourth {
  background-image: url('../img/diagnostic.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: inherit;
}

.order__step {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #1D1F26;
  margin-bottom: 10px;
}

.order__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #343A4B;
  margin-bottom: 6px;
}

.order__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #343A4B;
  margin-bottom: 13px;
}

.order__time {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #343A4B;
}

.order__time::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url('../img/clock__icon.svg');
  top: 0;
  left: 0;
}

.order__button {
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: -70px;
  left: 54px;
  transition: .3s ease;
}

.order__button.purchase {
  left: 0;
}

.order__card:hover {
  border-top: 10px solid #FFDE52;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.order__card:hover > .order__button {
  opacity: 1;
}

.reviews {
  padding-top: 40px;
  padding-bottom: 80px;
}

.reviews-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.reviews__card {
  position: relative;
  padding: 30px 25px;
  background: #F8F9FB;
  border-radius: 5px;
}

.reviews__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 10px;
}

.reviews__city {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: grey;
  margin-bottom: 10px;
}

.reviews__text {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  height: 192px;
  max-height: 192px;
}

.reviews__more {
  position: absolute;
  bottom: 12px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #EBC832;
  cursor: pointer;
  transition: .3s ease;
}

.reviews__more:hover {
  color: #000000;
}

.swiper-pagination5 {
  text-align: center;
  margin-top: 25px;
}

.swiper-button-prev5 {
  position: absolute;
  width: 13px;
  height: 21.5px;
  background-image: url('../img/arrow-left.png');
  background-size: cover;
  top: 94% !important;
  left: calc(50% - 120px) !important;
  color: #544342 !important;
}

.swiper-button-prev5::after {
  font-size: 25px !important;
}

.swiper-button-next5 {
  position: absolute;
  width: 13px;
  height: 21.5px;
  background-image: url('../img/arrow-right.png');
  background-size: cover;
  top: 94% !important;
  left: calc(50% + 100px) !important;
  color: #544342 !important;
}

.swiper-button-next5::after {
  font-size: 25px !important;
}

.call {
  display: none;
  padding: 29px 0;
}

.call__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.call__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #1D1F26;
  margin-bottom: 10px;
}

.call__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #9499A7;
  margin-bottom: 15px;
}

.call .phone__number {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #343A4B;
}

.call__button {
  margin-top: 25px;
}

.map {
  padding-top: 40px;
}

.map__content {
  position: relative;
  height: 500px;
}

.map .call__content {
  position: absolute;
  top: 125px;
  left: 15%;
  padding-top: 30px;
  width: 347px;
  height: 245px;
  background: #FFFFFF;
  border: 1px solid #E8E9EB;
  box-sizing: border-box;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  z-index: 5;
}

.map .phone__number {
  color: #343A4B;
}

.footer {
  padding-top: 28px;
  padding-bottom: 40px;
  background-color: #343A4B;
}

.footer__content {
  display: flex;
}

.footer__left {
  width: 40%;
  display: flex;
}

.footer__right {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

.footer__logo {
  width: 142px;
  margin-right: 68px;
}

.footer__logo img {
  width: 100%;
}

.footer a {
    color: rgb(255, 225, 98);
    transition: .3s ease-in;
}
.footer a:hover {
    color: white;
}

.contacts__phone, .contacts__mail, .contacts__time {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.contacts__phone a, .contacts__mail a {
  color: #FFFFFF;
  text-decoration: none;
}

.contacts__phone, .contacts__mail {
  margin-bottom: 15px;
}

.contacts__phone::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  background-image: url('../img/phone_icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts__mail::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  background-image: url('../img/mail_icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts__time::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  background-image: url('../img/clock_icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.desc__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
}

.desc__item a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  transition: .3s ease-in;
}

.desc__item a:hover {
  color: #FFDE52;
}

.last {
  padding: 17px 0;
  background-color: #1D1F26;
}

.last__content {
  display: flex;
  justify-content: space-between;
}

.last_name, .last_law, .last_politics a {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  color: #5C657E;
}

.modal__content {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding: 45px 52px;
  background: #FFFFFF;
  border-radius: 10px;
}

.modal__content.dark {
    background: #343A4B;
}

.modal__content.dark .close-btn {
    margin: 0;
}

.city-select-modal {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    max-width: 780px;
}

.city-select-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.city-select-modal__title {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
}

.city-select-modal__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.city-select-modal__item {
    flex: 0 0 calc((100% - 3 * 20px) / 4);
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    transition: .2s color ease-in-out;
}

span.city-select-modal__item {
    text-decoration: underline dotted;
}

a.city-select-modal__item:hover {
    color: #FBD942;
}

.close-btn {
  width: 14px;
  height: 14px;
  background-image: url('../img/close.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
}

.modal {
  align-items: center;
  justify-content: center;
  background-color: rgba(29, 31, 38, 0.7);
}

.modal__title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #3C3F47;
}

.modal__text {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  color: #3C3F47;
  margin-bottom: 20px;
}

.modal__content input {
  width: 100%;
  padding: 18px;
  background: #F2F3F7;
  border-radius: 5px;
  margin-bottom: 8px;
}

.modal__content input::placeholder {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #9499A7;
}

.modal__content input[type=checkbox] {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}
.modal__content label {
    display: flex;
    flex-direction: row;
    text-align: left;
    margin: 12px 0;
}
.modal__content label span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    margin-top: 3px;
}

.modal__content select {
  width: 100%;
  padding: 18px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1D1F26;
  margin-bottom: 8px;
  appearance: none;
  background: #F2F3F7 url('../img/arrow-down.png') no-repeat right;
  background-position-x: calc(100% - 20px);
}

.modal__title__confirm {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #3C3F47;
  margin-bottom: 30px;
}

.modal__text__confirm {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #3C3F47;
  margin-bottom: 30px;
}

.modal__desc {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #3C3F47;
  margin-top: 27px;
}

.info__text {
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 69px;
}

.title.about {
  margin-bottom: 33px;
}

.swiper-cards.about, .info__cards.about {
  margin-bottom: 90px;
}

.info.about {
  padding: 60px 0;
}

.header.about {
  background: none;
  background-color: #1D1F26;;
}

.header.context {
  background: none;
  background-color: #1D1F26;;
}

.header__menu-burger.about {
  top: 75px;
}

.to-the-main a, .to-the-main span {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #000000;
  text-decoration: none;
}

.contacts__text {
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #1D1F26;
  margin-bottom: 25px;
}

.contacts__content {
  background: linear-gradient(180deg, rgba(66, 75, 106, 0.1) 0%, rgba(196, 196, 196, 0) 10%);
  padding-top: 30px;
  padding-bottom: 60px;
}

.office__count {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #343A4B;
  margin-bottom: 20px;
}

.office-block {
  display: flex;
  padding: 10px 0;
  border-top: 1px solid #BEC0CF;
  border-bottom: 1px solid #BEC0CF;
}

.left-side {
  width: 50%;
  padding: 10px;
}

.right-side {
  width: 50%;
  padding: 10px;
  background: #F8F9FB;
  border-radius: 20px;
}

.left-side__list, .right-side__list {
  padding-left: 0;
}

.left-side__item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 18px;
}

.left-side__item.adress {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.left-side__item.adress::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: 0;
  background-image: url('../img/mark.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.left-side__item.phone {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.left-side__item.phone::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: 0;
  background-image: url('../img/phone_black.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.left-side__item.time {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9499A7;
}

.left-side__item.time::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: 0;
  background-image: url('../img/clock_black.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.right-side__how {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #9499A7;
}

.right-side__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.header__menu.context {
  padding-top: 0;
}

.context-form {
  padding: 10px 0;
}

.context-form__content {
  display: flex;
}

.context__left-side {
  width: 50%;
  padding: 45px;
}

.context__left-side__title {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 35px;
}

.context__left-side__list {
  padding: 0;
}

.context__left-side__item {
  position: relative;
  padding-left: 70px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #343A4B;
  margin-bottom: 35px;
}

.context__left-side__item.first::before {
  position: absolute;
  content: '';
  width: 56px;
  height: 24px;
  left: 0;
  background-image: url('../img/car2_icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.context__left-side__item.first.gruz_y::before {
  position: absolute;
  content: '';
  width: 56px;
  height: 30px;
  left: 0;
  background-image: url('../img/gruz_y.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.context__left-side__item.first.water_y::before {
  position: absolute;
  content: '';
  width: 56px;
  height: 24px;
  left: 0;
  background-image: url('../img/water_y.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.context__left-side__item.first.commercial_y::before {
  position: absolute;
  content: '';
  width: 56px;
  height: 24px;
  left: 0;
  background-image: url('../img/commercial_y.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.context__left-side__item.first.moto_y::before {
  position: absolute;
  content: '';
  width: 56px;
  height: 48px;
  left: 0;
  background-image: url('../img/moto_y.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.context__left-side__item.first.traktor_y::before {
  position: absolute;
  content: '';
  width: 56px;
  height: 36px;
  left: 0;
  background-image: url('../img/traktor_y.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.context__left-side__item.second::before {
  position: absolute;
  content: '';
  width: 46px;
  height: 46px;
  left: -3px;
  top: -12px;
  background-image: url('../img/docs__icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.context__left-side__item.third::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  left: 0;
  top: -5px;
  background-image: url('../img/time_icon.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.context__right-side {
  width: 50%;
  padding: 45px;
  background: #FFDE52;
  border-radius: 5px;
}

.context__right-side > .form__items {
  display: flex;
  flex-direction: column;
}

.context__right-side .form__item {
  margin-bottom: 12px;
}

.modal__button {
  display: flex;
  justify-content: center;
}

.form__title h2 {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #343A4B;
  margin-bottom: 40px;
}

.form__title.context h2 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 23px;
}

.reqs__item.purchase {
  display: flex;
}

.reqs__card.first-purchase:hover, .reqs__card.second-purchase:hover {
  box-shadow: none;
}

.reqs__card.first-purchase {
  box-shadow: 0px -10px 0px 0px #A3DB75 !important;
}

.reqs__card.second-purchase {
  box-shadow: 0px -10px 0px 0px #FFDE52 !important;
}

.reqs__item.purchase p {
  margin-left: 20px;
}

.reqs__item.purchase::before {
  width: 0;
  height: 0;
}

.reqs__item p {
  margin-bottom: 0;
}

.reqs__card.first-purchase ul, .reqs__card.second-purchase ul {
  padding: 0;
}

.reqs__card.first-purchase > .regs__card__title h3, .reqs__card.second-purchase > .regs__card__title h3 {
  margin-left: 20px;
}

.white-text {
  color: #fff;
}

.active-line {
  border-bottom: 5px solid #FFDE52;
  padding-bottom: 24px !important;
}

.bold {
  font-weight: 700 !important;
}

.visible {
  display: block;
}

.hidden {
  display: none;
}

.display-flex {
  display: flex;
}

.active {
  display: flex;
}

.active-menu {
  display: flex !important;
  height: 25px !important;
}

.show {
  display: flex !important;
}

.show-all-text {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  -webkit-line-clamp: inherit !important;
}

.popover  {
  text-align: center;
  width: 220px;
  height: 55px;
  background: #343A4B;
  border-radius: 5px;
}

.popover-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popover-title {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}

.popover-link {
  padding-top: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FFDE52 !important;
}

.popover::before {
  position: absolute;
  content: '';
  width: 31px;
  height: 21px;
  background-color: #343A4B;
  left: 95px;
  z-index: -5;
  bottom: -5px;
  transform: rotate(45deg);
}

@media (max-width: 1500px) {
  .order {
    padding-top: 68px;
    padding-bottom: 60px;
  }
  .order__content {
    padding-bottom: 0;
  }
  .order__card {
    height: 271px;
    padding-left: 18px;
    padding-top: 25px;
    padding-right: 8px;
    background-size: 100px;
  }
  .order__time {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}

@media (max-width: 1400px) {
  .header {
    background: none;
    background-color: #1D1F26;
  }
  .header__menu {
    margin: 0;
    padding-top: 100px;
    background: linear-gradient(270deg, #1D1F26 8.4%, rgba(48, 50, 57, 0) 28.19%), linear-gradient(90deg, #1D1F26 20.35%, rgba(29, 31, 38, 0) 41.5%), url('../img/main_back.webp');
    background-position: revert;
  }
  .menu__title {
    margin-top: 0;
  }
  .menu__benefits {
    margin-top: 49px;
  }
  .benefits__list {
    flex-direction: column;
  }
  .benefits__item {
    width: 367px;
    padding-top: 0;
    justify-content: space-between;
    background-color: inherit;
  }
  .benefits__item:not(:last-child) {
    margin-right: 0;
  }
  .benefits__text {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .to-the-main {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .header__menu {
    background: linear-gradient(90deg, #1D1F26 20.35%, rgba(29, 31, 38, 0) 41.5%), url('../img/main_back.webp');
    background-size: cover;
  }
  .nav__city {
    margin-left: 123px;
    margin-right: auto;
  }
  .nav__menu {
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 57px;
    top: 97.5px;
    left: 0;
    z-index: 5;
    background-color: #343A4B;
  }
  .menu__list {
    margin: 0 auto;
  }
  .info__cards {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
  }
  .card__image {
    padding-right: 40px;
  }
  .title h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .form {
    padding-top: 70px;
    padding-bottom: 73px;
  }
  .form__item {
    width: 230px;
  }
  .calc__description {
    display: none;
  }
  .calc__content {
    grid-template-columns: 1fr;
  }
  .calc__box {
    padding-right: 71px;
  }
  .reqs {
    padding-top: 76px;
    padding-bottom: 79px;
  }
  .regs__card__title {
    margin-bottom: 28px;
  }
  .regs__card__title h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .reqs__item {
    font-size: 16px;
    line-height: 26px;
  }
  .order__button {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .order__button > .btn-submit {
    width: 200px;
  }
  .footer__left {
    width: 50%;
  }
  .footer__right {
    flex-direction: column;
    width: 50%;
  }
  .desc__list {
    margin-bottom: 0;
  }
  .info__text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .contacts__text {
    font-size: 24px;
    line-height: 29px;
  }
  .right-side__item {
    font-size: 14px;
  }
  .form__title h2 {
    font-size: 30px;
    line-height: 37px;
  }
}

@media (max-width: 992px) {
  .form__items {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 9px;
  }
  .demand__content {
    display: none;
  }
  .demand__content-swiper {
    display: block;
  }
  .demand__card {
    width: 100%;
    height: 365px;
  }
  .demand__item {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
  }
}

@media (min-width: 960px) {
  .reqs__card:hover {
    box-shadow: -10px 0px 0px 0px #FFDE52;
  }
}

@media (max-width: 992px) {
  .nav__city.outer {
    display: none;
  }
  .phone__container {
    display: flex;
    flex-direction: row;
  }
  .phone__number {
    margin-right: 25px;
  }
  .phone__link {
    align-self: center;
  }
  .main-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 31px;
  }
  .menu__benefits {
    margin-top: 33px;
  }
  .benefits__text {
    font-size: 14px;
    line-height: 17px;
  }
  .swiper-cards {
    display: block;
  }
  .info__cards {
    display: none;
  }
  .card {
    height: 109px;
  }
  .card__image {
    max-width: 130px;
  }
  .card__image img {
    width: 100%;
  }
  .description__text {
    font-size: 14px;
    line-height: 17px;
  }
  .card__description {
    max-width: 170px;
  }
  .info {
    padding-top: 34px;
    padding-bottom: 50px;
  }
  .title {
    margin-bottom: 40px;
  }
  .title h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
  }
  .form__text p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 28px;
  }
  .form__items {
    margin-bottom: 28px;
  }
  .form__items.context {
    margin-bottom: 35px;
  }
  .calc {
    padding-top: 59px;
    padding-bottom: 32px;
  }
  .calc > .container {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .reqs {
    padding-top: 76px;
    padding-bottom: 56px;
  }
  .reqs > .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .reqs__slider {
    display: block;
  }
  .reqs__content {
    display: none;
  }
  .reqs__slider__titles {
    display: flex;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 28px;
  }
  .reqs__slider__title {
    text-align: center;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 29px;
    color: #343A4B;
    cursor: pointer;
  }
  .reqs__card {
    border: none;
    box-shadow: none;
  }
  .about-us {
    padding-top: 63px;
    padding-bottom: 70px;
  }
  .about-us__text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 36px;
  }
  .about-us__card {
    padding-top: 30px;
    padding-right: 9px;
    padding-bottom: 30px;
    padding-left: 50px;
  }
  .card__title h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .card__text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .card__points-block {
    flex-direction: column;
  }
  .card__point {
    width: 100%;
    padding-bottom: 24px;
  }
  .point__img {
    margin-right: 0;
    min-width: 80px;
  }
  .point__text {
    font-size: 14px;
    line-height: 17px;
  }
  .examples {
    padding: 47px 0;
  }
  .examples__img-block {
    margin-bottom: 24px;
  }
  .name {
    font-size: 16px;
    line-height: 20px;
  }
  .description {
    font-size: 14px;
    line-height: 18px;
  }
  .price {
    font-size: 14px;
    line-height: 18px;
  }
  .reviews__name {
    font-size: 16px;
    line-height: 26px;
  }
  .reviews__city {
    font-size: 14px;
    line-height: 26px;
  }
  .reviews__text {
    -webkit-line-clamp: 6;
    font-size: 14px;
    line-height: 24px;
    height: 145px;
  }
  .call {
    display: block;
  }
  .map .call__content {
    display: none;
  }
  .footer__left {
    flex-direction: column;
  }
  .footer__logo {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .info__text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .to-the-main a, .to-the-main span {
    font-size: 12px;
  }
  .office-block {
    flex-direction: column;
  }
  .left-side, .right-side {
    width: 100%;
  }
  .right-side {
    padding-left: 30px;
  }
  .right-side__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100px;
  }
  .context-form__content {
    flex-direction: column;
  }
  .context__left-side, .context__right-side {
    width: 100%;
  }
  .context__right-side > .form__title {
    text-align: center;
  }
  .context__right-side > .form__items {
    display: grid;
  }
  .form__title h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 25px;
  }
  .form__item.context {
    width: 235px;
  }
  .btn-submit.context {
    width: 280px;
  }
}

@media (min-width: 768px) {
  .header__menu-burger {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .nav__menu.outer {
    display: none;
  }
  .nav__city {
    margin: 0;
  }
  .nav__city::before {
    display: none;
  }
  .menu-burger__item.nav {
    padding-left: 20px;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #E5E5E5;
  }
  .menu-burger__item a,
  .menu-burger__item span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
    transition: .3s ease-in;
  }
  .menu-burger__item a:hover,
  .menu-burger__item span:hover {
    color: #FFDE52;
  }
  .city-choise__item.burger {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    color: #000000;
    padding-bottom: 5px;
  }
  .menu-burger__list {
    width: 100%;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .menu-burger__item.list__item.dropdown a,
  .menu-burger__item.list__item.dropdown span {
    position: relative;
  }
  .menu-burger__item.list__item.dropdown a::before,
  .menu-burger__item.list__item.dropdown span::before {
    position: absolute;
    content: '';
    width: 5px;
    border: solid #000;
    left: calc(100% + 5px);
    top: 24%;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    cursor: pointer;
  }
  .dropdown-menu-burger {
    height: 0;
    display: none;
    padding-left: 32px;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    transition: height .3s ease-in;
  }
  .dropdown-menu-burger a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #5D6374;
    text-decoration: none;
    transition: .3s ease-in;
  }
  .dropdown-menu-burger a:hover {
    color: #000;
  }
  .height {
    height: 50px;
    display: flex;
  }
  .city-change {
    display: flex;
    height: 50px;
    align-items: center;
    padding: 0;
    padding-left: 20px;
    background-color: #F2F3F7;
    border-bottom: 1px solid #E5E5E5;
  }
  .city-change svg {
    margin-right: 14px;
  }
  .nav__city {
    display: flex;
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    align-items: start;
    flex-direction: column;
  }
  .city__preambula {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #9499A7;
    margin-right: 15px;
  }
  .current__city {
    position: relative;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #343A4B;
    padding-right: 50px;
  }
  .current__city::before {
    border: solid #343A4B;
    border-width: 0 1.5px 1.5px 0;
    right: 0;
    top: 3px;
  }
  .phone__number {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #343A4B;
    margin-bottom: 18px;
  }
  .menu-burger__item.phone {
    height: 132px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .menu-burger__icon {
    display: block;
  }
  .header__nav {
    height: 74px;
    padding: 15px 0;
  }
  .phone__container.outer {
    display: none;
  }
  .header__menu {
    background: linear-gradient(0deg, #1D1F26 6.01%, rgba(0, 0, 0, 0) 23.76%), radial-gradient(50% 50% at 50% 50%, rgba(29, 31, 38, 0) 56.25%, rgba(29, 31, 38, 0.6) 100%), linear-gradient(91.45deg, #1D1F26 5.66%, rgba(29, 31, 38, 0) 25.25%), url('../img/main_back.webp');
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 211px;
  }
  .menu__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-title {
    max-width: 100%;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 21px;
  }
  .btn-submit {
    width: 220px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
  }
  .menu__benefits {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }
  .benefits__list {
    max-width: 100%;
  }
  .benefits__item {
    max-width: 100%;
  }
  .nav-toggle {
    display: block;
  }
  .card__image {
    max-width: none;
  }
  .card__description {
    max-width: none;
  }
  .info {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .title h2 {
    margin-bottom: 34px;
  }
  .title h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .form {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .form__text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 26px;
  }
  .form__items {
    width: 100%;
    margin-bottom: 26px;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .form__items.purchase {
    width: 100%;
    margin-bottom: 26px;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .form__items.context {
    margin-bottom: 18px;
  }
  .form__item {
    width: 100%;
    height: 50px;
  }
  .form__item input {
    padding-left: 25px;
  }
  .calc {
    padding-top: 28px;
    padding-bottom: 23px;
  }
  .calc__box {
    padding-left: 16px;
    padding-right: 22px;
  }
  .calc__pre {
    font-size: 16px;
    line-height: 20px;
  }
  .calc__input input {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .calc__input {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .calc__value {
    margin-bottom: 38px;
  }
  .calc__value div {
    font-size: 14px;
    line-height: 16px;
  }
  .reqs {
    padding-top: 46px;
    padding-bottom: 44px;
  }
  .reqs__slider__title  {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .reqs__card {
    padding: 10px;
  }
  .about-us > .container {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .about-us {
    padding-top: 41px;
    padding-bottom: 30px;
  }
  .about-us__text {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 27px;
  }
  .about-us__card {
    padding-top: 16px;
    padding-bottom: 28px;
    padding-left: 31px;
    padding-right: 13px;
    box-shadow: none;
  }
  .card__title h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .card__text {
    font-size: 12px;
    line-height: 20px;
  }
  .point__img {
    width: 60px;
  }
  .point__img img {
    max-width: 100%;
  }
  .point__text {
    font-size: 12px;
    line-height: 15px;
  }
  .swiper2 {
    width: 80%;
    margin: 0 auto;
  }
  .examples {
    padding: 57px 0;
  }
  .examples__img-block {
    margin-bottom: 10px;
  }
  .demand__card {
    height: 320px;
  }
  .reviews {
    padding: 20px 0;
  }
  .reviews__name {
    font-size: 16px;
    line-height: 20px;
  }
  .reviews__city {
    font-size: 12px;
    line-height: 20px;
  }
  .reviews__text {
    -webkit-line-clamp: 8;
    font-size: 12px;
    line-height: 20px;
    height: 160px;
  }
  .call__button {
    margin-top: 15px;
  }
  .call .phone__number {
    display: block;
  }
  .footer__content {
    flex-direction: column;
    align-items: center;
  }
  .footer__left, .footer__right {
    align-items: center;
  }
  .footer__left, .footer__right {
    width: 100%;
  }
  .footer__contacts {
    margin-bottom: 25px;
  }
  .desc__list {
    padding-left: 10px;
    width: 280px;
  }
  .last__content {
    flex-direction: column;
    align-items: center;
  }
  .modal__content {
    width: 100%;
  }
  .info__text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .to-the-main a, .to-the-main span {
    font-size: 10px;
  }
  .swiper-cards.about {
    margin-bottom: 20px;
  }
  .right-side__list {
    flex-wrap: nowrap;
    height: auto;
  }
  .form__title h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .form__title.context h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .form__item.context {
    width: 100%;
  }
  .btn-submit.context {
    width: 235px;
  }
}
@media (max-width: 380px) {
  .swiper-pagination2 {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .swiper-button-prev2 {
    top: 91% !important;
  }
  .swiper-button-next2 {
    top: 91% !important;
  }
  .swiper-pagination3 {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .swiper-button-prev3 {
    top: 88% !important;
  }
  .swiper-button-next3 {
    top: 88% !important;
  }
  .swiper-pagination6 {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .swiper-pagination7 {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .swiper-button-prev6 {
    top: 88% !important;
  }
  .swiper-button-next6 {
    top: 88% !important;
  }
  .swiper-button-prev7 {
    top: 88% !important;
  }
  .swiper-button-next7 {
    top: 88% !important;
  }
}

@media (max-width: 768px) {
    .accordion-item {
        padding-left: 0;
        padding-right: 0;
    }
    .accordion-body {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .accordion-button {
        font-size: 16px;
    }
    .accordion-body {
        font-size: 14px;
    }
}

.avto-cards {
    overflow: hidden;
    text-align: center;
    width: 95%;
    margin: auto;
    margin-top: 25px;
}

.mobile-swiper.avto-cards {
    display: none;
}

.mobile-swiper.avto-cards .card {
    display: inline-flex;
    margin-right: 15px;
}

.not-first-row {
    margin-top: 15px;
}

.avto-cards .card:hover {
    box-shadow: none;
}

.avto-cards .card {
    justify-content: center;
    border-radius: 0.4rem;
    padding: 8px;
}

.avto-types.mobile {
    display: none;
}

.avto-brands .swiper-wrapper{
    height: 330px!important;
}

@media (max-width: 1000px) {
    .avto-cards .card {
        padding: 10px;
    }
}
@media (max-width: 960px) {
    .avto-cards {
        display: none;
    }
    .mobile-swiper.avto-cards {
        display: block;
    }
    .avto-brands .card {
        height: auto;
    }
}

@media (max-width: 960px) and (min-width: 768px) {
    .avto-cards .card {
        height: 64px;
    }
}

@media (max-width: 768px) {
    .dropdown-menu-burger {
        padding: 28px;
    }
    .avto-types {
        display: none;
    }
    .avto-types.mobile {
        display: block;
    }
    .avto-types.mobile .card{
        height: 50px;
        margin-top: 10px;
    }

    .swiper-controls {
        margin-top: 10px;
    }

    .avto-brands .swiper-controls {
        margin-top: 35px;
    }

    .avto-brands .swiper-wrapper {
        height: auto!important;
    }
}

@media (max-width: 450px) {
    .avto-brands .swiper-controls {
        margin-top: 0;
    }
}

@media (max-width : 380px) {
    .avto-types.mobile .swiper-pagination6 {
        margin-top: 0;
        padding-bottom: 0;
    }

    .avto-brands .swiper-pagination7 {
        margin-top: 25px;
        padding-bottom: 0;
    }

    .avto-brands .swiper-pagination7 .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
    }

    .avto-types.mobile .swiper-button-prev6, .avto-types.mobile .swiper-button-next6{
        margin-top: 0;
    }
    .avto-types.mobile .swiper-button-prev7, .avto-types.mobile .swiper-button-next7{
        margin-top: 0;
    }
}

.brands .container {
    overflow: hidden;
}

.avto-brands .swiper-controls {
    margin-top: 25px;
}

.avto-brands .card {
    display: flex;
    flex-direction: column!important;
    border-radius: 1rem;
}

.avto-brands .card img {
    max-width: 90%;
    margin-bottom: 15px;
}

.avto-brands .brand_text {
    padding-bottom: 15px;
    font-weight: bold;
}

.brand_image {
    text-align: center;
}

.contacts__conditions {
    margin-top: 15px;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

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

.fixed_header {
    position: relative;
    display: flex;
    justify-content: center;
}

.header__nav {
    background: #1d1f26;
}

.fixed_header .header__nav {
    position: fixed;
    z-index: 9999;
}

.fixed_header .header__menu {
    width: 100%;
}

.headerLine {
    position: fixed;
    display: none;
    z-index: 999;
    width: 100%;
    height: 74px;
}

.headerLine.fixed_header_active {
    display: block;
}

@media (min-width: 769px) {
    .headerLine {
        height: 109px;
    }

    .fixed_header .header__menu {
        padding-top: 109px;
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    .fixed_header .header__menu.with_banner {
        padding-top: 200px;
    }
}

@media (max-width: 768px) {
    section.demand .swiper-pagination-bullet {
        background: #c3c3c3;
        opacity: 0.8;
    }
}

.examples__img-block img {
    height: auto;
}

.context__left-side__item::before {
    position: absolute;
    content: '';
    width: 46px;
    height: 46px;
    left: 0px;
    top: -13px;
}
.context__left-side__item.first_item::before {
  background-image: url(../img/bez_spravok.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.context__left-side__item.second_item::before {
  background-image: url(../img/perezalog.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.context__left-side__item.third_item::before {
  background-image: url(../img/vsego_3_doc.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.context__left-side__item.fourth_item::before {
  background-image: url(../img/bez_otmetok.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.context__left-side__item.fifth_item::before {
  background-image: url(../img/oformlenie_40.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.context__left-side__item.sixth_item::before {
  background-image: url(../img/do_90.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.context__left-side__item.seventh_item::before {
  background-image: url(../img/raschet.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.context__left-side__item.eigth_item::before {
  background-image: url(../img/reestr.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ======= New Pages ======= */

/* ======= О компании ======= */
.company-about {}

.company-about__container {}

.company-about__title {
    color: #343A4B;
    font-size: 60px;
    font-weight: 600;
    line-height: normal;

    text-align: center;
    margin: 0;

    padding: 20px 0;
}

.mission {
    margin: 20px 0;
}

.mission__title {
    color: #3C3F47;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.mission__content {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 30px;
}

.mission__text {
    color: #343A4B;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
}

.mission__footer {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.mission__director {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.mission__director-photo {
    width: 160px;
    height: 160px;
    border-radius: 100%;
}

.mission__director-position {
    color: #343A4B;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;

    margin-top: 16px;
}

.mission__director-name {
    margin-top: 8px;
    text-align: center;

    color: #343A4B;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
}

.mission__director-quote {
    color: #343A4B;
    font-size: 22px;
    font-weight: 400;
    line-height: 160%;

    padding: 40px;
    border-radius: 20px;
    border: 1px solid #C2C4C9;
}

.principles {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 60px 0;
}

.principles__title {
    color: #3C3F47;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.principles__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.principles__item {}

.principles__item-icon {}

.principles__item-title {
    margin-top: 24px;

    color: #343A4B;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
}

.principles__item-title a {
    color: #343A4B;
    text-decoration: underline dotted;
}

.principles__item-title a:hover {
    color: #343A4B;
}

.principles__item-wrapper {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.principles__item-parking {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

.principles__item-parking img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.principles__item-text {
    color: #343A4B;
    font-size: 22px;
    font-weight: 400;
    line-height: 160%;
}

.principles__item-text a {
    color: #343A4B;
    text-decoration: underline dotted;
}

.principles__item-text a:hover {
    color: #343A4B;
}

.principles__item-button {
    margin-top: 16px;
}

.principles__item-links {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.principles__item-links a {
    color: #343A4B;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: underline dotted;
}

.principles__item-links a:hover {
    color: #343A4B;
}

@media (max-width: 834px) {

    .company-about__title {
        font-size: 48px;
    }

    .mission__footer {
        flex-direction: column;
    }
}

@media (max-width: 767px) {

    .company-about__title {
        font-size: 32px;
    }

    .mission__title {
        font-size: 24px;
    }

    .mission__content {
        gap: 26px;
    }

    .mission__text {
        font-size: 16px;
        line-height: 26px;
    }

    .mission__footer {
        margin-top: 30px;
    }

    .mission__director-photo {
        width: 120px;
        height: 120px;
    }

    .mission__director-quote {
        color: #343A4B;
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;

        padding: 16px;
    }

    .principles {
        margin: 40px 0;
        gap: 20px;
    }

    .principles__title {
        font-size: 24px;
    }

    .principles__list {
        gap: 20px;
    }

    .principles__item-title {
        font-size: 18px;
        margin-top: 8px;
    }

    .principles__item-text {
        font-size: 16px;
        margin-top: 8px;
    }
}

/* ======= Гарантии ======= */
.guarantees {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-top: 20px;
    padding-bottom: 80px;
}

.guarantees .principles {
    margin: 0;
}

.guarantees__title {
    color: #343A4B;

    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: normal;

    margin-bottom: 0;
}

.guarantees__header {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.guarantees__registry {
    text-decoration: none;

    color: #343A4B;

    font-size: 22px;
    font-weight: 600;
    line-height: normal;

    align-self: center;
    display: flex;
    align-items: center;
    gap: 8px;
}

.guarantees__registry-link {
    color: #343A4B;
    text-decoration: underline dotted;
}

.guarantees__registry-link:hover {
    color: #343A4B;
}

.guarantees__registry svg {
    flex-shrink: 0;
}

.guarantees__properties {
    display: flex;
    gap: 1px;
    flex-wrap: wrap;
    background-color: #C2C4C9;
    border: 1px solid #C2C4C9;
    border-radius: 20px;
    overflow: hidden;
}

.guarantees__property {
    width: calc(50% - 0.5px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px;
    background-color: #FFFFFF;
}

.guarantees__property-title {
    color: #343A4B;

    font-size: 36px;
    font-weight: 600;
    line-height: normal;
}

.guarantees__property-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.guarantees__property-text {
    color: #343A4B;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.steps__title {
    color: #343A4B;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.steps__slider {}

.steps__slider.swiper {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.steps__property {
    padding: 26px 53px 29px;

    display: flex;
    flex-direction: column;

    border-radius: 5px;
    border: 1px solid #E8E9EB;
    background: #FFF no-repeat;
    background-size: auto;

    height: auto;
}

.steps__property.step-1 {
    background-image: url('../img/order1.png');

    background-position: right 25px bottom;
}

.steps__property:hover .steps__property-button {
    opacity: 1;
}

.steps__property.step-2 {
    background-image: url('../img/imgonline-com-ua-PicOnPic-dar2Ro0AfZ780KT.png');
    background-position: right bottom;
}

.steps__property.step-3 {
    background-image: url('../img/order3.png');
    background-position: right 9px bottom;
}

.steps__property-step {
    color: #1D1F26;

    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.steps__property-title {
    color: #343A4B;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;

    margin-top: 20px;
}

.steps__property-text {
    color: #343A4B;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

    margin-top: 12px;
}

.steps__property-time {
    color: #343A4B;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;

    display: flex;
    align-items: center;
    gap: 10px;

    margin-top: 14px;
    margin-bottom: 16px;
}

.steps__property-button {
    margin-top: auto;
    width: 200px;
    height: 60px;
    flex-shrink: 0;

    color: #1D1F26;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    border-radius: 5px;
    background: #FFDE52;

    opacity: 0;
    transition: .3s all ease-in-out;
}

.steps__property-button:hover {
    background-color: #000000;
    color: #FFFFFF;
}

@media (max-width: 1024px) {

    .guarantees {
        padding-bottom: 20px;
    }

    .steps__slider {
        padding-bottom: 44px;
    }

    .steps__slider .swiper-button-next,
    .steps__slider .swiper-button-prev {
        top: 96% !important;
    }

    .steps__property-button {
        opacity: 1;
    }
}

@media (max-width: 834px) {

    .guarantees__title {
        font-size: 48px;
    }

    .guarantees__properties {
        flex-direction: column;
    }

    .guarantees__property {
        width: 100%;
    }

    .steps {
        gap: 30px;
    }

    .steps__title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    .guarantees {
        gap: 40px;
    }

    .guarantees__title {
        font-size: 32px;
    }

    .guarantees__registry {
        font-size: 18px;
        text-align: center;
    }

    .guarantees__property {
        padding: 16px;
        gap: 16px;
    }

    .guarantees__property-title {
        font-size: 18px;
    }

    .guarantees__property-wrapper {
        gap: 20px;
    }

    .guarantees__property-text {
        font-size: 16px;
    }
}

/* ======= Отзывы ======= */
.feedbacks {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}

.feedbacks__title {
    margin: 20px 0 0;
    color: #343A4B;
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.feedbacks__reviews {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feedbacks__reviews-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feedbacks__review-show {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 22px;
    border-radius: 5px;
    background: #1D1F26;
    align-self: center;
    width: 100%;
    max-width: 250px;
}

.feedbacks__review {
    display: flex;
    flex-direction: column;
    gap: 20px;

    border-radius: 20px;
    border: 1px solid #C2C4C9;
    padding: 40px;
}

.feedbacks__review-header {
    display: flex;
    gap: 16px;
}

.feedbacks__review-user-image {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.feedbacks__review-user-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.feedbacks__review-user {}

.feedbacks__review-user-name {
    color: #343A4B;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}

.feedbacks__review-user-title {
    color: #343A4B;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.feedbacks__review-content {
    display: flex;
    gap: 20px;
}

.feedbacks__review-content-image {
    align-self: flex-start;
    width: 100%;
    max-width: 260px;
    border-radius: 10px;
    overflow: hidden;
}

.feedbacks__review-content-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.feedbacks__review-comment {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feedbacks__review-comment-title {
    color: #343A4B;
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
}

.feedbacks__review-comment-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feedbacks__review-comment-text {
    color: #343A4B;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.feedbacks__send {
    margin: 100px auto 0;

    display: flex;
    flex-direction: column;
    gap: 30px;

    width: 100%;
    max-width: 980px;
    padding: 60px 100px;

    border-radius: 20px;
    background: #F5F5F6;
}

.feedbacks__send-title {
    color: #343A4B;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.feedbacks__send-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feedbacks__send-input {
    color: #343A4B;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;

    padding: 20px;
    border-radius: 5px;
    background: #FFF;
}

select.feedbacks__send-input {
    background: #FFF url('../img/arrow-down.png') no-repeat right;
    background-position-x: calc(100% - 20px);
    appearance: none;
}

.feedbacks__concordance {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feedbacks__concordance label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feedbacks__concordance span {
    font-size: 16px;
}

.feedbacks__concordance input[type="checkbox"] {
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.feedbacks__send-button {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;

    padding: 22px;

    border-radius: 5px;
    background: #1D1F26;
}

.file-upload {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: sans-serif;
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload__label {
    color: #343A4B;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.file-upload__label span {
    line-height: 0;
}

.file-upload__name {
    display: none;
    align-items: center;
    gap: 8px;
    color: #343A4B;
}

.file-name {
    color: #343A4B;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.file-upload__delete {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.file-upload.has-file .file-upload__label {
    display: none;
}

.file-upload.has-file .file-upload__name {
    display: inline-flex;
}

@media (max-width: 799px) {

    .feedbacks__title {
        font-size: 48px;
    }

    .feedbacks__send {
        margin: 20px auto 0;
    }

    .feedbacks__review-content {
        flex-direction: column;
    }
}

@media (max-width: 767px) {

    .feedbacks__title {
        font-size: 32px;
    }

    .feedbacks__review {
        padding: 16px;
    }

    .feedbacks__review-comment-text {
        font-size: 14px;
    }

    .feedbacks__send {
        margin: 0 auto;
        padding: 16px;
        gap: 16px;
    }

    .feedbacks__send-title {
        font-size: 24px;
    }

    .feedbacks__concordance span {
        font-size: 14px;
    }
}

/* ======= Контакты ======= */

.kontakty {}

.kontakty .map {
    padding-top: 0;
}

.kontakty .call {
    border: 1px solid #E8E9EB;
}

.kontakty__title {
    color: #343A4B;
    font-size: 60px;
    font-weight: 600;
    line-height: normal;

    text-align: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.kontakty__addresses {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 60px auto;
}

.kontakty__addresses-title {
    color: #343A4B;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;

    margin-bottom: 0;
}

.kontakty__addresses-city-select {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    text-decoration: underline dotted;
}

.kontakty__addresses-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.kontakty__addresses-item {
    display: flex;
    flex-direction: column;
    gap: 12px;

    width: calc(50% - 10px);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #C2C4C9;
}

.kontakty__addresses-item-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.kontakty__addresses-item-icon {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kontakty__addresses-item-value {
    color: #343A4B;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 834px) {

    .kontakty__title {
        font-size: 48px;
    }

    .kontakty__addresses-list {
        flex-direction: column;
        gap: 10px;
    }

    .kontakty__addresses-item {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .kontakty__title {
        font-size: 32px;
    }

    .kontakty__addresses {
        gap: 20px;
        margin: 40px auto;
    }

    .kontakty__addresses-title {
        font-size: 24px;
    }

    .kontakty__addresses-item {
        padding: 16px;
    }
}

/* ======= Блок: Юридическая информация ======= */
.legal {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 60px auto;
}

.legal__title {
    color: #3C3F47;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.legal__content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;

    padding: 40px;
    border-radius: 20px;
    border: 1px solid #C2C4C9;

    display: flex;
    flex-direction: column;
    gap: 30px;
}

.legal__value {
    color: #343A4B;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

@media (max-width: 767px) {

    .legal {
        margin: 40px auto;
        gap: 20px;
    }

    .legal__title {
        font-size: 24px;
    }

    .legal__content {
        padding: 16px;
        gap: 26px;
    }

    .legal__value {
        font-size: 16px;
        line-height: 26px;
    }
}

/* ======= Блок: Наши офисы ======= */
.offices {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 60px auto;
}

.offices__title {
    color: #3C3F47;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.offices__slider.swiper {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 40px;
}

.offices__slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    font-size: 24px;
    color: #fff;
    max-height: 800px;
}

.offices__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    border-radius: 20px;
}

.offices__slider .swiper-button-next,
.offices__slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.offices__slider .swiper-button-next {
    right: 0 !important;
    left: auto !important;
}

.offices__slider .swiper-button-prev {
    left: 0 !important;
}

.offices__slider .swiper-button-next::after,
.offices__slider .swiper-button-prev::after {
    content: "";
}

.offices__slider .swiper-pagination {
    position: static !important;
}

.offices__slider .swiper-pagination:not(.swiper-pagination-lock) {
    margin-top: 40px;
}

.offices__slider .swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.offices__slider .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
}

@media (max-width: 834px) {

    .offices__slider.swiper {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {

    .offices {
        gap: 20px;
        margin: 40px auto;
    }

    .offices__title {
        font-size: 24px;
    }

    .offices__slider .swiper-pagination-bullets {
        margin-top: 20px;
    }
}

/* ======= Страница: Условия хранения авто ======= */

.car-storage {}

.car-storage .steps {
    margin: 60px 0;
}

.car-storage__title {
    color: #343A4B;
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 0;
    padding: 20px 0;
}

.car-storage__info {
    color: #343A4B;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
}

.car-storage__info a {
    color: #343A4B;
    text-decoration: underline dotted;
}

.car-storage__info a:hover {
    color: #343A4B;
}

@media (max-width: 834px) {

    .car-storage__title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {

    .car-storage__title {
        font-size: 32px;
    }

    .car-storage__info {
        font-size: 16px;
        line-height: 26px;
    }
}

/* ======= Страница: Ежемесячные выплаты и досрочный выкуп ======= */

.monthly-redemption {}

.monthly-redemption .steps {
    margin: 60px 0;
}

.monthly-redemption__title {
    color: #343A4B;
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 0;
    padding: 20px 0;
}

@media (max-width: 834px) {

    .monthly-redemption__title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {

    .car-storage__title {
        font-size: 32px;
    }
}

/* ======= Страница: Ежемесячные выплаты и досрочный выкуп ======= */

.recommendations {}

.recommendations .steps {
    margin: 60px 0;
}

.recommendations__title {
    color: #343A4B;
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 0;
    padding: 20px 0;
}

@media (max-width: 834px) {

    .recommendations__title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {

    .recommendations__title {
        font-size: 32px;
    }
}