@import url("normalize.css");
@import url("fonts.css");
@import url("fancybox.css");
@import url("swiper.css");
@import url("globals.css");




:root {
  --color: #0A0C0F;
  --color-a: #0076cd;
  --color-a-hover: #7bb0ff;
  --color-light: #8595AD;
  --color-elements: #0076cd;
  --bg-light: #F4F7FC;
  --bg-elements: #0076cd;
  --bg-additional: #05A0EB;
  --btn-primary: #0BB978;
  --btn-primary-bolder: #0BB978;
  --btn-primary-color: #fff;
  --btn-primary-hover: #0CA26A;
  --btn-secondary: #0076cd;
  --btn-secondary-bolder: #0076cd;
  --btn-secondary-color: #fff;
  --btn-secondary-hover: #3166B8;
  --font-family: "Golos Text", sans-serif;
  --transition-duration: .25s;
  --index: calc(1vw + 1vh);
}

/*html {
   font-size: .8333333333vw;
}*/

.swiper-scrollbar-drag {
  background: var(--bg-elements, rgba(0, 0, 0, 0.5));
  cursor: pointer;
}

.swiper--scroll .swiper-wrapper {
  margin-bottom: 52px;
}


body {
  margin: 0;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.42857143;
  color: var(--color);
  background-color: var(--bg-light);
  overflow-x: hidden;
  overflow-y: auto;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  transition: .5s;
  background: #fff;
}

.header__inner {
  height: 64px;
}

.header__inner,
.header-top__wrap,
.header-top__logo,
.mess__items,
.header-top__address,
.header-top__time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top__slogan,
.header-top__address,
.header-top__time {
  color: var(--color-light);
  font-size: 13px;
}

.header-top__logo,
.header-top__wrap {
  gap: 30px;
}

.header-top__wrap {
  padding-left: 15px;
}

.header-top__address,
.header-top__time {
  gap: 12px;
  max-width: 214px;
}

.mess__items {
  gap: 7px;
  justify-content: flex-start;
}

svg.icon-head {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

svg.icon-mess {
  height: 32px;
  width: 32px;
}

svg.icon-tel {
  width: 16px;
  height: 16px;
  fill: var(--bg-elements);
}

a.btn.contacts {
  background: var(--bg-light);
  color: var(--color-elements);
  gap: 12px;
}

.header-top__wrap .btn {
  height: 40px;
  padding: 0 15px;
}

.header-menu {
  background: var(--bg-light);
}

.main_nav_menu {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.9375rem;
  position: relative;
  z-index: 5;
  list-style: none;
  z-index: 100;
}

.main_nav_menu>li {
  padding: 0 20px;
  position: relative;

}

.main_nav_menu>li>a {
  text-decoration: none;
  padding: 13px 0;
  color: var(--color);
  position: relative;
  display: block;
  white-space: nowrap;
  font-size: 16px;
}

.main_nav_menu>li.menu-item-has-children>a:before {
  top: 50%;
  right: 0;
  -webkit-transition: -webkit-transform .15s linear 0s;
  -o-transition: -o-transform .15s linear 0s;
  transition: transform .15s linear 0s;
  content: '';
  border: var(--color) solid;
  padding: .1875rem;
  border-width: 0 .0625rem .0625rem 0;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
}

.main_nav_menu>li.menu-item-has-children>a:after {
  opacity: 0 !important;
  visibility: hidden !important;
}

.main_nav_menu>li.menu-item-has-children>a {
  padding-right: 1.5625rem;
}

.main_nav_menu>li>a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: .125rem;
  margin: auto;
  left: 0;
  right: 0;
  background-color: var(--bg-elements);
  transition: width .2s linear;
}

.main_nav_menu>li>a:hover:after {
  width: 100%;
}

.main_nav_menu ul.sub-menu {
  position: absolute;
  padding: 10px 8px;
  border-radius: 17px;
  top: -312.5rem;
  left: 0;
  right: 0;
  width: 310px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(.625rem);
  -ms-transform: translateX(.625rem);
  -o-transform: translateX(.625rem);
  transform: translateX(.625rem);
  -webkit-transition: opacity .15s linear 0s, visibility .15s linear 0s, -webkit-transform .15s linear 0s;
  -o-transition: opacity .15s linear 0s, visibility .15s linear 0s, -o-transform .15s linear 0s;
  transition: opacity .15s linear 0s, visibility .15s linear 0s, transform .15s linear 0s;
  -webkit-box-shadow: 0 0 2.5rem 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 2.5rem 0 rgb(0 0 0 / 20%);
  background-color: #fff;
  list-style: none;
}



.main_nav_menu li:hover>ul.sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  top: 100%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

ul.sub-menu>li>a {
  display: block;
  clear: both;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: .625rem .9375rem;
  color: var(--color);
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
}

ul.sub-menu li {
  position: relative
}

ul.sub-menu li a:hover,
ul.sub-menu li a:focus {
  color: var(--color-elements);
}

.main_nav_menu ul.sub-menu .menu-item-has-children>a:before {
  top: calc(50% - -1px);
  right: 15px;
  -webkit-transition: -webkit-transform .15s linear 0s;
  -o-transition: -o-transform .15s linear 0s;
  transition: transform .15s linear 0s;
  content: '';
  border: #000 solid;
  padding: .1875rem;
  border-width: 0 .0625rem .0625rem 0;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%) rotate(311deg)
}

.main_nav_menu>li>ul.sub-menu>li>ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 0 !important;
}

.main_nav_menu>li>ul.sub-menu>li:hover>ul.sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 1;
}


.main {
  padding-top: 112px;
}

.hero {
  padding-top: 20px;
}

.hero__banner {
  display: flex;
  margin: 0 -15px;
}

.banner__wrap {
  padding: 0 15px;
  margin-bottom: 30px;
}

.banner__inner {
  border-radius: 30px;
  height: 100%;
  padding: 45px;
  min-height: 395px;
}

.banner__main {
  width: 70%;
  flex: 0 0 70%;
}

.banner__born {
  width: 30%;
  flex: 0 0 30%;
}

.banner__main .banner__inner {
  background: #05A0EB;
  background: linear-gradient(90deg, rgba(5, 160, 235, 1) 0%, rgba(63, 117, 201, 1) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.banner__main .banner__inner a.btn.btn-primary {
  display: none;
}

.banner__born .banner__inner {
  background: var(--bg-light);
  padding: 25px;
}

.banner__inner h1 {
  font-size: 48px
}

.banner__inner h1 span {
  display: block;
  font-size: 32px
}

.banner__list {
  display: flex;
  flex-wrap: wrap;
  padding-right: 48%;
  padding-top: 30px;
  margin: 0 -20px;
  max-width: 1000px;
}

.banner__item,
.banner__chek {
  display: flex;
  align-items: center;
}

.banner__item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
  gap: 17px
}

.banner__chek {
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border: 2px solid hsl(0deg 0% 100% / 27%);
  border-radius: 50%;
}

svg.icon-chek {
  fill: #ffffff;
  width: 12px;
  height: 12px;
}

.banner__main-img {
  position: absolute;
  right: -47px;
  top: 40px;
}

.form-born__title {
  font-size: 24px;
  margin-bottom: 17px;
  font-weight: 600;
}

.section {
  margin-bottom: 50px;
}

.title-section {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 17px;
  line-height: 1.2;
}

.category__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}

.category__item {
  width: 16.6666%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.category__image {
  border-radius: 17px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.category__image:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 17px;
  pointer-events: none;
  background-color: rgb(106 142 201 / 5%);
}

.category__image img {
  -webkit-transition: opacity 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
  -o-transition: opacity 0.25s ease 0s, -o-transform 0.25s ease 0s;
  transition: opacity 0.25s ease 0s, transform 0.25s ease 0s;
  margin: 0 auto;
}

.category__info {
  display: flex;
  justify-content: space-between;
}

.category__name {
  color: var(--color-light);
}

.category__inner:hover .category__image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.popular__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.popular__item {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.popular__inner {
  position: relative;
  display: flex;
  border-radius: 17px;
  overflow: hidden;
}

.popular__inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 45, 107, 0)), to(#1d1d1d));
  background: -o-linear-gradient(top, rgba(8, 45, 107, 0) 0, rgb(0 0 0 / 62%) 100%);
  background: linear-gradient(180deg, rgba(8, 45, 107, 0) 0, rgb(0 0 0 / 62%) 100%);
}

.popular__inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(rgba(8, 45, 107, 0)));
  background: -o-linear-gradient(top, rgb(0 0 0 / 62%) 0, rgba(8, 45, 107, 0) 100%);
  background: linear-gradient(180deg, rgb(0 0 0 / 62%) 0, rgba(8, 45, 107, 0) 100%);
}


.popular__image {
  object-fit: cover;
  width: 100%;
}

.popular__detail,
.popular__name {
  position: absolute;
  color: #fff;
  z-index: 2;
}

.popular__name {
  left: 25px;
  top: 25px;
  font-size: 20px;
  font-weight: 700;
}

.popular__name span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.popular__detail {
  left: 25px;
  bottom: 25px;
  display: flex;
  gap: 20px;
}

.popular__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 3.75rem;
  background-color: var(--bg-elements);
  opacity: .8;
  position: absolute;
  z-index: 105;
  right: 1.5rem;
  bottom: 1.5rem;
  transition: .3s;
  transform: translate3D(6.25rem, 0rem, .0625rem);
  pointer-events: none;
}

.icon-arrow-more {
  width: 32px;
  height: 32px;
  color: #fff;
}

.popular__inner:hover .popular__link {
  transform: translate3D(0rem, 0rem, .0625rem);
  pointer-events: all;
}

.brands__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 17px;
  padding: 25px;
  background-color: #fff;
  position: relative;
}


.brands__item:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 17px;
  pointer-events: none;
  background-color: rgb(106 142 201 / 5%);
}

.brands__item:hover {
  opacity: 0.7;
}

.brands__inner .brands__item {
  flex-direction: column;
  gap: 17px;
}

.brands__inner .brands__item img {
  max-width: 160px;
}

.brands__list {
  display: flex;
  flex-wrap: wrap;
}

.brands__inner {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.js-swiper-brand .swiper-slide,
.js-swiper-brand swiper-slide,
.js-swiper-cards-scroll .swiper-slide,
.js-swiper-cards-scroll swiper-slidem,
.trust__items .swiper-slide {
  height: auto !important;
}

.swiper-button-next.swiper-chakra,
.swiper-button-prev.swiper-chakra,
svg.icon-chakra {
  width: 64px;
  height: 64px;
  display: inline-block;
  line-height: 1;
  flex-shrink: 0;
  color: currentcolor;
  vertical-align: middle;
  fill: none;
  background: none;
  border-radius: 0;
  margin-top: calc(0px - (32px / 2));
}

.swiper-button-prev.swiper-chakra svg.icon-chakra{
  rotate: 180deg;
}

.swiper-button-next.swiper-chakra {
  right: -32px;
}

.swiper-button-prev.swiper-chakra {
  left: -32px;
}

.swiper-button-next.swiper-chakra.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1; 
  pointer-events: all;
}

.swiper-button-lock{
  display: none !important;
}


.steps__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.steps__item {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 33.3333%;
}

.steps__inner {
  background-color: var(--bg-light);
  background-repeat: no-repeat;
  background-position: 100% center;
  color: var(--color-elements);
  border-radius: 17px;
  padding: 30px;
  padding-right: 180px;
  min-height: 250px;
}

.steps__name {
  font-size: 32px;
  font-weight: 600;
  white-space: nowrap;
}

.steps__text {
  font-size: 16px;
  margin-top: 12px;
  padding-right: 30px;
  max-width: 500px;
}

.steps__item--1 .steps__inner {
  background-color: var(--bg-elements);
  background-image: url(../image/steps1.png);
  color: #fff;
}

.steps__item--2 .steps__inner {
  background-image: url(../image/steps2.png);
}

.steps__item--3 .steps__inner {
  background-image: url(../image/steps3.png);
}

.trust__item {
  background: #232E40;
  padding: 30px;
  padding-top: 200px;
  color: #fff;
  border-radius: 17px;
  height: 100%;
}

.trust__icon {
  position: absolute;
  top: 25px;  
  width: 45px;
  height: 45px;
  opacity: .5;
}

.trust__name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.testimonials__item {
  background: var(--bg-light);
  padding: 1.75rem;
  border-radius: 17px;
  height: 100%
}

.testimonials__autor {
  display: flex;
  gap: .9375rem;
  align-items: center;
  margin-bottom: .9375rem
}

.testimonials__avatar {
  width: 2.8125rem;
  height: 2.8125rem;
  background: var(--bg-additional);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

.testimonials__name {
  font-size: .875rem;
  font-weight: 700;
  margin-bottom: .125rem
}

.testimonials__maps {
  font-size: .6875rem
}

.testimonials__rating.rating {
  margin-bottom: .375rem
}

.testimonials__text {
  font-size: .9375rem;
  margin-top: 14px;
}

.rating {
  white-space: nowrap;
  display: flex;
  gap: .3125rem
}

.rating-stack {
  top: auto;
  left: auto;
  display: inline-block;
  position: relative
}

.rating-stack,
.rating-stack:after,
.rating-stack:before {
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem
}

.rating-stack:after,
.rating-stack:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background: 0 0 / 1rem 1rem no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease
}

.rating-stack:before {
  background-image: url(../image/globals/star-active-additional.svg);
  opacity: 0;
  z-index: 1
}

.rating-stack:after {
  background-image: url(../image/globals/star-inactive-additional.svg)
}

.rating-stack.stack-ok:before {
  opacity: 1 !important
}


.feedback__wrap {
  display: flex;
  justify-content: space-between;
  background-color: var(--bg-additional);
  background-image: url(../image/feedback.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px;
  padding: 45px;
}

.feedback__info {
  color: #fff;
}

.feedback__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.feedback__subtitle {
  font-size: 24px;
  max-width: 350px;
  margin-top: 34px;
}

.feedback__form {
  background: #fff;
  border-radius: 17px;
  padding: 35px;
  max-width: 600px;
}

.form-agreement {
  font-size: 12px;
  color: var(--color-light);
  margin-top: 16px;
}

.form-agreement a {
  color: var(--color-a);
  text-decoration: underline;
}

.footer__wrap {
  background: var(--bg-light);
  border-radius: 30px;
  padding: 45px;
}

.footer-top__items {
  display: flex;
  flex-wrap: wrap;
}

.footer-top__item {
  flex: 0 0 25%;
  min-width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.footer-top__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
  position: relative;
}

.footer-top__title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: 14px;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-top__title::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: 2px;
  height: 14px;
  background-color: #333;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-top__title.active::after {
  transform: translateY(-50%) rotate(90deg);
}

.footer-top__title.active::before {
  opacity: 0;
}

.footer-menu li {
  font-size: 14px;
  margin-top: 7px;
  white-space: nowrap;
}

.footer-menu li a:hover {
  border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.footer-contacts .mess__items {
  gap: 12px;
  flex-direction: column;
  align-items: start;
  margin-bottom: 15px;
}

.footer-contacts .mess__link {
  display: flex;
  gap: 7px;
  align-items: center;
}

.footer-contacts__time {
  color: var(--color-light);
}

.footer-contacts__tel {
  font-size: 17px;
  font-weight: 600;
  background: var(--btn-primary);
  color: #fff;
  border-radius: 7px;
  padding: 8px 15px;
  display: inline-block;
  margin-bottom: 12px;
}

.footer-contacts__tel:hover {
  background: var(--btn-primary-hover);
  color: #fff;
}

.footer-contacts__group {
  margin-bottom: 13px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-size: 13px;
}

.footer-bottom__text {
  color: var(--color-light);
  max-width: 40%;
}

.footer-bottom__pol {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-bottom__pol a {
  text-decoration: underline;
}

.footer-bottom__pol a:hover {
  text-decoration: none;

}

.footer-center,
.aggreg__items {
  display: flex;
  gap: 5px;
}

.footer-center {
  margin-bottom: 40px;
}

.footer-center__text {
  max-width: 50%;
  padding-right: 30px;
}

svg.icon-aggreg {
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.aggreg__item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #dfe7f3;
  border-radius: 12px;
  padding: 6px 12px;
  font-size: 13px;
  height: 48px;
}

.aggreg__item:hover {
  background: var(--bg-elements);
  color: #fff;
}

.aggreg__inf {
  display: flex;
  gap: 5px;
  white-space: nowrap;

}

.footer-copy {
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  color: var(--color-light);
}

.footer-top__title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: 14px;
  height: 2px;
  background-color: var(--bg-elements);
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-top__title::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: 2px;
  height: 14px;
  background-color: var(--bg-elements);
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.dropdown-inner {
  position: relative;
}

.dropdown-toggle {
  background-color: transparent;
  justify-content: center;
  line-height: 1;
  transition: .2s;
}

.dropdown-menu {
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0;
  z-index: 102;
  display: none;
  width: 350px;
}

.dropdown-menu__container {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 14px 13px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px 14px 13px 0px rgb(0 0 0 / 5%);
  margin-top: 15px;
  border-radius: 12px;
  padding: 15px;
}

.open>.dropdown-menu {
  display: block;
}

.dropdown-menu__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-menu__container ul li {
  color: var(--color);
  margin-bottom: 7px;
  background: #f4f7fc;
  padding: 8px 20px 8px 10px;
  border-radius: 7px;
  display: flex;
  gap: 11px;
  align-items: center;
}

.dropdown-menu__chek {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border: 2px solid rgb(63 117 201 / 18%);
  border-radius: 50%;
}

.dropdown-menu__chek svg.icon-chek {
  fill: #3f75c9;
}

.dropdown-toggle:before {
  top: 50%;
  right: 0;
  -webkit-transition: -webkit-transform .15s linear 0s;
  -o-transition: -o-transform .15s linear 0s;
  transition: transform .15s linear 0s;
  content: '';
  border: var(--color) solid;
  padding: .1875rem;
  border-width: 0 .0625rem .0625rem 0;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
}

.burger {
  right: .0625rem;
  top: -0.125rem;
  cursor: pointer;
  background: #2a2e3f;
  box-sizing: border-box;
  background-clip: content-box;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  border-top: .6875rem solid transparent;
  border-bottom: .6875rem solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  z-index: 3;
}

.burger {
  display: none;
}

.burger:before,
.burger:after {
  content: "";
  position: absolute;
  background: #2a2e3f;
  height: .125rem;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.burger:before {
  top: -0.5rem;
}

.burger:after {
  bottom: -0.5rem;
}

.show-sidebar .burger {
  background: 0 0;
  background-clip: content-box;
}

.show-sidebar .burger:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #000000;
  width: 110%;
}

.show-sidebar .burger:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #000000;
  width: 110%;
}

.overlay {
  background: rgba(0, 0, 0, .6);
  backdrop-filter: blur(.625rem);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.js-mb-menu.overlay {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.show-sidebar .js-mb-menu.overlay {
  display: block;
}

body.show-sidebar {
  overflow: hidden;
}

.mb-menu {
  position: fixed;
  top: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  left: -32.5rem;
  height: 100%;
  overflow: auto;
  width: 32.5rem;
  background: #fff;
  padding: 1.25rem;
  z-index: 15;
}

.mb-menu.active {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mb-menu__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: #fff;
  width: 3.4375rem;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
}

.mb-menu__nav li {
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-weight: 600;
  font-size: 1.125rem;
}

.mb-menu__nav li>a {
  text-decoration: none;
  color: #26211a;
}

.mb-menu__main>li ul.sub-menu {
  padding: .625rem 0 0;
  display: none;
  clear: both;
}

.mb-menu__main span.head {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 3.25rem;
}

.mb-menu__main span.head:after {
  top: 50%;
  right: 0;
  -webkit-transition: -webkit-transform .15s linear 0s;
  -o-transition: -o-transform .15s linear 0s;
  transition: transform .15s linear 0s;
  content: '';
  border: #26211a solid;
  padding: .1875rem;
  border-width: 0 .0625rem .0625rem 0;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
}

.mb-menu__main .sub-menu li a {
  font-size: 1rem;
  background: 0 0;
  color: #26211a;
  border: 0;
  padding: 0;
  font-weight: 300;
}

.mb-menu__inf {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mb-menu__logo {
  max-width: 12.8125rem;
}

.mb-menu__nav {
  border-top: 1px solid rgb(0 0 0 / 9%);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

.mb-menu-contacts {
  background: var(--bg-light);
  border-radius: 12px;
  padding: 15px;
  margin-top: 35px;
}

.mb-menu-contacts__title {
  font-size: 18px;
  margin-bottom: 15px;
}

.mb-menu-contacts__tel a {
  font-size: 21px;
  font-weight: 600;
}

.mb-menu-contacts__text>div {
  margin-bottom: 17px;
}

.mb-menu-contacts__work ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.mb-menu-contacts__work li {
  margin-bottom: 7px;
}

.mb-menu-name {
  color: var(--color-light);
}

.mb-menu-contacts__mess .mess__items {
  margin-top: 7px;
}

.main-head {
  padding: 25px 0;
}

.main-head h1 {
  margin-bottom: 0;
}

.breadcrumbs {
  margin-bottom: 17px;
  color: var(--color-light);
}

.breadcrumbs__separator {
  margin: 0 10px;
}

.breadcrumbs__current {
  color: #D5D5D5;
}

.breadcrumbs__link:hover {
  color: var(--bg-elements);
}

a.line {
  position: relative;
}

a.line:before {
  z-index: 2;
  transform: scaleX(0);
  visibility: hidden;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1), visibility 0s .6s;
  transform-origin: left top;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor
}

a.line:hover:before {
  transform: scaleX(1);
  visibility: inherit;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1)
}

.main-body {
  padding-bottom: 45px;
}

.popup_form {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: 480px;
  padding: 35px;
  background-color: #fff;
}

.popup_form .module-title {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 21px;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 25rem;

}

.not-found__text+.not-found__text {
  margin-top: .75rem;
}

.not-found__text {
  line-height: 1;
}

.not-found__text:nth-child(1) {
  color: var(--color-additional);
  font-size: 4.5rem;
  font-weight: 600;
}

.not-found__text:nth-child(2) {
  font-size: 2rem;

}

.not-found__text:nth-child(3) {
  padding-bottom: .4375rem;
}

.catalog-cat__items {
  display: flex;
  margin: 0 -7px;
}

.catalog-cat__item {
  padding: 0 7px;
  margin-bottom: 10px;
}

.btn-catalog-cat {
  background: var(--bg-light);
  color: var(--color-elements);
}

.btn-catalog-cat:hover,
.btn-catalog-cat.active {
  background: var(--btn-secondary-hover);
  color: var(--btn-secondary-color);
}

.catalog-page__full {
  padding-top: 35px;
}

.card-car__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
  margin: 0 -15px;
}

.card-car__inner {
  padding: 0 15px;
  margin-bottom: 30px;
}

.card-car__item {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}

.card-car__image {
  display: flex;
  height: 250px;
  background: #f7f7f7;
  border-radius: 17px;
  overflow: hidden;
}

.card-car__image img {
  object-fit: cover;
  width: 100%;
}

.card-car__content {
  border: 1px solid #e9ecf1;
  border-top: none;
  border-radius: 0 0 16px 16px;
  padding: 15px;
  padding-top: 27px;
  margin-top: -12px;
}

.card-car__name {
  font-weight: 700;
  font-size: 20px;
  height: 52px;
  line-height: 1.3;
  color: var(--color);
  text-decoration: none;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.card-car__detail {
  display: flex;
  gap: 7px;
  font-size: 13px;
  color: var(--color-light);
  border-bottom: 1px solid #e9ecf1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.card-car__price {
  font-size: 20px;
  /*font-weight: 700;*/
}

.card-car__price small {
  font-size: 15px;
  font-weight: 400;
}

.card-car__item:hover .card-car__image img {
  opacity: .9;
}

.card-car__arenda {
  color: var(--color-elements);
  font-size: 18px;
}

.car-details {
  display: flex;
}

.car-details__gallery {
  flex: 0 0 40%;
  width: 40%;
}

.car-details__characteristics {
  flex: 0 0 60%;
  width: 60%;

}

.car-details__gallery-wrap {
  position: sticky;
  top: 125px;
  margin-top: 10px;
}

.car-details__gallery {
  padding-right: 30px;
}

.car-images__thumbnails,
.car-images__additional {
  max-width: 640px;
  position: relative;
}

.car-images__additional {
  margin-top: 32px;
}

.car-images__additional .swiper-slide {
  cursor: pointer;
}

.car-images__additional .swiper-slide-thumb-active {
  opacity: .7;
}

.car-images__thumbnails-img,
.car-images__additional-img {
  border-radius: 17px;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--color);
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 17px;
}

.tarify__top,
.tarify__bottom,
.tarify__info,
.tarify__price,
.tarify__head,
.tarify__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tarify__head {
  background: #fff;
  border-bottom: 1px solid rgb(77 92 114 / 10%);
  box-shadow: 0 1px 5px 0 rgb(77 92 114 / 10%);
  padding: 15px;

  background: var(--bg-light);
}

.tarify__head--top {
  border-radius: 17px 17px 0 0;
}

.tarify__head--bottom {
  border-radius: 0 0 17px 17px;
}

.tarify__items {
  box-shadow: 0 1px 5px 0 rgb(77 92 114 / 10%);
}

.tarify__item {
  border-bottom: 1px solid #e9ecf1;
}

.tarify__top,
.tarify__bottom {
  padding: 10px 15px;
}

.tarify__info {
  gap: 17px;
}

.tarify__image {
  height: 64px;
  display: flex;
}

.tarify__image img {
  object-fit: cover;
}

.tarify__price {
  gap: 0;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  width: fit-content;
}

.tarify__price-item {
  width: 115px;
  font-size: 15px;
  gap: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #e9ecf1;

}

.tarify__price-item span:nth-child(1) {
  font-size: 14px;
  color: var(--color-light);
  display: block;
}

.tarify__price-item:nth-child(7) {
  width: 130px;
}

.tarify__bottom {
  /*background: var(--bg-light);*/
  border-top: 1px dashed #e9ecf1;
}

.tarify__detail {
  gap: 17px;
}

.tarify__detail-item {
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1.3;
  font-size: 14px;
}


.tarify__detail-name {
  font-size: 12px;
  color: var(--color-light);
}

svg.icon-tarify {
  color: #0076cd;
}

.tarify__more {
  display: flex;
  gap: 17px;
}

.tarify__more .btn {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}

.btn-arenda {
  background: var(--bg-light);
  color: var(--color-elements);
}

ul.pagination {
  display: flex;
  align-items: center;
  gap: 7px
}

ul.pagination li .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background-color: var(--bg-light)
}

ul.pagination li span.pagination {
  background-color: var(--bg-elements);
  color: #fff
}

.page-contacts {
  position: relative;
  width: 100%;
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-light);
  border-radius: 30px;
  gap: 30px;
}

.page-contacts__content {
  max-width: 30%;
}

.page-contacts__map {
  width: 100%;
  max-width: 720px;
  min-height: 402px;
  border-radius: 12px;
  overflow: hidden;
}

.page-contacts__office {
  display: flex;
  width: 300px;
  min-height: 402px;
  border-radius: 12px;
  overflow: hidden;
}

.page-contacts__office img {
  object-fit: cover;
}

.page-contacts__group+.page-contacts__group {
  margin-top: 17px;
}

.page-contacts__time {
  color: var(--color-light);
}

.page-contacts__text {
  font-size: 17px;
}

.page-contacts__tel {
  font-size: 20px;
}

.page-contacts__text+.mess__items {
  margin-top: 12px;
}

.car-details__inner+.car-details__inner {
  margin-top: 25px;
}

.car-details__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 9px;
}

.dop-details__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.dop-details__item+.dop-details__item {
  padding-top: 17px;
  margin-top: 17px;
  border-top: 1px solid #dee2e6;
}

.dop-details__item small {
  display: block;
  color: var(--color-light);
}

.dop-details__info {
  color: var(--color-elements);
}

.dop-details__badge {
  white-space: nowrap;
  background: var(--bg-elements);
  border-radius: 17px;
  color: #fff;
  padding: 4px 11px;
  font-size: 14px;
}

.dop-details {
  background: #ffffff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #dee2e6;
  border-bottom: 1px solid rgb(77 92 114 / 10%);
  box-shadow: 0 1px 5px 0 rgb(77 92 114 / 10%);
  overflow: hidden;
  padding: 20px;
}

.сharacteristics-details__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.сharacteristics-details__item {
  width: 49%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: var(--bg-light);
  border-radius: 17px;
  margin-bottom: 2%;
}

.сharacteristics-details__svg {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

svg.icon-сharacteristics-details {
  color: var(--color-elements);
}

.сharacteristics-details__name {
  color: var(--color-light);
  font-size: 12px;
}

.сharacteristics-details__text {
  line-height: 1.2;
}

.conditions-details .сharacteristics-details__item {
  background: var(--bg-elements);
}

.conditions-details .сharacteristics-details__name,
.conditions-details .сharacteristics-details__text {
  color: #fff;
}


.car-details__speakers {
  display: flex;
  margin: 0 -15px;
}

.car-details__column {
  flex: 0 0 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.car-details__form {
  background: var(--bg-light);
  padding: 25px;
  border-radius: 17px;
  height: 100%;
  min-height: 395px;
}

.car-price {
  background: #ffffff;
  -webkit-border-radius: 12px;
  border-radius: 17px;
  border: 1px solid #dee2e6;
  border-bottom: 1px solid rgb(77 92 114 / 10%);
  box-shadow: 0 1px 5px 0 rgb(77 92 114 / 10%);
  overflow: hidden;
  padding: 20px;
  height: 100%;
}

.car-price__items {
  margin-top: 30px;
}

.car-price__badge {
  background: #ebf8f4;
  color: #0bb978;
  padding: 5px 15px;
  border-radius: 22px;
  display: inline-block;
}

.car-price__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.car-price__item+.car-price__item {
  border-top: 1px solid #dee2e6;
  margin-top: 14px;
  padding-top: 14px;
}

.car-price__label {
  color: var(--color-light);
}

.car-price__prc {
  font-size: 18px;
  font-weight: 600;
}

.car-price__prc small {
  font-weight: 400;
}

.faq__item {
  border-top: 1px solid #d9d9d9;
}

.faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 0;
  padding-right: 70px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  gap: 20px
}

.faq__close {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background-color: var(--bg-elements);
  border: 2px solid var(--bg-elements);
  position: absolute;
  right: 0;
  border-radius: 7px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

.faq__close:after,
.faq__close:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  right: 50%;
  margin-right: -10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out
}

.faq__close:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -sand-transform: rotate(90deg)
}

.faq__item.open .faq__close {
  background-color: #fff
}

.faq__item.open .faq__close:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -sand-transform: rotate(0deg);
  background-color: var(--bg-elements)
}

.faq__text {
  padding-right: 3.125rem;
  padding-bottom: 1.875rem
}

.faq__head:hover .faq__close {
  background-color: #fff
}

.faq__head:hover .faq__close:after,
.faq__head:hover .faq__close:before {
  background-color: var(--bg-elements)
}

.faq__block {
  padding: 35px 0 0;
  text-align: center
}

.admin-bar .header {
  top: 32px;
}







@media (max-width: 1499px) {

  .hero__banner,
  .category__items,
  .popular__items,
  .steps__items {
    margin: 0 -7px;
  }

  .banner__wrap,
  .category__item,
  .popular__item,
  .steps__item {
    padding: 0 7px;
    margin-bottom: 14px;
  }



}

@media (max-width: 1399px) {

  .header-top__slogan,
  .header-top__address,
  .header-top__time,
  .banner__born {
    display: none;
  }

  .banner__list {
    padding-top: 6px;
  }

  .banner__item {
    margin-bottom: 27px;
  }

  .burger {
    display: block;
  }

  .main_nav_menu>li>a {
    font-size: 14px;
  }

  .banner__main {
    width: 100%;
    flex: 0 0 100%;
  }

  .banner__list {
    padding-right: 45%;
  }

  .banner__main .banner__inner a.btn.btn-primary {
    display: inline-flex;
  }

  .banner__main-img {
    right: -10%;
  }

  .category__info {
    font-size: 14px;
    padding: 0 7px 15px
  }

  .feedback__wrap {
    background-position: 66% center;
    padding: 30px;
  }

  .feedback__title {
    font-size: 34px;
  }

  .feedback__subtitle {
    font-size: 20px;
    max-width: 260px;
  }

  .feedback__form {
    padding: 24px;
    max-width: 450px;
  }

  .popular__item {
    width: 50%;
  }  

  .steps__item {
    width: 50%;
  }

  .steps__item--3 {
    width: 100%;
  }

  .footer-bottom__pol {
    gap: 5px;
  }

  .footer-top__item {
    flex: 0 0 50%;
    min-width: 50%;
  }

  .category__item {
    width: 33.3333%;
  }

  .card-car__list {
    grid-template-columns: repeat(auto-fill, 33.3333%);
  }

  .car-details__gallery,
  .car-details__characteristics {
    flex: 0 0 50%;
    width: 50%;
  }

  .car-details__speakers {
    flex-direction: column;
  }

  .car-details__column {
    flex: 0 0 100%;
  }

  .сharacteristics-details__item {
    width: 100%;
  }

  .page-contacts__office {
    display: none;
  }

  .page-contacts__content {
    max-width: 40%;
  }



}

@media (max-width: 1199px) {

  .feedback__wrap {
    background-position: 117% center;
  }

  .footer-center__text {
    max-width: 100%;
    padding-right: 0;
  }

  .footer-top__item {
    flex: 0 0 100%;
    min-width: 100%;
    padding: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dae0eb;
  }

  .footer-top__title {
    margin-bottom: 0;
  }

  .footer-center {
    flex-direction: column;
  }

  .footer__wrap {
    padding: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: start;
    gap: 17px;
  }

  .footer-bottom__text {
    max-width: 100%;
  }

  .js-footer-body {
    padding-top: 15px;
  }

  .footer-top__title::before,
  .footer-top__title::after {
    display: block;
  }

  .catalog-cat__items {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .tarify__top,
  .tarify__bottom {
    flex-direction: column;
    align-items: start;
  }

  .tarify__info {
    margin-bottom: 20px;
  }

  .tarify__image {
    height: 49px;
    width: 107px;

  }

  .tarify__price {
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
  }

  .tarify__price-item {
    width: 100%;
    border-left: 0;
  }

  .tarify__detail {
    display: none;
  }

}

@media (max-width: 992px) {
  .main {
    padding-top: 64px;
  }

  .main-head h1 {
    font-size: 30px;
  }

  .header-menu {
    display: none;
  }

  .hero {
    padding-top: 0;
  }

  .trust__item {
    padding: 20px;
    padding-top: 200px;
  }

  .steps__item {
    width: 100%;
  }

  .feedback__wrap {
    flex-direction: column;
    background-image: none;
    padding: 20px;
  }

  .feedback__title {
    font-size: 28px;
  }

  .feedback__subtitle {
    font-size: 18px;
    max-width: none;
    margin-top: 12px;
  }

  .feedback__info {
    color: #fff;
    margin-bottom: 17px;
  }

  .feedback__form {
    padding: 15px;
    max-width: 100%;
  }

  .card-car__list {
    grid-template-columns: repeat(auto-fill, 50%);
  }

  .page-contacts {
    flex-direction: column;
    padding: 15px;
  }

  .page-contacts__content {
    max-width: 100%;
  }
}

@media (max-width: 767px) {

  .btn-call,
  .header-top__wrap .mess__items {
    display: none;
  }

  .banner__main .banner__inner {
    height: 600px;
    z-index: 0;
  }

  .banner__inner {
    padding: 24px;
  }

  .banner__inner h1 {
    font-size: 38px;
    line-height: 1;
  }

  .banner__inner h1 span {
    font-size: 22px;
    margin-top: 17px;
  }

  .banner__list {
    margin: 0 -10px;
  }

  .banner__item {
    width: 50%;
    font-size: 12px;
    margin-bottom: 25px;
    padding: 0 10px;
    gap: 9px;
  }

  .banner__list {
    padding-right: 0;
  }

  .banner__main-img {
    right: 0;
    top: auto;
    bottom: 0;
    z-index: -1;
  }

  .popular__item {
    width: 100%;
  }

  .card-car__list {
    margin: 0 -5px;
  }

  .card-car__inner {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .car-details {
    flex-direction: column;
  }

  .car-details__gallery {
    padding-right: 0;
    margin-bottom: 35px;
  }

  .car-details__gallery,
  .car-details__characteristics {
    flex: 0 0 100%;
    width: 100%;
  }

  .tarify__head.tarify__head--top {
    display: none;
  }

  .tarify__price {
    flex-direction: column;
    gap: 0;
  }

  .tarify__price-item {
    gap: 30px;
    flex-direction: row;
    justify-content: space-between;
  }

  .tarify__price-item+.tarify__price-item {
    border-top: 1px dashed #e9ecf1;
    padding-top: 10px;
    margin-top: 10px;
  }

  .tarify__more {
    width: 100%;
    justify-content: end;
  }

}

@media (max-width: 575px) {

  html,
  body {
    font-size: 14px;
  }

  .container {
    padding: 0 10px;
  }

  .title-section,
  .main-head h1 {
    font-size: 27px;
  }

  .header-top__logo,
  .header-top__wrap {
    gap: 14px;
  }

  .banner__main .banner__inner {
    height: 545px;
  }

  .banner__inner h1 {
    font-size: 28px;
  }

  .banner__inner h1 span {
    font-size: 19px;
    margin-top: 7px;
  }

  .banner__chek {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  svg.icon-chek {
    width: 6px;
    height: 6px;
  }

  a.btn.contacts {
    font-size: 13px;
    gap: 6px;
  }

  .steps__inner {
    background-position: 139% center;
    min-height: 250px;
    padding: 20px;
    padding-right: 180px;
  }

  .steps__name {
    font-size: 27px;
  }

  .steps__text {
    padding-right: 0;
  }

  .category__item {
    width: 50%;
  }

  .mb-menu {
    left: -100%;
    width: 100%;
  }

  .breadcrumbs__separator {
    margin: 0 2px;
  }

  .card-car__list {
    grid-template-columns: repeat(auto-fill, 100%);

  }

  .card-car__item {
    max-width: none;

  }

  .card-car__content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-car__name,
  .card-car__price,
  .card-car__arenda {
    font-size: 16px;
  }

  .car-images__additional {
    display: none;
  }

  .car-details__speakers {
    margin: 0 -10px;
  }

  .faq__close {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
  }

  .faq__head {
    font-size: 16px;
  }

}