.certificate-block1 {
    padding: 40px 20px;
background: #202024;
}

.artDELIVERY1 {
    max-width: 1200px;
    margin: 0 auto;
background: #202024;
}

.certificate-title1 {
    font-size: 24px;
    font-weight: 600;
    color: #FFA500;
    margin-bottom: 40px;
}

.certificate-content1 {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.certificate-image1 {
    flex: 0 0 auto;
    width: 350px;
    max-width: 100%;
}

.certificate-image1 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: block;
}

.certificate-text1 {
    flex: 1;
    min-width: 280px;
    font-size: 18px;
    line-height: 1.6;
    color: #FFA500;
}

/* Мобильные устройства */
@media (max-width: 768px) {
    .certificate-content1 {
        flex-direction: column;
        align-items: center;

    }

    .certificate-image1 {
        width: 100%;
        max-width: 350px;
    }

    .certificate-text1 {
        min-width: auto;
        width: 100%;
        max-width: 600px;
    }
}







/*Главная */
  html,
        body {
            position: relative;
            height: 100%;
            font-family: 'OpinionPro', Arial, sans-serif;
        }

        .block_patents_back {
            margin-top: 20px;
        }

        .swiper {
            width: 100%;
            height: 100%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            font-family: 'OpinionPro', Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 100px 0;
        }

        .swiper-slide img {
            display: block;
            object-fit: cover;
        }

        .block_patents .swiper-slide img {
            max-width: 333px;
            max-height: 463px;
        }

        .block_patents .block_description {
            padding: 67px 30px;
            background: #202024;
            width: 700px;
            color: #FFF;
            font-family: 'OpinionPro', Arial, sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 130%;
            color: #FFF;
            margin-top: auto;
            text-transform: uppercase;
            position: relative;
            text-align: start;
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: #FFFFFF;
        }

        .block_description .block_svg_inf {
            position: absolute;
            background-image: url("<?= SITE_TEMPLATE_PATH ?>/images/patents_desc.svg");
            height: 30px;
            width: 127px;

            bottom: 0;
            transform: translateY(50%);
            left: 0;
            z-index: 3;
        }

        .block_patents .block_description span {
            color: #DBA42C;
        }

        .block_patents_back {
            background: linear-gradient(90deg, rgba(219, 164, 44, 1) 0%, rgba(219, 164, 44, 1) 70%, rgba(255, 255, 255, 0) 70%);
        }
        .block_patents_wrapper {
            width: 60%;
            position: absolute;
            padding: 100px 0;
            margin: 0 0 0 55px;
        }
        .title_block_w {
            display: flex;
            justify-content: space-between;
            font-family: 'OpinionPro', Arial, sans-serif;
            font-size: 23px;
            color: #202024;
            text-transform: uppercase;
        }
        .block_patents_svg svg {
            margin: auto 0;
            display: flex;
            vertical-align: middle;
            height: 100%;
            align-items: center;
        }

        .block_patents_desc {
            margin-top: 30px;
            font-family: 'OpinionPro', Arial, sans-serif;
        }
        .mySwiper {
            position: relative;
        }
        .swiper-pagination {
            display: none;
        }
        @media(max-width:1200px) {
            .title_block_w {
                font-size: 15px;
            }
            .block_patents_wrapper {
                margin: 0;
            }
            .swiper-button-next,
            .swiper-button-prev {
                display: none;
            }
            .block_patents_title {
                margin: auto 0;
                height: auto;
            }
            .block_patents_back .swiper-pagination {
                display: block;
            }
            .block_patents_back .swiper-pagination-bullet-active {
                background: #202024;
            }
        }
        @media(max-width:960px) {
            .block_patents .block_description {
                font-size: 15px;
                padding: 37px 30px;
            }
            .block_patents_wrapper {
                width: 46%;
            }
            .block_patents_svg svg {
                width: 100px;
            }
            .block_patents_title {
                font-size: 17px;
            }
            .block_patents_desc {
                margin-top: 10px;
            }
            .block_description .block_svg_inf {
                height: 20px;
                width: 100px;
                background-size: contain;
                background-repeat: no-repeat;
            }
        }
        @media(max-width:655px) {
            .block_patents_wrapper {
                width: 100%;
                position: relative;
                padding: 0;
                padding-top: 100px;
            }
            .swiper-slide {
                padding: 200px 0;
                padding-top: 40px;
            }
            .block_patents_back {
                background: rgba(219, 164, 44, 1);
            }
            .block_patents .block_description {
                position: absolute;
                padding: 40px 15px 65px;
                bottom: 50px;
                width: 95%;
            }
            .block_description .block_svg_inf {
                margin-left: 15px;
            }
            .block_patents  {
                width: 90%;
            }

        }

   @keyframes marqueeART {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-100%);
            }
        }
        .marqueeART {
            display: flex;
            overflow: hidden;
            position: relative;
            width: 100%;
            height: 36px;
            background-color: #FFA500;
        }
        .marqueeART span {
            display: flex;
            align-items: center;
            flex: 1;
            white-space: nowrap;
            font-family: 'Arial';
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            line-height: 16px;
            text-transform: uppercase;
            color: #000;
            /* Черный цвет */
            animation: marqueeART 15s linear infinite;
            animation-direction: alternate;
        }

        .marqueeART span::after {
            content: "";
            display: inline-block;
            width: 31px;
            height: 36px;
            background-repeat: no-repeat;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="36" viewBox="0 0 31 36" fill="none"><path d="M15 0L0 36H4L19 0L15 0Z" fill="black"/><path d="M27 0L12 36H16L31 0L27 0Z" fill="black"/></svg>');
            margin-left: 10px;
        }

        @media (max-width: 480px) {}
.container.fosART>* {
            box-sizing: border-box;
        }

        .container.fosART {
            display: flex;
            flex-direction: column;
            font-family: 'Opinion Pro';
            font-style: normal;
            color: white;
            margin-top: 100px;
            padding-bottom: 50px;
        }

        .container__list.fosART {
            display: flex;
            justify-content: space-between;
        }

        .left-column.fosART {
            width: 50%;
        }

        .right-column.fosART {
            width: 50%;
            margin-top: 50px;
        }

        h2.fosART {
            font-weight: 500;
            font-size: 40px;
            line-height: 40px;
            text-transform: uppercase;
            color: #DBA42C;
        }

        p.fosART {
            margin-top: 15px;
            font-weight: 400;
            font-size: 20px;
            line-height: 20px;
        }

        form.fosART {
            margin-top: 20px;
        }

        input.fosART {
            width: 100%;
            max-width: 445px;
            padding: 12px 30px;
            border-radius: 10px;
            box-sizing: border-box;
        }

        input.fosART:not(:first-child) {
            margin-top: 15px;
        }

        button.fosART {
            background-color: #DBA42C;
            color: white;
            padding: 15px 30px;
            border: none;
            cursor: pointer;
            width: 100%;
            max-width: 250px;
            border-radius: 10px;
            margin-top: 30px;
            transition: .33s ease;
            text-transform: uppercase;
            font-family: 'Opinion Pro';
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            box-sizing: border-box;
        }

        button.fosART:hover {
            background-color: white;
            color: black;
        }

        @media (max-width: 992px) {
            .container.fosART {
                text-align: center;
            }

            .left-column.fosART {
                width: 100%;
            }

            .right-column.fosART {
                display: none;
            }

            button.fosART {
                width: 100%;
                max-width: 445px;
            }

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

            p.fosART {
                font-size: 18px;
            }
        }

        @media (max-width: 640px) {
            h2.fosART {
                font-size: 28px;
            }

            p.fosART {
                font-size: 16px;
            }


        }
  .mySwiperPOP .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .popular__products {
            background-color: #dba42c;
            padding-bottom: 45px;
        }

        .popular__products-container {
            overflow: hidden;
            position: relative;
        }

        .popular__products-wrapper {
            max-width: 1200px;
        }

        .swiper-button-next.POP {
            right: 0;
            opacity: 0.8;
        }

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

        .swiper-button-next.POP:after {
            content: url("data:image/svg+xml,%0A%3Csvg width='21' height='36' viewBox='0 0 21 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 18L1.16514 0L0 1.5L17.5642 18L0 34.5L1.16514 36L21 18Z' fill='white'/%3E%3C/svg%3E%0A");
        }

        .swiper-button-prev.POP {
            left: 0;
            opacity: 0.8;
        }

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

        .swiper-button-prev.POP:after {
            content: url("data:image/svg+xml,%0A%3Csvg width='21' height='36' viewBox='0 0 21 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 18L19.8349 36L21 34.5L3.43578 18L21 1.5L19.8349 0L0 18Z' fill='white'/%3E%3C/svg%3E%0A");
        }


#bx-panel, #bx-panel div {
    position: relative!important;
    z-index: 100000000!important;
}

/* статьи */
   .region-error-message {
            color: #DBA42C;
            text-align: center;
            margin: 50px 0;
            font-size: 24px;
        }
        .back-to-list {
            text-align: center;
            margin-bottom: 50px;
        }
        .btn.btn-primary:hover {
            background-color: #c1912a !important; /* Немного темнее при наведении */
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
/* footer */
.footer {
    background: #202024;
    padding-top: 70px;
}
.container {
    max-width: 1240px;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0 auto;
}
.container2 {
    max-width: 1200px;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    .lang_fixed {
        top:60px !important;
    }
}

.footerTop {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}
.footerTopMenu {
    display: flex;
    width: calc(79% - 20px);
    box-sizing: border-box;
    margin-right: 5px;
}
.footerTopContacts {
    width: 23%;
    box-sizing: border-box;
    text-align: right;
}

.footerTopMenu-list {
    list-style: none;
    box-sizing: border-box;
    padding-left: 0!important;
}
.footerTopMenu-list-left {
    width: 30%;
}
.footerTopMenu-list-center {
    width: 40%;
}
.footerTopMenu-list-right {
    width: 30%;
}
.footerTopMenu-list-li {
			font-family: 'OpinionPro',Arial,sans-serif;
    font-style: normal;
    margin-bottom: 10px;
}
.footerTopMenu-list-li a {
	font-family: 'OpinionPro',Arial,sans-serif;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF!important;
    text-decoration: none!important;
}
.footerTopMenu-list-li:first-child {
    margin-bottom: 15px;
}
.footerTopMenu-list-li:first-child a {
    color: #DBA42C!important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.footerTopContacts {
    position: relative;
    top: -10px;
}
.footerTopContacts-tel {
    font-family: 'OpinionPro',Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 29px!important;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF!important;
    margin-bottom: 8px;
    text-decoration: none!important;
}
.footerTopContacts-mail {
    font-family: 'OpinionPro',Arial,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px!important;
    color: #DBA42C!important;
    text-decoration: none!important;
}

.footerTopSoces {
    margin-top: 15px;
}
.footerTopSoc {
    display: inline-block;
    margin: 0 5px;
}



.footerCenter {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}
.footerCenter-left {
    box-sizing: border-box;
    width: 40%;
}
.footerCenter-right {
    box-sizing: border-box;
    width: 60%;
}
.footerCenter-title {
	font-family: 'OpinionPro',Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #DBA42C;
    margin-bottom: 10px;
}
.footerCenter-subtitle {
		font-family: 'OpinionPro',Arial,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: #FFFFFF;
}
.footerCenterForm {
    display: flex;
    width: 100%;
}
.footerCenterForm-left {
    width: 78%;
    box-sizing: border-box;
    margin-right: 2%;
}
.footerCenterForm-right {
    width: 20%;
    box-sizing: border-box;
}
.footerCenterForm-input {
	font-family: 'OpinionPro',Arial,sans-serif;
    width: 100%;
    padding: 10px 20px;
    background: #FFFFFF;
    border-radius: 10px;
    border: none;
    box-sizing: border-box;
}
.footerCenterForm-btn {
	font-family: 'OpinionPro',Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #DBA42C;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    padding: 10px 0;
    width: 165px!important;
}
.footerCenterForm-policy {
    display: inline-block;
    font-family: 'OpinionPro',Arial,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    padding-left: 5px;
    color: #FFFFFF!important;
}
.footerCenterForm-policy a {
    color: #FFFFFF!important;
    text-decoration: underline!important;
}
.footerCenterForm-policy a:hover {
     text-decoration: none!important;
}


.footerBottom {
	font-family: 'OpinionPro',Arial,sans-serif;
    padding: 25px 0;
    color: #fff!important;
    display: flex;
}
.footerBottom-left {
    text-align: left;
    width: 33.3%;
}
.footerBottom-center {
    text-align: center;
    width: 33.3%;
}
.footerBottom-right {
    text-align: right;
    width: 33.3%;
}
.footerBottom a {
    color: #fff!important;
    text-decoration: underline!important;
}
.footerBottom a:hover {
    text-decoration: none!important;
}


.block_content {
    color: #fff;
    line-height: 1.3;
    font-size: 18px;
    padding: 0 30px 30px;
}

.zagolovok {
    font-family: 'OpinionPro',Arial,sans-serif;
    margin-bottom: 20px;
}
.block_content p {
    font-family: 'OpinionPro',Arial,sans-serif;
    margin-bottom: 10px;
}


/* Карта */
.mapCard {
    background: rgba(255, 255, 255, 0.1); 
    padding: 60px 0;
}





@media screen and (max-width: 1250px) {

    .footerCenterForm {
        flex-wrap: wrap;
    }
    .footerCenterForm-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .footerCenterForm-right {
        width: 100%;
    }

}


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

   

    .footerTop {
        flex-wrap: wrap;
    }
    .footerTopMenu {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .footerTopContacts {
        width: 100%;
        text-align: center;
        top: 0;
    }
    .footerTopContacts-tel {
        font-size: 26px!important;
        display: block;
        text-align: center;
    }
    .footerTopContacts-mail {
        font-size: 14px!important;
        display: block;
        text-align: center;
    }
    .footerTopMenu-list {
        margin-right: 20px;
    }
    .footerTopMenu-list:last-child {
        margin-right: 0;
    }


    .footerCenter-title {
        font-size: 22px;
    }
    .footerCenter-subtitle {
        max-width: 90%;
        font-size: 14px;
    }

    .footerBottom {
        flex-wrap: wrap;
    }
    .footerBottom-left,
    .footerBottom-center,
    .footerBottom-right {
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }


}



@media screen and (max-width: 780px) { 

    .footerTopMenu {
        flex-wrap: wrap;
    }

    .footerTopMenu-list {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }


    .footerCenter {
        flex-wrap: wrap;
    }
    .footerCenter-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .footerCenter-right {
        width: 100%;
        text-align: center;
    }
    .footerCenter-title {
        text-align: center;
    }
    .footerCenter-subtitle {
        text-align: center;
    }

    .footerBottom {
        font-size: 14px;
    }

    .block_content {
        padding: 10px 20px 20px;
    }

    .zagolovok {
        font-size: 24px;
    }

}





/* productDetail */
.productDetail {
    padding: 50px 0;
    background: #000;
}
.productBlock {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.productBlock-left {
    box-sizing: border-box;
    width: 45%;
    margin-right: 5%;
}
.productBlock-left {
    box-sizing: border-box;
    width: 50%;
}

.productBlock-title {
    font-family: 'OpinionPro',Arial,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    color: #DBA42C;
    margin-bottom: 25px;
}
.productBlock-subtitle {
    font-family: 'OpinionPro',Arial,sans-serif;
    font-style: normal;
    font-size: 26px;
    color: #fff;
}
.productBlockIcons {
    margin-bottom: 25px;
}
.productBlockIcon {
    font-family: 'OpinionPro',Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    color: #808080;
    margin-bottom: 10px;
}
.productBlockIcon span {
    color: #FFFFFF;
    font-size: 17px;
    margin-left: 10px;
}
.productBlock-btn {
    font-family: 'OpinionPro',Arial,sans-serif;
    display: inline-block;
    background: #DBA42C;
    border-radius: 10px;
    font-size: 14px;
    color: #FFFFFF!important;
    width: 170px!important;
    padding: 12px 0;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
}
.productBlock-btn:hover {
    background: #fff;
    color: #333!important;
}

.productSlider {

}
.productSlide {

}
.productSlide img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}



/* tabs */
.tabs {
    margin-bottom: 100px;
}
.tabs__nav {
    margin-bottom: 20px;
    margin: 0 -7px;
}
.tabs__nav-btn {
    font-family: 'OpinionPro',Arial,sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #808080;
    border: none;
    cursor: pointer;
    background: none;
    margin: 0 14px;
}
.tabs__nav-btn.active {
    color: #FFFFFF;
    padding-bottom: 3px;
    border-bottom: 2px solid #DBA42C;`
}


.tabs__item {
    display: none;
    font-family: 'OpinionPro',Arial,sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #FFFFFF;
    padding: 30px 5px;
}
.tabs__item.active {
    display: block;
}



/* recomend */
.recomend {

}
.recomend:not(:first-child){
    margin-top: 20px;
}
.recomend-title {
    font-weight: 600;
    font-size: 30px;
    color: #DBA42C;
    margin-bottom: 40px;
}
.recomendItems {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}   
.recomendItem {
    width: calc(33.3% - 30px);
    margin: 0 15px;
}
.recomendItem-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}
.recomendItem-title {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #DBA42C!important;
    margin-bottom: 20px;
    min-height: 50px;
    overflow: hidden;
}
.recomendItemBtns {
    text-align: left;
}

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 75px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width : 800px) {  
    .whatsapp-button {   
        bottom: 50px; /*отступ кнопки снизу от экрана*/
        left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
      }
    }

@media screen and (max-width: 1150px) {

    .productBlock-btn {
        width: 100%!important;
        margin-bottom: 15px!important;
    }

}


@media screen and (max-width: 992px) {

    .recomendItem {
        width: calc(50% - 30px);
        margin: 0 15px 50px;
    }
    .productBlock-btn {
        width: 100%!important;
        margin-bottom: 15px!important;
    }


    .productBlock {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .productBlock-left {
        box-sizing: border-box;
        width: 100%;
        margin-right: 0;
        order: 1!important;
        margin-top: 30px;
    }
    .productBlock-left {
        box-sizing: border-box;
        width: 100%;
        order: 2!important;
    }

    .productBlock-title {
        font-size: 24px;
    }
    .productBlock-subtitle {
        font-size: 18px;
    }
    .productBlockIcon {
        font-size: 14px;
    }
    .tabs__nav-btn {
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {

    .tabs__nav-btn {
        font-size: 14px;
    }

    .recomendItem {
        width: calc(100% - 30px);
        margin: 0 15px 50px;
    }
    .productBlock-btn {
        width: 100%!important;
        margin-bottom: 10px!important;
    }

    .recomendItem-title {
        min-height: auto;
    }

    .t774 .t-section__topwrapper {
        margin-bottom: 10px;
    }

}


  .t758__list {
    display: flex;
  }
  .t758__breadcrumb-divider {
    margin-left: 10px;
    display: inline-block;
  }
  .t758__list_item {
    display: flex;
    margin-right: 7px;
  }




/* listogib  */
.listogib {
    font-family: 'OpinionPro',Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 50px;
}
.listogib h2,
.listogib h3,
.listogib h4 {
    margin-bottom: 25px;
    margin-top: 25px;
}
.listogib p {
    margin-bottom: 15px;
    line-height: 1.4;
}
.listogib ul li,
.listogib ol li {
    margin-bottom: 10px;
    font-family: 'OpinionPro',Arial,sans-serif;
    font-size: 16px;
}

/* akcia limit */
.akcialimit {
    background-size: auto 65%;
    background-image: url("/terminator.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
@media (max-width:1024px) {
    /*.akcialimit {
        background-size: auto 50%;
    }*/
}
@media (max-width:960px) {
    .akcialimit {
        background-image: none;
    }
    .mob-img-akcialimit, .mob-img-akcialimit img {
        display: block;
    }
}
.mob-img-akcialimit, .mob-img-akcialimit img {
    display: none;
}
#recorddiv512897815 {
    height: 100vh;
}
@media (max-width:960px) {
    #recorddiv512897815 {
        height: 515px!important;
        max-height: 100vh!important;
    }
}


.select-city__block{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cookie-popup {
    position: fixed;
    bottom: 40px;
    left: 20px;
    width: 320px;
    background: #2c3e50;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 9999;
    display: none;
}

.cookie-content {
    font-size: 14px;
    line-height: 1.5;
}

.cookie-content a {
    color: #f39c12;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.cookie-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    flex: 1;
    transition: background 0.3s;
}

.accept-btn {
    background: #f39c12;
    color: #fff;
}

.accept-btn:hover {
    background: #e67e22;
}

.reject-btn {
    background: #34495e;
    color: #fff;
}

.reject-btn:hover {
    background: #2c3e50;
}
@media (max-width: 800px) {
    .cookie-popup{
        left: 20px;
        right: 20px;
        width: initial;
    }
}

.tabs__content .tabs__item .characteristics-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
}

#tab2 .characteristics-list li {
    transition: background-color 0.3s ease;
    width: initial;
}

#tab2 .characteristics-list li:nth-child(4n+1) {
    background-color: #393939;
}

#tab2 .characteristics-list li:nth-child(4n+2) {
    background-color: #242428;
}

#tab2 .characteristics-list li:nth-child(4n+3) {
    background-color: #242428;
}

#tab2 .characteristics-list li:nth-child(4n+4) {
    background-color: #393939;
}


.characteristics-list p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.characteristics-list b {
    font-weight: 600;
    font-size: 17px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .tabs__content .tabs__item .characteristics-list {
        grid-template-columns: 1fr;
    }

    #tab2 .characteristics-list li:nth-child(4n+1),
    #tab2 .characteristics-list li:nth-child(4n+2),
    #tab2 .characteristics-list li:nth-child(4n+3),
    #tab2 .characteristics-list li:nth-child(4n+4) {
        background-color: initial;
    }

    #tab2 .characteristics-list li:nth-child(odd) {
        background-color: #393939;
    }

    #tab2 .characteristics-list li:nth-child(even) {
        background-color: #242428;
    }

    #tab2 .characteristics-list p {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .characteristics-list b {
        margin-left: 0;
    }
}