s.header_catalog {
    display: block;
}

.logo-block img {
    object-position: left;
    object-fit: contain;
}

.grids-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.site-card .front {
    position: relative;
    cursor: pointer;
    padding: 14px;
    border: 1px solid var(--Orange);
    border-radius: 8px;
}

.title-html-block .title-type {
    color: #727171;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.site-card .drop-model a {
    color: rgb(114, 114, 114);
    font-weight: 400;
    font-size: 16px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.site-card .front::before {
    content: "▼";
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16px;
    right: 14px;
    font-size: 13px;
    color: var(--main-color);
    transition: all 0.3s ease 0s;
}

.site-card .drop-model {
    display: none;
    padding: 14px 0 0 0;
}

.site-card .drop-model ul {
    padding: 16px;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    max-height: 300px;
    overflow-y: auto;
}

.site-card .drop-model li {
    list-style: none;
    margin-bottom: 10px;
}

.link-mobile-footer {
    display: none;
}

@media (max-width:992px) {
    .grids-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .link-mobile-footer {
        display: block;
        padding-top: 10px;
    }

    .header_catalog {
        display: none;
    }

    .menu .menu__inner .menu__nav .menu__nav-list {
        flex-direction: column-reverse;
    }

    .order_sup {
        order: 1;
    }
}

@media (max-width:576px) {
    .grids-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}


.phone-cards .phone-card-link {
    display: block;
}

.phone-cards .phone-card-link:nth-child(n + 7) {
    display: none;
}

.phone-cards.show .phone-card-link:nth-child(n + 7) {
    display: block;
}

/* @font-face {
    font-family: "PT Sans";
    font-display: swap !important;
}

@font-face {
    font-family: "PT Sans";
    font-display: swap !important;
}
@media (max-width: 992px) {
    .title {
        line-height: 1.15;
    }
}  */
.header_catalog.active .menu-item:nth-child(n + 5) {
    display: none;
}

nav.menu__nav .header-catalog-menu {
    transform: translateY(0);
    position: relative;
    top: 0;
}

nav.menu__nav .info-price,
nav.menu__nav .header-catalog-menu .menu-item .menu-item-info a.underline.text-16.w-700.Gray,
nav.menu__nav .header-catalog-menu .back,
nav.menu__nav .header-catalog-menu .menu-item:first-child::before,
nav.menu__nav .header-catalog-menu .menu-item:first-child::after,
nav.menu__nav .header-catalog-menu .menu-item:nth-child(4)::before,
nav.menu__nav .header-catalog-menu .menu-item:nth-child(4)::after {
    display: none;
}

nav.menu__nav .header-catalog-menu {
    padding: 0;
    gap: 4px;
    flex-direction: column;
    overflow-y: auto;
    max-height: 205px;
    flex-wrap: nowrap;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 8px;
    background-color: #f3f3f3;
}

nav.menu__nav .header-catalog-menu .info-title {
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

nav.menu__nav .header-catalog-menu img {
    display: none;
}

nav.menu__nav .header-catalog-menu .menu-item {
    flex: 100%;
}

nav.menu__nav #header___menu li {
    list-style-type: none;
    margin-bottom: 8px;
}

nav.menu__nav #header___menu li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.span-text {
    list-style-type: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

@media (max-width: 992px) {
    #custom-btn {
        order: 5;
    }
}

.menu.active {
    top: -100%;
}


.how-work.two-grids .how-work_inner .inner-item {
    flex: 1 0 45%;
    max-width: none;
}

.how-work.two-grids .how-work_inner .inner-item .inner-item-imgBox .back {
    background-color: white;
}

.how-work.two-grids .how-work_inner .inner-item {
    background-color: #e3e3e3;
}





.seo-block {
    margin-bottom: 60px;
}

.seo-text {
    background-color: #fff;
    color: #333;
    margin-top: 24px;
    max-height: 180px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    transition: height .2s ease-out 0ms;
    width: 100%;
    box-shadow: 0 1px 2px 0 #0000001a;
    border-radius: 16px;
}

.seo-text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
}

.seo-text ul {
    margin-bottom: 24px;
    padding-left: 20px;
}

.seo-text ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    list-style-type: disc;

}

.seo-text a {
    background-image: linear-gradient(0deg, #fff 40px, hsla(0, 0%, 100%, 0));
    bottom: 0;
    height: 150px;
    left: 0;
    padding-top: 110px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seo-text.active {
    max-height: 100%;
    padding-bottom: 60px;
}

.seo-text.active a {
    padding-top: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seo-text a::before {
    content: "Развернуть ↓";
    border-bottom: 1px dotted;
    font-size: 18px;
    color: #0d61af;
}

.seo-text.active a::before {
    content: "Свернуть ↑";
}

.seo-text h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

@media (max-width: 992px) {

    .seo-text h2 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .seo-text {
        padding: 14px;
    }

    .seo-text p,
    .seo-text ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .seo-text a::before {
        font-size: 14px;
    }

    .seo-text.active {
        padding-bottom: 50px;
    }
}

.how-work .how-work_inner .flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.how-work .how-work_inner .flex-5 .inner-item {
    flex: 1 0 27%;
    max-width: 100%;
}

.how-work .how-work_inner .flex-6 .inner-item {
    flex: 1 0 27%;
    max-width: 33%;
}

.how-work .how-work_inner .flex-4 .inner-item {
    flex: 1 0 45%;
    max-width: 50%;
}

.box__malfunctions {
    padding-top: 40px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 11px;
    padding-left: 11px;
}

.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 11px;
    padding-left: 11px;
}

.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 11px;
    padding-left: 11px;
}

.bg__malfunctions {
    padding: 12px 12px 0 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.title__category__malfunction {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 12px 0;
    display: flex;
    font-weight: 500;
}

@media (max-width:992px) {
    .title__category__malfunction {
        font-size: 16px;
    }

    .bg__malfunctions {
        margin-bottom: 14px;
    }
}

.bg__malfunctions .card__malfunctions {
    display: none;
}

.link__malfunction {
    background: #fff;
    padding: 14px 24px;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    color: black;
    border: 1px solid #a1a1a1;
    transition: all .3s;
    margin-bottom: 16px;
}

.link__malfunction:hover {
    background-color: var(--Orange);
    color: white;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

.models-switcher {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-bottom: 12px;

}

.models-switcher-btn {
    padding: 10px 12px;
    background-color: #f5f5f5;
    min-width: fit-content;
    font-size: 12px;
    border-radius: 12px;
    font-size: 12px;
    color: #606060;
    cursor: pointer;
    transition: all 0.3s ease;
}

.models-switcher-btn:hover {
    background-color: var(--Orange);
    color: white;
}

.models-switcher-btn.active {
    background-color: var(--Orange);
    color: white;
}

.questions__text-cards.style-1 .text-cards-item:nth-child(n+6) {
    display: none;
}

.questions__text-cards.style-1.show .text-cards-item:nth-child(n+6) {
    display: flex;
}

.questions__text-cards.style-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.questions__text-cards.style-2 .text-cards-item {
    flex: 1 0 45%;
    max-width: 50%;
}

.questions__text-cards.style-2 .text-cards-item:nth-child(n+6) {
    display: flex;
}

.text-cards.style-2 .text-cards-item .item-title {
    width: 85%;
}

.colorBtn.show-faq.style-2 {
    display: none;
}

.colorBtn.show-faq.style-1 .back {
    opacity: 1;
}

.colorBtn.show-faq.style-1:hover .back {
    opacity: 0.7;
}



@media (max-width: 830px) {
    .box__malfunctions {
        padding-top: 20px;
    }

    .questions__text-cards.style-2 .text-cards-item {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .link__malfunction {
        font-size: 14px;
        padding: 10px 14px;
    }

    .how-work .how-work_inner .flex-5 .inner-item {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .how-work .how-work_inner .flex-6 .inner-item {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .how-work .how-work_inner .flex-4 .inner-item {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(.9);
        opacity: 0;
    }
}

.phone_block {
    z-index: 6;
    right: 54px;
    position: fixed;
    display: none;
    bottom: 54px;
}

.phone_block.visible {
    display: block;
}

.overlay_phone {
    /* transform: translateX(54px); */
    position: relative;
    width: 69px;
    height: 69px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* right: -100%; */
    background-color: var(--Orange);
}

.overlay_phone svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
}

.overlay_phone::after,
.overlay_phone::before {
    content: "";
    position: absolute;
    border: 2px solid var(--Orange);
    left: -15px;
    opacity: 0;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

.overlay_phone::after {
    animation-delay: 1.25s;
}

@media (max-width:992px) {
    .phone_block {
        right: 10px;
        bottom: 15px;
    }
}








.metro-service {
    padding: 72px 0 72px;
    background-color: #EDEDED;
    /* overflow: hidden; */
    position: relative;
}

.metro-service .container {
    position: relative;
    z-index: 10;
}

.icon-metro {
    position: absolute;
    right: 0;
    opacity: .1;
    top: -72px;
}

.icon-metro img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.metro-service_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.metro-service_tabs .metro-service-tab {
    padding: 10px 16px;
    border-radius: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: white;
    box-shadow: 0px 4px 12px 0px #00000005;
}

.metro-service_tabs .metro-tab-icon {
    transition: all 0.3s ease;
    background-color: transparent;
    width: 36px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.metro-service_tabs .metro-tab-text {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    color: #3B3B3B;
    transition: all 0.3s ease;
    line-height: 1.375;
}

.metro-service_tabs .metro-service-tab.active {
    background-color: var(--Orange);
}

.metro-service_tabs .metro-service-tab.active .metro-tab-icon {
    background-color: white;
}

.metro-service_tabs .metro-service-tab.active .metro-tab-text {
    color: white;
    text-decoration: none;
}

.metro-service_tabs .metro-service-tab:hover {
    background-color: var(--Orange);
}

.metro-service_tabs .metro-service-tab:hover .metro-tab-icon {
    background-color: white;
}

.metro-service_tabs .metro-service-tab:hover .metro-tab-text {
    color: white;
    text-decoration: none;
}

.metro-service-content {
    display: none;

}

.metro-service-content.active {
    display: flex;
    gap: 16px 24px;
    flex-wrap: wrap;
    align-items: center;
}

.metro-content-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #3B3B3B;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.metro-content-text {
    text-decoration: underline;
    color: #3B3B3B;
    transition: all 0.3s ease;
}

.metro-content-item:hover .metro-content-text {
    text-decoration: none;
}

.more-metro {
    color: var(--Orange);
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    display: none;
    margin-top: 16px;
    margin-bottom: 28px;
}

@media (max-width:992px) {
    .more-metro {
        display: block;
    }

    .metro-service_tabs {
        gap: 8px;
        margin-bottom: 0px;
    }

    .metro-service_tabs .metro-service-tab {
        padding: 8px 10px;
        gap: 8px;
    }

    .metro-service_tabs .metro-service-tab:nth-child(n+5) {
        display: none;
    }

    .metro-service_tabs.open .metro-service-tab:nth-child(n+5) {
        display: flex;
    }

    .metro-service_tabs .metro-tab-text {
        font-size: 14px;
    }

    .icon-metro {
        position: absolute;
        right: 0;
        opacity: .1;
        top: 0px;
        left: 0;
    }
}

.regions .regions_inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.regions .regions_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.regions .regions_tab {
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #3B3B3B;
    background-color: white;
    gap: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: underline;
    box-shadow: 0px 4px 12px 0px #00000005;
    text-decoration: underline;
}

.regions .regions_tab svg {
    pointer-events: none;
}

.regions .regions_tab:hover {
    color: white;
    background: var(--Orange);
}

.regions .regions_tab:hover svg path {
    fill: white;
}

.regions .regions_tab.active {
    color: white;
    background: var(--Orange);
    text-decoration: none;
}

.regions .regions_tab.active svg path {
    fill: white;
}

.regions .regions_body {
    grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
    gap: 16px 60px;
    display: none;
}

.regions .regions_body.active {
    display: grid;
}

.regions .regions-item {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    color: #3B3B3B;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease
}

.regions .regions-item svg path {
    fill: var(--Orange);
}

.regions .regions-item:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    .regions .regions_tab {
        font-size: 12px;
    }

    .regions .regions_body {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 20px;
    }
}







.type__inner {
    display: flex;
    flex-direction: column;
    padding: 32px 38px;
    background-color: white;
    border-radius: 6px;
}

.type__inner .type__inner-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    align-items: center;
}

.type__inner .type__inner-head .title-submain {
    flex: 1 0 50%;
    margin-bottom: 0;
}

.type__inner .type__switcher-data {
    font-weight: 300;
    margin: 35px 0;
}

.type__inner .type__switcher {
    display: flex;
    flex-direction: column;
}

.type__inner .type__switcher-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.type__inner .type__switcher-btns .type__switcher-btn {
    color: #606060;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    padding: 4px 10px;
    transition: 300ms;
    justify-content: center;
    min-width: fit-content;
    position: relative;
    background-color: transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.type__inner .type__switcher-btns .type__switcher-btn:hover {
    color: var(--Orange);
    text-decoration: underline;
}

.type__inner .type__switcher-btns .type__switcher-btn.active {
    background-color: var(--Orange);
    color: #ffffff;
}

.type__inner .type__switcher-btns .type__switcher-btn.active:hover {
    text-decoration: none;
}

.type__inner .type__switcher-option__cards {
    margin-bottom: 24px;
}

.type__inner .type__switcher-option__cards .option__cards-table {
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    gap: 30px;
    align-items: center;
    line-height: 1.33;
    transform: translateY(-12px);
    width: fit-content;
}

.type__inner .type__switcher-option__cards .option__cards-table .table-name {
    min-width: fit-content;
    width: 590px;
    max-width: 660px;
}

.type__inner .type__switcher-option__cards .option__cards-table .table-war {
    min-width: fit-content;
    margin-right: 130px;
}

.type__inner .type__switcher-option__cards .option__cards-table .table-price {
    min-width: fit-content;
}

.type__inner .type__switcher-option__cards .option__cards-item:nth-child(n+5) {
    display: none;
}

.type__inner .type__switcher-option__cards.open .option__cards-item:nth-child(n+5) {
    display: block;
}

.type__inner .type__switcher-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.type__inner .type__switcher-end .end-text {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.type__inner .type__switcher-end .end-text .end-text-svgs {
    display: flex;
    gap: 12px;
    align-items: center;
}

.type__inner .type__switcher-end .end-text .end-text-svgs svg {
    opacity: 0.4;
    transition: all 0.3s ease;
    max-height: 74px;
    max-width: 74px;
}

.type__inner .type__switcher-end .end-text .end-text-svgs svg:hover {
    opacity: 1;
}

.type__inner.inside {
    padding: 0;
    background-color: #f9f9f9;
}

.type__inner.inside .price_data-switch {
    background-color: transparent;
}

.type__inner.inside .price-table .price-table-item {
    background-color: white;
}

.type__inner.inside .price-table .price-table-item:hover {
    background-color: var(--Orange);
}

@media (max-width: 1050px) {
    .type__inner .type__switcher-btns {
        overflow: auto;
    }

    .type__inner .type__switcher-btns .type__switcher-btn {
        min-width: fit-content;
        padding: 7px 20px;
    }

    .type__inner .type__switcher-option__cards {
        margin-bottom: 42px;
        padding: 0 28px 20px 28px;
        border: 1px solid #727171;
        border-radius: 8px;
    }

    .type__inner .type__switcher-option__cards .option__cards-table {
        background-color: #ffffff;
        border-radius: 20px;
        display: flex;
        gap: 30px;
        align-items: center;
        line-height: 1.33;
        transform: translateY(-12px);
        width: fit-content;
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-name {
        min-width: fit-content;
        width: 590px;
        max-width: 660px;
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-war {
        display: none;
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-price {
        min-width: fit-content;
    }
}





.type__inner.new-type .type__switcher.new {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.type__inner.new-type .type__switcher-btns {
    display: flex;
    flex-direction: column;
    /* border-radius: 20px; */
    min-width: 168px;
    height: fit-content;
    gap: 8px;
    max-height: 322px;
    overflow-y: auto;
    flex-wrap: nowrap;
    padding-right: 8px;
}

.type__inner.new-type .type__switcher-btns .type__switcher-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 16px 0;
    justify-content: center;
    text-align: center;
    transition: 300ms;
    background-color: #f8f8f8 !important;
    height: 46px;
}

.type__inner.new-type .type__switcher-btns .type__switcher-btn.active {
    background-color: var(--Orange) !important;
    color: white !important;
}

.type__inner.new-type .type__switcher-btns .type__switcher-btn.active:hover {
    background-color: var(--Orange) !important;
    color: var(--white);
}

.type__inner.new-type .type__switcher-btns .type__switcher-btn:hover {
    background-color: #f8f8f8 !important;
    color: var(--red);
}

.type__inner.new-type .cards-box {
    width: 100%;
}

@media (min-width: 992px) {
    .type__switcher-btns-box {
        width: 20%;
    }

    .type__inner.new-type .cards-box {
        width: 80%;
    }
}

.type__inner.new-type .cards-box-title {
    display: flex;
}

/* .type__inner.new-type .cards-box-title :nth-child(1) {
    width: 40%;
    text-align: left;
    padding-left: 0;
}

.type__inner.new-type .cards-box-title :nth-child(2) {
    text-align: left;
    width: 242px;
} */

.type__inner.new-type .box-title,
.type__inner.new-type .cards-box-title {
    margin-bottom: 24px;
    text-align: center;
}

.type__inner.new-type .type__switcher-option__cards {
    margin-bottom: 32px;
    overflow-x: hidden;
}

.type__inner.new-type .type__switcher-colorBtn-red {
    margin: 0 auto;
    padding: 10px 24px;
    height: 38px;
}

.type__switcher-option__cards.option__cards.new-box {
    display: flex;
    flex-direction: column;
    max-height: 322px;
    overflow-y: auto;
    flex-wrap: nowrap;
    padding-right: 8px;
}

.type__inner.new-type .type__switcher-option__cards.new-box .option__cards-item:nth-child(n+5) {
    display: flex;
}

.type__inner.new-type .type__switcher-option__cards.new-box.hide {
    display: none;
}

.option__cards.new-box .option__cards-item .item-title {
    margin-bottom: 0;
}

.option__cards.new-box .option__cards-item {
    width: 100%;
    flex: 1 0 100%;
    max-width: inherit;
    min-height: inherit;
    display: flex;
    flex-direction: row;
    height: 56px;
    padding: 8px 12px 8px 32px;
    background-color: #f8f8f8 !important;
    align-items: center;
    border-radius: 20px;
}

.option__cards.new-box .option__cards-item div {
    width: 10%;
}

.option__cards.new-box .option__cards-item div:nth-child(1) {
    width: 40%;
    padding-right: 16px;
}

.option__cards.new-box .option__cards-item div:nth-child(2) {
    width: 37%;
}

.option__cards.new-box .option__cards-item div:nth-child(3) {
    margin-bottom: 0;
    width: 10%;
}

.option__cards.new-box .option__cards-item button {
    margin-left: auto;
    transform: rotate(180deg);
}




@media (max-width: 992px) {
    .type__inner.new-type .type__switcher.new {
        display: flex;
        gap: 8px;
        flex-direction: column;
    }

    .option__cards.new-box .option__cards-item {
        padding: 8px 12px 8px 12px;
    }

    .option__cards.new-box .option__cards-item div:nth-child(2),
    .type__inner.new-type .cards-box-title div:nth-child(2) {
        display: none;
    }

    .type__inner.new-type .cards-box-title :nth-child(1) {
        width: 60%;
    }

    .option__cards.new-box .option__cards-item div:nth-child(1) {
        width: 60%;
        font-weight: 400;
        padding-right: 16px;
    }

    .option__cards.new-box .option__cards-item div:nth-child(3) {
        width: 20%;
    }

    .type__inner.new-type .type__switcher-btns {
        min-width: inherit;
        height: fit-content;
        gap: 8px;
        max-height: 50px;
        overflow-y: auto;
        flex-wrap: nowrap;
        padding-right: 0;
    }

    .type__inner.new-type .type__switcher-btns {
        max-height: 50px;
        overflow: hidden;
    }

    .type__inner.new-type .type__switcher-btns.open {
        max-height: inherit;
    }

    .type__inner.new-type .type__switcher-btns .type__switcher-btn {
        display: none;
    }

    .type__inner.new-type .type__switcher-btns.open .type__switcher-btn {
        display: block;
    }

    .type__inner.new-type .type__switcher-btns .type__switcher-btn.active {
        display: block;
    }
}

.option__cards.new-box .option__cards-item .item-title {
    font-weight: 400;
    color: #606060;
}

.option__cards.new-box .option__cards-item .item-text {
    font-weight: 400;
    color: #606060;
}

.type__inner.new-type .cards-box-title {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}


.time_style {
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    .mobile_nah {
        display: none !important;
    }

    .card-new-table-price {
        display: grid;
        grid-template-columns: 3fr 1fr 1fr;
        gap: 10px;
    }
}

.price-table-item a.link-page {
    color: #606060;
}

.price-table-item:hover a.link-page {
    color: white;
}

.price-text-uchet.center {
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

.price-text-uchet {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 14px;
    opacity: .6;
    text-align: right;
}

.option__cards .option__cards-item .item-btn {
    margin: 0;
}

.option__cards.new-box .option__cards-item .item-title {
    width: 76%;
}

.option__cards.new-box .option__cards-item div:nth-child(2) {
    width: 20%;
}

.card-new-table-price {
    display: flex;
    align-items: center;
    border-radius: 6px;
    background: #f9f9f9;
    padding: 8px 12px 8px 20px;
    display: flex;
    align-items: center;
    gap: 41px;
    transition: all 0.5s ease;
}

.price-table-item.card-new-table-price:hover {
    background-color: var(--Orange);
}

.card-new-table-price .price-title {
    font-size: 16px;
    line-height: 1.75;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.5s ease;
}

.card-new-table-price .price-cost {
    font-size: 16px;
    line-height: 1.75;
    display: flex;
    align-items: center;
    gap: 6px;
    /* margin-left: auto; */
    transition: all 0.5s ease;
}

.card-new-table-price .price-btn {
    padding: 6px 12px;
    color: var(--Orange);
    border-radius: 6px;
    font-size: 16px;
    text-decoration: underline;
    gap: 6px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.card-new-table-price .price-cost svg path {
    fill: var(--Orange);
}

.card-new-table-price:hover .price-cost svg path {
    fill: white;
}

.card-new-table-price:hover .price-cost {
    color: white;
}

.card-new-table-price:hover .price-btn {
    transition: all 0.5s ease;
    background-color: var(--Orange);
    color: white;
}

.card-new-table-price .price-btn svg path {
    fill: var(--Orange);
}

.card-new-table-price:hover .price-btn svg path {
    fill: white;
}

@media (max-width: 992px) {
    .price-table-item a.link-page {
        line-height: 1.2;
    }

    .card-new-table-price {
        padding: 10px;
        gap: 10px;
    }

}

#load_ajax,
#select-title {
    padding: 14px 12px;
    margin-bottom: 12px;
    position: relative;
}

#load_ajax::after,
#select-title:after {
    content: "";
    position: absolute;
    border-radius: 6px 6px 0 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: var(--Orange);
}

#load_ajax {
    padding: 14px 12px 14px 28px;
}

.type__inner.new-type .cards-box-title {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.card-new-table-price {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.card-new-table-price .price-cost {
    white-space: pre;
}


.price-btn-mob {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 6px;
    min-width: 24px;
}

.pc-none-flex {
    display: none;
}

.title-item.text-16.w-500.Gray,
.card-new-table-price .price-title {
    text-align: left;
    justify-content: flex-start;
}

.card-new-table-price .price-title {
    padding-left: 10px;
}

@media (max-width: 992px) {
    .type__switcher-option__cards.option__cards.new-box {
        border: 0px;
    }

    .type__inner .type__switcher-option__cards {
        padding: 0 0 20px 0;
    }

    .type__inner {
        padding: 30px 14px;
    }

    .mobile_nah {
        display: none !important;
    }

    .card-new-table-price {
        display: grid;
        grid-template-columns: 3fr 1fr 1fr;
        gap: 10px;
    }

    .pc-none-flex {
        display: flex;
    }
}