/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{appearance:none;border-radius:0}input[type="search"]{appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

@font-face {
    font-family: 'MursGothic-WideDark';
    src: url('fonts/MursGothic-WideDark.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Black';
    src: url('fonts/Raleway-Black.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('fonts/Raleway-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('fonts/Raleway-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url('fonts/Raleway-ExtraBold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('fonts/Raleway-SemiBold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('fonts/Raleway-Medium.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Italic';
    src: url('fonts/Raleway-Italic.ttf') format('truetype');
    font-style: normal;
}

body {
    background-color: #000;
    background-image: url(/wp-content/uploads/2025/12/bg.svg);
    max-width: 1280px;
    margin: 0 auto;
}

body .is-layout-flex {
    display: none;
}

p, h1, h2, h3 {
    margin: 0;
}

header.header {
    display: none;
}

header {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #1b1b1b;
    border-bottom: 1px solid #F8AC1A;
}

.header-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#branding a {
    display: block;
    height: 68px;
}

#branding a img {
    width: 61px;
}

.header-container nav a {
    color: #F8AC1A;
    text-decoration: none;
    text-transform: lowercase;
    font-family: Raleway-Regular, sans-serif;
    font-size: 18px;
    margin: 0 15px;
}

.header-container nav a:hover {
    color: #fafafa;
}

.header-container .links {
    display: flex;
}

.header-container .links a {
    background: #F8AC1A;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0 5px;
}

/* Стили для выпадающего меню */
        .dropdown {
            position: relative;
            display: inline-block;
        }
        
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #1b1b1b;
            min-width: 250px;
            z-index: 1000;
            border: 1px solid #F8AC1A;
            border-radius: 5px;
            padding: 15px;
            margin-top: 6px;
            animation: dropdownFade 0.3s;
        }
        
        /* Класс для показа меню */
        .dropdown-content.show {
            display: block;
            z-index: 9999999999999;
        }
        
        @keyframes dropdownFade {
            from { opacity: 0; transform: translateY(-5px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .dropdown-content a {
            display: block;
            padding: 10px;
            text-decoration: none;
            color: #333;
            border-bottom: 1px solid #212121;
            text-transform: none !important;
        }
        
        .dropdown-content a:hover {
            color: #fafafa;
        }
        
        /* Стиль для активной ссылки каталога */
        .dropdown-toggle.active {
            color: #fafafa;
        }
        
        /* НОВЫЕ СТИЛИ ДЛЯ КАСТОМНОЙ СТРЕЛОЧКИ */
        .dropdown-toggle {
            position: relative;
            padding-right: 25px;
            text-decoration: none;
            color: inherit;
        }
        
        /* Вариант 1: Используем background-image */
        .dropdown-toggle .custom-arrow {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 16px;
            height: 16px;
            background-image: url('/wp-content/uploads/2025/12/down.svg'); /* Ваш файл */
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transition: transform 0.3s;
            filter: brightness(0) saturate(100%) invert(70%) sepia(90%) saturate(500%) hue-rotate(350deg) brightness(100%) contrast(100%);
        }
        
        .dropdown-toggle.active .custom-arrow {
            transform: translateY(-50%) rotate(180deg);
            filter: none;
        }
        
        /* Убираем старый символ */
        .dropdown-toggle::after {
            display: none;
        }

/*HOME page*/
.bg-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.bg-left .bg-1-mobile {
    display: none;
}

.bg-right {
    position: absolute;
    right: 0;
    top: 85px;
}

.bg-right-mob {
    display: none;
}

.container-home-1 {
    background: #1b1b1b;
    border: 1px solid #F8AC1A;
    border-radius: 30px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    top: 110px;
    height: 500px;
    padding: 0 50px;
    margin-bottom: 250px;
}

.container-home-1 .content {
    width: 60%;
}

.container-home-1 .content .text-top {
    color: #F8AC1A;
    font-family: Raleway-Regular, sans-serif;
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 30px;
    width: 80%;
}

.container-home-1 .content .title-top {
    color: #fff;
    font-family: Raleway-Regular, sans-serif;
    font-size: 50px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.container-home-1 .content .title {
    color: #fff;
    font-family: MursGothic-WideDark, sans-serif;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
}

.container-home-1 .content .text {
    color: #fff;
    font-family: Raleway-Regular, sans-serif;
    font-size: 20px;
    max-width: 445px;
    line-height: 20px;
}

.container-home-1 .content .btns {
    margin-top: 50px;
}

.container-home-1 .content .btns a {
    background: #F8AC1A;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    text-align: center;
    width: 60%;
    margin-right: 20px;
    border-radius: 1000px;
    color: #0d0d0d;
    font-family: Raleway-ExtraBold, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.container-home-1 .content .btns a:hover, .for_from:hover, .form-home .wpcf7-submit:hover, .add-to-cart-btn:hover, .checkout-button:hover, .checkout-confirm-button:hover, .modal-content button:hover, .modal-content a:hover {
    background: #fff;
    animation: dropdownFade 0.3s;
}

.container-home-1 img {
    position: absolute;
    right: 0;
}

.slider-1-mob {
    display: none !important;
}

.slider-1-mob .owl-dots {
    display: none;
}

/*slider-1*/
.slider-1 .carousel-item {
    position: relative;
    overflow: hidden;
}

.slider-1 .carousel-item h3 {
    color: #fff;
    font-family: MursGothic-WideDark, sans-serif;
    font-size: 61px;
    line-height: 84%;
    margin: 0;
    margin-top: 24px;
}

.slider-1 .carousel-item span {
    margin-left: 90px;
}

.slider-1 .carousel-item ul {
    padding-left: 20px;
    padding-top: 20px;
}

.slider-1 .carousel-item ul li {
    color: #fff;
    font-family: Raleway-Regular, sans-serif;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 15px;
    list-style: disc;
}

.slider-1 .carousel-item .img-1 {
    position: absolute;
    bottom: 0;
    right: 220px;
    width: auto;
    z-index: 1;
}

.slider-1 .carousel-item .img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 1;
}

.slider-1 .carousel-item .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.slider-1 .owl-dot span {
    width: 17px !important;
    height: 17px !important;
    border: 1px solid #F8AC1A;
    background: none !important;
}

.slider-1 .owl-dot.active span, .slider-1-mob .owl-dot.active span {
    background: #F8AC1A !important;
}

.slider-1 .owl-nav {
    margin-top: -10px !important;
}
/*end slider-1*/

h1 {
    color: #fff;
    font-family: MursGothic-WideDark, sans-serif;
    font-size: 60px;
    line-height: 92%;
    margin-top: 100px;
    margin-bottom: 30px;
}

.container-home-2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.container-home-2 .left {
    width: 60%;
}

.container-home-2 .left .top {
    background: #1b1b1b;
    border: 1px solid #F8AC1A;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 24px 20px 24px 44px;
}

.container-home-2 .left .top p {
    color: #fff;
    font-family: Raleway-Regular, sans-serif;
    font-size: 20px;
    line-height: 150%;
}

.container-home-2 .left .top .text-top span {
    font-family: Raleway-Black, sans-serif;
    font-size: 30px;
}

.container-home-2 .left .top .text-center {
    display: flex;
    align-items: center;
}

.container-home-2 .left .top .text-center span {
    background: url(/wp-content/uploads/2026/01/container-home-2-bg-1.svg) no-repeat;
    background-size: 100%;
    display: flex;
    width: 120px;
    height: 57px;
    align-items: center;
    justify-content: center;
    font-family: Raleway-Black, sans-serif;
    font-size: 30px;
    line-height: 100%;
    margin: 10px;
}

.container-home-2 .left .bottom {
    background: #1b1b1b;
    border: 1px solid #F8AC1A;
    border-radius: 30px;
    padding: 24px 0 24px 44px;
}

.container-home-2 .left .bottom p {
    color: #fff;
    font-family: Raleway-Regular, sans-serif;
    font-size: 20px;
    line-height: 150%;
}

.container-home-2 .left .bottom span {
    border-bottom: 3px solid #F8AC1A;
}

.container-home-2 .left .bottom .span-top {
    border-bottom: none;
}

.container-home-2 .right {
    position: relative;
    width: 40%;
    background-color: #1b1b1b !important;
    background: url(/wp-content/uploads/2026/01/container-home-2-bg.svg);
    border: 1px solid #F8AC1A;
    border-radius: 30px;
    height: 530px;
    margin-left: 20px;
}

.container-home-2 .right .img-1 {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.container-home-2 .right .img-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 500px;
    display: none;
}

.img-bg-1 {
    position: absolute;
    margin-top: 20px;
    left: 0;
}

.img-bg-2 {
    position: absolute;
    margin-top: 60px;
    left: 0;
}

.img-bg-3 {
    position: absolute;
    margin-top: 110px;
    left: 0;
}

.img-bg-4 {
    position: absolute;
    margin-top: 260px;
    right: 0;
}

h2, h2 span {
    color: #fff;
    font-family: Raleway-SemiBold, sans-serif;
    font-size: 40px;
}



h2.desc {
    font-family: Raleway-Regular, sans-serif;
    font-weight: 400;
    margin-bottom: 80px;
    font-size: 20px;
    line-height: 25px;
}

h2.desc a {
    color: #fff;
}

h2 span {
    font-size: 20px;
}

/*каталог*/

.slider-prod .carousel-item {
    background: url(/wp-content/uploads/2026/01/fon-cart-home.svg) no-repeat;
    background-position: 0 -70px;
    background-color: #1b1b1b;
    border: 1px solid #F8AC1A;
    border-radius: 30px;
    height: 350px;
    margin-top: 80px;
    transition: all 0.3s ease;
}

.slider-prod .carousel-item:hover {
    transform: translateY(-10px);
}

.slider-prod .carousel-item a {
    text-decoration: none;
}

.slider-prod .carousel-item img {
    height: 257px;
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    top: -50px;
    margin-bottom: -70px;
}

.slider-prod .carousel-item .ray img {
    height: 166px;
    top: 20px;
    margin-bottom: 55px;
}

.slider-prod .carousel-item h3 {
    color: #fff;
    font-family: Raleway-SemiBold, sans-serif;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
}

.slider-prod .carousel-item .desc {
    color: rgba(255, 255, 255, 0.7);
    font-family: Raleway-Regular, sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.slider-prod .carousel-item .text {
    color: #fff;
    font-family: Raleway-Medium, sans-serif;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    display: none;
}

.slider-dots .owl-dots {
    border: 1px solid #F8AC1A;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.slider-dots .owl-dot {
    width: 100%;
}

.slider-dots .owl-dot span {
    width: 100% !important;
    height: 8px !important;
    background: none !important;
    margin: 0 !important;
}

.slider-dots .owl-dot.active span {
    background: #F8AC1A !important;
}

.title-prod {
    margin-top: 50px;
}

.prod-bg-1 {
    position: absolute;
    left: 0;
    margin-top: 80px;
}

.prod-bg-2 {
    position: absolute;
    right: 0;
    margin-top: 0px;
}
/*end каталог*/

.container-home-3 {
    display: flex;
}

.container-home-3 .container {
    background: url(/wp-content/uploads/2026/01/chv.svg) no-repeat;
    background-position: bottom;
    border: 1px solid #F8AC1A;
    border-radius: 30px;
    height: 466px;
    width: 33%;
    margin: 0 10px;
    padding: 14px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.container-home-3 .container.left:hover, .container-home-3 .container.conter:hover, .container-home-3 .container.bottom:hover {
    transform: translateY(-10px);
}

.container-home-3 h3 {
    color: #fff;
    font-family: Raleway-SemiBold, sans-serif;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.container-home-3 p {
    color: #fff;
    font-family: Raleway-Regular, sans-serif;
    font-size: 18px;
    text-align: center;
}

.container-home-3 img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.container-home-3 .left {
    left: 0;
    transform: translateX(0);
    z-index: 0;
}

.container-home-3 .left .img-l {
    width: 330px;
    left: 28%;
    bottom: -20px;
    z-index: 9;
}

.container-home-3 .left .img-r {
    width: 370px;
    left: 76%;
    bottom: -50px;
}

.container-home-3 .conter .left {
    width: 310px !important;
    left: -100px;
    bottom: -70px;
}

.container-home-3 .bottom img {
    width: 600px;
}

.container-home-3 .bottom .ar-1 {
    z-index: 0;
    width: 100%;
    top: 70px;
    left: 60%;
}

.container-home-3 .right {
    right: 0;
    transform: translateX(-30%);
    z-index: 0;
}

.for_from {
    background: #F8AC1A;
    border-radius: 100px;
    color: #0d0d0d;
    font-family: Raleway-ExtraBold, sans-serif;
    font-size: 20px;
    margin: 20px auto;
    max-width: 400px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.container-form, .container-form-top {
    display: none;
    align-items: center;
    border-radius: 30px;
    padding: 27px 37px 0;
    background: url(/wp-content/uploads/2026/01/form-back-full.svg) no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 550px;
}

.container-form-top {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.container-form .left h3, .container-form-top .left h3 {
    color: #fff;
    font-family: Raleway-SemiBold, sans-serif;
    font-size: 40px;
    margin-bottom: 30px;
}

.container-form .left p, .container-form-top .left p {
    color: #fff;
    font-family: Raleway-Regular, sans-serif;
    font-size: 18px;
}

.container-form .wp-block-column, .container-form-top .wp-block-column {
    position: relative;
    overflow: hidden;
}

.container-form .wp-block-contact-form-7-contact-form-selector {
    margin-bottom: 30px;
}

.container-form .form-back, .container-form-top .form-back {
    width: 50%;
    position: absolute;
    bottom: -100px;
    left: 130px;
    z-index: 1;
    display: none;
}

.container-form .form-bg, .container-form-top .form-bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
}

.form-home {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-home p {
    width: 100%;
}

.form-home p img {
    margin-left: 10px;
}

.close-form-top, .close-form {
    color: #F8AC1A;
    text-align: right;
    width: 100%;
    margin: 20px 0;
    text-decoration: underline;
    cursor: pointer;
}

    .close-form-top.desctop, .close-form.desctop {
        display: block;
        margin-top: 0;
        font-family: Raleway-SemiBold, sans-serif;
    }

    .close-form-top.mobile, .close-form.mobile {
        display: none;
    }

.close-form-top.mobile img, .close-form.mobile img {
    margin-left: 10px;
}

.form-home .close-form img {

}

.form-home .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.form-home .wpcf7-form-control-wrap .city {
    width: 100%;
    margin-top: 20px;
}

.form-home .wpcf7-form-control-wrap .company {
    width: 100%;
}

.form-home .form-company {
    width: 100%;
}

.form-home .form-company input {
    width: 100%;
    margin-top: 20px;
}

.form-home .wpcf7-form-control-wrap input {
    background: #131313;
    border: 1px solid #F8AC1A;
    border-radius: 10px;
    height: 58px;
    color: #fff;
    font-family: 'Raleway-Regular', sans-serif;
    font-variant: lining-nums;
    font-style: italic;
    font-size: 18px;
    outline: none;
    padding: 0 30px;
}

.form-home .container-form-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.form-home .wpcf7-form-control-wrap .form-name {
    width: 100%;
    margin-bottom: 20px;
}

.form-home .wpcf7-form-control-wrap .form-email {
    max-width: 282px;
    width: 100%;
}

.form-home .wpcf7-form-control-wrap .form-tel {
    max-width: 282px;
    width: 100%;
}

.form-home .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-home .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.form-home .wpcf7-acceptance .wpcf7-list-item input {
    height: 17px;
    margin-right: 10px;
}

/*кастомный checkbox*/
/* Стилизация кастомного checkbox */
.form-home .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"], .terms-checkbox input[type="checkbox"], 
.checkout-custom-container input[type="checkbox"], .agreement-checkbox input[type="checkbox"] {
    /* Скрываем стандартный checkbox */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #F8AC1A; /* Желтый бордер для не нажатого состояния */
    border-radius: 0px;
    background-color: transparent; /* Прозрачный фон по умолчанию */
    cursor: pointer;
    position: relative;
    outline: none;
    transition: all 0.3s ease;
    vertical-align: middle;
    padding: 0;
}

/* Состояние при наведении */
.form-home .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:hover, .terms-checkbox input[type="checkbox"]:hover, 
.checkout-custom-container input[type="checkbox"]:hover, .agreement-checkbox input[type="checkbox"]:hover {
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

/* Состояние когда checkbox отмечен */
.form-home .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked, .terms-checkbox input[type="checkbox"]:checked, 
.checkout-custom-container input[type="checkbox"]:checked, .agreement-checkbox input[type="checkbox"]:checked {
    background-color: #F8AC1A; /* Желтый фон при нажатии */
    border-color: #F8AC1A;
}

/* Состояние фокуса для доступности */
.form-home .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:focus, .terms-checkbox input[type="checkbox"]:focus, 
.checkout-custom-container input[type="checkbox"]:focus, .agreement-checkbox input[type="checkbox"]:focus {
    box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.3);
}

/* Состояние disabled */
.form-home .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:disabled, .terms-checkbox input[type="checkbox"]:disabled, 
.checkout-custom-container input[type="checkbox"]:disabled, .agreement-checkbox input[type="checkbox"]:disabled {
    border-color: #ccc;
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.form-home .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:disabled:checked, .terms-checkbox input[type="checkbox"]:disabled:checked, 
.checkout-custom-container input[type="checkbox"]:disabled:checked, .agreement-checkbox input[type="checkbox"]:disabled:checked {
    background-color: #e0e0e0;
    border-color: #aaa;
}
/*end кастомный checkbox*/

.form-home .wpcf7-acceptance .wpcf7-list-item span {
    color: #fff;
    font-family: Raleway-Regular, sans-serif;
    font-size: 18px;
}

.form-home .drop-down-list-form {
    width: 100%;
    margin-top: 20px;
}

.form-home .drop-down-list-form span {
    color: #fff;
    opacity: 100% !important;
}

.form-home .drop-down-list {
    background: #131313;
    height: 58px;
    color: #fff;
    font-family: 'Raleway-Regular', sans-serif;
    font-variant: lining-nums;
    font-style: italic;
    font-size: 18px;
    width: 100%;
    border: 1px solid #F8AC1A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.form-home .drop-down-list .current {
    opacity: 40%;
}

.form-home .wpcf7-submit {
    background: #F8AC1A;
    border-radius: 1000px;
    border: none;
    color: #0d0d0d;
    font-family: Raleway-ExtraBold, sans-serif;
    font-size: 20px;
    width: 217px;
    height: 52px;
}

.wpcf7-not-valid-tip {
    display: none;
}

.form-home .text-bottom {
    color: #fff;
    font-family: Raleway-Regular, sans-serif;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-home .text-bottom a, .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-not-valid {
    border: 1px solid #a00 !important;
}

/*modal for form*/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #F8AC1A;
    margin: 15% auto;
    padding: 50px;
    border-radius: 30px;
    width: 80%;
    height: 360px;
    text-align: center;
    position: relative;
}

.modal-content h2 {
    color: #1B1B1B;
    font-size: 40px;
    text-align: left;
    width: 30%;
}

.modal-content p {
    color: #1B1B1B;
    font-size: 18px;
    width: 40%;
    text-align: left;
    margin-top: 20px;
    font-family: Raleway-Regular, sans-serif;
}

.modal-content button, .modal-content a {
    background: #1B1B1B;
    border-radius: 1000px;
    color: #F8AC1A;
    font-size: 20px;
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 217px;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-family: Raleway-Regular, sans-serif;
}

.modal-content .form-modal {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.modal-content .form-modal-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.modal-content .form-modal-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/*end modal for form*/

.chv-bg {
    position: absolute;
    margin-top: -100px;
    right: 0;
    z-index: -1;
    display: none;
}

.slider-media .carousel-item {
    background: #1b1b1b;
    border: 1.5px solid #F8AC1A;
    border-radius: 30px;
    overflow: hidden;
    padding: 20px;
    height: 440px;
    position: relative;
    cursor: pointer;
}

.slider-media .carousel-item .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 263px;
}

.slider-media .carousel-item .container .chefru {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.slider-media .carousel-item h3 {
    color: #fff;
    font-family: MursGothic-WideDark, sans-serif;
    font-size: 28px;
    line-height: 100%;
    margin: 20px 0;
}

.slider-media .carousel-item a {
    text-decoration: none;
    color: #fff;
    font-family: Raleway-Regular, sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
}

.slider-media .carousel-item a:hover {
    color: #F8AC1A;
}

.slider-media .carousel-item a img {
    width: 14px;
    margin-left: 10px;
    display: none;
}

.container-slider-media {
    position: relative;
}

.custom-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    z-index: 1;
    width: 100%;
}

.custom-nav .smprev-slide {
    background: #1b1b1b;
    border: 1px solid #F8AC1A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 36px;
    height: 51px;
    border-radius: 0 10px 10px 0px;
}

.custom-nav .smnext-slide {
    background: #1b1b1b;
    border: 1px solid #F8AC1A;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(-180deg);
    cursor: pointer;
    width: 36px;
    height: 51px;
    border-radius: 0 10px 10px 0px;
}

.custom-nav button:hover {
    background: #F8AC1A;
}

.container-home-4 {
    display: flex;
    align-items: center;
}

.container-home-4 .block img {
    transition: transform 0.3s ease, filter 0.3s ease;
    /* Плавный переход для всех соседних элементов */
    will-change: transform;
}

.container-home-4 img {
    margin-right: 20px;
    transition: transform 0.3s ease;
    /* Убирает подергивание в Safari */
    backface-visibility: hidden;
}

.container-home-4 .block img:hover {
    transform: scale(1.15); /* Увеличение на 15% */
    /* Можно добавить тень для эффекта "поднятия" */
    filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.15));
}

.slider-part {
    margin-bottom: 20px;
}
/*end HOME page*/

/*footer*/
footer {
    background: #1b1b1b;
    border: 1px solid #F8AC1A;
    border-radius: 30px 30px 0px 0px;
    height: 540px;
    padding: 42px 54px;
    display: flex;
    justify-content: flex-start;
    margin-top: 100px;
    position: relative;
}

footer .rus {
    height: 42px;
    position: absolute;
    bottom: 30px;
}

footer .prava {
    margin-top: 10px;
    margin-bottom: 10px !important;
}

footer .logo {
    position: relative;
}

footer .logo .logo-r {
    position: absolute;
    top: 10px;
    right: 10px;
}

footer .info {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}

footer .info p {
    color: #F8AC1A;
    font-family: Raleway-Regular, sans-serif;
    font-size: 18px;
    line-height: 126%;
    margin-bottom: 20px;
    font-variant: lining-nums;
}

footer .info a {
    text-decoration: none;
    color: #F8AC1A;
    font-family: Raleway-Regular, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

footer a:hover {
    color: #fff;
}

footer menu {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-left: 100px;
}

footer menu a {
    text-decoration: none !important;
    color: #F8AC1A !important;
    font-family: Raleway-Regular, sans-serif;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

footer menu .foo-tel, footer .info p span, footer menu span {
    font-variant: lining-nums;
}

footer menu a img {
    margin-right: 10px;
    width: 28px;
}

footer menu p {
    color: #F8AC1A;
    font-family: Raleway-Regular, sans-serif;
    font-size: 18px;
    line-height: 126%;
}

.footer-1 {
    position: absolute;
    left: 0;
    margin-top: -450px;
    z-index: -1;
}

.footer-2 {
    position: absolute;
    right: 0;
    margin-top: -660px;
    z-index: -1;
}
/*end footer*/

.top-btn {
    background: #F8AC1A;
    border-radius: 100%;
    width: 93px;
    height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    text-decoration: none;
}

.top-btn.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.top-btn.scroll-mode {
    /* Стили для зафиксированного состояния */
    position: fixed;
}

.top-btn .text {
    color: #0d0d0d;
    font-family: Raleway-SemiBold, sans-serif;
    font-size: 16px;
    margin-top: 5px;
}

/*mobile*/
.mobile-header {
    display: none;
    padding: 0 50px;
}

.mobile-header .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-header .top .logo {
    display: flex;
    align-items: center;
}

.mobile-header .top .logo .logo-text {
    margin-left: 20px;
}

.mobile-header .top .btn .menu-open {
    cursor: pointer;
}

.mobile-header .top .btn .menu-close {
    display: none;
    cursor: pointer;
}

.mobile-menu {
    max-height: 770px;
    background: #1b1b1b;
    padding: 50px;
    position: fixed;
    z-index: 9999;
    transition: all 0.3s ease;
    overflow: visible;
    opacity: 0;
    width: 90%;
    transform: translateX(100%);
}

.mobile-menu-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
}

.mobile-menu-btns a {
    color: #F8AC1A;
    font-family: Raleway-Regular, sans-serif;
    font-size: 25px;
    text-decoration: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #21212c;
    width: 100%;
    padding-bottom: 10px;
}

.mobile-menu .dop-menu-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu .dop-menu-btn img {
    filter: brightness(0) saturate(100%) invert(70%) sepia(90%) saturate(500%) hue-rotate(350deg) brightness(100%) contrast(100%);
}

.mobile-menu .dop-menu-btn.active {
    color: #fff;
}

.mobile-menu .dop-menu-btn.active img {
    transform: rotate(180deg);
    filter: none;
}

.mobile-menu .dop-menu.show {
    display: flex;
    padding-left: 20px;
}

.mobile-menu .dop-menu-container {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
}

.mobile-menu .dop-menu-container.show {
    max-height: 1000px;
}

.mobile-menu .dop-menu {
    display: block;
    padding-left: 20px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease 0.1s; /* Задержка для синхронизации с контейнером */
}

.mobile-menu .dop-menu-container.show .dop-menu {
    opacity: 1;
    transform: translateY(0);
}

.mobile-menu .bottom {
    display: flex;
    margin-top: 20px;
    position: absolute;
    bottom: 50px;
}

.mobile-menu .bottom a {
    background: #F8AC1A;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0 5px;
}

.container-home-4 .btn, .mobile-footer {
    display: none;
}

/*карточка товара*/
.hleb {
    margin-top: 30px;
    margin-bottom: 10px;
} 

.hleb a {
    text-decoration: none;
    font-family: Raleway-SemiBold, sans-serif;
    color: #F8AC1A;
    font-size: 14px;
}

.hleb .nazad {
    display: none;
}

.hleb .title_prod {
    
}

.custom-product-header {
        padding: 20px 0;
    }
    
    .product-main-title {
        font-size: 40px;
        font-weight: 600;
        margin: 0 0 10px 0;
        color: #fff;
    }
    
    .product-header-meta {
        display: none;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        margin-top: -20px;
        margin-bottom: 50px;
    }

    .product-header-meta-top {
        margin-top: -10px;
    }

    .product-header-meta .back {
        font-size: 14px;
        color: #989291;
        position: absolute;
        right: 0;
    }
    
    .product-sku {
        font-size: 14px;
        color: #989291;
        font-family: 'Raleway-Regular', sans-serif;
        font-variant: lining-nums;
    }
    
    .product-share {
        font-size: 14px;
        color: #989291;
        text-decoration: none;
        margin-left: 20px;
        font-family: 'Raleway-Regular', sans-serif;
        font-variant: lining-nums;
    }

    .product-share img {
        margin-right: 5px;
    }
    
    .header-divider {
        border: none;
        border-top: 0.5px solid #F8AC1A;
    }
@media (min-width: 1400px) and (max-width: 1700px) {
    #container #content .cart-bg {
        display: block !important;
    }
}

@media (min-width: 1700px) {
    #container #content .cart-bg-2 {
        display: block !important;
    }
}
    #container #content .cart-bg, #container #content .cart-bg-2 {
        position: absolute;
        width: 100%;
        top: 270px;
        left: 0;
        bottom: 50px;
        display: none;
    }
    
    /* Три колонки в одну линию */
    .product-main-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
        margin-top: 60px;
        align-items: start;
        position: relative;
    }
    
    /* Колонка с изображением */
    .product-image-column {
        position: relative;
    }
    
    .custom-product-gallery {
        width: 100%;
    }
    
    .main-product-image {
        width: 100%;
        border-radius: 27px;
        position: relative;
        height: 353px;
        border: 1px solid #F8AC1A;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #0F0D07;
    }
    
    .main-product-image img {
        max-width: 333px;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    /* Колонка с характеристиками */
    .product-specs-column {
        height: 100%;
        width: 400px;
    }
    
    .specs-box {
        height: 100%;
        box-sizing: border-box;
    }
    
    .specs-title {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #fff;
        font-family: Raleway-Bold, sans-serif;
    }
    
    .specs-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .spec-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 12px;
        border-bottom: 1px solid #989291;
    }
    
    .spec-label {
        min-width: 160px;
        color: #989291;
        font-size: 16px;
        font-family: Raleway-Medium, sans-serif;
    }
    
    .spec-value {
        text-align: right;
        color: #989291;
        font-size: 16px;
        font-family: Raleway-Medium, sans-serif;
        flex: 1;
        font-variant: lining-nums;
    }

    .ves {
        flex-direction: column;
        border: none;
    }

    .ves .spec-label {
        margin-bottom: 10px;
    }
    
    /* Радио-кнопки веса */
    .weight-radio-container {
        margin-top: 5px;
    }
    
    .weight-radio-options {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
    
    .weight-radio-option {
        display: flex;
        align-items: center;
    }
    
    .weight-radio-option input[type="radio"] {
        display: none;
    }
    
    .weight-radio-option label {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0F0D07;
        border: 1px solid #F8AC1A;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        width: 85px;
        height: 50px;
        text-align: center;
        transition: all 0.3s;
        color: #FFFFFF;
    }
    
    .weight-radio-option input[type="radio"]:checked + label {
        background: #F8AC1A;
        color: #0F0D07;
    }
    
    .no-variations {
        color: #666;
        font-style: italic;
        margin: 0;
    }
    
    /* Колонка с ценой и корзиной */
    .price-cart-column {
        height: 100%;
        position: absolute;
        right: 0;
    }
    
    .price-cart-box {
        border: 1px solid #F8AC1A;
        border-radius: 14px;
        padding: 15px;
        box-sizing: border-box;
    }
    
    .price-display {
        margin-bottom: 20px;
    }
    
    .product-price {
        font-size: 32px;
        font-weight: bold;
        color: #333;
        margin-bottom: 5px;
    }
    
    .product-price .amount {
        font-size: 45px;
        font-weight: 700;
        color: #fff;
        font-family: 'Roboto', sans-serif;
    }
    
    .box-divider {
        border: none;
        border-top: 1px solid #ddd;
        margin: 20px 0;
    }
    
    /* Форма корзины */
    .cart-form-container {
        margin-top: 20px;
    }
    
    /* Количество товара */
    .quantity-selector {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    
    .quantity-controls {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        background: #0F0D07;
        border-radius: 4px;
    }

    .quantity-controls .qty-minus, .quantity-controls .qty-plus, .quantity-controls .qty-input {
        height: 36px;
    }

    .quantity-controls .qty-plus {
        padding-right: 30px;
    }
    
    .qty-minus,
    .qty-plus {
        width: 40px;
        height: 44px;
        background: #0F0D07;
        border: 1px solid #0F0D07;
        cursor: pointer;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.7);
    }
    
    .qty-minus {
        border-right: none;
        border-radius: 4px 0 0 4px;
        margin-top: -5px;
    }

    .page-id-145 .qty-minus {
        margin-top: 0;
    }
    
    .qty-plus {
        border-left: none;
        border-radius: 0 4px 4px 0;
        margin-left: -20px;
    }
    
    .qty-input {
        width: 60px;
        height: 44px;
        text-align: center;
        border: 1px solid #0F0D07;
        background: #0F0D07;
        color: #fff;
        border-left: none;
        border-right: none;
        font-size: 24px;
        outline: none;
        padding-right: 10px;
    }
    
    /* Кнопка корзины */
    .add-to-cart-btn {
        background: #F8AC1A;
        color: #0D0D0D;
        border: none;
        border-radius: 662px;
        padding: 10px 30px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        font-family: Raleway-ExtraBold, sans-serif;
        width: 100%;
        height: 44px;
        cursor: pointer;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
    }
    
    /* Итоговая цена */
    .total-price-display {
        margin-bottom: 20px;
    }
    
    .total-price-display strong {
        font-size: 24px;
        font-family: Raleway-Medium, sans-serif;
        color: #989291;
    }
    
    .total-amount {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }
    
    /* Стандартная форма WooCommerce (для простых товаров) */
    .simple-product-form .quantity {
        display: flex !important;
        margin-bottom: 15px !important;
    }
    
    .simple-product-form .qty {
        width: 60px !important;
        height: 44px !important;
    }
    
    .simple-product-form .single_add_to_cart_button {
        background: #0073aa !important;
        color: white !important;
        border: none !important;
        border-radius: 4px !important;
        padding: 12px 30px !important;
        font-size: 16px !important;
        font-weight: bold !important;
        width: 100% !important;
        height: 44px !important;
        margin-bottom: 15px !important;
    }
    
    /* Табы */
    .product-tabs-container {
        margin-top: 50px;
        margin-bottom: 200px;
    }

    .product-tabs-container h3 {
        color: #989291;
        font-size: 22px;
        font-weight: 600;
        font-family: Raleway-SemiBold, sans-serif;
    }
    
    .tabs-navigation {
        display: flex;
        margin-top: 10px;
        margin-bottom: -1px;
        border-bottom: 0.5px solid #F8AC1A;
    }
    
    .tab-btn {
        background: none;
        border: none;
        border-bottom: 3px solid transparent;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        font-family: Raleway-SemiBold, sans-serif;
        color: #989291;
    }
    
    .tab-btn.active {
        padding: 0;
    }
    
    .tabs-content {
        padding-top: 20px;
    }
    
    .tab-pane {
        display: none;
        color: #989291;
        font-size: 18px;
        font-family: Raleway-Medium, sans-serif;
        line-height: 20px;
        font-variant: lining-nums;
    }

    .tab-pane strong {
        font-weight: 600;
    }
    
    .tab-pane.active {
        display: block;
    }

    .tab-pane table.shop_attributes th {
        width: 200px;
        text-align: left;
    }

    .tab-pane table.shop_attributes td {
        font-style: normal;
    }
    
    /* Скрываем стандартные элементы */
    .woocommerce-tabs,
    .product_meta,
    .woocommerce-product-rating,
    .variations_form, .woocommerce-notices-wrapper {
        display: none !important;
    }
    
    /* Фиксируем стандартную структуру */
    .single-product div.product {
        display: block !important;
    }
    
    .single-product .summary.entry-summary {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
        margin-top: -30px;
    }

    .related.products {
        display: none;
    }

    .samovyvoz-box {
        max-width: 350px;
    }

    .samovyvoz-box .samovyvoz-title {
        font-size: 22px;
        font-family: 'Raleway-Bold', sans-serif;
        color: #fff;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .samovyvoz-content {

    }

    .samovyvoz-content a {
        color: #F8AC1A;
        text-decoration: none;
        font-size: 18px;
        font-family: 'Raleway-Regular', sans-serif;
        font-variant: lining-nums;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .samovyvoz-content img {
        margin-right: 10px;
    }

    .samovyvoz-content .samovyvoz-tel {
        
    }

    .samovyvoz-content .samovyvoz-mail {

    }

    .samovyvoz-content p {
        color: #F8AC1A;
        font-size: 18px;
        font-family: 'Raleway-Regular', sans-serif;
        font-variant: lining-nums;
        line-height: 25px;
    }

    .single-product {
        background: #1B1B1B;
    }

    .page-id-145 {
        background: #0F0D07;
    }

    .page-id-259 h2, .page-id-3 h2, .page-id-498 h2, .page-id-494 h2, .page-id-496 h2 {
        font-family: MursGothic-WideDark, sans-serif;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 60px;
        font-size: 60px;
        color: #fff;
    }

    .page-id-3 .entry-content p, .page-id-494 .entry-content p, .page-id-496 .entry-content p {
        font-family: 'Raleway-Regular', sans-serif;
        line-height: 20px;
    }

    .page-id-3 .entry-content p a {
        text-decoration: none;
        color: #fff;
    }
    
    /* Адаптивность */
    @media (max-width: 1024px) {
        .product-main-container {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .specs-box,
        .price-cart-box {
            height: auto;
        }
    }
    
    @media (max-width: 768px) {
        .product-main-title {
            font-size: 24px;
        }
        
        .product-price {
            font-size: 28px;
        }
        
        .tabs-navigation {
            overflow-x: auto;
            white-space: nowrap;
            margin-top: 90px;
        }
        
        .tab-btn {
            padding: 12px 20px;
            font-size: 14px;
        }
        
        .spec-row {
            gap: 5px;
        }
        
        .spec-label,
        .spec-value {
            width: 50%;
        }
        
        .weight-radio-options {
            flex-direction: column;
        }
    }
/*end карточка товара*/

/*фиксированная корзина*/
.single-product #fixed-cart-counter {
    
}

.show-cart-count {
    display: block !important;
}

#fixed-cart-counter {
    position: fixed;
    top: 75px;
    right: 20px;
    background: #F8AC1A;
    color: white;
    padding: 12px;
    border-radius: 1000px;
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    width: 60px;
}

.fix-cart-count-mob {
    display: none;
}

#fixed-cart-counter:hover {
    transform: scale(1.05);
}

#fixed-cart-counter a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-icon {
    font-size: 20px;
}

.container-cart-count {
    border: 1px solid #F8AC1A;
    background: #000000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cart-count {
    font-size: 14px;
    font-family: 'Raleway-Regular', sans-serif;
    font-weight: 100;
    color: #fff;
}

/*end фиксированная корзина*/

/*страница корзины*/
/* Стили для корзины */
.custom-cart-page {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.custom-cart-page form {
    width: 60%;
}

.cart-title {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 60px;
    color: #fff;
}

.post-145 {
    position: relative;
}

.post-145 .back {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #989291;
}

.cart-header .header-select-all {

}

.cart-header .select-all-checkbox {

}

.cart-header .select-all-checkbox input {

}

.cart-header .select-all-checkbox span {

}

.cart-header .header-selected-count, .cart-header {
    display: none;
}

.cart-item .cart-item-checkbox {
    position: absolute;
    height: 35px;
    left: 0;
}

.cart-item .cart-item-checkbox input {

}

/*********************************************/
/* Скрываем настоящие чекбоксы, но оставляем доступными */
.cart-header input[type="checkbox"],
.cart-item-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 1;
}

/* Контейнеры для кастомных чекбоксов */
.cart-header .header-select-all,
.cart-item-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Кастомный квадрат для "Выбрать все" */
.header-select-all .select-all-checkbox::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 2px solid white;
  border-radius: 4px;
  background: transparent;
  margin-right: 10px;
  transition: all 0.2s;
}

/* Кастомный квадрат для чекбоксов товаров */
.cart-item-checkbox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 4px;
  background: transparent;
  transition: all 0.2s;
}

/* Галочка для "Выбрать все" */
.header-select-all .select-all-checkbox::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-70%) rotate(45deg);
  width: 8px;
  height: 18px;
  border: solid white;
  border-width: 0 4px 4px 0;
  opacity: 0;
  transition: opacity 0.2s;
}

/* Галочка для чекбоксов товаров */
.cart-item-checkbox::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-70%) rotate(45deg);
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 4px 4px 0;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 1;
}

/* Выбранное состояние для "Выбрать все" */
#select-all-items:checked + .select-all-checkbox::before {
  background-color: #000;
}

#select-all-items:checked + .select-all-checkbox::after {
  opacity: 1;
}

/* Выбранное состояние для чекбоксов товаров */
.cart-item-checkbox input[type="checkbox"]:checked ~ .cart-item-checkbox::before,
.cart-item-checkbox input[type="checkbox"]:checked::before {
  background-color: #000;
}

.cart-item-checkbox input[type="checkbox"]:checked ~ .cart-item-checkbox::after,
.cart-item-checkbox input[type="checkbox"]:checked::after {
  opacity: 1;
}

/* Альтернативный, более простой вариант для товаров */
.cart-item-checkbox input[type="checkbox"]:checked + label::before {
  background-color: #000;
}

.cart-item-checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

/* Стили для label в чекбоксах товаров */
.cart-item-checkbox label {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.cart-item-checkbox label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 2px solid white;
  border-radius: 4px;
  background: transparent;
  background-color: #000;
  transition: all 0.2s;
}

.cart-item-checkbox label::after {
  content: '';
  position: absolute;
  left: 12px;
  top: 6px;
  width: 3px;
  height: 10px;
  border: solid white;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}

/* Фокус состояние */
.cart-header input[type="checkbox"]:focus + .select-all-checkbox::before,
.cart-item-checkbox input[type="checkbox"]:focus + label::before {
  outline: none;
}
/*********************************************/

/* Стили для товаров в корзине */
.cart-items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.cart-item {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1B1B1B;
}

.cart-item-image {
    flex: 0 0 120px;
}

.cart-item-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.cart-item-details {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.cart-item-info {
    flex: 1;
    margin-left: 10px;
}

.cart-item-title {
    margin: 0 0 10px 0;
    font-size: 25px;
}

.cart-item-title a {
    color: #fff;
    text-decoration: none;
    font-family: 'Raleway-SemiBold', sans-serif;
}

.cart-item-title a:hover {
    color: #F8AC1A;
}

.cart-item-variations span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.cart-item-price {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
}

.cart-item-actions {
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 20px;
}

/* Способ 1 и 2 */
.quantity-buttons-wrapper,
.quantity-controls {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: fit-content;
}

.qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #1B1B1B;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.qty-btn svg {
    width: 16px;
    height: 16px;
    stroke: #333;
}

.quantity .quantity-input {
    width: 60px !important;
    height: 36px;
    border: none !important;
    text-align: center;
    padding: 0;
    font-size: 28px;
    font-weight: 500;
    background: #1B1B1B;
    color: #fff;
    outline: none;
    -moz-appearance: textfield;
}

.quantity-input-wrapper .quantity input.qty::-webkit-outer-spin-button,
.quantity-input-wrapper .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Способ 3 */
.custom-quantity-input {
    display: inline-block;
}

.custom-quantity-input .quantity-buttons {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
    background: white;
}

.custom-quantity-input .quantity-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease;
}

.custom-quantity-input .quantity-btn:hover:not(:disabled) {
    background: #f0f0f0;
}

.custom-quantity-input .quantity-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.custom-quantity-input .quantity-btn .btn-icon {
    display: block;
    line-height: 1;
}

.custom-quantity-input .quantity-display {
    padding: 0 15px;
    min-width: 60px;
    text-align: center;
    font-weight: 500;
}

.custom-quantity-input .quantity-value {
    font-size: 16px;
}

.custom-quantity-input .quantity-label {
    font-size: 12px;
    color: #999;
    margin-left: 3px;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .quantity-buttons-wrapper,
    .quantity-controls {
        width: 100%;
    }
    
    .qty-btn {
        width: 25px;
        height: 25px;
    }
    
    .quantity-input-wrapper .quantity input.qty {
        flex: 1;
        width: auto !important;
    }
}

.cart-item-remove .remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    transition: background 0.3s;
}

.cart-item-remove .remove:hover {
    background: none !important;
}

/* Сайдбар с итогами */
.cart-sidebar {
    padding: 38px 20px;
    background: #1B1B1B;
    border-radius: 20px;
    max-width: 410px;
    width: 100%;
}

.cart-summary {
    
}

.summary-title {
    margin: 0 0 20px 0;
    font-size: 22px;
    text-align: center;
}

.summary-details {
    margin-bottom: 20px;
}

.summary-details .selected-items-total {
    display: none;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-label {
    color: #fff;
    font-size: 20px;
    font-family: 'Raleway-Regular', sans-serif;
}

.price-dots {
    flex-grow: 0.99; /* Растягивается на всю доступную ширину */
    height: 1px;
    position: relative;
    overflow: hidden;
}

.price-dots::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0;
    border-bottom: 1px dotted #989291;
    transform: translateY(-50%);
}

.summary-value {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: bold;
}

.total-label {
    color: #fff;
    font-size: 25px;
    font-family: 'Raleway-SemiBold', sans-serif;
}

.total-value {
    color: #fff;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}

/* Кнопка оформления заказа */
.checkout-button-wrapper {
    
}

.checkout-button {
    background-color: #F8AC1A !important;
    border-radius: 1000px !important;
    color: #0D0D0D !important;
    font-size: 20px !important;
    font-family: 'Raleway-ExtraBold', sans-serif;
    width: 100%;
    height: 52px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Условия и соглашения */
.cart-terms {
    padding-top: 25px;
    display: none;
}

.terms-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.terms-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.terms-checkbox span {
    width: 70%;
    font-family: 'Raleway-Regular', sans-serif;
}

.terms-description {
    color: #fff;
    font-size: 12px;
    font-family: 'Raleway-Regular', sans-serif;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.wc-empty-cart-message, .woocommerce-form-coupon-toggle {
    display: none;
}

.container-basket-empty {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 100px;
}

.container-basket-empty .content .text {
    color: #fff;
    font-size: 60px;
    font-family: Raleway-Regular, sans-serif;
    font-weight: 900;
    margin-bottom: 50px;
}

.container-basket-empty .content .return-to-shop a {
    background: #F8AC1A;
    border-radius: 1000px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D0D0D;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-weight: 800;
    font-size: 25px;
    text-transform: uppercase;
}

.page-id-145 #fixed-cart-counter {
    display: none;
}

.page-id-145 .hleb, .page-id-146 .hleb, .page-id-498 .hleb, .page-id-259 .hleb, .page-id-3 .hleb, .page-id-496 .hleb, .page-id-494 .hleb {
    display: flex;
    align-items: center;
}

.page-id-145 .hleb img, .page-id-146 .hleb img, .page-id-498 .hleb img, .page-id-259 .hleb img, .page-id-3 .hleb img, .page-id-496 .hleb img, .page-id-494 .hleb img {
    transform: rotate(180deg);
    margin-right: 5px;
}

.page-id-145 .hleb .nazad, .page-id-146 .hleb .nazad, .page-id-498 .hleb .nazad, .page-id-259 .hleb .nazad, .page-id-3 .hleb .nazad, .page-id-496 .hleb .nazad, .page-id-494 .hleb .nazad {
    display: block;
}

.page-id-146 .hleb .nazad {
    text-decoration: underline;
}

.page-id-146 .footer-1, .page-id-146 .footer-2, .page-id-145 .footer-1, .page-id-145 .footer-2 {
    display: none;
}

/*оформление заказа*/
/* Скрываем стандартные секции */
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
    display: none !important;
}

/* Стили для нашей кастомной структуры */
.custom-checkout-wrapper {
    max-width: 730px;
    width: 100%;
}

.checkout-section {
    margin-bottom: 30px;
}

.section-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
    color: #fff;
}

.section-subtitle {
    margin-bottom: 15px;
    color: #fff;
    font-size: 25px;
    font-family: 'Raleway-SemiBold', sans-serif;
}

.checkout-section.checkout-address-section {
    display: none;
}

.checkout-section.checkout-shipping-section {
    color: #000;
    margin-bottom: 20px;
}

.checkout-shipping-section.delivery-error .post5-map-btn-wrapper button {
    border: 1px solid #a00;
    border-radius: 10px !important;
}

.checkout-shipping-section.no-city {
    display: none;
}

.post5-map-btn-wrapper {
    margin-top: -40px;
}

.post5-map-btn-wrapper button {
    background-color: #f8ac1a00 !important;
    border-radius: 1000px !important;
    color: #F8AC1A !important;
    font-family: 'Raleway-ExtraBold', sans-serif;
    text-decoration: underline !important;
}

.city-hint,
.address-hint {
    margin-top: 10px;
    font-size: 14px;
    color: #888;
    font-style: italic;
}

/* Стили для поля города */
.city-input-field input,
.address-input-field input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #4CAF50;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.city-input-field.with-icon {
    position: relative;
    width: 60%;
}

.city-input-field input:focus,
.address-input-field input:focus {
    outline: none;
}

.woocommerce-error, #add_payment_method .checkout .checkout-inline-error-message, .woocommerce-cart .checkout .checkout-inline-error-message, .woocommerce-checkout .checkout .checkout-inline-error-message {
    display: none !important;
}

/* Особые стили для поля адреса */
.address-input-field input {
    border-color: #2196F3;
}

.address-input-field input:focus {
    border-color: #1976D2;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.2);
}

/* Стили для полей получателя */
.recipient-fields input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.recipient-fields input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.1);
}

.woocommerce-invalid-required-field .custom-checkout-wrapper .input-text {
    border: 1px solid #a00;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: var(--wc-red) !important;
}

.recipient-fields label {
    display: none !important;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}

.recipient-fields .validate-phone {
    display: inline-block;
    width: 50%;
}

.recipient-fields .validate-email {
    display: inline-block;
    width: 49%;
    margin-left: 5px !important;
}

/* Стили для стандартного блока доставки WooCommerce */
.checkout-shipping-section #shipping_method {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checkout-shipping-section #shipping_method li {
    margin-bottom: 10px;
}

.checkout-shipping-section #shipping_method li label {
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: normal;
}

.checkout-shipping-section #shipping_method li input[type="radio"]:checked + label {
    border-color: #4CAF50;
    background: rgba(76, 175, 80, 0.05);
    font-weight: 500;
}

.checkout-shipping-section #shipping_method .amount {
    display: none;
}

/* Стили для информации о ПВЗ (если нужно будет показать) */
.pickup-info {
    margin-top: -40px;
    margin-bottom: 30px;
    display: none;
    font-variant: lining-nums;
}

.pickup-info.show {
    display: block;
}

.pickup-info div {
    margin-bottom: 8px;
}

.pickup-info .tochka {
    font-size: 25px;
    font-family: 'Raleway-SemiBold', sans-serif;
}

.pickup-info .adress {
    font-size: 20px;
    font-family: 'Raleway-Regular', sans-serif;
}

.pickup-info .srok {
    font-size: 20px;
    font-family: 'Raleway-Regular', sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

.pickup-info .desc {
    color: #F8AC1A;
    font-size: 24px;
    font-family: 'Raleway-SemiBold', sans-serif;
    margin-top: 20px;
}

.pickup-info div:last-child {
    margin-bottom: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
    .custom-checkout-wrapper {
        
    }
    
    .checkout-section {
        margin-bottom: 20px;
    }
    
    .section-title {
        font-size: 25px;
    }

    .section-subtitle, .pickup-info .tochka, .checkbox-label {
        font-size: 16px;
    }

    .pickup-info .adress, .pickup-info .srok {
        font-size: 12px;
    }

    .recipient-fields .validate-phone {
        width: 100%;
    }

    .recipient-fields .validate-email {
        width: 100%;
        margin-left: 0;
    }
    
    .city-input-field input,
    .address-input-field input,
    .recipient-fields input {
        padding: 10px 12px;
        font-size: 15px;
    }
}

/* Стили для чекбоксов и кнопки */
        .checkout-agreements-and-button {
            max-width: 410px;
            height: 100%;
            padding: 38px 20px;
            background: #1B1B1B;
            border-radius: 20px;
        }

        .checkout-agreements-and-button .order-summary-info {
            font-variant: lining-nums;
        }

        .checkout-agreements-and-button .order-summary-info .order-summary-item {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            margin-bottom: 15px;
        }

        .delivery-cost-item {
            
        }

        .checkout-agreements-and-button .order-summary-info .order-summary-item.itogo span {
            font-size: 25px;
            font-family: 'Raleway-SemiBold', sans-serif;
        }

        .checkout-agreements-and-button .checkout-place-order {
            margin-top: 50px;
            margin-bottom: 20px;
        }
        
        .checkout-agreements {
            margin-bottom: 25px;
        }
        
        .agreement-checkbox {
            margin-top: 10px;
        }
        
        .agreement-checkbox:last-child {
            margin-bottom: 0;
        }
        
        .agreement-checkbox label {
            display: flex;
            align-items: center;
            cursor: pointer;
            font-size: 15px;
            color: #333;
            margin: 0;
        }
        
        .agreement-checkbox input[type="checkbox"] {
            width: 20px;
            height: 20px;
            margin-right: 12px;
            cursor: pointer;
            accent-color: #4CAF50;
            flex-shrink: 0;
        }

        .agreement-checkbox span {
            margin-bottom: 0;
            color: #fff;
        }

        .agreement-checkbox .checkbox-label div {
            text-decoration: underline;
        }
        
        .checkbox-label {
            line-height: 1.4;
        }
        
        .checkout-confirm-button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 14px;
            color: #0D0D0D;
            border: none;
            border-radius: 1000px;
            font-size: 20px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            background: #F8AC1A;
            text-transform: uppercase;
            font-family: 'Raleway-ExtraBold', sans-serif;
        }

        .checkout-confirm-button.sub-dis {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .checkout-confirm-button .button-text {
            font-size: 20px;
        }
        
        .checkout-confirm-button .button-total {
            font-size: 22px;
            font-weight: 700;
            background: rgba(255, 255, 255, 0.2);
            padding: 8px 15px;
            border-radius: 6px;
            backdrop-filter: blur(5px);
        }
        
        .agreement-checkbox.error {
            border-color: #dc3545;
            animation: shake 0.5s;
        }
        
        @keyframes shake {
            0%, 100% { transform: translateX(0); }
            10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
            20%, 40%, 60%, 80% { transform: translateX(5px); }
        }
        
        @media (max-width: 768px) {
            .checkout-agreements-and-button {
                margin: 20px auto;
                padding: 20px;
            }
            
            .checkout-confirm-button {
                padding: 18px;
                flex-direction: column;
                gap: 10px;
            }
            
            .checkout-confirm-button .button-text {
                font-size: 18px;
            }
            
            .checkout-confirm-button .button-total {
                font-size: 20px;
            }
        }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkout-header-container {
    width: 100%;
    margin-top: 30px;
}

.checkout-header-container a {
    color: #F8AC1A;
    font-size: 14px;
    font-family: 'Raleway-SemiBold', sans-serif;
    text-decoration: underline;
}

.checkout-header-container img {
    transform: rotate(180deg);
    margin-right: 5px;
}

.checkout-header-container .checkout-page-title {
    margin-top: 30px;
}

.custom-checkout-wrapper .input-text {
    background-color: #131313 !important;
    border-radius: 10px !important;
    padding: 16px 29px !important;
    color: #fff !important;
    opacity: 70%;
    font-size: 18px;
    font-family: 'Roboto', sans-serif !important;
    outline: none !important;
    border-color: #131313 !important;
}

.shipping-access .section-subtitle, .shipping-access #shipping_method {
    display: none;
}

.itogo {
    display: none !important;
}

.itogo-show {
    display: flex !important;
}

.city-autocomplete-list {
    top: 60px !important;
    left: 0 !important;
}

.city-autocomplete-list .city-item {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Raleway-Regular', sans-serif;
    cursor: pointer;
}
/*end оформление заказа*/

/* Адаптивность */
@media (max-width: 768px) {
    .cart-item {
        flex-direction: row;
    }
    
    .cart-item-image {
        flex: 0 0 auto;
        max-width: 200px;
        margin: 0 auto;
    }
    
    .cart-item-details {
        flex-direction: row;
        align-items: stretch;
        gap: 15px;
    }
    
    .cart-actions {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }
    
    .coupon {
        flex-direction: column;
    }
    
    .coupon input {
        min-width: auto;
        width: 100%;
    }
}

/*end страница корзины*/

/*страница оформления заказа*/
body.woocommerce-checkout {
    color: #fff;
}

body.woocommerce-checkout #fixed-cart-counter {
    display: none;
}

/* Скрываем стандартную форму WooCommerce */
.woocommerce-checkout form.checkout {
    display: block !important;
}

/* Общие стили для нашей формы */
.checkout-custom-container {
    
}

.checkout-custom-container h1 {
    margin-top: 60px;
}

.checkout-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}

.checkout-grid .checkout-left {
    width: 60%;
}

.checkout-grid .checkout-right {
    max-width: 410px;
}

.checkout-block {
    margin-bottom: 20px;
}

.checkout-title {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #fff;
    padding-bottom: 15px;
}

/* Поля ввода */
.form-field {
    margin-bottom: 15px;
}

.form-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field textarea {
    width: 100%;
    padding: 19px 30px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    box-sizing: border-box;
    background: #131313;
    color: #fff;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: #000;
    outline: none;
}

.container-form-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-form-field .billing_phone, .container-form-field .organization_kpp {
    margin-left: 15px;
    width: 50%;
}

.container-form-field .billing_email, .container-form-field .organization_inn {
    width: 50%;
}

/* Чекбоксы */
.checkbox-label {
    display: block;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Raleway-Regular', sans-serif;
}

.checkbox-label a {
    color: #fff;
}

.checkbox-label input {
    margin-right: 10px;
    width: 18px;
    height: 18px !important;
}

.organization-fields {
    display: none;
}

/* Радио кнопки */
.radio-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.radio-option {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    background: #1B1B1B;
    width: 50%;
}

.radio-option:hover {
    border-color: #ccc;
}

.radio-option:has(input[type="radio"]:checked) {
    border: 1px solid #F8AC1A;
}

.radio-option:has(input[type="radio"]:checked) img {
    filter: brightness(0) saturate(100%) invert(70%) sepia(90%) saturate(500%) hue-rotate(350deg) brightness(100%) contrast(100%);
}

.radio-option input {
    margin-right: 12px;
    display: none;
}

.radio-option .option-content {
    flex: 1;
}

.option-content .option-title {
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
    font-size: 25px;
}

.option-content .option-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
}

.delivery_method {
    margin-left: 15px;
}

.delivery_method .option-content .option-desc {
    display: flex;
    flex-direction: column;
}

.delivery_method .option-content .option-desc span {
    margin-top: 10px;
}

.radio-option img {
    filter: brightness(0) invert(1);
}

/* Блок доставки */
.delivery-fields {
    padding-top: 15px;
}

.map-pickup iframe {
    border-radius: 10px;
    overflow: hidden;
}

.map-pickup .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.map-pickup .content .title {
    font-size: 20px;
    font-family: Roboto, sans-serif;
}

.map-pickup .content p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

.address-grid {
    display: flex;
    gap: 15px;
}

.address-grid .left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60%;
}

.address-grid .left .full-width {
    margin-bottom: 15px;
}

.address-grid .right {
    width: 40%;
}

.address-grid .full-width {
    background: #131313;
    border: none;
    outline: none;
}

.address-grid .nofull-width {
    width: 30% !important;
}

.address-grid textarea {
    height: 100%;
}

/* Блок оплаты */
#payment_options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#payment_options .radio-option {
    flex-direction: row-reverse;
    align-items: center;
    width: 80%;
    background: none;
    border-bottom: 1px solid #1b1b1b;
    border-radius: 0px;
}

#payment_options .radio-option input {
    display: block;
}

#payment_options .radio-option:has(input[type="radio"]:checked) {
    border-bottom: 1px solid #1b1b1b;
    border-top: none;
    border-left: none;
    border-right: none;
}

#payment_options .option-content .option-title {
    margin-left: 30px;
}

#payment_options img {
    filter: none !important;
}

/* Скрываем стандартный radio */
.custom-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Создаем кастомный radio */
.radio-checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background-color: white;
    margin-right: 10px;
    transition: all 0.3s ease;
    vertical-align: middle;
}

/* Активное состояние */
.custom-radio input[type="radio"]:checked ~ .radio-checkmark {
    background-color: #F8AC1A;
    border: none;
}

/* Черный круг внутри */
.custom-radio input[type="radio"]:checked ~ .radio-checkmark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #000000; /* Черный круг */
    border-radius: 50%;
}

/* Для фокуса (доступность) */
.custom-radio input[type="radio"]:focus ~ .radio-checkmark {
    box-shadow: 0 0 0 3px rgba(248, 172, 26, 0.2);
}

/* Блок итогов */
.order-summary-block {
    background: #1B1B1B;
    border-radius: 20px;
    padding: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: none;
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-row.total {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    padding-top: 15px;
}

.summary-row.total .summary-label {
    font-size: 25px;
    font-family: 'Raleway-SemiBold', sans-serif;
}

.summary-row.total .summary-value {
    font-size: 25px;
}

.summary-label {
    color: #fff;
}

.summary-value {
    font-weight: 500;
}

/* Кнопка оплаты */
.payment-btn {
    width: 100%;
    background: #F8AC1A;
    color: #0D0D0D;
    border: none;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 1000px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 20px;
    transition: background 0.3s;
}

/* Согласие */
.agreement-section {
    margin-top: 20px;
}

.agreement-checkbox {
    margin-bottom: 8px;
}

.agreement-note {
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 70%;
}

/* Стили для попапа "Спасибо" */
.thank-you-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.thank-you-popup {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    animation: slideUp 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-icon {
    width: 80px;
    height: 80px;
    background: #4CAF50;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.thank-you-popup h2 {
    color: #333;
    margin-bottom: 15px;
    font-size: 28px;
}

.thank-you-popup p {
    color: #666;
    margin-bottom: 10px;
    line-height: 1.5;
}

.thank-you-popup-overlay .modal-content h2 {
    width: 50%;
}

.popup-actions {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.popup-close-btn {
    background: #F8AC1A; /* Ваш желтый цвет */
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
    text-decoration: none;
}

.popup-close-btn:hover {
    background: #1B1B1B;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(248, 172, 26, 0.3);
}

.popup-close-btn:active {
    transform: translateY(0);
}

/* Анимации */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Стили для индикатора загрузки */
.checkout-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9998;
}

.checkout-loading {
    text-align: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #F8AC1A;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.checkout-loading p {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

/* Адаптивность */
@media (max-width: 768px) {
    .thank-you-popup {
        padding: 30px 20px;
        margin: 20px;
    }
    
    .thank-you-popup h2 {
        font-size: 24px;
    }
    
    .popup-icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }
    
    .popup-close-btn {
        padding: 10px 20px;
        font-size: 14px;
        bottom: 20px !important;
        transform: translateX(15px);
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .checkout-custom-container h1 {
        margin-bottom: -20px;
    }

    .checkout-grid {
        flex-direction: column;
    }

    .checkout-grid .checkout-left {
        width: 100%;
    }

    .checkout-title {
        font-size: 25px;
        margin-top: 40px;
    }  

    .container-form-field {
        flex-direction: column;
    }

    .container-form-field .billing_email, .container-form-field .organization_inn, .address-grid .left, .address-grid .right {
        width: 100%;
    }

    .container-form-field .billing_phone, .container-form-field .organization_kpp {
        margin-left: 0;
        width: 100%;
    }

    .form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field textarea, 
    .option-content .option-title {
        font-size: 16px;
        padding: 15px;
    }

    .option-content .option-title {
        padding: 0 !important;
    }

    .option-content .option-desc {
        font-size: 12px;
    }

    .radio-option {
        padding: 11px;
    }

    .radio-option img {
        width: 57px;
    }
    
    .address-grid {
        flex-direction: column;
    }

    .map-pickup iframe {
        height: 140px;
    }

    .map-pickup .content .title {
        font-size: 16px;
    }

    .map-pickup .content p {
        font-size: 12px;
    }

    #payment_options .radio-option {
        width: 100%;
    }

    #payment_options img {
        width: 35px;
    }

    .agreement-checkbox {
        font-size: 16px;
    }

    .thank-you-popup-overlay .modal-content {
        top: 0%;
    }

    .thank-you-popup-overlay .modal-content h2 {
        width: 100%;
    }

    .thank-you-popup-overlay .modal-content button {
        left: 50%;
        transform: translateX(-50%);
    }
}
/*end страница оформления заказа*/

.privacy-policy .entry-content, .page-id-494 .entry-content, .page-id-496 .entry-content {
    color: #fff;
    font-size: 16px;
    font-family: 'Raleway-Regular', sans-serif;
    font-variant: lining-nums;
}

figure.wp-block-gallery.has-nested-images {
    display: flex;
}

/*404*/
.title-404 {
    font-family: MursGothic-WideDark, sans-serif;
    color: #F8AC1A;
    font-size: 464px;
    margin-top: 100px;
    text-align: center;
}

.img-404 {
    position: relative;
    top: 0;
    margin-top: -400px;
    left: 50%;
    transform: translateX(-50%);
}

.text-404 {
    font-family: Raleway-SemiBold, sans-serif;
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-top: -40px;
}

.btn-404 {
    background: #F8AC1A;
    border-radius: 1000px;
    color: #0D0D0D;
    font-size: 20px;
    font-family: Raleway-ExtraBold, sans-serif;
    text-decoration: none;
    padding: 17px 52px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 238px;
}

.error404 #fixed-cart-counter, .error404 .footer-1, .error404 .footer-2 {
    display: none;
}

/*курсы*/
.container-curs {
    /*display: none;*/
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.container-curs.show-curs {
    /*display: block;*/
    opacity: 1;
    transition: all 0.3s ease;
    visibility: visible;
}

.container-curs .content {
    background-color: #1B1B1B;
    margin: 15% auto;
    padding: 50px;
    border: 1px solid #F8AC1A;
    border-radius: 30px;
    width: 80%;
    text-align: center;
    position: relative;
}

.curs-left-close, .curs-center-close, .curs-bottom-close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 50px;
    color: #F8AC1A;
    font-family: Raleway-SemiBold, sans-serif;
    text-decoration: underline;
}

.container-curs .content p {
    color: #fff;
    font-family: Raleway-Regular, sans-serif;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
}

.container-curs .content .title {
    margin-top: 10px;
}

.container-curs .content .zhir {
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
}
/*end курсы*/

.single-product .mobile-menu, .page-id-145 .mobile-menu {
    /*display: none;*/
}

/*768px*/
@media (max-width: 768px) {
    body {
        padding: 0 50px;
    }

    .header-container, .container-home-1 .content .text, .desktop-footer {
        display: none;
    }

    .bg-right {
        display: none;
    }

    .bg-right-mob {
        display: block;
        position: absolute;
        top: 130px;
        right: 0;
    }

    .bg-right-mob img {
        height: 600px;
    }

    .mobile-header {
        display: block;
        padding: 0 25px;
    }

    .bg-left img, .img-bg-1, .img-bg-2, .img-bg-3 {
        width: 100%;
    }

    .bg-left .bg-1-desctop {
        display: none;
    }

    .bg-left .bg-1-mobile {
        display: block;
    }

    .container-home-1 {
        top: 80px;
        height: 952px;
        margin-bottom: 110px;
        padding: 0 50px;
        flex-direction: column-reverse;
    }

    .container-home-1 .content {
        width: 100%;
    }

    .container-home-1 .content .text-top {
        font-size: 25px;
        width: 80%;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .container-home-1 .content .title-top {
        font-size: 38px;
    }

    .container-home-1 .content .btns {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-home-1 .content .btns a {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        font-size: 38px;
    }

    .container-home-1 img {
        max-width: 526px;
        width: 90%;
        top: -60px;
        right: 50%;
        transform: translateX(50%);
    }

    .slider-1 .carousel-item {
        padding-left: 30px;
    }

    .slider-1 .carousel-item h3 {
        font-size: 57px;
    }

    .slider-1 .carousel-item span {
        margin-left: 40px;
    }

    .slider-1 .carousel-item ul li {
        font-size: 23px;
        margin-bottom: 10px;
        width: 70%;
    }

    .slider-1 .carousel-item .img-1 {
        right: -80px;
        width: 313px;
        z-index: 2;
    }

    .slider-1 .carousel-item .img-2 {
        width: 170px;
        bottom: 60px;
    }

    .slider-1 .carousel-item .bg {
        transform: rotate(330deg);
        top: 0px;
        right: -220px;
    }

    h1 {
        font-size: 65px;
        margin-top: 50px;
    }

    .container-home-2 {
        flex-direction: column;
        margin-bottom: 300px;
    }

    .container-home-2 .left {
        width: 100%;
    }

    .container-home-2 .left .top {
        padding: 24px 10px 24px 20px;
    }

    .container-home-2 .left .top .text-top span {
        font-size: 25px;
    }

    .container-home-2 .left .top p br, .container-home-2 .left .bottom p br, .chv-bg, .container-form .left h3 br, .container-form-top .left h3 br {
        display: none;
    }

    .container-home-2 .left .bottom {
        position: absolute;
        bottom: -220px;
        padding: 24px 20px 24px 20px;
    }

    .container-home-2 .right {
        width: 100%;
        margin-left: 0;
        overflow: hidden;
    }

    .container-home-2 .right .img-1 {
        width: 75%;
        left: 50%;
        bottom: -60px;
        transform: translateX(-50%);
    }

    .container-home-2 .left .bottom .span, .container-home-2 .left .bottom span {
        border-bottom: none;
    }

    .container-home-2 .left .bottom span {
        font-family: Raleway-Black, sans-serif;

    }

    h2 {
        font-size: 35px;
    }

    .slider-prod .carousel-item h3, .container-home-3 h3, .slider-media .carousel-item h3 {
        font-size: 38px;
    }

    .slider-prod .carousel-item h3 {
        
    }

    .slider-prod .carousel-item .desc, .slider-prod .carousel-item .text, .container-home-3 p {
        font-size: 25px;
    }

    h2.desc {
        font-size: 16px;
    }

    h2 span {
        font-size: 20px;
    }

    .container-home-3 {
        flex-direction: column;
        align-items: center;
    }

    .container-home-3 .container {
        width: 100%;
        height: 580px;
        margin: 10px 0;
        background-position: 0 -160px;
        background-size: 100%;
    }

    .container-home-3 p {
        width: 90%;
        margin: 0 auto;
    }

    .container-home-3 img {
        width: 100%;
    }

    .container-home-3 .container .left {
        width: 50%;
    }

    .container-home-3 .container .center {
        width: 80%;
    }

    .container-home-3 .container .right {
        width: 72%;
    }

    .for_from {
        font-size: 38px;
        height: 103px;
    }

    .container-form {
        flex-direction: column;
    }

    .container-form .left {
        width: 100%;
    }

    .container-form-top .left {
        
    }

    .container-form .left h3, .container-form .left p, .container-form-top .left h3, .container-form-top .left p {
        text-align: center;
    }

    .slider-media .carousel-item {
        height: 650px;
    }

    .slider-media .carousel-item .container {
        height: 434px;
    }

    .container-home-4 {
        flex-wrap: wrap;
    }

    .container-home-4 .block {
        width: 45%;
        margin: 10px;
    }

    .container-home-4 img {
        width: 100%;
        max-width: 307px;
    }

    .container-home-4 .btn {
        display: flex;
        font-family: Raleway-ExtraBold, sans-serif;
        color: #F8AC1A;
        border: 1px solid #F8AC1A;
        border-radius: 100px;
        font-size: 20px;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        height: 82px;
        margin: 20px 0;
    }

    .form-home .container-form-inputs {
        flex-direction: column;
    }

    .form-home .container-form-input {
        width: 100%;
    }

    .form-home .wpcf7-form-control-wrap .form-email {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .form-home .wpcf7-form-control-wrap .form-tel {
        max-width: 100%;
    }

    .mobile-footer {
        display: flex;
        flex-direction: column;
        height: 550px;
    }

    .mobile-footer .info {
        margin-left: 0;
        font-variant: lining-nums;
    }

    .mobile-footer .block-menu {
        display: flex;
        align-items: center;
    }

    .mobile-footer .block-menu menu {
        flex-direction: row;
        padding-left: 0;
    }

    .mobile-footer .block-menu menu a img {
        width: 68px;
    }

    .mobile-footer .block-menu .logo img {
        max-width: 122px;
    }

}
/*end 768px*/

/*500px*/
@media (max-width: 500px) {
    body {
        padding: 0 15px;
    }

    .mobile-header .top .logo a img {
        margin-bottom: -3px;
        width: 61px;
    }

    .mobile-header .top .logo .logo-text {
        width: 150px;
    }

    .container-form-top {
        margin-bottom: 40px;
    }

    .container-form-top, .container-form {
        background: #1B1B1B;
        height: auto;
    }

    .container-home-1 {
        padding: 0 25px;
        height: 510px;
    }
    .container-home-1 .content .text-top, .slider-prod .carousel-item .desc, .slider-prod .carousel-item .text, .container-home-3 p, .container-form .left p, .container-form-top .left p {
        font-size: 16px;
    }
    .container-home-1 .content .title-top, h2, .slider-prod .carousel-item h3, .container-home-3 h3, .container-form .left h3, .container-form-top .left h3, .slider-media .carousel-item h3 {
        font-size: 25px;
    }

    .slider-prod .carousel-item .desc {
        width: 90%;
        margin: 10px auto;
    }

    .container-home-1 .content .title {
        font-size: 25px;
        line-height: 35px;
    }

    .container-home-1 .content .btns a {
        font-size: 20px;
        margin-right: 0;
    }

    .slider-1-mob {
        display: block !important;
    }

    .slider-1-mob .owl-dots {
        display: block;
    }

    .slider-1 {
        display: none !important;
    }

    .slider-1 .carousel-item {
        height: 180px;
    }

    .slider-1 .carousel-item .img-1 {
        right: -40px;
        width: 190px;
    }

    .slider-1 .carousel-item .img-2 {
        width: 115px;
        bottom: 20px;
    }

    .slider-1 .carousel-item .bg {
        right: -280px;
    }

    .slider-1 .carousel-item h3 {
        font-size: 30px;
    }

    .slider-1 .carousel-item ul li {
        font-size: 12px;
        width: 60%;
    }

    .slider-1-mob .owl-dot span {
        width: 10px !important;
        height: 10px !important;
        border: 1px solid #F8AC1A;
        background: none !important;
    }

    h1 {
        font-size: 35px;
        margin-top: 30px;
    }

    #academiya, #media {
        margin-top: 40px;
    }

    h1.catalog {
        margin-top: 240px;
    }

    .container-home-2 .left .top p, .container-home-2 .left .top .text-top span, .container-home-2 .left .top .text-center span, .container-home-2 .left .bottom p {
        font-size: 16px;
    }

    .container-home-2 .left .top .text-center {
        flex-wrap: wrap;
        margin-bottom: -50px;
    }

    .container-home-2 .left .top .text-center span {
        width: 64px;
        height: 30px;
        position: relative;
        top: -37px;
        left: 140px;
    }

    .container-home-2 .right {
        height: 300px;
        background-size: 100%;
    }

    .container-home-2 .left .bottom {
        bottom: -190px;
    }

    .container-home-2 {
        margin-bottom: 250px;
    }

    .slider-prod .carousel-item {
        height: 290px;
        margin-top: 40px;
    }

    .slider-prod .carousel-item img {
        height: 218px;
        top: -40px;
        margin-bottom: -50px;
    }

    .slider-prod .carousel-item .ray img {
        margin-bottom: 35px;
    }

    .slider-prod.karri .carousel-item {
        margin-top: 60px;
    }

    .container-home-3 .container {
        height: 390px;
        background-position: bottom;
    }

    .for_from {
        font-size: 20px;
        height: 53px;
    }

    .slider-media .carousel-item .container {
        height: 244px;
    }

    .slider-media .carousel-item {
        height: 450px;
    }

    .container-home-4 .block {
        width: 40%;
    }

    .container-home-4 .btn {
        font-size: 12px;
        height: 45px;
    }

    .top-btn {
        width: 52px;
        height: 52px;
        bottom: 150px;
    }

    .top-btn .text {
        font-size: 10px;
    }

    .prod-bg-1 {
        left: -60px;
    }

    .prod-bg-2 {
        display: none;
    }

    .mobile-footer {
        margin-top: 50px;
        height: 490px;
        padding: 15px;
    }

    footer .info p, footer .info a {
        font-size: 14px;
    }

    .politica {
        margin-bottom: 10px;
    }

    .footer-2 {
        width: 70%;
        margin-top: -500px;
    }

    .mobile-footer .block-menu menu a img {
        width: 35px;
    }

    .mobile-footer .block-menu {
        justify-content: space-between;
        position: relative;
    }

    footer .rus {
        height: 23px;
        right: 10px;
        bottom: 95px;
    }

    footer .logo {
        position: absolute;
        bottom: 60px;
        right: 0;
    }

    footer .logo .logo-r {
        width: 10px;
        top: 5px;
        right: 5px;
    }

    .form-home .wpcf7-acceptance .wpcf7-list-item input {
        height: 15px !important;
    }

    .mobile-footer .block-menu menu, footer menu a {
        margin-bottom: 5px;
        margin-top: -5px;
        margin-left: 0;
    }

    .mobile-footer .block-menu .logo img {
        max-width: 71px;
    }

    .container-form .form-back, .container-form .form-bg, .container-form-top .form-back, .container-form-top .form-bg, .modal-content .form-modal-top, .modal-content .form-modal-bottom {
        display: none;
    }

    .form-home .wpcf7-submit {
        width: 100%;
    }

    .container-form-top .form-home .text-bottom {
        margin-bottom: 20px;
        margin-top: -10px;
    }

    .container-form .form-home .text-bottom {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .modal-content .form-modal {
        width: 50%;
        bottom: 80px;
        right: 50%;
        transform: translateX(50%);
    }

    .modal-content {
        padding: 20px;
        top: 20%;
    }

    .modal-content h2 {
        font-size: 25px;
        width: 100%;
        text-align: center;
    }

    .modal-content p {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .modal-content button {
        font-size: 14px;
        bottom: 20px;
        height: 40px;
        transform: translateX(15px);
    }

    .product-specs-column {
        margin-top: 200px;
        width: 100%;
    }

    .samovyvoz-box {
        margin-top: 40px;
        max-width: 100%;
    }

    .samovyvoz-box .samovyvoz-title {
        font-size: 18px;
        line-height: 20px;
    }

    .samovyvoz-content a, .samovyvoz-content p {
        font-size: 14px;
    }

    .samovyvoz-content a {
        width: 50%;
        display: inline-flex;
    }

    .samovyvoz-content p {
        line-height: 20px;
    }

    .price-cart-box {
        display: flex;
        align-items: center;
        border: none;
        justify-content: space-between;
        padding: 0;
    }

    .price-cart-column {
        height: auto;
        width: 100%;
        top: 450px;
    }

    .total-price-display, 
    .product-template-default .footer-1, .product-template-default .footer-2, .product-tabs-container h3, .header-divider, 
    #container #content .cart-bg {
        display: none;
    }

    .add-to-cart-btn {
        height: 36px;
        font-size: 12px;
        padding: 7px 10px;
        width: 60%;
    }

    .quantity-controls {
        width: 110px;
    }

    .ves {
        display: flex !important;
    }

    .weight-radio-options {
        flex-direction: row;
    }

    .hleb {
        display: flex;
        align-items: center;
    }

    .hleb a {
        display: none;
    }

    .hleb img {
        transform: rotate(180deg);
        margin-right: 5px;
    }
    
    .hleb .nazad {
        display: block;
    }

    .custom-product-header {
        position: absolute;
        top: 580px;
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }

    .product-header-meta-top {
        display: none;
    }

    .product-header-meta {
        margin-top: -50px;
        margin-bottom: 20px;
        z-index: 999;
        position: absolute;
        top: 420px;
        display: flex;
    }

    .product-header-meta .back, .back {
        display: none;
    }

    .product-tabs-container {
        margin-top: -100px;
        margin-bottom: 0;
    }

    .tab-pane {
        font-size: 14px;
    }

    .custom-cart-page {
        flex-direction: column;
    }

    .qty-input {
        padding-right: 20px;
        width: 70px;
    }

    .qty-minus {
        margin-top: -3px;
        padding-left: 10px;
    }

    .item-added-to-cart {
        display: flex !important;
        margin-left: 20px;
    }

    .item-added-to-cart .qty-input {
        
    }

    .quantity-controls .qty-plus {
        padding-right: 10px;
    }

    .qty-minus, .qty-plus {
        width: 20px;
    }

    .item-added-to-cart .qty-plus {
        
    }

    /*корзина*/
    .custom-cart-page form {
        width: 100%;
    }

    .cart-title {
        font-size: 35px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .cart-item-image img {
        max-width: 100px;
    }

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

    .cart-item-variations span {
        font-size: 12px;
    }

    .cart-item-price {
        font-size: 20px;
    }

    .cart-item-remove .remove img {
        width: 18px;
    }

    .quantity .quantity-input {
        height: 25px;
        font-size: 20px;
        width: 40px !important;
        margin-right: 20px;
    }

    .qty-btn svg {
        width: 10px;
    }

    .cart-sidebar {
        padding: 20px;
    }

    .summary-label, .summary-value, .terms-checkbox {
        font-size: 16px;
    }

    .terms-checkbox span, .terms-description {
        width: 100%;
    }

    .container-basket-empty {
        flex-direction: column;
        position: relative;
        margin-top: 150px;
        margin-bottom: 200px;
    }

    .container-basket-empty .img {
        max-width: 200px;
        margin-bottom: 50px;
    }

    .container-basket-empty .content .text {
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 35px;
        width: 100%;
        text-align: center;
    }

    .container-basket-empty .content .return-to-shop a {
        font-size: 20px;
    }

    .cart-form-container .quantity-selector {

    }

    .cart-item-checkbox label::after {
        top: 3px;
        left: 7px;
        width: 6px;
        height: 10px;
    }

    .cart-item .cart-item-checkbox {
        height: 15px;
    }

    .cart-header input[type="checkbox"], .cart-item-checkbox input[type="checkbox"], .cart-item-checkbox::before, 
    .cart-item-checkbox label, .cart-item-checkbox label::before {
        width: 20px;
        height: 20px;
    }

    /*end корзина*/

    .main-product-image {
        background-image: url(/wp-content/uploads/2026/01/bg-product-card.svg);
    }

    .main-product-image img {
        
    }

    .container-form .wp-block-column, .container-form-top .wp-block-column {
        overflow: visible;
    }

    .close-form-top, .close-form {
        
    }

    .close-form-top.desctop, .close-form.desctop {
        display: none;
    }

    .close-form-top.mobile, .close-form.mobile {
        display: block;
        margin-top: 0;
        font-family: Raleway-SemiBold, sans-serif;
    }

    .title-404 {
        font-size: 137px;
        margin-top: 50px;
    }

    .img-404 {
        max-width: 272px;
        margin-top: -110px;
    }

    .text-404 {
        font-size: 18px;
        margin-top: -10px;
    }

    .btn-404 {
        font-size: 14px;
        padding: 10px;
        max-width: 138px;
        margin-top: 15px;
    }

    .custom-checkout-wrapper .input-text#billing_city {
        width: 100%;
    }

    .page-id-259 h2, .page-id-3 .page-title, .page-id-498 h2, .page-id-494 h2, .page-id-496 h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .city-input-field.with-icon {
        width: 100%;
    }

    .share-link-input {
        width: 180px;
    }

    .price-display {
        margin-bottom: 10px;
    }

    .container-curs .content {
        padding: 50px 30px;
        border: 2px solid #F8AC1A;
        border-radius: 0;
        width: 100%;
        height: 100%;
        overflow: overlay;
        margin: 0;
        margin-top: 10px;
    }

    .container-home-3 .left .img-l {
        width: 300px;
        bottom: -50px;
    }

    .container-home-3 .left .img-r {
        width: 350px;
        bottom: -80px;
    }

    .modal-content a {
        left: 50%;
        transform: translateX(-50%);
    }

    .page-id-146 .mobile-menu {
        
    }

}
/*end 500px*/

#order_review_heading, .woocommerce-checkout-review-order {
    display: none;
}