.header {
    display: flex;
    flex-direction: column;
}
.header-top {
    padding: 14px 0 13px;
    background-color: #4b4b4b;
}
.header-top__nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 40.5px;
}
.header-top__nav a {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease;
}
.header-top__nav a:hover {
    opacity: 0.6;
}
.header-bottom {
    padding: 0 0 13px;
    background-color: #fff;
    transition: all 0.4s ease;
}

.header-bottom__row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #fff;
}
.header-bottom__row-bottom {
    column-gap: 61px;
}
.header-bottom__row-bottom.active {
    padding-top: 84px;
}
.header-bottom__row-top {
    padding: 16px 0 4px;
}
.header-bottom__row-top.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    max-width: 1650px;
    margin: 0 auto;
    padding: 16px 15px 4px;
}
.header-bottom__inner {
    display: flex;
    flex-direction: column;
}
.header-logo {
    max-width: 303px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-logo > img {
    max-width: 303px;
}
.header-search {
    position: relative;
    height: max-content;
    width: 677px;
    margin: 0px 56px 0 62px;
    padding-top: 3px;
}
.header-search input {
    padding: 15px 14px 11px 48px;
    border: 1px solid rgba(51, 51, 51, 0.8);
    border-radius: 4px;
    width: 100%;
    outline: none;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    color: #333;
    cursor: pointer;
}
.header-search input::placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    color: #333;
    opacity: 0.4;
}
.header-search input:hover,
.header-search input:focus {
    border: 1px solid #333;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
.header-search::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../image/icons/search.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.header-ui {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 25px;
    margin-left: auto;
    padding-top: 3px;
}
.header-ui .blue-btn {
    height: 42px;
}
.header-info {
    padding-top: 3px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.header-info__phone {
    display: inline-block;
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #333;
    text-decoration: none;
    transition: all 0.4s ease;
}
.header-info__phone:hover {
    color: #26458d;
}
.header-info__text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    color: #333;
    opacity: 0.8;
}

.header-social {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.header-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #a8a8a8;
    transition: all 0.4s ease;
}
.header-social__link:hover,
.header-social__link:active {
    background-color: #26458d;
}

.header-social__link path {
    transition: all 0.4s ease;
}
.header-social__link.whatsapp:hover path {
    fill: #fff;
}
.header-social__link.telegram:hover path {
    stroke: #fff;
}
.header-bottom__location {
    margin-left: 78px;
    width: 226px;
}
.header-bottom__location span {
    position: relative;
    display: inline-block;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 161%;
    color: #4b4b4b;
    padding-left: 26px;
    padding-top: 4px;
}
.header-bottom__location span::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../image/icons/location.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.header-bottom__nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 40.5px;
}
.header-bottom__nav li,
.header-bottom__nav a {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease;
}
.header-bottom__nav li:hover,
.header-bottom__nav a:hover {
    color: #26458d;
}
.header-bottom__nav li.parent {
    position: relative;
    padding-right: 28px;
}
.header-bottom__nav li.parent::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../image/icons/gray-curet.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}
.header-bottom__nav li.parent:hover::after {
    transform: translateY(-50%) rotate(180deg);
}
.header-bottom__nav ul > li > ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    border-radius: 4px;
    width: max-content;
    background-color: #fff;
    padding: 20px 30px;
    transform-origin: 0 0;
    transform: rotateX(90deg);
    opacity: 0;
    -webkit-box-shadow: 1px 9px 30px -7px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 1px 9px 30px -7px rgba(34, 60, 80, 0.2);
    box-shadow: 1px 9px 30px -7px rgba(34, 60, 80, 0.2);
    transition: all 0.7s ease;
    z-index: 10;
}
.header-bottom__nav ul > li:hover ul {
    transform: rotateX(0deg);
    opacity: 1;
}

.header-banner__inner {
    border-radius: 20px;
    width: 100%;
    height: 482px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding-left: 90px;
}
.header-banner__content {
    max-width: 574px;
}
.header-banner__inner-text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    margin-top: 7px;
}

.mobile-location {
    display: none;
}
.mobile-search__button {
    display: none;
}
.mobile-menu__button {
    display: none;
}
.mobile-menu {
    display: none;
}
.mobile-search {
    display: none;
}
.footer {
    padding: 60px 0 26px;
    background-color: #4b4b4b;
}
.footer-top {
    padding-bottom: 39px;
    display: grid;
    grid-template-columns: 313px 794px 312px;
    justify-content: space-between;
}
.footer-logo {
    max-width: 250px;
}
.footer-logo > img {
    max-width: 250px;
    transition: all 0.4s ease;
}
.footer-logo > img:hover {
    opacity: 0.6;
}
.footer-nav {
    padding-top: 14px;
}
.footer-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
}
.footer-nav a {
    display: inline-block;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease;
}
.footer-nav a:hover {
    opacity: 0.6;
}

.footer-social__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #fff;
    transition: all 0.4s ease;
}
.footer-social__link:hover {
    background-color: #f6f9ff;
}
.footer-social__link path {
    transition: all 0.4s ease;
}
.footer-social__link.whatsapp:hover path {
    fill: #26458d;
}
.footer-social__link.telegram:hover path {
    stroke: #26458d;
}
.footer-social {
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
}
.footer-info {
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 17px;
}
.footer-info .white-btn {
    height: 42px;
    padding: 15px 20px 9px;
}
.footer-info__toprow {
    display: flex;
    column-gap: 22px;
}
.footer-info__bottomrow {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 8px;
    max-width: 195px;
}
.footer-info__text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #fff;
}
.footer-info__phone {
    position: relative;
    display: inline-block;
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease;
}
.footer-info__phone:hover {
    opacity: 0.6;
}
.footer-bottom {
    display: grid;
    grid-template-columns: 313px 794px 312px;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid rgba(225, 225, 225, 0.2);
}
.footer-copy {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.footer-bottom__links {
    display: flex;
    column-gap: 77px;
}
.footer-bottom__links a {
    font-family: 'NoirPro-LightItalic', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
    transition: all 0.4s ease;
}
.footer-bottom__links a:hover {
    opacity: 0.6;
}
.footer-developer {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #fff;
}
.footer-developer a {
    font-family: 'NoirPro-LightItalic', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #fff;
    transition: all 0.4s ease;
}
.footer-developer a:hover {
    opacity: 0.6;
}
.header-technical {
    padding: 60px 0 0;
    margin-bottom: auto;
}
.header-technical__logo > img {
    max-width: 303px;
    filter: grayscale(1);
}
.header-technical__logo {
    margin-bottom: 8px;
}
.header-technical__location {
    padding-left: 78px;
}
.header-technical__location span {
    position: relative;
    display: inline-block;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 61%;
    color: #4b4b4b;
    padding-left: 26px;
}
.header-technical__location span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../image/icons/location-gray.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
}
.footer-technical {
    padding-bottom: 60px;
    margin-top: auto;
}
.footer-technical__contacts-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    text-transform: uppercase;
    color: #333;
    opacity: 0.6;
    margin-bottom: 16px;
}
.footer-technical__contacts-phone {
    display: inline-block;
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    margin-bottom: 42px;
    transition: all 0.4s ease;
}
.footer-technical__contacts-phone:hover {
    color: #26458d;
}
.footer-technical__contacts-social {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.footer-technical__contacts-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #a8a8a8;
    border-radius: 100%;
    transition: all 0.4s ease;
}
.footer-technical__contacts-link:hover {
    background: #26458d;
}
@media (max-width: 1650px) {
    .header-bottom__location span {
        padding-top: 0px;
    }
}
@media (max-width: 1649px) {
    .header-bottom__row-bottom.active {
        padding-top: 133.95px;
    }
    .header-bottom__row-top {
        padding: 16px 0 10px;
    }
    .header-bottom__row-top.header_fixed {
        padding: 16px 15px 10px;
    }
}
@media (max-width: 1480px) {
    .footer-top {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-nav {
        order: 1;
        width: 100%;
    }
    .footer-nav ul {
        max-width: 794px;
    }
    .footer-bottom {
        display: flex;
    }
}
@media (max-width: 1405px) {
    .header-bottom__row-bottom.active {
        padding-top: 143.95px;
    }
    .header-bottom__row-top {
        padding: 16px 0 10px;
    }
    .header-bottom__row-top.header_fixed {
        padding: 16px 15px 10px;
    }
}
@media (max-width: 1375px) {
    .header-banner__inner-text {
        font-size: 20px;
    }
    .header-ui .blue-btn {
        order: -1;
    }
    .header-bottom__row {
        justify-content: space-between;
    }
    .header-bottom__location {
        margin-left: 0;
    }
    .header-banner__inner {
        padding-left: 10px;
    }
    .header-technical {
        padding: 40px 0 0;
    }
    .footer-technical__contacts-phone {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .footer-technical__contacts-title {
        margin-bottom: 12px;
    }
    .footer-technical {
        padding-bottom: 40px;
    }
}
@media (max-width: 1225px) {
    .footer-bottom {
        padding-top: 20px;
        flex-direction: column;
        align-items: flex-end;
        row-gap: 7px;
    }
    .footer-bottom__links {
        flex-direction: column;
        row-gap: 8px;
    }
    .header-bottom__nav ul {
        column-gap: 20px;
    }
}
@media (max-width: 1125px) {
    .header-bottom {
        padding-bottom: 0;
    }
    .header-bottom__row-top {
        padding: 16px 0 23px;
    }
    .header-bottom {
        height: 91.8px;
    }
    .header-ui {
        display: none;
    }
    .header-bottom__row-bottom {
        display: none;
    }
    .header-logo,
    .header-logo > img {
        max-width: 250px;
    }
    .header-search {
        display: none;
    }
    .header-top__nav {
        display: none;
    }
    .mobile-location {
        display: block;
    }
    .mobile-location span {
        position: relative;
        font-family: 'NoirPro-Regular', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 64%;
        color: #fff;
        padding-left: 28px;
    }
    .mobile-location span::before {
        content: '';
        width: 24px;
        height: 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../image/icons/location.svg');
        position: absolute;
        left: 0;
        bottom: 4px;
    }
    .mobile-search__button {
        width: 28px;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        margin-left: auto;
    }
    .mobile-search__button svg path {
        transition: all 0.4s ease;
    }
    .mobile-search__button:active svg path {
        fill: #26458d;
    }
    .mobile-menu__button {
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 4px;
        padding: 10px 5px;
        background-color: transparent;
    }
    .mobile-menu__button svg path {
        transition: all 0.4s ease;
    }
    .mobile-menu__button:active svg path {
        fill: #26458d;
    }
    .header-bottom__row {
        align-items: center;
        column-gap: 18px;
    }
    .mobile-menu {
        display: block;
        position: fixed;
        top: -1000px;
        left: 0px;
        right: 0px;
        background: #fff;
        padding: 20px 20px 59px;
        z-index: 100;
        max-height: 100svh;
        transition: all 1s ease;
    }
    .mobile-menu.active {
        top: 0px;
    }
    .mobile-menu__close {
        width: 24px;
        height: 24px;
        background-color: transparent;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .mobile-menu__close svg {
        width: 24px;
        height: 24px;
    }
    .mobile-menu__close svg path {
        transition: all 0.4s ease;
    }
    .mobile-menu__close svg g {
        transition: all 0.4s ease;
    }
    .mobile-menu__close:active svg path {
        stroke: #26458d;
    }
    .mobile-menu__close:active svg g {
        opacity: 1;
    }
    .mobile-logo,
    .mobile-logo > img {
        max-width: 250px;
    }
    .mobile-logo > img {
        filter: grayscale(1);
    }
    .mobile-logo {
        display: inline-block;
        margin-bottom: 20px;
    }
    .mobile-menu__location {
        margin-bottom: 15px;
    }
    .mobile-menu__location span {
        position: relative;
        padding-left: 28px;
        font-family: 'NoirPro-Regular', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 75%;
        color: #333;
    }
    .mobile-menu__location span::before {
        content: '';
        width: 24px;
        height: 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../image/icons/location-gray.svg');
        position: absolute;
        left: 0;
        bottom: 4px;
    }
    .mobile-menu__search {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .mobile-menu__search::before {
        content: '';
        width: 30px;
        height: 30px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('../image/icons/search.svg');
        position: absolute;
        left: 7px;
        top: 50%;
        transform: translateY(-50%);
    }
    .mobile-menu__search input {
        padding: 18.5px 11px 11.5px 44px;
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #333;
        width: 100%;
        border-bottom: 1px solid rgba(51, 51, 51, 0.4);
        outline: none;
        transition: all 0.4s ease;
    }
    .mobile-menu__search input:active {
        border-bottom: 1px solid #000;
    }
    .mobile-menu__search input::placeholder {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #333;
        opacity: 0.4;
    }
    .mobile-menu__nav {
        padding-bottom: 22px;
        margin-bottom: 22px;
        border-bottom: 1px solid rgba(51, 51, 51, 0.4);
    }
    .mobile-menu__nav > ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        row-gap: 14px;
    }
    .mobile-menu__nav > ul > li > a {
        font-family: 'NoirPro-Regular', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #333;
        text-decoration: none;
    }
    .mobile-menu__nav > ul > li > a:active,
    .mobile-menu__nav > ul > li > ul > li > a:active {
        color: #26458d;
    }
    .mobile-menu__nav > ul > li > ul {
        list-style: none;
        display: none;
        padding-top: 4px;
    }
    .mobile-menu__nav > ul > li {
        position: relative;
    }

    .mobile-menu__nav > ul > li.parent a::after {
        content: '';
        width: 24px;
        height: 24px;
        background-image: url('../image/icons/gray-curet.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        right: 0px;
        top: -2px;
        transition: all 0.4s ease;
    }
    .mobile-menu__nav > ul > li.parent.active a::after {
        transform: rotate(180deg);
    }
    .mobile-menu__nav > ul > li > ul > li {
        padding: 4px 0;
    }
    .mobile-menu__nav > ul > li > ul > li > a {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #333;
        text-decoration: none;
    }
    .mobile-menu__wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        margin-top: 20px;
    }
    .mobile-menu__info {
        display: flex;
        flex-direction: column;
        row-gap: 4px;
    }
    .mobile-menu__phone {
        display: inline-block;
        font-family: 'NoirPro-Medium', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 111%;
        color: #333;
        text-decoration: none;
    }
    .mobile-menu__phone:active {
        color: #26458d;
    }
    .mobile-menu__text {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #333;
        opacity: 0.8;
    }
    .mobile-menu__social {
        display: flex;
        align-items: center;
        column-gap: 12px;
    }
    .mobile-menu__social-link {
        width: 32px;
        height: 32px;
        background-color: #a8a8a8;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-menu__social-link:active {
        background-color: #26458d;
    }
    .mobile-menu__social-link.whatsapp:active {
        fill: #fff;
    }
    .mobile-menu__social-link.telegram:active {
        stroke: #fff;
    }
    .mobile-search {
        display: block;
        position: absolute;
        top: -400px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 55px 20px 20px;
        background-color: #fff;
        transition: all 0.6s ease;
    }
    .mobile-search.active {
        top: 0;
    }
    .mobile-search form {
        position: relative;
    }
    .mobile-search form::before {
        content: '';
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url('../image/icons/search.svg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
    }
    .mobile-search input {
        width: 100%;
        border: 1px solid rgba(51, 51, 51, 0.8);
        border-radius: 4px;
        padding: 13px 14px 9px 44px;
        height: 44px;
        outline: none;
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 114%;
        color: #333;
    }
    .mobile-search input::placeholder {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 114%;
        color: #333;
        opacity: 0.4;
    }
    .mobile-search input:active {
        border: 1px solid #333;
    }
    .mobile-search__close {
        background-color: transparent;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
    }
    .mobile-search__close svg {
        width: 20px;
        height: 20px;
    }
    .mobile-search__close svg path {
        transition: all 0.4s ease;
    }
    .mobile-search__close svg g {
        transition: all 0.4s ease;
    }
    .mobile-search__close:active svg path {
        stroke: #26458d;
    }
    .mobile-search__close:active svg g {
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .header-banner__inner-text {
        font-size: 16px;
    }
    .header-banner__inner-text {
        margin-top: 6px;
    }
    .header-banner__content {
        max-width: 374px;
    }
    .footer-top {
        flex-direction: column;
    }
    .footer-info {
        padding-top: 34px;
        align-items: flex-start;
    }
    .footer-nav {
        padding-top: 34px;
    }
    .footer-bottom {
        align-items: flex-start;
    }
    .footer-info__bottomrow {
        align-items: flex-start;
        row-gap: 7px;
    }
    .footer-info__text {
        text-align: left;
    }
    .footer-nav ul {
        column-gap: 20px;
        row-gap: 10px;
        max-width: 594px;
    }
    .footer-nav a {
        font-size: 16px;
    }
    .footer-copy {
        font-size: 14px;
    }
    .footer-bottom__links a {
        font-size: 14px;
    }
    .footer-developer {
        text-align: left;
    }
    .footer-developer,
    .footer-developer a {
        font-size: 14px;
    }
    .header-technical__logo > img {
        max-width: 260px;
    }
    .header-technical__location span {
        font-size: 16px;
        padding-left: 20px;
    }
    .header-technical__location span::before {
        width: 17px;
        height: 17px;
    }
    .header-technical__location {
        padding-left: 68px;
    }
    .header-technical__logo {
        margin-bottom: 6px;
    }
    .header-technical {
        padding: 30px 0 0;
    }
    .footer-technical__contacts-title {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .footer-technical__contacts-phone {
        font-size: 22px;
        margin-bottom: 14px;
    }
    .footer-technical__contacts-link {
        width: 34px;
        height: 34px;
    }
    .footer-technical__contacts-link svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 428px) {
    .header-bottom__row-top.header_fixed {
        padding: 14px 20px 11px;
    }
    .header-bottom__row-top {
        padding: 14px 0 11px;
    }
    .header-bottom {
        height: 68.8px;
    }
    .header-banner .container {
        padding: 0;
    }
    .header-banner__inner {
        border-radius: 0;
        background-position: bottom;
        height: auto;
        min-height: 452px;
        padding: 44px 20px 20px;
        flex-direction: column;
    }
    .header-banner__content {
        max-width: 100%;
    }
    .header-logo,
    .header-logo > img {
        max-width: 206px;
    }
    .mobile-menu__location span::before {
        width: 18px;
        height: 18px;
    }
    .mobile-logo {
        margin-bottom: 14px;
    }
    .mobile-menu__location span {
        font-size: 16px;
        padding-left: 24px;
    }
    .mobile-menu__search input,
    .mobile-menu__search input::placeholder {
        font-size: 14px;
    }
    .mobile-menu__search input {
        padding: 11.5px 11px 7px 41px;
    }
    .mobile-menu__search::before {
        width: 24px;
        height: 24px;
        left: 11px;
    }
    .mobile-menu__search {
        margin-bottom: 18px;
    }
    .mobile-menu__nav > ul > li > a {
        font-size: 16px;
    }
    .mobile-menu__nav > ul > li.parent a::after {
        top: -3px;
    }
    .mobile-menu__nav > ul > li > ul > li > a {
        font-size: 14px;
    }
    .mobile-menu .blue-btn {
        width: 100%;
    }
    .mobile-menu__wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
    }
    .mobile-menu__phone {
        font-size: 18px;
    }
    .mobile-menu__text {
        font-size: 14px;
    }
    .mobile-location span {
        font-size: 14px;
        padding-left: 20px;
    }
    .header-top {
        padding: 11px 0 4px;
    }
    .mobile-location span::before {
        width: 16px;
        height: 16px;
    }
    .mobile-menu__close {
        width: 16px;
        height: 16px;
    }
    .mobile-menu__close svg {
        width: 16px;
        height: 16px;
    }
    .mobile-menu__nav {
        padding-bottom: inherit;
        margin-bottom: 15px;
    }
    .mobile-search__close,
    .mobile-search__close svg {
        width: 18px;
        height: 18px;
    }
    .footer {
        padding: 40px 0;
    }
    .footer-nav {
        display: none;
    }
    .footer-info .white-btn {
        display: none;
    }
    .footer-logo,
    .footer-logo > img {
        max-width: 206px;
    }
    .footer-info {
        padding-top: 37px;
        row-gap: 15px;
        flex-direction: column-reverse;
    }
    .footer-social {
        column-gap: 14px;
    }
    .footer-info__phone {
        font-size: 20px;
    }
    .footer-top {
        padding-bottom: 39px;
    }
    .footer-bottom {
        padding-top: 22px;
    }
    .header-technical__logo > img {
        max-width: 198px;
    }
    .header-technical__location span {
        font-size: 14px;
    }
    .header-technical__location {
        padding-left: 53px;
    }
    .header-technical {
        padding: 24px 0 0;
    }
    .header-technical__logo {
        margin-bottom: 0px;
    }
    .footer-technical__contacts-title {
        font-size: 12px;
        line-height: 133%;
    }
    .footer-technical__contacts-phone {
        font-size: 20px;
        line-height: 130%;
    }
    .footer-technical__contacts-social {
        column-gap: 10px;
    }
    .footer-technical__contacts-link {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 350px) {
    .header-logo,
    .header-logo > img {
        max-width: 55vw;
    }
    .header-banner__inner {
        padding: 44px 10px 20px;
    }
    .header-bottom__row-top.header_fixed {
        padding: 16px 10px 10px;
    }
}
