.about__body {
  display: flex;
  column-gap: 30px;
}
.about__label--mb {
  display: none !important;
}
.about__inner {
  flex: 0 1 800px;
}
.about__title {
  margin-bottom: 15px;
}
.about__text {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 120%;
}
.about__text p:not(:last-child) {
  margin-bottom: 15px;
}
.about__items,
.about__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
.about__row:not(:last-child),
.item-about:not(:last-child) {
  border-right: 1px dashed #b9bab9;
}
.label-about {
  flex: 0 1 470px;
  background-color: var(--backgroundColor);
  display: flex;
  flex-direction: column;
}
.label-about__top {
  padding: 30px;
  margin-bottom: 28px;
  text-align: center;
}
.label-about__title {
  margin-bottom: 6px;
  color: #1c1c1c;
  font-family: "Unbounded";
  font-size: 35px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
.label-about__subtitle {
  font-family: "Geologica";
  font-size: 21px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 2.909px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.label-about__text {
  color: #1c1c1c;
  font-size: 20px;
  line-height: 120%;
}
.label-about__image {
  margin-top: auto;
  position: relative;
  padding-bottom: 57.5%;
}
.label-about__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.item-about {
  margin-top: auto;
  padding: 20px 20px 0 0;
}
.item-about__quantity {
  font-family: "Geologica";
  margin-bottom: 8px;
  color: var(--redColor);
  font-size: 25px;
  line-height: 110%;
}
.item-about__quantity span {
  font-size: 60px;
  font-weight: 500;
}
.item-about__text {
  font-family: "Geologica";
  max-width: 169px;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 1190px) {
  .about__body {
    column-gap: 20px;
  }
  .label-about {
    flex: 0 0 400px;
  }
  .label-about__top {
    padding: 30px 18px;
  }
  .item-about {
    margin-top: auto;
    padding: 10px 10px 0 0;
  }
  .item-about__quantity span {
    font-size: 50px;
  }
  .item-about__text {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .label-about {
    flex: 0 0 350px;
  }
  .label-about__title {
    font-size: 31px;
  }
  .label-about__subtitle {
    font-size: 19px;
  }
  .about__items {
    display: block;
  }
  .about__text {
    margin-bottom: 36px;
    font-size: 18px;
  }
  .about__row:not(:last-child) {
    border-right: none;
    border-bottom: 1px dashed #b9bab9;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .item-about {
    padding: 10px 10px 0 0;
  }
  .item-about__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about__body {
    display: block;
  }
  .about__label--desctop {
    display: none;
  }
  .about__label--mb {
    display: block !important;
    margin-bottom: 20px;
  }
  .label-about__top {
    padding: 30px;
    margin-bottom: 0;
  }
  .label-about__title {
    font-size: 29px;
  }
  .label-about__subtitle {
    font-size: 17px;
  }
  .label-about__text {
    font-size: 18px;
  }
  .item-about__quantity span {
    font-size: 60px;
  }
}
@media (max-width: 370px) {
  .item-about__text {
    font-size: 12px;
  }
}
.services {
  background-color: var(--backgroundColor);
}
.services__top {
  transform: translateY(40px);
  position: relative;
  z-index: 2;
}
.services__row,
.services__title {
  margin-bottom: 30px;
}
.services__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgba(225, 225, 225, 0.29);
}
.services__tumbs-slider {
  margin-left: 0 !important;
}
.services__tumbs-slide {
  width: auto !important;
}
.services__tumbs-slide.swiper-slide-thumb-active .services__tumbs-button {
  color: #1c1c1c;
}
.services__tumbs-slide.swiper-slide-thumb-active
  .services__tumbs-button::before {
  background-color: var(--redColor);
}
.services__tumbs-button {
  font-size: 17px;
  line-height: 130%;
  padding: 0 3px 10px 0;
  transition: color 0.3s ease 0s;
  position: relative;
}
.services__tumbs-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: background-color 0.5s ease 0s;
}
.services__list {
  display: none;
}
.services__fraction {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 130%;
}
.services__controlls {
  margin-bottom: 30px;
}
.services__slider {
  margin-bottom: -95px;
  margin-top: -230px;
  overflow: visible !important;
}
.services-slide {
  background-color: var(--backgroundColor);
}
.services-slide__inner {
  justify-content: space-between;
  align-items: flex-end;
}
.services-slide__content {
  padding: 268px 0 40px;
}
.services-slide__title {
  margin-bottom: 20px;
  color: #1c1c1c;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}
.services-slide__items {
  margin-bottom: 41px;
  display: flex;
  column-gap: 30px;
}
.services-slide__item-title {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 120%;
}
.services-slide__item-info {
  color: #1c1c1c;
  font-size: 23px;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 992px) {
  .services-slide.swiper-slide-active .services-slide__image {
    width: 43.6%;
    transform: translate(0, 0);
    margin-right: -70px;
  }
}
@media (min-width: 768px) {
  .services-slide__image {
    margin-right: 0;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    will-change: transition;
    transition: all 1s cubic-bezier(0, 1.13, 0.75, 0.98) 0s;
  }
  .services-slide__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
.services-slide__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.42) 21.35%,
    transparent 100%
  );
  z-index: 1;
}
.benefits-slide__item {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.benefits-slide__item:not(:last-child) {
  margin-bottom: 13px;
}
.benefits-slide__icon {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--redColor);
}
.benefits-slide__text {
  color: #1c1c1c;
  font-size: 18px;
  line-height: 97%;
  letter-spacing: 0.54px;
}
.actions-services {
  z-index: 2;
  position: relative;
  padding: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  column-gap: 30px;
  justify-content: flex-end;
  max-width: 604px;
  margin-left: auto;
  transform: translateY(-40px);
}
.actions-services__phone span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 140.5%;
  letter-spacing: 0.24px;
}
.actions-services__link {
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.4px;
}
.actions-services__link img {
  width: 20px;
  height: 20px;
}
@media (any-hover: hover) {
  .actions-services__link {
    transition: color 0.3s ease 0s;
  }
  .actions-services__link:hover {
    color: var(--redColor);
  }
}
.actions-services__button {
  padding: 19px 40px;
}
@media (max-width: 1450px) {
  .services__row {
    width: 95%;
  }
  .services__slider {
    overflow: hidden !important;
  }
}
@media (max-width: 1190px) {
  .services__slider {
    margin-top: -216px;
  }
  .services__tumbs-button {
    font-size: 15px;
  }
  .services__arrow {
    width: 55px;
    height: 55px;
  }
  .services-slide__title {
    max-width: 500px;
  }
  .actions-services {
    column-gap: 25px;
    max-width: 575px;
  }
  .services-slide.swiper-slide-active .services-slide__image {
    width: 49.6%;
  }
  .actions-services__button {
    padding: 19px 35px;
  }
}
@media (max-width: 991px) {
  .services__slider {
    margin-top: -208px;
    margin-bottom: -166px;
  }
  .services-slide__title {
    max-width: 370px;
  }
  .actions-services {
    flex-direction: column;
    max-width: 340px;
    align-items: flex-start;
    margin-right: 25px;
  }
  .actions-services__phone {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .services__container {
    padding: 0;
  }
  .services__title {
    color: #fff;
  }
  .services__controlls {
    display: flex;
  }
  .services__arrow {
    width: 45px;
    height: 45px;
  }
  .services__slider {
    margin-bottom: 40px;
  }
  .services-slide.swiper-slide-active .services-slide__image {
    width: 100%;
  }
  .services-slide__image {
    position: relative;
    padding-bottom: 55%;
    min-height: 253px;
  }
  .services-slide__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .services-slide__image::before {
    content: "";
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.42) 37.8%,
      transparent 100%
    );
  }
  .services__top {
    padding: 0 15px;
  }
  .services__row {
    width: 100%;
  }
  .services__tumbs-slide {
    width: 100% !important;
    opacity: 0 !important;
  }
  .services__tumbs-slide.swiper-slide-thumb-active {
    opacity: 1 !important;
  }
  .services__tumbs-button,
  .services__tumbs-slide.swiper-slide-thumb-active .services__tumbs-button {
    color: #fff;
  }
  .services__tumbs-button::before {
    display: none;
  }
  .services__list {
    display: block;
  }
  .services__list-text {
    color: #fff;
    font-size: 17px;
    line-height: 130%;
  }
  .services-slide__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .services-slide__content {
    padding: 20px 15px;
  }
  .actions-services {
    max-width: 100%;
    margin: 0 15px;
  }
  .services__fraction {
    padding-bottom: 8px;
  }
}
@media (max-width: 520px) {
  .services__top {
    transform: translateY(27px);
  }
  .services__row {
    margin-bottom: 40px;
  }
  .services__fraction {
    display: flex;
    column-gap: 5px;
  }
  .services-slide__title {
    font-size: 27px;
  }
  .services-slide__item-title {
    font-size: 12px;
  }
  .services-slide__items {
    margin-bottom: 29px;
  }
  .services-slide__item-info {
    font-size: 18px;
  }
  .benefits-slide__icon {
    width: 20px;
    height: 20px;
  }
  .benefits-slide__text {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
  .actions-services__phone {
    margin-bottom: 25px;
  }
  .actions-services__button {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 370px) {
  .services__title {
    font-size: 19px;
  }
  .actions-services {
    padding: 15px;
  }
  .services-slide__title {
    font-size: 25px;
  }
  .actions-services__button {
    padding: 19px 10px;
  }
}
.projects {
  margin-bottom: 30px;
}
.projects__subtitle {
  margin-bottom: 40px;
  max-width: 800px;
}
@media (min-width: 768px) {
  .projects__swiper-wrapper {
    display: grid !important;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
.projects__slider-controlls {
  display: none;
}
.slide-project {
  min-width: 0;
  padding: 20px;
  border: 2px solid #f9f9f9;
}
.slide-project__slider {
  margin-bottom: 15px;
  position: relative;
}
.slide-project__arrow {
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
@media (any-hover: hover) {
  .slide-project__arrow {
    transition: background-color 0.3s ease 0s;
  }
  .slide-project__arrow:hover {
    background-color: rgba(196, 196, 196, 0.32);
  }
}
.slide-project__arrow--prev {
  left: 0;
}
.slide-project__arrow--next {
  right: 0;
  transform: translate(0, -50%) rotate(180deg);
}
.slide-project__slide {
  cursor: pointer;
}
.slide-project__slide-image {
  position: relative;
  padding-bottom: 59.5%;
}
.slide-project__slide-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.slide-project__tumbs-slider {
  margin-bottom: 20px;
}
.slide-project__tumbs-slide {
  cursor: pointer;
}
.slide-project__tumbs-img {
  height: 120px;
}
.slide-project__slide-image img,
.slide-project__tumbs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-project__content {
  font-size: 14px;
}
.slide-project__title {
  margin-bottom: 10px;
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.slide-project__location {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  line-height: normal;
  letter-spacing: 0.42px;
}
.slide-project__location img {
  width: 16px;
  height: 16px;
}
.slide-project__items {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.slide-project__item {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.slide-project__subtitle,
.slide-stage__item-link span {
  color: #1c1c1c;
  font-weight: 600;
  line-height: 120%;
}
.slide-project__info {
  line-height: 130%;
}
.slide-project__text {
  margin: 5px 0 10px;
  line-height: 120%;
}
.slide-project__button {
  display: inline-block;
  color: var(--redColor);
  font-size: 14px;
  line-height: 130%;
  border-bottom: 1px dashed var(--redColor);
}
@media (any-hover: hover) {
  .slide-project__button {
    transition: all 0.3s ease 0s;
  }
  .slide-project__button:hover {
    color: var(--hoverColor);
    border-bottom: 1px dashed var(--hoverColor);
  }
}
@media (max-width: 991px) {
  .slide-project__tumbs-img {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .projects {
    margin-bottom: 60px;
  }
}
@media (max-width: 520px) {
  .projects__subtitle {
    margin-bottom: 30px;
  }
  .slide-project__slider {
    margin-bottom: 10px;
  }
  .slide-project__slide-image {
    padding-bottom: 70%;
  }
  .slide-project__tumbs-img {
    height: 60px;
  }
}
@media (max-width: 370px) {
  .slide-project__items {
    display: block;
  }
  .slide-project__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.form {
  margin-bottom: 140px;
}
.form__body {
  padding: 40px;
  background-color: var(--backgroundColor);
  display: flex;
  align-items: flex-end;
  column-gap: 40px;
}
.form__left {
  flex: 0 1 500px;
}
.form__title {
  font-size: 26px;
}
.form__subtitle {
  font-size: 17px;
}
.form__inner {
  flex: 0 1 680px;
}
.form__row {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  column-gap: 30px;
}
.form__item {
  flex: 0 1 50%;
}
.form__button {
  flex: 0 1 50%;
  padding: 19px 0;
  width: 100%;
}
.form__policy {
  font-size: 10px;
  line-height: 140%;
}
@media (max-width: 1190px) {
  .form {
    margin-bottom: 100px;
  }
  .form__title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .form {
    margin-bottom: 60px;
  }
  .form__body {
    padding: 30px;
    column-gap: 30px;
  }
  .form__row {
    column-gap: 20px;
  }
}
@media (max-width: 850px) {
  .form__body {
    align-items: center;
  }
  .form__left {
    flex: 0 1 600px;
  }
  .form__row {
    display: block;
  }
  .form__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .form__body {
    display: block;
  }
  .form__left {
    margin-bottom: 30px;
  }
}
@media (max-width: 520px) {
  .form__title {
    font-size: 20px;
  }
  .form__subtitle {
    font-size: 16px;
  }
}
.stage {
  margin-bottom: 140px;
}
.stage__body {
  display: flex;
  column-gap: 30px;
}
.stage__info {
  flex: 0 0 413px;
}
.stage__subtitle {
  margin-bottom: 45px;
}
.stage__controlls {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
.stage__slider-arrow {
  background-color: var(--backgroundColor);
}
.stage__fraction .swiper-pagination-current,
.stage__fraction .swiper-pagination-total {
  color: #1c1c1c;
  font-size: 30px;
  font-weight: 300;
  line-height: 97%;
  letter-spacing: 0.9px;
  padding: 0 5px;
}
.fraction {
  font-size: 16px;
  font-weight: 300;
  line-height: 97%;
  letter-spacing: 0.48px;
  min-width: 82px;
}
.slide-stage {
  padding: 30px;
  background-color: var(--backgroundColor);
}
.slide-stage__day {
  background-color: #cf2e2e;
  padding: 5px 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.42px;
  display: inline-block;
}
.slide-stage__title {
  margin-bottom: 10px;
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.72px;
  text-decoration-line: underline;
}
.slide-stage__text {
  margin-bottom: 32px;
  line-height: 27px;
  letter-spacing: 0.54px;
}
.slide-stage__item {
  margin-bottom: 32px;
}
.slide-stage__item-title {
  margin-bottom: 6px;
  line-height: 140.5%;
  letter-spacing: 0.36px;
  display: block;
}
.slide-stage__item-link {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.slide-stage__item-link span {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.4px;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .slide-stage__item-link:hover span {
    color: var(--redColor);
  }
}
.slide-stage__button {
  width: 100%;
  padding: 19px 0;
}
.slide-stage__row {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.slide-stage__row:not(:last-child) {
  margin-bottom: 13px;
}
.slide-stage__icon {
  background-color: #7a7d7e;
  flex: 0 0 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-stage__row-text {
  color: #1c1c1c;
  line-height: 97%;
  letter-spacing: 0.54px;
}
@media (max-width: 1280px) {
  .stage__info {
    flex: 0 0 315px;
  }
}
@media (max-width: 1190px) {
  .stage {
    margin-bottom: 100px;
  }
  .stage__title {
    font-size: 30px;
  }
  .stage__info {
    flex: 0 0 275px;
  }
}
@media (max-width: 991px) {
  .stage {
    margin-bottom: 60px;
  }
  .stage__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .stage__body {
    display: block;
  }
  .stage__subtitle {
    margin-bottom: 30px;
  }
  .stage__info {
    margin-bottom: 20px;
  }
  .stage__controlls {
    justify-content: space-between;
  }
}
@media (max-width: 520px) {
  .stage__title {
    font-size: 22px;
  }
  .stage__fraction .swiper-pagination-current,
  .stage__fraction .swiper-pagination-total {
    font-size: 25px;
    letter-spacing: 0.75px;
  }
  .stage__slider-arrow {
    width: 45px;
    height: 45px;
  }
  .slide-stage__title {
    font-size: 22px;
    letter-spacing: 0.66px;
  }
  .slide-stage__text {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
@media (max-width: 370px) {
  .slide-stage__title {
    font-size: 20px;
  }
  .slide-stage__row-text {
    font-size: 16px;
  }
}
.benefits {
  margin-bottom: 140px;
}
.benefits__body {
  display: flex;
  column-gap: 50px;
}
.benefits__subtitle {
  margin-bottom: 45px;
}
.benefits__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 75px;
}
.baner-benefits {
  flex: 0 0 400px;
  background-color: var(--backgroundColor);
  padding: 30px 20px;
}
.baner-benefits__body {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.baner-benefits__title {
  margin-bottom: 10px;
  color: #1c1c1c;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.66px;
}
.baner-benefits__subtitle {
  color: #9c9c9c;
  line-height: 120%;
  letter-spacing: 0.54px;
  flex: 1 1 auto;
}
.baner-benefits__image {
  position: relative;
  padding-bottom: 147%;
  margin: 0-34px;
}
.baner-benefits__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 15px;
  object-fit: cover;
}
.baner-benefits__button {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
}
.baner-benefits__button span {
  color: var(--redColor);
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0.51px;
  border-bottom: 1px dashed var(--redColor);
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .baner-benefits__button:hover span {
    color: var(--hoverColor);
    border-bottom: 1px dashed var(--hoverColor);
  }
}
.item-benefits {
  display: flex;
  column-gap: 27px;
}
.item-benefits__icon {
  flex: 0 0 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(207, 46, 46, 0.1);
}
.item-benefits__icon img {
  width: 25px;
  height: 25px;
}
.item-benefits__title {
  margin-bottom: 10px;
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.6px;
}
.item-benefits__text {
  max-width: 315px;
  line-height: 120%;
  letter-spacing: 0.54px;
}
@media (max-width: 1190px) {
  .benefits__body {
    column-gap: 30px;
  }
  .baner-benefits {
    flex: 0 0 330px;
  }
  .benefits__items {
    gap: 30px;
  }
  .item-benefits__title {
    font-size: 18px;
  }
  .item-benefits__text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .benefits {
    margin-bottom: 100px;
  }
  .benefits__body {
    flex-direction: column-reverse;
  }
  .benefits__content {
    margin-bottom: 50px;
  }
  .baner-benefits__image {
    position: relative;
    padding-bottom: 65%;
    margin: 0;
  }
  .baner-benefits__image img {
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .benefits {
    margin-bottom: 60px;
  }
}
@media (max-width: 520px) {
  .benefits__subtitle {
    margin-bottom: 30px;
  }
  .item-benefits {
    display: block;
  }
  .item-benefits__icon {
    width: 50px;
    margin-bottom: 15px;
  }
  .baner-benefits__image {
    padding-bottom: 136%;
  }
}
@media (max-width: 370px) {
  .benefits__items {
    column-gap: 20px;
  }
  .item-benefits__title {
    font-size: 16px;
  }
  .item-benefits__text {
    font-size: 14px;
  }
  .baner-benefits__title {
    font-size: 18px;
  }
  .baner-benefits__subtitle {
    font-size: 16px;
  }
  .baner-benefits__button span {
    font-size: 15px;
  }
}
