.site-header__inner,
.div1,
.div2,
.div3,
.div4,
.div5,
.div6,
.div7,
.div8,
.services-hub__inner,
.related-services__inner,
.breadcrumbs,
.order-page__inner,
.footer__inner {
    width: min(100% - 32px, 1180px);
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.service-area-section {
    width: 100%;
    max-width: none;
    margin: 34px 0;
    padding: 34px max(16px, calc((100% - 1180px) / 2));
    box-sizing: border-box;
}

.service-area-section h2 {
    margin: 0 0 18px;
    color: #323946;
    font-size: 34px;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
}

.order-contact-card {
    width: 100%;
    max-width: none;
    margin: 34px 0;
    padding: 42px max(16px, calc((100% - 1180px) / 2));
    box-sizing: border-box;
    border-radius: 0;
    background: linear-gradient(135deg, #f7f8fb 0%, #eef1f5 100%);
    color: #323946;
}

.order-contact-card__inner {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.order-contact-card__brand {
    display: grid;
    gap: 14px;
    align-items: center;
}

.order-contact-card .logo-ft {
    display: block;
    width: 164px;
    height: auto;
    margin: 0;
    border-radius: 8px;
    background: #fff;
}

.order-contact-card__brand .category {
    display: block;
    margin-bottom: 3px;
    color: #667085;
    font-size: 14px;
    line-height: 1.3;
}

.order-contact-card__brand .org {
    display: block;
    color: #323946;
    font-size: 22px;
    line-height: 1.2;
}

.order-contact-card__eyebrow {
    margin: 0 0 8px;
    color: #d5ae00;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.order-contact-card h2 {
    margin: 0 0 12px;
    color: #323946;
    font-size: 34px;
    line-height: 1.15;
    text-transform: uppercase;
}

.order-contact-card__lead {
    max-width: 720px;
    margin: 0 0 22px;
    color: #465060;
    font-size: 19px;
    line-height: 1.45;
}

.order-contact-card__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.order-contact-card__detail {
    padding: 16px;
    border: 1px solid #dde2ea;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    text-align: left;
}

.order-contact-card__detail span:first-child {
    display: block;
    margin-bottom: 6px;
    color: #667085;
    font-size: 14px;
    line-height: 1.25;
}

.order-contact-card__detail strong,
.order-contact-card__detail a {
    display: inline-block;
    max-width: 100%;
    color: #1f2a38;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.order-contact-card__detail a:hover {
    color: #d5ae00;
}

.order-contact-card .url,
.order-contact-card .pricerange {
    display: none;
}

.order-contact-card__action {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 2;
}

.order-contact-card .buttom {
    width: min(100%, 260px);
    min-height: 62px;
    margin: 0;
    font-size: 18px;
}

.site-link-panel,
.org-info-section {
    width: 100%;
    max-width: none;
    padding: 28px max(16px, calc((100% - 1180px) / 2));
    box-sizing: border-box;
    border-radius: 0;
    background: #f7f8fb;
    color: #323946;
}

.site-link-panel {
    margin-top: 28px;
    margin-bottom: 28px;
}

.site-link-panel .divblock2,
.site-link-panel h3 {
    margin-top: 0;
}

.site-link-panel ul {
    margin-bottom: 0;
}

.se3 {
    padding: 58px max(16px, calc((100% - 1180px) / 2));
    box-sizing: border-box;
    text-align: center;
}

.se3 .div3 {
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.se3 .h2 {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: center;
}

.se3 .w-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-right: 0;
    margin-left: 0;
}

.se3 .w-row::before,
.se3 .w-row::after {
    display: none;
}

.se3 .w-col {
    width: auto;
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.se3 .colno {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 18px;
    min-height: 100%;
    padding: 24px 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
    text-align: center;
}

.se3 .divkrug {
    width: 230px;
    height: 230px;
    max-width: 100%;
}

.se3 .text-block-2 {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.org-info-section {
    margin-top: 34px;
    margin-bottom: 34px;
}

.org-info-section .bkleft {
    display: block;
    float: none;
    margin: 0;
    text-align: center;
}

.org-info-section .address,
.org-info-section .text {
    max-width: none;
}

.org-info-section [itemscope][itemtype="https://schema.org/LocalBusiness"] {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 18px 28px;
    align-items: start;
}

.org-info-section .text {
    grid-column: 2;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #e8eaee;
    box-shadow: 0 2px 8px rgba(20, 31, 44, 0.05);
}

.service-area-map {
    margin: 0;
    background: #f4f6f8;
}

.service-area-map img {
    width: 100%;
    height: auto;
    display: block;
}

.service-area-map figcaption {
    padding: 12px 16px;
    background: #323946;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}

.w-button {
    text-align: center;
    line-height: 1.2;
}

.buttom,
button.buttom,
a.buttom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    line-height: 1.2;
}

a.buttom,
button.buttom {
    padding-right: 15px;
    padding-left: 15px;
}

.services-hub,
.related-services {
    background: #f7f8fb;
    color: #323946;
    padding: 58px 18px;
}

.services-hub__inner,
.related-services__inner {
    margin: 0 auto;
}

.services-hub__eyebrow,
.related-services__eyebrow {
    margin: 0 0 10px;
    color: #d5ae00;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.services-hub h2,
.related-services h2 {
    margin: 0 0 16px;
    color: #323946;
    font-size: 34px;
    line-height: 1.15;
    text-transform: uppercase;
}

.services-hub__lead {
    max-width: 760px;
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.55;
}

.services-hub__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.services-hub__group,
.related-services__card {
    border: 1px solid #dfe3ea;
    border-radius: 8px;
    background: #fff;
}

.services-hub__group {
    padding: 22px;
}

.services-hub__group h3 {
    margin: 0 0 14px;
    color: #323946;
    font-size: 22px;
    line-height: 1.2;
}

.services-hub__group ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-hub__group a,
.related-services__actions a,
.footer__nav a,
.breadcrumbs a {
    color: #323946;
    text-decoration: none;
}

.services-hub__group a:hover,
.related-services__actions a:hover,
.footer__nav a:hover,
.breadcrumbs a:hover {
    color: #d5ae00;
}

.services-hub__actions,
.related-services__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.services-hub__link {
    color: #323946;
    font-weight: 800;
    text-decoration: none;
}

.breadcrumbs {
    margin: 0 auto;
    padding: 28px 18px 0;
}

.related-services {
    padding-top: 34px;
}

.related-services__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.related-services__card {
    display: grid;
    gap: 8px;
    min-height: 138px;
    padding: 18px;
    text-decoration: none;
}

.related-services__card span {
    color: #323946;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.related-services__card small {
    color: #596173;
    font-size: 15px;
    line-height: 1.45;
}

.footer {
    background: #323946;
    color: #fff;
}

.footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 28px;
    margin: 0 auto;
    padding: 34px 18px;
}

.footer__about p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.55;
}

.footer__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.footer__nav h2 {
    margin: 0 0 12px;
    color: #e8c400;
    font-size: 18px;
    line-height: 1.2;
}

.footer__nav ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__nav a {
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
}

.order-page {
    padding: 56px 18px 70px;
    background: #f4f6f8;
}

.order-page__inner {
    margin: 0 auto;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    color: #59606c;
    font-size: 15px;
}

.breadcrumbs a {
    color: #323946;
    text-decoration: none;
}

.breadcrumbs a::after {
    content: "/";
    margin-left: 8px;
    color: #9aa2ad;
}

.order-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    gap: 34px;
    align-items: start;
}

.order-page__grid--single {
    grid-template-columns: 1fr;
}

.order-page__content {
    padding: 28px 0;
    color: #323946;
}

.order-page__content h1 {
    margin: 0 0 18px;
    color: #323946;
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: 0;
}

.order-page__content p {
    max-width: 620px;
    margin: 0 0 18px;
    color: #3d4552;
    font-size: 20px;
    line-height: 1.5;
}

.order-page__content ul {
    margin: 0 0 22px;
    padding-left: 22px;
    color: #3d4552;
    font-size: 18px;
    line-height: 1.55;
}

.order-page__phone a {
    color: #323946;
    font-weight: 800;
    text-decoration: none;
}

.order-page__button {
    min-width: 260px;
    border: 0;
}

.order-popup[hidden] {
    display: none;
}

.order-popup {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.order-popup__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(32, 41, 55, 0.55);
    cursor: pointer;
}

.order-popup__dialog {
    position: relative;
    width: min(520px, 100%);
    max-height: calc(100vh - 44px);
    overflow: auto;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(32, 41, 55, 0.28);
}

.order-popup__dialog h2 {
    margin: 0 42px 18px 0;
    color: #323946;
    font-size: 28px;
    line-height: 1.2;
}

.order-popup__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 8px;
    background: #e0bf00;
    color: #323946;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.order-form {
    display: grid;
    gap: 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #323946;
    box-shadow: none;
}

.order-form label {
    display: grid;
    gap: 7px;
    font-size: 15px;
    font-weight: 700;
}

.order-form .w-input {
    min-height: 46px;
    margin-bottom: 0;
    border: 1px solid #cbd1da;
    border-radius: 8px;
    color: #323946;
}

.order-form textarea.w-input {
    min-height: 118px;
    resize: vertical;
}

.order-form__hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.order-form__success,
.order-form__errors {
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.4;
}

.order-form__success {
    background: #e8f5ee;
    color: #1c6b42;
}

.order-form__errors {
    background: #fff0f0;
    color: #8a1f1f;
}

.order-form__errors ul {
    margin: 8px 0 0;
    padding-left: 20px;
}

.order-form__consent {
    grid-template-columns: 18px 1fr;
    align-items: start;
    color: #59606c;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.order-form__consent input {
    margin-top: 2px;
}

.order-form__consent-link {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #323946;
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.order-form .buttom {
    width: 100%;
    border: 0;
}

.site-header__inner {
    min-height: 106px;
    margin: 0 auto;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.site-header__brand {
    display: grid;
    grid-template-columns: 112px auto;
    align-items: center;
    column-gap: 10px;
    flex: 0 0 auto;
    min-width: 350px;
    color: #323946;
    text-decoration: none;
}

.site-header__logo {
    width: 112px;
    height: 60px;
    object-fit: contain;
}

.site-header__brand-text {
    display: grid;
    gap: 4px;
}

.site-header__name {
    color: #323946;
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0;
    white-space: nowrap;
}

.site-header__name b {
    color: #e0bf00;
    font-weight: 800;
}

.site-header__note {
    color: #59606c;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.site-header__actions {
    display: grid;
    justify-items: end;
    align-content: center;
    gap: 8px;
    flex: 1 1 auto;
}

.site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    width: min(390px, 88vw);
    padding: 22px;
    background: #fff;
    box-shadow: -24px 0 50px rgba(32, 41, 55, 0.22);
    transform: translateX(105%);
    transition: transform 0.22s ease;
    overflow: auto;
}

.site-header--open .site-nav {
    transform: translateX(0);
}

.site-header__quick-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 26px;
}

.site-header__quick-links a,
.site-header__quick-link {
    min-height: 34px;
    padding-top: 2px;
    display: inline-flex;
    align-items: center;
    border: 0;
    background: transparent;
    color: #3d4552;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.site-header__quick-link {
    list-style: none;
}

.site-header__quick-link::-webkit-details-marker {
    display: none;
}

.site-header__quick-links a:hover,
.site-header__quick-links a:focus-visible,
.site-header__quick-link:hover,
.site-header__quick-link:focus-visible {
    color: #e0bf00;
    outline: none;
}

.site-header__quick-item {
    position: relative;
}

.site-header__quick-link::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.site-header__quick-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1002;
    width: 320px;
    margin: 0;
    padding: 12px;
    list-style: none;
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 8px;
    box-shadow: 0 24px 50px rgba(32, 41, 55, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition:
        opacity 0.18s ease,
        transform 0.18s ease,
        visibility 0.18s ease;
}

.site-header__quick-item[open] .site-header__quick-submenu,
.site-header__quick-item--has-submenu:focus-within .site-header__quick-submenu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.site-header__quick-submenu a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 6px;
    color: #3d4552;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.site-header__quick-submenu a:hover,
.site-header__quick-submenu a:focus-visible {
    background: #fff8cc;
    color: #323946;
    outline: none;
}

.site-nav__mobile-head,
.site-nav__mobile-phone {
    display: flex;
}

.site-nav__list,
.site-nav__submenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav__list {
    display: block;
}

.site-nav__link {
    width: 100%;
    min-height: 82px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    color: #3d4552;
    font: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.site-nav__submenu-toggle {
    list-style: none;
}

.site-nav__submenu-toggle::-webkit-details-marker {
    display: none;
}

.site-nav__link::before {
    display: none;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
    color: #e0bf00;
    outline: none;
}

.site-nav__link:hover::before,
.site-nav__link:focus-visible::before {
    opacity: 1;
    transform: scaleX(1);
}

.site-nav__item--has-submenu {
    position: static;
}

.site-nav__submenu-toggle::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.site-nav__submenu {
    position: static;
    width: auto;
    display: none;
    padding: 0 0 14px 14px;
    border: 0;
    border-left: 3px solid #e0bf00;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.site-nav__item--has-submenu:hover .site-nav__submenu,
.site-nav__item--has-submenu:focus-within .site-nav__submenu {
    display: none;
}

.site-nav__item[open] .site-nav__submenu,
.site-nav__item--open .site-nav__submenu {
    display: block;
    transform: none;
}

.site-nav__submenu a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 6px;
    color: #3d4552;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.site-nav__submenu a:hover,
.site-nav__submenu a:focus-visible {
    background: #fff8cc;
    color: #323946;
    outline: none;
}

.site-header__phone {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #323946;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    flex: 0 0 auto;
}

.site-header__phone::before {
    content: "";
    width: 28px;
    height: 28px;
    margin-right: 12px;
    background: url("/bitrix/templates/v24/icons/trubka.png") center / contain
        no-repeat;
}

.site-header__phone:hover,
.site-header__phone:focus-visible {
    color: #e0bf00;
    outline: none;
}

.site-header__toggle {
    width: 64px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 0;
    border-radius: 7px;
    background: #e0bf00;
    color: #59606c;
    cursor: pointer;
    flex: 0 0 auto;
}

.site-header__toggle-line {
    width: 34px;
    height: 5px;
    display: block;
    background: currentColor;
}

.site-header__toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.site-header__overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: block;
    background: rgba(32, 41, 55, 0.45);
    border: 0;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.18s ease,
        visibility 0.18s ease;
}

.site-header--open .site-header__overlay {
    opacity: 1;
    visibility: visible;
}

.site-nav__mobile-head {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    color: #323946;
    font-size: 25px;
    font-weight: 800;
}

.site-nav__close {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: #e0bf00;
    color: #59606c;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.site-nav__mobile-phone {
    min-height: 50px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #e0bf00;
    color: #323946;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
}

.site-header--open .site-header__toggle-line:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}

.site-header--open .site-header__toggle-line:nth-child(2) {
    opacity: 0;
}

.site-header--open .site-header__toggle-line:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}

@media (max-width: 1180px) {
    .site-header__inner {
        max-width: 100%;
        gap: 20px;
    }

    .site-header__brand {
        min-width: 310px;
    }

    .site-header__name {
        font-size: 30px;
    }

    .site-header__phone {
        font-size: 26px;
    }

    .site-header__quick-links {
        gap: 20px;
    }
}

@media (max-width: 980px) {
    .site-header__inner,
    .div1,
    .div2,
    .div3,
    .div4,
    .div5,
    .div6,
    .div7,
    .div8,
    .services-hub__inner,
    .related-services__inner,
    .breadcrumbs,
    .order-page__inner,
    .footer__inner {
        width: min(100% - 28px, 100%);
    }

    .order-contact-card {
        padding: 32px 14px;
    }

    .site-link-panel,
    .org-info-section,
    .service-area-section,
    .se3 {
        padding-right: 14px;
        padding-left: 14px;
    }

    .se3 .w-row {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .order-contact-card__inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .order-contact-card__brand {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .order-contact-card .logo-ft {
        width: 120px;
    }

    .order-contact-card h2 {
        font-size: 28px;
    }

    .order-contact-card__lead {
        font-size: 17px;
    }

    .order-contact-card__action {
        justify-content: center;
        grid-column: auto;
    }

    .order-contact-card .buttom {
        width: min(100%, 260px);
        margin-right: auto;
        margin-left: auto;
    }

    .org-info-section [itemscope][itemtype="https://schema.org/LocalBusiness"] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .org-info-section .bkleft {
        margin: 0 auto;
    }

    .org-info-section .text {
        grid-column: auto;
    }

    .services-hub__grid,
    .related-services__list,
    .footer__inner,
    .footer__nav {
        grid-template-columns: 1fr;
    }

    .services-hub,
    .related-services {
        padding: 42px 14px;
    }

    .services-hub h2,
    .related-services h2 {
        font-size: 28px;
    }

    .order-page {
        padding: 36px 14px 52px;
    }

    .order-page__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .order-page__content {
        padding: 0;
    }

    .order-page__content h1 {
        font-size: 32px;
    }

    .order-page__content p {
        font-size: 18px;
    }

    .order-form {
        padding: 0;
    }

    .order-popup {
        align-items: flex-start;
        padding: 14px;
    }

    .order-popup__dialog {
        max-height: calc(100vh - 28px);
        padding: 18px;
    }

    .site-header__inner {
        min-height: 94px;
        padding: 0 14px;
        gap: 7px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 56px;
        grid-template-areas:
            "brand toggle"
            "phone toggle";
        align-items: center;
    }

    .site-header__brand {
        grid-area: brand;
        grid-template-columns: 78px auto;
        min-width: 0;
        flex: 1 1 auto;
    }

    .site-header__logo {
        width: 78px;
        height: 48px;
    }

    .site-header__name {
        font-size: 24px;
    }

    .site-header__note {
        display: none;
    }

    .site-header__phone {
        grid-area: phone;
        justify-self: start;
        min-height: 28px;
        display: inline-flex;
        font-size: 22px;
    }

    .site-header__actions {
        display: contents;
    }

    .site-header__quick-links {
        display: none;
    }

    .site-header__toggle {
        grid-area: toggle;
        width: 56px;
        height: 50px;
        gap: 5px;
    }

    .site-header__toggle-line {
        width: 30px;
        height: 4px;
    }

    .site-nav__link {
        min-height: 56px;
        color: #323946;
        font-size: 21px;
        font-weight: 700;
    }

    .site-nav__link::before {
        display: none;
    }

    .site-nav__item[open] .site-nav__submenu,
    .site-nav__item[open]:hover .site-nav__submenu,
    .site-nav__item[open]:focus-within .site-nav__submenu,
    .site-nav__item--open .site-nav__submenu,
    .site-nav__item--open:hover .site-nav__submenu,
    .site-nav__item--open:focus-within .site-nav__submenu {
        display: block;
        transform: none;
    }
}

@media (max-width: 520px) {
    .site-header__inner,
    .div1,
    .div2,
    .div3,
    .div4,
    .div5,
    .div6,
    .div7,
    .div8,
    .services-hub__inner,
    .related-services__inner,
    .breadcrumbs,
    .order-page__inner,
    .footer__inner {
        width: min(100% - 20px, 100%);
    }

    .order-contact-card__brand,
    .order-contact-card__details {
        grid-template-columns: 1fr;
    }

    .order-contact-card__brand {
        text-align: center;
    }

    .order-contact-card .logo-ft {
        margin: 0 auto;
    }

    .order-contact-card h2 {
        font-size: 25px;
    }

    .site-header__brand {
        grid-template-columns: 66px auto;
    }

    .site-header__logo {
        width: 66px;
        height: 42px;
    }

    .site-header__name {
        font-size: 20px;
    }

    .site-header__phone {
        font-size: 21px;
    }

    .site-header__phone::before {
        width: 22px;
        height: 22px;
        margin-right: 8px;
    }
}
