.box-btn_show {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.btn_show {
    font-family: 'Samsung One 700', sans-serif;
    padding: 12px 40px;
    border: 1px solid var(--main-color);
    background: white;
    border-radius: 6px;
    transition: all .3s;
}

.btn_show:hover {
    color: white;
    background-color: var(--main-color);
}

/* .hidden_modal .models-row__item.models-item:not(:nth-child(-n+18)) */

.limit-card .models-item:nth-child(n + 19) {
    display: none;
}

.line_model_card {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

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

@media (max-width: 768px) {
    .limit-card .models-item:nth-child(n + 9) {
        display: none;
    }

    .models-item {
        flex: 0 0 48% !important;
    }

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

.block-device_advantage {
    margin-top: 50px;
    margin-bottom: 50px;
}

.card__sign {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: 1px solid #101010;
    border-radius: 10px;
    transition: all .3s;
}

.card__sign:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
}

.card__sign .img {
    padding: 10px;
    border-radius: 100%;
    background-color: #f5f5f5;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__sign .img svg {
    width: 100%;
    height: 100%;
}

.card__sign .name {
    margin: 24px 0 12px;
    font-family: "Samsung One 700", sans-serif;
    font-size: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__sign .text {
    font-family: "Samsung One 400", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
}









/* Модалка АКЦИЯ  */
.modal_stock {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-modal_stock {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 15%);
}

.modal-screen-modal_stock {
    z-index: 5;
    background: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 360px;
}

.modal_stock input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
}

.modal_stock .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.modal_stock .text {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.modal_stock .politika {
    display: block;
    margin-top: 10px;
    font-size: 13px;
}

.modal_stock .politika a {
    color: var(--main-color);
}

.modal-none {
    display: none;
}

@media (max-width: 576px) {
    .col-header-2 {
        flex-direction: column;
    }
}

/* Модалка акция ---  */








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

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

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

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

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

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

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

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

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

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

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

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

.web-footer__subtitle a {
    color: rgb(33, 37, 41);
}




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



/* Новая шапка  */
.web-header__wrapper {
    display: flex;
    justify-content: space-between;
}

.web-header__wrapper nav {
    width: 100%;
}

.menu .menu-list {
    display: flex;
    justify-content: space-between;
}

.search-area {
    margin-left: 40px;
}

.position-header {
    flex-direction: column;
}

.phone-text {
    font-size: 10px;
    font-weight: 400;
    text-align: right;
    width: 100%;
    margin-top: 6px;
    line-height: 10px;
}

@media (min-width: 1001px) {
    .li_menu {
        padding-top: 6px;
    }

    .menu .menu-list li {
        align-items: center;
    }

    .fixedHeader {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        background-color: white;
        box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    }
}

@media (min-width: 320px) and (max-width: 1000px) {

    .btn-secondary.callback-btn {
        display: none;
    }

    .web-header__wrapper {
        flex-direction: column;
    }

    .web-header__bottom.show .btn-secondary.callback-btn {
        display: block;
        margin: 20px auto 0 0 !important;
    }

    .web-header__bottom.show .web-header__info-company {
        display: block;
        margin: 20px auto 0 0 !important;
    }

    .logo__img {
        max-width: 100%;
        min-height: 40px;
    }

    .web-header__info-company {
        display: none;
    }

    .text-signature {
        display: none;
    }

    .web-header__phone {
        font-size: 14px;
    }

    .web-header__contacts a {
        align-items: flex-end;
    }

    .phone-text {
        text-align: end;
    }

    .box-menu-header {
        display: flex;
    }

    .left-header {
        width: 100px;
    }

    .right-header {
        width: calc(100% - 100px);
    }

    .web-header__contacts .btn-wrapper {
        width: 100px;
        margin-bottom: auto;
        display: flex;
        justify-content: flex-end;
    }

    .web-header__info {
        display: flex;
        align-items: flex-start;
    }

    .main.index-page {
        padding-top: 70px;
    }

    .main {
        padding-top: 60px;
    }

    header {
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 65px;
        background-color: white;
        box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    }

    .header-offer .wrapper {
        padding-top: 20px;
    }

    .header-menu .menu-list a {
        font-family: "Samsung One 400", sans-serif;
    }

    .drop_menu img {
        display: none;
    }

    .drop_menu {
        position: relative;
        margin-top: 8px;
        padding: 8px;
        overflow-y: auto;
        max-height: 140px;
    }

    .drop_menu ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }

    .a__menu::after {
        right: 0;
    }

    .drop_menu a span.text {
        text-align: left;
    }

    .drop_menu a span.text {
        font-size: 15px;
    }

    .web-header__bottom.show {
        position: absolute;
        display: flex;
        left: 0;
        top: 100%;
        background: white;
        width: 100%;
    }

    .web-header__bottom.show .menu .menu-list {
        flex-direction: column;
        gap: 8px;
    }

    .web-header__bottom.show .menu .menu-list li {
        margin-bottom: 0px;
        flex-direction: column;
        width: auto;
    }
}

.header-offer__img {
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .header-offer__img {
        /* display: none; */
        margin-top: 40px;
        max-width: 279px;
    }
}

.header-offer__type .header-offer__img {
    object-fit: contain;
}

.title__category__malfunction {
    font-weight: 500;
}

.scroll-models ul li {
    list-style: none;
}

.adv-list__item,
.menu .menu-list,
.rate,
.type-adv__item,
.web-footer .menu-list,
.web-footer ul {
    line-height: 1.3;
}


@media (max-width: 768px) {
    .scroll-models ul {
        padding-top: 11px;
    }

    .header-offer__img {
        display: block;
        margin-top: 0;
    }

    .header-offer__inside .header-offer__list {
        padding-left: 0;
    }
}

.mt-pc-35 {
    margin-top: 35px;
}

.line_card {
    display: inline-block;
}

.row.search-modal.lazy {
    background-color: var(--main-color);
}

.header-offer__img {
    object-fit: contain;
}

.price__body .column-1 {
    line-height: 1.6;
}

.other-price__item span {
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: black;
    font-family: "Samsung One 700", sans-serif;
    font-size: 16px;
    line-height: 20px;
    transition: unset;
}

.other-price__item span:hover {
    color: white;
    cursor: pointer;
}

.dop-style-block-model-repair {
    margin-top: 40px;
}

@media (max-width: 992px) {

    .other-price__item a,
    .other-price__item span {
        padding: 12px;
    }
}

.models-row {
    gap: 0;
}

.models-item {
    background-color: white;
    padding: 4px;
}

.models-item a {
    padding: 20px;
    background-color: rgb(243 243 243);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    height: 100%;
}

.models-item:hover {
    box-shadow: rgb(134, 134, 134) 0px 0px 0px 0px;
    transition: all 0.3s ease-in-out 0s;
}

.models-item a:hover {
    box-shadow: rgb(134, 134, 134) 0px 7px 10px -12px;
    transition: all 0.3s ease-in-out 0s;
}

.models-item__media img {
    max-height: 81px;
}


@media (max-width: 992px) {
    .header-offer.header-offer__homepage .col-md-6.m-order-1 {
        display: none;
    }
}

header .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width: 1000px) {
    header .logo {
        display: block;
    }
}

.logo__text {
    font-size: 21px;
    color: #000;
}

.logo__text span {
    font-family: "Samsung One 700", sans-serif;
}

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

    50% {
        opacity: 1;
    }

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

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

.phone_block.visible {
    display: block;
}

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

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

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








@media (min-width: 768px) and (max-width: 1000px) {
    .web-header__contacts {
        align-items: center;
    }

    .web-header__contacts.web-header__info {
        justify-content: flex-end;
    }

    .web-header__contacts {
        width: calc(100% - 100px) !important;
    }

    .header-offer.header-offer__homepage .row {
        justify-content: center;
    }
 
    .header-offer__list {
        padding-left: 0;
    }

    .mini-contactform__number {
        display: block !important;
        margin-top: 0;
    }

    .quiz-item__content label {
        flex-basis: 48%;
    }

    .contact-form-block__bg {
        background-image: url('/public/img/bg/form-man-min.png') !important;
        background-position: 100% 50%;
        background-size: 52%;
    }
    
   
}

 @media (max-width: 1000px) {
    .drop_menu a span.text {
        width: 100%;
        display: block;
        max-width: fit-content;
    }
 }