h1.banner__title {
    color: rgba(16, 16, 16, 1);
}
.podzag span {
 font-family: var(--font-family);
font-weight: 600;
font-style: SemiBold;
font-size: 28px;
line-height: 119%;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
}
.podzag {
    background: rgba(192, 33, 34, 1);
        max-width: 966px;
    margin: auto;
    padding: 5px 0px;
    border-radius: 6px;
}
.banner p {
    color: rgba(16, 16, 16, 1);
    margin-top: 15px;
        font-weight: 400;
}
.avdCircle__item {
    position: relative;
    width: 170px;
    height: 170px;
        background: rgba(255, 255, 255, 0.48);
    border: solid 1px rgba(192, 191, 191, 1);
        padding: 10px 10px 10px 10px;
    align-items: center;
        flex-direction: row;
}
.avdCircle__item span {
    color: rgba(16, 16, 16, 1);
    font-weight: 400;
}
.banner__btn .Button.Button_White {
    background: rgba(44, 44, 44, 1);
    border: none;
}
.strengths__wrapper {
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr) ;
}
.strengths__inner {
    background:
    linear-gradient(
        0deg,
        rgba(192, 33, 34, 0.25),
        rgba(192, 33, 34, 0.25)
    ),
    radial-gradient(
        52.19% 107.65% at 41.12% 97.69%,
        #461111 0%,
        #C02122 100%
    );
}
.strengths__text {
    color: #fff;
}
.strengths__item {
        background: rgba(0, 0, 0, 0.19);
        padding: 24px 24px 24px 100px;
}
.strengths__img {
    height: 56px;
        width: 56px;
    padding: 0px;
    border: 0px solid;
        top: auto;
    padding-top: 45px;
}
.strengths__icon {
    fill: #28964d;
    width: 56px;
    height: 56px;
}
.strengths__list {
    gap: 10px 10px;
}

/* Блок официального дилера */

.s-dealer {
  background: #fff;
}

.dealer {
  display: grid;
  grid-template-columns: 674px minmax(0, 796px);
  justify-content: space-between;
  align-items: start;
  gap: 50px;
}

/* Левая часть */

.dealer__left {
  width: 100%;
}

.dealer__title {
  margin: 0;
  max-width: 638px;

  font-family: var(--second-family);
  font-size: 83px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--black-title);
}

.dealer__label {
  display: inline-flex;
  align-items: center;

  min-height: 110px;
  max-width: 521px;
  margin-top: 20px;
  padding: 15px 25px;

  border-radius: 20px;
  background: #c02122;

  font-family: var(--second-family);
  font-size: 41px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}

/* Правая часть */

.dealer__right {
  width: 100%;
  max-width: 730px;
}

.dealer__item {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  column-gap: 22px;
  padding-bottom: 27px;
}

.dealer__item + .dealer__item {
  padding-top: 27px;
}

.dealer__item + .dealer__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  right: 60px;
  height: 1px;
  background: #cdcdcd;
}

.dealer__check {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
    background: rgba(134, 134, 134, 0.11);
    border-radius: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
}
.
.dealer__check img {
  display: block;
  object-fit: contain;
}

.dealer__text {
  width: 100%;
  margin: 0;

  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  color: #565656;
}

/* Экран до 1600 px */

@media screen and (max-width: 1600px) {
  .dealer {
    grid-template-columns: 482px minmax(0, 676px);
    gap: 55px;
  }

  .dealer__title {
    max-width: 482px;
    font-size: 62px;
  }

  .dealer__label {
    min-height: 80px;
    max-width: 482px;
    padding: 10px 20px;
    border-radius: 16px;
    font-size: 30px;
    line-height: 30px;
  }

  .dealer__right {
    max-width: 676px;
  }

  .dealer__text {
    font-size: 17px;
    line-height: 21px;
  }

  .dealer__item {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 18px;
    padding-bottom: 22px;
  }

  .dealer__item + .dealer__item {
    padding-top: 22px;
  }

  .dealer__check,
  .dealer__check img {
    width: 36px;
    height: 36px;
  }
}

/* Планшет */

@media screen and (max-width: 1100px) {
  .dealer {
    grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
    gap: 40px;
  }

  .dealer__title {
    font-size: 52px;
  }

  .dealer__label {
    font-size: 25px;
    line-height: 26px;
  }
}

/* Мобильная версия */

@media screen and (max-width: 769px) {
  .dealer {
    display: block;
  }

  .dealer__left {
    width: 100%;
  }

  .dealer__title {
    max-width: 100%;
    font-size: 43px;
    line-height: 1;
  }

  .dealer__label {
    width: auto;
    max-width: 100%;
    min-height: 0;
    margin-top: 18px;
    padding: 15px 20px;

    border-radius: 18px;

    font-size: 22px;
    line-height: 22px;
  }

  .dealer__right {
    width: 100%;
    max-width: none;
    margin-top: 22px;
  }

  .dealer__item {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 14px;
    padding-bottom: 20px;
  }

  .dealer__item + .dealer__item {
    padding-top: 20px;
  }

  .dealer__check,
  .dealer__check img {
    width: 36px;
    height: 36px;
  }

  .dealer__text {
    font-size: 16px;
    line-height: 1.3;
  }
}

/* Узкие телефоны — как на присланном мобильном макете */

@media screen and (max-width: 481px) {
  .s-dealer {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .dealer__title {
    font-size: 43px;
    line-height: 1.02;
  }

  .dealer__label {
        width: 100%;
        margin-top: 16px;
        padding: 14px 19px;
        border-radius: 16px;
        font-size: 18px;
        line-height: 24px;
        max-width: 250px;
  }

  .dealer__label br {
    display: none;
  }

  .dealer__right {
    margin-top: 16px;
  }

  .dealer__item {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 16px;
    padding-bottom: 18px;
  }

  .dealer__item + .dealer__item {
    padding-top: 18px;
  }

  .dealer__check,
  .dealer__check img {
    width: 34px;
    height: 34px;
  }

  .dealer__text {
           font-size: 17px;
    line-height: 1.35;
    color: #565656;
  }
}

.s-delivery-map {
  background: #fff;
  overflow: hidden;
    margin: 100px 0px;
}

.delivery-map {
  position: relative;

  width: 100%;
  aspect-ratio: 1920 / 1165;

  background-image: url("/static/images/img/bazaltovaya-vata/map.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.delivery-map .container {
  position: relative;
  height: 100%;
}

.delivery-map__content {
  position: absolute;
  z-index: 2;

  top: 24px;
  right: 15px;

  width: 100%;
  max-width: 553px;
}

.delivery-map__title {
  margin: 0;

  font-family: var(--second-family);
  font-size: 83px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--black-title);
}

.delivery-map__note {
  width: 481px;
  margin-top: 19px;
  padding: 19px 26px;

  border-radius: 10px;
  background: rgba(33, 33, 33, 0.71);

  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  color: #faf9f9;
}

@media screen and (max-width: 1600px) {
  .delivery-map__content {
    max-width: 460px;
  }

  .delivery-map__title {
    font-size: 62px;
  }

  .delivery-map__note {
    width: 100%;
    max-width: 430px;
    padding: 16px 22px;

    font-size: 20px;
    line-height: 22px;
  }
}

@media screen and (max-width: 769px) {
  .delivery-map {
    background: none;
    aspect-ratio: auto;
    min-height: 0;
  }

  .delivery-map::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1920 / 1165;

    background-image: url("/static/images/img/bazaltovaya-vata/map.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .delivery-map__content {
    position: relative;
    top: auto;
    right: auto;
    padding: 0 16px 24px;
    background: #fff;
  }
}


.advantages-list {
    width: 100%;
}

.advantages-list__title {
    margin-bottom: 20px;

    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #565656;
}

.advantages-list__items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.advantages-list__item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.advantages-list__icon {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    background: rgba(192, 33, 34, 0.12);
    border-radius: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.advantages-list__icon img {
  width: 13px;
}

.advantages-list__text {
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #565656;
}
.line-bottom {
        height: 1px;
    background: rgba(205, 205, 205, 1);
    width: 100%;
    margin: 27px 0px;
}

/* Форматы поставки */

.s-supply-formats {
  position: relative;
  overflow: hidden;
  min-height: 441px;
  padding: 100px 0;
  background-image: url("/static/images/img/keramzit/back-format.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.supply-formats {
  display: grid;
  grid-template-columns: minmax(0, 796px) minmax(0, 638px);
  grid-template-areas: "info heading";
  align-items: start;
  justify-content: space-between;
  gap: 50px;
}

.supply-formats__heading {
  grid-area: heading;
  width: 100%;
  max-width: 638px;
}

.supply-formats__title {
  margin: 0;
  font-family: var(--second-family);
  font-size: 83px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--black-title);
}

.supply-formats__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 282px;
  min-height: 80px;
  margin-top: 16px;
  padding: 20px 26px;
  border-radius: 20px;
  background: #c02122;
  font-family: var(--second-family);
  font-size: 41px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}

.supply-formats__info {
  grid-area: info;
  width: 100%;
  max-width: 796px;
}

.supply-formats__description {
  width: 100%;
  max-width: 620px;
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  color: #565656;
}

.supply-formats__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 20px;
}

.supply-formats__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.supply-formats__check {
  display: flex;
  flex: 0 0 26px;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(192, 33, 34, 0.12);
}

.supply-formats__check img {
  display: block;
  width: 13px;
  height: auto;
}

.supply-formats__text {
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  color: #565656;
}

@media screen and (max-width: 1600px) {
  .s-supply-formats {
    min-height: 370px;
    padding: 80px 0;
  }

  .supply-formats {
    grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
    gap: 50px;
  }

  .supply-formats__heading {
    max-width: 520px;
  }

  .supply-formats__title {
    font-size: 62px;
  }

  .supply-formats__label {
    width: 230px;
    min-height: 60px;
    margin-top: 16px;
    padding: 10px 26px;
    border-radius: 16px;
    font-size: 30px;
    line-height: 30px;
  }

  .supply-formats__description {
    max-width: 500px;
    font-size: 17px;
    line-height: 21px;
  }

  .supply-formats__list {
    gap: 10px;
    margin-top: 16px;
  }

  .supply-formats__text {
    font-size: 17px;
    line-height: 21px;
  }

  .supply-formats__item {
    gap: 12px;
  }

  .supply-formats__check {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
  }

  .supply-formats__check img {
    width: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .s-supply-formats {
    padding: 65px 0;
  }

  .supply-formats {
    grid-template-columns: minmax(0, 1fr) minmax(0, 430px);
    gap: 35px;
  }

  .supply-formats__title {
    font-size: 52px;
  }

  .supply-formats__label {
    width: auto;
    min-height: 58px;
    font-size: 25px;
    line-height: 25px;
  }
}

@media screen and (max-width: 769px) {
  .s-supply-formats {
    min-height: 0;
    padding: 48px 0 70px;
    background-position: center top;
    background-size: cover;
  }

  .supply-formats {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .supply-formats__heading {
    order: 1;
    max-width: none;
  }

  .supply-formats__info {
    order: 2;
    max-width: none;
    margin-top: 24px;
  }

  .supply-formats__title {
    font-size: 43px;
    line-height: 1;
    white-space: nowrap;
  }

  .supply-formats__label {
    width: 146px;
    min-height: 58px;
    margin-top: 10px;
    padding: 20px 18px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .supply-formats__description {
    width: 100%;
    max-width: 343px;
    font-size: 17px;
    line-height: 21px;
  }

  .supply-formats__list {
    gap: 14px;
    margin-top: 20px;
  }

  .supply-formats__item {
    gap: 16px;
  }

  .supply-formats__check {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
  }

  .supply-formats__check img {
    width: 13px;
  }

  .supply-formats__text {
    font-size: 17px;
    line-height: 21px;
  }
}

@media screen and (max-width: 481px) {
  .s-supply-formats {
    padding: 48px 0 68px;
    background-position: 52% top;
  }

  .supply-formats__title {
    font-size: 43px;
  }

  .supply-formats__label {
    width: 146px;
    min-height: 58px;
    padding: 20px 18px;
    font-size: 18px;
    line-height: 18px;
  }

  .supply-formats__info {
    margin-top: 24px;
  }

  .supply-formats__description {
    max-width: 343px;
  }
}


/* Почему выбирают нас */

.s-why-us {
  overflow: hidden;
  padding: 100px 0;
  background: #fff;
}

.why-us {
  position: relative;
  min-height: 1075px;
}

.why-us__title {
  position: relative;
  z-index: 5;
  margin: 0;
  font-family: var(--second-family);
  font-size: 83px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--black-title);
}

.why-us__scheme {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 1575px;
  height: 900px;
  transform: translateX(-50%);
}

.why-us__circle {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  box-sizing: border-box;
}

.why-us__circle:not(.why-us__circle_red):not(.why-us__circle_photo) {
  border: 1px solid #d8d8d8;
  background: linear-gradient(145deg, #fff 25%, #f4f4f4 100%);
}

.why-us__circle_red {
  border: 1px solid #c02122;
  background: #c02122;
}

.why-us__image {
  display: block;
  object-fit: contain;
}

.why-us__text {
  position: relative;
  z-index: 2;
  width: 100%;
  font-family: var(--second-family);
  font-size: 41px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #c02122;
}

.why-us__text_white {
  color: #fff;
}

.why-us__circle_status {
  top: 142px;
  left: 0;
  width: 540px;
  height: 540px;
}

.why-us__image_status {
  margin-bottom: 20px;
}

.why-us__circle_status .why-us__text {
  padding: 0 41px;
}

.why-us__circle_dealer {
     top: 666px;
    left: 215px;
    width: 344px;
    height: 344px;
}

.why-us__image_dealer {
  margin-bottom: 20px;
}

.why-us__circle_dealer .why-us__text {
  padding: 0 34px;
}

.why-us__circle_photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.why-us__circle_photo-big {
       top: 170px;
    left: 759px;
  width: 264px;
  height: 264px;
  border: 1px solid #f0f0ee;
  background-image: url("/static/images/img/keramzit/why-keramzit-big.png");
}

.why-us__circle_support {
  top: 390px;
  left: 495px;
  width: 458px;
  height: 458px;
}

.why-us__image_support {
  margin-bottom: 20px;
}

.why-us__circle_support .why-us__text {
  padding: 0 20px;
}

.why-us__circle_logistics {
      top: 284px;
    left: 965px;
    width: 414px;
    height: 414px;
}

.why-us__image_logistics {
  margin-bottom: 20px;
}

.why-us__circle_logistics .why-us__text {
  padding: 0 12px;
}

.why-us__circle_price {
  top: 0;
  left: 1199px;
  width: 355px;
  height: 342px;
}

.why-us__image_price {
  width: 122px;
  height: 122px;
  margin-bottom: 17px;
}

.why-us__circle_price .why-us__text {
  padding: 0 42px;
}

.why-us__circle_manager {
    top: 672px;
    left: 895px;
    width: 290px;
    height: 290px;
}

.why-us__image_manager {
  margin-bottom: 20px;
}

.why-us__circle_manager .why-us__text {
  padding: 0 9px;
}

.why-us__circle_photo-small {
    top: 679px;
    left: 1180px;
  width: 188px;
  height: 188px;
  border: 1px solid #f0f0ee;
  background-image: url("/static/images/img/keramzit/why-keramzit-small.png");
}

@media screen and (max-width: 1600px) {
  .s-why-us {
    padding: 80px 0;
  }

  .why-us {
    min-height: 810px;
  }

  .why-us__title {
    font-size: 62px;
  }

  .why-us__scheme {
    top: 90px;
    width: 1180px;
    height: 680px;
    transform: translateX(-50%) scale(0.75);
    transform-origin: top center;
  }
}


@media screen and (max-width: 1440px) {
    .strengths__wrapper {
            grid-template-columns: minmax(0, 370px) minmax(0, 1fr);
    } 
    .strengths__item {
    padding: 20px 20px 20px 90px;
}
    .strengths__item br {
        display: none;
    }
    .why-us__scheme {
    left: 40%;
    }
}



@media screen and (min-width: 769px) {
    .avdCircle__item svg {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .banner__title {
        margin-top: 0px;
    }
    .podzag {
    max-width: 300px;
    }
    .podzag span {
        display: block;
        font-size: 11px;
    }
    .avdCircle {
        padding-bottom: 50px;
    }
    .banner p br {
        display: none;
    }
        .avdCircle__item {
            width: auto;
        height: auto;
        border: none;
        padding: 0;
        background-color: transparent;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 5px;
        font-size: 14px;
        text-align: left;
                  backdrop-filter: none;
    }
    .advantages-list__title {
           font-size: 18px;
    }
    .advantages-list__text {
    font-size: 18px;
}
    .advantages-list__items {
    gap: 10px;
}
        .delivery-map__title {
        font-size: 43px;
    }
        .delivery-map__title br {
       display: none;
    }
    .delivery-map__note {
        font-size: 18px;
    }
    .delivery-map__note br {
        display: none;
    }
    
    
     .strengths {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .strengths__wrapper {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    width: 100%;
    gap: 8px;
  }

  .strengths__inner {
    order: 1;
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    box-sizing: border-box;
    background:
      linear-gradient(
        0deg,
        rgba(192, 33, 34, 0.25),
        rgba(192, 33, 34, 0.25)
      ),
      radial-gradient(
        52.19% 107.65% at 41.12% 97.69%,
        #461111 0%,
        #c02122 100%
      );
  }

  .strengths__list {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    width: 100%;
    gap: 6px;
  }

  .strengths__item {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
    width: 100%;
    min-height: 60px;
    padding: 10px 12px;
    border-radius: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.19);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
  }

  .strengths__img {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
  }

  .strengths__icon {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  .strengths__text {
    width: 100%;
    margin: 0;
    font-family: var(--font-family);
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    color: #fff;
  }

  .strengths__text strong {
    font-weight: 600;
  }

  .strengths__item br {
    display: none;
  }

  .strengths__picture {
    order: 2;
    width: 100%;
    height: auto;
    margin-top: 0;
    overflow: hidden;
    border-radius: 16px;
  }

  .strengths__picture img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 310 / 378;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
  }

  .strengths__btn {
    order: 3;
    width: 100%;
    margin-top: 8px;
  }

  .strengths__btn .Button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 7px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
  }
    
    
     .s-why-us {
    overflow: hidden;
    padding: 55px 0 65px;
    background: #fff;
  }

  .why-us {
    position: relative;
    width: 100%;
    min-height: 900px;
  }

  .why-us__title {
    position: relative;
    z-index: 10;
    margin: 0;
    font-family: var(--second-family);
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--black-title);
  }

  .why-us__scheme {
    position: relative;
    top: auto;
    left: 50%;
    width: 344px;
    height: 820px;
    margin-top: 20px;
    transform: translateX(-50%);
    transform-origin: top center;
  }

  .why-us__circle {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 50%;
  }

  .why-us__circle:not(.why-us__circle_red):not(.why-us__circle_photo) {
    border: 0.5px solid #d8d8d8;
    background: linear-gradient(145deg, #fff 25%, #f4f4f4 100%);
  }

  .why-us__circle_red {
    border: 0.5px solid #c02122;
    background: #c02122;
  }

  .why-us__image {
    display: block;
    width: 62.8px;
    height: 62.8px;
    margin: 0 0 10px;
    object-fit: contain;
  }

  .why-us__text {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 8px;
    font-family: var(--second-family);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #c02122;
  }

  .why-us__text br {
    display: none;
  }

  .why-us__text_white {
    color: #fff;
  }

  .why-us__circle_status {
    top: 0;
    left: 0;
    width: 242.22px;
    height: 242.22px;
  }

  .why-us__image_status {
    width: 62.8px;
    height: 62.8px;
    margin-bottom: 10px;
  }

  .why-us__circle_status .why-us__text {
    max-width: 205.44px;
    padding: 0;
  }

  .why-us__circle_photo-big {
    top: 110px;
    left: 237px;
    width: 106.33px;
    height: 106.33px;
    border: 1px solid #f0f0ee;
    background-image: url("/static/images/img/keramzit/why-keramzit-big.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .why-us__circle_support {
    top: 208px;
    left: 137.5px;
    width: 205.44px;
    height: 205.44px;
  }

  .why-us__image_support {
    width: 62.8px;
    height: 62.8px;
    margin-bottom: 10px;
  }

  .why-us__circle_support .why-us__text {
    max-width: 205.44px;
    padding: 0 10px;
  }

  .why-us__circle_price {
    top: 305px;
    left: 0;
    width: 159.24px;
    height: 153.41px;
  }

  .why-us__image_price {
    width: 62.8px;
    height: 62.8px;
    margin-bottom: 5px;
  }

  .why-us__circle_price .why-us__text {
    padding: 0 12px;
  }

  .why-us__circle_dealer {
    top: 394px;
    left: 130px;
    width: 154.31px;
    height: 154.31px;
  }

  .why-us__image_dealer {
    width: 62.8px;
    height: 62.8px;
    margin-bottom: 5px;
  }

  .why-us__circle_dealer .why-us__text {
    padding: 0 8px;
  }

  .why-us__circle_logistics {
    top: 505px;
    left: 0;
    width: 185.7px;
    height: 185.7px;
  }

  .why-us__image_logistics {
    width: 62.8px;
    height: 62.8px;
    margin-bottom: 7px;
  }

  .why-us__circle_logistics .why-us__text {
    padding: 0 12px;
  }

  .why-us__circle_manager {
    top: 541px;
    left: 186px;
    width: 130.08px;
    height: 130.08px;
  }

  .why-us__image_manager {
    width: 51.14px;
    height: 51.14px;
    margin-bottom: 4px;
  }

  .why-us__circle_manager .why-us__text {
    padding: 0 7px;
  }

  .why-us__circle_photo-small {
    top: 651px;
    left: 148px;
    width: 81.42px;
    height: 81.42px;
    border: 1px solid #f0f0ee;
    background-image: url("/static/images/img/keramzit/why-keramzit-small.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
    
      .why-us__circle_photo-big {
    background-image: url("/static/images/img/keramzit/why-keramzit-small.png");
  }

  .why-us__circle_photo-small {
    background-image: url("/static/images/img/keramzit/why-keramzit-big.png");
  }
}

.s-banner {
    padding-top: 150px;
}