@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html,
button {
  font-size: 14px;
}
@media (min-width: 1200px) {
  html,
  button {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  html,
  button {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  html,
  button {
    font-size: 18px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

*,
::after,
::before {
  box-sizing: border-box;
}

main {
  overflow-x: hidden;
  overflow-y: hidden;
}

input,
select,
textarea {
  border: none;
  background-color: transparent;
  outline: none;
}

body {
  font-family: "Inter", sans-serif;
  color: #000000;
  margin: 0;
}

.container {
  max-width: 95rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

p {
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #000000;
  text-decoration: none;
}

ul {
  text-decoration: none;
  padding-left: 0;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  margin: 0;
  font-family: "Lora", sans-serif;
}

h1 {
  font-size: 3.125rem;
}

h2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 4.5625rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}

.h2 {
  font-size: 2.8125rem;
  font-weight: 300;
  line-height: 3.0619rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .h2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}

h3,
.h3 {
  font-weight: 400;
}

h4,
.h4 {
  font-size: 1.4375rem;
  font-weight: 300;
  line-height: 1.9375rem;
}

.text-black {
  color: #000000 !important;
}

.text-grey {
  color: #c6cfdc !important;
}

.text-white {
  color: #ffffff !important;
}

.btn {
  border-radius: 0.625rem;
  padding: 0.625rem 2.5rem;
  background-color: #ff8c00;
  color: white;
  font-weight: 500;
}
.btn:hover {
  background-color: #105aa6;
  color: white;
}

.agreement {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  background: rgba(61, 61, 61, 0.7529411765);
  color: white;
}
.agreement__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  max-width: 64rem;
  margin-inline: auto;
}

.breadcrumbs {
  font-size: 0.8125rem;
  color: #7a8795;
}
.breadcrumbs span {
  margin: 0 0.625rem;
  color: #aab5c0;
}

.maping-icon-clock {
  background: url("../../assets/img/icons/map-clock.svg") center center/contain no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  flex-shrink: 0;
}

.maping-icon-christ {
  background: url("../../assets/img/icons/map-christ.svg") center center/contain no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  flex-shrink: 0;
}

.maping-icon-shield {
  background: url("../../assets/img/icons/map-shield.svg") center center/contain no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  flex-shrink: 0;
}

.header-eye-icon {
  background: url("../../assets/img/icons/header-eye.svg") center center/contain no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  flex-shrink: 0;
}

.header-phone-icon {
  background: url("../../assets/img/icons/header-phone.svg") center center/contain no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  flex-shrink: 0;
}

.header-clock-icon {
  background: url("../../assets/img/icons/header-clock.svg") center center/contain no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  flex-shrink: 0;
}

.header-location-icon {
  background: url("../../assets/img/icons/header-location.svg") center center/contain no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  flex-shrink: 0;
}

.custom-list li {
  position: relative;
  padding-left: 2.5625rem;
  margin-bottom: 1.25rem;
  line-height: 150%;
  font-weight: inherit;
}
.custom-list li::before {
  content: "";
  background: url("../img/icons/custom-list-dot.svg") center center/contain no-repeat;
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 1.9375rem;
  height: 1.4375rem;
}

.modal__btn {
  background: url("../img/icons/cross.svg") center center/contain no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  flex-shrink: 0;
  position: absolute;
  right: 0.75rem;
  border: none;
  z-index: 9999;
}

.menu-ico {
  background: url("../img/icons/menu.svg") center center/contain no-repeat;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
}

[aria-expanded=true] .menu-ico {
  background: url("../img/icons/cross.svg") center center/contain no-repeat;
}

.header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
}
.header.active li {
  padding: 0rem;
}
.header.active .header__contacts {
  display: none !important;
}
.header.active .header__logo img {
  max-width: 8rem;
  padding-top: 0.5rem;
}
.header__logo {
  margin-right: 3.125rem;
}
@media (max-width: 767.98px) {
  .header__logo {
    margin-right: 0.3125rem;
  }
}
.header__logo img {
  max-width: 12.5rem;
}
@media (max-width: 1199.98px) {
  .header__logo img {
    max-width: 10.5rem;
  }
}
@media (max-width: 767.98px) {
  .header__logo img {
    max-width: 9.5rem;
  }
}
@media (max-width: 575.98px) {
  .header__logo img {
    max-width: 7.8rem;
  }
}
.header__contact {
  display: flex;
  flex-direction: column;
}
.header__contact-phone {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
}
.header__contact-phone::before {
  content: "☎";
  font-size: 1.375rem;
  margin-right: 0.5625rem;
  color: #1268b6;
}
.header__mobile-contacts {
  display: none;
}
@media (max-width: 991.98px) {
  .header__mobile-contacts {
    display: flex;
    flex-direction: column;
  }
  .header__mobile-contacts__email {
    position: relative;
    padding-left: 1.875rem;
  }
  .header__mobile-contacts__email:before {
    content: "";
    background: url("../../assets/img/icons/email-ico.svg") center center/contain no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
  }
  .header__mobile-contacts__phone {
    position: relative;
    padding-left: 1.875rem;
  }
  .header__mobile-contacts__phone:before {
    content: "";
    background: url("../../assets/img/icons/phone-ico.svg") center center/contain no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.header__btn {
  border-radius: 0.4375rem;
  padding: 0.625rem 1.25rem;
  background-color: #105aa6;
  color: white;
  font-weight: 500;
}
.header__btn:hover {
  background-color: #ff8c00;
  color: white;
}
.header__nav-link {
  color: #31455a;
  font-weight: 500;
  line-height: 1.875rem;
  font-size: 1rem;
  transition: all 0.3s;
}
.header__nav-link:hover {
  color: #ff8c00;
}
@media (max-width: 991.98px) {
  .header__nav-link {
    font-size: 1.375rem;
  }
}
.header__nav-link-dropdown {
  border: 0.0625rem solid #000000;
  border-radius: 1.875rem;
  padding: 0.9375rem 1.5625rem;
}
.header__nav-link-dropdown:hover {
  border: 0.0625rem solid #105aa6;
}
.header__border {
  border-bottom: 0.0625rem solid #d4d4d4;
}

.header.active .header__navbar {
  padding-top: 0rem;
  margin-bottom: 0rem;
}
.header.active .header__navbar .navbar-nav {
  padding-top: 1rem;
}
.header.active .header__navbar .header__border {
  display: none;
}

@media (max-width: 1199.98px) {
  .navbar {
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .navbar {
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
}
.navbar-nav {
  display: flex;
  justify-content: space-between;
  border-radius: 0.75rem;
  align-items: center;
}
@media (max-width: 991.98px) {
  .navbar-nav {
    align-items: start;
  }
}
.navbar-nav .nav-item {
  padding: 1.25rem 0rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-item {
    padding-left: 0.9375rem;
  }
}
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}

.dropdown-menu {
  border: none;
  width: 15rem;
  padding-inline: 1rem;
  top: 90%;
  border-radius: 1.25rem;
}
.dropdown-menu__item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.dropdown-menu__link:hover {
  color: #105aa6;
}

.offcanvas__logo {
  max-width: 11rem;
}
@media (max-width: 767.98px) {
  .offcanvas__logo {
    max-width: 9rem;
  }
}
@media (max-width: 575.98px) {
  .offcanvas__logo {
    max-width: 8rem;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas.offcanvas-end {
    width: 60vw !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas.offcanvas-end {
    width: 80vw !important;
  }
}
@media (max-width: 575.98px) {
  .offcanvas.offcanvas-end {
    width: 95vw !important;
  }
}

.section-title {
  font-size: 2.25rem;
  text-transform: uppercase;
  line-height: 100%;
  text-align: center;
  color: #000000;
  margin: 0 auto;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 1.9375rem;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 1.625rem;
  }
}

.inner-title {
  font-size: 2.875rem;
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.top__bg {
  background: url("../../assets/img/top-bg.png") bottom right/cover no-repeat;
  border-radius: 1.875rem 1.875rem 0 0;
  padding: 8.125rem 0rem;
  max-width: 100vw;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .top__bg {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0)), url("../../assets/img/top-bg.png") bottom right/cover no-repeat;
    padding: 3.125rem 0rem;
  }
}
.top__title {
  font-size: 4rem;
  font-weight: 800;
  color: #2d2d2d;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .top__title {
    font-size: 3.125rem;
  }
}
@media (max-width: 575.98px) {
  .top__title {
    font-size: 2.5rem;
  }
}
.top__title span {
  font-size: 2.25rem;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .top__title span {
    font-size: 1.75rem;
  }
}
.top__subtitle {
  color: #182a3e;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  max-width: 25rem;
}
@media (max-width: 991.98px) {
  .top__subtitle {
    font-size: 1.875rem;
  }
}
.top__subtitle__inner {
  font-size: 2.1875rem;
  color: #796e63;
}
.top__text {
  font-size: 1.25rem;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .top__text {
    color: white;
  }
}

.adv__item {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .adv__item {
    background-color: #f6f9fc;
    padding: 1.25rem;
    height: 100%;
    border-radius: 0.4375rem;
  }
}
@media (max-width: 767.98px) {
  .adv__item {
    height: 6.875rem;
  }
}
.adv__item__img {
  max-width: 6.25rem;
  margin-right: 1.25rem;
}
@media (max-width: 1199.98px) {
  .adv__item__img {
    max-width: 5rem;
  }
}
.adv__item__text {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .adv__item__text {
    font-size: 1.25rem;
  }
}

.why__wrapper {
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 991.98px) {
  .why__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .why__wrapper {
    gap: 0.625rem;
  }
}
.why__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 575.98px) {
  .why__item {
    width: 10rem;
  }
}
.why__item__img {
  max-width: 6.25rem;
  width: 6.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 575.98px) {
  .why__item__img {
    max-width: 5rem;
  }
}
.why__item__text {
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  max-width: 13.125rem;
}

.beton__item {
  border: 0.0625rem solid #dfe7ef;
  border-radius: 1.375rem;
  overflow: hidden;
  background: #fff;
  transition: 0.25s;
  box-shadow: 0 0.75rem 2.125rem rgba(14, 47, 83, 0.06);
}
.beton__item:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 1.5rem 3.75rem rgba(15, 45, 78, 0.12);
}
@media (max-width: 1699.98px) {
  .beton__item__img-sort {
    width: 11.25rem;
  }
}
@media (max-width: 1199.98px) {
  .beton__item__img-sort {
    width: 10rem;
  }
}
.beton__item__img-sort-wrapper {
  position: relative;
  display: inline;
  z-index: 1;
}
.beton__item__img-sort-wrapper::before {
  content: "";
  background: url("../../assets/img/icons/beton-dotted.svg") center center/contain no-repeat;
  position: absolute;
  top: 6rem;
  right: -0.3125rem;
  width: 3.6875rem;
  height: 1.8125rem;
}
.beton__item__img-macro {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  padding: 0.3125rem;
  border: 0.125rem dotted #ff8c00;
  position: absolute;
  position: relative;
  z-index: 1;
}
@media (max-width: 1699.98px) {
  .beton__item__img-macro {
    width: 9.375rem;
    height: 9.375rem;
  }
}
@media (max-width: 1199.98px) {
  .beton__item__img-macro {
    width: 8.75rem;
    height: 8.75rem;
  }
}
@media (max-width: 575.98px) {
  .beton__item__img-macro {
    border: 0.1875rem dotted #ff8c00;
  }
}
.beton__item__nerud-img {
  width: 100%;
  max-width: 18.75rem;
}
.beton__item__img-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.beton__item__img-wrapper::after {
  content: "";
  background: url("../../assets/img/beton-bg.png") center center/contain no-repeat;
  position: absolute;
  top: 0rem;
  left: 6.25rem;
  width: 12.875rem;
  height: 8.875rem;
}
@media (max-width: 1199.98px) {
  .beton__item__img-wrapper::after {
    left: 30%;
  }
}
@media (max-width: 575.98px) {
  .beton__item__img-wrapper::after {
    left: 20%;
  }
}
@media (max-width: 1199.98px) {
  .beton__item__img-wrapper {
    text-align: center;
  }
}
.beton__item__title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #403f40;
  text-align: right;
}
.beton__item__subtitle {
  color: #8f8f8f;
  font-size: 1rem;
  font-weight: 500;
}
.beton__item__cost-table {
  font-size: 1.125rem;
  color: #403f40;
  width: 100%;
}
.beton__item__cost-table span {
  font-size: 1.375rem;
  color: #ff8c00;
  font-weight: 700;
}
.beton__item__cost-table td {
  border-bottom: 0.0625rem dotted #cbcbcb;
}
.beton__border {
  border-bottom: 0.0625rem solid #d0d0d0;
}

.about {
  background-image: url("../../assets/img/about-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.about__text-wrapper {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}
.about__img {
  width: 100%;
  max-width: 31.875rem;
}
@media (max-width: 991.98px) {
  .about__img {
    max-width: 100%;
  }
}

.faq .accordion-item {
  border: none;
}
.faq .accordion-button {
  line-height: 150%;
  background-color: white;
  box-shadow: none !important;
  font-size: 1.125rem;
  padding-bottom: 0.25rem;
  margin-bottom: 1.25rem;
  padding-left: 3.25rem !important;
  -webkit-text-decoration: underline dotted 0.0625rem;
          text-decoration: underline dotted 0.0625rem;
  text-decoration-color: #2e3740;
  border: none;
  background: none;
  font-weight: 700;
}
@media (max-width: 1699.98px) {
  .faq .accordion-button {
    font-size: 1.0625rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .faq .accordion-button {
    padding-left: 3.75rem !important;
    height: 5.75rem;
    line-height: 120%;
  }
}
.faq .accordion-button::after {
  background-image: url("../../assets/img/icons/accordion-btn.svg");
  position: absolute;
  left: 1rem;
  background-size: 1.125rem;
  width: 1.125rem;
  height: 0.625rem;
}
@media (max-width: 575.98px) {
  .faq .accordion-button::after {
    width: 1.875rem;
    height: 1.875rem;
    background-size: 1.875rem;
    left: 1.25rem;
  }
}
.faq .accordion-body p {
  font-size: 1.125rem;
  color: #1e1e1e;
  font-weight: 400;
}

.footer__border {
  border-top: 0.0625rem solid #d4d4d4;
  border-bottom: 0.0625rem solid #d4d4d4;
}
.footer__logo {
  max-width: 14.5rem;
}
@media (max-width: 767.98px) {
  .footer__logo {
    max-width: 9.5rem;
  }
}
@media (max-width: 575.98px) {
  .footer__logo {
    max-width: 7.8rem;
  }
}
.footer__item {
  font-size: 1.375rem;
}
.footer__item__title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.footer__item__phone {
  font-weight: 700;
}
.footer a:hover {
  color: #ff8c00;
}
.footer__ps p {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 0;
}
.footer__ps a {
  display: block;
  text-decoration: underline;
  color: #182a3e;
}
.footer__ps a:hover {
  color: #ff8c00;
}

.hero h1 {
  font-size: 4.5rem;
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 0.875rem 0 1.25rem;
  font-weight: 850;
  color: #0b2847;
}
.hero small {
  display: block;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-top: 1.125rem;
  font-weight: 720;
  color: #193a5d;
}
.hero p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #5d6b7a;
  max-width: 29.375rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 991.98px) {
  .hero p {
    max-width: 100%;
  }
}
.hero .price-strip {
  display: flex;
  align-items: flex-end;
  gap: 1.875rem;
  border-top: 0.0625rem solid #dfe7ef;
  border-bottom: 0.0625rem solid #dfe7ef;
  margin: 1.75rem 0 1.5rem;
}
.hero .price-col {
  min-width: 10.625rem;
}
.hero .price-col + .price-col {
  padding-left: 1.75rem;
  border-left: 0.0625rem solid #dfe7ef;
}
.hero .price-label {
  font-size: 0.75rem;
  color: #728092;
  margin-bottom: 0.5rem;
}
.hero .price {
  font-size: 1.125rem;
  color: #2a3f54;
}
.hero .price strong {
  font-size: 2.25rem;
  color: #ff8c00;
  letter-spacing: -0.03em;
  margin-right: 0.25rem;
}
@media (max-width: 767.98px) {
  .hero .price strong {
    font-size: 1.5rem;
  }
}
.hero .delivery-note {
  font-size: 0.75rem;
  color: #7a8794;
  margin-top: 0.625rem;
}
.hero .passport-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #1268b6;
  font-weight: 650;
  border-bottom: 0.0625rem solid rgba(18, 104, 182, 0.35);
  padding-bottom: 0.125rem;
  cursor: pointer;
}
.hero .hero-media {
  height: 34.375rem;
  position: relative;
}
.hero__img {
  position: absolute;
  inset: 0 0 1.375rem 0;
  border-radius: 1.75rem 0 1.75rem 1.75rem;
  overflow: hidden;
  box-shadow: 0 1.5rem 3.75rem rgba(15, 45, 78, 0.12);
  background: #d7e8f5;
  width: 100%;
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(3, 24, 45, 0.18));
}
.hero .visual-index {
  position: absolute;
  right: -0.125rem;
  top: 1.125rem;
  background: #0b2847;
  color: #fff;
  padding: 0.5625rem 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero .hero-number {
  position: absolute;
  right: -0.625rem;
  bottom: -3rem;
  font-size: 10.375rem;
  font-weight: 900;
  color: rgba(12, 40, 71, 0.055);
  letter-spacing: -0.08em;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .hero .hero-number {
    bottom: -4rem;
  }
}
@media (max-width: 575.98px) {
  .hero .hero-number {
    display: none;
  }
}
.hero .product-tag {
  position: absolute;
  left: -2.125rem;
  bottom: 0;
  background: #fff;
  width: 15.625rem;
  padding: 1.375rem 1.5rem;
  border-left: 0.3125rem solid #ff7a00;
  box-shadow: 0 1.125rem 2.8125rem rgba(13, 44, 76, 0.17);
}
@media (max-width: 991.98px) {
  .hero .product-tag {
    left: -0.4375rem;
  }
}
.hero .product-tag small {
  display: block;
  color: #6b7885;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.hero .product-tag strong {
  font-size: 1.3125rem;
  letter-spacing: -0.02em;
}
.hero__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .hero__actions {
    flex-wrap: wrap;
    gap: 1.3125rem;
  }
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #1268b6;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 1.75rem;
  height: 0.125rem;
  background: #ff7a00;
}

.spec-band {
  background: #0b2847;
  color: #fff;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 8.25rem;
}
@media (max-width: 991.98px) {
  .spec-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.spec {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.14);
}
@media (max-width: 991.98px) {
  .spec {
    border: 0.0625rem solid rgba(255, 255, 255, 0.14);
  }
}
@media (max-width: 767.98px) {
  .spec {
    border: none;
  }
}
@media (max-width: 575.98px) {
  .spec {
    gap: 0.9375rem;
  }
}

.spec:last-child {
  border-right: 0;
}
@media (max-width: 991.98px) {
  .spec:last-child {
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.14);
  }
}
@media (max-width: 767.98px) {
  .spec:last-child {
    border: none;
  }
}

.spec-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 0.0625rem solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #fff;
  font-size: 1.3125rem;
}
@media (max-width: 575.98px) {
  .spec-icon {
    width: 2.125rem;
    height: 2.125rem;
  }
}

.spec small {
  display: block;
  font-size: 0.75rem;
  color: #a8bfd4;
  margin-bottom: 0.3125rem;
}

.spec strong {
  display: block;
  font-size: 1.5625rem;
  color: #fff;
  letter-spacing: -0.02em;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 2.125rem 0 2.625rem;
}
@media (max-width: 991.98px) {
  .trust-row {
    grid-template-columns: 1fr 1fr;
    gap: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .trust-row {
    grid-template-columns: 1fr;
  }
}

.trust-item {
  padding: 0 1.75rem;
  display: grid;
  grid-template-columns: 2.75rem 1fr;
  gap: 0.9375rem;
  align-items: start;
  border-right: 0.0625rem solid #dfe7ef;
}
@media (max-width: 991.98px) {
  .trust-item {
    border: none;
    grid-template-columns: 2.1875rem 1fr;
  }
}
@media (max-width: 575.98px) {
  .trust-item {
    padding: 0 1rem;
  }
}

.trust-item:first-child {
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .trust-item:first-child {
    padding-left: 1.75rem;
  }
}
@media (max-width: 575.98px) {
  .trust-item:first-child {
    padding-left: 1rem;
  }
}

.trust-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.trust-icon {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff3e7;
  color: #ff7a00;
  font-weight: 800;
  font-size: 1.1875rem;
}

.trust-item strong {
  font-size: 0.9375rem;
  display: block;
  margin-bottom: 0.3125rem;
}

.trust-item span {
  font-size: 0.75rem;
  line-height: 1.45;
  color: #788593;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5.75rem;
  align-items: start;
}
@media (max-width: 991.98px) {
  .story-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.story-copy h2 {
  max-width: 40.625rem;
}
@media (max-width: 991.98px) {
  .story-copy h2 {
    max-width: 100%;
  }
}

.story-copy .section-lead {
  max-width: 40.625rem;
}
@media (max-width: 991.98px) {
  .story-copy .section-lead {
    max-width: 100%;
  }
}

.warning {
  margin-top: 2.25rem;
  border-top: 0.0625rem solid #ff7a00;
  border-bottom: 0.0625rem solid #ff7a00;
  padding: 1.375rem 0;
  display: grid;
  grid-template-columns: 2.875rem 1fr;
  gap: 1rem;
  align-items: center;
}

.warning-mark {
  width: 2.625rem;
  height: 2.625rem;
  border: 0.09375rem solid #ff7a00;
  color: #ff7a00;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.4375rem;
  font-weight: 800;
}

.warning p {
  font-size: 0.9375rem;
  line-height: 1.55;
  margin: 0;
  color: #31465b;
}

.warning strong {
  color: #ff7a00;
}

.why-list h3 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.why-row {
  display: grid;
  grid-template-columns: 2.875rem 1fr;
  gap: 1.125rem;
  padding: 1.3125rem 0;
  border-bottom: 0.0625rem solid #dfe7ef;
}

.why-row:first-of-type {
  border-top: 0.0625rem solid #dfe7ef;
}

.why-num {
  font-size: 1rem;
  color: #ff7a00;
  font-weight: 800;
}

.why-row strong {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.375rem;
}

.why-row span {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #748291;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1.875rem;
}

.section-heading h2 {
  font-size: 2.375rem;
  margin: 0;
}

.section-heading p {
  font-size: 0.875rem;
  color: #7b8895;
  max-width: 28.75rem;
  margin: 0;
  text-align: right;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .section-heading p {
    text-align: left;
    max-width: 100%;
  }
}

.application-grid {
  height: 38.125rem;
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.125rem;
}
@media (max-width: 991.98px) {
  .application-grid {
    grid-template-columns: 1fr;
    height: auto;
  }
}

.app-card {
  position: relative;
  overflow: hidden;
  background: #e8eef4;
}

.app-card.large {
  grid-row: 1/3;
  border-radius: 1.5rem 0.25rem 0.25rem 1.5rem;
}
@media (max-width: 991.98px) {
  .app-card.large {
    border-radius: 1.5rem 0.25rem 0.25rem 0.25rem;
  }
}

.app-card.top {
  border-radius: 0.25rem 1.5rem 0.25rem 0.25rem;
}
@media (max-width: 991.98px) {
  .app-card.top {
    border-radius: 0.25rem;
  }
}

.app-card.bottom {
  border-radius: 0.25rem 0.25rem 1.5rem 0.25rem;
}

.app-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.82) contrast(1.02);
}

.app-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 25, 45, 0.02) 46%, rgba(4, 25, 45, 0.82) 100%);
}

.app-caption {
  position: absolute;
  z-index: 2;
  left: 1.75rem;
  right: 1.75rem;
  bottom: 1.5rem;
  color: #fff;
}

.app-caption small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.625rem;
  color: #f6b06d;
  margin-bottom: 0.4375rem;
  font-weight: 800;
}

.app-caption strong {
  font-size: 1.375rem;
  line-height: 1.18;
  display: block;
  max-width: 26.875rem;
}

.app-caption p {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #dbe6ee;
  margin: 0.5rem 0 0;
  max-width: 26.25rem;
}
@media (max-width: 991.98px) {
  .app-caption p {
    max-width: 100%;
  }
}

.advantage-line {
  padding: 2.125rem 0;
  border-top: 0.0625rem solid #dfe7ef;
  border-bottom: 0.0625rem solid #dfe7ef;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  .advantage-line {
    grid-template-columns: 1fr 1fr;
    gap: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .advantage-line {
    grid-template-columns: 1fr;
  }
}

.advantage {
  padding: 0 1.875rem;
  border-right: 0.0625rem solid #dfe7ef;
}
@media (max-width: 991.98px) {
  .advantage {
    border: none;
  }
}
@media (max-width: 575.98px) {
  .advantage {
    padding: 0 1rem;
  }
}

.advantage:first-child {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .advantage:first-child {
    padding-left: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .advantage:first-child {
    padding-left: 1rem;
  }
}

.advantage:last-child {
  border-right: 0;
  padding-right: 0;
}

.advantage .accent {
  color: #ff7a00;
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-bottom: 0.9375rem;
}

.advantage strong {
  display: block;
  font-size: 1.0625rem;
  margin-bottom: 0.5rem;
}

.advantage p {
  font-size: 0.8125rem;
  color: #748190;
  line-height: 1.55;
  margin: 0;
}

.grade-nav {
  background: #f6f9fc;
  display: grid;
  grid-template-columns: 13.75rem 1fr;
  align-items: center;
  border-left: 0.25rem solid #1268b6;
}
@media (max-width: 991.98px) {
  .grade-nav {
    grid-template-columns: 1fr;
  }
}

.grade-nav h3 {
  font-size: 1.25rem;
  margin: 0;
}

.grade-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 991.98px) {
  .grade-links {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 575.98px) {
  .grade-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grade-link {
  padding: 0.5rem 1.5rem;
  border-left: 0.0625rem solid #d9e3ec;
  cursor: pointer;
}

.grade-link small {
  display: block;
  font-size: 0.6875rem;
  color: #7d8995;
  margin-bottom: 0.3125rem;
}

.grade-link strong {
  font-size: 1.375rem;
  color: #0b2847;
}

.grade-link span {
  display: block;
  font-size: 0.6875rem;
  color: #1268b6;
  margin-top: 0.5rem;
  font-weight: 700;
}

.quality {
  min-height: 43.75rem;
  color: #fff;
  position: relative;
  background-color: #0d273f;
}

.quality::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.5rem;
  background: #ff7a00;
}

.quality-inner {
  min-height: 43.75rem;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 991.98px) {
  .quality-inner {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

.quality-copy .eyebrow {
  color: #8fc4ef;
}

.quality-copy .eyebrow::before {
  background: #ff7a00;
}

.quality-copy h2 {
  color: #fff;
  max-width: 37.5rem;
}
@media (max-width: 991.98px) {
  .quality-copy h2 {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .quality-copy h2 {
    max-width: 85%;
  }
}

.quality-copy p {
  font-size: 1rem;
  line-height: 1.72;
  color: #c9d6e1;
  margin-bottom: 1.25rem;
}
@media (max-width: 575.98px) {
  .quality-copy p {
    max-width: 85%;
  }
}

.quality-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875rem;
  margin-top: 2.125rem;
}
@media (max-width: 575.98px) {
  .quality-points {
    grid-template-columns: 1fr;
  }
}

.quality-point {
  padding: 1.25rem 0;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 575.98px) {
  .quality-point {
    padding: 0.625rem 0;
  }
}

.quality-point strong {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.375rem;
}

.quality-point span {
  font-size: 0.6875rem;
  line-height: 1.4;
  color: #9fb4c7;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.certificate-wrap {
  position: relative;
  width: 26.875rem;
  justify-self: end;
}
@media (max-width: 991.98px) {
  .certificate-wrap {
    justify-self: center;
  }
}
@media (max-width: 575.98px) {
  .certificate-wrap {
    width: 25rem;
  }
}
.certificate-wrap__border {
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 0.0625rem solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 575.98px) {
  .certificate-wrap__border {
    width: 23.125rem !important;
  }
}
.certificate-wrap__border::before {
  content: none !important;
}
.certificate-wrap__border img {
  width: 100% !important;
}
.certificate-wrap__just-img {
  width: 100%;
}
.certificate-wrap__just-img::before {
  content: none !important;
}
.certificate-wrap__just-img img {
  width: 100% !important;
  border-radius: 1.625rem;
}

.certificate-wrap::before {
  content: "";
  position: absolute;
  width: 14.375rem;
  height: 14.375rem;
  border: 0.0625rem solid rgba(255, 122, 0, 0.55);
  right: -2.125rem;
  top: -2.25rem;
}
@media (max-width: 575.98px) {
  .certificate-wrap::before {
    right: 5%;
  }
}

.certificate-wrap img {
  position: relative;
  z-index: 2;
  width: 22.5rem;
  margin-left: 0;
  box-shadow: 0 1.625rem 3.75rem rgba(0, 0, 0, 0.35);
}

.cert-caption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 1.75rem;
  background: #ff7a00;
  color: #fff;
  width: 13.125rem;
  font-size: 0.8125rem;
  font-weight: 750;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .cert-caption {
    right: 8%;
  }
}

.order {
  background: #fff;
}

.order-head {
  text-align: center;
}

.order-head .eyebrow {
  justify-content: center;
}

.order-head h2 {
  margin: 1rem 0 0.75rem;
}

.order-head p {
  font-size: 1.0625rem;
  color: #5d6b7a;
  margin: 0;
}

.order-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 4.5rem;
  align-items: start;
}

.order-image {
  height: 43.125rem;
  border-radius: 1.75rem 0.375rem 0.375rem 1.75rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .order-image {
    height: auto;
  }
}

.order-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.order-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(5, 29, 52, 0.55));
}

.image-note {
  position: absolute;
  z-index: 2;
  left: 1.625rem;
  bottom: 1.5rem;
  color: #fff;
  font-size: 0.8125rem;
  max-width: 16.875rem;
  line-height: 1.5;
}

.step-list-beton {
  display: grid;
  gap: 0;
  margin-bottom: 1.75rem;
}

.step-beton {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  gap: 1.125rem;
  padding: 1.125rem 0;
  border-bottom: 0.0625rem solid #dfe7ef;
}
@media (max-width: 575.98px) {
  .step-beton {
    gap: 0;
  }
}

.step-beton:first-child {
  border-top: 0.0625rem solid #dfe7ef;
}

.step-number {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ff7a00;
  color: #fff;
  font-weight: 850;
  font-size: 0.875rem;
}

.step-beton strong {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.3125rem;
}

.step-beton span {
  font-size: 0.8125rem;
  color: #748291;
}

.order-form {
  background: #edf5fb;
  border-radius: 0.375rem 1.5rem 1.5rem 0.375rem;
  border-left: 0.25rem solid #1268b6;
}

.order-form h3 {
  font-size: 1.5625rem;
  margin-bottom: 0.5rem;
}

.order-form > p {
  font-size: 0.8125rem;
  color: #6b7b8c;
  margin-bottom: 1.25rem;
}

.form__label-phone {
  position: absolute;
  margin-top: -0.625rem;
  margin-right: -1.25rem;
  background-color: #fff;
  padding: 0rem 0.3125rem;
  margin-left: 1.25rem;
}
.form label {
  color: #828a99;
  font-size: 0.875rem;
  line-height: 150%;
}
.form button {
  display: block;
  width: auto;
  cursor: pointer;
}
.form input {
  border: 0.0625rem solid #cfdae5;
  background: #fff;
  border-radius: 0.375rem;
  padding: 0 0.875rem;
  width: 100%;
  height: 3rem;
}
.form input::-moz-placeholder {
  color: #718091;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
}
.form input::placeholder {
  color: #718091;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .form input {
    width: 100%;
  }
}
.form__agreement {
  color: #6b7b8c;
  font-size: 0.8125rem;
}
.form__agreement a {
  cursor: pointer;
  color: #6b7b8c;
  text-decoration: underline;
}
.form__agreement a:hover {
  text-decoration: none;
  color: #ff7a00;
}
.form__invalid-feedback {
  display: none;
}

.custom-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: normal;
  cursor: pointer;
}
.custom-checkbox:before {
  content: "";
  display: inline-block;
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 0.3125rem;
  border: 0.125rem solid #1268b6;
  flex-shrink: 0;
  background-color: #f5f1ed;
}
.custom-checkbox::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0.001;
  background: url("/assets/img/icons/check-active-dark.svg") no-repeat;
  z-index: -1;
}
.custom-checkbox:has(input:checked):before {
  border: none;
  background: url("/assets/img/icons/check-active-dark.svg") center center/contain no-repeat;
}
.custom-checkbox:has(input.is-invalid):before {
  border-color: red;
}
.custom-checkbox input {
  position: absolute;
  left: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -0.0625rem;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.was-validated .custom-checkbox:has(input:invalid):before {
  border-color: red;
}

.form-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875rem;
}
@media (max-width: 575.98px) {
  .form-benefits {
    gap: 0.4375rem;
  }
}

.form-benefit {
  font-size: 0.6875rem;
  color: #637487;
  line-height: 1.4;
  padding-left: 0.75rem;
  border-left: 0.125rem solid #b8c8d8;
}
@media (max-width: 575.98px) {
  .form-benefit {
    padding-left: 0.3125rem;
  }
}

.consult {
  background: linear-gradient(100deg, #eef6fc 0%, #f8fbfe 58%, #e9f3fb 100%);
  min-height: 14.375rem;
  align-items: center;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
}

.consult::after {
  content: "М100";
  position: absolute;
  right: -1.25rem;
  bottom: -5.625rem;
  font-size: 14.375rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: rgba(18, 104, 182, 0.055);
}
@media (max-width: 575.98px) {
  .consult::after {
    font-size: 12.5rem;
  }
}

.consult h2 {
  font-size: 2.375rem;
  margin-bottom: 0.75rem;
  max-width: 32.5rem;
}
@media (max-width: 991.98px) {
  .consult h2 {
    max-width: 100%;
  }
}

.consult p {
  font-size: 1rem;
  line-height: 1.55;
  color: #657588;
  margin: 0;
  max-width: 33.75rem;
}

.consult-action {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.375rem;
}
@media (max-width: 991.98px) {
  .consult-action {
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .consult-action {
    flex-wrap: wrap;
  }
}

.consult-phone {
  font-size: 1.8125rem;
  font-weight: 850;
  color: #0b2847;
  white-space: nowrap;
}

.consult-phone small {
  display: block;
  font-size: 0.6875rem;
  color: #718091;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.3125rem;
  font-weight: 700;
}

.custom-modal .modal-dialog:not(.modal-lg):not(.modal-xl) {
  max-width: 25.25rem;
}
@media (max-width: 575.98px) {
  .custom-modal .modal-dialog:not(.modal-lg):not(.modal-xl) {
    max-width: 100%;
  }
}
.custom-modal__btn-close {
  background: url("/assets/img/icons/cross.svg") center center/contain no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  flex-shrink: 0;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: none;
}
.custom-modal__btn-close:hover {
  opacity: 0.8;
}
.custom-modal__title {
  font-weight: 700;
  font-size: 1.875rem;
}
.custom-modal__subtitle {
  font-size: 0.9375rem;
  color: #6b7b8c;
}
.custom-modal .modal-content {
  background: #edf5fb;
  padding: 2rem 2rem 1.625rem;
  border-radius: 0.625rem;
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: 0.9375rem;
}

.trust-box {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #fff;
  border: 0.0625rem solid #dfe7ef;
  border-radius: 1.375rem;
  box-shadow: 0 1.5rem 3.75rem rgba(15, 45, 78, 0.12);
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .trust-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.98px) {
  .trust-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

.trust-item {
  min-height: 9.25rem;
  padding: 1.5625rem 0.875rem;
  text-align: center;
  border-right: 0.0625rem solid #dfe7ef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8125rem;
}
@media (max-width: 767.98px) {
  .trust-item {
    border-right: 0 !important;
  }
}

.trust-item:last-child {
  border-right: 0;
}

.icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.875rem;
  background: #edf5fb;
  display: grid;
  place-items: center;
  font-size: 1.4375rem;
  position: relative;
}

.icon:after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #ff7a00;
  right: 0.125rem;
  bottom: 0.125rem;
}

.trust-item strong {
  font-size: 0.875rem;
  line-height: 1.25;
}

.benefit-list {
  display: grid;
  gap: 0.9375rem;
}

.benefit {
  display: flex;
  align-items: center;
  justify-content: start;
  border-bottom: 0.0625rem solid #d8e3ed;
  text-align: left;
}
.benefit__icon {
  font-size: 1rem !important;
}

.benefit:last-child {
  border-bottom: 0;
}

.benefit i {
  font-style: normal;
  font-size: 1.5625rem;
  margin-right: 1.875rem;
}

.benefit strong {
  display: block;
  margin-bottom: 0.3125rem;
}

.benefit span {
  font-size: 0.875rem;
  color: #5d6b7a;
}

.proofs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875rem;
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .proofs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .proofs {
    grid-template-columns: 0.98fr;
  }
}

.proof {
  border: 0.0625rem solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  min-height: 10.3125rem;
}

.proof .icon {
  background: rgba(255, 255, 255, 0.07);
}

.proof strong {
  display: block;
  margin: 1rem 0 0.5rem;
}

.proof p {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
}

.steps {
  display: grid;
  gap: 0.625rem;
  margin-top: 1.75rem;
}

.step {
  display: grid;
  grid-template-columns: 2.75rem 3.5rem 1fr;
  gap: 0.875rem;
  align-items: center;
  padding: 1.125rem;
  border: 0.0625rem solid #dfe7ef;
  border-radius: 0.875rem;
  background: #fff;
}

.step-num {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #ff7a00;
  color: #fff !important;
  font-weight: 900;
  display: grid;
  place-items: center;
}

.step .icon {
  width: 3.25rem;
  height: 3.25rem;
}

.step strong {
  display: block;
  margin-bottom: 0.25rem;
}

.step p {
  font-size: 0.8125rem;
  line-height: 1.45;
  margin: 0;
}

.delivery-box {
  margin-top: 1.25rem;
  padding: 1.375rem;
  border-radius: 1rem;
  background: #edf5fb;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .delivery-box {
    grid-template-columns: 1fr;
  }
}

.delivery-box strong {
  font-size: 0.8125rem;
  display: block;
  margin-top: 0.5625rem;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .advantages-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.adv {
  text-align: center;
  padding: 0.875rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 750;
}

.ico {
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 1.125rem;
  border: 0.0625rem solid #d8e3ed;
  margin: 0 auto 0.875rem;
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  background: white;
  color: #ff7a00;
}

.delivery {
  background: #f6f9fc;
}

.delivery-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.75rem;
  align-items: center;
}
@media (max-width: 991.98px) {
  .delivery-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .delivery-grid {
    gap: 1.875rem;
  }
}

.delivery-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.125rem;
}
@media (max-width: 575.98px) {
  .delivery-visual {
    grid-template-columns: 1fr;
  }
}

.delivery-card {
  background: #fff;
  border: 0.0625rem solid #dfe7ef;
  border-radius: 1.25rem;
  padding: 1.75rem;
  min-height: 11.875rem;
}
.delivery-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.delivery-card p {
  font-size: 0.9375rem;
  font-weight: 400;
}

.delivery-card .ico {
  margin: 0 0 1rem;
}/*# sourceMappingURL=styles.css.map */