body{
    font-family: 'Montserrat';
    font-size: 13px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.theme_regular{
    font-weight: 400;
}
.theme_black{
    color: rgb(255,255,255);
}
.theme_white{
    color: rgb(0,0,0);
}
.theme_orange{
    color: #04a79a;
}
.theme_grey{
        color: rgb(164, 164, 164);
}

.mark, mark {
    padding: .2em;
    background-color: rgba(255, 255, 255, 0.25);
}

a:hover,
a:focus {
    color: #04a79a;
    text-decoration: none !important;
}

img{
    max-width: 100%;
}

.main_block{
    padding-top: 115px;
    padding-bottom: 105px;
}
#param_pps .param_values{
    display: flex;
    column-gap: 24px;
    row-gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#param_pps .param_values .pp{
    width: 125px;
    text-align: center;
}
#param_pps .param_values .pp.pp_5{
    width: 160px;
}
#param_pps .param_values .pp .pp_p_image{
    padding: 12px;
    background-color: rgb(255, 255, 255);
    display: inline-flex;
    width: 100%;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    height: 125px;
}
#param_pps .param_values .pp .pp_p_image img{
    max-width: 100px;
    max-height: 100px;
}
#param_pps .param_values .pp .pp_p_image.cs{
    padding: 6px 12px;
    width: auto;
    min-height: 125px;
    background: white;
    height: 100%;
}
#param_pps .param_values .pp .pp_p_image .custom_text{
    text-align: left;
}
#param_pps .param_values .pp .pp_p_image .custom_text span:nth-child(1){
    color: #04a79a;
    font-weight: bold;
}
#param_pps .param_values .pp .pp_p_image .custom_text span:nth-child(2){
    color: rgb(0, 0, 0);
}

#param_pps .param_values .pp .pp_p_image{
    height: auto;
    padding: 0px;
    background-color: transparent;
}
#param_pps .param_values .pp .pp_p_image img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#param_pps .param_values .pp .pp_p_info{
    font-size: 12px;
    line-height: 1.45;
    padding-top: 12px;
}

.custom_main{
    background-color: rgb(0,0,0) !important;
}
.custom_main .row.header-bg{
    background-color: transparent;
}
.custom_main.style-two .consen_menu>ul>li>a, .custom_main.style-two .consen_menu>ul>li>span{
    color: rgb(255,255,255);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.custom_main.style-two .consen_menu>ul>li>a:hover, .custom_main.style-two .consen_menu>ul>li>span:hover{
    color: #04a79a;
}

@media (min-width: 1200px) {
    #sticky-header {
        padding-right: 0;
        padding-left: 0;
    }

    #sticky-header > .container {
        width: 100%;
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    #sticky-header .consen_menu > ul {
        white-space: nowrap;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #sticky-header {
        display: none !important;
    }

    .mobile-menu-area {
        display: block !important;
    }

    #sticky-header.custom_main.style-two .consen_menu > ul > li > a,
    #sticky-header.custom_main.style-two .consen_menu > ul > li > span {
        margin-right: 4px;
        margin-left: 4px;
        font-size: 10.5px;
    }
}

.main_title{

}
.main_title h1,
.main_title h2{
    font-size: 84px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

#param_pok{
    display: none !important;
}

.stick-filter-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* десктоп */
.stick-filter {
    display: inline-flex;
    border-radius: 20px;
    overflow: hidden;
}

/* кнопки */
.stick-filter .btn {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #04a79a;
    color: #04a79a;
    background: #fff;
    padding: 10px 22px;
    font-size: 16px;
    box-shadow: none !important;
    transition: all .25s ease;
    position: relative;
}
.stick-filter .btn .count{
    position: static;
    display: inline-block;
    min-width: 2.3em;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
}
.stick-filter .btn:last-child .count{
    min-width: 2.3em;
}

/* hover */
.stick-filter .btn:hover {
    background: rgba(4,167,154,0.15);
}

/* активная */
.stick-filter .btn.active {
    background: #04a79a;
    color: #fff;
}

/* скругление desktop */
.stick-filter .btn:first-child {
    border-radius: 20px 0 0 20px;
}

.stick-filter .btn:last-child {
    border-radius: 0 20px 20px 0;
}

/* hover — полупрозрачная заливка */
.stick-filter .btn:hover {
    background: rgba(4,167,154,0.15);
    color: #04a79a;
    border-color: #04a79a;
}

/* активная кнопка */
.stick-filter .btn.active {
    background: #04a79a;
    color: #fff;
    border-color: #04a79a;
}

.stick-filter .btn:focus,
.stick-filter .btn:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    .stick-filter .btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}

.main_products{

}
.main_products .main_title{
    margin-bottom: 75px;
}
.product_item_wrap{
    margin-bottom: 75px;
}
.product_item{
    position: relative;
    margin-bottom: 85px;
    cursor: pointer;
}
.product_item:before{

}
.product_item .pi_image{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.product_item:hover .pi_image{

}
.product_item .pi_image img{
    width: 100%;
    height: 100%;
}
.product_item .pi_info{
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    z-index: 1;
    padding-right: 28%;
}
.product_item .pi_info .pii_title{
    font-size: 42px;
}
.product_item .pi_info .pii_price{
    font-size: 28px;
}
.product_item .pi_info .pii_descr{
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.4;
}
.product_item .pi_info .pii_descr p{
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0px;
}

.product_item.mini{

}
.product_item.mini .pi_info .pii_title{
    font-size: 24px;
}
.product_item.mini .pi_info .pii_price{
    font-size: 16px;
}
.product_item.mini .pi_info .pii_descr{
    font-size: 12px;
}

/* === Modern minimal card look === */

.product_item{
    margin-bottom: 0px;                 /* было 85px — слишком много */
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: transform .2s ease, box-shadow .2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product_item:before{

}

.product_item .pi_image{
    inset: 0;
    position: relative;
    top: 0px;
    left: 0px;
    background: #f6f7f8;                 /* чтобы PNG на белом не “терялись” */
    transition: transform .25s ease;
}
.product_item .pi_image:before{
    content: "";
    display: block;
    padding-top: 145%;
    /*padding-top: 56.25%;*/
}
.product_item .pi_image img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;                 /* для клюшек обычно лучше contain */
    padding: 0px;        /* снизу место под текст */
}

/* затемняющая подложка под текст, чтобы читалось на любой картинке */
.product_item .pi_info{
    position: relative;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 16px 16px 16px 16px;
    padding-right: 16px;                /* убираем странное 28% */
    background: linear-gradient(
            to top,
            rgba(255,255,255,.96) 0%,
            rgba(255,255,255,.92) 55%,
            rgba(255,255,255,0) 100%
    );
    text-transform: uppercase;
    font-style: italic;
}

.product_item .pi_info .pii_title{
    font-size: clamp(18px, 2.2vw, 28px); /* автоадаптив */
    letter-spacing: .02em;
    margin-bottom: 6px;
}

.product_item .pi_info .pii_price{
    font-size: clamp(14px, 1.6vw, 20px);
    margin-top: 8px !important;
}

.product_item .pi_info .pii_descr{
    font-size: clamp(11px, 1.2vw, 14px);
    line-height: 1.35;
    opacity: .75;
    margin-top: 10px !important;

    /* аккуратное ограничение текста (не раздувает карточку) */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* hover / focus: “поднятие” карточки */
.product_item:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(0,0,0,.14);
}
.product_item:hover .pi_image{
    transform: scale(1.02);
}

/* keyboard-friendly (если .product_item кликабельный) */
.product_item:focus,
.product_item:focus-within{
    outline: 2px solid rgba(0,0,0,.18);
    outline-offset: 2px;
}

/* компактный вариант .mini — оставляем, но тоже аккуратно */
.product_item.mini .pi_info .pii_title{ font-size: clamp(16px, 2vw, 22px); }
.product_item.mini .pi_info .pii_price{ font-size: clamp(13px, 1.6vw, 16px); }
.product_item.mini .pi_info .pii_descr{ font-size: clamp(11px, 1.2vw, 12px); }

.main_delivery{
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url("../images/new/tiny/back_delivery.jpg");
}
.main_delivery .desc{
    text-transform: uppercase;
}
.main_delivery .desc h3{
    line-height: 1.4;
}
.main_image{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 0px;
}
.main_image:before{
    content: "";
    display: block;
    padding-top: 25%;
}
.main_image:after{
    content:"";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
}
.main_image>img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* базовое центрирование */
    width: 100%;
    height: 140%;               /* запас */
    object-fit: cover;
    will-change: transform;
}
.main_image>div{
    position: relative;
    z-index: 1;
}
#slider2 .logo_img img{
    position: relative;
    z-index: 1;
    min-width: 290px;
    max-width: 40%;
    width: 100%;
    filter: grayscale(1) brightness(10);
}

.line_effects{
    background-color: rgb(0,0,0,1);
}
.line_effects .effect_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 24px;
    padding: 18px 0px;
}

.offer .custom_main {
    background-color: rgba(0, 0, 0, 0.8)
}
.btn_order_go_effect{
    cursor: pointer;
}
.offer .slider-area.slider2{
    position: relative;
}
.offer .slider-area.slider2>video{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.offer .slider-area.slider2:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.offer .slider-area.slider2>div{
    z-index: 2;
    position: relative;
}
.offer .slider2 .slider-content {
    margin-top: 110px;
    padding-bottom: 150px;
    padding-top: 115px !important;
}

.offer .animate__animated{
    opacity:0;
}
.offer .animate_visible{
    opacity:1 !important;
}
.offer .tech-block {
    text-align: center;
    padding: 20px;
    margin-bottom: 45px;
}
.offer .tech-logo {
    width: 100%;
    margin-bottom: 0px;
    background-color: rgb(255, 255, 255);
    height: 80px;
    object-fit: contain;
    padding: 0px 20px;
    object-position: 50% 50%;
    /*clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);*/
    transition: 0.2s;
    cursor: pointer;
    transform: scale(1);
    opacity: 1;
    filter: invert(1) brightness(1);
}
.offer .tech-logo.boron{
    padding: 0px;
}
.offer .tech-logo:hover{
    transform: scale(1.1);
    opacity: 0.8;
}
.offer .tech-block.bl_1  .tech-logo{
    padding: 0px 40px;
}
.offer .tech-block.bl_2  .tech-logo{
    padding: 0px 35px;
}
.offer .tech-video-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 15px;
}
.tech-video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background:
            linear-gradient(to bottom, rgba(0,0,0,0.8) 0, rgba(0,0,0,0) 15px),   /* верх */
            linear-gradient(to top,    rgba(0,0,0,0.8) 0, rgba(0,0,0,0) 15px),   /* низ */
            linear-gradient(to right,  rgba(0,0,0,0.8) 0, rgba(0,0,0,0) 15px),   /* лево */
            linear-gradient(to left,   rgba(0,0,0,0.8) 0, rgba(0,0,0,0) 15px);   /* право */
    background-repeat: no-repeat;
    background-size: 100% 15px, 100% 15px, 15px 100%, 15px 100%;
    background-position: top, bottom, left, right;
}
.offer .tech-video {
    width: 100%;
    height: 200px;
    max-height: 200px;
    margin-bottom: 15px;
    border-radius: 10px;
    object-fit: cover;
    object-position: 50% 75%;
}
.offer .tech-description {
    font-size: 0.95rem;
    text-align: left;
}


.slider-content span {
    color: #ffffff;
    position: relative;
    display: inline-block;
}
.slider-content span#title_2 {
    color: #04a79a;
}

.main_shops{

}
.main_shops .address_lines{
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 12px;
}
@media (min-width: 767px) {
    .main_shops .address_lines {
        max-height: 510px;
        overflow-y: scroll;
        padding-right: 10px;
    }
    .main_shops .address_lines::-webkit-scrollbar {
        width: 5px;
    }
    .main_shops .address_lines::-webkit-scrollbar-track {
        background : rgba(4,157,164,0.5);
        border-radius: 5px;
    }
    .main_shops .address_lines::-webkit-scrollbar-thumb {
        background : rgba(4,157,164,1);
        border-radius: 5px;
        box-shadow:  0 0 5px rgba(0, 0, 0, 0.25);
    }
}

.main_shops .address_line{
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    padding: 12px 0px;
    transition: 0.2s;
    cursor: pointer;
    font-size: 14px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    height: 100%;
}
.main_shops .address_line:nth-child(3),
.main_shops .address_line:nth-child(4),
.main_shops .address_line:nth-child(5){
    border-top: none;
}
.main_shops .address_line .al_name h3{
    margin-top: 0px;
    font-size: 21px;
    line-height: 1.45;
}
.main_shops .address_line>div{
    flex: 1 1 0;
    display: flex;
    padding: 0px 12px;
    align-items: center;
    z-index: 1;
    position: relative;
}
.main_shops .address_line .al_name{
    flex-basis: 33%;
    justify-content: flex-start;
    position: relative;
    left: 0px;
    transition: 0.2s;
    padding-left: 0px;
}
.main_shops .address_line .al_addr{
    justify-content: flex-start;
}
.main_shops .address_line .al_phone{
    justify-content: flex-end;
    font-weight: bold;
    font-size: 16px;
    padding-right: 0px;
    right: 0px;
    position: relative;
    transition: 0.2s;
}
.main_shops .address_line:before{
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
    height: calc(100% + 4px);
    background-color: #04a79a;
    opacity: 0;
    transition: 0.2s;
    z-index: 1;
}
.main_shops .address_line:first-child:before{
    height: calc(100% + 6px);
}
.main_shops .address_line:last-child:before{
    top: -4px;
}
.main_shops .address_line:first-child{
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.main_shops .address_line:last-child{
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.main_shops .address_line:hover:before{
    opacity: 0.1;
    background-color: rgb(255,255,255);
}
.main_shops .address_line.active:hover:before{
    opacity: 1;
}
.main_shops .address_line.active:hover:before{
    background-color: #04a79a;
}
.main_shops .address_line.active:before{
    opacity: 1;
}
.main_shops .address_line:hover .al_name{
    left: 12px;
    transition: 0.1s;
}
.main_shops .address_line:hover .al_phone{
    right: 12px;
    transition: 0.1s;
}
.main_shops .address_line.active .al_name{
    left: 24px;
}
.main_shops .address_line.active .al_phone{
    right: 24px;
}

.main_shops .al_name h3{
    color: #04a79a;
}

.main_about{

}
.main_about .about_info{

}
.main_about .about_info>div{
    display: flex;
    align-items: center;
}
.main_about .about_info h3{
    font-size: 21px;
    font-style: italic;
    text-transform: uppercase;
}
.main_about .about_info .ab_img{
    overflow: hidden;
    position: relative;
}
.main_about .about_info .ab_img:before{
    content: "";
    display: block;
    padding-top: 80%;
}
.main_about .about_info .ab_img img{
    transition: 2s;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 25%;
}
.main_about .about_info>div:hover .ab_img img{
    transform: scale(1.2);
    transition: 4s;
}

.main_about .about_info .ab_info{
    line-height: 1.45;
}

.main_consult{
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url("../images/new/tiny/back_main.jpg");
}
.main_consult:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
}
.form_cle{
    max-width: 100%;
}

.main_find{

}
.cont_dop .main_find{
    padding-top: 0px;
}
.main_find .find_info{

}
.main_find .find_info .si_items{
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
}
.main_find .find_info .si_items .si_item{
    padding-right: 45px;
    font-size: 42px;
    color: #04a79a;
    transition: 0.2s;
    font-weight: bold;
}
.main_find .find_info .si_items .si_item:hover{
    color: #000000;
}

.main_footer{
    background-color: #1B1B1B;
    padding-top: 45px;
    padding-bottom: 45px;
}
.foot_logo img{
    border-radius: 0px;
    padding: 0px;
    background: none;
    max-width: 160px;
}
.main_footer .foot_slogan{
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
    margin-top: 45px;
    margin-bottom: 45px;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-flex;
    text-align: left;
}
.main_footer .foot_menu{
    font-size: 13px;
    margin-top: 0;
}
.main_footer .foot_menu ul{
    padding-left: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    column-gap: 32px;
    text-transform: uppercase;
    justify-content: flex-end;
}
.main_footer .foot_menu ul li{

}
.main_footer .foot_menu ul li span,
.main_footer .foot_menu ul li a{
    color: rgb(255,255,255);
    padding: 5px 0px;
    transition: 0.2s;
    font-weight: 600;
}
.main_footer .foot_menu ul li span:hover,
.main_footer .foot_menu ul li a:hover{
    color: #04a79a;
}

.main_footer .foot_items_dop{

}
.main_footer .foot_items_dop .foot_item_dop{

}
.main_footer .foot_items_dop .foot_item_dop span,
.main_footer .foot_items_dop .foot_item_dop a{
    color: rgb(255,255,255);
    transition: 0.2s;
}
.main_footer .foot_items_dop .foot_item_dop a:hover{
    color: #04a79a;
}

@media (min-width: 992px) {
    .form_cle{
        min-width: 420px;
    }
}

.speedbar_wrapper{
    margin-top: 115px;
    padding-top: 12px;
    font-size: 14px;
    color: #414141;
}
.speedbar_wrapper .speedbar,
.speedbar_wrapper .speedbar a{
    color: #414141;
}
.speedbar_wrapper .speedbar a:hover{
    color: #04a79a;
}
.speedbar_wrapper .speedbar_wrap{
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 45px;
}
.static_block{
    padding-bottom: 45px;
}

.mp_item_wrap{
    margin-bottom: 45px;
}
.mp_item{
    height: 100%;
    background-color: white;
}
.mp_item .mpi_img{
    position: relative;
    overflow: hidden;
}
.mp_item .mpi_img img{
    transition: 0.3s;
    transform: scale(1);
    opacity: 1;
}
.mp_item:hover .mpi_img img{
    /*transform: scale(1.15);*/
    opacity: 1;
    transition: 0.3s;
}
.mp_item .mpi_img:before{
    content: "";
    display: block;
    padding-top: 115%;
}
.mp_item .mpi_img img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 25%;
}

.mp_item .mpi_img.mpi_gal{

}
.mp_item .mpi_img.mpi_gal .slick-next{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 55px;
    height: 100%;
    background: rgba(0,0,0,0.15);
    border: none;
    outline: none;
    opacity: 0;
    transition: 0.2s;
    text-indent: -9999px;
    z-index: 1;
}
.mp_item .mpi_img.mpi_gal .slick-prev{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55px;
    height: 100%;
    background: rgba(0,0,0,0.15);
    border: none;
    outline: none;
    opacity: 0;
    transition: 0.2s;
    text-indent: -9999px;
    z-index: 1;
}
.mp_item .mpi_img.mpi_gal .slick-prev:before{
    transition: 0.2s;
    content: "\f062";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    z-index: 1;
    text-indent: 0px;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 700;
    transform: translate(-50%, -50%) rotate(-90deg);
}
.mp_item .mpi_img.mpi_gal .slick-next:before{
    transition: 0.2s;
    content: "\f062";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    z-index: 1;
    text-indent: 0px;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 700;
    transform: translate(-50%, -50%) rotate(90deg);
}
.mp_item:hover .mpi_img.mpi_gal .slick-prev,
.mp_item:hover .mpi_img.mpi_gal .slick-next{
    opacity: 1;
}
.mp_item:hover .mpi_img.mpi_gal .slick-prev:hover:before,
.mp_item:hover .mpi_img.mpi_gal .slick-next:hover:before{
    color: #04a79a;
}
.mp_item .mpi_img.mpi_gal ul{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.mp_item .mpi_img.mpi_gal ul .slick-list{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.mp_item .mpi_img.mpi_gal ul .slick-list .slick-track{
    height: 100%;
}
.mp_item .mpi_img.mpi_gal ul li{
    position: relative;
}
.mp_item .mpi_img.mpi_gal ul li a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.mp_item .mpi_img.mpi_gal ul li img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.mp_item .mpi_info{
    background-color: rgba(255,255,255,1);
    padding: 15px 0px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.5;
}
.mp_item .mpi_info .header-button{
    padding-left: 0px;
    font-weight: bold;
}
.mp_item .mpi_info .header-button a{
    padding: 6px 0px;
}
.mp_item .mpi_info .header-button a:before{
    display: none;
}
.mp_item .mpi_info .header-button a:hover{
    background-color: #04a79a;
    color: rgb(255,255,255);
    padding: 6px 12px;
}

.mp_item .mpi_info .mpii_title{
    font-weight: bold;
}
.mp_item .mpi_info .mpii_desc{
    font-weight: 500;
}

.own_design_block{
    margin-top: 85px;
}
.own_design_block .quote_button button{
    max-width: 290px;
}

.form_cle .form-control{
    border-radius: 0px;
    box-shadow: none !important;
    outline: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product_item{
        margin-bottom: 45px;
    }
    .product_item .pi_image {

    }
    .product_item:hover .pi_image {

    }
    .product_item .pi_info .pii_title,
    .product_item.mini .pi_info .pii_title{
        font-size: 28px;
        line-height: 1.25;
    }
    .product_item .pi_info .pii_price,
    .product_item.mini .pi_info .pii_price{
        font-size: 21px;
    }
    .product_item .pi_info .pii_descr,
    .product_item.mini .pi_info .pii_descr{
        font-size: 14px;
    }
    .product_item .pi_info{
        padding-right: 35%;
    }

    .main_shops .address_line .al_name {
        flex-basis: 15%;
    }
    .main_shops .address_line{
        font-size: 12px;
    }
    .main_shops .address_line .al_phone{
        font-size: 12px;
    }
    .main_shops .address_line .al_name h3{
        font-size: 14px;
    }

    .main_footer .foot_menu {
        font-size: 11px;
        margin-top: 4px;
    }
    .main_footer .foot_menu ul{
        column-gap: 16px;
        flex-wrap: wrap;
    }
    .main_title h1,
    .main_title h2 {
        font-size: 48px;
    }
    .slider2 .slider-content {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    body{
        font-size: 11px;
    }

    .main_products .main_title {
        margin-bottom: 45px;
    }

    .stick-filter {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        border-radius: 18px;
        overflow: hidden;
        width: 100%;
        max-width: 420px;
    }

    .stick-filter .btn {
        border-radius: 0;
        padding: 10px 3px;
        font-size: 14px;
    }
    .stick-filter .btn.add{
        font-size: 12px;
    }


    /* углы сетки */

    .stick-filter .btn:nth-child(1){
        border-top-left-radius: 18px;
        border-bottom-left-radius: 0px;
    }

    .stick-filter .btn:nth-child(3){
        border-top-right-radius: 18px !important;
    }

    .stick-filter .btn:nth-child(4){
        border-bottom-left-radius: 18px;
        border-left: 2px solid;
    }

    .stick-filter .btn:nth-child(6){
        border-bottom-right-radius: 18px;
        border-top-right-radius: 0px;
    }

    .stick-filter .btn:nth-child(4),
    .stick-filter .btn:nth-child(5),
    .stick-filter .btn:nth-child(6){
        border-top: none;
    }

    .main_image{
        margin-top: 0px;
    }
    .main_image:before {
        padding-top: 50%;
        min-height: 230px;
    }

    .line_effects .effect_row {
        column-gap: 12px;
        padding: 12px 0px;
        flex-wrap: wrap;
        row-gap: 12px;
        justify-content: center;
    }
    .offer .tech-logo{
        height: 45px;
    }
    .line_effects .effect_row .eff_item{
        width: calc(50% - 12px);
    }

    #param_pps .param_values .pp {
        width: calc(50% - 12px);
    }
    #param_pps .param_values .pp.pp_5 {
        width: 100%;
    }
    #param_pps .param_values{
        flex-wrap: wrap;
        row-gap: 24px;
    }
    #param_pps .param_values .pp .pp_p_image.cs {
        padding: 6px 12px;
        width: 100%;
    }

    .main_title h1,
    .main_title h2 {
        font-size: 28px;
        line-height: 1.45;
    }
    .slider2 .slider-content {
        margin-top: 65px;
    }
    .mp_item .mpi_info{
        padding: 8px;
    }
    .mp_item .mpi_info .header-button a{
        font-size: 10px;
    }
    .mp_item_wrap{
        margin-bottom: 30px;
    }
    .mp_item {
        margin-bottom: 0px;
        height: 100%;
        background-color: #ffffff;
    }

    .mp_item .mpi_img.mpi_gal .slick-prev {
        width: 40px;
    }
    .mp_item .mpi_img.mpi_gal .slick-next {
        width: 40px;
    }
    .mp_item .mpi_img.mpi_gal .slick-next:before
    ,.mp_item .mpi_img.mpi_gal .slick-next:after{
        font-size: 18px;
    }

    .main_block {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .main_find .find_info .si_items .si_item {
        padding-right: 0px;
        font-size: 18px;
    }

    .main_find .find_info .si_items{
        justify-content: center;
        column-gap: 24px;
        flex-wrap: wrap;
        row-gap: 12px;
    }
    .own_design_block{
        margin-top: 0px;
    }
    .product_item_wrap{

    }
    .product_item{
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        padding-bottom: 45px;
    }
    .product_item:before{
        display: none;
    }
    .product_item .pi_image {
        position: relative;
    }
    .product_item:hover .pi_image {

    }
    .product_item .pi_info .pii_title,
    .product_item.mini .pi_info .pii_title{
        font-size: 24px;
        line-height: 1.25;
    }
    .product_item .pi_info .pii_price,
    .product_item.mini .pi_info .pii_price{
        font-size: 18px;
    }
    .product_item .pi_info .pii_descr,
    .product_item.mini .pi_info .pii_descr{
        font-size: 14px;
    }
    .product_item .pi_info{
        padding-right: 0%;
        position: relative;
        padding-top: 15px;
    }

    #popup_order_construct .consen-info-block{
        margin-top: 24px;
    }



    .speedbar_wrapper {
        margin-top: 90px;
    }
    .speedbar_wrapper .speedbar_wrap {
        padding-bottom: 25px;
        margin-bottom: 15px;
    }

    .main_shops .address_lines{
        padding-left: 0px;
    }
    .main_shops .address_line{
        flex-wrap: wrap;
        transition: 0.2s;
    }
    .main_shops .address_line>div {
        flex: 1 1 auto;
    }
    .main_shops .address_line .al_name{
        min-width: 100%;
        justify-content: flex-start;
        padding-bottom: 12px;
        padding-top: 12px;
    }
    .main_shops .address_line .al_name h3{
        font-size: 12px;
    }
    .main_shops .address_line .al_addr{
        font-size: 11px;
        padding-left: 0px;
    }
    .main_shops .address_line .al_phone{
        font-size: 11px;
        padding-right: 0px;
    }
    .main_shops .address_line.active .al_name {
        left: 0px;
    }
    .main_shops .address_line.active .al_phone {
        right: 0px;
    }
    .main_shops .address_line{
        padding: 12px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }

    .main_find .main_title{
        margin-bottom: 12px !important;
    }

    .main_about .about_info h3 {
        font-size: 18px;
    }

    .main_about .about_info .ab_info{
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 12px;
        padding-bottom: 36px;
    }

    .main_footer .foot_menu ul {
        column-gap: 32px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 25px;
        row-gap: 10px;
    }
    .main_footer .foot_logo{
        text-align: center;
    }
    .main_footer .foot_slogan{
        text-align: center;
        font-size: 28px;
    }
}

/* Resource Center: shared structure for customer-care, technical, and legal pages. */
.resource-page {
    padding: 4px 0 96px;
    color: #202020;
    background: #fff;
}

.resource-page .container {
    max-width: 1140px;
}

.resource-page-header {
    max-width: 980px;
    margin-bottom: 54px;
}

.resource-page-eyebrow {
    margin: 0 0 15px;
    color: #087f78;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.resource-page-header h1 {
    max-width: 1050px;
    margin: 0;
    color: #050505;
    font-size: clamp(42px, 5.2vw, 76px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .98;
    text-transform: uppercase;
}

.resource-page-accent {
    display: block;
    width: 72px;
    height: 5px;
    margin-top: 28px;
    background: #04a79a;
}

.resource-page-layout {
    display: grid;
    grid-template-columns: minmax(210px, 240px) minmax(0, 1fr);
    gap: clamp(38px, 5vw, 60px);
    align-items: start;
}

.resource-page-sidebar {
    min-width: 0;
}

.resource-nav {
    position: sticky;
    top: 132px;
    padding: 24px;
    border: 1px solid #d8d8d8;
    background: #f5f6f6;
}

.resource-nav-heading {
    margin-bottom: 22px;
    color: #111;
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.resource-nav-group[hidden] {
    display: none !important;
}

.resource-nav-group + .resource-nav-group {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid #d5d5d5;
}

.resource-nav-group h2 {
    margin: 0 0 12px;
    color: #087f78;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.resource-nav-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resource-nav-group li + li {
    margin-top: 3px;
}

.resource-nav-group a {
    position: relative;
    display: block;
    padding: 9px 10px 9px 16px;
    color: #333;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none !important;
    transition: color .18s ease, background-color .18s ease;
}

.resource-nav-group a::before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 3px;
    background: transparent;
    content: '';
}

.resource-nav-group a:hover {
    color: #087f78;
    background: rgba(4, 167, 154, .07);
}

.resource-nav-group a[aria-current="page"] {
    color: #050505;
    background: #fff;
    font-weight: 800;
}

.resource-nav-group a[aria-current="page"]::before {
    background: #04a79a;
}

.resource-page-main {
    min-width: 0;
}

.resource-page .static-content {
    color: #343434;
    font-size: 17px;
    line-height: 1.72;
}

.resource-page .static-content > :first-child {
    margin-top: 0;
}

.resource-page .static-content h2,
.resource-page .online-contact-cta h2,
.resource-page .legal-contact h2 {
    margin: 48px 0 14px;
    color: #080808;
    font-size: clamp(25px, 2.6vw, 34px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.12;
    text-transform: uppercase;
}

.resource-page .static-content p,
.resource-page .static-content ul,
.resource-page .static-content ol {
    margin-top: 0;
    margin-bottom: 20px;
}

.resource-page .static-content ul:not([class]),
.resource-page .static-content ol:not([class]) {
    padding-left: 24px;
}

.resource-page .static-content li + li {
    margin-top: 8px;
}

.resource-page a,
.resource-page a:visited,
.speedbar_wrapper .speedbar a,
.speedbar_wrapper .speedbar a:visited {
    color: #087f78;
    text-decoration-color: rgba(8, 127, 120, .42);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.resource-page a:hover,
.resource-page a:focus-visible,
.speedbar_wrapper .speedbar a:hover,
.speedbar_wrapper .speedbar a:focus-visible {
    color: #04a79a;
    text-decoration-color: currentColor;
}

.resource-intro {
    margin: 0 0 34px !important;
    padding: 0 0 0 24px;
    border-left: 5px solid #04a79a;
    color: #252525;
    font-size: clamp(19px, 2vw, 23px);
    font-weight: 550;
    line-height: 1.55;
}

.resource-summary-grid,
.resource-feature-grid,
.resource-care-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 36px 0 48px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.resource-summary-grid > section,
.resource-feature-grid > section,
.resource-care-grid > section {
    min-width: 0;
    padding: 30px 26px 28px;
}

.resource-summary-grid > section + section,
.resource-feature-grid > section + section,
.resource-care-grid > section + section {
    border-left: 1px solid #d6d6d6;
}

.resource-summary-grid span,
.resource-care-grid span {
    display: block;
    margin-bottom: 24px;
    color: #04a79a;
    font-size: 38px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
}

.resource-feature-grid span {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 5px 9px;
    color: #087f78;
    background: rgba(4, 167, 154, .1);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.resource-summary-grid h2,
.resource-feature-grid h2,
.resource-care-grid h2 {
    margin: 0 0 10px !important;
    font-size: 19px !important;
    font-style: normal !important;
    letter-spacing: -.015em !important;
    text-transform: none !important;
}

.resource-summary-grid p,
.resource-feature-grid p,
.resource-care-grid p,
.resource-care-grid ul {
    margin: 0 !important;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.55;
}

.resource-care-grid ul {
    padding-left: 18px;
}

.resource-care-grid li + li {
    margin-top: 7px;
}

.resource-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 34px 0 44px !important;
    padding: 0 !important;
    border-top: 1px solid #d6d6d6;
    list-style: none;
}

.resource-steps--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-steps li {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    min-width: 0;
    margin: 0 !important;
    padding: 28px 24px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.resource-steps li:nth-child(2n + 1):not(:last-child) {
    border-left: 1px solid #d6d6d6;
}

.resource-steps--three li:first-child {
    border-left: 1px solid #d6d6d6;
}

.resource-steps > li > span {
    color: #04a79a;
    font-size: 30px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
}

.resource-steps h2 {
    margin: 0 0 8px !important;
    font-size: 19px !important;
    font-style: normal !important;
    text-transform: none !important;
}

.resource-steps p {
    margin: 0 !important;
    color: #595959;
    font-size: 14px;
    line-height: 1.55;
}

.resource-callout,
.online-contact-cta,
.legal-contact {
    margin-top: 38px;
    padding: 26px 28px;
    border-left: 5px solid #04a79a;
    color: #252525;
    background: #f3f5f5;
}

.resource-callout--teal {
    color: #fff;
    border-left-color: #087f78;
    background: #04a79a;
}

.resource-callout--safety {
    border: 1px solid rgba(4, 167, 154, .45);
    border-left: 5px solid #04a79a;
    background: rgba(4, 167, 154, .07);
}

.resource-callout > strong {
    display: block;
    margin-bottom: 5px;
    color: inherit;
    font-size: 20px;
    font-weight: 850;
}

.resource-callout p,
.online-contact-cta p,
.legal-contact p {
    margin: 7px 0 0 !important;
}

.resource-callout--teal a {
    color: #fff !important;
}

.resource-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 24px 0 46px;
    border: 1px solid #d5d5d5;
}

.resource-category-grid section {
    min-width: 0;
    padding: 22px 18px;
}

.resource-category-grid section + section {
    border-left: 1px solid #d5d5d5;
}

.resource-category-grid strong {
    display: block;
    margin-bottom: 7px;
    color: #087f78;
    font-size: 16px;
}

.resource-category-grid p {
    margin: 0 !important;
    color: #5d5d5d;
    font-size: 13px;
    line-height: 1.5;
}

.resource-comparison {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 22px;
}

.resource-comparison section {
    padding: 24px;
    border: 1px solid #d5d5d5;
    background: #f6f6f6;
}

.resource-comparison span {
    display: block;
    margin-bottom: 5px;
    color: #087f78;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.resource-comparison strong {
    display: block;
    color: #111;
    font-size: 21px;
}

.resource-comparison p {
    margin: 7px 0 0 !important;
    color: #5d5d5d;
    font-size: 14px;
}

.resource-formula {
    display: flex;
    max-width: 620px;
    margin: 22px 0 18px;
    padding: 24px 28px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #fff;
    background: #111;
}

.resource-formula span {
    color: #8eddd6;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.resource-formula strong {
    color: #fff;
    font-size: clamp(20px, 2.7vw, 30px);
    text-align: right;
}

.resource-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 38px;
}

.resource-checklist p {
    margin: 0 !important;
    padding: 22px;
    border: 1px solid #d5d5d5;
    background: #f6f6f6;
}

.policy-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 34px;
    color: #222;
}

.policy-values:empty {
    display: none;
}

.policy-values p {
    margin: 0;
    padding: 18px;
    border-top: 3px solid #04a79a;
    background: #f2f4f4;
    font-size: 14px;
    line-height: 1.45;
}

.policy-values strong {
    display: block;
    margin-bottom: 4px;
    color: #111;
}

.online-contact-cta h2,
.legal-contact h2 {
    margin-top: 0 !important;
    font-size: 22px !important;
}

.online-contact-cta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, auto));
    column-gap: 26px;
    align-items: center;
}

.online-contact-cta h2 {
    grid-column: 1 / -1;
}

.legal-contact {
    margin-top: 52px;
}

@media (max-width: 1199px) {
    .resource-page-layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 42px;
    }

    .resource-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .resource-category-grid section:nth-child(4) {
        border-left: 0;
    }

    .resource-category-grid section:nth-child(n + 4) {
        border-top: 1px solid #d5d5d5;
    }
}

@media (max-width: 991px) {
    .resource-page {
        padding-bottom: 72px;
    }

    .resource-page-header {
        margin-bottom: 38px;
    }

    .resource-page-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .resource-page-sidebar {
        order: 0;
    }

    .resource-page-main {
        order: 1;
    }

    .resource-nav {
        position: static;
        padding: 18px 20px;
    }

    .resource-nav-heading {
        margin-bottom: 12px;
        font-size: 15px;
    }

    .resource-nav-group ul {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .resource-nav-group li + li {
        margin-top: 0;
    }

    .resource-nav-group a {
        padding: 8px 12px;
        border: 1px solid #d1d1d1;
        background: #fff;
    }

    .resource-nav-group a::before {
        display: none;
    }

    .resource-nav-group a[aria-current="page"] {
        color: #fff;
        border-color: #087f78;
        background: #087f78;
    }

    .resource-care-grid {
        grid-template-columns: 1fr;
    }

    .resource-care-grid > section + section {
        border-top: 1px solid #d6d6d6;
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .resource-page-header h1 {
        font-size: clamp(36px, 11vw, 52px);
    }

    .resource-page-accent {
        margin-top: 22px;
    }

    .resource-page .static-content {
        font-size: 16px;
    }

    .resource-intro {
        padding-left: 18px;
        font-size: 18px;
    }

    .resource-summary-grid,
    .resource-feature-grid,
    .resource-steps,
    .resource-steps--three,
    .resource-checklist,
    .policy-values {
        grid-template-columns: 1fr;
    }

    .resource-summary-grid > section + section,
    .resource-feature-grid > section + section {
        border-top: 1px solid #d6d6d6;
        border-left: 0;
    }

    .resource-steps li,
    .resource-steps li:nth-child(2n + 1):not(:last-child),
    .resource-steps--three li:first-child {
        border-right: 1px solid #d6d6d6;
        border-left: 1px solid #d6d6d6;
    }

    .resource-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .resource-category-grid section:nth-child(odd) {
        border-left: 0;
    }

    .resource-category-grid section:nth-child(even) {
        border-left: 1px solid #d5d5d5;
    }

    .resource-category-grid section:nth-child(n + 3) {
        border-top: 1px solid #d5d5d5;
    }

    .resource-comparison {
        grid-template-columns: 1fr;
    }

    .resource-formula {
        align-items: flex-start;
        flex-direction: column;
    }

    .resource-formula strong {
        text-align: left;
    }

    .online-contact-cta {
        display: block;
    }
}

@media (max-width: 479px) {
    .resource-page {
        padding-bottom: 58px;
    }

    .resource-page-header {
        margin-bottom: 30px;
    }

    .resource-nav-group ul {
        display: block;
    }

    .resource-nav-group li + li {
        margin-top: 6px;
    }

    .resource-category-grid {
        grid-template-columns: 1fr;
    }

    .resource-category-grid section + section,
    .resource-category-grid section:nth-child(even) {
        border-top: 1px solid #d5d5d5;
        border-left: 0;
    }

    .resource-summary-grid > section,
    .resource-feature-grid > section,
    .resource-care-grid > section,
    .resource-steps li {
        padding: 24px 20px;
    }

    .resource-steps li {
        grid-template-columns: 48px 1fr;
        gap: 12px;
    }

    .resource-callout,
    .online-contact-cta,
    .legal-contact {
        padding: 22px 20px;
    }
}
/* Дополнительные товары в попапе заказа */
#popup_order .order_addons,
#popup_order_construct .order_addons,
.product-detail .order_addons{
    border: 1px solid rgba(0,169,157,.36);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
    padding: 14px;
    margin-top: 2px;
}

/* Самостоятельная страница товара */
.product-detail{
    padding: 0 0 100px;
    background: #ffffff;
}

.product-detail-card{
    overflow: hidden;
    padding: 42px 36px 48px;
    background: #000000;
    color: #ffffff;
}

.product-detail-header{
    margin-bottom: 32px;
}

.product-detail-brand{
    margin: 0 0 4px;
    color: rgba(255,255,255,.72);
    font-size: 16px;
}

.product-detail-header h1{
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
}

.product-detail-layout{
    align-items: flex-start;
}

.product-detail-gallery-main,
.product-detail-gallery-thumb{
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    background: #ffffff;
}

.product-detail-gallery-main{
    aspect-ratio: 2 / 3;
}

.product-detail-gallery-main img,
.product-detail-gallery-thumb img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #ffffff;
}

.product-detail-gallery-thumbs{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.product-detail-gallery-thumb{
    aspect-ratio: 2 / 3;
}

.product-detail-gallery-thumb[href=""],
.product-detail-gallery-thumb:has(img[src=""]){
    display: none;
}

.product-detail-configurator{
    padding-left: 18px;
}

.product-detail-price{
    margin-bottom: 24px;
    color: #04a79a;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1;
    font-weight: 800;
}

.product-detail-benefits{
    margin-bottom: 24px;
}

.product-detail-benefit{
    display: flex;
    min-height: 128px;
    height: 100%;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.08);
}

.product-detail-benefit img{
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
}

.product-detail-benefit h2{
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.product-detail-benefit p{
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 14px;
}

.product-detail-params{
    margin-top: 28px;
}

.product-detail .conset_param{
    margin-bottom: 20px;
}

.product-detail .param_title{
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.product-detail .form-check-inline{
    margin: 0 8px 10px 0;
}

.product-detail .form-check-input{
    position: absolute;
    z-index: -9999;
    display: none;
}

.product-detail .form-check-label{
    min-width: 54px;
    padding: 10px 12px;
    border: 1.5px solid rgba(255,255,255,.82);
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.product-detail .form-check-input:checked + .form-check-label{
    border-color: #04a79a;
    color: #04a79a;
    background: rgba(4,167,154,.1);
}

.product-detail .form_check_img{
    position: relative;
}

.product-detail .form_check_img .img{
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    z-index: 20;
    display: none;
    width: 250px;
    aspect-ratio: 1.6 / 1;
    border: 2px solid #04a79a;
    background: #ffffff;
}

.product-detail .form_check_img:hover .img{
    display: block;
}

.product-detail .form_check_img .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-fact{
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    border-top: 1px solid rgba(255,255,255,.14);
    font-size: 16px;
}

.product-detail-fact[hidden]{
    display: none;
}

.product-detail-fact strong{
    color: #04a79a;
}

.product-detail-characteristics{
    margin-top: 30px;
}

.product-detail-characteristics h2{
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 22px;
}

.product-detail-characteristics-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.product-detail-characteristic{
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
}

.product-detail-characteristic img,
.product-detail-tech-mark{
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 8px;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
}

.product-detail-characteristic > span:last-child{
    display: flex;
    min-height: 38px;
    flex: 1 1 auto;
    align-items: flex-start;
    justify-content: center;
}

.product-detail-tech-mark{
    flex-direction: column;
    color: rgba(255,255,255,.82);
}

.product-detail-tech-mark strong{
    color: #04a79a;
    font-size: 22px;
}

.product-detail-order,
.product-detail-description{
    margin-top: 42px;
    padding-top: 34px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.product-detail-order h2,
.product-detail-description h2{
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(24px, 3vw, 34px);
}

.product-detail-order .quote_button .btn{
    width: 100%;
    min-height: 55px;
}

.product-detail-description .consen_descr{
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.65;
}

.product-detail-description .consen_descr p:last-child{
    margin-bottom: 0;
}

.home-seo-title{
    margin: 24px 0 0;
    color: #ffffff;
    font-size: clamp(26px, 4vw, 46px);
    line-height: 1.15;
    text-transform: uppercase;
}

.product-detail-link{
    position: relative;
    z-index: 3;
    display: inline-flex;
    margin-top: 22px;
    padding: 9px 16px;
    border: 1px solid #04a79a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease;
}

.product-detail-link:hover{
    color: #ffffff;
    background: #04a79a;
}

.product_item .product-detail-link,
.product-popup-detail-link{
    display: inline-flex;
    margin-top: 16px;
    padding: 3px 0;
    border: 0;
    color: #048f85;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    opacity: .78;
    transition: color .2s ease, opacity .2s ease;
}

.product_item .product-detail-link:hover,
.product-popup-detail-link:hover{
    color: #04a79a;
    background: transparent;
    text-decoration: underline;
    opacity: 1;
}

.product-popup-detail-link{
    margin-top: 2px;
}

.addon-catalog-intro{
    max-width: 820px;
    margin: 0 0 40px;
    color: #4b4b4b;
    font-size: 18px;
    line-height: 1.6;
}

.accessories-catalog .main_title{
    margin-bottom: 28px;
}

#accessoriesCatalog > [class*="col-"]{
    display: flex;
}

.addon-catalog-card{
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 350px;
    height: 698px;
    flex-direction: column;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.11);
    transition: transform .25s ease, box-shadow .25s ease;
}

.addon-catalog-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 20px 42px rgba(0,0,0,.16);
}

.addon-catalog-card-image,
.addon-catalog-card-image a{
    display: block;
    width: 100%;
    height: 508px;
    overflow: hidden;
    background: #f4f5f6;
}

.addon-catalog-card img{
    display: block;
    width: 100%;
    height: 100%;
    padding: 22px;
    object-fit: contain;
    background: #f4f5f6;
    transition: transform .25s ease;
}

.addon-catalog-card:hover img{
    transform: scale(1.025);
}

.addon-catalog-card-body{
    display: flex;
    height: 190px;
    min-height: 190px;
    flex: 0 0 190px;
    flex-direction: column;
    padding: 20px 22px 18px;
}

.addon-catalog-card h2{
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.15;
}

.addon-catalog-card h2 a{
    color: #04a79a;
    text-decoration: none !important;
}

.addon-catalog-card-price{
    margin-bottom: 10px;
    color: #111;
    font-size: 22px;
    font-weight: 900;
}

.addon-catalog-card .theme_grey{
    display: -webkit-box;
    overflow: hidden;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.addon-catalog-card .product-detail-link{
    align-self: flex-start;
    margin-top: auto;
    color: #087f78;
    text-decoration: none !important;
}

.addon-product-page .product-detail-gallery-main{
    aspect-ratio: 3 / 4;
}

.addon-product-purchase-note{
    margin: 24px 0;
    padding: 18px 20px;
    border-left: 3px solid #04a79a;
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.82);
    line-height: 1.55;
}

@media (max-width: 991px){
    .product-detail{
        padding-bottom: 70px;
    }

    .product-detail-card{
        padding: 32px 24px 40px;
    }

    .product-detail-configurator{
        margin-top: 34px;
        padding-left: 0;
    }

    .product-detail-characteristics-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 575px){
    .product-detail-card{
        margin-right: -15px;
        margin-left: -15px;
        padding: 26px 18px 34px;
    }

    .product-detail-header{
        margin-bottom: 24px;
    }

    .product-detail-gallery-thumbs{
        gap: 8px;
        margin-top: 8px;
    }

    .product-detail-benefit{
        min-height: 0;
        margin-bottom: 10px;
    }

    .product-detail-characteristics-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail .form_check_img .img{
        display: none !important;
    }

    .product-detail-order,
    .product-detail-description{
        margin-top: 32px;
        padding-top: 28px;
    }

    .home-seo-title{
        font-size: 26px;
    }
}

/* English DLE 19.1 migration: accessibility, forms, and safe modal behavior. */
.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 100000;
    padding: 10px 14px;
    color: #000;
    background: #fff;
    transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.lead-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

.lead-privacy {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 14px 0 20px;
    font-size: 14px;
    line-height: 1.45;
}

.lead-privacy input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin: 2px 0 0;
    border: 2px solid #04a79a;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.lead-privacy input[type="checkbox"]:checked {
    background: #04a79a;
}

.lead-privacy input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.lead-privacy-copy { display: block; min-width: 0; }
.lead-form-status { min-height: 24px; margin-top: 14px; font-weight: 600; }
.lead-form button[disabled] { cursor: wait; opacity: .65; }

.btn_order_go_callback {
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid #00a99d;
    border-radius: 4px;
    color: #fff;
    background: #00a99d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.btn_order_go_callback:hover,
.btn_order_go_callback:focus-visible {
    border-color: #087f78;
    background: #087f78;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 16px 0;
}

.social-links:not(:has(a)) {
    display: none;
}

.social-links a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: #04a79a;
    background: transparent;
    text-decoration: none !important;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.social-links .social-icon {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.social-links a:hover,
.social-links a:focus-visible {
    border-color: #04a79a;
    color: #fff;
    background: #04a79a;
    transform: translateY(-2px);
}

.eff_item {
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

/* English theme visual refinements */
.slider2 .slider-content p {
    width: fit-content;
    max-width: min(70ch, 100%);
    margin: 22px auto 0;
    padding: 0 0 14px;
    border-left: 0;
    text-align: center;
}

.slider2 .slider-content p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 64px;
    height: 3px;
    background: #04a79a;
    transform: translateX(-50%);
}

.line_effects .effect_row .eff_item {
    display: flex;
    flex: 0 1 auto;
    min-width: 0;
    min-height: 100px;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.line_effects .effect_row .tech-logo {
    display: block;
    width: auto;
    max-width: none;
    height: 29px;
    margin: 0;
    object-fit: contain;
    padding: 0;
}

.main_image > img {
    transition: transform .08s linear;
}

.main_consult .main_title,
.main_consult .contact_from_box,
.main_consult .lead-form {
    position: relative;
    z-index: 1;
}

.main_consult .main_title h2,
.main_consult .main_title h2 span {
    color: #fff;
    opacity: 1;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
}

.main_consult .lead-privacy {
    color: #fff;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.6;
}

.main_consult .lead-privacy a {
    color: #4fd9cf;
    text-decoration: none;
}

#sticky-header .header-contact-slot {
    flex: 0 0 187px;
    width: 187px;
    flex-direction: row;
    align-items: center !important;
    justify-content: flex-end;
    gap: 10px;
}

#sticky-header .header-button.empty {
    flex: 0 0 150px;
    width: 150px;
    height: 78px;
    gap: 0;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
}

#sticky-header .header-button.empty a {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    color: #fff;
    line-height: 1.25;
    text-align: left;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#sticky-header .header-button.empty a.mail_call {
    font-size: 11.6px !important;
    letter-spacing: 0;
}

#sticky-header .header-button.empty a.phone_call {
    font-size: 17.6px !important;
    letter-spacing: 0;
}

#sticky-header .header-button.empty .btn_order_go_callback {
    width: 100%;
    min-height: 27px;
    margin-top: 0;
    padding: 5px 4px;
    font-size: 9.5px;
    line-height: 1.2;
    white-space: nowrap;
}

#sticky-header .header-contact-slot > .social-links {
    display: flex;
    flex-flow: row wrap;
    flex: 0 0 27px;
    width: 27px;
    height: 93px;
    align-content: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
}

#sticky-header .header-contact-slot:has(> .social-links > a:nth-child(4)) {
    flex-basis: 220px;
    width: 220px;
}

#sticky-header .header-contact-slot > .social-links:has(> a:nth-child(4)) {
    flex-basis: 60px;
    width: 60px;
}

#sticky-header .header-contact-slot > .social-links a {
    width: 27px;
    height: 27px;
    flex: none;
    border: 2px solid #04a79a;
    color: #04a79a;
    background: #fff;
    font-size: 13px;
}

#sticky-header .header-contact-slot > .social-links .social-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
}

.contact-online-details .social-links {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.contact-online-details .social-links:has(a)::before {
    content: "Follow One Timer";
    flex: 0 0 100%;
    margin-bottom: 2px;
    color: #222;
    font-weight: 700;
}

.contact-online-details .social-links a {
    color: #04a79a;
    background: #fff;
}

.main_find .social-links {
    gap: 12px;
    margin-top: 28px;
}

.main_find .social-links a,
.contact-online-details .social-links a {
    width: 44px;
    height: 44px;
    border: 2px solid #04a79a;
    color: #04a79a;
    background: #fff;
    font-size: 15px;
}

.main_find .social-links a:hover,
.main_find .social-links a:focus-visible,
.contact-online-details .social-links a:hover,
.contact-online-details .social-links a:focus-visible {
    color: #fff;
    background: #04a79a;
}

#popup_inquiry.callback-mode {
    width: min(440px, calc(100% - 24px));
    max-width: 440px;
}

#popup_inquiry.callback-mode > div {
    padding: 34px 30px 30px;
}

#popup_inquiry.callback-mode .callback-optional,
#popup_inquiry.callback-mode .inquiry-detail {
    display: none !important;
}

#popup_inquiry.callback-mode .contact_title {
    padding-bottom: 12px !important;
    text-align: center;
}

#popup_inquiry.callback-mode .contact_title h2 {
    margin-bottom: 4px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

#popup_inquiry.callback-mode .lead-form > .row {
    display: block;
    margin: 0;
}

#popup_inquiry.callback-mode .lead-form > .row > .form_box {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

#popup_inquiry.callback-mode .form_box label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

#popup_inquiry.callback-mode .form_box input {
    height: 48px;
}

#popup_inquiry.callback-mode .lead-privacy {
    margin: 14px 0 18px;
    color: #fff;
    font-size: 12px;
    line-height: 1.45;
}

#popup_inquiry.callback-mode .lead-privacy a {
    color: #4fd9cf;
}

#popup_inquiry.callback-mode .lead-form-status {
    min-height: 0;
}

.main_footer .foot_items_dop {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: #c8c8c8;
    font-size: 13px;
    line-height: 1.5;
}

.main_footer .foot_items_dop a {
    color: #fff;
    transition: color .2s ease;
}

.main_footer .foot_items_dop a:hover,
.main_footer .foot_items_dop a:focus-visible {
    color: #04a79a;
}

.go-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9000;
    display: inline-flex;
    width: 46px;
    height: 46px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    color: #fff;
    background: #04a79a;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
    transition: opacity .2s ease, transform .2s ease, background-color .2s ease;
}

.go-top[hidden] { display: none !important; }
.go-top:hover { color: #fff; background: #087f78; transform: translateY(-3px); }

@media (max-width: 767px) {
    .line_effects .effect_row .eff_item {
        flex: 0 0 calc(50% - 6px);
        min-height: 74px;
        padding: 8px;
    }

    .line_effects .effect_row .tech-logo { width: 100%; max-width: 100%; height: 29px; }
    .main_consult .lead-privacy { font-size: 13px; }
    .main_footer .foot_items_dop { flex-direction: column; gap: 6px; }
    .go-top { right: 16px; bottom: 16px; }
}

.lead-overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, .72);
}

.popup_block[hidden], .lead-overlay[hidden] { display: none !important; }
.popup_block:not([hidden]) { position: fixed; top: 50%; left: 50%; z-index: 9999; display: block; max-height: 90vh; overflow: auto; transform: translate(-50%, -50%); }
.lead-modal-open { overflow: hidden; }
.popup_cross { border: 0; background-color: transparent; cursor: pointer; }

.contact-online-details,
.static-content,
.policy-values,
.online-contact-cta { color: #222; }

.static-content { line-height: 1.7; }
.static-content h2 { margin-top: 32px; }
.product-order-note { margin: 12px 0 24px; }

:focus-visible {
    outline: 3px solid #04a79a !important;
    outline-offset: 3px;
}

.order_addons_head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.order_addons_title{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.order_addons_subtitle{
    color: rgba(255,255,255,.58);
    font-size: 12px;
    line-height: 1.3;
    margin-top: 3px;
}

.order_addons_total{
    color: #00a99d;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    white-space: nowrap;
    padding-top: 2px;
}

.order_addon_products_list.is-single .addon_product_item{
    margin: 0;
}

.addon_product_item{
    position: relative;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    background: rgba(0,0,0,.30);
    padding: 10px;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.addon_product_item:hover,
.addon_product_item.selected{
    border-color: rgba(0,169,157,.9);
    background: rgba(0,169,157,.08);
}

.addon_product_item.selected{
    box-shadow: none;
}

.addon_product_top{
    display: grid;
    grid-template-columns: 72px minmax(0,1fr) auto;
    align-items: center;
    gap: 12px;
}

.addon_product_image{
    width: 72px;
    height: 72px;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addon_product_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.addon_product_hover_img{
    position: absolute;
    top: calc(100% + 12px);
    left: 10px;
    width: 315px;
    height: 205px;
    display: none;
    padding: 8px;
    border: 2px solid #04a79a;
    background: #ffffff;
    z-index: 50;
    box-shadow: 0 16px 38px rgba(0,0,0,.45);
    pointer-events: none;
}

.addon_product_hover_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.addon_product_item:hover .addon_product_hover_img{
    display: block;
}

.order_addons,
.order_addon_products_list,
.order_addon_products_list .slick-track{
    overflow: visible;
}

.order_addon_products_list.is-carousel .slick-list{
    overflow: visible;
}

.addon_product_info{
    min-width: 0;
}

.addon_product_label{
    color: rgba(255,255,255,.45);
    font-size: 10px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.addon_product_title{
    color: #ffffff;
    font-size: 15px;
    line-height: 1.18;
    font-weight: 800;
    text-transform: uppercase;
}

.addon_product_price{
    color: #00a99d;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    margin-top: 7px;
}

.addon_product_toggle{
    border: 1px solid rgba(255,255,255,.65);
    background: transparent;
    color: #ffffff;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.addon_product_toggle:hover,
.addon_product_item.selected .addon_product_toggle{
    border-color: #00a99d;
    background: #00a99d;
    color: #ffffff;
}

.addon_product_params{
    display: none;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.addon_param_group{
    margin-bottom: 10px;
}

.addon_param_group:last-child{
    margin-bottom: 0;
}

.addon_param_title{
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 7px;
}

.addon_param_group.has-error .addon_param_title{
    color: #ff796d;
}

.addon_param_group .form-check-inline{
    margin: 0 6px 7px 0;
}

.addon_param_group .form-check-input{
    display: none;
}

.addon_param_group .form-check-label{
    min-width: 48px;
    min-height: 38px;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 0;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1.1;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease;
}

.addon_param_group .form-check-input:checked + .form-check-label{
    border-color: #00a99d;
    background: rgba(0,169,157,.20);
}

.addon_product_qty{
    display: none;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #ffffff;
    font-size: 13px;
}

.addon_product_item.selected .addon_product_qty{
    display: flex;
}

.addon_qty_btn,
.addon_qty{
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.62);
    background: transparent;
    color: #ffffff;
    text-align: center;
    border-radius: 7px;
}

.addon_qty_btn{
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.addon_qty{
    font-size: 13px;
    -moz-appearance: textfield;
}

.addon_qty:focus,
.addon_qty_btn:focus-visible{
    border-color: #00a99d;
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none;
}

.addon_qty::-webkit-outer-spin-button,
.addon_qty::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.order_addon_products_list.is-carousel{
    padding: 0 18px 22px;
}

.order_addon_products_list.is-carousel .slick-slide{
    padding: 0 4px;
}

.order_addon_products_list.is-carousel .slick-prev,
.order_addon_products_list.is-carousel .slick-next{
    width: 30px;
    height: 30px;
    z-index: 2;
}

.order_addon_products_list.is-carousel .slick-prev:before,
.order_addon_products_list.is-carousel .slick-next:before{
    color: #00a99d;
    font-size: 26px;
}

.order_addon_products_list.is-carousel .slick-prev{
    left: -7px;
}

.order_addon_products_list.is-carousel .slick-next{
    right: -7px;
}

.order_addon_products_list.is-carousel .slick-dots{
    bottom: -18px;
}

.order_addon_products_list.is-carousel .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 3px;
}

.order_addon_products_list.is-carousel .slick-dots li button{
    width: 10px;
    height: 10px;
    padding: 0;
}

.order_addon_products_list.is-carousel .slick-dots li button:before{
    color: #00a99d;
    font-size: 8px;
}

@media (max-width: 575px){
    .addon_product_hover_img{
        left: 0;
        width: min(280px, calc(100vw - 58px));
        height: 180px;
    }

    .order_addons_head{
        display: block;
    }

    .order_addons_total{
        margin-top: 6px;
        white-space: normal;
    }

    .addon_product_top{
        grid-template-columns: 58px minmax(0,1fr);
    }

    .addon_product_image{
        width: 58px;
        height: 58px;
    }

    .addon_product_toggle{
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 2px;
    }
}

/* Hockey-stick request process */
.stick-process {
    position: relative;
    overflow: hidden;
    padding: 96px 0 104px;
    color: #151515;
    background: #fff;
}

.stick-process::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #04a79a;
    content: "";
}

.stick-process-heading {
    max-width: 950px;
}

.stick-process-eyebrow {
    margin: 0 0 14px;
    color: #087f78;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .22em;
}

.stick-process-heading h2 {
    max-width: 900px;
    margin: 0;
    color: #0e0e0e;
    font-size: clamp(42px, 5vw, 70px);
    font-style: italic;
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.035em;
}

.stick-process-accent {
    display: block;
    width: 76px;
    height: 5px;
    margin-top: 26px;
    background: #04a79a;
}

.stick-process-grid {
    margin-top: 62px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.stick-process-step {
    min-height: 330px;
    padding: 42px 38px 44px;
}

.stick-process-step + .stick-process-step {
    border-left: 1px solid #d7d7d7;
}

.stick-process-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.stick-process-number {
    color: #04a79a;
    font-size: 58px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.05em;
}

.stick-process-icon {
    width: 52px;
    height: 52px;
    color: #0e0e0e;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.stick-process-step h3 {
    margin: 0 0 16px;
    color: #111;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.stick-process-step p {
    max-width: 330px;
    margin: 0;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 1.65;
}

@media (min-width: 768px) {
    .footer-main-row .foot_logo,
    .footer-main-row .foot_menu {
        display: flex;
        min-height: 44px;
        align-items: center;
    }

    .footer-main-row .foot_menu {
        justify-content: flex-end;
    }
}

@media (max-width: 991px) {
    .stick-process {
        padding: 76px 0 82px;
    }

    .stick-process-grid {
        margin-top: 48px;
    }

    .stick-process-step {
        min-height: 0;
        padding: 34px 12px;
    }

    .stick-process-step + .stick-process-step {
        border-top: 1px solid #d7d7d7;
        border-left: 0;
    }

    .stick-process-step p {
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    .stick-process-heading h2 {
        font-size: clamp(36px, 11vw, 52px);
    }

    .footer-main-row .foot_logo {
        display: block;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .stick-process {
        padding: 64px 0 70px;
    }

}

/* Product catalog parity and request modals */
:is(#stickCatalog, #accessoriesCatalog) .product_item_wrap {
    display: flex;
}

:is(#stickCatalog, #accessoriesCatalog) .product_item {
    width: 100%;
    min-height: 698px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    color: #000;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

:is(#stickCatalog, #accessoriesCatalog) .product_item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
}

:is(#stickCatalog, #accessoriesCatalog) .product_item:focus-visible {
    outline: 3px solid #04a79a !important;
    outline-offset: 4px;
}

:is(#stickCatalog, #accessoriesCatalog) .product_item .pi_image {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 350 / 507.5;
    background: #f6f7f8;
    overflow: hidden;
}

:is(#stickCatalog, #accessoriesCatalog) .product_item .pi_image::before {
    display: none;
}

:is(#stickCatalog, #accessoriesCatalog) .product_item .pi_image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
    transition: transform .25s ease;
}

:is(#stickCatalog, #accessoriesCatalog) .product_item:hover .pi_image {
    transform: none;
}

:is(#stickCatalog, #accessoriesCatalog) .product_item:hover .pi_image img {
    transform: scale(1.02);
}

:is(#stickCatalog, #accessoriesCatalog) .product_item .pi_info {
    position: relative;
    display: flex;
    flex: 1 0 190px;
    min-height: 190px;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 16px;
    color: #000;
    background: #fff;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

:is(#stickCatalog, #accessoriesCatalog) .product_item .pii_title,
:is(#stickCatalog, #accessoriesCatalog) .product_item.mini .pii_title {
    margin: 0 0 6px;
    color: #04a79a;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
}

:is(#stickCatalog, #accessoriesCatalog) .product_item .pii_price,
:is(#stickCatalog, #accessoriesCatalog) .product_item.mini .pii_price {
    margin-top: 8px !important;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

:is(#stickCatalog, #accessoriesCatalog) .product_item .pii_descr,
:is(#stickCatalog, #accessoriesCatalog) .product_item.mini .pii_descr {
    display: -webkit-box;
    min-height: 49px;
    margin-top: 10px !important;
    overflow: hidden;
    color: #a4a4a4;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.35;
    opacity: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

:is(#stickCatalog, #accessoriesCatalog) .product_item .pii_descr p {
    margin: 0;
    color: inherit;
    font: inherit;
}

:is(#stickCatalog, #accessoriesCatalog) .product-detail-link {
    align-self: flex-start;
    margin-top: auto;
    padding: 4px 0 0;
    color: #087f78;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    opacity: .82;
    text-decoration: none !important;
}

:is(#stickCatalog, #accessoriesCatalog) .product-detail-link:hover,
:is(#stickCatalog, #accessoriesCatalog) .product-detail-link:focus-visible,
.product-popup-detail-link:hover,
.product-popup-detail-link:focus-visible {
    color: #04a79a;
    background: transparent;
    opacity: 1;
    text-decoration: none !important;
}

:is(#stickCatalog, #accessoriesCatalog) .pii_title a {
    color: inherit;
    text-decoration: none !important;
}

.product-request-modal {
    width: min(1140px, calc(100vw - 32px));
    max-width: 1140px;
    max-height: min(92vh, 1080px) !important;
    border: 1px solid rgba(255, 255, 255, .16);
    color: #fff;
    background: #050606;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .65);
    overflow-x: hidden !important;
}

.product-request-modal > .checkout {
    padding: 34px 30px 38px;
}

.product-request-modal .popup_body,
.product-request-modal .product-request-form {
    width: 100%;
}

.product-popup-header {
    padding: 0 52px 26px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.product-popup-header p {
    margin: 0 0 3px;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.product-popup-header h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: clamp(32px, 4vw, 56px);
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.product-popup-detail-link {
    display: inline-flex;
    margin: 0;
    padding: 5px 0;
    color: #04a79a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    opacity: 1;
    text-decoration: none !important;
    text-transform: uppercase;
}

.product-popup-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 38px;
    padding-top: 30px;
}

.product-popup-gallery-main,
.custom-stick-preview-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: #f6f7f8;
}

.product-popup-gallery-main[role="button"]{
    cursor: zoom-in;
}

.product-popup-gallery-main[role="button"]:focus-visible{
    outline: 2px solid #04a79a;
    outline-offset: 3px;
}

.product-popup-gallery-hint{
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 8px 11px;
    color: #fff;
    background: rgba(0,0,0,.72);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    pointer-events: none;
    text-transform: uppercase;
}

.product-popup-gallery-main img,
.custom-stick-preview-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-popup-gallery-main img.is-fallback,
.custom-stick-preview-frame img.is-fallback {
    padding: 14%;
    object-fit: contain;
    background: #0b0c0d;
}

.product-popup-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.product-popup-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    background: #f6f7f8;
    cursor: pointer;
}

.product-popup-thumb:hover,
.product-popup-thumb.active,
.product-popup-thumb:focus-visible {
    border-color: #04a79a;
}

.product-popup-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-popup-config {
    min-width: 0;
}

.product-popup-price {
    margin-bottom: 12px;
    color: #04a79a;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.product-popup-order-note {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.55;
}

.product-popup-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 24px;
}

.product-popup-benefit {
    display: flex;
    min-height: 112px;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .04);
}

.product-popup-benefit img {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
}

.product-popup-benefit strong,
.product-popup-benefit span {
    display: block;
}

.product-popup-benefit strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
}

.product-popup-benefit span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .56);
    font-size: 11px;
    line-height: 1.35;
}

.product-request-modal .order_addons {
    margin: 0 0 26px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .025);
}

.product-request-modal .order_addons_title {
    margin: 0;
}

.product-request-modal .order_addons_subtitle {
    margin-bottom: 0;
}

.product-request-modal .addon_product_hover_img {
    display: none !important;
}

.product-popup-options,
.custom-stick-options {
    display: grid;
    gap: 20px;
}

.product-option {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.product-option[hidden] {
    display: none !important;
}

.product-option legend,
.product-option > label {
    display: block;
    width: auto;
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.product-option-values {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-option-values input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.product-option-values label {
    display: inline-flex;
    min-width: 48px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    padding: 9px 12px;
    border: 1.5px solid rgba(255, 255, 255, .8);
    color: #fff;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.product-option-values label small {
    font-size: 10px;
    opacity: .7;
}

.product-option-values label:hover,
.product-option-values input:focus-visible + label {
    border-color: #04a79a;
}

.product-option-values input:checked + label {
    border-color: #04a79a;
    color: #fff;
    background: #087f78;
}

.custom-select-option select,
.custom-number-option input {
    width: 100%;
    min-height: 50px;
    padding: 11px 13px;
    border: 1.5px solid rgba(255, 255, 255, .8);
    border-radius: 0;
    color: #fff;
    background: #090a0b;
    font-size: 15px;
}

.product-popup-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 0;
}

.product-popup-facts > div {
    padding: 14px;
    border-left: 3px solid #04a79a;
    background: rgba(255, 255, 255, .05);
}

.product-popup-facts dt,
.product-popup-facts dd {
    margin: 0;
}

.product-popup-facts dt {
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-popup-facts dd {
    margin-top: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.product-popup-characteristics,
.product-popup-description,
.product-popup-contact {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.product-popup-characteristics h3,
.product-popup-description h3,
.product-popup-contact h3 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 25px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
}

.product-popup-characteristics-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.product-popup-characteristic {
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .04);
    text-align: center;
}

.product-popup-characteristic img,
.product-popup-tech-mark {
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    height: 148px;
    padding: 12px;
    box-sizing: border-box;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    object-fit: contain;
    background: #fff;
}

.product-popup-characteristic > span:last-child {
    display: flex;
    min-height: 34px;
    flex: 1 1 auto;
    align-items: flex-start;
    justify-content: center;
    color: rgba(255, 255, 255, .76);
    font-size: 11px;
    line-height: 1.3;
}

.product-popup-tech-mark {
    flex-direction: column;
    color: #04a79a;
}

.product-popup-tech-mark strong {
    font-size: 25px;
}

.product-popup-tech-mark small {
    color: #111;
    font-size: 10px;
}

.product-popup-description-copy {
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.7;
    overflow-wrap: anywhere;
    word-break: normal;
}

.product-popup-description-copy * {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.product-popup-description-copy h2 {
    margin: 25px 0 10px;
    color: #fff;
    font-size: 22px;
}

.product-popup-description-copy h2:first-child {
    margin-top: 0;
}

.product-popup-description-copy li {
    margin-bottom: 6px;
}

.product-popup-contact .form_box label {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.product-popup-contact .row {
    margin-right: 0;
    margin-left: 0;
}

.product-popup-contact .row > [class*="col-"] {
    padding-right: 6px;
    padding-left: 6px;
}

.product-popup-contact .lead-honeypot {
    contain: strict;
}

.product-popup-contact .lead-honeypot label,
.product-popup-contact .lead-honeypot input {
    position: absolute !important;
    width: 1px !important;
    min-width: 0 !important;
    height: 1px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.product-popup-contact .form_box label span {
    color: rgba(255, 255, 255, .5);
    font-weight: 400;
}

.product-popup-contact .form_box input,
.product-popup-contact textarea {
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .72);
    border-radius: 0;
    color: #fff;
    background: transparent;
    outline: 0;
    transition: border-color .2s ease;
}

.product-popup-contact textarea {
    min-height: 98px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, .72);
    resize: vertical;
}

.product-popup-contact .form_box input:focus,
.product-popup-contact textarea:focus {
    border-color: #04a79a;
}

.product-popup-contact .form_box input::placeholder,
.product-popup-contact textarea::placeholder {
    color: rgba(255, 255, 255, .72);
}

.product-popup-contact .lead-privacy {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.55;
}

.product-popup-contact .lead-privacy a {
    color: #04a79a;
    text-decoration: none !important;
}

.product-popup-contact .lead-privacy input[type="checkbox"] {
    position: relative;
    display: block;
    flex: 0 0 22px;
    width: 22px !important;
    min-width: 22px !important;
    height: 22px !important;
    min-height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid #04a79a !important;
    border-radius: 3px;
    background: #fff;
    box-shadow: none;
}

.product-popup-contact .lead-privacy input[type="checkbox"]:checked {
    background: #04a79a;
}

.product-popup-contact .lead-privacy-copy {
    display: block;
    min-width: 0;
    max-width: 920px;
    line-height: 22px;
}

.product-gallery-lightbox{
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    align-items: center;
    gap: 18px;
    padding: 34px;
    background: rgba(0,0,0,.94);
}

.product-gallery-lightbox[hidden]{
    display: none !important;
}

.product-gallery-open{
    overflow: hidden;
}

.product-gallery-lightbox-figure{
    display: flex;
    width: 100%;
    height: calc(100vh - 68px);
    min-width: 0;
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-gallery-lightbox-figure img{
    display: block;
    max-width: 100%;
    max-height: calc(100% - 42px);
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-gallery-lightbox-figure figcaption{
    min-height: 24px;
    margin-top: 12px;
    color: rgba(255,255,255,.76);
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.product-gallery-lightbox-close,
.product-gallery-lightbox-nav{
    position: relative;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.52);
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.35);
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease;
}

.product-gallery-lightbox-close:hover,
.product-gallery-lightbox-close:focus-visible,
.product-gallery-lightbox-nav:hover,
.product-gallery-lightbox-nav:focus-visible{
    border-color: #04a79a;
    background: #087f78;
    outline: 0;
}

.product-gallery-lightbox-close{
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
}

.product-gallery-lightbox-close::before,
.product-gallery-lightbox-close::after{
    position: absolute;
    top: 25px;
    left: 14px;
    width: 24px;
    height: 2px;
    background: currentColor;
    content: "";
    transform: rotate(45deg);
}

.product-gallery-lightbox-close::after{
    transform: rotate(-45deg);
}

.product-gallery-lightbox-nav::before{
    position: absolute;
    top: 17px;
    left: 19px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.product-gallery-lightbox-next::before{
    left: 15px;
    transform: rotate(225deg);
}

.product-popup-contact .quote_button {
    margin-top: 20px;
}

.product-popup-contact .quote_button .btn {
    width: 100%;
}

.product-request-modal .lead-form-status {
    min-height: 24px;
    margin-top: 12px;
    color: #fff;
}

.custom-stick-preview .product-popup-benefits {
    margin-top: 12px;
}

.custom-stick-modal .order_addons {
    margin-top: 26px;
}

@media (max-width: 991px) {
    .product-popup-characteristics-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    :is(#stickCatalog, #accessoriesCatalog) .product_item_wrap {
        justify-content: center;
        margin-bottom: 34px;
    }

    :is(#stickCatalog, #accessoriesCatalog) .product_item {
        max-width: 350px;
        min-height: 698px;
    }

    .product-request-modal {
        width: calc(100vw - 20px);
        max-height: calc(100vh - 20px) !important;
    }

    .product-request-modal > .checkout {
        padding: 30px 20px;
    }

    .product-popup-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-popup-gallery-main,
    .custom-stick-preview-frame {
        max-height: 720px;
    }

    .product-popup-characteristics-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .product-request-modal > .checkout {
        padding: 26px 14px 30px;
    }

    .product-popup-header {
        padding-right: 42px;
    }

    .product-popup-header h2 {
        font-size: 34px;
    }

    .product-popup-benefits,
    .product-popup-facts {
        grid-template-columns: 1fr;
    }

    .product-popup-benefit {
        min-height: 0;
    }

    .product-request-modal .order_addons {
        padding: 14px;
    }

    .product-popup-characteristics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-popup-characteristic img,
    .product-popup-tech-mark {
        height: 128px;
        padding: 10px;
    }

    .product-gallery-lightbox{
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 6px;
        padding: 20px 8px;
    }

    .product-gallery-lightbox-figure{
        height: calc(100vh - 40px);
    }

    .product-gallery-lightbox-close,
    .product-gallery-lightbox-nav{
        width: 42px;
        height: 42px;
    }

    .product-gallery-lightbox-close{
        top: 12px;
        right: 12px;
    }

    .product-gallery-lightbox-close::before,
    .product-gallery-lightbox-close::after{
        top: 20px;
        left: 10px;
        width: 20px;
    }

    .product-gallery-lightbox-nav::before{
        top: 13px;
        left: 15px;
    }

    .product-gallery-lightbox-next::before{
        left: 11px;
    }

    .product-option-values label {
        min-height: 40px;
        padding: 8px 10px;
    }
}

/* Full hockey-stick pages share the product-popup design system. */
.product-request-page {
    padding-bottom: 100px;
    background: #fff;
}

.product-request-page .product-detail-card {
    padding: 34px 30px 38px;
    overflow: hidden;
    background: #000;
    color: #fff;
}

.product-request-page .product-detail-header {
    margin: 0;
}

.product-popup-header h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 56px);
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.product-request-page .product-detail-layout {
    margin-right: 0;
    margin-left: 0;
}

.product-request-page .product-detail-gallery-main,
.product-request-page .product-detail-gallery-thumb {
    border: 0;
}

.product-request-page .full-product-gallery-main {
    cursor: zoom-in;
}

.product-request-page .full-product-gallery-main:focus-visible {
    outline: 2px solid #04a79a;
    outline-offset: 3px;
}

.product-request-page .product-detail-configurator {
    padding-left: 0;
}

.product-request-page .order_addons {
    margin: 0 0 26px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 0;
    background: rgba(255, 255, 255, .025);
}

.product-request-page .order_addons_title {
    margin: 0;
}

.product-request-page .order_addons_subtitle {
    margin-bottom: 0;
}

.product-request-page .addon_product_hover_img {
    display: none !important;
}

.product-request-page .product-popup-characteristics,
.product-request-page .product-popup-description,
.product-request-page .product-popup-contact {
    margin-top: 34px;
    padding-top: 30px;
}

.product-request-page .product-popup-characteristics h3,
.product-request-page .product-popup-description h2,
.product-request-page .product-popup-contact h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 25px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.product-request-page .product-detail-description .consen_descr {
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.7;
}

.product-request-page .product-detail-order .quote_button .btn {
    width: 100%;
    min-height: 55px;
}

.product-request-page .lead-form-status {
    min-height: 24px;
    margin-top: 12px;
    color: #fff;
}

@media (max-width: 767px) {
    .product-request-page .product-detail-card {
        padding: 30px 20px 34px;
    }

    .product-request-page .product-popup-gallery-main {
        max-height: 720px;
    }
}

@media (max-width: 575px) {
    .product-request-page .product-detail-card {
        padding: 26px 14px 30px;
    }

    .product-request-page .product-popup-header {
        padding-right: 0;
    }

    .product-popup-header h1 {
        font-size: 34px;
    }

    .product-request-page .order_addons {
        padding: 14px;
    }
}

/* Rebuilt Contact page: source-style contact block plus one universal form. */
.contact-page-rebuilt .contact-page-hero {
    padding-top: 75px;
    background: #fff;
}

.contact-page-hero .main_title h1 {
    margin: 0;
    color: #000;
}

.contact-page-hero .find_info .si_items {
    align-items: baseline;
}

.contact-page-hero .find_info .si_item {
    overflow-wrap: anywhere;
    text-decoration: none !important;
}

.contact-page-hero .contact-page-hours {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: 600;
}

.contact-page-form-section .contact-page-form-box,
.contact-page-form-section .lead-form {
    position: relative;
    z-index: 1;
}

.contact-page-form-section .form_box input,
.contact-page-form-section .form_box textarea {
    display: block;
    width: 100%;
    min-height: 54px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .78);
    border-radius: 0;
    color: #fff;
    background: transparent;
    font-size: 18px;
    outline: 0;
    transition: border-color .2s ease;
}

.contact-page-form-section .form_box textarea {
    min-height: 150px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .78);
    resize: vertical;
}

.contact-page-form-section .form_box input::placeholder,
.contact-page-form-section .form_box textarea::placeholder {
    color: rgba(255, 255, 255, .78);
    opacity: 1;
}

.contact-page-form-section .form_box input:focus,
.contact-page-form-section .form_box textarea:focus {
    border-color: #04a79a;
}

.contact-page-form-section .lead-privacy {
    margin-top: 24px;
}

.contact-page-form-section .quote_button {
    margin-top: 24px;
}

.contact-page-form-section .quote_button .btn {
    width: 100%;
    min-height: 58px;
}

.contact-page-form-section .lead-form-status {
    color: #fff;
}

@media (max-width: 767px) {
    .contact-page-rebuilt .contact-page-hero {
        padding-top: 45px;
    }

    .contact-page-hero .main_title {
        padding-bottom: 0 !important;
    }

    .contact-page-hero .find_info .si_items {
        align-items: center;
        justify-content: flex-start;
        gap: 12px 24px;
    }

    .contact-page-hero .find_info .si_items .si_item {
        font-size: 22px;
    }

    .contact-page-hero .contact-page-hours {
        font-size: 16px !important;
    }

    .contact-page-form-section .form_box input,
    .contact-page-form-section .form_box textarea {
        font-size: 16px;
    }
}

/* Footer information architecture: primary, customer care, and legal. */
.main_footer .foot_menu_primary ul {
    column-gap: 46px;
}

.footer-care-row {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-nav-label {
    display: inline-flex;
    color: #04a79a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.main_footer .foot_menu_secondary {
    font-size: 11px;
}

.main_footer .foot_menu_secondary ul {
    flex-wrap: wrap;
    gap: 8px 26px;
}

.main_footer .foot_menu_secondary a {
    color: #d1d1d1;
    font-weight: 600;
}

/* Shared form spacing and the custom-stick contact layout. */
.lead-form .form_box input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.lead-form .form_box textarea {
    box-sizing: border-box;
    padding-right: 14px;
    padding-left: 14px;
}

.custom-stick-modal .product-popup-config > .custom-stick-addons {
    margin: 20px 0 30px;
}

.custom-stick-modal .custom-design-notes-row {
    margin-top: 4px;
}

#popup_order_construct .custom-design-notes textarea {
    min-height: 66px;
    padding: 11px 14px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .72);
    border-radius: 0;
    resize: vertical;
}

#popup_order_construct .custom-design-notes textarea:focus {
    border-bottom-color: #04a79a;
}

@media (min-width: 992px) {
    #popup_order_construct .custom-contact-fields {
        display: flex;
        flex-wrap: nowrap;
    }
}

@media (min-width: 768px) {
    .footer-care-row .foot_menu {
        display: flex;
        min-height: 38px;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .footer-care-row {
        margin-top: 24px;
        padding-top: 22px;
        text-align: center;
    }

    .footer-nav-label {
        margin-bottom: 6px;
    }

    .main_footer .foot_menu_primary ul,
    .main_footer .foot_menu_secondary ul {
        justify-content: center;
        margin-top: 16px;
        gap: 10px 22px;
    }
}
