@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");

* {
    outline: none !important;
}

img {
    max-width: 100%;
}

button {
    transition: .5s;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

body {
    --dark-color: #818E9C;
    --darker-color: #707579;
    --grey-color: #BFCCD8;
    --accent-base-color: #E86851;
    --white-color: #FFF;
    --font-family-base: "Onest", sans-serif;
    --font-family-headings: "Onest", sans-serif;
    --footer-bg: #fff;
    --text-color: #363738;
    --bs-body-bg: #F5F7F9;
    --bs-body-color: var(--text-color);
    --bs-border-color: var(--grey-color);
    --bs-border-radius: 10px;
    --bs-primary: var(--accent-base-color);
    --bs-info: var(--accent-base-color);
    --bs-link-color: var(--accent-base-color);
    --bs-link-color-rgb: 232, 104, 81;
    --bs-link-hover-color: #FF5C3F;
    --bs-link-hover-color-rgb: 255, 92, 63;
    --bs-nav-pills-link-active-bg: var(--accent-base-color);
    --bs-font-sans-serif: var(--font-family-base);
    --bs-font-monospace: var(--font-family-base);
}

a {
    text-decoration: none;
}

a[href*="tel"] {
    white-space: nowrap;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    line-height: 1.25;
}

@media (min-width: 1440px) {
    h3, .h3 {
        font-size: 36px;
    }
}

@media (min-width: 1440px) {
    h4, .h4 {
        font-size: 30px;
    }
}

b, strong {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.semi-strong {
    font-weight: 600;
}

.text-uppercase {
    text-transform: uppercase;
}

body {
    background: var(--bs-body-bg);
    color: var(--text-color);
    font-family: var(--font-family-base);
    font-optical-sizing: auto;
    font-variation-settings: "slnt" 0;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1280px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    body {
        font-size: 18px;
    }
}

a {
    transition: .5s;
}

svg {
    flex-shrink: 0;
}

.accent-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.accent-link[aria-expanded="true"] svg {
    transform: scaleY(-1);
}

.mr-auto {
    margin-right: auto;
}

.container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1280px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1440px) {
    .container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.page__main {
    position: relative;
}

.page__main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: block;
    pointer-events: none;
    background: url("/assets/img/cabel-image-15.png") no-repeat 50% 100%;
}

.page__title {
    margin-bottom: 30px;
}

.svg-icon {
    width: 100%;
    height: 100%;
}

.grey-color {
    color: #858D96;
}

.grey2-color {
    color: #707579;
}

.accent-color {
    color: var(--accent-base-color);
}

.green-color {
    color: #68B96D;
}

.size-md {
    font-size: 16px;
    line-height: 24px;
}

.icon-bull {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-flex;
    flex-shrink: 0;
}

.row-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
}

.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

ul.check-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul.check-list li {
    padding-left: 34px;
    margin-bottom: 5px;
    background: url("/assets/img/icon-check-accent.svg") no-repeat 0 3px;
}

.block-white {
    background: #fff;
    border-radius: 12px;
    padding: 30px 40px;
}

.block-white__title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.block-white hr {
    margin-top: 30px;
    margin-bottom: 40px;
}

@media (max-width: 1365px) {
    .block-white {
        padding: 30px 25px;
    }
}

@media (max-width: 1199px) {
    .block-white {
        padding: 30px 20px;
    }
}

.dropdown:has(.dropdown-modal) .dropdown-toggle::after {
    content: none;
}

.dropdown .dropdown-modal {
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 0 30px #5C646C4D;
    border: none;
    width: 90vw;
    max-width: 340px;
}

.dropdown .dropdown-modal h5.dropdown-modal__title {
    font-size: 18px;
    margin-right: 50px;
    margin-bottom: 15px;
}

.dropdown .dropdown-modal__close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 2;
}

.dropdown .dropdown-modal__btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.dropdown .dropdown-modal__btns .link {
    font-size: 14px;
    text-decoration: underline;
}

.dropdown .dropdown-modal__btns .link:hover {
    text-decoration: none;
}

.dropdown.city-selector .dropdown-modal {
    width: 90vw;
    max-width: 340px;
}

.color-item {
    width: 10px;
    height: 10px;
    display: inline-flex;
    flex-shrink: 0;
    border-radius: 50%;
}

.js-single-banner .slick-list {
    overflow: hidden;
    border-radius: 12px;
}

.js-single-banner .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.js-single-banner .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.js-single-banner .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    background: #E86851;
}

.js-single-banner .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #818E9C;
    border-radius: 50%;
}

.js-single-banner .slick-dots li button::before {
    content: '';
}

.js-single-banner .slick-arrow {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    background: #818E9C;
    z-index: 10;
}

.js-single-banner .slick-arrow::before {
    content: none;
}

.js-single-banner .slick-arrow:hover {
    color: #fff;
    background: var(--accent-base-color);
}

.js-single-banner .slick-prev {
    left: 20px;
}

.js-single-banner .slick-next {
    right: 20px;
}

.tabs-menu {
    margin-bottom: 30px;
}

.tabs-menu .nav-tabs {
    border-bottom: none;
    gap: 5px;
    margin-bottom: 15px;
}

.tabs-menu .nav-link {
    border: none;
    background: #fff;
    color: var(--text-color);
    border-radius: 10px !important;
}

.tabs-menu .nav-link.active, .tabs-menu .nav-link:hover {
    color: #fff;
    background: var(--dark-color) url("/assets/img/btn-default-bg.png") repeat-x 50% 0;
}

.tabs-menu .nav-link.accent {
    color: #fff;
    background: var(--accent-base-color) url("/assets/img/btn-primary-bg.png") repeat-x 50% 0;
}

.tabs-menu .nav-link.accent.active, .tabs-menu .nav-link.accent:hover {
    color: #fff;
    background: var(--dark-color) url("/assets/img/btn-default-bg.png") repeat-x 50% 0;
}

small {
    font-size: 12px;
    line-height: 1.25;
}

.banner-slider:not(.slick-initialized) > div:not(:first-child) {
    display: none;
}

.header-banners {
    padding: 10px 0;
    background: #fff;
}

.header-banners .row {
    margin-left: -5px;
    margin-right: -5px;
    gap: 10px 0;
}

.header-banners .row > .col {
    padding-left: 5px;
    padding-right: 5px;
}

.header-banners .row img {
    width: 100%;
    border-radius: 8px;
}

.header {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
}

.header__main {
    display: flex;
    gap: 15px 40px;
}

.header__logo {
    width: 30%;
    max-width: 260px;
}

.header__search {
    flex-grow: 1;
}

.header__search .search-link {
    display: none;
}

.header__auth-links {
    display: flex;
    align-items: center;
    height: 56px;
    font-size: 16px;
}

.header__auth-links img {
    flex-shrink: 0;
    margin-right: 15px;
}

.header__auth-links a {
    color: var(--text-color);
}

.header__separator {
    margin: 0 15px;
    width: 1px;
    height: 22px;
    background: #D9D9D9;
}

.header__info {
    font-size: 14px;
}

.header__exchange-info {
    gap: 25px;
    font-weight: 500;
}

.header__exchange-info div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header__burger {
    display: none;
}

@media (max-width: 1364px) {
    .header__auth-links {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .header__logo {
        max-width: 200px;
    }

    .header__main {
        gap: 15px 20px;
    }
}

@media (max-width: 991px) {
    .header__main {
        align-items: center;
        gap: 15px;
    }

    .header__logo {
        max-width: 160px;
    }

    .header__search .search {
        margin-bottom: 0;
    }

    .header__exchange-info {
        gap: 15px;
    }

    .header__auth-links {
        display: none;
        height: auto;
    }

    .header__auth-links img {
        margin-right: 5px;
    }

    .header__separator {
        margin: 0 8px;
    }

    .header__info {
        display: none;
    }

    .header__burger {
        display: block;
    }

    .header__burger .burger__btn {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        gap: 5px;
        position: relative;
        flex-shrink: 0;
    }

    .header__burger .burger__btn span {
        width: 100%;
        height: 3px;
        border-radius: 3px;
        background: var(--accent-base-color);
        transition: .5s;
    }

    .menu-open .header__burger .burger__btn span {
        top: 50%;
        left: 50%;
        position: absolute;
    }

    .menu-open .header__burger .burger__btn span:nth-child(1) {
        transform: rotate(45deg);
        margin-left: -50%;
    }

    .menu-open .header__burger .burger__btn span:nth-child(2) {
        display: none;
    }

    .menu-open .header__burger .burger__btn span:nth-child(3) {
        transform: rotate(-45deg);
        margin-left: -50%;
    }

    .header__burger .burger__menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px;
        display: none;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .menu-open .header__burger .burger__menu {
        display: block;
    }

    .header__burger .burger__menu button.burger__enter {
        color: var(--text-color);
    }

    .header__burger .burger__menu ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        list-style: none;
        padding-left: 0;
        margin-left: 0;
    }

    .header__burger .burger__menu ul li {
        padding-left: 0;
        margin-left: 0;
    }

    .header__burger .burger__menu ul li a {
        color: var(--text-color);
    }

    .header__burger .burger__menu ul li a.active {
        color: var(--accent-base-color);
    }

    .header__burger .burger__menu .header__info {
        display: block;
        margin-top: 30px;
    }

    .header__burger .burger__menu .header__info .row {
        gap: 15px 0;
    }
}

@media (max-width: 767px) {
    .header__logo {
        max-width: 160px;
        width: 50%;
    }

    .header__search {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 15px;
    }

    .header__search .search {
        display: none;
    }

    .header__search .search-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }
}

.search {
    display: flex;
    border: 1px solid #DFE7EF;
    background: #F5F7F9;
    padding: 5px;
    border-radius: 14px;
    margin-bottom: 15px;
    gap: 10px;
}

.search img {
    flex-shrink: 0;
    margin: 0 10px;
}

.search__input {
    flex-grow: 1;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    text-overflow: ellipsis;
}

.search__btns {
    gap: 4px;
}

.search .btn-primary {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.search .btn-default {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media (max-width: 1364px) {
    .search__input {
        font-size: 14px;
    }

    .search__btns .btn {
        font-size: 12px;
    }
}

.city-selector__btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.city-selector__btn svg {
    flex-shrink: 0;
}

.block-fast-links {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 35px;
    font-size: 16px;
}

.block-fast-links .d-flex {
    gap: 5px;
}

.block-fast-links__link {
    color: var(--text-color);
}

.block-fast-links__link:hover {
    color: var(--accent-base-color);
}

.main-grid {
    display: flex;
    gap: 40px;
    position: relative;
}

.main-grid__aside {
    flex-shrink: 0;
    width: 260px;
    position: relative;
}

.main-grid__content {
    flex-grow: 1;
    /* min-width не даёт широкому содержимому растягивать колонку — раньше эту
       задачу решал overflow: hidden, но он ломает position: sticky внутри */
    min-width: 0;
    overflow: clip;
}

@media (max-width: 1199px) {
    .main-grid {
        gap: 20px;
    }

    .main-grid__aside {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .main-grid__aside {
        display: none;
    }
}

.content-block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-block h3 {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .content-block h3 {
        margin-bottom: 50px;
    }
}

.aside-menu {
    margin-bottom: 45px;
}

.aside-menu__link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 5px 12px 12px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-color);
}

.aside-menu__link:hover {
    color: var(--accent-base-color);
}

.aside-menu__link:hover .aside-menu__icon {
    color: var(--accent-base-color);
}

.aside-menu__link.active {
    background: #fff;
    color: var(--text-color);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.aside-menu__link.active .aside-menu__icon {
    color: var(--accent-base-color);
}

.aside-menu__icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #707579;
}

.aside-catalog-filter {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 10px;
    font-weight: 500;
    overflow: hidden;
}

.aside-catalog-filter__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.25;
    border-bottom: 2px solid var(--bs-body-bg);
}

.aside-catalog-filter__title::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #E86851 url("/assets/img/icon-caret-white.svg") no-repeat 50% 50%;
}

.aside-catalog-filter__btns {
    display: flex;
    font-size: 14px;
}

.aside-catalog-filter__btn {
    position: relative;
    flex-grow: 1;
}

.aside-catalog-filter__btn label {
    height: 40px;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1.25;
}

.aside-catalog-filter__btn input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.aside-catalog-filter__btn input:checked + label {
    color: #fff;
    background: var(--dark-color) url("/assets/img/btn-default-bg.png") repeat-x 50% 0;
}

.pagination {
    gap: 6px;
    font-size: 12px;
    line-height: 1.25;
    font-family: var(--font-family-headings);
    margin-top: 40px;
    margin-bottom: 0 !important;
}

.pagination__item, .pagination__link {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.pagination__link {
    color: var(--text-color);
    background: transparent;
    border: 1px solid transparent;
}

.pagination__link:hover {
    background: transparent;
    color: var(--accent-base-color);
    border-color: transparent;
}

.pagination__link.active {
    color: #fff;
    background: #979FA8;
}

.pagination__link.prev, .pagination__link.next {
    background: transparent;
    border-color: #BFCCD8;
    color: #BFCCD8;
}

@media (max-width: 1799px) {
    .pagination {
        margin-bottom: 20px;
    }
}

@media (max-width: 424px) {
    .pagination {
        gap: 5px;
    }

    .pagination__item, .pagination__link {
        width: 24px;
        height: 24px;
    }
}

.reg-full-form {
    margin-bottom: 50px;
}

.reg-full-form__top {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 55px;
    margin-bottom: 20px;
}

.reg-full-form__top .form-checkbox input + label {
    font-size: 16px;
}

.reg-full-form__top .d-flex {
    gap: 7px;
    max-width: 260px;
    font-size: 14px;
    line-height: 18px;
}

.reg-full-form__top .d-flex svg {
    flex-shrink: 0;
    color: var(--accent-base-color);
}

.reg-full-form__fields {
    margin-bottom: 20px;
}

.reg-full-form__agreement {
    margin-top: 20px;
    margin-bottom: 24px;
    color: #858D96;
}

@media (max-width: 991px) {
    .reg-full-form {
        margin-bottom: 30px;
    }
}

.tariff-main__head {
    position: relative;
    background: #fff;
    border-radius: 12px 0 0 0;
    width: calc(100% - 90px);
    height: 37px;
}

.tariff-main__head::before, .tariff-main__head::after {
    content: '';
    display: block;
    width: 90px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}

.tariff-main__head::before {
    background: url("/assets/img/tariff-head-decor-active.svg") no-repeat 100% 0;
}

.tariff-main__head::after {
    background: url("/assets/img/tariff-head.svg") no-repeat 100% 0;
}

.tariff-main__title {
    position: relative;
    top: 20px;
    width: 100%;
    text-align: left;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    z-index: 1;
    padding-left: 20px;
}

.tariff-main__body {
    position: relative;
    background: #fff;
    padding: 40px 20px 20px;
    margin-bottom: 40px;
    border-radius: 0 12px 12px 12px;
}

.tariff-main__body .row {
    gap: 30px 0;
}

.tariff-main__subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

.tariff-main__text {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
}

.tariff-main__text .d-flex {
    gap: 10px;
}

.tariff-main__text .d-flex:not(:last-child) {
    margin-bottom: 10px;
}

.tariff-main__text .d-flex .icon {
    width: 15px;
    text-align: center;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .tariff-main__head {
        width: 50%;
    }
}

@media (min-width: 1280px) and (max-width: 1799px) {
    .tariff-main__title {
        font-size: 24px;
    }

    .tariff-main__subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .tariff-main__text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1800px) {
    .tariff-main__subtitle {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .tariff-main__text {
        font-size: 18px;
        line-height: 24px;
    }
}

.tariff-grid {
    display: grid;
    gap: 10px;
}

@media (min-width: 768px) {
    .tariff-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1280px) {
    .tariff-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1440px) {
    .tariff-grid {
        gap: 20px;
    }
}

@media (min-width: 1800px) {
    .tariff-grid {
        gap: 40px;
    }
}

.tariff-item {
    overflow: hidden;
    padding-top: 10px;
    filter: drop-shadow(0 6px 20px #0000000D);
}

.tariff-item__head {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    background: url("/assets/img/tariff-head-decor.svg") no-repeat 0 0/100% auto;
}

.tariff-item__head::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/img/tariff-head.svg") no-repeat 0 0/100% auto;
}

.tariff-item__body {
    background: #fff;
    padding: 15px;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.tariff-item__title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    z-index: 1;
}

.tariff-item__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 12px;
    background: var(--bs-body-bg);
    gap: 10px;
    margin-bottom: 20px;
}

.tariff-item__price strong {
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    white-space: nowrap;
}

.tariff-item__price span {
    display: block;
    font-size: 18px;
    line-height: 1;
    background: #fff;
    flex-grow: 1;
    max-width: 125px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    white-space: nowrap;
}

.tariff-item__subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.tariff-item__text {
    font-size: 12px;
    line-height: 15px;
    padding: 15px;
    background: var(--bs-body-bg);
    border-radius: 12px;
}

.tariff-item__text .d-flex {
    gap: 10px;
}

.tariff-item__text .d-flex:not(:last-child) {
    margin-bottom: 10px;
}

.tariff-item__text .d-flex .icon {
    width: 15px;
    text-align: center;
    flex-shrink: 0;
}

.tariff-item__btn {
    margin-top: 20px;
}

.tariff-item.top-tariff {
    color: #fff;
}

.tariff-item.top-tariff .tariff-item__head {
    background: none !important;
}

.tariff-item.top-tariff .tariff-item__head::before {
    content: '';
    display: block;
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/img/tariff-head-top.svg") no-repeat 0 0/100% auto;
}

.tariff-item.top-tariff .tariff-item__head::after {
    background-image: url("/assets/img/tariff-head-dark.svg");
}

.tariff-item.top-tariff .tariff-item__body {
    background: #778493;
}

.tariff-item.top-tariff .tariff-item__price {
    background: #8F9AA7;
}

.tariff-item.top-tariff .tariff-item__price span {
    background: #6A7785;
}

.tariff-item.top-tariff .tariff-item__text {
    background: #0000001A;
}

.tariff-item:hover .tariff-item__head {
    background-image: url("/assets/img/tariff-head-decor-active.svg");
}

@media (min-width: 1280px) and (max-width: 1799px) {
    .tariff-item__title {
        font-size: 24px;
    }

    .tariff-item__body {
        padding-top: 0;
    }

    .tariff-item__price {
        margin-bottom: 10px;
    }

    .tariff-item__price strong {
        font-size: 20px;
    }

    .tariff-item__price span {
        padding: 10px 5px;
        max-width: 100px;
        font-size: 12px;
    }

    .tariff-item__subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .tariff-item__text {
        padding: 10px;
        font-size: 11px;
    }

    .tariff-item__btn {
        margin-top: 15px;
    }
}

@media (min-width: 1800px) {
    .tariff-item__body {
        padding: 30px;
    }

    .tariff-item__text {
        padding: 15px 20px;
        font-size: 14px;
        line-height: 20px;
    }
}

.stock-header {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
}

.stock-header__aside {
    display: flex;
    align-items: center;
    gap: 30px;
}

.stock-header-city .dropdown-modal {
    width: 80vw;
    max-width: 1150px;
    padding: 40px;
}

.stock-header-city .form-input--search {
    padding-left: 40px;
    background: url("/assets/img/icon-search.svg") no-repeat 10px 50%;
}

.stock-header-city__btn {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.stock-header-city__btn svg {
    flex-shrink: 0;
}

.stock-header-city__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 30px;
}

.stock-header-city__items {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.stock-header-city__group {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.stock-header-city__group a {
    color: var(--text-color);
}

.stock-header-city__group a:hover {
    color: var(--accent-base-color);
}

.stock-header-city__letter {
    margin-bottom: 5px;
}

@media (max-width: 1799px) {
    .stock-header-city .dropdown-modal {
        width: 70vw;
    }

    .stock-header-city__items {
        max-height: 50vh;
    }

    .stock-header-city__btn {
        font-size: 14px;
    }
}

@media (max-width: 1599px) {
    .stock-header-city .dropdown-modal {
        width: 65vw;
    }
}

@media (max-width: 991px) {
    .stock-header-city .dropdown-modal {
        width: 80vw;
        padding: 20px;
    }
}

.stock-header-sort .dropdown-modal {
    max-width: 230px;
}

.stock-header-sort__btn.show {
    color: var(--accent-base-color);
}

.stock-header-sort__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.stock-header-sort__item {
    position: relative;
}

.stock-header-sort__item input {
    position: absolute;
    top: 0;
    opacity: 0;
}

.stock-header-sort__item input:checked + label {
    color: var(--text-color);
}

.stock-header-sort__item input:checked + label::after {
    background: #858D96 url("/assets/img/icon-checkbox.svg") no-repeat 50% 50%;
}

.stock-header-sort__item label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: #858D96;
    cursor: pointer;
}

.stock-header-sort__item label::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #858D96;
}

.stock {
    margin-top: 30px;
    margin-bottom: 45px;
}

.stock__table-items {
    border-top: 1px solid #BFCCD8;
    padding-top: 20px;
    padding-bottom: 30px;
}

.stock__footer {
    padding-top: 50px;
    border-top: 1px solid #BFCCD8;
}

@media (max-width: 1799px) {
    .stock {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .stock__footer {
        padding-top: 20px;
    }
}

.stock-table {
    font-size: 14px;
}

.stock-table .stock-table-grid {
    display: flex;
    gap: 10px;
    align-items: center;
}

.stock-table .stock-table-grid > div {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.stock-table .stock-table-grid__title {
    flex-grow: 1;
    flex-shrink: 1 !important;
}

.stock-table .stock-table-grid__label {
    display: none;
}

.stock-table .stock-table-grid__colors {
    width: 70px;
}

.stock-table .stock-table-grid__colors .stock-table-grid__value {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.stock-table .stock-table-grid__colors .stock-table-grid__value > div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.stock-table .stock-table-grid__filed1 {
    width: 80px;
}

.stock-table .stock-table-grid__filed2 {
    width: 45px;
}

.stock-table .stock-table-grid__filed3 {
    width: 75px;
}

.stock-table .stock-table-grid__filed4 {
    width: 60px;
}

.stock-table .stock-table-grid__filed5 {
    width: 140px;
}

.stock-table .stock-table-grid__gost-tu {
    width: 115px;
}

.stock-table .stock-table-grid__filed6 {
    width: 80px;
}

.stock-table .stock-table-grid__filed7 {
    width: 280px;
}

.stock-table .stock-table-grid__filed8 {
    width: 30px;
    text-align: center;
}

.stock-table .stock-table-grid__filed9 {
    width: 20px;
    text-align: center;
}

.stock-table .stock-table-grid__filed10 {
    width: 52px;
    text-align: center;
}

.stock-table .stock-table-grid__filed10 span {
    display: inline-flex;
    align-items: center;
    height: 20px;
    font-size: 10px;
    border-radius: 8px;
    color: #fff;
    background: #818E9C;
    padding: 0 8px;
}

.stock-table .stock-table-grid__filed11 {
    width: 18px;
    text-align: center;
}

.stock-table__head {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #BFCCD8;
}

.stock-table__row {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.stock-table__row:hover {
    background: #F5F7F9;
}

@media (max-width: 1799px) {
    .stock-table {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .stock-table .stock-table-grid__filed5 {
        width: 100px;
    }

    .stock-table .stock-table-grid__gost-tu {
        width: 95px;
    }

    .stock-table .stock-table-grid__filed7 {
        width: 160px;
    }
}

@media (max-width: 1599px) {
    .stock-table .stock-table-grid__filed1 {
        width: 5.3%;
    }

    .stock-table .stock-table-grid__filed2 {
        width: 3.2%;
    }

    .stock-table .stock-table-grid__filed3 {
        width: 5.3%;
    }

    .stock-table .stock-table-grid__filed4 {
        width: 4.8%;
    }

    .stock-table .stock-table-grid__filed5 {
        width: 8.5%;
    }

    .stock-table .stock-table-grid__gost-tu {
        width: 7.5%;
    }

    .stock-table .stock-table-grid__filed6 {
        width: 5.3%;
        word-break: break-all;
    }

    .stock-table .stock-table-grid__filed7 {
        width: 8.5%;
    }
}

@media (max-width: 1199px) {
    .stock-table .stock-table-grid__colors {
        width: 30px;
    }

    .stock-table .stock-table-grid__filed7 {
        word-break: break-word;
    }
}

@media (max-width: 767px) {
    .stock-table__head {
        display: none !important;
    }

    .stock-table__row:hover {
        background: transparent;
    }

    .stock-table .stock-table-grid {
        flex-wrap: wrap;
        gap: 5px;
        align-items: flex-start;
        border-bottom: 1px solid #BFCCD8;
        justify-content: space-between;
    }

    .stock-table .stock-table-grid:last-child {
        border-bottom: none;
    }

    .stock-table .stock-table-grid > div {
        width: 100%;
        display: flex;
        gap: 20px;
    }

    .stock-table .stock-table-grid__label {
        display: block;
        opacity: .7;
        width: 100px;
        flex-shrink: 0;
    }

    .stock-table .stock-table-grid__filed8, .stock-table .stock-table-grid__filed9, .stock-table .stock-table-grid__filed10, .stock-table .stock-table-grid__filed11 {
        width: auto !important;
        text-align: left;
        align-items: center;
        align-self: center;
    }

    .stock-table .stock-table-grid__filed8 .stock-table-grid__label, .stock-table .stock-table-grid__filed9 .stock-table-grid__label, .stock-table .stock-table-grid__filed10 .stock-table-grid__label, .stock-table .stock-table-grid__filed11 .stock-table-grid__label {
        width: auto;
    }

    .stock-table .stock-table-grid__filed8 .stock-table-grid__value, .stock-table .stock-table-grid__filed9 .stock-table-grid__value {
        height: 5px;
    }
}

.block-download {
    font-size: 16px;
}

.offers-table-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    border-top: 10px solid #DFE7EF;
    border-bottom: 10px solid #DFE7EF;
    border-left: 1px solid #DFE7EF;
    border-right: 1px solid #DFE7EF;
    border-radius: 10px;
}

.offers-table-wrap .btn {
    background-image: none !important;
}

.offers-table-wrap .table > :not(caption) > * > * {
    border-color: #DFE7EF;
}

.offers-table-wrap .table-bordered {
    border-color: #DFE7EF;
}

.offers-table-wrap .table {
    margin-bottom: 0;
}

.offers-table-wrap .table .size-md {
    font-size: 14px;
}

.offers-table-wrap .table th {
    padding: 14px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    background: #F5F7F9;
}

.offers-table-wrap .table td {
    position: relative;
    padding: 25px 20px;
    font-size: 16px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
}

.offers-table-wrap .table td .td-container {
    padding: 25px 20px;
}

.offers-table-wrap .table td:has(.td-container) {
    padding: 0;
}

.offers-table-wrap .table td a u {
    color: var(--text-color);
}

.offers-table-wrap .table td a:hover u {
    color: var(--accent-base-color);
}

.offers-table-wrap .table td a.td-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.offers-table-wrap .table td a.td-link img, .offers-table-wrap .table td a.td-link svg {
    flex-shrink: 0;
}

.offers-table-wrap .table td a.td-link span {
    text-decoration: underline;
}

.offers-table-wrap .table td a.td-link:hover span {
    text-decoration: none;
}

.offers-table-wrap .table .form-input.datepicker {
    width: 120px;
    border: none;
    background-color: transparent;
    padding: 0;
    background-position: right 0 top 50%;
    background-image: url(/assets/img/icon-calend-accent.svg);
}

.offers-table-wrap .table .form-input.datepicker:not(:placeholder-shown) {
    background-image: url(/assets/img/icon-calend.svg);
}

.offers-table-wrap .table .td-warning,
.offers-table-wrap .table .tr-warning td {
    background: #FCFFD7;
}

.offers-table-wrap .table .td-success,
.offers-table-wrap .table .tr-success td {
    background: #F3FFE0;
}

.offers-table-wrap .table .td-error,
.offers-table-wrap .table .tr-error td {
    background: #FFECEB;
}

.offers-table-wrap .table .tr-footer td {
    border-top: 4px solid #DFE7EF;
}

.offers-table-wrap .table tfoot td {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 1199px) {
    .offers-table-wrap .table .size-md {
        font-size: 12px;
    }

    .offers-table-wrap .table th {
        padding: 4px 8px;
        font-size: 12px;
    }

    .offers-table-wrap .table td {
        padding: 5px 8px;
        font-size: 14px;
    }
}

.offers-table__popover-btn {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 6px 0 !important;
    min-width: 20px;
}

.profile-form__agreement {
    font-size: 14px;
}

.profile-form__agreement.form-item {
    margin-bottom: 25px;
}

.profile-info-block h4 {
    margin-bottom: 15px;
}

.profile-info-block h5 {
    margin-bottom: 10px;
}

.profile-info-block small {
    font-size: 14px;
    display: block;
}

.profile-info-block a[href*="tel:"] {
    color: inherit;
}

.profile-info-block a[href*="tel:"]:hover {
    color: var(--accent-base-color);
}

.profile-info-block__text {
    font-size: 20px;
    margin-bottom: 25px;
}

.profile-info-block__about {
    font-size: 16px;
    max-width: 475px;
}

.block-orders__list {
    margin-bottom: 40px;
}

.block-orders__item {
    margin-top: 10px;
}

.block-orders__head {
    color: #707579;
    font-size: 12px;
    align-items: flex-end;
}

@media (max-width: 1365px) {
    .block-orders__head.block-orders-grid {
        display: none;
    }

    .block-orders__list .block-orders__head.block-orders-grid {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
    }

    .block-orders__list .block-orders__head.block-orders-grid .block-orders-grid__item.item-first {
        display: none;
    }

    .block-orders .block-white__title {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .block-orders__list .block-orders__head.block-orders-grid {
        display: none;
    }
}

.block-orders-grid {
    display: flex;
    gap: 12px;
}

.block-orders-grid__item {
    overflow: hidden;
    width: 35px;
    flex-shrink: 0;
}

.block-orders-grid__item.item-first {
    width: 300px;
}

.block-orders-grid__item.item-first h5 {
    margin-bottom: 6px;
}

.block-orders-grid__item.item-head {
    display: none;
}

.block-orders-grid__item.item-content {
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

.block-orders-grid__item.item-content .block-orders-grid {
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.block-orders-grid__item.item-content .block-orders-grid:not(:last-child) {
    border-bottom: 1px solid #DFE7EF;
}

.block-orders-grid__item.item-content .block-orders-grid__item {
    font-size: 13px;
    line-height: 25px;
}

.block-orders-grid__item.item-content .block-orders-grid__item.item-num {
    font-size: 18px;
    color: #707579;
}

.block-orders-grid__item.item-content .block-orders-grid__item.item-title {

}

.block-orders-grid__item.item-content .block-orders-grid__item.item-construction {
    text-transform: uppercase;
}

.block-orders-grid__item.item-content .block-orders-grid__item.item-colors {
    width: 40px;
    padding-top: 10px;
}

.block-orders-grid__item.item-content .block-orders-grid__item.item-colors .colors-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.block-orders-grid__item.item-content .block-orders-grid__item.item-colors .colors-grid > div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.block-orders-grid__item.item-content .block-orders-grid__item.item-pack, .block-orders-grid__item.item-content .block-orders-grid__item.item-producer {
    padding-top: 5px;
    font-size: 12px;
    line-height: 18px;
}

.block-orders-grid__item.item-content .block-orders-grid__stock {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 5px;
}

.block-orders-grid__item.item-content .block-orders-grid__desc {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 5px;
}

.block-orders-grid__item.item-num {
    width: 15px;
}

.block-orders-grid__item.item-title {
    flex-grow: 1;
    flex-shrink: 1;
}

.block-orders-grid__item.item-construction {
    width: 55px;
}

.block-orders-grid__item.item-screen,
.block-orders-grid__item.item-conductors,
.block-orders-grid__item.item-couples {
    width: 45px;
}

.block-orders-grid__item.item-voltage {
    width: 60px;
}

.block-orders-grid__item.item-length {
    width: 90px;
}

.block-orders-grid__item.item-colors {
    width: 40px;
}

.block-orders-grid__item.item-pack {
    width: 35px;
}

.block-orders-grid__item.item-producer {
    width: 75px;
}

.block-orders-grid__item.item-sertif {
    width: 75px;
}

.block-orders-grid__user {
    display: flex;
    gap: 10px;
}

.block-orders-grid__user .name {
    font-size: 14px;
    line-height: 24px;
}

.block-orders-grid__user .counter {
    font-size: 12px;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 6px;
    background: #F5F7F9;
}

.block-orders-grid__text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.block-orders-grid__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.block-orders-grid__collapse {
    margin-top: -12px;
    margin-bottom: 25px;
    overflow: hidden;
    background: #F5F7F9;
    border-radius: 10px;
    border-bottom: 1px solid #BFCCD8;
}

.block-orders-grid__collapse .btn[data-bs-toggle="collapse"] {
    text-align: left;
    justify-content: flex-start;
}

.block-orders-grid__collapse .collapse__body {
    overflow: hidden;
    padding: 10px 20px 15px;
}

.block-orders-grid__collapse .collapse__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.block-orders-grid__label {
    display: none;
}

@media (max-width: 1799px) {
    .block-orders-grid__item.item-first {
        width: 250px;
    }

    .block-orders-grid__item.item-sertif {
        width: 60px;
    }
}

@media (max-width: 1599px) {
    .block-orders-grid__item.item-first {
        width: 180px;
    }

    .block-orders-grid__item.item-pack {
        width: 35px;
    }

    .block-orders-grid__item.item-producer {
        width: 75px;
    }
}

@media (max-width: 1365px) {
    .block-orders-grid {
        flex-wrap: wrap;
    }

    .block-orders-grid__item.item-first {
        gap: 10px 20px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 2px solid #DFE7EF;
    }

    .block-orders-grid__item.item-content .block-orders-grid {
        flex-wrap: nowrap;
    }

    .block-orders-grid__item.item-head {
        display: flex;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #DFE7EF;
    }

    .block-orders-grid__text {
        margin-bottom: 0;
    }

    .block-orders-grid__btns {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .block-orders-grid {
        gap: 10px;
    }

    .block-orders-grid__item.item-length,
    .block-orders-grid__item.item-construction,
    .block-orders-grid__item.item-screen,
    .block-orders-grid__item.item-conductors,
    .block-orders-grid__item.item-couples {
        width: 100px !important;
    }

    .block-orders-grid__item.item-num {
        display: none;
    }

    .block-orders-grid__item.item-title {
        width: 100%;
    }

    .block-orders-grid__item.item-content .block-orders-grid {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .block-orders-grid__item.item-head {
        display: none;
    }

    .block-orders-grid__item.item-colors, .block-orders-grid__item.item-pack, .block-orders-grid__item.item-producer, .block-orders-grid__item.item-sertif {
        width: 100% !important;
        display: flex;
        gap: 10px;
    }

    .block-orders-grid__item.item-colors .block-orders-grid__label, .block-orders-grid__item.item-pack .block-orders-grid__label, .block-orders-grid__item.item-producer .block-orders-grid__label, .block-orders-grid__item.item-sertif .block-orders-grid__label {
        width: 100px;
        flex-shrink: 0;
    }

    .block-orders-grid__label {
        display: block;
        font-size: 11px;
        margin-bottom: 2px;
        opacity: .5;
        line-height: 1.25;
    }
}

.block-sort {
    margin-bottom: 40px;
}

.block-sort__btns {
    display: flex;
    gap: 5px 15px;
}

@media (max-width: 1365px) {
    .block-sort__btns {
        gap: 5px 10px;
    }

    .block-sort__btns .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.block-map {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px 0 #0000000D;
    margin-bottom: 50px;
}

.block-map__map {
    display: block;
    border-radius: 8px;
    width: 100%;
}

.block-map__legend {
    padding: 10px 30px;
    display: none;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 35px;
    font-size: 14px;
}

.block-map:has(.expanded) .block-map__legend {
    display: flex;
}

.block-map:has(.expanded) .map-wrap__title {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 767px) {
    .block-map__legend {
        padding: 10px;
    }
}

.map-wrap {
    position: relative;
    height: 130px;
    transition: .5s;
    overflow: hidden;
    border-radius: 14px;
}

.map-wrap__head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map-wrap__footer {
    opacity: 0;
    margin-top: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}

.map-wrap__legend {
    background: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 6px 20px 0 #0000000D;
}

.map-wrap__legend:only-child {
    margin-left: auto;
}

.map-wrap__legend-item {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 16px;
    margin: 5px 0;
}

.map-wrap__legend-item img {
    width: 24px;
    flex-shrink: 0;
    object-fit: contain;
}

.map-wrap__title {
    color: #fff;
    font-size: 24px;
    line-height: 1.15;
}

.map-wrap__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #283A5080;
}

.map-wrap__content .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    height: 100%;
}

.map-wrap #showAllMap {
    pointer-events: auto;
    box-shadow: 0 6px 20px 0 #0000000D;
}

.map-wrap.expanded {
    height: 650px;
    overflow: hidden;
}

.map-wrap.expanded .map-wrap__content {
    background: transparent;
}

.map-wrap.expanded .map-wrap__footer {
    opacity: 1;
}

@media (max-width: 991px) {
    .map-wrap__content .container {
        padding: 20px;
    }

    .map-wrap__content .container .map-text {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .map-wrap.expanded {
        height: auto;
    }

    .map-wrap.expanded .map-wrap__head {
        min-height: 0;
        align-items: flex-start;
    }

    .map-wrap__content .container {
        padding: 10px;
    }

    .map-wrap__head {
        min-height: 100px;
    }

    .map-wrap__title {
        font-size: 18px;
    }

    .map-wrap__legend {
        padding: 10px 15px;
        width: 100%;
    }

    .map-wrap__legend-item {
        font-size: 12px;
    }

    .map-wrap__legend-item img {
        width: 18px;
    }
}

.map {
    height: 650px;
    background: #eee;
}

.map ymaps[class*='ground-pane'] {
    filter: grayscale(1);
}

.map ymaps[class*='balloon_layout'], .map ymaps[class*='balloon__layout'], .map ymaps[class*='balloon__content'] {
    border-radius: 15px !important;
}

@media (max-width: 767px) {
    .map {
        height: 400px;
    }
}

.map-balloon__title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

.map-balloon__contacts {
    font-size: 14px;
}

.map-balloon__type {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    margin-bottom: 5px;
}

.map-balloon__type img {
    flex-shrink: 0;
}

.block-about {
    margin-bottom: 30px;
}

.block-about__text {
    font-size: 14px;
    margin-bottom: 30px;
}

.block-about__slider {
    max-width: 730px;
}

@media (min-width: 992px) {
    .block-about h3 {
        margin-bottom: 30px;
    }
}

@media (min-width: 1600px) {
    .block-about {
        margin-bottom: 100px;
    }

    .block-about__text {
        font-size: 16px;
    }
}

.block-numbers {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("/assets/img/cabel-image-15.png") no-repeat 50% 50%;
}

.block-numbers__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex-wrap: wrap;
}

.block-numbers__item {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
}

.block-numbers__item:last-child {
    grid-column: span 2;
    color: #fff;
    background: var(--accent-base-color) url("/assets/img/bg-orange.png") repeat-x 50% 50%/auto 100%;
}

.block-numbers__item:last-child .block-numbers__title {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    display: block;
}

.block-numbers__title {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 15px;
    background: linear-gradient(180deg, #F78669 0%, #E86750 53%, #DA6244 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table;
    white-space: nowrap;
}

.block-numbers__text {
    font-size: 16px;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .block-numbers__row {
        min-height: 240px;
        align-items: center;
        grid-template-columns: repeat(4, 1fr);
    }

    .block-numbers__item {
        padding: 20px;
    }

    .block-numbers__item:last-child {
        grid-column: span 4;
    }

    .block-numbers__title {
        font-size: 40px;
    }
}

@media (min-width: 1280px) {
    .block-numbers {
        padding-top: 60px;
        padding-bottom: 60px;
        min-height: 360px;
        margin-bottom: 100px;
    }

    .block-numbers__row {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }

    .block-numbers__item {
        padding: 40px 20px;
        min-height: 190px;
    }

    .block-numbers__item:last-child {
        grid-column: auto;
    }

    .block-numbers__title {
        margin-bottom: 30px;
    }
}

@media (min-width: 1600px) {
    .block-numbers__row {
        gap: 40px;
    }

    .block-numbers__item {
        padding: 40px;
    }

    .block-numbers__title {
        font-size: 60px;
    }

    .block-numbers__text {
        font-size: 20px;
        line-height: 28px;
    }
}

.block-faq__manual-link {
    display: flex;
    align-items: center;
    gap: 12px;
}

.block-faq__manual-link svg {
    flex-shrink: 0;
}

.block-faq__manual-link span {
    color: #525457;
}

.block-faq__manual-link:hover span {
    color: inherit;
}

.block-faq__nav {
    max-width: 580px;
    background: #778294 url("/assets/img/bg-faq.png") no-repeat 100% 100%/cover;
    padding: 45px;
    border-radius: 12px;
    gap: 16px;
}

.block-faq__nav .nav-link {
    padding: 0;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
}

.block-faq__nav .nav-link::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: relative;
    top: 6px;
    border-radius: 50%;
    background: var(--accent-base-color);
}

.block-faq__nav .nav-link svg {
    position: relative;
    top: 5px;
    margin-left: 8px;
    opacity: 0;
    transition: .5s;
    color: var(--accent-base-color);
}

.block-faq__nav .nav-link:hover span {
    opacity: .75;
}

.block-faq__nav .nav-link.active svg {
    opacity: 1;
}

.block-faq__tab-content {
    background: #fff;
    padding: 45px;
    border-radius: 12px;
    height: 100%;
}

.block-faq__tab-content .tab-content {
    max-width: 655px;
    font-size: 16px;
}

.block-faq__tab-content .tab-content h4 {
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .block-faq__nav {
        padding: 20px 15px;
    }

    .block-faq__tab-content {
        padding: 15px;
    }

    .block-faq__tab-content .tab-content {
        font-size: 14px;
    }
}

.block-stages {
    position: relative;
}

.block-stages::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;
    pointer-events: none;
    background: url("/assets/img/cabel-image-15.png") no-repeat 50% 0;
}

.block-stages__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.block-stages__item {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}

.block-stages__item:not(:last-child) .block-stages__head {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.block-stages__item:not(:last-child) .block-stages__head img {
    flex-shrink: 0;
}

.block-stages__item:not(:last-child) .block-stages__head::after {
    content: '';
    display: block;
    flex-grow: 1;
    height: 2px;
    background: #6B778B;
    opacity: .2;
    border-radius: 5px;
}

.block-stages__item:last-child {
    color: #fff;
    background: var(--text-color) url("/assets/img/bg-stages-last.png") no-repeat 50% 50%/cover;
}

.block-stages__head {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .block-stages__item {
        min-height: 155px;
    }

    .block-stages__item:last-child .block-stages__head {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .block-stages__row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .block-stages {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .block-stages__row {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1280px) {
    .block-stages__row {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }

    .block-stages__item:last-child {
        grid-column: span 2;
    }
}

@media (min-width: 1440px) {
    .block-stages__row {
        gap: 40px;
    }

    .block-stages__item:not(:last-child) {
        gap: 15px 40px;
    }

    .block-stages__item:not(:last-child) .block-stages__head:not(:last-child) {
        gap: 15px 40px;
    }

    .block-stages__text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1600px) {
    .block-stages__item {
        padding: 45px;
    }
}

.block-dashboard {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
    background: url("/assets/img/cabel-image-15.png") no-repeat 50% 50%;
}

.block-dashboard .col {
    padding-bottom: 20px;
}

@media (min-width: 1280px) {
    .block-dashboard {
        padding-top: 60px;
        padding-bottom: 60px;
        min-height: 360px;
        margin-bottom: 60px;
    }
}

.dashboard-item {
    overflow: hidden;
    padding-top: 10px;
    filter: drop-shadow(0 6px 10px #0000000D);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.dashboard-item__head {
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center;
    background: url("/assets/img/dashboard-head-decor.svg") no-repeat 0 0/100% auto;
}

.dashboard-item__head::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/img/tariff-head.svg") no-repeat 0 0/100% auto;
}

.dashboard-item__body {
    background: #fff;
    padding: 15px;
    border-radius: 0 12px 12px 12px;
    overflow: hidden;
    flex-grow: 1;
}

.dashboard-item__table .table {
    --bs-table-bg: #fff;
    background: transparent;
    font-size: 16px;
}

.dashboard-item__table .table tr:hover td {
    background: #F5F7F9;
}

.dashboard-item__table .table th, .dashboard-item__table .table td {
    font-weight: 400;
    border: none;
    vertical-align: middle;
}

.dashboard-item__table .table td:first-child {
    border-radius: 10px 0 0 10px;
}

.dashboard-item__table .table td:last-child {
    border-radius: 0 10px 10px 0;
}

.dashboard-item__table .table td .size-md {
    font-size: 14px;
}

.dashboard-item__tag {
    display: inline-flex;
    align-items: center;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    border-radius: 8px;
    color: #fff;
    background: #818E9C;
    padding: 0 8px;
}

.dashboard-item__title {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    z-index: 1;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 90px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.dashboard-item__more-link {
    font-size: 14px;
    margin-top: 15px;
}

@media (max-width: 1799px) {
    .dashboard-item__title {
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 100px;
        min-height: 90px;
        align-items: center;
    }

    .dashboard-item__body {
        margin-top: -10px;
    }
}

@media (max-width: 1199px) {
    .dashboard-item__title {
        padding-right: 80px;
    }

    .dashboard-item__table .table {
        font-size: 14px;
    }

    .dashboard-item__table .table td .size-md {
        font-size: 12px;
    }

    .dashboard-item__table .table th, .dashboard-item__table .table td {
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media (max-width: 767px) {
    .dashboard-item__title {
        font-size: 18px;
        padding-right: 50px;
    }
}

@media (min-width: 1800px) {
    .dashboard-item__body {
        padding: 30px;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    height: auto;
    min-height: 50px;
    padding: 7px 24px;
    border-radius: 10px;
    transition: none;
}

.btn-block {
    width: 100%;
}

.btn-md {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
}

.btn-sm {
    padding: 0 15px;
    min-height: 34px;
    font-size: 14px;
    font-weight: 400;
}

.btn-xs {
    padding: 0 10px;
    min-height: 26px;
    font-size: 12px;
    font-weight: 400;
}

.btn-xxs {
    padding: 3px 5px;
    border-radius: 6px;
    min-height: 20px;
    font-size: 12px;
    font-weight: 400;
}

.btn-default {
    border: none;
    color: #fff;
    background: var(--dark-color) url("/assets/img/btn-default-bg.png") repeat-x 50% 0;
}

.btn-default:hover {
    color: #fff;
    background: var(--accent-base-color) url("/assets/img/btn-primary-bg.png") repeat-x 50% 0;
}

.btn-white {
    border: none;
    color: #363738;
    background: #fff;
    transition: .5s;
}

.btn-white:hover {
    box-shadow: inset 0 0 0 1px #DFE7EF;
    color: #363738;
    background: #F5F7F9;
}

.btn-primary {
    border: none;
    color: #fff;
    background: var(--accent-base-color) url("/assets/img/btn-primary-bg.png") repeat-x 50% 0;
}

.btn-primary:hover {
    color: #fff;
    background: var(--accent-base-color);
}

.btn-grey {
    border: none;
    color: var(--text-color);
    background: #F5F7F9;
}

.btn-grey:hover {
    color: #fff;
    background: #858D96;
}

.btn-warning {
    color: #fff;
}

.btn-remove {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--text-color);
}

.btn-remove svg {
    flex-shrink: 0;
}

.btn-remove:hover {
    color: var(--accent-base-color);
}

.form-item {
    margin-bottom: 10px;
}

.form-item.form-item--btn-wrap {
    margin-top: 20px;
}

.form-item.d-flex {
    gap: 15px;
    align-items: center;
}

.form-item.d-flex .form-label {
    width: auto;
    margin-bottom: 0;
}

@media (max-width: 1799px) {
    .form-item.d-flex {
        display: block !important;
    }

    .form-item.d-flex .form-label {
        width: 100%;
        margin-bottom: 5px;
    }
}

.form-footer-text {
    font-size: 14px;
    line-height: 20px;
    color: #858D96;
    margin-top: 20px;
}

.form-footer-text a {
    text-decoration: underline;
}

.form-footer-text a:hover {
    text-decoration: none;
}

.form-checkbox {
    position: relative;
}

.form-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.form-checkbox input + label {
    padding-left: 27px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    display: inline;
    position: relative;
}

.form-checkbox input + label::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #858D96;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.form-checkbox input:checked + label::before {
    background: #858D96 url("/assets/img/icon-checkbox.svg") no-repeat 50% 50%;
}

.form-checkbox input:disabled + label::before {
    opacity: .5;
    cursor: not-allowed;
}

.form-checkbox.inverse + label {
    padding-left: 0;
    padding-right: 27px;
}

.form-checkbox.inverse + label::before {
    left: auto;
    right: 0;
}

.form-checkbox.accent input:checked + label::before {
    border-color: var(--accent-base-color);
    background: var(--accent-base-color) url("/assets/img/icon-checkbox.svg") no-repeat 50% 50%;
}

.form-label {
    display: block;
    width: 100%;
    color: var(--darker-color);
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 5px;
}

.form-input {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--grey-color);
    height: 40px;
    padding: 5px 13px;
    font-size: 16px;
    text-overflow: ellipsis;
}

.form-input::placeholder {
    opacity: 1;
    color: #BAC3CD;
}

.form-input:focus {
    background-color: var(--bs-body-bg);
}

.form-input:focus::placeholder {
    opacity: 0;
}

.form-input[type="file"] {
    opacity: 0;
}

.form-input.datepicker {
    background-image: url("/assets/img/icon-calend.svg");
    background-position: right 18px top 50%;
    background-repeat: no-repeat;
    padding-right: 60px;
}

textarea.form-input {
    height: 90px;
}

.form-pseudo-input {
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--grey-color);
    height: 40px;
    padding: 5px 13px;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    color: #BAC3CD;
}

.form-select {
    background-color: #fff;
    font-size: 16px;
    padding: 5px 50px 5px 13px;
    height: 40px;
    text-overflow: ellipsis;
}

.form-select:focus {
    background-color: var(--bs-body-bg);
    border-color: var(--grey-color);
    box-shadow: none;
}

.select2-container {
    width: 100%;
    /*width: 100%;*/
    max-width: 100%;
    min-width: 100%;
}
/*min-width: 100%;*/

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid var(--grey-color) !important;
    border-radius: 10px;
    padding: 0;
}

.select2-container .select2-selection--multiple::after,
.select2-container .select2-selection--single::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.select2-container .select2-selection--multiple .select2-search__field,
.select2-container .select2-selection--single .select2-search__field {
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    margin: 0;
    padding: 0 40px 0 13px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 38px;
    padding: 0 40px 0 13px;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__display,
.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__choice__display {
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__choice {
    border: none;
    border-radius: 0;
    background: transparent;
    margin: 0 2px 0 0;
    padding: 0;
    text-overflow: initial;
    max-width: none;
    overflow: visible;
    display: inline;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:not(:last-child)::after,
.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__choice:not(:last-child)::after {
    content: ',';
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove,
.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__choice__remove {
    display: none;
}

.select2-container .select2-selection--multiple .select2-selection__arrow,
.select2-container .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-container .select2-dropdown {
    border: 1px solid var(--grey-color);
    border-radius: 0 0 10px 10px;
    font-size: 14px;
}

.select2-container.select2-container--default .select2-results__option {
    position: relative;
    background: transparent !important;
    color: var(--text-color) !important;
    padding: 8px 10px;
}

.select2-container.select2-container--default .select2-results__option--selected {
    background: transparent !important;
}

.select2-container.select2-container--default .select2-dropdown .select2-search {
    /*display: none !important;*/
}

.select2-container.select2-container--default .select2-dropdown .select2-results:first-child .select2-results__option {
    padding: 8px 10px 8px 38px;
}

.select2-container.select2-container--default .select2-dropdown .select2-results:first-child .select2-results__option::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #858D96;
    flex-shrink: 0;
    position: absolute;
    top: 7px;
    left: 10px;
}

.select2-container.select2-container--default .select2-dropdown .select2-results:first-child .select2-results__option--selected::before {
    background: #858D96 url("/assets/img/icon-checkbox.svg") no-repeat 50% 50%;
}

.js-select-colors + .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:not(:last-child)::after,
.js-select-colors + .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__choice:not(:last-child)::after {
    content: none;
}

.form-hint {
    font-size: 12px;
    line-height: 16px;
    color: #656565;
    margin-top: 8px;
}

.input-file {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.input-file .btn {
    flex-shrink: 0;
    padding-left: 20px;
    padding-right: 15px;
}

.input-file .form-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.input-file .form-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: var(--text-color);
    margin-bottom: 0;
}

.breadcrumbs {
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs__link {
    display: flex;
    align-items: center;
}

.breadcrumbs__link::after {
    content: '/';
    color: var(--grey-color);
    margin: 0 5px;
}

.footer {
    position: relative;
    background: var(--footer-bg);
    padding: 40px 0;
}

.footer__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px 40px;
    margin-bottom: 10px;
}

.footer__contact {
    flex-shrink: 0;
}

.footer__phone {
    white-space: nowrap;
}

.footer__contact a {
    color: var(--text-color);
}

.footer__contact a:hover {
    color: var(--accent-base-color);
}

.footer__contact a[href*="tel"] {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.footer__social {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.footer__social > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer__social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-color);
}

.footer__social a:hover {
    color: var(--accent-base-color);
}

.footer__social a .svg-icon {
    width: 30px;
    height: 30px;
}

.footer__menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.footer__menu a {
    color: var(--text-color);
}

.footer__menu a:hover {
    color: var(--accent-base-color);
}

.footer__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    font-size: 16px;
    line-height: 36px;
}

.footer__disclaimer {
    font-size: 14px;
    line-height: 22px;
    color: #959595;
    text-align: right;
    max-width: 665px;
}

@media (max-width: 991px) {
    .footer__main {
        flex-wrap: wrap;
    }

    .footer__menu {
        width: 100%;
        justify-content: flex-start;
    }

    .footer__bottom {
        flex-wrap: wrap;
    }

    .footer__disclaimer {
        text-align: left;
        max-width: 100%;
        width: 100%;
    }
}

.footer-banners {
    margin-bottom: 50px;
}

.footer-banners .row {
    margin-left: -5px;
    margin-right: -5px;
    gap: 10px 0;
}

.footer-banners .row > .col {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-banners .row img {
    width: 100%;
    border-radius: 8px;
}

.modal {
    --bs-modal-bg: #fff;
    --bs-modal-border-radius: 12px;
    --bs-modal-padding: 15px;
}

.modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.modal h4 {
    padding-right: 50px;
}

@media (min-width: 768px) {
    .modal {
        --bs-modal-width: 610px;
        --bs-modal-padding: 25px 30px;
    }

    .modal.modal-md {
        --bs-modal-width: 440px;
    }
}

@media (min-width: 1440px) {
    .modal h4 {
        font-size: 24px;
    }
}

/*# sourceMappingURL=style.css.map */

/* Поиск по остаткам: колонка «Наличие» и подписи в таблице результатов */
.stock-table .stock-table-grid__availability {
    width: 96px;
}

.stock-badge {
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 10px;
    color: #fff;
    white-space: nowrap;
}

.stock-badge--stock {
    background: #2E9E5B;
}

.stock-badge--product {
    background: #01A0E2;
}

.stock-table .stock-table-grid__city {
    font-size: 11px;
    color: var(--dark-color, #818E9C);
}

.stock-search-form {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.stock-search-form .form-input {
    max-width: 420px;
}

.stock__footer {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.stock__selected {
    font-size: 14px;
    color: var(--dark-color, #818E9C);
}

.stock__footer .btn.disabled {
    opacity: .55;
}

/* Пагинация в списке заявок — с отступом, чтобы не прилипала к футеру */
.applications-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 24px 0 60px;
}

.applications-pagination .pagination {
    margin-top: 0;
}

.applications-pagination__info {
    font-size: 14px;
    color: var(--dark-color, #818E9C);
}

@media (max-width: 575px) {
    .applications-pagination {
        justify-content: center;
        margin-bottom: 40px;
    }
}
