.discount-svg svg {
    width: 35px;
    height: 35px;
}

.open-text {
    display: none;
    margin-top: 4px;
    color: var(--color-primary);
    cursor: pointer;
}

.open-text::after {
    content: "Показать весь текст";
}

.open-text:hover {
    text-decoration: underline;
}

.scroll_text {
    height: 110px;
    overflow-y: hidden;
}

.scroll_down {
    height: auto;
}

.open-text.active::after {
    content: "Скрыть текст" !important;
}

.lines_brand {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 0 20px;
}

.lines_brand .card_line {
    margin-right: 14px;
    margin-bottom: 14px;
}

.lines_brand .card_line .link_line {
    display: inline-block;
    padding: 6px 28px;
    color: var(--color-primary);
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid var(--color-primary);
    cursor: pointer;
}

.lines_brand .card_line .link_line:hover {
    color: white;
    background-color: var(--color-primary);
}

.js-modal-city {
    cursor: pointer;
}

.screen-select-city {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 12px;
}

.show_city {
    display: block;
}

.screen-select-city .background {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    position: absolute;
    left: 0;
    top: 0;
}

.modal_select-city {
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    max-width: 300px;
    max-height: 400px;
    border: 1px solid var(--color-primary);
    border-radius: 12px;
    margin: auto;
    padding: 14px;
}

.title_city {
    font-size: 24px;
    text-align: center;
    margin-bottom: 14px;
}

.window_select_city {
    border: 1px solid #d6d6d6;
    height: calc(100% - 51px);
    border-radius: 8px;
    overflow-y: hidden;
    /* padding: 0 14px 0 14px; */
}

.window_select_city ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
    overflow-y: auto;
    padding: 14px 0;
}

.window_select_city ul li {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.window_select_city ul li a {
    font-size: 16px;
    font-weight: 400;
}

.window_select_city ul li a:hover {
    text-decoration: underline;
}

.modeal_close {
    width: 20px;
    height: 20px;
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    right: 14px;
    top: 14px;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888;
    border: 1px solid #888;
    border-radius: 100%;
    opacity: 0.5;
    transition: all 0.3s;
    cursor: pointer;
    padding: 0 0 5px 0;
}

.modeal_close:hover {
    opacity: 1;
    color: var(--color-primary);
    border-color: var(--color-primary);
}

/* CUSTOM-sTYLE  */
.services-center {
    padding-top: 64px;
    padding-bottom: 64px;
}

.box-service {
    padding-top: 63px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.card-serv {
    padding-right: 36px;
    border-right: 1px solid #dfdfdf;
}

.card-serv:nth-child(n + 2) {
    padding-left: 36px;
}

.card-serv:last-child {
    border: none;
    padding-right: 0;
}

.head-serv {
    display: flex;
}

.icon-serv {
    width: 80px;
    height: 80px;
    border: 2px solid var(--color-primary);
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.title-serv {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    display: flex;
    align-items: center;
    max-width: 135px;
}

.descrip-serv {
    padding-top: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

@media (max-width: 1000px) {
    .box-service {
        grid-template-columns: repeat(2, 1fr);
    }

    .card-serv {
        margin-bottom: 36px;
    }

    .card-serv:nth-child(2n + 1) {
        padding-left: 0;
    }

    .card-serv:nth-child(2n) {
        border: none;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .box-service {
        grid-template-columns: repeat(1, 1fr);
    }

    .card-serv {
        margin-bottom: 36px;
    }

    .card-serv:nth-child(2n + 1) {
        padding-left: 0;
        padding-right: 0;
        border-right: none;
        padding-bottom: 24px;
        border-bottom: 1px solid #dfdfdf;
    }

    .card-serv:nth-child(2n) {
        border: none;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 24px;
        border-bottom: 1px solid #dfdfdf;
    }
}

.box_lv {
    display: flex;
    padding-top: 32px;
}

.box_lv .center {
    width: 56px;
    position: relative;
}

.box_lv .center div {
    height: 56px;
    width: 56px;
    border-radius: 100%;
    border: 2px solid var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 45px;
    position: relative;
    background-color: white;
    position: relative;
    z-index: 2;
}

.box_lv .center::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 45px);
    background-color: #dfdfdf;
    margin: 0 auto;
}

.box_lv .center div:last-child::after {
    content: "";
    position: absolute;
    top: calc(100% - -2px);
    width: 0;
    height: 0;
    background-color: #dfdfdf;
}

.box_lv .left {
    width: 100%;
}

.box_lv .left div {
    height: 56px;
    margin-bottom: 45px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    margin-left: auto;
    width: fit-content;
}

.box_lv .right {
    width: 100%;
}

.box_lv .right div {
    height: 56px;
    margin-bottom: 45px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    margin-right: auto;
    width: fit-content;
}

@media (min-width: 769px) {
    .mob_ver {
        display: none;
    }
}

@media (max-width: 768px) {
    .pc_ver {
        display: none;
    }

    .box_lv .center {
        width: 100%;
    }

    .box_lv .center .card-num {
        width: 100%;
        border: none;
        background-color: rgb(0 0 0 / 0);
        height: auto;
    }

    .box_lv .center .card-num div:first-child {
        width: 56px;
        min-width: 56px;
        background-color: white;
    }

    .box_lv .center .card-num div:last-child {
        width: 100%;
        border: none;
        border-radius: 0;
        font-size: 14px;
        font-weight: 300;
        color: #000000;
        justify-content: flex-start;
        text-align: left;
        padding-left: 16px;
    }

    .box_lv .center .card-num div:last-child br {
        display: none;
    }

    .box_lv .center div:last-child::after {
        display: none;
    }

    .box_lv .center::after {
        left: 25px;
        height: calc(100% - 80px);
        background-color: #dfdfdf;
        margin: 0 auto 0 0;
    }

    .box_lv .center div div {
        margin-bottom: 0;
    }

    .box_lv .center .card-num div:last-child {
        height: auto;
    }

    .box_lv .center .card-num {
        margin-bottom: 30px;
    }
}

.lv_work {
    padding-top: 74px;
}

.review_type {
    padding-top: 74px;
}

.slider-review {
    position: relative;
    height: 400px;
    padding-bottom: 100px;
}

.slider-review .swiper-slide {
    background-color: #f6f7f8;
    border-radius: 20px;
}

.slide-head {
    display: flex;
    margin-bottom: 20px;
}

.slide-head .icon-img {
    margin-right: 18px;
    border-radius: 100%;
}

.slide-head .icon-img img {
    border-radius: 100%;
}

.slide-head .data {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-head .data .fio {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
}

.card-rev {
    padding: 16px;
}

.slide-body {
    max-height: 168px;
    overflow-y: auto;
    padding-right: 12px;
}

.slide-body p {
    font-size: 16px;
    line-height: 24px;
}

.slide-body::-webkit-scrollbar {
    width: 4px;
}

.slide-body::-webkit-scrollbar-track {
    background: #d9d9d9;
}

.slide-body::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border-radius: 20px;
    border: 3px solid var(--color-primary);
}

.block-setting {
    position: absolute;
    bottom: 18px;
    right: 0;
    width: 160px;
    height: 60px;
}

.block-setting .swiper-button-prev,
.block-setting .swiper-button-next {
    width: 60px;
    height: 60px;
    background-color: #f6f7f8;
    color: rgb(0 0 0 / 100%);
    border-radius: 4px;
    transition: all 0.3s;
}

.block-setting .swiper-button-prev:after,
.block-setting .swiper-button-next:after {
    font-size: 16px;
}

.block-setting .swiper-button-prev:hover,
.block-setting .swiper-button-next:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
}

@media (max-width: 992px) {
    .block-setting {
        left: 0;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .lv_work {
        padding-top: 0px;
    }

    .review_type {
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    .lines_brand .card_line .link_line {
        white-space: pre;
    }

    .lines_brand {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0;
        margin-bottom: 12px;
    }
}

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

    50% {
        opacity: 1;
    }

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

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

.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(--color-primary);
}

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

.overlay_phone::after,
.overlay_phone::before {
    content: "";
    position: absolute;
    border: 2px solid var(--color-primary);
    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: 5px;
        bottom: 60px;
    }
}

.header__top > .container {
    height: auto;
}

.metro-service {
    padding: 50px 0;
    /* background-color: #f9f9f9; */
}

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

.metro-service_tabs .metro-service-tab {
    padding: 10px 16px;
    border-radius: 20px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    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: 80px;
}

.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(--color-primary);
}

.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(--color-primary);
}

.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(--color-primary);
    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;
    }
}

.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: 80px;
    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(--color-primary);
}

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

.regions .regions_tab.active {
    color: white;
    background: var(--color-primary);
    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(--color-primary);
}

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

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

.newHero .newHero_inner {
    padding: 52px;
    border-radius: 50px;
    background-color: #f6f7f8;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 -50px;
    overflow: hidden;
}

.newHero .newHero_text {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    position: relative;
    z-index: 2;
}

.newHero .newHero-title {
    font-size: clamp(28px, calc(3.86vw + -7.6px), 48px);
    font-weight: 700;
    margin-bottom: 16px;
}

.newHero .newHero-par {
    font-size: clamp(14px, calc(0.39vw + 10.44px), 16px);
    margin-bottom: 20px;
}

.newHero .newHero-city {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    font-size: clamp(10px, calc(1.16vw + -0.68px), 16px);
    margin-bottom: 12px;
    background-color: white;
    border-radius: 35px;
    width: fit-content;
}

.newHero .newHero-city svg {
    min-width: 27px;
}

.newHero .newHero-utps {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 32px;
    padding: 24px;
    border-radius: 35px;
    background-color: white;
    margin-bottom: 20px;
}

.newHero .newHero-utp {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
    font-weight: 300;
    flex: 1 0 45%;
}

.newHero .newHero-utp-title {
    display: flex;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
}

.newHero .newHero-utp-text {
}

.newHero .newHero-btns {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px;
    font-weight: 300;
}

.newHero .btn {
    font-size: 16px;
    font-weight: 700;
}

.newHero .newHero-tels {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    font-weight: 300;
}

.newHero .newHero-tels a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    color: #000000;
    opacity: 0.6;
}

.newHero .newHero-tels a:hover {
    text-decoration: none;
}

.newHero .newHero-back {
    position: absolute;
    right: -40px;
    bottom: 6px;
    width: clamp(97px, calc(114.67vw + -960.27px), 691px);
    height: clamp(73px, calc(86.29vw + -722.63px), 520px);
    z-index: 1;
}

@media (max-width: 992px) {
    .newHero .newHero_inner {
        padding: 20px 16px;
        margin: 0;
        border-radius: 28px;
    }

    .newHero .newHero-title {
        max-width: 330px;
        margin-bottom: 12px;
    }

    .newHero .newHero-par {
        max-width: 222px;
        margin-bottom: 16px;
    }

    .newHero .newHero-back {
        bottom: inherit;
        top: 115px;
        right: 18px;
    }

    .newHero .newHero-city {
        width: 100%;
        padding: 10px 23px;
        justify-content: center;
        gap: 6px;
    }

    .newHero .newHero-city svg {
        width: 20px;
        min-width: 20px;
        height: 22px;
    }

    .newHero .newHero-utps {
        padding: 18px;
        margin-bottom: 16px;
        border-radius: 28px;
    }

    .newHero .newHero-utp {
        flex: 1 0 100%;
        gap: 4px;
        font-size: 12px;
    }

    .newHero .newHero-utp-title {
        font-size: 16px;
        gap: 6px;
    }

    .newHero .newHero-btns {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .newHero .btn {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }
}

.seoBlock {
    /* padding-top: clamp(50px, calc(4.91vw + 1.29px), 72px); */
    /* padding-bottom: clamp(50px, calc(4.91vw + 1.29px), 72px); */
    padding: 50px 0;
}

.seoBlock h2 {
    margin-bottom: 24px;
    text-align: center;
}

.seoBlock b {
    font-weight: 700;
}

.seo_one {
}

.container {
}

.seo_one_inner {
    display: none;
    align-items: center;
    gap: 20px;
    grid-template-columns: repeat(
        auto-fit,
        minmax(clamp(355px, calc(54.69vw - 187.5px), 600px), 1fr)
    );
}

.seo_one_inner.open {
    display: grid;
}

.seo_one_left {
    font-size: clamp(14px, calc(0.67vw + 7.36px), 17px);
    font-weight: 300;
    line-height: 1.5;
}

.seo_one_right {
    border-radius: 50px;
    background-color: #f6f7f8;
    display: flex;
    flex-direction: column;
    padding: 28px 20px;
    text-align: center;
    font-size: clamp(14px, calc(0.45vw + 9.57px), 16px);
}

.seo_one_right p {
    font-size: clamp(14px, calc(0.45vw + 9.57px), 16px);
}

.seo_one_right p:nth-child(2) {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
}

.seo_two_inner {
    padding: 46px;
    background-color: #f6f7f8;
    border-radius: 50px;
}

.seo_two_inner p {
    margin: 0 auto;
    font-size: clamp(14px, calc(0.67vw + 7.36px), 17px);
    text-align: center;
    max-width: 990px;
    margin-bottom: clamp(24px, calc(4.02vw - 15.86px), 42px);
}

.seo_two_blocks ul {
    display: none;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.seo_two_blocks.show ul {
    display: flex;
}

.seo_two_blocks ul li {
    background-color: white;
    border-radius: 35px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: clamp(12px, calc(0.89vw + 3.14px), 16px);
    flex: 1 0 40%;
    min-width: 300px;
}

.seo_two_block svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.seo_two-open {
    display: none;
}

svg.openSeoTwoText {
    display: block;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .seo_two_blocks ul {
        display: flex;
    }

    .seo_two h2 {
        pointer-events: none;
    }

    svg.openSeoTwoText {
        display: none;
    }

    .seo_two-open {
        display: block;
        text-align: center;
        color: var(--color-primary);
        font-size: 18px;
        font-weight: 700;
        text-decoration: underline;
        margin: 0 auto;
        margin-top: 28px;
        background-color: transparent;
        box-shadow: none;
    }

    .seo_two_blocks ul li:nth-child(n + 5) {
        display: none;
    }

    .seo_two_blocks.open ul li:nth-child(n + 5) {
        display: flex;
    }

    .seoBlock h2 {
        text-align: center;
    }

    .seo_two_inner {
        padding: 20px;
    }

    .seo_two_blocks ul li {
        padding: 18px;
        line-height: 1.1;
    }
}

.seo_three .seo_three-attention {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 12px 20px;
    flex-wrap: wrap;
    padding: 11px;
    justify-content: center;
    background-color: #f6f7f8;
    border-radius: 50px;
    font-size: clamp(14px, calc(0.45vw + 9.57px), 16px);
    font-weight: 300;
    text-align: center;
}

.seo_three .seo_three-attention a {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    min-width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
}

.seo_three .seo_three-attention svg {
}

.seo_three-text {
    position: relative;
}

.seo_three-text img {
}

.seo_three-text h2 {
    width: clamp(355px, calc(121.65vw + -851.79px), 900px);
    text-align: left;
}

.seo_three-text p {
    margin-bottom: clamp(24px, calc(3.57vw + -11.43px), 40px);
    width: clamp(355px, calc(121.65vw + -851.79px), 900px);
}

.seo_three-text img {
    position: absolute;
    top: 0;
    right: 0;
}

.seo_three-text p a {
    text-decoration: underline;
    cursor: pointer;
    color: var(--color-primary);
    font-weight: 700;
}

.seo_three-text ul {
    padding: 0 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: black;
}

.seo_three-text ul strong {
    color: var(--color-primary);
    font-weight: 700;
}

.seo_three-text ul li {
    font-weight: 300;
    font-size: clamp(14px, calc(1.34vw + 0.71px), 20px);
}

.seo_three-attention ul li a {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

.seo_three-text ul li strong a {
    font-weight: 700;
    color: var(--color-primary);
    text-decoration: underline;
    cursor: pointer;
    font-size: clamp(14px, calc(1.34vw + 0.71px), 20px);
}

.seo_three-text ul li span {
    color: #000000;
    font-weight: 300;
}

@media (max-width: 1200px) {
    .seo_three-text ul {
        padding: 0 16px;
    }

    .seo_three-text img {
        display: none;
    }

    .seo_three-text h2 {
        width: 100%;
    }

    .seo_three-text p {
        width: 100%;
    }
}

.seo_four_inner {
    padding: 46px;
    border-radius: 50px;
    background-color: #f6f7f8;
}

.seo_four_blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.seo_four_block {
    flex: 1 0 45%;
    padding: 20px;
    min-width: 300px;
    border-radius: 35px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: clamp(14px, calc(0.45vw + 9.57px), 16px);
    color: #000000;
}

.seo_four_block-step {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 14px;
}

.seo_four_block-step span {
    min-width: 95px;
    border-radius: 60px;
    padding: 11px 20px;
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

@media (max-width: 922px) {
    .seo_four_inner {
        padding: 20px;
    }

    .seo_four_block-step {
        font-size: 12px;
        gap: 12px;
    }

    .seo_four_block-step span {
        width: 76px;
    }
}

.seo_five_titleBox {
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(clamp(355px, calc(54.69vw - 187.5px), 600px), 1fr)
    );
    gap: 20px 24px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.seo_five_titleBox-one {
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* max-width: 660px; */
}

.seo_five_titleBox-one h2 {
    margin-bottom: 0;
    text-align: left;
}

.seo_five_titleBox-one p {
    font-size: clamp(14px, calc(0.67vw + 7.36px), 17px);
}

.seo_five_titleBox-two {
    /* max-width: 660px; */
    background-color: var(--color-primary);
    border-radius: 50px;
    width: 100%;
    padding: 60px 40px;
    position: relative;
    color: white;
    font-size: clamp(16px, calc(0.89vw + 7.14px), 20px);
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    overflow: hidden;
}

.seo_five_titleBox-two p {
    max-width: 230px;
    font-size: 20px;
    font-weight: 700;
}

.seo_five_titleBox-two-back {
    position: absolute;
    top: 0;
    left: -40px;
    width: clamp(50px, calc(42.41vw + -370.71px), 240px);
}

.seo_five_inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.seo_five_blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
}

.seo_five_block {
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 12px;
    font-size: clamp(14px, calc(0.67vw + 7.36px), 17px);
    flex: 1 0 20%;
}

.seo_five_block span {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
}

.seo_five-tags {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-weight: 700;
    font-size: 16px;
    max-width: 1100px;
    justify-content: center;
}

.seo_five-tagTitle {
    flex: 1 0 100%;
    margin-bottom: 12px;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.seo_five-tag {
    font-size: clamp(12px, calc(0.89vw + 3.14px), 16px);
    padding: 12px 24px;
    background-color: #f6f7f8;
    border-radius: 130px;
    text-align: center;
    width: max-content;
}

@media (max-width: 992px) {
    .seo_five-tag {
        width: 100%;
    }

    .seo_five_titleBox-two {
        padding: 20px;
        width: 100%;
    }

    .seo_five_titleBox-two p {
        font-size: 16px;
    }

    .seo_five_titleBox-two-back {
        display: none;
    }

    .seo_five_titleBox-two img {
        width: 40px;
        height: 40px;
        min-width: 40px;
        object-fit: contain;
    }

    .seo_five_block span {
        font-size: 20px;
    }

    .seo_five_block {
        flex: 1 0 100%;
    }
}

.seo_six p {
    font-size: clamp(14px, calc(0.67vw + 7.36px), 17px);
    font-weight: 300;
}

.seo_six_inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 42px 0;
    list-style: none;
    padding: 0;
}

.seo_six_inner ul li {
    flex: 1 0 45%;
    text-align: center;
    padding: 28px 20px;
    background-color: #f6f7f8;
    border-radius: 50px;
    font-size: clamp(12px, calc(0.45vw + 7.57px), 14px);
    font-weight: 700;
}

@media (max-width: 992px) {
    .seo_six_inner ul {
        margin: 32px 0;
    }

    .seo_six_inner ul li {
        flex: 1 0 100%;
        padding: 12px;
    }
}

.seo_map p {
    font-size: clamp(14px, calc(0.67vw + 7.36px), 17px);
    font-weight: 300;
}

.seo_map_box {
    position: relative;
    margin: 42px 0;
}

.seo_map_box .seo_map-contacts {
    position: absolute;
    padding: 28px;
    background-color: white;
    display: flex;
    top: 95px;
    font-weight: 700;
    z-index: 5;
    flex-direction: column;
    border-radius: 35px;
    gap: 16px;
    font-size: clamp(12px, calc(0.89vw + 3.14px), 16px);
    max-width: 415px;
}

.seo_map_box .seo_map-contacts a {
    font-weight: 700;
    font-size: clamp(12px, calc(0.89vw + 3.14px), 16px);
    color: #000000;
}

@media (max-width: 992px) {
    .seo_map_box .seo_map-contacts {
        position: relative;
        top: 0;
        margin-bottom: 20px;
        background-color: #f6f7f8;
        border-radius: 40px;
        padding: 28px;
    }

    .seo_map_box {
        margin: 20px 0;
    }

    .bform__wrapper {
        justify-content: center;
    }

    .bform__img img {
        height: 264px;
    }
}

.colorGarant_inner {
    display: flex;
    align-items: center;
    padding: 25px 42px 25px 120px;
    width: 100%;
    position: relative;
    border-radius: 50px;
    background-color: var(--color-primary);
    color: white;
}

.colorGarant-back {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.colorGarant_inner .colorGarant-1 {
    padding: 22px 0;
    font-size: 42px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
}

.colorGarant_inner .colorGarant-2 {
    padding: 22px 0;
    padding-left: clamp(20px, calc(20.54vw + -183.71px), 112px);
    padding-right: clamp(20px, calc(8.04vw + -59.71px), 56px);
    margin-right: clamp(20px, calc(8.04vw + -59.71px), 56px);
    border-right: 1px solid #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.colorGarant_inner .colorGarant-3 {
    font-size: 17px;
    font-weight: 700;
    padding: 22px 0;
}

@media (max-width: 1050px) {
    .colorGarant_inner {
        padding: 20px;
        flex-direction: column;
    }

    .colorGarant-back {
        left: -40px;
    }

    .colorGarant_inner .colorGarant-1 {
        font-size: 24px;
        padding: 12px 0;
    }

    .colorGarant_inner .colorGarant-2 {
        font-size: 13px;
        padding: 12px 0;
        border: none;
        margin: 0;
    }

    .colorGarant_inner .colorGarant-3 {
        font-size: 13px;
        padding: 12px 0;
    }
}

.dopGarant_inner {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dopGarant_inner .dopGarant-1 {
    flex: 1 0 45%;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.dopGarant_inner .dopGarant-1 h2 {
    margin: 0;
}

.dopGarant_inner .dopGarant-1 ul {
    display: flex;
    padding-left: 16px;
    margin: 0;
    flex-direction: column;
    gap: 2px;
    font-weight: 300;
    font-size: 17px;
}

.dopGarant_inner .dopGarant-2 {
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    max-width: 640px;
    flex: 1 0 45%;
    min-width: 250px;
    border-radius: 50px;
    background-color: #f6f7f8;
}

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

.page-type.seo-text .container 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;
}

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

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

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

.page-type.seo-text .container.active {
    max-height: inherit;
    padding-bottom: 60px;
}

/* block SAlES  */
#sales {
    padding-top: 72px;
    padding-bottom: 72px;
}

.sales h2 {
    margin-bottom: 20px;
}

.catalog__heading.content-field p {
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 32px;
}

.cards-sales-items {
    background-color: #f6f7f8;
    padding: 28px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.box-sales {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.cards-sales-items .stock {
    width: 255px;
    height: 40px;
    background-color: var(--color-primary);
    color: white;
    font-family: Onest;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Onest", sans-serif, Arial, Helvetica, sans-serif;
    position: absolute;
    transform: rotate(45deg);
    right: -90px;
    top: 20px;
}

.cards-sales-items .sale-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    max-width: 284px;
    margin-bottom: 24px;
}

.cards-sales-items .sale-title span {
    color: var(--color-primary);
}

.cards-sales-items .sale-text {
    font-family: "Onest", sans-serif, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 24px;
}

.cards-sales-items .sale-btn {
    transition: all 0.3s;
    width: 170px;
    height: 50px;
    border-radius: 35px;
    background-color: var(--color-primary);
    color: white;
    font-family: "Onest", sans-serif, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
}

.cards-sales-items .sale-btn:hover {
    opacity: 0.75;
}

@media (max-width: 1300px) {
    .box-sales {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

/* block SAlES the end */

/* FAQ */
.faq__group .faq__item:nth-child(n + 5) {
    display: none;
}

.faq__group.active .faq__item:nth-child(n + 5) {
    display: block;
}

.btn-faq {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: var(--color-primary);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 500;
    line-height: 1em;
    border-radius: 35px;
    padding: 18px 28px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid var(--color-primary);
}

.btn-faq:hover {
    background-color: white;
    color: black;
    border: 1px solid var(--color-primary);
}

.box-btn-faq {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* faq the end  */

@media (max-width: 550px) {
    .devices__item-link {
        height: 227px;
    }

    .seo_four_block-step {
        flex-direction: column;
    }

    .seo_four_block-step span {
        width: 100%;
    }

    .seoBlock.seo_four {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* пПодвал новый start */
.footer__flex-none-map {
    display: grid;
    grid-template-areas:
        "box1 box2 box3 box4 box5"
        "box1 box2 box3 box4 box5";
    grid-column-gap: 30px;
    grid-row-gap: 0px;
}

.col-grid-1 {
    grid-area: box1;
}

.col-grid-2 {
    grid-area: box2;
}

.col-grid-3 {
    grid-area: box3;
}

.col-grid-4 {
    grid-area: box4;
}

.col-grid-5 {
    grid-area: box5;
}

.col-grid-6 {
    grid-area: box6;
}

.footer__flex-none-map .col-grid-6 {
    display: none !important;
}

@media (max-width: 1200px) {
    .footer__flex-none-map {
        display: grid;
        grid-template-areas:
            "box1 box2 box3"
            "box1 box2 box4"
            "box5 box6 box7";
        grid-column-gap: 30px;
        grid-row-gap: 0px;
    }

    .col-grid-5 {
        margin-top: 30px;
    }

    .col-grid-6 {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .footer__flex-none-map {
        display: grid;
        grid-template-areas:
            "box1 box2"
            "box3 box4"
            "box5 box6";
        grid-column-gap: 30px;
        grid-row-gap: 0px;
    }

    .col-grid-3 {
        margin-top: 30px;
    }

    .col-grid-4 {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .footer__flex-none-map {
        display: grid;
        grid-template-areas:
            "box1 box1"
            "box2 box3"
            "box2 box4"
            "box5 box6";
        grid-column-gap: 10px;
        grid-template-columns: auto;
    }

    .col-grid-2 {
        margin-top: 30px;
    }
}

.col-grid-6 .sub-menu {
    max-height: 425px;
    overflow-y: auto;
}

/* пПодвал новый the end */

.text-company-desc {
    font-size: 12px;
}

.sertificate {
    padding-top: 72px;
    padding-bottom: 72px;
}

.sertificate-box {
    background-color: #f6f7f8;
    border-radius: 50px;
    padding: 46px;
}

.title-h2 {
    text-align: center;
}

.sert-content {
    display: flex;
    gap: 24px;
}

.sert-content .left {
    width: 100%;
    max-width: 398px;
}

.sert-content .left img {
    border-radius: 35px;
}

.sert-content .right {
    background-color: white;
    border-radius: 35px;
    padding: 32px;
}

.sert-content .right .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.iteams-ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.iteams-ul .item-li {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.sert-content .right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

@media (max-width: 992px) {
    .sertificate {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .sertificate-box {
        padding: 20px;
    }

    .sert-content {
        flex-direction: column;
    }

    .sert-content .left {
        margin: auto;
    }
}

/* block MASTER  */
.slider_master {
    height: 540px;
}

.cards-master-items {
    border-radius: 32px;
    padding: 16px;
    background-color: rgba(246, 247, 248, 1);
    height: 505px;
    width: 411px;
}

.cards-master-items .photo {
    height: 284px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.cards-master-items .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cards-master-items .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cards-master-items .exp {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    background-color: white;
    border-radius: 20px;
    padding: 15px;
}

.cards-master-items .exp .text {
    font-weight: 300;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0px;
}

.cards-master-items .exp span {
    font-weight: 700;
}

.cards-master-items .position {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: white;
    border-radius: 20px;
    padding: 15px;
}

.cards-master-items .position .text {
    font-weight: 300;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0px;
}

.cards-master-items .icon {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards-master-items .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    opacity: 0.1;
}

.cards-master-items .position span {
    font-weight: 700;
}

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

.masters .catalog__heading h2 {
    margin-bottom: 0;
}

.btn-select {
    display: flex;
    gap: 12px;
}

.btn-select .prev {
    transform: rotate(180deg);
}
/* block MASTER the end  */

@media (min-width: 992px) {
    .pole-1 {
        display: flex;
        gap: 14px;
        align-items: center;
    }

    .city-worktime-1 {
        display: flex;
        align-items: center;
    }

    .city-worktime-2.mob {
        display: none;
    }
}
@media (max-width: 992px) {
    .pole-1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .city-worktime-1 {
        display: flex;
        align-items: center;
    }

    .city-worktime-2.pc {
        display: none;
    }
}

.metro {
  background-color: white;
  padding-top: 32px;
  padding-bottom: 0;
  overflow: hidden;
}


.metro__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .metro__content {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.metro__info {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .metro__info {
    padding-bottom: 4rem;
  }
}

.metro__location-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #f6f7f8;
  border-radius: 9999px;
  padding: 0.5rem 16px;
  margin-bottom: 24px;
}

.metro__location-icon {
  width: 16px;
  height: 16px;
}

.metro__location-text {
  font-size: 13px;
  font-weight: 500;
  color: black;
}

.metro__title {
  font-size: clamp(
    38px,
    calc((58px - 38px) * (100vw - 992px) / (1440px - 992px) + 38px),
    58px
  );
  font-weight: 700;
  margin-bottom: 24px;
  color: black;
}

.metro__title-accent {
  color: var(--color-primary);
}

.metro__description {
  font-size: clamp(
    16px,
    calc((17px - 16px) * (100vw - 992px) / (1440px - 992px) + 16px),
    17px
  );
  color: #444444;
  margin-bottom: 32px !important;
}


.metro__trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 2rem;
}

.metro__trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: black;
}

.metro__trust-icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background-color: rgba(254, 106, 8, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.metro__trust-icon svg {
  width: 0.875rem;
  height: 0.875rem;
}

.metro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.metro__btn {
  padding: 0.75rem 24px;
  border-radius: 0.375rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.metro__btn--orange {
  background-color: var(--color-primary);
  color: white;
  border: none;
}

.metro__btn--orange:hover {
  background-color: #e55d07;
}

.metro__btn--outline {
  background-color: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.metro__btn--outline:hover {
  background-color: rgba(254, 106, 8, 0.1);
}

.metro__stats {
  margin-top: 2.5rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.metro__stat {
  display: flex;
  flex-direction: column;
}

.metro__stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: black;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.metro__stat-label {
  font-size: 13px;
  color: #888;
  margin: 0;
}

.metro__image-container {
  display: none;
}

@media (min-width: 1024px) {
  .metro__image-container {
    display: block;
    position: relative;
  }
}

.metro__hero-image {
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  background-color: #f6f7f8;
  height: 500px;
}

.metro__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.metro__floating-card {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.metro__card-icon {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.metro__card-content {
  /* flex-grow: 1; */
}

.metro__card-title {
  font-size: 13px;
  font-weight: 700;
  color: black;
  margin: 0;
}

.metro__card-subtitle {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
  margin: 0;
}

.metro__avatars {
  display: flex;
  margin-left: auto;
}

.metro__avatar {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  border: 2px solid white;
  margin-left: -0.5rem;
}

.metro__avatar:first-child {
  margin-left: 0;
}

.services {
  padding: 4rem 0;
  background-color: #f6f7f8;
}

@media (min-width: 768px) {
  .services {
    padding: 5rem 0;
  }
}

.services__container {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .services__container {
    padding: 0 2rem;
  }
}

.services__header {
  margin-bottom: 2.5rem;
}

.services__title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 0.5rem 0;
}

.services__subtitle {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

.services__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.services__item {
  background-color: white;
  border-radius: 9999px;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: black;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
  cursor: default;
}

@media (min-width: 768px) {
  .services__item {
    font-size: 0.9375rem;
  }
}

.services__item:hover {
  border-color: var(--color-primary);
}

.services__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.services__footer {
  margin-top: 2.5rem;
  background-color: white;
  border-radius: 1.75rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .services__footer {
    padding: 2rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.services__footer-content {
  flex-grow: 1;
}

.services__footer-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: black;
  margin: 0 0 0.25rem 0;
}

@media (min-width: 768px) {
  .services__footer-title {
    font-size: 1.25rem;
  }
}

.services__footer-subtitle {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}

.services__footer-btn {
  background-color: var(--color-primary);
  color: white;
  border: none;
      border-radius: 35px;
    padding: 18px 28px;
    font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}

.services__footer-btn:hover {
  background-color: #e55d07;
}

.courier {
  padding: 4rem 0;
  background-color: #f6f7f8;
}

@media (min-width: 768px) {
  .courier {
    padding: 5rem 0;
  }
}

.courier__container {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .courier__container {
    padding: 0 2rem;
  }
}

.courier__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .courier__content {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.courier__header {
  margin-bottom: 1.5rem;
}

.courier__title {
  font-size: 1.875rem;
  line-height: 1.3;
  color: black;
  margin: 0 0 0.5rem 0;
}

@media (min-width: 768px) {
  .courier__title {
    font-size: 2.25rem;
  }
}

.courier__subtitle {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

.courier__features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.courier__feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background-color: white;
  border-radius: 1.25rem;
  padding: 1rem;
}

.courier__feature-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background-color: rgba(254, 106, 8, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.courier__feature-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.courier__feature-content {
  flex-grow: 1;
}

.courier__feature-title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: black;
  margin: 0 0 0.125rem 0;
}

.courier__feature-desc {
  font-size: 0.8125rem;
  color: #888;
  font-weight: 300;
  margin: 0;
}

.courier__action {
  margin-top: 2rem;
}

.courier__btn {
  background-color: var(--color-primary);
  color: white;
  border: none;
  border-radius: 35px;
    padding: 18px 28px;
    font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.courier__btn:hover {
  background-color: #e55d07;
}

.courier__image {
  border-radius: 2.5rem;
  overflow: hidden;
  height: 420px;
  background-color: #e8e9eb;
}

@media (min-width: 768px) {
  .courier__image {
    height: 500px;
  }
}

.courier__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.districts {
  padding: 4rem 0;
  background-color: white;
}

@media (min-width: 768px) {
  .districts {
    padding: 5rem 0;
  }
}

.districts__container {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .districts__container {
    padding: 0 2rem;
  }
}

.districts__header {
  margin-bottom: 2.5rem;
}

.districts__title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 0.5rem 0;
}

.districts__subtitle {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

.districts__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.districts__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #f6f7f8;
  border-radius: 9999px;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: black;
  transition: background-color 0.2s ease;
  cursor: default;
}

.districts__item:hover {
  background-color: rgba(254, 106, 8, 0.1);
}

.districts__icon {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}

.districts__footer {
  margin-top: 2.5rem;
  background-color: var(--color-primary);
  border-radius: 1.75rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .districts__footer {
    padding: 2rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.districts__footer-content {
  flex-grow: 1;
}

.districts__footer-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: white;
  margin: 0 0 0.25rem 0;
}

@media (min-width: 768px) {
  .districts__footer-title {
    font-size: 1.25rem;
  }
}

.districts__footer-subtitle {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  margin: 0;
}

.districts__footer-btn {
  background-color: white;
  color: var(--color-primary);
  border: none;
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}

.districts__footer-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.why {
  padding: 4rem 0;
  background-color: #f6f7f8;
}

@media (min-width: 768px) {
  .why {
    padding: 5rem 0;
  }
}

.why__container {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .why__container {
    padding: 0 2rem;
  }
}

.why__header {
  margin-bottom: 2.5rem;
}

.why__title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 0.5rem 0;
}

.why__subtitle {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

.why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

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

@media (min-width: 1024px) {
  .why__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.why__item {
  background-color: white;
  border-radius: 1.5rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.why__item-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background-color: rgba(254, 106, 8, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why__item-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.why__item-content {
  flex-grow: 1;
}

.why__item-title {
  font-size: 1.0625rem;
  font-weight: 500;
  color: black;
  margin: 0 0 0.25rem 0;
}

.why__item-desc {
  font-size: 0.875rem;
  color: #666;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

.why__social-proof {
  margin-top: 2rem;
  background-color: white;
  border-radius: 1.5rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .why__social-proof {
    padding: 2rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.why__rating {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .why__rating {
    justify-content: flex-start;
  }
}

.why__stars {
  display: flex;
  gap: 0.25rem;
}

.why__score {
  font-size: 1.375rem;
  font-weight: 700;
  color: black;
}

.why__reviews {
  font-size: 0.875rem;
  color: #888;
}

.why__platforms {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .why__platforms {
    justify-content: flex-end;
  }
}

.why__platform {
  font-size: 0.8125rem;
  font-weight: 500;
  background-color: #f6f7f8;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  color: black;
}

.callback {
  padding: 4rem 0;
  background-color: white;
}

@media (min-width: 768px) {
  .callback {
    padding: 5rem 0;
  }
}

.callback__container {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .callback__container {
    padding: 0 2rem;
  }
}

.callback__box {
  background-color: #1a1a1a;
  border-radius: 2.5rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .callback__box {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
  }
}

.callback__content {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .callback__content {
    grid-template-columns: 1fr 1fr;
  }
}

.callback__form {
  padding: 2rem;
}

@media (min-width: 768px) {
  .callback__form {
    padding: 3rem;
  }
}

.callback__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(254, 106, 8, 0.2);
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}

.callback__badge-icon {
  width: 1rem;
  height: 1rem;
}

.callback__badge-text {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #FE6A08;
}

.callback__title {
  font-size: 1.75rem;
  line-height: 1.2;
  color: white;
  margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
  .callback__title {
    font-size: 2.25rem;
  }
}

.callback__subtitle {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  margin: 0 0 2rem 0;
}

.callback__form-fields {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.callback__input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 1.25rem;
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
  outline: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.callback__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.callback__input:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}

.callback__input--name {
  
}

.callback__input--phone {
  
}

.callback__submit {
  width: 100%;
  background-color: #FE6A08;
  color: white;
  border: none;
  border-radius: 1.25rem;
  padding: 1rem 1.25rem;
  font-weight: 500;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 0.25rem;
}

.callback__submit:hover {
  background-color: #e55f00;
}

.callback__submit-icon {
  width: 1rem;
  height: 1rem;
}

.callback__policy {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  margin: 0;
}

.callback__image {
  display: none;
}

@media (min-width: 1024px) {
  .callback__image {
    display: block;
    position: relative;
    height: 100%;
  }
}

.callback__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.callback__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(26, 26, 26, 0.4) 0%, transparent 100%);
}