.box-models.sixteen-card .card-model-a:nth-child(n + 11) {
    display: none;
}

.phone-cards .phone-card-link .models .box-models.scroll {
    /* max-height: 220px; */
    overflow-y: auto;
}





.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:first-child {
    border-radius: 20px 20px 0 0;
}

.type__inner.new-type .type__switcher-btns .type__switcher-btn:last-child {
    border-radius: 0 0 20px 20px;
} */

.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;
}

.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 {
        max-height: 150px;
    }
}

.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;
}


.menu-model.hide-model {
    /* position: relative;  */
}

.menu-model.hide-model .bg-model {
    position: relative;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--Orange);
    opacity: .10;
}

.menu-model.hide-model .ramka {
    position: relative;
    z-index: 10;
}

.hover-par-model .hide-model.show {
    min-width: 250px;
}

.menu-model.hide-model .ramka a {
    position: relative;
    width: fit-content;
    display: inline-flex;
}

.menu-model.hide-model .ramka a:hover {
    color: var(--Orange);
    text-decoration: underline;
}

.menu-model.hide-model .ramka a:hover span.podtrug {
    display: inline-block;
    border: 4px solid transparent;
    border-right: 6px solid var(--Orange);
    width: 5px;
    height: 5px;
    margin-top: 6px;
}

/* .hover-par-model .hide-model.show {
    padding: 10px 24px 10px 10px;
} */

.menu-item.hover-par-model span.treug {
    display: inline-block;
    border: 4px solid transparent;
    border-top: 4px solid #606060;
    position: relative;
    top: 1px;
}



.phone-cards {
    justify-content: flex-start;
}

.phone-cards .phone-card-link.noModel {
    flex: 1 0 calc(25% - 12px);
    /* Устанавливает ширину карточки на 25% с учетом отступов */
    max-width: calc(25% - 12px);
    /* Ограничивает максимальную ширину карточки */
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 290px;
}

.phone-cards .phone-card-link.noModel .img-device {
    width: 100%;
    height: 100%;
    max-height: 180px;
}

.phone-cards .phone-card-link.noModel .models {
    width: 100%;
}

/* Опционально: добавим медиа-запрос для адаптивности */
@media (max-width: 768px) {
    .phone-cards .phone-card-link.noModel {
        flex: 1 0 calc(50% - 12px);
        /* 2 карточки в ряд на меньших экранах */
        max-width: calc(50% - 12px);
    }
}

.prev-device {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.prev-device button {
    height: 35px;
    width: 195px;
    color: white;
    text-decoration: underline;
    border-radius: 6px;
    background-color: var(--Orange);
    font-size: 16px;
}

.prev-device button:hover {
    text-decoration: none;
}

.phone-cards .phone-card-link.noModel .models .title-device a::after {
    display: none;
}

@media (min-width: 993px) {
    .prev-device.mob {
        display: none;
    }
}

@media (max-width: 992px) {
    .prev-device.pc {
        display: none;
    }

    .phone-cards .phone-card-link .models .prev-device.mob button {
        color: white !important;
    }

    .phone-cards .phone-card-link.noModel {
        padding: 12px;
        height: 140px;
    }

    .phone-cards .phone-card-link .models .title-device a {
        font-size: 16px;
        text-align: center;
    }

    .phone-cards .phone-card-link.noModel .img-device {
        max-height: 120px;
    }

    .phone-cards .box-models.sixteen-card a:nth-child(n + 6) {
        display: none;
    }
}

.phone-cards .phone-card-link .models .box-models a:hover span.card-treug {
    display: inline-block;
    border: 4px solid transparent;
    border-right: 6px solid var(--Orange);
    width: 5px;
    height: 5px;
    margin-top: 4px;
}

.phone-cards .phone-card-link .models .box-models a {
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}






.phone-cards .phone-card-link .models .box-models a svg {
    position: relative;
    top: 3px;
}

.phone-cards .phone-card-link .models .box-models a svg path,
.colorSVG svg path {
    fill: var(--Orange)
}

.colorSVG svg {
    margin-right: 6px;
}

.block_modal_card {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.block_modal_card.show {
    display: flex;
}

.block_modal_card .bg_card {
    background-color: rgb(0 0 0 / 25%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.block_modal_card .modal-cards {
    position: relative;
    z-index: 5;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    width: calc(100% - 40px);
    max-width: 1100px;
}

.block_modal_card .modal-cards .head-modal {
    display: flex;
    justify-content: center;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 400;
    color: #606060;
}

.block-line {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding-bottom: 8px;
    overflow-x: auto;
}

.title-line {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--Orange);
    font-weight: 700;
}

.block-line a {
    position: relative;
    display: flex;
    white-space: pre;
    justify-content: center;
    align-items: center;
    padding: 12px 22px;
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    overflow: hidden;
    border-radius: 6px;
}

.block-line a:hover span {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Orange);
    opacity: .15;
}


.block-model {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    padding-bottom: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 440px;
    padding: 10px;
}

.title-model {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--Orange);
    font-weight: 700;
}

.block-model a {
    position: relative;
    display: flex;
    flex-direction: column;
    white-space: inherit;
    justify-content: center;
    align-items: center;
    padding: 12px 22px;
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    overflow: hidden;
    border-radius: 6px;
    height: 100%;
    text-align: center;
}

.block-model a:hover span {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Orange);
    opacity: .15;
}

.img-model-modal {
    height: 80px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
}

.block-service {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding-bottom: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 330px;
}

.title-service {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--Orange);
    font-weight: 700;
}

.block-service a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 22px;
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    overflow: hidden;
    border-radius: 6px;
    white-space: inherit;
    height: 100%;
}

.block-service a:hover span {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Orange);
    opacity: .15;
}

.titledevice {
    margin: 0 4px;
}

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

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

    .block-model {
        padding: 0;
        max-height: 230px;
    }
}


@media (max-width: 456px) {
    .block-model {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .img-model-modal {
        height: 50px;
    }
}

.click-hide.hide-btn {
    display: none;
}

.price-show.hide-btn {
    display: none;
}

.new-table-style .cards-box-title :nth-child(1) {
    text-align: left;
}

/* .new-table-style .cards-box-title :nth-child(2) {
    width: 238px;
    margin-left: auto;
} */

.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;
}

.with-svg {
    display: flex;
    align-items: center;
    gap: 4px;
}

.with-svg svg {
    min-width: fit-content;
}

.catalog-btn {
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 700;
    background-color: white;
    transition: all 0.3s ease;
    color: rgba(96, 96, 96, 1);
}

.catalog-btn:hover {
    transform: translateY(-3px);
}

.bottom_inner {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    position: relative;
    padding: 12px 0;
}

.header__bottom-menu {
    display: block;
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    top: 55px;
    align-items: start !important;
    background-color: white;
    border-radius: 0 0 6px 6px;
    transform: scaleY(0);
    transition: all 0.3s ease;
}

.header__bottom-menu.open {
    transform: scaleY(1);
}

.address-block.custom {
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: fit-content;
    gap: 6px 24px;
}

.more-form {
    text-align: right;
    position: absolute;
    font-size: 14px;
    color: white;
    opacity: 0.5;
    right: 38px;
    bottom: 55px;
    max-width: 314px;
    width: 100%;
}

.sale_form.custom .sale-inner-form .form.form-inputs .form__input {
    justify-content: center;
}

.sale_form.custom .sale-inner-form .form.form-inputs .form__input-input {
    max-width: 256px;
}

.seo_under_map ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 2rem;
}

.seo_under_map ul li{
    list-style: disc;
}

.seo_under_map {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    text-align: left;
}
.seo_under_map .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    text-align: left;
}

.seo_under_map h2{
    font-size: 26px;
}
.seo_under_map p{
    font-size: 16px;
}



@media (max-width:830px) {
    .address-block.custom {
        grid-template-columns: repeat(1, 1fr);
    }
}

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

    50% {
        opacity: 1;
    }

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

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

.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: 30px;
        bottom: 30px;
    }
}


.example-inner-text .item-text .text-box .content {
    overflow-y: hidden;
    max-height: 450px;
    transform: all .3s;
}

.example-inner-text .item-text .text-box .content.show {
    max-height: 100%;
}

.show-text-seo span {
    cursor: pointer;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--Orange);
}

@media (min-width: 831px) {
    .sale-bannner .sale-bannner-text {
        font-size: 39px;
    }
}

@media (max-width: 830px) {
    .sale-bannner .sale-bannner-text {
        font-size: 24px;
    }
}

.type__inner.new-type .type__switcher-btns .type__switcher-btn {
    border-radius: 5px;
}

.type__inner.new-type .type__switcher-colorBtn-red {
    background-color: var(--Orange);
    color: white;
    border-radius: 5px;
}

.type__inner.new-type .type__switcher-colorBtn-red:hover {
    background-color: white;
    border: 1px solid var(--Orange);
    color: var(--Orange);
}

.sale_bannner .sale_bannner-text .text-item {
    padding-left: 16px;
    padding-right: 16px;
}

.example-inner-text .item-text h3 {
    margin-bottom: 10px;
}

.header__inner .header__bottom .header__bottom-menu .menu-link a {
    text-align: left;
}

#price_block {
    margin-bottom: 20px;
}

#header_btn {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

#discount_btn {
    position: relative;
    overflow: hidden;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 9px;
    border: 1px solid var(--Orange);
    border-radius: 7px;
    width: 161px;
    display: flex;
    justify-content: flex-start;
}

#discount_btn .text {
    position: relative;
    z-index: 10;
    font-family: PT Sans;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

#discount_btn .text span {
    font-family: PT Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

#discount_btn .img {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    height: 100%;
}

#discount_btn .img svg {
    width: 100%;
    height: 100%;
}

/* #call_btn {
    padding: 15px 5px 15px 5px;
    width: fit-content;
    font-family: PT Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
} */

#call_btn .back {
    border: 1px solid var(--Orange);
    background-color: white;
}

#call_btn:hover .back {
    background-color: var(--Orange);
    opacity: 1;
}

#call_btn .text {
    color: var(--Orange);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

#call_btn:hover .text {
    color: white;
}

@media (max-width: 830px) {
    #discount_btn {
        display: none;
    }
}

/* .link-next .back {
    border: none !important;
}

.link-next .text {
    color: #606060 !important;
    text-decoration: underline;
}

.link-next:hover .text {
    text-decoration: none;
}

.main-btn-content .link-next {
    padding-left: 0;
    padding-right: 0;
} */





#btn_show_model_card .back {
    border: none !important;
    background-color: rgb(0 0 0 / 0%);
}

#btn_show_model_card .text {
    color: #606060 !important;
    text-decoration: underline;
}

#btn_show_model_card:hover .text {
    text-decoration: none;
}

#btn_show_model_card {
    padding: 0;
}


/* .type__switcher-colorBtn-red.colorBtn-red.text-14.open-popup.pc-popup {
    padding: 0;
    color: #606060 !important;
    text-decoration: underline;
    border: none !important;
    background-color: rgb(0 0 0 / 0%);
}

.type__switcher-colorBtn-red.colorBtn-red.text-14.open-popup.pc-popup:hover {
    text-decoration: none;
} */



.calc-slide .slide-btn .back {
    border: none !important;
    background-color: rgb(0 0 0 / 0%);
}

.calc-slide .slide-btn .text {
    color: #606060 !important;
    text-decoration: underline;
}

.calc-slide .slide-btn:hover .text {
    text-decoration: none;
}

.calc-slide .slide-btn {
    padding: 0;
}






.prev-device button {
    padding: 0;
    color: #606060 !important;
    text-decoration: underline;
    border: none !important;
    background-color: rgb(0 0 0 / 0%);
}

.prev-device button:hover {
    text-decoration: none;
}




/* .history .history__inner a {
    text-transform: lowercase;
} */

.history .history__inner svg[style="min-width:16px"] {
    width: 100%;
    max-width: 11px;
    position: relative;
    top: 1px;
    height: 12px;
    right: -3px;
}

#jakor-sale {
    position: relative;
    top: -150px;
}











header .address-block a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}

header .address-block a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: rgb(28, 214, 28);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0px;
    /* Отступ от текста */
    z-index: 2;
}

/* Эффект пульса */
header .address-block a::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgb(28, 214, 28);
    opacity: 0.4;
    transform: scale(1);
    animation: pulse_phone 2s infinite;
    z-index: 1;
}

@keyframes pulse_phone {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }

    50% {
        transform: scale(2.4);
        opacity: 0.2;
    }

    100% {
        transform: scale(1);
        opacity: 0.4;
    }
}

.show-text-seo span {
    text-decoration: underline;
}

.show-text-seo span:hover {
    text-decoration: none;
}

.logo-block img {
    height: 35px;
}



.popup .close-btn {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.popup .close-btn:hover {
    background-color: white;
}









.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;
}

.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 .price-table-item {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
}

.single-price .price-table .price-table-item {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 992px) {
    .single-price .price-table .price-table-item {
        display: grid;
        grid-template-columns: 3fr 1fr 1fr;
        gap: 6px;
    }

    .single-price .price-table .price-cost {
        display: flex;
        justify-content: flex-end;
    }

    .single-price .price-table .pc-none-flex {
        margin-left: auto;
    }
}

.price-table .price-cost {
    margin-left: inherit;
}

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

.title-mb-0 {
    margin-bottom: 10px !important;
}

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

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

@media (max-width: 992px) {
    .price-table .price-table-item {
        display: grid;
        grid-template-columns: 5fr 2fr 1fr;
    }
}

.price-table :nth-child(n + 7) {
    display: none;
}

.price-table.open :nth-child(n + 7) {
    display: grid;
}

.subtextLogo {
    font-size: 12px;
    opacity: .6;
    margin-bottom: 16px;
}

header .dop_styke {
    background-color: #606060b0;
    color: white;
    padding: 6px 10px !important;
}

.reviews .container {
    position: relative;
}

.arrow-left-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: space-between;
}

.arrow-left-right .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    transform: rotate(180deg);
}

.arrow-left-right .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
}

.arrow-left-right .swiper-button-prev svg path {
    fill: var(--Orange);
}

.arrow-left-right .swiper-button-next svg path {
    fill: var(--Orange);
}

@media (max-width: 992px) {
    .arrow-left-right {
        top: 65px;
        right: 16px;
    }
}

.price-text-uchet.two {
    position: relative;
    top: -33px;
    left: -14px;
}

.price-table-item.card-new-table-price:hover .price-title.time_style.mobile_nah {
    color: white;
}

.link-next #link-price {
    border: 1px solid var(--Orange);
    border-radius: 6px;
    transition: all .3s;
}

.link-next #link-price:hover {
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
}

.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;
}

.price-table .price-table-item:nth-child(n+7) {
    display: none;
}

.price-table.open .price-table-item:nth-child(n+7) {
    display: grid;
}

.contact-block .contact-block-address {
    justify-content: flex-start;
}

.devicwork {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 10px !important;
}

.how-work .how-work_inner .inner-item .inner-item-title {
    font-weight: normal;
}

.how-work .how-work_inner .inner-item {
    max-width: inherit;
    width: 100%;
}

@media (max-width: 992px) {
    .how-work .title-submain {
        margin-bottom: 20px;
    }

    .malfs__inner {
        gap: 6px !important;
    }

    .malfs__inner .malfs__inner-item .item-title {
        font-size: 16px;
    }
}

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

    .reviews.block {
        margin-bottom: 0;
    }

    .reviews .mySwiper {
        height: 300px;
        padding-top: 0;
    }
}

.map .questions-form .form__input-input {
    padding: 10px 20px;
}

.map .questions-form .questions-form-text {
    margin: 20px 0;
}

.map .form__input-btn {
    padding: 10px 32px;
}

footer .footer__inner .req {
    gap: 10px;
    margin-top: 30px;
}

.history .history__inner svg[style="min-width:16px"] {
    display: none;
}

/* .history .history__inner a {
    text-transform: lowercase;
} */

.model-lines {
    margin-bottom: 13px;
}






.logo-block .city-changer {
    margin-top: 10px;
}

.history .history__inner {
    background-color: white;
}

.history .history__inner a {
    display: flex;
    white-space: pre;
}

.history.GrayBG {
    background-color: white !important;
}




.search-box {
    position: relative;
    width: 150px;
    margin: 0 auto 0 0;
}

#searchInput {
    width: 100%;
    height: 30px;
    padding: 6px 40px 6px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    background-color: white;
}

.search-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    font-size: 18px;
    width: 46px;
    height: 100%;
    background-color: #606060b0;
    border-radius: 0 5px 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.item:last-child {
    border-bottom: none;
}

@media (max-width: 992px) {
    .search-box {
        display: none;
    }

    .menu .search-box {
        display: block;
        height: 42px;
        width: 100%;
        margin: 16px 0 12px 0;

    }

    .menu .search-box #searchInput {
        padding: 10px 40px 11px 20px;
    }

    .menu .menu-btns {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 13px;
        margin-bottom: 24px;
    }

    .menu #discount_btn {
        display: block;
        flex: 1 0 45%;
    }

    .menu .header__top-defaultBtn.colorBtn {
        flex: 1 0 45%;
    }
}








.custon-new-style-btn {}

/* Стили для таблицы */
#table-stock {
    margin-bottom: 80px;
}

.offers-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 18px;
}

.offers-table th,
.offers-table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
}

.offers-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.offers-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.offers-table tbody tr:hover {
    background-color: #eaeaea;
}

/* Адаптивность */
@media (max-width: 768px) {
    .offers-table {
        font-size: 14px;
    }

    .offers-table thead {
        display: none;
        /* Скрываем заголовки на мобильных устройствах */
    }

    .offers-table tbody tr {
        display: flex;
        flex-direction: column;
        border-bottom: 2px solid #ddd;
    }

    .offers-table tbody tr td {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 15px;
        border: none;
    }

    .offers-table tbody tr td::before {
        display: none;
        content: attr(data-label);
        /* Добавляем метку перед текстом */
        font-weight: bold;
        width: 40%;
        /* Ширина метки */
    }
}




.form-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #f2f2f2;
}

.repair-form {
    max-width: 500px;
    margin: auto;
    padding: 20px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

input[type="text"],
select,
textarea {
    font-family: PT Sans, Sans-Serif;
    width: 100%;
    height: 48px;
    padding: 14px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
    background-color: white;
    font-size: 14px;
    font-weight: 300;
}

/* button {
    background-color: #ff6600;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #e65c00;
} */

.policy-text {
    margin-top: 15px;
    font-size: 13px;
    color: #555;
}

.policy-text a {
    color: #007bff;
    text-decoration: none;
}

.policy-text a:hover {
    text-decoration: underline;
}

.block-resultSearch {
    display: none;
    background: white;
    position: absolute;
    top: 100%;
    z-index: 10;
    width: 240px;
    padding: 12px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    height: auto;
    max-height: 330px;
    overflow-y: auto;
}

.block-resultSearch.active {
    display: flex;
    gap: 7fpx;
    flex-direction: column;
}








.form__input-btn {
    position: relative;
    min-width: fit-content;
    padding: 16px 72px;
}

.colorBtnNew {
    padding: 16px 32px;
    display: flex;
    align-items: center;
    transition: .5s;
    cursor: pointer;
    justify-content: center;
    position: relative;
    gap: 10px;
    box-shadow: 0 3px 4px 0 #00000040;
}

.colorBtnNew .back {
    background-color: var(--Orange);
    z-index: 1;
}

.colorBtnNew .text,
.defaultBtn .text {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 400;
}

.colorBtnNew .colorBtn-svg {
    z-index: 2;
}

.colorBtnNew .back,
.colorBtnNew .colorBtn-svg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    left: 0;
}

.colorBtnNew .colorBtn-sale {
    width: 40px;
    height: 40px;
    position: absolute;
    box-shadow: 0 4px 4px 0 #00000040;
    border: 1px solid var(--Orange);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -20px;
    top: -20px;
    z-index: 5;
}

.header__inner .header__bottom .header__top-menu .menu-item .text-14.Gray.menu-link.dropbtn:hover {
    transform: none;
}

.up-page {
    position: fixed;
    left: 26px;
    bottom: 26px;
    z-index: 6;
    width: 69px;
    height: 69px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Orange);
    display: none;
}

.up-page.visible {
    display: block;
}

.up-page svg {
    width: 31px;
    height: 31px;
    min-width: 31px;
    transform: rotate(135deg) scale(1.5);
}

.up-page svg path {
    fill: white;
    width: 31px;
    height: 31px;
    min-width: 31px;
}

@media (max-width:992px) {
    .up-page {
        left: 30px;
        bottom: 28px;
    }

    .header__inner .header__top .logo-block {
        align-items: start;
    }

    header .dop_styke {
        padding: 12px 10px !important;
    }
}

.page-repair .about__inner .about__inner-block:nth-child(1) {
    flex: 1 0 100%;
    max-width: 100%;
}

.menu_cat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 13px;
    width: 100%;
    /* height: 300px; */
    /* overflow-y: scroll; */
}

.menu_cat .menu_cat-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu_cat .menu_cat-img {
    position: relative;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.menu_cat .menu_cat-img img {
    object-fit: contain;
    max-width: 120px;
    max-height: 65px;
}

.menu_cat .menu_cat-img::after {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    content: '';
    top: 0;
    left: 0;
    background-color: var(--Orange);
    opacity: 0.1;
    position: absolute;
}

.menu_cat .menu_cat-dropdown {}

.menu_cat .menu_cat-dropbtn {
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    color: #606060;

}

.menu_cat .menu_cat-dropbtn svg {
    transition: transform 0.3s ease;
}

.menu_cat .menu_cat-dropbtn.active svg {
    transform: rotate(180deg);
}

.menu_cat .menu_cat-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 8px;
}

.menu_cat .menu_cat-content a {
    font-size: 12px;
    color: #606060;
}

.swiper-device .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0px);
    top: var(--swiper-navigation-top-offset, 53%);
}

.swiper-device .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0px);
    top: var(--swiper-navigation-top-offset, 53%);
}


.swiper-device .swiper-slide {
    opacity: 0;
    background: white;
    box-shadow: 0px 4px 6px 0px #6060600D;
    border: none;
}

.swiper-device .swiper-slide-active {
    opacity: 1;
}

.swiper-device .swiper-button-prev svg {
    transform: rotate(180deg) scale(1.5);
}

.swiper-device .swiper-button-next svg {
    transform: scale(1.5);
}

.calc-prev-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.calc-prev-steps .calc-steps-item {
    padding: 6px;
    border-radius: 6px;
    position: relative;
    min-width: 225px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.calc-prev-steps .calc-steps-item::after {
    position: absolute;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    background-color: var(--Orange);
    opacity: 0.1;
    top: 0;
    left: 0;
    content: '';
}

.calc-prev-steps .steps-item-num {
    background-color: white;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #606060;
    position: relative;
    z-index: 2;
}

.calc-prev-steps .steps-item-text {
    font-size: 16px;
    font-weight: 700;
    color: var(--Orange);
    position: relative;
    z-index: 2;
}


.flex-row-dc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 33px;
    margin: 19px 0 0 0;
    z-index: 6;
}

.service-center-xiaomi {
    flex-shrink: 0;
    position: relative;
    height: 22px;
    color: #3b3b3b;

    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
}

.image {
    flex-shrink: 0;
    position: relative;
    width: 131.316px;
    height: 33px;
    background-size: cover;
    z-index: 6;
}

.flex-row-dcc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    /* width: 948px; */
    /* height: 64px; */
    margin: 8px 0 0 0;
    z-index: 7;
}

.flex-row-dcc .ellipse {
    height: 70px;
    width: 100%;
    max-width: 90px;
    min-width: 90px;
}

.rating {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 64px;
    top: 0;
    left: 0;
    color: #3b3b3b;

    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    text-align: left;
    white-space: nowrap;
    z-index: 1;
}

.frame {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: absolute;
    width: 110px;
    height: 22px;
    top: 9px;
    left: 106px;
    background-size: cover;
    z-index: 2;
}

.frame-1 {
    /* position: absolute; */
    margin-left: auto;
    width: 385px;
    height: 46px;
    /* top: 9px; */
    /* left: 563px; */
    background: #f5f5f5;
    z-index: 7;
    /* overflow: hidden; */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 16px;
}

.frame-2 {
    /* position: absolute; */
    width: 142px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* top: 6px; */
    /* left: 219px; */
    background: #3a7ef7;
    z-index: 9;
    overflow: hidden;
    border-radius: 8px;
}

.leave-review {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /* position: absolute; */
    height: 20px;
    /* top: 7px; */
    /* left: 23px; */
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    z-index: 10;
}

.rate-us {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /* position: absolute; */
    height: 22px;
    /* top: 12px; */
    /* left: 24px; */
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 8;
}

.frame-3 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: absolute;
    justify-content: space-between;
    width: 190px;
    height: 20px;
    top: 35px;
    left: 108px;
    opacity: 0.5;
    z-index: 3;
}

.reviews {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 20px;
    color: #3b3b3b;

    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    z-index: 4;
}

.ratings {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 20px;
    color: #3b3b3b;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    z-index: 5;
}

.rev-block {
    margin: 32px 0 0 0;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
    /* overflow-x: auto; */
}

.flex-row-bac {
    position: relative;
    min-width: 300px;
    flex: 1 0 45%;
    padding: 20px;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 4px 6px 0px #6060600D;
}

/* .flex-row-bac:nth-child(n+3) {
    display: none;
  }
  
  .rev-block.open .flex-row-bac:nth-child(n+3) {
    display: block;
  } */

.flex-row-bac .frame-5 {
    margin-bottom: 12px;

}

.ellipse {
    /* position: absolute; */
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    background-size: cover;
    border-radius: 50%;
}

.ellipse img {
    width: 100%;
    height: 48px;
    max-width: 48px;
    border-radius: 100%;
}

.frame-5 {
    display: flex;
    /* flex-direction: column; */
    gap: 16px;
    align-items: center;
    /* margin-bottom: 12px; */
}

.alexander-ivanov {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 22px;
    color: #3b3b3b;

    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 16;
}

.frame-6 {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 4px;
    position: relative;
    width: 86px;
    z-index: 17;
}

.frame-b {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 4px;
    position: absolute;
    width: 152px;
    height: 40px;
    top: 4px;
    left: 565px;
    z-index: 23;
}

.alexander-ivanov-c {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 22px;
    color: #3b3b3b;

    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 24;
}

.frame-d {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 4px;
    position: relative;
    width: 86px;
    z-index: 25;
}

.flex-row-c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 948px;
    height: 110px;
    margin: 12px 0 0 26px;
    z-index: 32;
}

.phone-repair {
    position: relative;
    max-width: 447px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.phone-repair-13 {
    position: relative;
    color: #3b3b3b;

    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.read-more {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-decoration: underline;
}

.phone-repair-visit {
    flex-shrink: 0;
    position: relative;
    width: 447px;
    height: 110px;

    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    z-index: 32;
}

.phone-repair-consultation {
    position: relative;
    color: #3b3b3b;

    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.read-more-14 {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-decoration: underline;
}

.frame-15 {
    position: relative;
    width: 142px;
    height: 34px;
    margin: 20px 0 0 429px;
    background: #f4f6f9;
    z-index: 11;
    overflow: hidden;
    border-radius: 8px;
}

.more-reviews {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 47px);
    color: #4a95f9;

    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    z-index: 12;
}

.map-info {
    /* width: 77%; */
    background-color: #ffffff;
    /* background-image: url('/public/img/hands.png'); */
    /* background-size: 292px; */
    /* background-repeat: no-repeat; */
    /* background-position: 9.5% 80%; */
    border-radius: 10px;
    /* margin-top: -50px; */
    margin-left: 0;
    /* overflow: hidden; */
    /* border: 1px solid #0000000d; */
    /* box-shadow: 0 17px 23px #a3aef32e; */
    height: fit-content;
    /* padding: 26px; */
    position: relative;
}

.get-pull {
    height: 54px;
    border: none;
    background-color: var(--Orange);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 24px;
    font-size: 16px;
    margin: 0 auto;
}

.swiper-device {
    max-width: 1200px;
    padding: 0 20px;
}

.how-work .how-work_inner {
    gap: 52px 12px;
}

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

@media (max-width:1050px) {
    .flex-row-dc {
        flex-wrap: wrap;
        height: auto;
        gap: 12px;
        justify-content: center;
    }

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

    .map-container {
        flex-wrap: wrap;
    }

    .map-container .mapper {
        width: 100%;
        height: 350px;
    }

    .frame-1 {
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
        width: 100%;
        height: auto;
        padding: 10px;
    }

}

@media (max-width:830px) {
    .how-work .how-work_inner .inner-item {
        flex: 1 0 100%;
    }

    .how-work .how-work_inner {
        gap: 12px;
    }
}

.before-treug {
    position: relative;
}

.before-treug::before {
    content: "▼";
    position: absolute;
    right: 20px;
    bottom: -37px;
    font-size: 10px;
    opacity: .7;
}

.select-custom {
    position: relative;
}

.select-custom #device-type {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 277px;
    overflow-y: auto;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 5;
    background-color: white;
    border: 1px solid #ccc;
}

.select-custom #device-type.hideBlock {
    display: none;
}

.select-custom #device-type span {
    display: inline-block;
    width: fit-content;
    font-size: 14px;
    cursor: pointer;
}

.select-custom input {
    cursor: pointer;
}

.select-custom .input {
    height: 48px;
    background-color: white;
    font-family: PT Sans, Sans-Serif;
    width: 100%;
    height: 48px;
    padding: 14px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
    background-color: white;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    color: #757575;
}

.noRamka {
    border: none !important;
}