@media (max-width: 767px) {
    #pc-banner {
        display: none;
    }
}

@media (min-width: 768px) {
    #mob-banner {
        display: none;
    }
}

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

.type_custom .label-check {
    grid-column: 1 / span 2;
}

@media (max-width: 767px) {
    .type_custom form {
        display: flex;
        flex-direction: column;
    }

    .price-title .icon {
        display: none;
    }
}

.header__contacts {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.request-call {
    margin: auto 0 auto 15px;
}

@media (max-width: 1400px) {
    .request-call {
        min-width: 130px;
    }
}

@media (max-width: 1200px) {
    .burger.position-relative {
        display: inherit;
        flex-direction: column;
    }

    .phone-mobile {
        position: absolute;
        left: -27px;
        top: 4px;
    }

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

.header__address_box .header__address:first-child {
    line-height: 16px;
    margin: 0 0 5px 0;
    max-width: 260px;
}

@media (min-width: 1360px) {
    .number.color_theme_text.text_decor {
        font-size: 19px;
    }
}





.main-crop-image .crop-image {
    max-height: 280px;
    margin-bottom: 30px;
}

.img-block-right {
    justify-content: center;
}

.seo-model__malfunction {
    padding-top: 60px;
}

.main-image-and-form {
    padding: 20px 0;
}

.price-malfunction .title {
    font-size: 40px;
}

@media (max-width: 768px) {
    .price-malfunction .title {
        font-size: 23px;
        line-height: 1.2;
    }
}

.type-card-6 .box {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.type-card-6 figure.text {
    margin-bottom: 0;
}

.type-card .box:hover {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 50%) !important;
}

.seo-section-type p {
    font-family: 'Samsung One 400', sans-serif;
    font-size: 18px;
}

.table-style li:nth-child(n+4) {
    display: none;
}

.header__address_box .header__address:first-child {
    max-width: 229px;
    font-size: 16px;
}

.type-card figure.text {
    text-align: center;
}

.custom-type-6 {
    height: auto;
    margin: 0;
}

.custom-type-6 figure {
    margin: 0;
}





.boxs-grids {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    padding: 0 14px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .boxs-grids {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .boxs-grids {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

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

.type-card-6-box .custom-type-6:nth-child(n + 16) {
    display: none;
}

.type-card-6-box.open .custom-type-6:nth-child(n + 16) {
    display: flex;
}

.type-card .box {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.price .title,
.category-type-inside .title {
    font-size: 32px;
}

@media (max-width: 992px) {

    .price .title,
    .category-type-inside .title {
        font-size: 24px;
    }
}

.type-card figure.text {
    font-size: 14px;
}






.category-type-inside .title {
    margin-bottom: 24px;
}

.box-line {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.box-line .card-line {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 20%);
    border-radius: 4px;
    transition: all .3s;
    margin-right: 18px;
    margin-bottom: 18px;
}

.box-line .card-line:hover {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 45%);
}

.box-line .card-line a {
    padding: 8px 22px;
    display: block;
    font-family: 'Samsung One 700', sans-serif;
}




.footer__city {
    max-height: 250px;
    overflow-y: auto;
    direction: rtl;
    padding-left: 10px;
}

.footer__city::-webkit-scrollbar {
    width: 4px;
}

.footer__city::-webkit-scrollbar-track {
    background: rgb(109, 109, 109);
}

.footer__city::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 3px solid orange;
}

.select_city {
    cursor: pointer;
}

.select_modal-city {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.select_modal-city.active {
    display: block;
}

.stopScroll {
    overflow: hidden;
}

.bg_modal {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 45%);
}

.modal_select_city {
    background-color: white;
    border-radius: 6px;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 400px;
    margin: auto;
}

.modal-header-select_city {
    padding-top: 15px;
}

.close_modal_select_city {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    top: 10px;
    font-size: 20px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid black;
    color: black;
    opacity: .3;
    transition: opacity .3s;
    cursor: pointer;
    transform: rotate(45deg);
    padding: 0 0 4px 0;
}

.close_modal_select_city:hover {
    opacity: 1;
}

.modal-body-select_city {
    padding: 0 0 0 14px;
    margin: 0 14px;
    border: 1px solid #888;
    border-radius: 4px;
}

.modal-body-select_city ul {
    overflow-y: auto;
    max-height: 315px;
    padding: 0;
    margin: 0;
}

.modal-body-select_city ul li {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.title-h2 {
    font-size: 32px;
}

.block-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    margin-bottom: 100px;
    gap: 14px;
}

.card-gallery {
    height: 240px;
    width: 100%;
}

.card-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.line-border-gallery {
    border: 0px solid;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgb(0 0 0 / 15%);
}

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

    .title-h2 {
        font-size: 24px;
    }

    #examples {
        margin-top: 60px;
    }
}

@media (max-width: 578px) {
    .card-gallery {
        height: 160px;
        width: 100%;
    }

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

#advantages {
    padding-top: 0;
}

#advantages .title-h2 {
    margin-bottom: 40px;
}

.table-style.main-page li:nth-child(n+4) {
    display: list-item;
}








/* block sertificate */
.sertificate {
    margin: 0 0 80px 0;
}

.container.content {
    display: flex;
    gap: 40px;
}

.container.content .left {
    width: 60%;
}

.container.content .left .img-sert {
    height: 400px;
}

.container.content .left .img-sert img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.container.content .right {
    width: 40%;
}

.container.content .right .text-sert {
    border: 1px solid;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

@media (max-width: 992px) {
    .container.content {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .container.content .right,
    .container.content .left {
        width: 100%;
    }

    .container.content .left .img-sert {
        height: auto;
    }
}

.map-xml {
    color: white;
    margin-left: auto;
}

.map-xml:hover {
    color: white;
    text-decoration: underline;
}

.container.d-flex.text.pt-4 {
    display: flex;
}

.category-type .container {
    max-width: 1340px;
    overflow-x: hidden;
    padding-top: 10px;
}

.type-card .image {
    height: 100px;
}

.type-card {
    height: 200px;
}

.swiper.swiper-cat-pc {
    position: relative;
}












.box_partners {
    padding: 50px 0;
    margin: 50px 0;
    position: relative;
}

.box_partners .container {
    position: relative;
}

.slider_partners .swiper-wrapper {
    padding-bottom: 50px;
}

.arrow-partners {
    width: 80px;
    height: 50px;
    position: absolute;
    right: 14px;
    top: -10px;
}

.slide-partner div {
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}

.slide-partner {
    padding: 10px;
    height: 160px;
}

.slide-partner a {
    height: 100%;
    display: block;
    padding: 10px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    transition: all .3s;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

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

.slide-partner img {
    max-height: 74px;
    min-height: 74px;
    margin-bottom: 10px;
    object-fit: contain;
}

.box_partners .swiper {
    height: 200px;
    overflow-x: hidden;
    overflow-y: hidden;
}






/* Стилизация стрелок */
.box_partners .swiper-arrows {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.box_partners .arrow-partners {
    width: 110px;
	height: 50px;
	position: absolute;
	right: 14px;
	top: 5px;
	display: flex;
	gap: 30px;
}

.box_partners .swiper-button-prev,
.box_partners .swiper-button-next {
    position: relative;
    top: 16px;
    transform: translateY(0%) !important;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: .4;
    transition: all .3s;
}

.box_partners .swiper-button-prev {
    transform: rotate(180deg) !important;
}

.box_partners .swiper-button-prev:hover {
    opacity: 1;
}
.box_partners .swiper-button-next:hover {
    opacity: 1;
}

/* Иконки для стрелок */
.box_partners .swiper-button-prev::after {
    content: '►';
    font-size: 20px;
}

.box_partners .swiper-button-next::after {
    content: '►';
    font-size: 20px;
}

.main-image-and-form .front p {
    color: white;
    font-family: 'Samsung One 700', sans-serif;
}










@media (max-width: 992px) {
    .block.block-3.col-lg-2.color_theme_border {
        display: none;
    }

    .block.block-1 {
        padding-left: 0;
        padding-right: 0;
    }

    .block.block-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .table-price div.row {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
    }

    .white_pre {
        white-space: pre;
    }
}