@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Manrope:wght@200..800&family=Onest:wght@100..900&display=swap');

/* font "Cormorant Garamond":
- <weight>: Use a value from 300 to 700
- <uniquifier>: Use a unique and descriptive class name

.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* font "Manrope":
- <weight>: Use a value from 200 to 800
- <uniquifier>: Use a unique and descriptive class name

.manrope-<uniquifier> {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* font "Onest":
- <weight>: Use a value from 100 to 900
- <uniquifier>: Use a unique and descriptive class name

.onest-<uniquifier> {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */


:root {
    /* font */
    --ff-main: "Cormorant Garamond", sans-serif;
    --ff-base: "Manrope", sans-serif;
    --ff-form: "Onest", sans-serif;
    --ff-copyright: "Manrope", sans-serif;



    /* font color base-set */
    --color-base-1: #000000;
    --color-base-2: #ffffff;
    --color-base-3: #828282;
    --color-base-4: #1e1e1e;
    
    /* font color opacity-set */
    --color-base-1-opt-50: rgba(0, 0, 0, 0.5);
    /* --color-base-1-opt-10: rgba(37, 37, 37, 0.1); */
    /* --color-base-2-opt-10: rgba(255, 255, 255, 0.1); */
    
    /* font color main-set */
    --color-main-1: #3D416E;
    --color-main-2: #3D416E;
    --color-special: #2b00ff;

    /* font color gradient-set */
    /* --gradient-text: linear-gradient(90deg, #d4d4d4 0%, #202020 100%); */



    /* bg color base-set */
    --bg-color-base-1: #000000;
    --bg-color-base-2: #ffffff;
    --bg-color-base-3: #828282;
    --bg-color-base-4: #1e1e1e;

    /* bg color opacity-set */
    --bg-color-base-0-opt-20: rgba(0, 0, 0, 0.2);
    /* --bg-color-base-1-opt-60: rgba(31, 22, 14, 0.6); */
    /* --bg-color-base-2-opt-10: rgba(255, 255, 255, 0.1); */

    /* bg color main-set */
    --bg-color-main-1: #3D416E;
    --bg-color-main-2: #3D416E;
    --bg-color-special: #2b00ff;

    /* bg color gradient-set */
    /* --bg-gradient-base-1: linear-gradient(90deg, #d4d4d4 0%, #202020 100%); */
    /* --bg-gradient-base-2: linear-gradient(270deg, #d4d4d4 0%, #202020 100%); */


    /* BTN // coloring-set */
    --btn-color-base-1: #000000;
    --btn-color-base-2: #ffffff;

    --btn-bg-color-1: #1E1E1E;
    --btn-bg-color-1-hover: #3D416E;

    --btn-bg-color-2: #fff;
    --btn-bg-color-2-hover: #3D416E;

    /* --btn-bg-gradient-1: linear-gradient(90deg, #d4d4d4 0%, #202020 100%); */
    /* --btn-bg-gradient-1-hover: linear-gradient(270deg, #d4d4d4 0%, #202020 100%); */

    /* Cookie // coloring-set */
    --cookie-color-main: #3D416E;
    --cookie-color-base-1: #000000;
    --cookie-color-base-2: #ffffff;
    --cookie-color-base-3: #CDCDCD;
    /* --cookie-gradient-text: linear-gradient(90deg, #d4d4d4 0%, #202020 100%); */
    
    --cookie-bg-color-main: #3D416E;
    --cookie-bg-color-base-1: #000000;
    --cookie-bg-color-base-2: #ffffff;
    --cookie-bg-color-base-3: #CDCDCD;
    /* --cookie-bg-gradient: linear-gradient(90deg, #d4d4d4 0%, #202020 100%); */
    
    --cookie-shadow: #000000;

    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    
    --fz-h1: 38px;
    --fz-h1-not-front: 38px;
    --fz-h2: 36px;
    --fz-h2-not-front: 36px;
    --fz-h3: 25px;
    --fz-h3-not-front: 25px;
    
    --fz-h1-subtitle: 16px;
    --fz-h2-subtitle: 16px;
    
    /* --fz-label-block: 20px; */

    --fz-nav-label: 14px;
    --fz-nav-head: 14px;
    --fz-nav-menu: 16px;
    --fz-nav-foot: 14px;

    --fz-contacts: 16px;
    --fz-contacts-label: 14px;
    --fz-contacts-head: 15px;
    --fz-contacts-menu: 15px;
    --fz-contacts-foot: 15px;

    --fz-btn: 16px;
    --fz-btn-small: 14px;

    --fz-more: 16px;
    --fz-more-link: 16px;

    --fz-search: 16px;
    
    --fz-big: 18px;
    --fz-base: 16px;
    --fz-small: 14px;
    

    
    --fz-slider-title: 30px;
    --fz-slider-subtitle: 16px;
    
    --fz-h3-catalog: 25px;
    
    --fz-h3-shares: 20px;
    --fz-shares-text: 16px;
    
    --fz-about-text: 16px;
    
    --fz-h3-benefits: 16px;
    --fz-benefits-num: 16px;
    --fz-benefits-text: 16px;
    
    --fz-h3-products: 16px;
    --fz-products-sku: 15px;
    --fz-products-tags: 13px;
    --fz-products-price: 16px;
    --fz-products-text: 15px;


    
    --fz-form-title: 36px;
    --fz-form-subtitle: 16px;
    --fz-form-text: 16px;
    --fz-form-field-label: 16px;
    --fz-form-input: 14px;
    --fz-form-placeholder: 14px;
    --fz-form-cheakbox: 14px;
    --fz-form-btn: 16px;
    
    --fz-form-title-Modal: 24px;


    --fz-copyright: 14px;

    
    --fz-cookie-title: 16px;
    --fz-cookie-text: 15px;
    --fz-cookie-btn: 15px;
    --fz-cookie-small-text: 12px;



    --fz-cart-title-products: 20px;

    --fz-h2-cart-checkout-page: 36px;
    --fz-h3-cart-checkout-page: 25px;
    --fz-cart-form-field-label: 16px;
    --fz-cart-form-input: 14px;
    --fz-cart-form-placeholder: 14px;

    --fz-cart-title-Modal: 17px;
}
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    :root {        
        --fz-h1: 32px;
        --fz-h1-not-front: 32px;
        --fz-h2: 30px;
        --fz-h2-not-front: 30px;
        --fz-h3: 25px;
        --fz-h3-not-front: 25px;
        
        --fz-h1-subtitle: 16px;
        --fz-h2-subtitle: 16px;
        
        --fz-nav-label: 14px;
        --fz-nav-head: 14px;
        --fz-nav-menu: 16px;
        --fz-nav-foot: 14px;

        --fz-contacts: 16px;
        --fz-contacts-label: 14px;
        --fz-contacts-head: 15px;
        --fz-contacts-menu: 15px;
        --fz-contacts-foot: 15px;

        --fz-btn: 16px;
        --fz-btn-small: 14px;

        --fz-more: 16px;
        --fz-more-link: 16px;

        --fz-search: 16px;
        
        --fz-big: 18px;
        --fz-base: 16px;
        --fz-small: 14px;
        

        
        --fz-slider-title: 28px;
        --fz-slider-subtitle: 16px;
        
        --fz-h3-catalog: 25px;
        
        --fz-h3-shares: 20px;
        --fz-shares-text: 16px;
        
        --fz-about-text: 16px;
        
        --fz-h3-benefits: 16px;
        --fz-benefits-num: 16px;
        --fz-benefits-text: 16px;
        
        --fz-h3-products: 16px;
        --fz-products-sku: 15px;
        --fz-products-tags: 13px;
        --fz-products-price: 16px;
        --fz-products-text: 15px;


        
        --fz-form-title: 30px;
        --fz-form-subtitle: 16px;
        --fz-form-text: 16px;
        --fz-form-field-label: 16px;
        --fz-form-input: 14px;
        --fz-form-placeholder: 14px;
        --fz-form-cheakbox: 14px;
        --fz-form-btn: 16px;
        
        --fz-form-title-Modal: 24px;


        --fz-copyright: 14px;

        
        --fz-cookie-title: 16px;
        --fz-cookie-text: 15px;
        --fz-cookie-btn: 15px;
        --fz-cookie-small-text: 12px;


        --fz-cart-title-products: 18px;
    
        --fz-h2-cart-checkout-page: 30px;
        --fz-h3-cart-checkout-page: 25px;
        --fz-cart-form-field-label: 16px;
        --fz-cart-form-input: 14px;
        --fz-cart-form-placeholder: 14px;

        --fz-cart-title-Modal: 17px;
    }
}
@media (max-width: 991px) {
    :root {        
        --fz-h1: 34px;
        --fz-h1-not-front: 34px;
        --fz-h2: 32px;
        --fz-h2-not-front: 32px;
        --fz-h3: 25px;
        --fz-h3-not-front: 25px;
        
        --fz-h1-subtitle: 16px;
        --fz-h2-subtitle: 16px;
        
        --fz-nav-label: 14px;
        --fz-nav-head: 14px;
        --fz-nav-menu: 16px;
        --fz-nav-foot: 14px;

        --fz-contacts: 16px;
        --fz-contacts-label: 14px;
        --fz-contacts-head: 15px;
        --fz-contacts-menu: 15px;
        --fz-contacts-foot: 15px;

        --fz-btn: 16px;
        --fz-btn-small: 14px;

        --fz-more: 16px;
        --fz-more-link: 16px;

        --fz-search: 16px;
        
        --fz-big: 18px;
        --fz-base: 16px;
        --fz-small: 14px;
        

        
        --fz-slider-title: 26px;
        --fz-slider-subtitle: 15px;
        
        --fz-h3-catalog: 24px;
        
        --fz-h3-shares: 18px;
        --fz-shares-text: 16px;
        
        --fz-about-text: 16px;
        
        --fz-h3-benefits: 16px;
        --fz-benefits-num: 16px;
        --fz-benefits-text: 16px;
        
        --fz-h3-products: 16px;
        --fz-products-sku: 15px;
        --fz-products-tags: 13px;
        --fz-products-price: 16px;
        --fz-products-text: 15px;


        
        --fz-form-title: 32px;
        --fz-form-subtitle: 16px;
        --fz-form-text: 16px;
        --fz-form-field-label: 16px;
        --fz-form-input: 14px;
        --fz-form-placeholder: 14px;
        --fz-form-cheakbox: 14px;
        --fz-form-btn: 16px;
        
        --fz-form-title-Modal: 24px;


        --fz-copyright: 14px;

        
        --fz-cookie-title: 16px;
        --fz-cookie-text: 15px;
        --fz-cookie-btn: 15px;
        --fz-cookie-small-text: 12px;


        --fz-cart-title-products: 18px;
    
        --fz-h2-cart-checkout-page: 32px;
        --fz-h3-cart-checkout-page: 25px;
        --fz-cart-form-field-label: 16px;
        --fz-cart-form-input: 14px;
        --fz-cart-form-placeholder: 14px;

        --fz-cart-title-Modal: 17px;
    }
}
@media (max-width: 767px) {
    :root {        
        --fz-h1: 34px;
        --fz-h1-not-front: 34px;
        --fz-h2: 32px;
        --fz-h2-not-front: 32px;
        --fz-h3: 25px;
        --fz-h3-not-front: 25px;
        
        --fz-h1-subtitle: 16px;
        --fz-h2-subtitle: 16px;
        
        --fz-nav-label: 14px;
        --fz-nav-head: 14px;
        --fz-nav-menu: 16px;
        --fz-nav-foot: 14px;

        --fz-contacts: 16px;
        --fz-contacts-label: 14px;
        --fz-contacts-head: 15px;
        --fz-contacts-menu: 15px;
        --fz-contacts-foot: 15px;

        --fz-btn: 16px;
        --fz-btn-small: 14px;

        --fz-more: 14px;
        --fz-more-link: 14px;

        --fz-search: 16px;
        
        --fz-big: 18px;
        --fz-base: 16px;
        --fz-small: 14px;
        

        
        --fz-slider-title: 24px;
        --fz-slider-subtitle: 14px;
        
        --fz-h3-catalog: 22px;
        
        --fz-h3-shares: 18px;
        --fz-shares-text: 16px;
        
        --fz-about-text: 16px;
        
        --fz-h3-benefits: 16px;
        --fz-benefits-num: 16px;
        --fz-benefits-text: 16px;
        
        --fz-h3-products: 16px;
        --fz-products-sku: 15px;
        --fz-products-tags: 13px;
        --fz-products-price: 16px;
        --fz-products-text: 15px;


        
        --fz-form-title: 32px;
        --fz-form-subtitle: 16px;
        --fz-form-text: 16px;
        --fz-form-field-label: 16px;
        --fz-form-input: 14px;
        --fz-form-placeholder: 14px;
        --fz-form-cheakbox: 14px;
        --fz-form-btn: 16px;
        
        --fz-form-title-Modal: 24px;


        --fz-copyright: 14px;

        
        --fz-cookie-title: 16px;
        --fz-cookie-text: 15px;
        --fz-cookie-btn: 15px;
        --fz-cookie-small-text: 12px;


        --fz-cart-title-products: 16px;
    
        --fz-h2-cart-checkout-page: 32px;
        --fz-h3-cart-checkout-page: 25px;
        --fz-cart-form-field-label: 16px;
        --fz-cart-form-input: 14px;
        --fz-cart-form-placeholder: 14px;

        --fz-cart-title-Modal: 17px;
    }
}
@media (max-width: 575px) {
    :root {        
        --fz-h1: 32px;
        --fz-h1-not-front: 32px;
        --fz-h2: 30px;
        --fz-h2-not-front: 30px;
        --fz-h3: 25px;
        --fz-h3-not-front: 25px;
        
        --fz-h1-subtitle: 16px;
        --fz-h2-subtitle: 16px;
        
        --fz-nav-label: 14px;
        --fz-nav-head: 14px;
        --fz-nav-menu: 16px;
        --fz-nav-foot: 14px;

        --fz-contacts: 16px;
        --fz-contacts-label: 14px;
        --fz-contacts-head: 15px;
        --fz-contacts-menu: 15px;
        --fz-contacts-foot: 15px;

        --fz-btn: 14px;
        --fz-btn-small: 12px;

        --fz-more: 14px;
        --fz-more-link: 14px;

        --fz-search: 14px;
        
        --fz-big: 16px;
        --fz-base: 14px;
        --fz-small: 12px;
        

        
        --fz-slider-title: 22px;
        --fz-slider-subtitle: 12px;
        
        --fz-h3-catalog: 20px;
        
        --fz-h3-shares: 16px;
        --fz-shares-text: 14px;
        
        --fz-about-text: 14px;
        
        --fz-h3-benefits: 14px;
        --fz-benefits-num: 14px;
        --fz-benefits-text: 14px;
        
        --fz-h3-products: 14px;
        --fz-products-sku: 15px;
        --fz-products-tags: 13px;
        --fz-products-price: 14px;
        --fz-products-text: 14px;


        
        --fz-form-title: 30px;
        --fz-form-subtitle: 14px;
        --fz-form-text: 14px;
        --fz-form-field-label: 16px;
        --fz-form-input: 14px;
        --fz-form-placeholder: 14px;
        --fz-form-cheakbox: 12px;
        --fz-form-btn: 14px;
        
        --fz-form-title-Modal: 22px;


        --fz-copyright: 14px;

        
        --fz-cookie-title: 16px;
        --fz-cookie-text: 14px;
        --fz-cookie-btn: 14px;
        --fz-cookie-small-text: 12px;


        --fz-cart-title-products: 16px;
    
        --fz-h2-cart-checkout-page: 30px;
        --fz-h3-cart-checkout-page: 25px;
        --fz-cart-form-field-label: 16px;
        --fz-cart-form-input: 14px;
        --fz-cart-form-placeholder: 14px;

        --fz-cart-title-Modal: 17px;
    }
}
@media (max-width: 460px) {
    :root {        
        --fz-h1: 30px;
        --fz-h1-not-front: 30px;
        --fz-h2: 25px;
        --fz-h2-not-front: 25px;
        --fz-h3: 22px;
        --fz-h3-not-front: 22px;
        
        --fz-h1-subtitle: 16px;
        --fz-h2-subtitle: 16px;
        
        --fz-nav-label: 12px;
        --fz-nav-head: 12px;
        --fz-nav-menu: 14px;
        --fz-nav-foot: 12px;

        --fz-contacts: 14px;
        --fz-contacts-label: 12px;
        --fz-contacts-head: 14px;
        --fz-contacts-menu: 14px;
        --fz-contacts-foot: 12px;

        --fz-btn: 12px;
        --fz-btn-small: 10px;

        --fz-more: 12px;
        --fz-more-link: 12px;

        --fz-search: 14px;
        
        --fz-big: 16px;
        --fz-base: 14px;
        --fz-small: 12px;
        

        
        --fz-slider-title: 20px;
        --fz-slider-subtitle: 11px;
        
        --fz-h3-catalog: 18px;
        
        --fz-h3-shares: 14px;
        --fz-shares-text: 12px;
        
        --fz-about-text: 12px;
        
        --fz-h3-benefits: 12px;
        --fz-benefits-num: 12px;
        --fz-benefits-text: 12px;
        
        --fz-h3-products: 12px;
        --fz-products-sku: 15px;
        --fz-products-tags: 13px;
        --fz-products-price: 12px;
        --fz-products-text: 14px;


        
        --fz-form-title: 25px;
        --fz-form-subtitle: 12px;
        --fz-form-text: 12px;
        --fz-form-field-label: 14px;
        --fz-form-input: 12px;
        --fz-form-placeholder: 12px;
        --fz-form-cheakbox: 10px;
        --fz-form-btn: 12px;
        
        --fz-form-title-Modal: 20px;


        --fz-copyright: 12px;

        
        --fz-cookie-title: 14px;
        --fz-cookie-text: 12px;
        --fz-cookie-btn: 12px;
        --fz-cookie-small-text: 10px;


        --fz-cart-title-products: 14px;
    
        --fz-h2-cart-checkout-page: 25px;
        --fz-h3-cart-checkout-page: 22px;
        --fz-cart-form-field-label: 14px;
        --fz-cart-form-input: 12px;
        --fz-cart-form-placeholder: 12px;

        --fz-cart-title-Modal: 17px;
    }
}
@media (max-width: 399px) {
    :root {        
        --fz-contacts-head: 12px;
    }
}

@media (max-width: 350px) {
    :root {        
        --fz-h1: 28px;
        --fz-h1-not-front: 28px;
        --fz-h2: 25px;
        --fz-h2-not-front: 25px;
        --fz-h3: 20px;
        --fz-h3-not-front: 20px;
        
        --fz-h1-subtitle: 16px;
        --fz-h2-subtitle: 16px;
        
        --fz-nav-label: 12px;
        --fz-nav-head: 12px;
        --fz-nav-menu: 14px;
        --fz-nav-foot: 12px;

        --fz-contacts: 14px;
        --fz-contacts-label: 12px;
        --fz-contacts-head: 12px;
        --fz-contacts-menu: 14px;
        --fz-contacts-foot: 12px;

        --fz-btn: 12px;
        --fz-btn-small: 10px;

        --fz-more: 12px;
        --fz-more-link: 12px;

        --fz-search: 12px;
        
        --fz-big: 16px;
        --fz-base: 14px;
        --fz-small: 12px;
        

        
        --fz-slider-title: 18px;
        --fz-slider-subtitle: 10px;
        
        --fz-h3-catalog: 18px;
        
        --fz-h3-shares: 14px;
        --fz-shares-text: 12px;
        
        --fz-about-text: 12px;
        
        --fz-h3-benefits: 12px;
        --fz-benefits-num: 12px;
        --fz-benefits-text: 12px;
        
        --fz-h3-products: 12px;
        --fz-products-sku: 15px;
        --fz-products-tags: 13px;
        --fz-products-price: 12px;
        --fz-products-text: 14px;


        
        --fz-form-title: 25px;
        --fz-form-subtitle: 12px;
        --fz-form-text: 12px;
        --fz-form-field-label: 14px;
        --fz-form-input: 12px;
        --fz-form-placeholder: 12px;
        --fz-form-cheakbox: 10px;
        --fz-form-btn: 12px;
        
        --fz-form-title-Modal: 20px;


        --fz-copyright: 12px;

        
        --fz-cookie-title: 14px;
        --fz-cookie-text: 12px;
        --fz-cookie-btn: 12px;
        --fz-cookie-small-text: 10px;


        --fz-cart-title-products: 14px;
    
        --fz-h2-cart-checkout-page: 25px;
        --fz-h3-cart-checkout-page: 22px;
        --fz-cart-form-field-label: 14px;
        --fz-cart-form-input: 12px;
        --fz-cart-form-placeholder: 12px;

        --fz-cart-title-Modal: 17px;
    }
}





/* MAIN SETTINGS */
body {
    font-size: var(--fz-base);
    font-family: var(--ff-base);
    font-weight: 500;
    line-height: 1.45;
    color: var(--color-base-1);
    background-color: #fff;
    overflow: auto;
    overflow-x: hidden;
}

@media (min-width: 350px) {}
@media (min-width: 460px) {}
@media (min-width: 576px) { .container {max-width: 576px;}}
@media (min-width: 768px) { .container {max-width: 768px;}}
@media (min-width: 992px) { .container {max-width: 992px;}}
@media (min-width: 1200px) {.container {max-width: 1200px;}}
/* @media (min-width: 1400px) {.container {max-width: 1320px;}} */
/* @media (min-width: 1700px) {.container {max-width: 1700px;}} */

div#app {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    overflow: hidden;
}
main#main {
    flex-grow: 1;
}
header#header {
    position: relative;
    z-index: 50;
}
#header-mob {
    position: fixed !important;
    top: 0;
    z-index: 51 !important;
}
footer#footer {
    margin: 20px 0;
    /* padding: 30px 0; */
    /* background-color: #323232; */
    position: relative;
    z-index: 50;
}


.not-front main#main {
    padding: 50px 0;
}
.not-front main#main .wr_content {
    position: relative;
    /* z-index: 1; */
}
.not-front footer#footer {
    /* border-top: 5px solid var(--bg-color-main-1); */
}



h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 0;
}
h1 {text-transform: uppercase;}
h2 {text-transform: none;}
h3 {text-transform: none;}
h4 {text-transform: none;}
h5 {text-transform: none;}
h6 {text-transform: none;}

h1 {font-family: var(--ff-main);}
h2 {font-family: var(--ff-main);}
h3 {font-family: var(--ff-main);}

h1 {font-weight: 600;}
h2 {font-weight: 600;}

h1 {font-size: var(--fz-h1);}
h2 {font-size: var(--fz-h2);}
h3 {font-size: var(--fz-h3);}

.not-front h1 {font-size: var(--fz-h1-not-front);}
.not-front h2 {font-size: var(--fz-h2-not-front);}
.not-front h3 {font-size: var(--fz-h3-not-front);}


.not-front h1 {margin-bottom: 40px;}
.not-front h2 {margin-bottom: 30px;}


h1 {
    /* gradient-text */
    /* background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #000; */
    
    /* color-text */
    color: var(--color-base-1);
}
h2 {
    /* gradient-text */
    /* background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #000; */
    
    /* color-text */
    color: var(--color-base-1);
}

h1 span {color: var(--color-base-1);}
h2 span {color: var(--color-base-1);}

h1.front-h1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    text-align: center;
}
h1.front-h1 span {color: var(--color-base-1);}

.view-header h1 {margin-bottom: 20px;}
.view-header h2 {margin-bottom: 50px;}

.view-header {margin-bottom: 30px;}
.view-header .view-header-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.view-header .view-header-inner .header-title {display: flex;}
.view-header .view-header-inner .header-title h1,
.view-header .view-header-inner .header-title h2 {margin-bottom: 0;}

.view-header p {margin-bottom: 0;}
p.front-h1-subtitle {
    font-size: var(--fz-h1-subtitle);
    font-style: italic;
    color: var(--color-base-1);
    margin-bottom: 0;
}
p.front-h2-subtitle {
    font-size: var(--fz-h2-subtitle);
    font-style: italic;
    color: var(--color-base-1);
    margin-bottom: 0;
}
p.front-h1-subtitle span {color: var(--color-base-1);}
p.front-h2-subtitle span {color: var(--color-base-1);}

div#app a.btn {
    font-family: var(--ff-base);
    font-size: var(--fz-btn);
    font-weight: 700;
}
a, button {
    transition: all .2s linear;
}
img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {
    div#app {
        position: relative;
        inset: 0;
        top: 75px;
    }
}
@media (max-width: 767px) {
    .not-front main#main {
        padding: 40px 0;
    }
}
@media (max-width: 575px) {
    div#app {top: 75px;}
    h1 {text-transform: none; line-height: 1;}
    .view-header {margin-bottom: 20px;}
    footer#footer {margin: 60px 0;}
    .not-front footer#footer {margin: 0px 0;}
    .not-front main#main {
        padding: 30px 0;
    }
    .view-header .view-header-inner {
        align-items: flex-start;
    }
}
@media (max-width: 460px) {
    div#app {top: 75px;}
}
@media (max-width: 350px) {
    div#app {top: 95px;}
}






/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}











/* B L O C K S */
#slider-block {
    margin-bottom: 80px;
}

#about-block {
    margin-bottom: 40px;
}

#catalog-block,
#popular-block,
#shares-block,
#benefits-block,
#partners-block,
#reviews-block,
#form-block {
    margin-bottom: 80px;
}

body.not-front.body-product.body-product-type--tovar_svarog #form-block {
    margin-bottom: 0px;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {
    #slider-block {
        margin-bottom: 60px;
    }

    #about-block {
        margin-bottom: 30px;
    }

    #catalog-block,
    #popular-block,
    #shares-block,
    #benefits-block,
    #partners-block,
    #reviews-block,
    #form-block {
        margin-bottom: 70px;
    }
}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    #slider-block {
        margin-bottom: 40px;
    }

    #about-block {
        margin-bottom: 20px;
    }

    #catalog-block,
    #popular-block,
    #shares-block,
    #benefits-block,
    #partners-block,
    #reviews-block,
    #form-block {
        margin-bottom: 60px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}




























/* <!-- scrollToTop --> */

#scrollToTop {
    width: 45px;
    height: 45px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: flex;
    bottom: 185px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    z-index: 1000;
    transition: 0.2s;
    padding: 0;



    /* box-shadow: 0 0 10px var(--color-base-2); */
    border-radius: 55px;
    /* overflow: hidden; */
    background-color: #f8f7f3a1;
}
#scrollToTop:hover {
    /* background-color: var(--color-base-2);
    box-shadow: 0 0 20px var(--color-base-2); */ /*vers.01*/

    background-color: #444444;
    box-shadow: 0 0 20px var(--color-base-2);
    transform: scale(1.1);
}

#scrollToTop img {
    /* width: 100%;
    height: auto;
    aspect-ratio: 5/5;
    position: relative; */ /*vers.01*/
    width: 45px;
    height: auto;
    aspect-ratio: 5/5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
}
#scrollToTop:hover img {
    /* transform: translate(-50%, -50%) scale(0.90); */
    /* border-radius: 55px; */
    /* overflow: hidden; */
}

/* #scrollToTop::before {
    content: '';
    display: block;
    width: 74px;
    height: 74px;
    background-color: var(--color-main-1);
    /* background-color: yellowgreen; * /
    background-position: center;
    position: absolute;
    top: -13px;
    left: -13px;
    border-radius: 5px;
    transform: scale(0.5);
    transition: all .2s linear;
    box-shadow: 0 0 10px var(--color-base-2);
}
#scrollToTop:hover::before {
    border-radius: 100px;
    transform: scale(1);
} */
@media (max-width: 460px) {
    #scrollToTop {
        width: 38px;
        height: 38px;
        bottom: 50px;
        right: 25px;
    }
    #scrollToTop img {
        width: 38px;
    }
}












/* M O R E - L I N K // btn */
/* more-link // btn  */
.more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    width: 100%;
}
.more-link a {
    font-weight: 500;
    font-size: var(--fz-more-link);
    color: var(--color-base-2);
    text-decoration: none;
    border-radius: 10px;
    width: 200px;
    height: 42px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-base-4);
}
.more-link a:hover {
    background-color: var(--color-main-1);
}

/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    .more-link {
        margin-top: 30px;
    }
    .more-link a {
        width: 100%;
        height: 36px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}






/* P A G E R // all */
/* pager // all -> nav-pager  */
nav.pager {
    margin-top: 15px;
}
nav.pager ul.pager__items.js-pager__items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

nav.pager ul.pager__items.js-pager__items li.pager__item.is-active {
    font-weight: 700;
    /* background-color: var(--color-main-1); */
    /* color: var(--color-base-2); */
    color: var(--color-main-1);
    border-radius: 10px;
    padding: 7px 10px;
    /* border: 3px solid var(--color-main-1); */
}
nav.pager ul.pager__items.js-pager__items li.pager__item a {
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    /* background-color: var(--color-main-1); */
    /* color: var(--color-base-2); */
    color: var(--color-main-1);
    /* border-radius: 10px; */
    /* padding: 2px 10px; */
    /* border: 3px solid var(--color-main-1); */
}

/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}




















/* F O R M _ S E A R C H // Block */
/* form-search // Block */

/* form-search // Block -> form */
form[id^="search-api-page-block-form-search"] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 5px; */
    flex-direction: row;
    justify-content: space-between;
    border: 3px solid #000;
    border-radius: 5px;
    overflow: hidden;
}

/* form-search // Block -> form -> input */
form[id^="search-api-page-block-form-search"] .js-form-item.form-item.js-form-type-search.form-type-search {
    width: 80%;
    height: 100%;
}
form[id^="search-api-page-block-form-search"] input[id^="edit-keys"] {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: 0;
    /* border: 1px solid var(--color-base-2); */
    transition: all .2s linear;
    border-radius: 0px;
    color: var(--color-base-1);
}

form[id^="search-api-page-block-form-search"] input[id^="edit-keys"]:focus {
    box-shadow: none;
    border: 0;
    /* border: 1px solid var(--color-base-2); */
}
form[id^="search-api-page-block-form-search"] input[id^="edit-keys"]::placeholder {
    color: var(--color-base-1);
}
form[id^="search-api-page-block-form-search"] input[id^="edit-keys"]::-webkit-search-cancel-button {
    /* -webkit-appearance: none; */
    /* cursor: pointer; */
    /* position: absolute; */
    /* left: 5px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

/* form-search // Block -> form -> button */
form[id^="search-api-page-block-form-search"] div[id^="edit-actions"] {
    width: 20%;
    height: 50px;
    /* aspect-ratio: 5/5; */
    display: flex;
    align-items: center;
    justify-content: center;
}
form[id^="search-api-page-block-form-search"] div[id^="edit-actions"] button[id^="edit-submit"] {
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    content: '';
    display: block;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}
form[id^="search-api-page-block-form-search"] div[id^="edit-actions"] button[id^="edit-submit"]:hover {
    background-color: #939393e3;
}



/* S E A R C H // Page */
.not-front main#main form#search-api-page-block-form-search {
    background-color: #e3e3e3;
    background-color: #a8a8a8;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0px;
    /* padding: 30px 20px; */
    margin-bottom: 20px;
    width: 100%;
}

.not-front main#main form#search-api-page-block-form-search .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {
    width: 90%;
    height: 100%;
}
.not-front main#main form#search-api-page-block-form-search .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label input {
    width: 100%;
    height: 50px;
    color: var(--color-base-2);
}
.not-front main#main form#search-api-page-block-form-search .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label input::placeholder {
    color: var(--color-base-2);
}

.not-front main#main form#search-api-page-block-form-search div.form-actions {
    width: 10%;
    height: 50px;
}
.not-front main#main form#search-api-page-block-form-search div.form-actions button {
    width: 100%;
    height: 100%;
}

/* search // Page */
.searching-title {
    font-size: var(--fz-h3-not-front);
    font-weight: 600;
}

.searching-title a {
    color: var(--btn-bg-color-1);
    text-decoration: none;
}

.searching-title a:hover {
    color: var(--btn-bg-color-1-hover);
    text-decoration: underline;
}

@media (max-width: 575px) {}
@media (max-width: 460px) {
    .not-front main#main form#search-api-page-block-form-search {
        display: flex;
        flex-direction: column;
    }
    .not-front main#main form#search-api-page-block-form-search .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {
        border-bottom: 1px solid #fff;
        width: 100%;
    }
    .not-front main#main form#search-api-page-block-form-search div.form-actions {
        width: 100%;
    }
}
@media (max-width: 350px) {}




/* C A R T // Block */
/* cart // Block */

/* cart // Block -> content */
.cart--cart-block {}
.cart--cart-block .cart-block--summary {}

.cart--cart-block .cart-block--summary a {
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: var(--btn-bg-color-1);
    padding: 10px;
    height: 44px;
    width: 190px;
    box-shadow: 0 2px 4px 0 #0000000d;
    border-radius: 10px;
    overflow: hidden;
    font-size: var(--fz-btn);
    font-weight: 500;
    color: var(--color-base-2);
    border: 3px solid #1e1e1e;
    transition: all .2s linear;
}
.cart--cart-block .cart-block--summary a:hover {
    filter: invert(1);
    border: 3px solid #fff;
    /* color: #000; */
    background-color: #000;
}

/* cart // Block -> content -> title */


/* cart // Block -> content -> icon */
.cart--cart-block .cart-block--summary a span.cart-block--summary__icon {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-right: 30px;
}
.cart--cart-block .cart-block--summary a span.cart-block--summary__icon img {
    width: 21px;
    height: 21px;
}

/* cart // Block -> content -> count */
.cart--cart-block .cart-block--summary a span.cart-block--summary__icon span.cart-block--summary__count {
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translate(20px, -50%);
    background: #fff;
    border: 2px solid #1e1e1e;
    color: #1e1e1e;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    font-size: 10px;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .cart--cart-block .cart-block--summary a {
        width: 80px;
    }
    .cart--cart-block .cart-block--summary a span.cart-block--summarty__title {
        display: none;
    }
}
@media (max-width: 991px) {
    div#offcanvasNav .offcanvas-body .menu-contacts .col-cart .region.region-cart .cart--cart-block .cart-block--summary a {
        width: 100%;
        height: 50px;
    }
}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    #header-mob .header-mob-inner .head-mob-logo .col-cart .cart--cart-block .cart-block--summary a span.cart-block--summary__icon {
        margin-right: 0;
    }
    #header-mob .header-mob-inner .head-mob-logo .col-cart .cart--cart-block .cart-block--summary a span.cart-block--summary__icon span.cart-block--summary__count {
        display: none !important;
    }
    #header-mob .header-mob-inner .head-mob-logo .col-cart .cart--cart-block .cart-block--summary a {
        padding: 5px;
        height: 42px;
        width: auto;
    }
}
@media (max-width: 350px) {}



/* C A R T // Modal */
/* cart // Modal */

/* cart // Modal -> content */
.ui-dialog.ui-widget.ui-widget-content {
    border: 3px solid var(--bg-color-base-4);
    border-radius: 15px;
    overflow: hidden;
    background-color: var(--bg-color-base-2);
    color: var(--color-base-4);
}

/* cart // Modal -> content -> header */
.ui-dialog .ui-dialog-titlebar.ui-widget-header {
    /* background-color: var(--color-main-1); */
    background-color: transparent;
    color: var(--color-base-4);
    border: 0;
    border-bottom: 3px solid var(--bg-color-base-4);
    border-radius: 0;
    padding: 5px 5px 10px 5px;
}
/* cart // Modal -> content -> header -> title */
.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
    text-transform: uppercase;
    font-family: var(--ff-main);
    font-weight: 700;
    font-size: var(--fz-cart-title-Modal);
    white-space: pre-wrap;
}
/* cart // Modal -> content -> header -> btn-close */
.ui-dialog .ui-dialog-titlebar.ui-widget-header button.ui-dialog-titlebar-close {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/form/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #c7c7c7;
    border-radius: 5px;
}
.ui-dialog .ui-dialog-titlebar.ui-widget-header button.ui-dialog-titlebar-close:hover {
    background-color: #dadcf6;
    filter: invert(1);
}

/* cart // Modal -> content -> main */
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-content {
    color: var(--color-base-4);
    padding: 10px 5px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-content a {
    color: inherit;
    text-transform: capitalize;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-content a:hover {
    color: #ced0e3;
}

/* cart // Modal -> content -> footer */
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane.ui-widget-content {
    border-top: 3px solid var(--bg-color-base-4);
    padding: 0;
    background: transparent;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 7px;
    height: 50px;
    padding: 5px 0 2px;
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset button.button {
    width: 50%;
    margin: 0;
    padding: 5px;
    border: none;
    background: var(--bg-color-base-4);
    color: var(--color-base-2);
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset button.button:hover {
    background: var(--bg-color-main-1);
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset button.button.button--primary {
    border-radius: 0 0 5px 10px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset button.button.button--secondary {
    border-radius: 0 0 10px 5px;
}



/* C A R T // Page Cart */
/* cart // Page Cart */


/* cart // Page Cart -> content */
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form {
    min-width: 100%;
    max-width: 100%;
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] {}

/* cart // Page Cart -> content -> tab */
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive {
    border: 1px solid var(--color-base-4);
    background-color: var(--bg-color-base-2);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    overflow-x: auto;
}

/* cart // Page Cart -> content -> table */
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table {
    background-color: transparent;
    margin: 0;
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table {
    border-color: var(--color-base-4);
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tr > * {
    background: none;
    color: var(--color-base-1);
}

/* cart // Page Cart -> content -> borders */
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tr th {
    border-right: 1px solid var(--color-base-4);
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tr th:last-child {
    border-right: 0;
}

body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tr td {
    border-right: 1px solid var(--color-base-4);
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tr td:last-child {
    border-right: 0;
}

body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr:last-child td {
    border-bottom: 0;
}

/* cart // Page Cart -> content -> fields */
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td {
    height: 100px;
}

body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td.views-field.views-field-field-variation-img-svarog {
    padding: 0;
    width: 150px;
    height: auto;
    min-width: 100px;
    height: 100px;
    aspect-ratio: 150/100;
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td.views-field.views-field-field-variation-img-svarog img {
    object-fit: cover;
}

body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td.views-field.views-field-title {
    font-size: var(--fz-cart-title-products);
    min-width: 260px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td.views-field.views-field-title a {
    width: 100%;
    height: 100%;
    display: flex;
    color: var(--color-base-2);
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td.views-field.views-field-title a:hover {
    /* text-decoration: underline; */
    background-color: #2a2e5f;
}

body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td.views-field.views-field-unit-price__number,
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td.views-field.views-field-total-price__number {
    min-width: 140px;
    /* width: 100%; */
    text-align: center;
    vertical-align: middle;
}

body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td.views-field.views-field-edit-quantity {
    min-width: 150px;
    max-width: 150px;
    width: 150px;
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td.views-field.views-field-edit-quantity .js-form-item.form-item.js-form-type-number.form-type-number.form-no-label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td.views-field.views-field-edit-quantity .js-form-item.form-item.js-form-type-number.form-type-number.form-no-label input {
    width: 100%;
    height: 30px;
    /* background: #bbbeda; */
    font-weight: 900;
    color: #3d416e;
    padding: 5px;
}

body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td.views-field.views-field-remove-button {
    min-width: 110px;
    max-width: 110px;
    width: 110px;
    padding: 0;
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td.views-field.views-field-remove-button button {
    width: 100%;
    height: 100%;
    padding: 5px;
    background-color: inherit;
    color: var(--color-base-1);
    border-radius: 0;
    border: none;
    font-weight: 700;
    /* border: 3px solid var(--bg-color-base-4); */
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive table.table tbody tr td.views-field.views-field-remove-button button:hover {
    background-color: var(--bg-color-base-4);
    color: var(--color-base-2);
    /* border: 3px solid var(--bg-color-base-4); */
}

/* cart // Page Cart -> content *//* webkit-scrollbar */
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive::-webkit-scrollbar {
    height: 15px;
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive::-webkit-scrollbar-track {
    background: #cfcfcf;
    border-radius: 0 0 10px 10px;
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive::-webkit-scrollbar-thumb {
    background: #868686;
    /* background: var(--color-main-1); */
    border-radius: 0 0 10px 10px;
}
/* body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] .table-responsive::-webkit-scrollbar-button {
    background: antiquewhite;
} */



/* cart // Page Cart -> content -> text after tab */
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] div .field.field--name-total-price.field--type-commerce-price.field--label-hidden.field__item {
    padding: 10px 0;
}

/* cart // Page Cart -> content -> btn */
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] div[id^='edit-actions'] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] div[id^='edit-actions'] button[id^='edit-checkout'] {
    font-weight: 500;
    font-size: var(--fz-more-link);
    color: var(--color-base-2);
    text-decoration: none;
    border-radius: 10px;
    border: none;
    width: 200px;
    height: 42px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-base-4);
}
body.body-cart .cart.cart-form .view.view-commerce-cart-form.view-id-commerce_cart_form .view-content .views-form form[id^='views-form-commerce-cart-form'] div[id^='edit-actions'] button[id^='edit-checkout']:hover {
    background-color: var(--bg-color-main-1);
}





/* C A R T // Checkout Page */
/* cart // Checkout Page */

/* cart // Checkout Page -> content */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form {
    display: grid;
    grid-template-areas:
        'a b'
        'c c';
    grid-template-columns: 7fr 5fr;
    column-gap: 50px;
    row-gap: 20px;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form::after {
    display: none;
}
/* cart // Checkout Page -> content -> regions */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region {
    width: 100%;
    padding: 0;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main {
    grid-area: a;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-secondary {
    grid-area: b;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-footer {
    grid-area: c;
}

/* cart // Checkout Page -> content -> regions -> checkout-main */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* cart // Checkout Page -> content -> regions -> checkout-main -> form */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout {}

/* cart // Checkout Page -> content -> regions -> checkout-main -> form -> js-form-item */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item {
    margin-bottom: 10px;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout']:last-child .js-form-item.form-item {
    margin-bottom: 0px;
}

/* cart // Checkout Page -> content -> regions -> checkout-main -> form -> field labels */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item label {
    font-size: var(--fz-cart-form-field-label);
}

/* cart // Checkout Page -> content -> regions -> checkout-main -> form -> inputs -> name, number */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item input {
    margin: 0;
    height: 45px;
    line-height: 1;
    border-radius: 10px;
    padding: 14px 30px 14px;
    background-color: #fff;
    color: var(--color-base-1);
    font-family: var(--ff-form);
    font-size: var(--fz-cart-form-input);
    border: 1px solid var(--bg-color-base-0-opt-20);
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item input::placeholder {
    color: #848484;
    font-family: var(--ff-form);
    font-size: var(--fz-cart-form-placeholder);
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item input:focus {
    box-shadow: none;
    outline: 0;
}

/* cart // Checkout Page -> content -> regions -> checkout-main -> form -> textarea -> comment */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea {}

body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper {
    border-radius: 10px;
    overflow: hidden;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea {
    margin: 0;
    height: 95px;
    min-height: 95px;
    max-height: 200px;
    border: none;
    line-height: 1;
    border-radius: 10px;
    padding: 14px 30px 14px;
    background-color: #fff;
    color: var(--color-base-1);
    font-family: var(--ff-form);
    font-size: var(--fz-cart-form-input);
    border: 1px solid var(--bg-color-base-0-opt-20);
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::placeholder {
    color: #848484;
    font-family: var(--ff-form);
    font-size: var(--fz-cart-form-placeholder);
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea:focus {
    box-shadow: none;
    outline: 0;
}

/* cart // Checkout Page -> content -> regions -> checkout-main -> form -> textarea -> webkit-scrollbar */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar {
    width: 15px;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar-track {
    background: #aeb3e2;
    border-radius: 0 10px 0 0;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar-thumb {
    background: var(--bg-color-main-1);
}
/* body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div[id^='edit-order-fieldscheckout'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar-button {
    background: antiquewhite;
} */

/* cart // Checkout Page -> content -> regions -> checkout-main -> form -> inputs -> adress */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div#edit-order-fieldscheckout-field-address-wrapper fieldset[id^='edit-order-fieldscheckout'] legend {
    display: none;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div#edit-order-fieldscheckout-field-address-wrapper fieldset[id^='edit-order-fieldscheckout'] .fieldset-wrapper div[id^='order-fieldscheckout-field-address'] div[id^='edit-order-fieldscheckout-field-address'] {}

body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div#edit-order-fieldscheckout-field-address-wrapper fieldset[id^='edit-order-fieldscheckout'] .fieldset-wrapper div[id^='order-fieldscheckout-field-address'] div[id^='edit-order-fieldscheckout-field-address'] .js-form-item.form-item.js-form-type-textfield.form-type-textfield {
    margin-bottom: 10px;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main div#edit-order-fieldscheckout div#edit-order-fieldscheckout-field-address-wrapper fieldset[id^='edit-order-fieldscheckout'] .fieldset-wrapper div[id^='order-fieldscheckout-field-address'] div[id^='edit-order-fieldscheckout-field-address'] .js-form-item.form-item.js-form-type-textfield.form-type-textfield:last-child {
    margin-bottom: 0;
}



/* cart // Checkout Page -> content -> regions -> checkout-main -> payment */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-payment-information {}

/* cart // Checkout Page -> content -> regions -> checkout-main -> payment -> label */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-payment-information legend {
    font-size: var(--fz-h2-cart-checkout-page);
    font-family: var(--ff-main);
}
/* cart // Checkout Page -> content -> regions -> checkout-main -> payment -> inner */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-payment-information .fieldset-wrapper fieldset#edit-payment-information-payment-method--wrapper {}

/* cart // Checkout Page -> content -> regions -> checkout-main -> payment -> inner -> label */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-payment-information .fieldset-wrapper fieldset#edit-payment-information-payment-method--wrapper legend {
    font-size: var(--fz-h3-cart-checkout-page);
    font-family: var(--ff-main);
}

/* cart // Checkout Page -> content -> regions -> checkout-main -> payment -> inner -> payment-method */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-payment-information .fieldset-wrapper div[id^='edit-payment-information-payment-method'] {
    display: flex;
    gap: 5px;
    flex-direction: column;
}



/* cart // Checkout Page -> content -> regions -> checkout-secondary */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-secondary {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* cart // Checkout Page -> content -> regions -> checkout-secondary -> title */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-secondary h3 {
    font-size: var(--fz-h2-cart-checkout-page);
    font-family: var(--ff-main);
}
/* cart // Checkout Page -> content -> regions -> checkout-secondary -> tab */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-secondary div#edit-order-summary {}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-secondary div#edit-order-summary {}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-secondary div#edit-order-summary .checkout-order-summary .table-responsive {}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-secondary div#edit-order-summary .checkout-order-summary .table-responsive table.table {}

body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-secondary div#edit-order-summary .checkout-order-summary div .order-total-line.order-total-line__subtotal {}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-secondary div#edit-order-summary .checkout-order-summary div .order-total-line.order-total-line__total {}



/* cart // Checkout Page -> content -> regions -> checkout-footer */
/* cart // Checkout Page -> content -> regions -> checkout-footer -> btn */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-footer div[id^='edit-actions'] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-footer div[id^='edit-actions'] button[id^='edit-actions-next'] {
    font-weight: 500;
    font-size: var(--fz-more-link);
    color: var(--color-base-2);
    text-decoration: none;
    border-radius: 10px;
    border: none;
    /* width: 200px; */
    /* height: 42px; */
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-color-base-4);
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-footer div[id^='edit-actions'] button[id^='edit-actions-next']:hover {
    background-color: var(--bg-color-main-1);
}

/* cart // Checkout Page -> content -> regions -> checkout-footer -> link to back */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-footer div[id^='edit-actions'] a.link--previous {
    font-weight: 500;
    font-size: var(--fz-more-link);
    color: var(--color-base-1);
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid var(--bg-color-base-4);
    /* width: 200px; */
    /* height: 42px; */
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-color-base-2);
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-footer div[id^='edit-actions'] a.link--previous:hover {
    color: var(--color-base-2);
    border: 1px solid var(--bg-color-main-1);
    background-color: var(--bg-color-main-1);
}


/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {
    body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form {
        grid-template-columns: 6fr 6fr;
        column-gap: 30px;
        row-gap: 20px;
    }
}
@media (max-width: 767px) {
    body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main {
        gap: 20px;
    }
}
@media (max-width: 575px) {
    body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-footer div[id^='edit-actions'] {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-footer div[id^='edit-actions'] button[id^='edit-actions-next'],
    body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-footer div[id^='edit-actions'] a.link--previous {
        min-width: 50%;
    }
}
@media (max-width: 460px) {
    body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-footer div[id^='edit-actions'] button[id^='edit-actions-next'],
    body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-footer div[id^='edit-actions'] a.link--previous {
        width: 100%;
    }
}
@media (max-width: 350px) {}





/* C A R T // Checkout Page Second */
/* cart // Checkout Page Second */

/* cart // Checkout Page Second -> content */

/* cart // Checkout Page Second -> content -> regions */
/* cart // Checkout Page Second -> content -> regions -> checkout-main */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset[id^='edit-review-contact-information'] {}

/* cart // Checkout Page Second -> content -> regions -> checkout-main -> legend */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset[id^='edit-review-contact-information'] legend {
    font-size: var(--fz-h2-cart-checkout-page);
    font-family: var(--ff-main);
}

/* cart // Checkout Page Second -> content -> regions -> checkout-main -> review-order */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout {}

/* cart // Checkout Page Second -> content -> regions -> checkout-main -> review-order -> legend */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout legend {
    font-size: var(--fz-h2-cart-checkout-page);
    font-family: var(--ff-main);
    line-height: 1;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout legend span.fieldset-legend span.checkout-review-edit-link {
    font-size: 1.5rem;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout legend span.fieldset-legend span.checkout-review-edit-link a {
    text-decoration: none;
    color: var(--color-base-1-opt-50);
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout legend span.fieldset-legend span.checkout-review-edit-link a:hover {
    color: var(--color-main-1);
    text-decoration: underline;
}

/* cart // Checkout Page Second -> content -> regions -> checkout-main -> review-order -> inputs */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field.field--label-inline {
    display: flex;
    gap: 10px;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field.field--label-inline::after {
    display: none;
}

/* cart // Checkout Page Second -> content -> regions -> checkout-main -> review-order -> inputs -> label */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field.field--label-inline .field__label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
    font-weight: 700;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field.field--label-inline .field__label::after {
    content: ':';
    display: block;
    font-weight: 700;
}

/* cart // Checkout Page Second -> content -> regions -> checkout-main -> review-order -> comment */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field.field--name-field-comment.field--type-string-long.field--label-inline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    max-width: 600px;
}

/* cart // Checkout Page Second -> content -> regions -> checkout-main -> review-order -> adress */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field.field--name-field-address.field--type-address.field--label-hidden.field__item p.address {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field.field--name-field-address.field--type-address.field--label-hidden.field__item p.address span {
    display: flex;
    gap: 1px;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field.field--name-field-address.field--type-address.field--label-hidden.field__item p.address span::after {
    content: ',';
    display: block;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field.field--name-field-address.field--type-address.field--label-hidden.field__item p.address span:last-child::after {
    display: none;
}

/* cart // Checkout Page Second -> content -> regions -> checkout-main -> review-payment */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-payment-information {}

/* cart // Checkout Page Second -> content -> regions -> checkout-main -> review-payment -> legend */
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-payment-information legend {
    font-size: var(--fz-h2-cart-checkout-page);
    font-family: var(--ff-main);
    line-height: 1;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-payment-information legend span.fieldset-legend span.checkout-review-edit-link {
    font-size: 1.5rem;
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-payment-information legend span.fieldset-legend span.checkout-review-edit-link a {
    text-decoration: none;
    color: var(--color-base-1-opt-50);
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-payment-information legend span.fieldset-legend span.checkout-review-edit-link a:hover {
    color: var(--color-main-1);
    text-decoration: underline;
}


/* cart // Checkout Page Second -> content -> regions -> checkout-secondary */
/* cart // Checkout Page Second -> content -> regions -> checkout-footer */


/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* .button--disabled {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed;
} */

























































/* H E A D E R // Block */
/* header // Block */
.header-top {
    padding: 10px 0;
}
.header-bottom {
    background: var(--bg-gradient-base-1);
    /* position: relative; */
}

/* header // Block -> content */
.header-top .head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.header-top .head-inner .head-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    width: 100%;
}


/* header // Block -> img */
header#header .logo {
    aspect-ratio: 51/80;
    width: auto;
    max-width: 51px;
    height: auto;
}
header#header .logo img {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 77/76; */
    object-fit: contain;
}


/* header // Block -> contacts */

/* header // Block -> callback */
header#header .head-inner .head-content .head-feedback {}
header#header .head-inner .head-content .head-feedback .col-callback {}

header#header .head-inner .head-content .head-feedback .col-callback a {
    padding: 14px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-color-base-1);
    color: var(--color-base-2);
    border: 2px solid var(--bg-color-base-1);
    border: 0;
    font-size: var(--fz-btn);
    border-radius: 6px;
}
header#header .head-inner .head-content .head-feedback .col-callback a:hover {
    background-color: var(--bg-color-base-2);
    background-color: var(--bg-color-main-1);
    /* color: var(--bg-color-base-1); */
}

/* header // Block -> nav-search */
header#header .nav-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* header // Block -> nav-search -> nav */
header#header nav div[id^='block-vesta-theme-osnovnayanavigaciya'] {
    display: none;
    /* text-transform: uppercase; */
    /* font-weight: 700; */
}

header#header nav ul.nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
}
header#header nav ul.nav li a.nav-link {
    font-size: var(--fz-nav-head);
    font-weight: 500;
    color: var(--color-base-1);
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}
header#header nav ul.nav li a.nav-link.is-active {
    text-decoration: underline;
}
header#header nav ul.nav li a.nav-link:hover {
    color: var(--color-main-1);
    text-decoration: underline;
}

header#header nav ul.nav li.nav-item.dropdown a.dropdown-toggle::after {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 11px;
    height: 10px;
    border: none !important;
    margin-left: 15px;
}


header#header nav ul.nav li.nav-item.dropdown ul.dropdown-menu {
    background-color: var(--color-main-1);
    border-radius: 0 0 15px 15px;
    top: 55px;
    overflow: hidden;
}
header#header nav ul.nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item {
    color: var(--color-base-2);
}
header#header nav ul.nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item:hover {
    background-color: var(--color-base-1);
    color: var(--color-main-1);
}
header#header nav ul.nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item.active.is-active {
    background-color: var(--bg-color-main-1);
    background-color: #2b87c6;
}

/* header // Block -> nav-search                                           | Version with btn Open/Close search |  */
header#header .nav-search {
    display: block;
}

/* header // Block -> nav-search -> nav-bar */
header#header .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* header // Block -> nav-search -> nav-bar -> btn Open/Close search */
header#header .nav-bar .btn-search-react {}

header#header .btn-search-react button#search-toggle {
    font-size: 0;
    color: transparent;
    width: 24px;
    height: 24px;
    padding: 0px;
    border-radius: 6px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* header#header .btn-search-react button#search-toggle:hover {
    background-color: var(--bg-color-main-1);
} */

header#header .btn-search-react button#search-toggle img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    aspect-ratio: 30/30;
}
/* header#header .btn-search-react button#search-toggle:hover img {
    width: 43px;
    height: 43px;
} */

/* header // Block -> nav-search -> nav-bar -> search */
header#header .nav-search .col-search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px 0 10px; */
}
header#header .nav-search .col-search .contextual-region {
    position: initial;
}
header#header .nav-search .col-search form[id^="search-api-page-block-form-search"] {
    width: 900px;
    margin: 10px 0;

    position: absolute;
    left: 50%;
    transform: translate(-50%, 25px);
    background-color: var(--bg-color-base-2);
    display: none;  /* активировать с фикс-версией скрипта */
}
/* header // Block -> nav-search                                           | Version with btn Open/Close search |  */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    header#header .logo {
        max-width: 41px;
    }

    header#header .head-inner {
        gap: 30px;
    }
    header#header .head-inner .head-content {
        gap: 15px;
    }
    header#header .head-inner .head-content .head-feedback .col-callback a {
        padding: 14px 20px;
    }

    header#header .nav-bar {
        gap: 20px;
    }
    header#header nav ul.nav li a.nav-link {
        padding: 5px 0px;
    }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}












/* H E A D E R - M O B I L E // Block */
/* header-mobile // Block */
#header-mob {
    padding: 5px 20px;
    background-color: var(--bg-color-base-2);
    box-shadow: 0px 0px 10px 0px var(--bg-color-base-4);
}
#header-mob .header-up {
    display: none;
    margin-bottom: 5px;
}
#header-mob .header-mob-inner {
    gap: 20px;
    /* padding: 5px 20px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: var(--bg-color-base-2); */
    /* box-shadow: 0px 0px 10px 0px var(--bg-color-base-4); */
}

/* header-mobile // Block -> cart */
#header-mob .header-mob-inner .head-mob-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}
#header-mob .header-mob-inner .head-mob-logo .col-cart {
    display: none;
}

/* header-mobile // Block -> img */
#header-mob .logo {
    /* aspect-ratio: 80/80; */
    aspect-ratio: 27/43;
    width: auto;
    max-width: 35px;
    /* max-width: 27px; */
    height: auto;
    padding: 0 0px;
}
#header-mob .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* header-mobile // Block -> content */
#header-mob .head-mob-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0px;
}

/* header-mobile // Block -> content -> contacts */

/* header-mobile // Block -> content -> callback */
#header-mob .head-mob-content .head-mob-feedback {
    display: flex;
    gap: 10px;
    align-items: center;
}
#header-mob .head-mob-content .head-mob-feedback .col-callback a {
    padding: 10px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-color-base-1);
    color: var(--bg-color-base-2);
    border: 2px solid var(--bg-color-base-1);
    border: 0;
    font-size: var(--fz-btn);
    border-radius: 6px;
}
#header-mob .head-mob-content .head-mob-feedback .col-callback a:hover {
    background-color: var(--bg-color-base-2);
    background-color: var(--bg-color-main-1);
    /* color: var(--bg-color-base-1); */
}

/* header-mobile // Block -> btn-nav */
#header-mob .col-nav {
    aspect-ratio: 45/15;
    height: auto;
    width: 100%;
    max-width: 45px;
    padding: 0px;
}
#header-mob .col-nav img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    /* #header-mob .head-mob-content .head-mob-feedback {
        display: none;
    } */
    #header-mob .head-mob-content .head-mob-feedback .col-callback {
        display: none;
    }
}
@media (max-width: 575px) {
    #header-mob .header-mob-inner {
        gap: 10px;
    }
    /* #header-mob .col-nav {
        max-width: 55px;
    } */
    #header-mob .head-mob-content .head-mob-feedback {
        display: none;
    }
}
@media (max-width: 460px) {
    #header-mob .header-up {
        display: block;
    }
    #header-mob .header-mob-inner {
        gap: 5px;
        padding: 2px 0px;
        display: grid !important;
        grid-template-areas: 'a c b';
        /* grid-template-columns: 3fr 6fr 3fr; */
    }
    #header-mob .header-mob-inner .head-mob-logo .col-cart {
        display: flex;
    }
    #header-mob .logo {
        /* aspect-ratio: 47/43; */
        /* max-width: 47px; */
        /* padding: 0 10px; */
        aspect-ratio: 27/43;
        max-width: 27px;
        grid-area: a;
    }
    #header-mob .head-mob-content {
        grid-area: b;
    }
    /* #header-mob .head-mob-content .head-mob-feedback {
        display: none;
    } */
    #header-mob .col-nav {
        grid-area: c;
        /* margin-left: 45px; */
    }
}
@media (max-width: 350px) {
    #header-mob .head-mob-content {
        padding: 0px;
    }
    .head-mob-contacts .contacts {
        display: none;
    }
    /* #header-mob .col-nav {
        padding: 0px;
    } */
}







/* H E A D E R - M O B I L E // Menu */
/* header-mobile // Menu */
div#offcanvasNav {
    /* background-color: #b8b8b8; */
    background-color: var(--color-base-2);
    gap: 0px;
    z-index: 2000;
}

/* header-mobile // NAV -> header */
div#offcanvasNav .offcanvas-header {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}
div#offcanvasNav .offcanvas-header .logo {
    aspect-ratio: 51/80;
    width: 100%;
    max-width: 50px;
    height: auto;
}
div#offcanvasNav .offcanvas-header .logo img {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 115/115; */
    object-fit: contain;
    padding: 0px;
    background: #fff;
    border-radius: 10px;
}

div#offcanvasNav .offcanvas-header button.btn-close {
    /* filter: invert(1); */
    width: 40px;
    height: 40px;
    scale: 1.5;
    margin: 0 10px 0 0;
}



/* header-mobile // NAV -> body */
div#offcanvasNav .offcanvas-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: inset 0 5px 10px 0px;
}

/* header-mobile // NAV -> body -> webkit-scrollbar */

div#offcanvasNav .offcanvas-body::-webkit-scrollbar {
    width: 15px;
}
div#offcanvasNav .offcanvas-body::-webkit-scrollbar-track {
    background: #cfcfcf;
}
div#offcanvasNav .offcanvas-body::-webkit-scrollbar-thumb {
    background: #868686;
}
/* div#offcanvasNav .offcanvas-body::-webkit-scrollbar-button {
    background: antiquewhite;
} */


/* header-mobile // NAV -> body -> search */
div#offcanvasNav .offcanvas-body .region.region-search {
    margin-top: 20px;
}
div#offcanvasNav .offcanvas-body .region.region-search form {
    display: flex;
    justify-content: space-between;
    background-color: var(--bg-color-base-2);
    width: 100%;
    height: 43px;
    flex-direction: row;
    border: 2px solid var(--bg-color-base-4);
    gap: 0;
}
div#offcanvasNav .offcanvas-body .region.region-search form .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {
    width: 80%;
    height: 100%;
}
/* div#offcanvasNav .offcanvas-body .region.region-search form div[id^="edit-actions"] {
    width: 10%;
    min-width: 30px;
    height: 100%;
} */

div#offcanvasNav .offcanvas-body .region.region-search form .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label input {
    background-color: transparent;
    height: 100%;
    width: 100%;
    padding: 13px 10px 13px 20px;
    color: var(--color-base-1);
}
div#offcanvasNav .offcanvas-body .region.region-search form .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label input::placeholder {
    font-weight: 500;
    font-size: var(--fz-base);
    color: var(--color-base-1);
}
div#offcanvasNav .offcanvas-body .region.region-search form .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label input:focus {
    box-shadow: none;
    outline: 0;
    border: 0;
    border-radius: 0;
}

div#offcanvasNav .offcanvas-body .region.region-search form div[id^="edit-actions"] {
    min-width: 46px;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}
div#offcanvasNav .offcanvas-body .region.region-search form div button {
    padding: 22px;
    border-radius: 0;
    width: 100%;
    /* background-color: #b5baf0; */
}
div#offcanvasNav .offcanvas-body .region.region-search form div button:hover {
    /* background-color: var(--color-base-2); */
}


/* header-mobile // NAV -> body -> nav */
div#offcanvasNav .offcanvas-body nav div {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-base-2);
    margin-bottom: 10px;
    display: none;
}

div#offcanvasNav .offcanvas-body nav ul.nav li.nav-item a.nav-link {
    padding: 10px;
    color: var(--color-base-4);
    /* text-transform: uppercase; */
    display: flex;
    align-items: center;
    height: 63px;
    font-weight: 700;
    font-size: var(--fz-nav-menu);
    border-radius: 10px;
}
div#offcanvasNav .offcanvas-body nav ul.nav li.nav-item a.nav-link:hover {
    background-color: var(--bg-color-base-4);
    color: var(--color-base-2);
}
div#offcanvasNav .offcanvas-body nav ul.nav li.nav-item a.is-active {
    /* background-color: var(--color-main-1); */
    /* color: var(--color-base-2); */
    /* text-decoration: underline; */
    text-transform: uppercase;
    border: 1px solid var(--bg-color-base-4);
}

/* header-mobile // NAV -> body -> nav -> dropdown-menu */
#offcanvasNav li.nav-item.dropdown ul.dropdown-menu {
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: var(--color-base-2);
    margin-bottom: 10px;
}
#offcanvasNav li.nav-item.dropdown ul.dropdown-menu li.nav-item a.dropdown-item {
    padding: 14px 23px;
    font-size: var(--fz-nav-menu);
}
#offcanvasNav li.nav-item.dropdown ul.dropdown-menu li.nav-item a.dropdown-item:hover {
    background-color: #eeff39bf;
}
#offcanvasNav li.nav-item.dropdown ul.dropdown-menu li.nav-item a.dropdown-item.is-active {
    background-color: var(--btn-bg-color-1);
    border: 10px solid #fff;
    border-top: 0;
    border-bottom: 0;
}


        


/* header-mobile // NAV -> body -> contacts & social */
div#offcanvasNav .offcanvas-body .menu-contacts {
    background-color: var(--bg-color-base-2);
    border: 3px solid var(--bg-color-base-2);
    border-radius: 6px;
    color: var(--color-base-2);
    padding: 10px;
}

div#offcanvasNav .offcanvas-body .menu-contacts .contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: var(--fz-contacts-menu);
}
/* div#offcanvasNav .offcanvas-body .menu-contacts .contacts .contacts-title {
    margin-bottom: 10px;
} */


div#offcanvasNav .offcanvas-body .menu-contacts .contacts .contacts-set {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
div#offcanvasNav .offcanvas-body .menu-contacts .contacts p.contacts-text {
    margin-bottom: 0px;
    color: var(--color-base-4);
}
div#offcanvasNav .offcanvas-body .menu-contacts .contacts p.contacts-text:hover {
    /* color: var(--color-main-1); */
}

div#offcanvasNav .offcanvas-body .menu-contacts .contacts p.contacts-text span {
    color: inherit;
}
div#offcanvasNav .offcanvas-body .menu-contacts .contacts p.contacts-text a {
    width: 100%;
    display: flex;
    color: inherit;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-left: 36px;
}
div#offcanvasNav .offcanvas-body .menu-contacts .contacts p.contacts-text a:hover {
    color: inherit;
    text-decoration: underline;
}

div#offcanvasNav .offcanvas-body .menu-contacts .contacts .address span {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-left: 36px;
}
div#offcanvasNav .offcanvas-body .menu-contacts .contacts .address span::before {
    content: '';
    display: block;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/contacts/address.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: auto;
    aspect-ratio: 15/15;
    
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    filter: invert(1);
}
div#offcanvasNav .offcanvas-body .menu-contacts .contacts .phone a.tel::before {
    content: '';
    display: block;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/footer/call.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: auto;
    aspect-ratio: 15/15;
    
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    filter: invert(1);
}
div#offcanvasNav .offcanvas-body .menu-contacts .contacts .mail a.mail::before {
    content: '';
    display: block;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/footer/mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: auto;
    aspect-ratio: 15/15;
    
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    filter: invert(1);
}


div#offcanvasNav .offcanvas-body .menu-contacts .contacts .contacts-set-mes {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

div#offcanvasNav .offcanvas-body .menu-contacts .contacts .contacts-set-mes a.soc-mes {
    background-color: transparent;
    width: 35px;
    height: auto;
    display: flex;
    aspect-ratio: 30/30;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 5px;
}
/* div#offcanvasNav .offcanvas-body .menu-contacts .contacts .contacts-set-mes a.soc-mes:hover {
    background-color: var(--color-main-1);
} */
div#offcanvasNav .offcanvas-body .menu-contacts .contacts .contacts-set-mes a.soc-mes img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* header-mobile // NAV -> body -> feedback */
div#offcanvasNav .offcanvas-body .menu-contacts .col-callback {
    margin-top: 20px;
}
div#offcanvasNav .offcanvas-body .menu-contacts .col-callback a {
    width: 100%;
    height: 50px;
    padding: 13px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-color-base-4);
    color: var(--color-base-2);
    border: 2px solid var(--bg-color-base-4);
    font-size: var(--fz-btn);
    border-radius: 6px;
    border-radius: 10px;
}
div#offcanvasNav .offcanvas-body .menu-contacts .col-callback a:hover {
    background-color: var(--bg-color-base-2);
    border: 2px solid var(--bg-color-base-4);
    color: var(--color-base-4);
}

/* header-mobile // NAV -> body -> cart */
div#offcanvasNav .offcanvas-body .menu-contacts .col-cart {
    margin-top: 10px;
}
div#offcanvasNav .offcanvas-body .menu-contacts .col-cart .region.region-cart {
    width: 100%;
}


/* MEDIA SIZE */
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    div#offcanvasNav .offcanvas-body .region.region-search form .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {
        width: 84%;
    }
    div#offcanvasNav .offcanvas-body .region.region-search form#search-api-page-block-form-search--2 .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {
        width: 80%;
    }
}
@media (max-width: 350px) {
    div#offcanvasNav .offcanvas-body .region.region-search form .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {
        width: 70%;
    }
    div#offcanvasNav .offcanvas-body .head-right-up .col-contacts p.contact-item span {
        display: block;
        margin-bottom: 5px;
    }
}












/* S L I D E R // files */

/* в slick.css */
.slick-slide img {
    display: block;
    width: 100%;
    height: auto;

    
    min-height: 420px;
    aspect-ratio: 1170/420;
    object-fit: cover;

    opacity: 1;
    position: relative;
}

/* в styles.css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

div#slider-block .view.view-slayder.view-id-slayder .view-content .views-row .node.node--type-slide {
    position: relative;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    width: 100%;
    height: 100%;
}
ul.slick-dots {
    margin: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;

    display: none !important;
}
ul.slick-dots li button {
    background: #8e8787;
    border: 2px solid #8e8787;
}
ul.slick-dots li button:hover {
    background-color: var(--color-base-2);
    border-color: var(--color-base-2);
}
ul.slick-dots li {
    box-shadow: 0 0 15px 0px var(--color-base-2);
    border-radius: 50%;
}
ul.slick-dots li.slick-active {
    box-shadow: 0 0 20px 1px var(--color-base-2);
}

ul.slick-dots li.slick-active button {
    background-color: var(--color-base-2);
    box-shadow: 0 0 0px 2px var(--color-base-2);
    border-color: var(--color-base-1);
}

button.slick-arrow {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: var(--bg-color-base-2-opt-50);
    border-radius: 50%;
}
button.slick-arrow::before {
    border-radius: 5px;
    width: 45px;
    height: 45px;
    bottom: 60px;
}

button.slick-arrow {
    top: 50%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

button.slick-prev.slick-arrow {
    right: 125px;
    left: auto;
}
button.slick-next.slick-arrow {
    right: 60px;
}

button.slick-arrow:hover::before {
    box-shadow: 0 0px 6px 0px var(--btn-bg-color-1-hover);
    /* background-color: var(--btn-bg-color-1-hover); */
    background-color: #f1f6fc87;
}
button.slick-prev.slick-arrow::before {
    background-image: url("/sites/all/themes/vesta_theme/image/arrow-top.svg");
    transform: rotate(0deg);
    background-image: url("/sites/all/themes/vesta_theme/image/custom-images/slider/slider-arrow-left.svg");
}
button.slick-next.slick-arrow::before {
    background-image: url("/sites/all/themes/vesta_theme/image/arrow-top.svg");
    transform: rotate(0deg);
    background-image: url("/sites/all/themes/vesta_theme/image/custom-images/slider/slider-arrow-right.svg");
}
@media (max-width: 991px) {
    button.slick-prev.slick-arrow {
        right: 104px;
    }
    button.slick-next.slick-arrow {
        right: 50px;
    }
    button.slick-arrow::before {
        bottom: 50px;
    }
}
@media (max-width: 767px) {
    button.slick-prev.slick-arrow {
        right: 95px;
    }
    button.slick-next.slick-arrow {
        right: 45px;
    }
    button.slick-arrow::before {
        bottom: 45px;
    }
}
@media (max-width: 575px) {
    .slick-slide img {
        min-height: 220px;
        aspect-ratio: 320/290;
    }

    button.slick-arrow {
        width: 40px;
    }
    button.slick-prev.slick-arrow {
        right: auto;
        left: 35px;
    }
    button.slick-next.slick-arrow {
        right: auto;
        left: 90px;
    }
    button.slick-arrow::before {
        width: 40px;
        height: 40px;
        bottom: 35px;
    }
}
@media (max-width: 460px) {
    button.slick-prev.slick-arrow,
    button.slick-next.slick-arrow {
        /* display: none !important; */
    }
    button.slick-arrow {
        width: 35px;
    }
    button.slick-prev.slick-arrow {
        left: 20px;
    }
    button.slick-next.slick-arrow {
        left: 70px;
    }
    button.slick-arrow::before {
        width: 35px;
        height: 35px;
        bottom: 20px;
    }
}
@media (max-width: 350px) {
    button.slick-arrow::before {
        bottom: 15px;
    }
}



/* S L I D E R // Block */
/* slider // Block */
div#slider-block .view.view-slayder.view-id-slayder .view-content .views-row .node.node--type-slide {
    position: relative;
}
/* slider // Block -> content */
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
}
/* slider // Block -> content -> img */
div#slider-block .field.field--name-field-image.field--type-image.field--label-hidden.field__item {
    background: var(--bg-color-base-1);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
div#slider-block .field.field--name-field-image.field--type-image.field--label-hidden.field__item::after {
    content: '';
    display: block;
    background: linear-gradient(125deg, black, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}


/* slider // Block -> content -> inner */
/* В Отображении слайдера добавить внутрь  .content  ещё группу полей - .content-inner -> если нужно в слайдре только у контента слайдера добавить границы, или по другому его спозиционировать и т.д. */
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .content-inner {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 60px 170px 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 25px;
}

/* slider // Block -> content -> inner -> title */
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-title.field--type-text-long.field--label-hidden.field__item {
    font-size: var(--fz-slider-title);
    font-family: var(--ff-main);
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-base-2);
    text-transform: uppercase;
    max-width: 850px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-title.field--type-text-long.field--label-hidden.field__item > * {
    margin: 0;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-title.field--type-text-long.field--label-hidden.field__item > * + * {
    margin-top: 10px;
}
/* slider // Block -> content -> inner -> subtitle */
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    font-size: var(--fz-slider-subtitle);
    line-height: 1.4;
    font-weight: 300;
    max-width: 580px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item > * {
    margin: 0;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item > * + * {
    margin-top: 10px;
}
/* slider // Block -> content -> inner -> text */

/* slider // Block -> content -> inner -> btn's */
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-link.field--type-link.field--label-hidden.field__item a {
    border: 1px solid var(--color-base-3);
    color: var(--color-base-2);
    font-size: var(--fz-btn);
    padding: 5px 15px;
    transition: all .5s linear;
    text-decoration: none;
    height: 40px;
    width: 170px;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    border-radius: 4px;
    flex-direction: row-reverse;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-link.field--type-link.field--label-hidden.field__item a:hover {
    background-color: var(--btn-bg-color-1-hover);
    border: 1px solid var(--btn-bg-color-1-hover);
    transition: all .2s linear;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .content-inner {
        padding: 50px 150px 50px 50px;
    }
}
@media (max-width: 767px) {
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .content-inner {
        padding: 45px 45px 45px 45px; /*.. 140 .. ..*/
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        max-width: 355px;
    }
}
@media (max-width: 575px) {
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .content-inner {
        padding: 35px 120px 90px 35px; /*.. 120 .. ..*/
        justify-content: flex-start;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-title.field--type-text-long.field--label-hidden.field__item,
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        max-width: 100%;
    }
}
@media (max-width: 460px) {
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .content-inner {
        padding: 30px 20px 80px 20px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-title.field--type-text-long.field--label-hidden.field__item,
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        max-width: 275px;
    }
}
@media (max-width: 350px) {
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .content-inner {
        padding: 25px 15px 75px 15px;
    }
}














/* B A N N E R // Block */
/* banner // Block */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}











/* A B O U T // Block */
/* about // Block */
.front .view.view-about.view-id-about {
    position: relative;
    padding-left: 100px;
}
.front .view.view-about.view-id-about::before {
    content: '';
    display: block;
    width: 84px;
    height: 131px;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/logo/logo.svg) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
}



.view.view-about.view-id-about .view-header {
    display: flex;
    justify-content: flex-start;
}
.view.view-about.view-id-about .view-header h2 {
    line-height: 1;
}

.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser {
    display: flex;
    gap: 30px;
}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser::after {display: none;}


.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .field.field--name-field-mini-description.field--type-text-long.field--label-hidden.field__item {
    font-size: var(--fz-about-text);
    max-width: 585px;
}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .field.field--name-field-mini-description.field--type-text-long.field--label-hidden.field__item > * {
    margin: 0;
}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .field.field--name-field-mini-description.field--type-text-long.field--label-hidden.field__item > * + * {
    margin-top: 10px;
}




.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .content-inner {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .content-inner .field.field--name-dynamic-token-fieldnode-btn-more-about.field--type-ds.field--label-hidden.field__item a {
    width: 310px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: var(--btn-bg-color-1);
    color: var(--color-base-2);
    text-decoration: none;
    font-size: var(--fz-btn);
}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .content-inner .field.field--name-dynamic-token-fieldnode-btn-more-about.field--type-ds.field--label-hidden.field__item a:hover {
    background-color: var(--btn-bg-color-1-hover);
}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .content-inner .field.field--name-dynamic-token-fieldnode-btn-more-delivery.field--type-ds.field--label-hidden.field__item a {
    width: 140px;
    height: 42px;
    display: block;
    padding: 8px 30px;
    border-radius: 10px;
    border: 1px solid var(--btn-bg-color-1);
    background-color: var(--btn-bg-color-2);
    color: var(--color-base-1);
    text-decoration: none;
}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .content-inner .field.field--name-dynamic-token-fieldnode-btn-more-delivery.field--type-ds.field--label-hidden.field__item a:hover {
    background-color: var(--btn-bg-color-2-hover);
    border: 1px solid var(--btn-bg-color-2-hover);
    color: var(--color-base-2);
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .content-inner {
        flex-direction: column-reverse;
        gap: 10px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .field.field--name-field-mini-description.field--type-text-long.field--label-hidden.field__item {
        max-width: 545px;
    }
}
@media (max-width: 991px) {
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .content-inner {
        position: relative;
    }
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser {
        gap: 20px;
        flex-direction: column;
    }
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .field.field--name-field-mini-description.field--type-text-long.field--label-hidden.field__item {
        max-width: 675px;
    }
}
@media (max-width: 767px) {
    .front .view.view-about.view-id-about {
        padding-left: 0px;
    }
    .front .view.view-about.view-id-about::before {
        display: none;
    }
    .view.view-about.view-id-about .view-header {
        display: flex;
        justify-content: flex-start;
    }
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .content-inner {
        display: flex;
        align-items: flex-start;
    }
}
@media (max-width: 575px) {
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .content-inner {display: none;}
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* A B O U T // Page */
/* about // Page */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}










/* B E N E F I T S // Block */
/* benefits // Block */
div#benefits-block {position: relative;}

/* B E N E F I T S */
.view.view-benefits.view-id-benefits .view-content {
    --cols: 3;
    --gap: 30px;
    --row-gap: 30px;
    --column-gap: 30px;

    display: grid;
    grid-template-columns: repeat(var(--cols), 1fr);
    gap: var(--gap);
    column-gap: var(--column-gap);
    row-gap: var(--row-gap);
}
.view.view-benefits.view-id-benefits .view-content .views-row {
    width: 100%;
    /* height: 270px; */
    min-height: 270px;
    padding: 30px 30px;
    background-color: var(--bg-color-base-2);
    border-radius: 20px;
    border: 2px solid var(--bg-color-base-4);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
}
.view.view-benefits.view-id-benefits .view-content .views-row .benefit-inner {width: 100%;}

.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}
.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser::after {display: none;}


.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .content-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}


.view.view-benefits.view-id-benefits .view-content .views-row .field.field--name-field-benefits-image.field--type-image.field--label-hidden.field__item {
    aspect-ratio: 45/45;
    height: auto;
    width: 30px;
}
.view.view-benefits.view-id-benefits .view-content .views-row .field.field--name-field-benefits-image.field--type-image.field--label-hidden.field__item img {
    object-fit: contain;
}

.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .content-inner .field.field--name-field-benefits-number.field--type-string.field--label-hidden.field__item {
    font-size: var(--fz-benefits-num);
    font-weight: 700;
    color: var(--color-base-3);
}



.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h2 {
    font-size: var(--fz-h3-benefits);
    font-weight: 700;
    font-family: var(--ff-base);
}



.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-mini-description.field--type-text-long.field--label-hidden.field__item {
    margin-top: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: var(--fz-h3-benefits);
}

.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-mini-description.field--type-text-long.field--label-hidden.field__item > * {
    margin: 0;
}
.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-mini-description.field--type-text-long.field--label-hidden.field__item > * + * {
    margin-top: 0;
}





#benefits-block .region.region-benefits .benefits-nav .slider-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 55px 0;
}
#benefits-block .region.region-benefits .benefits-nav .slider-link a {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: var(--btn-bg-color-1);
    color: var(--color-base-2);
    text-decoration: none;
    font-size: var(--fz-btn);
}
#benefits-block .region.region-benefits .benefits-nav .slider-link a:hover {
    background-color: var(--btn-bg-color-1-hover);
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    .view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-mini-description.field--type-text-long.field--label-hidden.field__item {
        margin-top: 15px;
    }
}
@media (max-width: 460px) {
    #benefits-block .region.region-benefits .benefits-nav .slider-link a {height: 35px;}
}
@media (max-width: 350px) {}


.front .view.view-benefits.view-id-benefits {
    position: relative;
    overflow: hidden;
}
/* benefits // Block -> content */
.front .view.view-benefits.view-id-benefits .slider-viewport {
    overflow: hidden;
    /* margin: 0px 130px; */
}
/* .front .view.view-benefits.view-id-benefits .view-content {
    display: flex;
    gap: 50px;
    --gap: 50px;
    --row-gap: auto;
    --column-gap: auto;
    --items-per-view: 3;
    /* overflow: hidden; * /
    scroll-behavior: smooth;
    transition: transform 0.4s ease;
    /* margin: 0 130px; * /
    /* --track-margin: 0 130px; * /
}
/* benefits // Block -> content -> item * /
.front .view.view-benefits.view-id-benefits .view-content .views-row {
    /* width: 18.5%; * /
    flex: 0 0 calc((100% - (var(--gap) * (var(--items-per-view) - 1))) / var(--items-per-view));

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */





/* benefits // Block -> content -> slider-nav */
div#block-vesta-theme-slaydnavigaciya-benefits {display: none;}

#benefits-block .region.region-benefits {
    position: relative;
}
#benefits-block .region.region-benefits div#block-vesta-theme-slaydnavigaciyapartnyory {
    position: initial;
}
.benefits-nav {display: none;}
.benefits-nav .slider-nav {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 15px;
    gap: 10px;
}



.benefits-nav .slider-nav .slider-btn-inner {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    
    position: absolute;
    top: 78%;
    width: 100%;
    height: 0px; /* 106px */
    transform: translateY(-50%);
}
.benefits-nav .slider-nav .slider-btn-inner button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 45px;
    height: 45px;
    aspect-ratio: 10/10;
    border: 0;
    border-radius: 0px;
    background-color: var(--bg-color-base-2);
    font-size: 0;
    color: transparent;
    position: absolute;
}
.benefits-nav .slider-nav .slider-btn-inner button.slider-prev {left: 0px;}
.benefits-nav .slider-nav .slider-btn-inner button.slider-next {right: 0px;}

.benefits-nav .slider-nav .slider-btn-inner button.slider-prev {background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-left.svg);}
.benefits-nav .slider-nav .slider-btn-inner button.slider-next {background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-right.svg);}

.benefits-nav .slider-nav .slider-btn-inner button:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-base-2);
    background-color: var(--bg-color-base-2);
}


@media (max-width: 1199px) {
    .view.view-benefits.view-id-benefits .view-content {
        --cols: 3;
        --row-gap: 20px;
        --column-gap: 20px;
    }
}
@media (max-width: 991px) {
    .front .view.view-benefits.view-id-benefits .slider-viewport {
        /* margin: 0px 100px; */
    }
    .view.view-benefits.view-id-benefits .view-content {
        --cols: 2;
        --row-gap: 20px;
        --column-gap: 20px;
    }
    .view.view-benefits.view-id-benefits .view-content .views-row {
        padding: 25px 25px;
    }
}
@media (max-width: 767px) {
    .front .view.view-benefits.view-id-benefits .slider-viewport {
        /* margin: 0px 100px; */
    }
    .view.view-benefits.view-id-benefits .view-content {
        --cols: 2;
        --row-gap: 10px;
        --column-gap: 10px;
    }
    .view.view-benefits.view-id-benefits .view-content .views-row {
        padding: 20px 20px;
    }
    .benefits-nav .slider-nav .slider-btn-inner {
        top: 79%;
    }
    .benefits-nav .slider-nav .slider-btn-inner button {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 575px) {
    div#block-vesta-theme-slaydnavigaciya-benefits {display: block;}
    .benefits-nav {display: block;}
    
    .view.view-benefits.view-id-benefits .view-content {
        --cols: 1;
        --row-gap: 10px;
        --column-gap: 10px;
    }
    .front .view.view-benefits.view-id-benefits .view-content {
        display: flex;
        gap: 50px;
        --gap: 50px;
        --row-gap: auto;
        --column-gap: auto;
        --items-per-view: 3;
        /* overflow: hidden; */
        scroll-behavior: smooth;
        transition: transform 0.4s ease;
        /* margin: 0 130px; */
        /* --track-margin: 0 130px; */
    }
    .view.view-benefits.view-id-benefits .view-content .views-row {
        padding: 20px 30px;
        min-height: 200px;
    }

    /* benefits // Block -> content -> item */
    .front .view.view-benefits.view-id-benefits .view-content .views-row {
        /* width: 18.5%; */
        width: auto;
        flex: 0 0 calc((100% - (var(--gap) * (var(--items-per-view) - 1))) / var(--items-per-view));

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .benefits-nav .slider-nav .slider-btn-inner {
        top: 50%;
    }
    .benefits-nav .slider-nav .slider-btn-inner button.slider-prev {
        left: 0px;
    }
    .benefits-nav .slider-nav .slider-btn-inner button.slider-next {
        right: 0px;
    }

}
@media (max-width: 460px) {
    .front .view.view-benefits.view-id-benefits .slider-viewport {
        /* margin: 0px 55px; */
    }
    .view.view-benefits.view-id-benefits .view-content .views-row {
        padding: 30px 30px;
    }
    .benefits-nav .slider-nav .slider-btn-inner {
        top: 50%;
    }
    .benefits-nav .slider-nav .slider-btn-inner button {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 350px) {
    .front .view.view-benefits.view-id-benefits .slider-viewport {
        /* margin: 0px 45px; */
    }
    .view.view-benefits.view-id-benefits .view-content .views-row {
        padding: 20px 20px;
    }
    .benefits-nav .slider-nav .slider-btn-inner {
        top: 50%;
    }
}










/* C A T A L O G // Block */
/* catalog // Block */

/* catalog // Block -> content */
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalogs.taxonomy-term--view-mode-teaser {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalogs.taxonomy-term--view-mode-teaser::after {
    display: none;
}

.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalogs.taxonomy-term--view-mode-teaser .field.field--name-field-categories-image.field--type-image.field--label-hidden.field__item {
    aspect-ratio: 270/270;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalogs.taxonomy-term--view-mode-teaser .field.field--name-field-categories-image.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalogs.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 {
    font-size: var(--fz-h3-catalog);
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: var(--color-base-1);
    text-transform: uppercase;
    font-weight: 700;
}
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalogs.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3:hover {
    text-decoration: underline;
    color: var(--color-main-1);
}
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalogs.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 a {
    text-decoration: inherit;
    color: inherit;
}
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalogs.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 a:hover {
    text-decoration: inherit;
    color: inherit;
}


/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    .view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalogs.taxonomy-term--view-mode-teaser .field.field--name-field-categories-image.field--type-image.field--label-hidden.field__item {
        aspect-ratio: 320/184;
    }
}
@media (max-width: 350px) {}



/* C A T A L O G // Page */
/* catalog // Page */

body.not-front.body-taxonomy-term.body-taxonomy-term--catalogs div[id^='block-vesta-theme-views-block-catalogs-block'] {
    /* margin-bottom: 80px; */
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {
    body.not-front.body-taxonomy-term.body-taxonomy-term--catalogs div[id^='block-vesta-theme-views-block-catalogs-block'] {
        /* margin-bottom: 70px; */
    }
}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    body.not-front.body-taxonomy-term.body-taxonomy-term--catalogs div[id^='block-vesta-theme-views-block-catalogs-block'] {
        /* margin-bottom: 60px; */
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* C A T A L O G // Product's card */
/* catalog // Product's card */

/* catalog // Product's card -> header */
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-header .view-header-inner {
    display: flex;
    align-items: flex-start;
}



/* catalog // Product's card -> content */
.front .view.view-tovary-index-svarog.view-id-tovary_index_svarog,
.not-front.body-product.body-product-type--tovar_svarog .view.view-tovary-index-svarog.view-id-tovary_index_svarog {
    overflow: hidden;
    /* margin: 0px 130px; */
}

.front .view.view-tovary-index-svarog.view-id-tovary_index_svarog .slider-viewport,
.not-front.body-product.body-product-type--tovar_svarog .view.view-tovary-index-svarog.view-id-tovary_index_svarog .slider-viewport {
    overflow: hidden;
    margin: 0px 00px;
}

.front .view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content,
.not-front.body-product.body-product-type--tovar_svarog .view.view-tovary-index-svarog.view-id-tovary_index_svarog  .view-content {
    display: flex;
    gap: 30px;
    --gap: 30px;
    --row-gap: auto;
    --column-gap: auto;
    --items-per-view: 4;
    /* overflow: hidden; */
    scroll-behavior: smooth;
    transition: transform 0.4s ease;
    /* margin: 0 130px; */
    /* --track-margin: 0 130px; */
}

/* catalog // Product's card -> content -> item */
.front .view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row,
.not-front.body-product.body-product-type--tovar_svarog .view.view-tovary-index-svarog.view-id-tovary_index_svarog  .view-content .views-row {
    /* width: 100%; */
    flex: 0 0 calc((100% - (var(--gap) * (var(--items-per-view) - 1))) / var(--items-per-view));

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-teaser.product-teaser.flex {
    width: 100%;
}

/* catalog // Product's card -> content */
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* catalog // Product's card -> content -> img-inner */
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

/* catalog // Product's card -> content -> img-inner -> img */
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser .field.field--name-field-field-image-tovary-view.field--type-image.field--label-hidden.field__item {
    width: 100%;
    height: auto;
    aspect-ratio: 270/270;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser .field.field--name-field-field-image-tovary-view.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* catalog // Product's card -> content -> img-inner -> tags */
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser .field.field--name-field-tags.field--type-list-string.field--label-hidden.field__items {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    max-width: 240px;
}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser .field.field--name-field-tags.field--type-list-string.field--label-hidden.field__items .field__item {
    background: var(--color-base-2);
    box-shadow: 0 0 3px;
    font-size: var(--fz-products-tags);
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 7px;
    min-width: 41px;
    min-height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: lowercase;
}

/* catalog // Product's card -> content -> info-inner */
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 100%;
}

/* catalog // Product's card -> content -> info-inner -> title */
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-title.field--type-string.field--label-hidden.field__item {
    font-size: var(--fz-h3-products);
    text-decoration: none;
    color: var(--color-base-4);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px;
    max-height: 46px;
    min-height: 23px;
    margin-bottom: 0;
}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-title.field--type-string.field--label-hidden.field__item:hover {
    text-decoration: underline;
    color: var(--color-main-1);
}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-title.field--type-string.field--label-hidden.field__item a {
    text-decoration: inherit;
    color: inherit;
    display: block;
    height: 100%;
    width: 100%;
}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-title.field--type-string.field--label-hidden.field__item a:hover {
    text-decoration: inherit;
    color: inherit;
}

/* catalog // Product's card -> content -> info-inner -> price-set */
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .price-set {
    display: flex;
    gap: 10px;
}

/* catalog // Product's card -> content -> info-inner -> new-price */
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .price-set .field.field--name-price.field--type-commerce-price.field--label-hidden.field__item {
    color: var(--color-base-4);
    font-weight: 700;
    font-size: var(--fz-products-price);
}

/* catalog // Product's card -> content -> info-inner -> old-price */
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .price-set .field.field--name-list-price.field--type-commerce-price.field--label-hidden.field__item {
    color: var(--color-base-3);
    font-weight: 700;
    font-size: var(--fz-products-price);
    text-decoration: line-through 2px;
}

/* catalog // Product's card -> content -> info-inner -> btn */
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items {}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items form div[id^='edit-quantity-wrapper'] {
    display: none;
}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items form div[id^='edit-actions'] {
    width: 100%;
    height: 45px;
}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items form div[id^='edit-actions'] button[id^='edit-submit'] {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: var(--bg-color-base-4);
    color: var(--color-base-2);
    font-size: var(--fz-btn);
    border: none;
    border-radius: 10px;
    position: relative;
    display: flex;
    gap: 14px; /*17*/
    align-items: center;
    justify-content: center;
}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items form div[id^='edit-actions'] button[id^='edit-submit']:hover {
    background-color: var(--bg-color-main-1);
}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items form div[id^='edit-actions'] button[id^='edit-submit']::after {
    content: '';
    display: block;
    background-color: var(--bg-color-base-2);
    width: 10px;
    height: 10px;
    border-radius: 2px;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
@media (max-width: 1399px) {
    .front .view.view-tovary-index-svarog.view-id-tovary_index_svarog .slider-viewport,
    .not-front.body-product.body-product-type--tovar_svarog .view.view-tovary-index-svarog.view-id-tovary_index_svarog .slider-viewport {
        margin: 0px 60px;
    }
}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    .front .view.view-tovary-index-svarog.view-id-tovary_index_svarog .slider-viewport,
    .not-front.body-product.body-product-type--tovar_svarog .view.view-tovary-index-svarog.view-id-tovary_index_svarog .slider-viewport {
        margin: 0px 0px;
    }
    .view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser .field.field--name-field-field-image-tovary-view.field--type-image.field--label-hidden.field__item {
        aspect-ratio: 320/270;
    }
    .view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items form div[id^='edit-actions'] {
        width: 100%;
        height: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .front .view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items form div[id^='edit-actions'] button[id^='edit-submit'],
    .not-front.body-product.body-product-type--tovar_svarog .view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items form div[id^='edit-actions'] button[id^='edit-submit'] {
        width: 80%;
        gap: 10px;
    }
    .view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items form div[id^='edit-actions'] button[id^='edit-submit']::after {
        width: 9px;
        height: 9px;
    }

    .view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info {
        gap: 10px;
    }
}
@media (max-width: 460px) {
    .front .view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items form div[id^='edit-actions'] button[id^='edit-submit'],
    .not-front.body-product.body-product-type--tovar_svarog .view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items form div[id^='edit-actions'] button[id^='edit-submit'] {
        width: 70%;
        gap: 10px;
    }
}
@media (max-width: 350px) {
    .front .view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items form div[id^='edit-actions'] button[id^='edit-submit'],
    .not-front.body-product.body-product-type--tovar_svarog .view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-content .views-row .product-view-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden.field__items form div[id^='edit-actions'] button[id^='edit-submit'] {
        width: 65%;
    }
}










/* C A T A L O G // filter */
/* catalog // filter */
/* .view.view-tovary-index-svarog {
    display: grid;
    grid-template-columns: 3fr 9fr;
    gap: 30px;
} */
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-filters {
    /* display: none; */
}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-filters form#views-exposed-form-tovary-index-svarog-page-2 .form--inline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-filters form#views-exposed-form-tovary-index-svarog-block-1 .form--inline {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    max-width: 275px;
}

.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-filters form#views-exposed-form-tovary-index-svarog-block-1 .form--inline::after {display: none;}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-filters form#views-exposed-form-tovary-index-svarog-block-1 .form--inline div[id^='edit-actions'] {
    width: 100%;
    height: 45px;
}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-filters form#views-exposed-form-tovary-index-svarog-block-1 .form--inline div[id^='edit-actions'] button {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: var(--bg-color-base-4);
    color: var(--color-base-2);
    font-size: var(--fz-btn);
    border: none;
    border-radius: 10px;
    position: relative;
    display: flex;
    gap: 17px;
    align-items: center;
    justify-content: center;
}
.view.view-tovary-index-svarog.view-id-tovary_index_svarog .view-filters form#views-exposed-form-tovary-index-svarog-block-1 .form--inline div[id^='edit-actions'] button:hover {
    background-color: var(--bg-color-main-1);
}


.not-front main#main .wr_content .region.region-filter {
    padding-top: 95px;
}
.not-front main#main .wr_content .region.region-filter form#views-exposed-form-tovary-index-svarog-page-2 .form--inline {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.not-front main#main .wr_content .region.region-filter form#views-exposed-form-tovary-index-svarog-page-2 .form--inline::after {display: none;}

.not-front main#main .wr_content .region.region-filter form#views-exposed-form-tovary-index-svarog-page-2 .form--inline div[id^='edit-actions'] {
    width: 100%;
    height: 45px;
}
.not-front main#main .wr_content .region.region-filter form#views-exposed-form-tovary-index-svarog-page-2 .form--inline div[id^='edit-actions'] button {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: var(--bg-color-base-4);
    color: var(--color-base-2);
    font-size: var(--fz-btn);
    border: none;
    border-radius: 10px;
    position: relative;
    display: flex;
    gap: 17px;
    align-items: center;
    justify-content: center;
}
.not-front main#main .wr_content .region.region-filter form#views-exposed-form-tovary-index-svarog-page-2 .form--inline div[id^='edit-actions'] button:hover {
    background-color: var(--bg-color-main-1);
}

.not-front main#main .wr_content .region.region-filter form#views-exposed-form-tovary-index-svarog-page-2 .form--inline div[id^='edit-number-variation-wrapper'] fieldset[id^='edit-number-variation-wrapper'] .fieldset-wrapper .bef-slider.noUi-target.noUi-ltr.noUi-horizontal.noUi-txt-dir-ltr .noUi-connects .noUi-connect {
    background: var(--bg-color-main-1);
}


.not-front main#main .wr_content .region.region-filter form#views-exposed-form-tovary-index-svarog-page-2 .form--inline legend,
.not-front main#main .wr_content .region.region-filter form#views-exposed-form-tovary-index-svarog-page-2 .form--inline .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-sort-by.form-item-sort-by label,
.not-front main#main .wr_content .region.region-filter form#views-exposed-form-tovary-index-svarog-page-2 .form--inline .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-sort-order.form-item-sort-order label {
    font-size: 20px;
    font-weight: 600;
    /* font-family: var(--ff-main); */
    /* text-transform: uppercase; */
    /* word-break: break-all; */
}
.not-front main#main .wr_content .region.region-filter form#views-exposed-form-tovary-index-svarog-page-2 .form--inline fieldset#edit-name--3--wrapper .fieldset-wrapper div#edit-name--3 .form-checkboxes.bef-checkboxes.form--inline {
    gap: 0px;
}




.not-front main#main .wr_content .region.region-filter div[id^='block-vesta-theme-sort'] form#views-exposed-form-tovary-index-svarog-page-2 .form--inline {}


.not-front main#main .wr_content .region.region-filter div[id^='block-vesta-theme-sort'] form#views-exposed-form-tovary-index-svarog-page-2 .form--inline .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-sort-by.form-item-sort-by label,
.not-front main#main .wr_content .region.region-filter div[id^='block-vesta-theme-sort'] form#views-exposed-form-tovary-index-svarog-page-2 .form--inline .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-sort-order.form-item-sort-order label {
    font-size: 20px;
    font-weight: 600;
    /* font-family: var(--ff-main); */
    /* text-transform: uppercase; */
    /* word-break: break-all; */
}

.not-front main#main .wr_content .region.region-filter div[id^='block-vesta-theme-sort'] form#views-exposed-form-tovary-index-svarog-page-2 .form--inline div[id^='edit-number-variation-wrapper'],
.not-front main#main .wr_content .region.region-filter div[id^='block-vesta-theme-sort'] form#views-exposed-form-tovary-index-svarog-page-2 .form--inline fieldset[id^='edit-name-1--3--wrapper'],
.not-front main#main .wr_content .region.region-filter div[id^='block-vesta-theme-sort'] form#views-exposed-form-tovary-index-svarog-page-2 .form--inline fieldset[id^='edit-name--3--wrapper'] {display: none;}



/* .not-front main#main .wr_content .region.region-filter div[id^='block-vesta-theme-raskrytayaformatovary-index-svarogpage-1'] form .form--inline {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.not-front main#main .wr_content .region.region-filter div[id^='block-vesta-theme-raskrytayaformatovary-index-svarogpage-1'] form .form--inline div[id^='edit-actions'] {
    width: 100%;
    height: 45px;
}
.not-front main#main .wr_content .region.region-filter div[id^='block-vesta-theme-raskrytayaformatovary-index-svarogpage-1'] form .form--inline div[id^='edit-actions'] button {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: var(--bg-color-base-4);
    color: var(--color-base-2);
    font-size: var(--fz-btn);
    border: none;
    border-radius: 10px;
    position: relative;
    display: flex;
    gap: 17px;
    align-items: center;
    justify-content: center;
}
.not-front main#main .wr_content .region.region-filter div[id^='block-vesta-theme-raskrytayaformatovary-index-svarogpage-1'] form .form--inline div[id^='edit-actions'] button:hover {
    background-color: var(--bg-color-main-1);
} */


/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .not-front main#main .wr_content .region.region-filter {
        padding-top: 85px;
    }
}
@media (max-width: 991px) {
    .not-front main#main .wr_content .region.region-filter {
        margin-bottom: 30px;
        padding-top: 0;
    }
}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    .not-front main#main .wr_content .region.region-filter form#views-exposed-form-tovary-index-svarog-page-2 .form--inline legend,
    .not-front main#main .wr_content .region.region-filter form#views-exposed-form-tovary-index-svarog-page-2 .form--inline .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-sort-by.form-item-sort-by label,
    .not-front main#main .wr_content .region.region-filter form#views-exposed-form-tovary-index-svarog-page-2 .form--inline .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-sort-order.form-item-sort-order label {
        font-size: 18px;
    }
    .not-front main#main .wr_content .region.region-filter div[id^='block-vesta-theme-sort'] form#views-exposed-form-tovary-index-svarog-page-2 .form--inline .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-sort-by.form-item-sort-by label,
    .not-front main#main .wr_content .region.region-filter div[id^='block-vesta-theme-sort'] form#views-exposed-form-tovary-index-svarog-page-2 .form--inline .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-sort-order.form-item-sort-order label {
        font-size: 18px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}















/* catalog // Product's card -> content -> slider-nav */
#popular-block .region.region-popular {
    position: relative;
}
#popular-block .region.region-popular div#block-vesta-theme-slaydnavigaciyapopulyarnyeproekty {
    position: initial;
}

.popular-nav {/*margin-top: 50px;*/}
.popular-nav .slider-nav {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* margin-top: 15px; */
    gap: 10px;
}

.popular-nav .slider-nav .slider-dots {
    /* height: 15px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* gap: 13px; */
}
/* .popular-nav .slider-nav .slider-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: var(--bg-color-main-2-opt-46);
    cursor: pointer;
    padding: 0;
} */
.popular-nav .slider-nav .slider-dots button.active {
    /* background-color: var(--color-main); */
    /* border: 2px solid white; */
    /* box-shadow: 0 0 0px 2px var(--color-base-1); */
}
/* .popular-nav .slider-nav .slider-dots button:hover {
    background-color: #c72edd;
} */


.popular-nav .slider-nav .slider-btn-inner {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    
    position: absolute;
    top: 55%;
    width: 100%;
    height: 0px; /* 106px */
    transform: translateY(-50%);
}
.popular-nav .slider-nav .slider-btn-inner button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 45px;
    height: 45px;
    aspect-ratio: 10/10;
    border: 0;
    border-radius: 0px;
    background-color: var(--bg-color-base-2);
    font-size: 0;
    color: transparent;
    position: absolute;
}
.popular-nav .slider-nav .slider-btn-inner button.slider-prev {left: -80px;}
.popular-nav .slider-nav .slider-btn-inner button.slider-next {right: -80px;}

.popular-nav .slider-nav .slider-btn-inner button.slider-prev {background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-left.svg);}
.popular-nav .slider-nav .slider-btn-inner button.slider-next {background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-right.svg);}

.popular-nav .slider-nav .slider-btn-inner button:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-base-2);
    background-color: var(--bg-color-base-2);
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
@media (max-width: 1399px) {
    .popular-nav .slider-nav .slider-btn-inner button.slider-prev {
        left: 0px;
    }
    .popular-nav .slider-nav .slider-btn-inner button.slider-next {
        right: 0px;
    }
}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    .popular-nav .slider-nav .slider-btn-inner {
        top: auto;
        bottom: 18px;
    }
    .popular-nav .slider-nav .slider-btn-inner button {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* C A T A L O G // Product Card's Page */
/* catalog // Product Card's Page */

/* catalog // Product Card's Page -> content */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full {
    position: relative;
}


/* catalog // Product Card's Page -> content -> UP */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
}

/* catalog // Product Card's Page -> content -> UP -> Left */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field.field--name-field-tags.field--type-list-string.field--label-hidden.field__items {
    display: none;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .field.field--name-field-tags.field--type-list-string.field--label-hidden.field__items {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 30px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    max-width: 100%;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .field.field--name-field-tags.field--type-list-string.field--label-hidden.field__items .field__item {
    background: var(--color-base-2);
    box-shadow: 0 0 3px;
    font-size: var(--fz-products-tags);
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 7px;
    min-width: 41px;
    min-height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: lowercase;
}


/* catalog // Product Card's Page -> content -> UP -> Left */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image {
    position: relative;
    max-width: 573px;
    width: 100%;
}

/* catalog // Product Card's Page -> content -> Up -> Left -> slider product photo set */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .field.field--name-field-variation-img-svarog.field--type-image.field--label-hidden.field__items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    /* display: grid; */
    /* grid-template-columns: 68fr 13fr; */
}
/* catalog // Product Card's Page -> content -> Up -> Left -> slider product photo set -> main photo */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__main {
    position: relative;
    flex: 1; /* flex */
    text-align: center;
    width: 100%;
    aspect-ratio: 570/365;
    /* max-width: 570px; */
    overflow: hidden;
    border-radius: 20px;
}
/* .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__big {
    position: relative;
    width: 100%;
    aspect-ratio: 570/365;
} */
/* .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__big::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #00000005;
    position: absolute;
    inset: 0;
} */
/* .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__big .field.field--name-field-variation-img-svarog.field--type-image.field--label-hidden.field__items {
    width: 100%;
    height: 100%;
} */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .field__item {
    width: 100%;
    height: 100%;
    transition: opacity .3s;
}

.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* catalog // Product Card's Page -> content -> Up -> Left -> slider product photo set -> btn`s for main photo */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .slider-prev,
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .slider-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
    width: 45px;
    height: 45px;
    aspect-ratio: 10/10;
    border-radius: 5px;
    overflow: hidden;
    border: 0;
    background-color: transparent;
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .slider-prev:hover,
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .slider-next:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover);
    background-color: var(--bg-color-btn-hover);
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .slider-prev {
    left: 10px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-left.svg);
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .slider-next {
    right: 10px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-right.svg);
}
/* catalog // Product Card's Page -> content -> Up -> Left -> slider product photo set -> set photos */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__thumbs {
    /* width: 120px; */
    width: 100%;
    overflow: hidden;
    max-height: 110px;
    /* max-height: 524px; */
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__thumbs-track {
    display: flex;
    /* flex-direction: column; */
    transition: transform 0.3s ease;
}

.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .thumb {
    flex: 0 0 19%;
    cursor: pointer;
    opacity: 0.7;
    /* margin-bottom: 20px; */ /* vertical */
    margin-right: 20px; /* horizontal */
    aspect-ratio: 10/10;
    width: 110px;
    /* height: 120%; */
    height: auto;
    /* width: 100px; */
    border-radius: 20px;
    overflow: hidden;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .thumb.active {
    opacity: 1;
    border: 3px solid var(--bg-color-btn-hover);
    box-shadow: 0 0 6px 0 var(--bg-color-btn-hover);
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .thumb img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 10/10;
    object-fit: cover;
}

/* catalog // Product Card's Page -> content -> Up -> Right */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info {
    max-width: initial;
    width: 100%;
}
/* catalog // Product Card's Page -> content -> Up -> Right -> title */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info h1.product-title {
    margin-bottom: 30px;
    text-transform: none;
}
/* catalog // Product Card's Page -> content -> Up -> Right -> sku */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-sku.field--type-string.field--label-inline {
    font-size: var(--fz-products-sku);
    margin-bottom: 30px;
    display: flex;
    gap: 5px;

    display: none;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-sku.field--type-string.field--label-inline::after {
    display: none;
}

.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-sku.field--type-string.field--label-inline .field__label {
    position: relative;
    display: flex;
    gap: 1px;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-sku.field--type-string.field--label-inline .field__label::after {
    content: ':';
    display: block;
}

/* catalog // Product Card's Page -> content -> Up -> Right -> text */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-field-description-variable.field--type-text-long.field--label-hidden.field__item {
    font-size: var(--fz-products-text);
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-field-description-variable.field--type-text-long.field--label-hidden.field__item > * {
    margin: 0;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-field-description-variable.field--type-text-long.field--label-hidden.field__item > * + * {
    margin-top: 10px;
}


/* catalog // Product Card's Page -> content -> Up -> Right -> variations */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden {
    margin-top: 45px;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form {
    display: flex;
    /* gap: 20px; */
    align-items: center;
}

/* catalog // Product Card's Page -> content -> Up -> Right -> variations -> select quantity */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-quantity-wrapper'] {
    display: flex;
    gap: 17px;
    align-items: center;
}

.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-quantity-wrapper'] .js-form-item.form-item.js-form-type-number.form-type-number {}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-quantity-wrapper'] .js-form-item.form-item.js-form-type-number.form-type-number label {
    display: none;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-quantity-wrapper'] .js-form-item.form-item.js-form-type-number.form-type-number input[id^='edit-quantity'] {
    text-align: center;
    width: 45px;
    height: 45px;
    padding: 5px;
    border: none;
}

/* catalog // Product Card's Page -> content -> Up -> Right -> variations -> select quantity -> btn */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-quantity-wrapper'] span[class^='btn'] {
    width: 45px;
    height: 45px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-quantity-wrapper'] .btn-minus {
    background: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-left.svg) no-repeat center / contain;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-quantity-wrapper'] .btn-plus {
    background: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-right.svg) no-repeat center / contain;
}

/* catalog // Product Card's Page -> content -> Up -> Right -> variations -> btn for cart */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-actions'] {
    margin-left: 30px;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-actions'] button[id^='edit-submit'] {
    width: 255px;
    height: 45px;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    color: var(--color-base-2);
    background-color: var(--bg-color-base-1);
    font-weight: 500;
    font-size: var(--fz-btn);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-actions'] button[id^='edit-submit']:hover {
    background-color: var(--bg-color-main-1);
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-actions'] button[id^='edit-submit']::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/tools/cart.svg) no-repeat center / contain;
}


/* catalog // Product Card's Page -> content -> DOWN */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper {
    margin-top: 60px;
    /* background: var(--bg-color-base-2); */
    /* padding: 10px; */
    /* border-radius: 10px; */
}

/* catalog // Product Card's Page -> content -> DOWN -> tabs */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs {
    margin: 0;
    /* background: var(--bg-color-base-3); */
    /* padding: 10px; */
    /* border-radius: 10px; */
    border: none;
    overflow: hidden;
    overflow-x: auto;
}

/* catalog // Product Card's Page -> content -> DOWN -> tabs *//* webkit-scrollbar */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs::-webkit-scrollbar {
    height: 12px;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs::-webkit-scrollbar-track {
    background: #d8dbff;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs::-webkit-scrollbar-thumb {
    background: var(--color-main-1);
}
/* .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs::-webkit-scrollbar-button {
    background: antiquewhite;
} */

/* catalog // Product Card's Page -> content -> DOWN -> tabs -> ul/li */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list {
    background-color: transparent;
    border-bottom: 0;
    /* border-radius: 0; */
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    min-width: 500px;
    gap: 20px;
}

.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button {
    background: var(--bg-color-base-2);
    color: var(--color-base-4);
    border: 1px solid var(--bg-color-base-4);
    border-radius: 10px;
    overflow: hidden;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button.selected {
    background: var(--bg-color-base-4);
    color: var(--color-base-2);
    border: 1px solid var(--bg-color-base-4);
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button:hover {
    background: var(--bg-color-main-1);
    color: var(--color-base-2);
    border: 1px solid var(--bg-color-main-1);
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button a {
    color: inherit;
    background: inherit;
    /* padding: 8px 30px; */
    /* padding: 0.5em 1.85em; */
    font-weight: 500;
    text-align: center;
}

.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button a strong {
    font-weight: inherit;
}

/* catalog // Product Card's Page -> content -> DOWN -> tabs -> tab description */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details {
    margin-top: 40px;
    padding: 0px;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body {
    padding: 0;
}

.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-characteristic.field--type-text-long.field--label-hidden.field__item > * {
    margin: 0;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-characteristic.field--type-text-long.field--label-hidden.field__item > * + * {
    margin-top: 10px;
}

/* catalog // Product Card's Page -> content -> DOWN -> tabs -> tab description -> characteristics */
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-dlina-klinka,
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-shirina-klinka,
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-dlina-rukoyati,
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-tolshchina-klinka,

/* .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-all-metal-knives-logic, */
/* .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-tag-filter-1, */
/* .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-tags-set-1, */

.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-all-metal-knives,
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-type-steel,
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-tverdost-klinka,
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-material-rukoyati {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 750px ;
    border-bottom: 2px dashed var(--bg-color-base-3);
    margin-bottom: 10px;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field:last-child {
    margin-bottom: 0;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field > * {
    width: 100%;
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field .field__label {
    /* font-size: 16px; */
}
.commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field .field__item {
    text-align: end;
    font-style: italic;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser {
        grid-template-columns: 5fr 7fr;
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image {
        max-width: 455px;
    }
}
@media (max-width: 991px) {
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info h1.product-title {
        display: none;
    }
    .not-front.body-product.body-product-type--tovar_svarog main .block-page-title-block h1 {
        text-transform: none;
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser {
        display: flex;
        flex-direction: column;
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image {
        max-width: 100%;
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__thumbs {
        max-height: 141px;
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info {
        display: flex;
        flex-direction: column-reverse;
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden {
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__thumbs {
        max-height: 105px;
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form {
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__thumbs {
        max-height: 100px;
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .thumb {
        margin-right: 10px;
    }
    /* .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    } */
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden {
        /* margin-top: 25px; */
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-actions'] {
        /* margin-left: 0px; */
        /* margin-top: 20px; */
        width: 100%;
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-actions'] button[id^='edit-submit'] {
        width: 100%;
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info h1.product-title {
        margin-bottom: 25px;
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-sku.field--type-string.field--label-inline {
        margin-bottom: 20px;
    }
    /* .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-actions'], */
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .field.field--name-field-tags.field--type-list-string.field--label-hidden.field__items {
        top: 10px;
        right: 10px;
    }
}
@media (max-width: 460px) {
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-variations.field--type-entity-reference.field--label-hidden form div[id^='edit-actions'] {
        margin-left: 0px;
        margin-top: 20px;
        /* width: 100%; */
    }
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__thumbs {
        max-height: 80px;
    }
}
@media (max-width: 350px) {
    .commerce-product.commerce-product--type-tovar-svarog.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__thumbs {
        max-height: 60px;
    }
}













/* S H A R E S // Block */
/* shares // Block */

/* shares // Block -> header */
.front .view.view-special-offers.view-id-special_offers .view-header .view-header-inner {
    display: flex;
    align-items: flex-start;
}

/* shares // Block -> content */
.front .view.view-special-offers.view-id-special_offers,
.not-front.body-product.body-product-type--tovar_svarog .view.view-special-offers.view-id-special_offers {
    position: relative;
    overflow: hidden;
}
.front .view.view-special-offers.view-id-special_offers .slider-viewport,
.not-front.body-product.body-product-type--tovar_svarog .view.view-special-offers.view-id-special_offers .slider-viewport {
    overflow: hidden;
    margin: 0 0px;
}
.front .view.view-special-offers.view-id-special_offers .view-content,
.not-front.body-product.body-product-type--tovar_svarog .view.view-special-offers.view-id-special_offers .view-content {
    display: flex;
    gap: 30px;
    --gap: 30px;
    --row-gap: auto;
    --column-gap: auto;
    --items-per-view: 2;
    /* overflow: hidden; */
    scroll-behavior: smooth;
    transition: transform 0.4s ease;
    /* margin: 0 130px; */
    /* --track-margin: 0 130px; */
}

/* shares // Block -> content -> item */
.view.view-special-offers.view-id-special_offers .view-content .views-row {
    position: relative;
    /* width: 18.5%; */
    flex: 0 0 calc((100% - (var(--gap) * (var(--items-per-view) - 1))) / var(--items-per-view));

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* shares // Block -> content -> item -> img */
.view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .field.field--name-field-special-offers-img.field--type-image.field--label-hidden.field__item {
    aspect-ratio: 570/250;
    width: 100%;
    height: auto;
    min-height: 250px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .field.field--name-field-special-offers-img.field--type-image.field--label-hidden.field__item::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000030;
    position: absolute;
    inset: 0;
}

/* shares // Block -> content -> item -> inner */
.view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 105px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser::after {display: none;}

/* shares // Block -> content -> item -> inner -> title */
.view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
    width: 100%;
}
.view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h3 {
    width: 100%;
    font-size: var(--fz-h3-shares);
    font-family: var(--ff-base);
    font-weight: 800;
    color: var(--color-base-2);
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    max-height: 30px;
    min-height: 30px;
    margin-bottom: 0;
}
.view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h3:hover {
    text-decoration: underline;
}
.view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h3 a {
    text-decoration: inherit;
    color: inherit;
    display: block;
    height: 100%;
    width: 100%;
}
.view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h3 a:hover {
    text-decoration: inherit;
    color: inherit;
}

/* shares // Block -> content -> item -> inner -> discription */
.view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner .field.field--name-field-special-offers-description.field--type-text-long.field--label-hidden.field__item {
    width: 100%;
    font-size: var(--fz-shares-text);
    color: var(--color-base-2);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    max-height: 70px;
    min-height: 25px;
    margin-bottom: 0;
}
.view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner .field.field--name-field-special-offers-description.field--type-text-long.field--label-hidden.field__item > * {
    margin: 0;
}
.view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner .field.field--name-field-special-offers-description.field--type-text-long.field--label-hidden.field__item > * + * {
    margin-top: 10px;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
@media (max-width: 1399px) {
    .front .view.view-special-offers.view-id-special_offers .slider-viewport,
    .not-front.body-product.body-product-type--tovar_svarog .view.view-special-offers.view-id-special_offers .slider-viewport {
        margin: 0 60px;
    }
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .field.field--name-field-special-offers-img.field--type-image.field--label-hidden.field__item {
        aspect-ratio: 500/250;
    }
}
@media (max-width: 1199px) {
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .field.field--name-field-special-offers-img.field--type-image.field--label-hidden.field__item {
        aspect-ratio: 350/250;
    }
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner {
        padding: 90px 30px 30px;
    }
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h3 {
        -webkit-line-clamp: 2;
        max-height: 60px;
        min-height: 30px;
    }
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner .field.field--name-field-special-offers-description.field--type-text-long.field--label-hidden.field__item {
        -webkit-line-clamp: 4;
        max-height: 95px;
        min-height: 25px;
    }
}
@media (max-width: 991px) {
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .field.field--name-field-special-offers-img.field--type-image.field--label-hidden.field__item {
        aspect-ratio: 250/250;
    }
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner {
        padding: 90px 20px 30px;
    }
}
@media (max-width: 767px) {
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .field.field--name-field-special-offers-img.field--type-image.field--label-hidden.field__item {
        aspect-ratio: 410/250;
    }
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner {
        padding: 80px 30px 30px;
    }
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h3 {
        -webkit-line-clamp: 1;
        max-height: 30px;
        min-height: 30px;
    }
}
@media (max-width: 575px) {
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner {
        padding: 60px 15px 20px;
    }
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .field.field--name-field-special-offers-img.field--type-image.field--label-hidden.field__item {
        aspect-ratio: 300/250;
    }
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h3 {
        -webkit-line-clamp: 1;
        max-height: 24px;
        min-height: 24px;
    }
    #shares-block {
        display: none;
    }
}
@media (max-width: 460px) {
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .field.field--name-field-special-offers-img.field--type-image.field--label-hidden.field__item {
        aspect-ratio: 250/250;
    }
    .view.view-special-offers.view-id-special_offers .view-content .views-row .node.node--type-special-offers.node--view-mode-teaser .content-inner .field.field--name-field-special-offers-description.field--type-text-long.field--label-hidden.field__item {
        -webkit-line-clamp: 8;
        max-height: 140px;
        min-height: 25px;
    }
}
@media (max-width: 350px) {}





/* shares // Block -> content -> slider-nav */
#shares-block .region.region-shares {
    position: relative;
}
#shares-block .region.region-shares div#block-vesta-theme-slaydnavigaciyaakcii {
    position: initial;
}

.shares-nav {/*margin-top: 50px;*/}
.shares-nav .slider-nav {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* margin-top: 15px; */
    gap: 10px;
}

.shares-nav .slider-nav .slider-dots {
    /* height: 15px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* gap: 13px; */
}
/* .shares-nav .slider-nav .slider-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: var(--bg-color-main-2-opt-46);
    cursor: pointer;
    padding: 0;
} */
.shares-nav .slider-nav .slider-dots button.active {
    /* background-color: var(--color-main); */
    /* border: 2px solid white; */
    /* box-shadow: 0 0 0px 2px var(--color-base-1); */
}
/* .shares-nav .slider-nav .slider-dots button:hover {
    background-color: #c72edd;
} */


.shares-nav .slider-nav .slider-btn-inner {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    
    position: absolute;
    top: 64%;
    width: 100%;
    height: 0px; /* 106px */
    transform: translateY(-50%);
}
.shares-nav .slider-nav .slider-btn-inner button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 45px;
    height: 45px;
    aspect-ratio: 10/10;
    border: 0;
    border-radius: 0px;
    background-color: var(--bg-color-base-2);
    font-size: 0;
    color: transparent;
    position: absolute;
}
.shares-nav .slider-nav .slider-btn-inner button.slider-prev {left: -80px;}
.shares-nav .slider-nav .slider-btn-inner button.slider-next {right: -80px;}

.shares-nav .slider-nav .slider-btn-inner button.slider-prev {background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-left.svg);}
.shares-nav .slider-nav .slider-btn-inner button.slider-next {background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-right.svg);}

.shares-nav .slider-nav .slider-btn-inner button:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-base-2);
    background-color: var(--bg-color-base-2);
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
@media (max-width: 1399px) {
    .shares-nav .slider-nav .slider-btn-inner button.slider-prev {
        left: 0px;
    }
    .shares-nav .slider-nav .slider-btn-inner button.slider-next {
        right: 0px;
    }
}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* S H A R E S // Page */
/* shares // Page */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* S H A R E S // Card Page */
/* shares // Card Page */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}




















/* T E C H N O L O G I E S // Block */
/* technologies // Block */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* T E C H N O L O G I E S // Page */
/* technologies // Page */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* T E C H N O L O G I E S // Card's Page */
/* technologies // Card's Page */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}











/* P A R T N E R S // Block */
/* partners // Block */
.front .view.view-partners.view-id-partners {
    position: relative;
    overflow: hidden;
}
/* partners // Block -> content */
.front .view.view-partners.view-id-partners .slider-viewport {
    overflow: hidden;
    margin: 0px 130px;
}
.front .view.view-partners.view-id-partners .view-content {
    display: flex;
    gap: 50px;
    --gap: 50px;
    --row-gap: auto;
    --column-gap: auto;
    --items-per-view: 3;
    /* overflow: hidden; */
    scroll-behavior: smooth;
    transition: transform 0.4s ease;
    /* margin: 0 130px; */
    /* --track-margin: 0 130px; */
}
/* partners // Block -> content -> item */
.front .view.view-partners.view-id-partners .view-content .views-row {
    /* width: 18.5%; */
    flex: 0 0 calc((100% - (var(--gap) * (var(--items-per-view) - 1))) / var(--items-per-view));

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}





/* partners // Block -> content -> slider-nav */
#partners-block .region.region-partners {
    position: relative;
}
#partners-block .region.region-partners div#block-vesta-theme-slaydnavigaciyapartnyory {
    position: initial;
}

.partners-nav {/*margin-top: 50px;*/}
.partners-nav .slider-nav {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* margin-top: 15px; */
    gap: 10px;
}

.partners-nav .slider-nav .slider-dots {
    /* height: 15px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* gap: 13px; */
}
/* .partners-nav .slider-nav .slider-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: var(--bg-color-main-2-opt-46);
    cursor: pointer;
    padding: 0;
} */
.partners-nav .slider-nav .slider-dots button.active {
    /* background-color: var(--color-main); */
    /* border: 2px solid white; */
    /* box-shadow: 0 0 0px 2px var(--color-base-1); */
}
/* .partners-nav .slider-nav .slider-dots button:hover {
    background-color: #c72edd;
} */


.partners-nav .slider-nav .slider-btn-inner {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    
    position: absolute;
    top: 78%;
    width: 100%;
    height: 0px; /* 106px */
    transform: translateY(-50%);
}
.partners-nav .slider-nav .slider-btn-inner button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 45px;
    height: 45px;
    aspect-ratio: 10/10;
    border: 0;
    border-radius: 0px;
    background-color: var(--bg-color-base-2);
    font-size: 0;
    color: transparent;
    position: absolute;
}
.partners-nav .slider-nav .slider-btn-inner button.slider-prev {left: 0px;}
.partners-nav .slider-nav .slider-btn-inner button.slider-next {right: 0px;}

.partners-nav .slider-nav .slider-btn-inner button.slider-prev {background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-left.svg);}
.partners-nav .slider-nav .slider-btn-inner button.slider-next {background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-right.svg);}

.partners-nav .slider-nav .slider-btn-inner button:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-base-2);
    background-color: var(--bg-color-base-2);
}

/* .partners-nav .slider-nav .slider-btn-inner button::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: var(--bg-color-base-2);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
}
.partners-nav .slider-nav .slider-btn-inner button.slider-prev::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.partners-nav .slider-nav .slider-btn-inner button.slider-next::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/btn-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */


@media (max-width: 1199px) {
    .view.view-partners-clients-tktandem.view-id-partners_clients_tktandem .view-content {
        margin: 0 50px;
        gap: 60px;
        --gap: 60px;
    }
}
@media (max-width: 991px) {
    .front .view.view-partners.view-id-partners .slider-viewport {
        margin: 0px 100px;
    }
}
@media (max-width: 767px) {
    .front .view.view-partners.view-id-partners .slider-viewport {
        margin: 0px 100px;
    }
    .partners-nav .slider-nav .slider-btn-inner {
        top: 79%;
    }
    .partners-nav .slider-nav .slider-btn-inner button {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 575px) {
    .partners-nav .slider-nav .slider-btn-inner {
        top: 75%;
    }
    .partners-nav .slider-nav .slider-btn-inner button.slider-prev {
        left: 0px;
    }
    .partners-nav .slider-nav .slider-btn-inner button.slider-next {
        right: 0px;
    }
    /* .partners-nav .slider-nav .slider-btn-inner button {
        width: 50px;
        height: 50px;
    }
    .partners-nav .slider-nav {
        display: flex;
        align-items: center;
    }
    .partners-nav .slider-nav .slider-btn-inner {
        gap: 10px;
    } */
}
@media (max-width: 460px) {
    .front .view.view-partners.view-id-partners .slider-viewport {
        margin: 0px 55px;
    }
    .partners-nav .slider-nav .slider-btn-inner {
        top: 75%;
    }
    .partners-nav .slider-nav .slider-btn-inner button {
        width: 32px;
        height: 32px;
    }
    /* .partners-nav .slider-nav .slider-dots {
        gap: 10px;
    }
    .partners-nav .slider-nav .slider-dots button {
        width: 8px;
        height: 8px;
    } */
}
@media (max-width: 350px) {
    .front .view.view-partners.view-id-partners .slider-viewport {
        margin: 0px 45px;
    }
    .partners-nav .slider-nav .slider-btn-inner {
        top: 80%;
    }
}



/* M E R C H // Page */
/* merch // Page */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* M E R C H // Card's Page */
/* merch // Card's Page */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}























/* F O R M - M A P */
/* .form-map {
    margin-bottom: 100px;
}

.form-map .form-map-inner {
    display: flex;
    gap: 32px;
}

.form-map .form-map-inner .form-block {
    width: 40%;
}

.form-map .form-map-inner .map-block {
    width: 60%;
} */


/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}









/* F O R M // Block */

/* form // Block */
#form-block {
    position: relative;
    /* min-height: 754px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#form-block .region.region-form {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-areas: 'a b'
        'a c';
    grid-template-columns: 4fr 8fr;
    column-gap: 30px;
}
#form-block .region.region-form::before {
    content: '';
    display: block;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/form/form.png) no-repeat center / cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    grid-area: a;
}

/* form // Block -> Text to form */
#form-block .region.region-form div#block-vesta-theme-tekstkforme {
    grid-area: b;
}

.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    color: var(--color-base-1);
    margin-bottom: 20px;
    max-width: 600px;
}
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item::after {
    display: none;
}

.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h2.form-title {
    font-family: var(--ff-main);
    font-weight: 700;
    font-style: normal;
    text-align: center;
    /* text-transform: uppercase; */
    color: var(--color-base-1);
    /* max-width: 850px; */
    margin: 0;
    font-size: var(--fz-form-title);
}
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h2.form-title span {
    color: var(--color-main-1);
    /* or */
    /* color: inherit; */
}

.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p.form-subtitle {
    font-size: var(--fz-form-subtitle);
}
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p {
    margin-bottom: 5px;
    font-size: var(--fz-form-text);
    font-weight: 400;
}
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p:last-child {
    margin-bottom: 0;
}

/* form // Block -> content */
#form-block .region.region-form div#block-vesta-theme-vebforma {
    grid-area: c;
}

.form-block div#block-vesta-theme-vebforma div.webform-ajax-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* form // Block -> form */
.form-block .webform-ajax-form-wrapper form {
    /* max-width: 440px; */
    width: 100%;
    position: relative;
    z-index: 2;
    font-family: var(--ff-form);
}

/* form // Block -> form -> js-form-item */
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item {
    margin-bottom: 10px;
}

/* form // Block -> form -> field labels */
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item label {
    display: none;
    font-size: var(--fz-form-field-label);
}

/* form // Block -> form -> inputs -> name, phone */
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item input {
    margin: 0;
    height: 45px;
    line-height: 1;
    border-radius: 10px;
    padding: 14px 30px 14px;
    background-color: #fff;
    color: var(--color-base-1);
    font-family: var(--ff-form);
    font-size: var(--fz-form-input);
    border: 1px solid var(--bg-color-base-0-opt-20);
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item input::placeholder {
    color: #848484;
    font-family: var(--ff-form);
    font-size: var(--fz-form-placeholder);
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item input:focus {
    box-shadow: none;
    outline: 0;
}

/* form // Block -> form -> textarea -> comment */
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper {
    border-radius: 10px;
    overflow: hidden;
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea {
    margin: 0;
    height: 95px;
    min-height: 95px;
    max-height: 200px;
    border: none;
    line-height: 1;
    border-radius: 0;
    padding: 11px 18px 10px;
    background-color: #eee;
    color: var(--color-base-1);
    font-family: var(--ff-form);
    font-size: var(--fz-form-input);
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::placeholder {
    color: #848484;
    font-family: var(--ff-form);
    font-size: var(--fz-form-placeholder);
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea:focus {
    box-shadow: none;
    outline: 0;
}

/* form // Block -> form -> textarea -> webkit-scrollbar */
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar {
    width: 15px;
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar-track {
    background: #aeb3e2;
    border-radius: 0 10px 0 0;
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar-thumb {
    background: var(--bg-color-main-1);
}
/* .form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar-button {
    background: antiquewhite;
} */

/* form // Block -> form -> inputs -> cheakbox */
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
    margin: 15px 0;
    display: grid;
    grid-template-columns: 30px 11fr;
    grid-template-areas:
        'a b'
        'c c';
    row-gap: 2px;
    column-gap: 30px;
    align-items: center;
    font-size: var(--fz-form-cheakbox);
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
    width: 30px;
    height: 30px;
    grid-area: a;
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description {
    grid-area: b;
    font-size: var(--fz-form-cheakbox);
    font-family: var(--ff-form);
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a {
    /* color: inherit; */
    color: var(--color-main-1);
    text-decoration: none;
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a:hover {
    color: var(--color-main-1);
    text-decoration: underline;
}

/* form // Block -> form -> btn */
.form-block .webform-ajax-form-wrapper form div[id^='edit-actions'] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"] {
    background-color: var(--color-base-1);

    color: var(--color-base-2);
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: var(--fz-form-btn);
    font-family: var(--ff-form);
    
    position: relative;
}
.form-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"]:hover {
    background-color: var(--color-main-1);
}


/* form // Block -> form -> errors */
.alert.alert-error.alert-danger.alert-dismissible.fade.show {
    display: none;
}

.form-block .webform-ajax-form-wrapper form .js-form-item.form-item strong {
    color: var(--color-main-1);
    font-size: var(--fz-form-cheakbox);
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .form-item--error-message {
    grid-area: c;
    font-size: 16px;
}


/* form // Block -> form -> messenge */
.webform-confirmation {
    margin-top: 50px;
}
.webform-confirmation__message,
.webform-confirmation__back {
    color: var(--color-main-1);
    font-weight: 600;
    font-size: 25px;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    #form-block .region.region-form {
        display: flex;
        flex-direction: column;
    }
    #form-block .region.region-form::before {display: none;}

    .form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h2.form-title {
        max-width: 275px;
        text-align: start;
        line-height: 1.2;
    }
}
@media (max-width: 575px) {
    .form-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"] {
        height: 50px;
    }
}
@media (max-width: 460px) {
    .form-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"] {
        height: 45px;
    }
    .form-block .webform-ajax-form-wrapper form .js-form-item.form-item {
        margin-bottom: 15px;
    }
    .form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
        grid-template-columns: 15px 11fr;
    }
}
@media (max-width: 350px) {}



/* F O R M // Page */
/* form // Page */
.not-front main#main div#webform-submission-callback-form-ajax {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 50px 0px;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}
.not-front main#main div#webform-submission-callback-form-ajax::before {
    content: '';
    display: block;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/form/bg-form.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    aspect-ratio: 1921/754;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
}

/* form // Page -> content */ /* form#webform-submission-callback-add-form */
form[id^='webform-submission-callback-add-form'] {
    position: relative;
    z-index: 2;
}
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item {
    margin-bottom: 15px;
}

form[id^='webform-submission-callback-add-form'] .js-form-item.form-item label {
    display: none;
    font-size: var(--fz-form-field-label);
}

/* form // Page -> inputs -> name, phone */
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item input {
    margin: 0;
    height: 45px;
    border: none;
    line-height: 1;
    border-radius: 0;
    padding: 11px 18px 10px;
    background-color: #eee;
    color: var(--color-base-1);
    font-family: var(--ff-form);
    font-size: var(--fz-form-input);
}
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item input::placeholder {
    color: #848484;
    font-family: var(--ff-form);
    font-size: var(--fz-form-placeholder);
}
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item input:focus {
    box-shadow: none;
    outline: 0;
}

/* form // Page -> textarea -> comment */
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea {
    margin: 0;
    height: 95px;
    min-height: 95px;
    max-height: 200px;
    border: none;
    line-height: 1;
    border-radius: 0;
    padding: 11px 18px 10px;
    background-color: #eee;
    color: var(--color-base-1);
    font-family: var(--ff-form);
    font-size: var(--fz-form-input);
}
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::placeholder {
    color: #848484;
    font-family: var(--ff-form);
    font-size: var(--fz-form-placeholder);
}
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea:focus {
    box-shadow: none;
    outline: 0;
}

/* form // Page -> form -> textarea -> webkit-scrollbar */
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar {
    width: 15px;
}
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar-track {
    background: #aeb3e2;
}
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar-thumb {
    background: var(--bg-color-main-1);
}
/* form[id^='webform-submission-callback-add-form'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar-button {
    background: antiquewhite;
} */


/* form // Page -> inputs -> cheakbox */
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
    margin: 19px 0;
    display: grid;
    grid-template-columns: 15px 11fr;
    grid-template-areas:
        'a b'
        'c c';
    row-gap: 2px;
    column-gap: 10px;
    align-items: center;
    font-size: var(--fz-form-cheakbox);
}
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
    height: auto;
    width: 15px;
    height: 15px;
    grid-area: a;
}
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description {
    grid-area: b;
    font-size: var(--fz-form-cheakbox);
}
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a {
    /* color: inherit; */
    color: var(--color-main-1);
    text-decoration: none;
}
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a:hover {
    /* color: var(--color-main-1); */
    text-decoration: underline;
}

/* form // Page -> btn */
form[id^='webform-submission-callback-add-form'] button[id^="edit-actions-submit"] {
    background-color: var(--bg-color-main-1);
    color: var(--color-base-2);
    border: none;
    border-radius: 0;
    width: 100%;
    height: 40px;
    font-weight: 600;
    font-size: var(--fz-form-btn);
    
    position: relative;
}
form[id^='webform-submission-callback-add-form'] button[id^="edit-actions-submit"]:hover {
    background-color: var(--bg-color-main-2);
}


/* form // Page -> errors */
.alert.alert-error.alert-danger.alert-dismissible.fade.show {
    display: none;
}

form[id^='webform-submission-callback-add-form'] .js-form-item.form-item strong {
    color: var(--color-main-1);
}
form[id^='webform-submission-callback-add-form'] .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .form-item--error-message {
    grid-area: c;
    font-size: 16px;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {    
    .not-front main#main div#webform-submission-callback-form-ajax {
        padding: 0;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}






/* F O R M // Modal */      /* NEW VERS */
/* form // Modal */
div#drupal-bootstrap4-modal {
    z-index: 5000;
    background: #00000070;
}
.modal-content {
    border: 3px solid var(--bg-color-base-4);
    border-radius: 15px;
    overflow: hidden;
    background-color: var(--bg-color-base-2);
}

/* form // Modal -> Header */
.modal-content .modal-header {
    /* background-color: var(--color-main-1); */
    background-color: transparent;
    color: var(--color-base-1);
    border-bottom: 3px solid var(--bg-color-base-4);
    border-radius: 0;
}
.modal-content .modal-header .modal-title {
    text-transform: uppercase;
    font-family: var(--ff-main);
    font-weight: 700;
    font-size: var(--fz-form-title-Modal);
}
.modal-content .modal-header button.btn-close {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/form/close.svg);
    background-position: center;
    /* background-size: auto; */
    background-repeat: no-repeat;
    background-color: var(--bg-color-base-2);
}

/* form // Modal -> body */
.modal-content .modal-body form {}
.modal-content .modal-body form .js-form-item.form-item {
    margin: 0px 0px 15px;
}
.modal-content .modal-body form  label {
    display: none;
    font-size: var(--fz-form-field-label);
}

/* form // Modal -> body -> inputs -> name, phone */
.modal-content .modal-body form .js-form-item.form-item input {
    margin: 0;
    height: 45px;
    border: none;
    line-height: 1;
    border-radius: 0;
    padding: 11px 18px 10px;
    background-color: #eee;
    color: var(--color-base-1);
    font-family: var(--ff-form);
    font-size: var(--fz-form-input);
}
.modal-content .modal-body form .js-form-item.form-item input::placeholder {
    color: #848484;
    font-family: var(--ff-form);
    font-size: var(--fz-form-placeholder);
}
.modal-content .modal-body form .js-form-item.form-item input:focus {
    box-shadow: none;
    outline: 0;
}

/* form // Modal -> body -> textarea -> comment */
.modal-content .modal-body form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea {
    margin: 0;
    height: 95px;
    min-height: 95px;
    max-height: 200px;
    border: none;
    line-height: 1;
    border-radius: 0;
    padding: 11px 18px 10px;
    background-color: #eee;
    color: var(--color-base-1);
    font-family: var(--ff-form);
    font-size: var(--fz-form-input);
}
.modal-content .modal-body form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::placeholder {
    color: #848484;
    font-family: var(--ff-form);
    font-size: var(--fz-form-placeholder);
}
.modal-content .modal-body form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea:focus {
    box-shadow: none;
    outline: 0;
}

/* form // Modal -> body -> form -> textarea -> webkit-scrollbar */
.modal-content .modal-body form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar {
    width: 15px;
}
.modal-content .modal-body form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar-track {
    background: #aeb3e2;
}
.modal-content .modal-body form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar-thumb {
    background: var(--bg-color-main-1);
}
/* .modal-content .modal-body form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar-button {
    background: antiquewhite;
} */

/* form // Modal -> body -> inputs -> cheakbox */
.modal-content .modal-body form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
    margin: 10px 5px;
    display: grid;
    grid-template-columns: 30px 11fr;
    grid-template-areas:
        'a b'
        'c c';
    row-gap: 2px;
    column-gap: 20px;
    align-items: center;
    font-size: var(--fz-form-cheakbox);
}
.modal-content .modal-body form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
    height: 30px;
    width: 30px;
    grid-area: a;
}
.modal-content .modal-body form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description {
    grid-area: b;
    font-size: var(--fz-form-cheakbox);
    color: var(--color-base-1);
}
.modal-content .modal-body form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a {
    color: var(--color-base-1);
    text-decoration: none;
}
.modal-content .modal-body form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a:hover {
    /* color: var(--color-main-1); */
    text-decoration: underline;
}

/* form // Modal -> footer */
.modal-content .modal-footer {
    border-top: 3px solid var(--bg-color-base-4);
    padding: 0;
}
/* form // Modal -> footer -> btn */
.modal-content .modal-footer button[class^="webform-button--submit"] {
    background-color: var(--color-base-2);
    color: var(--color-base-4);
    border: none;
    border-radius: 0;
    width: 100%;
    /* height: 40px; */
    font-weight: 900;
    font-size: var(--fz-form-btn);
    margin: 0;
    padding: 15px;
    
    position: relative;
}
.modal-content .modal-footer button[class^="webform-button--submit"]:hover {
    background-color: var(--bg-color-base-4);
    color: var(--bg-color-base-2);
}


/* form // Modal -> errors */
.alert.alert-error.alert-danger.alert-dismissible.fade.show {
    display: none;
}

.modal-content .modal-body form .js-form-item.form-item strong {
    color: var(--color-main-1);
}
.modal-content .modal-body form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .form-item--error-message {
    grid-area: c;
    font-size: 16px;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}




















/* M A P // Block */
/* map // Block */
.map-block .mapContainer {
    border-radius: 20px;
    overflow: hidden;
    height: 325px;
    width: 100%;
}


/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    .map-block .mapContainer {
        height: 250px;
    }
}
@media (max-width: 350px) {}














/* C O N T A C T S // NEW VERS SET - new version */

/* C O N T A C T S // Head */
/* contacts // Head */
.head-contacts .contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    font-size: var(--fz-contacts-head);
}

/* contacts // Head -> set's */
.head-contacts .contacts .contacts-set {
    gap: 6px;
    display: flex;
    flex-direction: column;
}

.head-contacts .contacts .contacts-set-mes {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* contacts // Head -> set-inner */
/* .head-contacts .contacts .contacts-set .contacts-inner {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}
.head-contacts .contacts .contacts-set .contacts-inner.address {
    width: 192px;
}
.head-contacts .contacts .contacts-set .contacts-inner.mail {
    width: 203px;
}
.head-contacts .contacts .contacts-set .contacts-inner.phone {
    width: 184px;
} */


/* contacts // Head -> set-inner -> field */
.head-contacts .contacts .contacts-set p.contacts-text {
    color: var(--color-base-1);
    margin: 0;
    width: 100%;
}
.head-contacts .contacts .contacts-set p.contacts-text:hover {
    color: var(--color-main-1);
}

.head-contacts .contacts .contacts-set p.contacts-text a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    /* display: block; */
    display: flex;
    gap: 0px;
    /* align-items: center; */
    flex-direction: column;
    /* padding-left: 42px; */
    position: relative;

    /* min-height: 36px; */
    justify-content: center;
    /* line-height: 1; */
}
.head-contacts .contacts .contacts-set p.contacts-text a span {}
.head-contacts .contacts .contacts-set p.contacts-text a:hover {
    color: inherit;
    text-decoration: underline;
}

/* .head-contacts .contacts .contacts-set p.contacts-text a::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
} */
/* .head-contacts .contacts .contacts-set p.contacts-text a.tel::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/header/call.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */
/* .head-contacts .contacts .contacts-set p.contacts-text a.mail::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/header/mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */

.head-contacts .contacts .contacts-set p.contacts-text.address span {
    display: flex;
    gap: 0px;
    width: 100%;
    align-items: flex-start;
    
    position: relative;
    flex-direction: column;
    /* padding-left: 42px; */
    /* min-height: 36px; */
    justify-content: center;
    line-height: 1;
}
/* .head-contacts .contacts .contacts-set p.contacts-text.address span::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/header/address.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
} */


/* contacts // Head -> set-inner -> soc-mes */
.head-contacts .contacts .contacts-set-mes .contacts-col {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.head-contacts .contacts .contacts-set-mes a.soc-mes {
    width: 35px;
    height: auto;
    aspect-ratio: 33/33;
}
.head-contacts .contacts .contacts-set-mes a.soc-mes img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .head-contacts .contacts {
        gap: 10px;
    }
    .head-contacts .contacts .contacts-set {
        gap: 2px;
    }
    .head-contacts .contacts .contacts-set-mes .contacts-col {
        gap: 5px;
    }
    .head-contacts .contacts .contacts-set p.contacts-text.mail.mail-1 {
        display: none;
    }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    #header-mob .header-up .contacts .contacts-set-mes {
        display: none;
    }
    #header-mob .header-up .contacts .contacts-set-1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        gap: 4px;
    }
    .head-contacts .contacts .contacts-set p.contacts-text.mail.mail-1 {
        display: block;
        text-align: end;
    }
}
@media (max-width: 350px) {
    #header-mob .header-up .contacts .contacts-set-1 {
        display: flex;
        flex-direction: column-reverse;
        gap: 0px;
        align-items: center;
    }
    .head-contacts .contacts .contacts-set p.contacts-text.phone.phone-1,
    .head-contacts .contacts .contacts-set p.contacts-text.mail.mail-1 {
        text-align: center;
    }
}




/* C O N T A C T S // Head-Mobile */
/* contacts // Head-Mobile */
.head-mob-contacts .contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: var(--fz-contacts-head);
}

/* contacts // Head -> set's */
.head-mob-contacts .contacts .contacts-set {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.head-mob-contacts .contacts .contacts-set-mes {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* contacts // Head -> set-inner -> inner */
.head-mob-contacts .contacts .contacts-set > * {
    margin: 0;
}
.head-mob-contacts .contacts .contacts-set .contacts-text a {
    color: var(--color-base-1);
    text-decoration: none;
}
.head-mob-contacts .contacts .contacts-set .contacts-text a:hover {
    color: var(--color-main-1);
    text-decoration: underline;
}


/* contacts // Head -> set-inner -> soc-mes */
.head-mob-contacts .contacts .contacts-set-mes .contacts-col {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.head-mob-contacts .contacts .contacts-set-mes .contacts-col a.soc-mes {
    width: 44px;
    height: auto;
    aspect-ratio: 33/33;
}
.head-mob-contacts .contacts .contacts-set-mes .contacts-col a.soc-mes img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    /* .head-mob-contacts .contacts .contacts-set-mes .contacts-col a.soc-mes {
        width: 40px;
    } */
    .head-mob-contacts .contacts .contacts-set.contacts-set-1 {
        /* display: none; */
    }
}
@media (max-width: 460px) {
    .head-mob-contacts .contacts .contacts-set.contacts-set-1 {
        display: none;
    }
    .head-mob-contacts .contacts .contacts-set-mes .contacts-col {
        gap: 8px;
    }
    .head-mob-contacts .contacts .contacts-set-mes .contacts-col a.soc-mes {
        width: 31px;
    }
}
@media (max-width: 350px) {}








/* C O N T A C T S // Foot */
/* contacts // Foot */
.foot-contacts .contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    font-size: var(--fz-contacts-head);
    flex-direction: column;
}

/* contacts // Foot -> set's */
.foot-contacts .contacts .contacts-set {
    gap: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.foot-contacts .contacts .contacts-set-mes {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* contacts // Foot -> set-inner */
/* .foot-contacts .contacts .contacts-set .contacts-inner {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    width: 223px;
} */
/* .foot-contacts .contacts .contacts-set .address {
    width: 192px;
}
.foot-contacts .contacts .contacts-set .mail {
    width: 203px;
}
.foot-contacts .contacts .contacts-set .phone {
    width: 184px;
} */

/* contacts // Foot -> set-inner -> field */
.foot-contacts .contacts .contacts-set p.contacts-text {
    color: var(--color-base-1);
    margin: 0;
    width: 100%;
    /* min-height: 36px; */
    display: flex;
    align-items: center;
    font-weight: 500;
}
.foot-contacts .contacts .contacts-set p.contacts-text:hover {
    color: var(--color-main-1);
}

.foot-contacts .contacts .contacts-set p.contacts-text a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    display: flex;
    gap: 2px;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}
.foot-contacts .contacts .contacts-set p.contacts-text a:hover {
    color: inherit;
    text-decoration: underline;
}

.foot-contacts .contacts .contacts-set p.contacts-text.address span {
    display: flex;
    gap: 2px;
    width: 100%;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}

/* contacts // Foot -> set-inner -> soc-mes */
.foot-contacts .contacts .contacts-set-mes .contacts-col {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.foot-contacts .contacts .contacts-set-mes a.soc-mes {
    width: 35px;
    height: auto;
    aspect-ratio: 33/33;
}
.foot-contacts .contacts .contacts-set-mes a.soc-mes img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .foot-contacts .contacts {
        display: flex;
        flex-direction: row;
    }
}
@media (max-width: 991px) {
    .foot-contacts .contacts .contacts-set-mes .contacts-col {
        gap: 5px;
    }
}
@media (max-width: 767px) {
    .foot-contacts .contacts {
        justify-content: flex-start;
    }
    .foot-contacts .contacts .contacts-set p.contacts-text a,
    .foot-contacts .contacts .contacts-set p.contacts-text.address span {
        display: flex;
        justify-content: center;
    }

    .foot-contacts .contacts .contacts-set-mes {
        display: flex;
        align-items: center;
    }
    .foot-contacts .contacts .contacts-set-mes .contacts-col {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    .foot-contacts .contacts {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .foot-contacts .contacts .contacts-set-mes .contacts-col {
        gap: 10px;
    }
    .foot-contacts .contacts .contacts-set {
        gap: 2px;
    }
    .foot-contacts .contacts .contacts-set-mes a.soc-mes {
        width: 37px;
    }
}
@media (max-width: 350px) {}




















/* C O N T A C T S // Block */
/* contacts // Block */
.form-block .contacts {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 42px;
    font-size: var(--fz-contacts-head);
}

/* contacts // Block -> content */
.view.view-contacts.view-id-contacts .view-content .views-row .node.node--type-contacts.node--view-mode-teaser {
    display: flex;
}
.view.view-contacts.view-id-contacts .view-content .views-row .node.node--type-contacts.node--view-mode-teaser .field.field--name-field-contacts-block.field--type-text-long.field--label-hidden.field__item {
    background: var(--bg-color-base-2);
    border-radius: 20px;
    padding: 30px;
    border-left: 6px solid var(--bg-color-main-2);
}

/* contacts // Block -> set's */
.form-block .contacts .contacts-set {
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-block .contacts .contacts-set-mes {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* contacts // Block -> set-inner */
/* contacts // Block -> set-inner -> field */
.form-block .contacts .contacts-set p.contacts-text {
    color: var(--color-base-1);
    margin: 0;
    width: 100%;
    min-height: 36px;
    display: flex;
    align-items: center;
    font-weight: 800;
}
.form-block .contacts .contacts-set p.contacts-text:hover {
    color: var(--color-main-1);
}

.form-block .contacts .contacts-set p.contacts-text a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    display: flex;
    gap: 2px;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    padding-left: 46px;
}
.form-block .contacts .contacts-set p.contacts-text a span {
    font-size: 13px;
}
.form-block .contacts .contacts-set p.contacts-text a:hover {
    color: inherit;
    text-decoration: underline;
}

.form-block .contacts .contacts-set p.contacts-text a::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.form-block .contacts .contacts-set p.contacts-text a.tel::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/footer/call.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.form-block .contacts .contacts-set p.contacts-text a.mail::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/footer/mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.form-block .contacts .contacts-set p.contacts-text.address span {
    display: flex;
    gap: 2px;
    width: 100%;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    padding-left: 46px;
}
.form-block .contacts .contacts-set p.contacts-text.address span::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/footer/address.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}





/* C O N T A C T S // Page */
/* contacts // Page */
.view.view-contacts.view-id-contacts {}

/* contacts // content */
.view.view-contacts.view-id-contacts .view-content .views-row .node.node--type-contacts.node--view-mode-default {
    display: flex;
}
.view.view-contacts.view-id-contacts .view-content .views-row .node.node--type-contacts.node--view-mode-default .field.field--name-field-contacts-page.field--type-text-long.field--label-hidden.field__item {
    background: var(--bg-color-base-2);
    border-radius: 20px;
    padding: 30px;
    border-left: 6px solid var(--bg-color-main-2);
}

.view.view-contacts.view-id-contacts .contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.view.view-contacts.view-id-contacts .contacts .contacts-set {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.view.view-contacts.view-id-contacts .contacts .contacts-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-main-1);
}

.view.view-contacts.view-id-contacts .contacts p.contacts-text {
    color: var(--color-base-1);
    margin: 0;
}
.view.view-contacts.view-id-contacts .contacts p.contacts-text:hover {
    color: var(--color-main-1);
}

.view.view-contacts.view-id-contacts .contacts p.contacts-text span.contacts-label {
    font-weight: 500;
    color: var(--bg-color-base-1);
}
.view.view-contacts.view-id-contacts .contacts p.contacts-text span {
    color: inherit;
}
.view.view-contacts.view-id-contacts .contacts p.contacts-text a {
    text-decoration: none;
    color: inherit;
}
.view.view-contacts.view-id-contacts .contacts p.contacts-text a:hover {
    text-decoration: underline;
    color: inherit;
}

/* contacts // Page */
.view.view-contacts.view-id-contacts .contacts .contacts-set .contacts-col p.contacts-label {
    font-weight: 500;
    margin-bottom: 5px;
}

.view.view-contacts.view-id-contacts .contacts .contacts-set .contacts-col {
    display: flex;
    align-items: center;
    gap: 10px;
}
.view.view-contacts.view-id-contacts .contacts .contacts-set .contacts-col a.soc-mes {
    width: 30px;
    height: auto;
    aspect-ratio: 28/28;
}
.view.view-contacts.view-id-contacts .contacts .contacts-set .contacts-col a.soc-mes img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}












































/* R E V I E W S // Block */
/* reviews // Block */
.view.view-reviews.view-id-reviews .view-content .views-row .node.node--type-reviews.node--view-mode-teaser .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.view.view-reviews.view-id-reviews .view-content .views-row .node.node--type-reviews.node--view-mode-teaser .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item div {
    border: 1px solid var(--bg-color-base-3);
    height: 760px !important;
    width: 760px !important;
    border-radius: 20px;
    overflow: hidden;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {
    .view.view-reviews.view-id-reviews .view-content .views-row .node.node--type-reviews.node--view-mode-teaser .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item div {
        height: 700px !important;
        width: 700px !important;
    }
}
@media (max-width: 767px) {
    .view.view-reviews.view-id-reviews .view-content .views-row .node.node--type-reviews.node--view-mode-teaser .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item div {
        height: 700px !important;
        width: 515px !important;
    }
}
@media (max-width: 575px) {
    .view.view-reviews.view-id-reviews .view-content .views-row .node.node--type-reviews.node--view-mode-teaser .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item div {
        height: 550px !important;
        width: 100% !important;
    }
}
@media (max-width: 460px) {
    .view.view-reviews.view-id-reviews .view-content .views-row .node.node--type-reviews.node--view-mode-teaser .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item div {
        height: 320px !important;
        width: 100% !important;
    }
}
@media (max-width: 350px) {
    .view.view-reviews.view-id-reviews .view-content .views-row .node.node--type-reviews.node--view-mode-teaser .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item div {
        height: 360px !important;
        width: 100% !important;
    }
}



/* R E V I E W S // PAge */
/* reviews // PAge */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}








/* P A Y M E N T / D E L I V E R Y // Page */
/* Payment / delivery // Page */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}






















/* P R I C E - L I S T // Page */
/* price-list // Page */
.view.view-price-list.view-id-price_list .view-content {
    display: flex;
}

/* price-list // Page -> conent */
.view.view-price-list.view-id-price_list .view-content .views-row .node.node--type-price-list .field.field--name-field-price-list.field--type-text-long.field--label-hidden.field__item {
    border: 1px solid var(--color-main-1);
    background-color: var(--bg-color-special);
    border-radius: 10px;
    overflow: hidden;
    overflow-x: auto;
}

/* price-list // Page -> conent -> table */
.view.view-price-list.view-id-price_list .view-content .views-row .node.node--type-price-list .field.field--name-field-price-list.field--type-text-long.field--label-hidden.field__item table.table {
    min-width: 500px;
    margin: 0;
}
.view.view-price-list.view-id-price_list .view-content .views-row .node.node--type-price-list .field.field--name-field-price-list.field--type-text-long.field--label-hidden.field__item table.table tr td {
    border-right: 1px solid var(--color-main-1);
}
.view.view-price-list.view-id-price_list .view-content .views-row .node.node--type-price-list .field.field--name-field-price-list.field--type-text-long.field--label-hidden.field__item table.table tr td:first-child {
    min-width: 200px;
}
.view.view-price-list.view-id-price_list .view-content .views-row .node.node--type-price-list .field.field--name-field-price-list.field--type-text-long.field--label-hidden.field__item table.table tr td:last-child {
    min-width: 100px;
    border-right: 0;
}
.view.view-price-list.view-id-price_list .view-content .views-row .node.node--type-price-list .field.field--name-field-price-list.field--type-text-long.field--label-hidden.field__item table.table {
    border-color: var(--color-main-1);
}

/* price-list // Page -> conent *//* webkit-scrollbar */
.view.view-price-list.view-id-price_list .view-content .views-row .node.node--type-price-list .field.field--name-field-price-list.field--type-text-long.field--label-hidden.field__item::-webkit-scrollbar {
    height: 10px;
}
.view.view-price-list.view-id-price_list .view-content .views-row .node.node--type-price-list .field.field--name-field-price-list.field--type-text-long.field--label-hidden.field__item::-webkit-scrollbar-track {
    background: #EFDED1;
    border-radius: 0 0 10px 10px;
}
.view.view-price-list.view-id-price_list .view-content .views-row .node.node--type-price-list .field.field--name-field-price-list.field--type-text-long.field--label-hidden.field__item::-webkit-scrollbar-thumb {
    background: #ddb08c;
    /* border: 3px solid var(--color-main-hover); */
    background: var(--color-main-1);
    border-radius: 0 0 10px 10px;
}
/* .view.view-price-list.view-id-price_list .view-content .views-row .node.node--type-price-list .field.field--name-field-price-list.field--type-text-long.field--label-hidden.field__item::-webkit-scrollbar-button {
    background: antiquewhite;
} */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



































/* S E T T I N G - S E T // Blocks on main page */
/* setting-set // Blocks on main page */

/* setting-set // Blocks on main page -> img */
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-field-service-image.field--type-image.field--label-hidden.field__item,
.view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .field.field--name-field-photo-gallery-set.field--type-image.field--label-hidden.field__items .field__item {
    aspect-ratio: 270/302;
    width: 100%;
    height: auto;
    border-radius: 35px;
    overflow: hidden;
}
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-field-service-image.field--type-image.field--label-hidden.field__item:hover,
.view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .field.field--name-field-photo-gallery-set.field--type-image.field--label-hidden.field__items .field__item:hover {
    /* box-shadow: 0 0px 20px 0px var(--bg-color-main-2); */
    box-shadow: 0 12px 15px -10px var(--bg-color-main-2);
}

/* setting-set // Blocks on main page -> title */
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
    margin: 30px 0 20px;
}
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h2 {
    color: var(--color-base-1);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 48px; */
    max-height: 48px;
    min-height: 48px;
    margin-bottom: 0;
}
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h2:hover {
    color: var(--color-main-2);
    text-decoration: underline;
}

.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h2 a {
    text-decoration: inherit;
    color: inherit;
    width: 100%;
    display: block;
}
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h2 a:hover {
    text-decoration: inherit;
    color: inherit;
}

/* setting-set // Blocks on main page -> btn */
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-node-link.field--type-ds.field--label-hidden.field__item a {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 50px;
    background-color: var(--color-main-1);
    color: var(--color-base-2);
    text-decoration: none;
}
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-node-link.field--type-ds.field--label-hidden.field__item a:hover {
    background-color: var(--color-main-2);
}


/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
        margin: 20px 0 15px;
    }
    .view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h2 {
        min-height: 45px;
        max-height: 45px;
    }
}
@media (max-width: 991px) {
    .view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h2 {
        min-height: 48px;
        max-height: 48px;
    }
}
@media (max-width: 767px) {
    .view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
        margin: 15px 0 10px;
    }
}
@media (max-width: 575px) {
    .view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
        margin: 10px 0 10px;
    }
    .view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h2 {
        min-height: 45px;
        max-height: 45px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}










/* S E T T I N G - S E T // Internal Pages */
/* setting-set // Internal Pages */

/* setting-set // Internal Pages -> content -> text */
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-default .field.field--name-field-about-photo-set.field--type-image.field--label-hidden.field__items {
    margin-top: 30px;
}


.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-default .field.field--name-field-description.field--type-text-long.field--label-hidden.field__item > * + *,
.view.view-delivery.view-id-delivery .view-content .views-row .node.node--type-delivery.node--view-mode-teaser .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item > * + *,
.node.node--type-special-offers.node--view-mode-full .field.field--name-field-special-offers-description.field--type-text-long.field--label-hidden.field__item > * + * {
    margin-top: 10px;
}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-default .field.field--name-field-description.field--type-text-long.field--label-hidden.field__item > *,
.view.view-delivery.view-id-delivery .view-content .views-row .node.node--type-delivery.node--view-mode-teaser .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item > *,
.node.node--type-special-offers.node--view-mode-full .field.field--name-field-special-offers-description.field--type-text-long.field--label-hidden.field__item > * {
    margin-bottom: 0;
}

/* setting-set // Internal Pages -> content -> photo-set */
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-default .field.field--name-field-about-photo-set.field--type-image.field--label-hidden.field__items .field__item,
.node.node--type-services.node--view-mode-full .field.field--name-field-service-photo-set.field--type-image.field--label-hidden.field__items .field__item {
    aspect-ratio: 270/270;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-default .field.field--name-field-about-photo-set.field--type-image.field--label-hidden.field__items {
        margin-top: 20px;
    }

    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-default .field.field--name-field-description.field--type-text-long.field--label-hidden.field__item > *,
    .view.view-delivery.view-id-delivery .view-content .views-row .node.node--type-delivery.node--view-mode-teaser .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item > * {
        text-align: justify;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}





































/* F O O T E R S // Block */
/* footers // Block */

/* footers // Block -> content */
footer#footer .row-content {
    border: 1px solid var(--bg-color-base-3);
    background: var(--bg-color-base-2);
    border-radius: 20px;
    padding: 30px;
    margin: 0;
    gap: 30px;
    row-gap: 30px;
    display: grid;
    grid-template-columns: 2fr 3fr 2.5fr 4.5fr;
}
footer#footer .row-content > * {
    padding: 0;
}


/* footers // Block -> content -> - - - - - column 1 - - - - - column 1 - - - - - column 1 - - - - - column 1 - - - - - column 1 - - - - - column 1 */
/* footers // Block -> content -> column-logo */
footer#footer .row-content .foot-col-logo {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* footers // Block -> content -> column-logo -> logo */
footer#footer .row-content .foot-col-logo .logo {
    width: 100%;
    max-width: 51px;
    height: auto;
    aspect-ratio: 51/80;
}
footer#footer .row-content .foot-col-logo .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* footers // Block -> content -> - - - - - column 1 - - - - - column 1 - - - - - column 1 - - - - - column 1 - - - - - column 1 - - - - - column 1 */



/* footers // Block -> content -> - - - - - column 2 - - - - - column 2 - - - - - column 2 - - - - - column 2 - - - - - column 2 - - - - - column 2 */
/* footers // Block -> content -> column-nav */
footer#footer .row-content .foot-col-nav {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
}

/* footers // Block -> content -> column-nav -> nav */
footer#footer .row-content .foot-col-nav nav div[id^='block-vesta-theme-osnovnayanavigaciya'] {
    font-size: var(--fz-nav-label);
    color: var(--color-base-3);
    font-weight: 700;
    padding: 0 0 10px;
}
footer#footer .row-content .foot-col-nav nav ul.nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30.5px;
    max-height: 30.5px;
    min-height: 30.5px;
}
footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item a {
    font-size: var(--fz-nav-foot);
    color: var(--color-base-1);
    padding: 5px 0px;
    font-weight: 500;
    line-height: 1.45;
}
footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item a:hover {
    color: var(--color-main-1);
    text-decoration: underline;
}
footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item a.is-active {
    text-decoration: underline;
}

/* footers // Block -> content -> column-nav -> catalog */
footer#footer .row-content .foot-col-nav .region.region-navigation-footer .block-title {
    font-size: var(--fz-contacts-label);
    color: var(--color-base-3);
    font-weight: 700;
    padding: 0 0 10px;
}

footer#footer .row-content .foot-col-nav .view.view-catalogs.view-id-catalogs .view-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
footer#footer .row-content .foot-col-nav .view.view-catalogs.view-id-catalogs .view-content .views-row .views-field.views-field-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30.5px;
    max-height: 30.5px;
    min-height: 30.5px;
}
footer#footer .row-content .foot-col-nav .view.view-catalogs.view-id-catalogs .view-content .views-row a {
    font-size: var(--fz-nav-foot);
    color: var(--color-base-1);
    text-decoration: none;
    /* padding: 5px 0px; */
    font-weight: 500;
    display: block;
    width: 100%;
    line-height: 2.18;
}
footer#footer .row-content .foot-col-nav .view.view-catalogs.view-id-catalogs .view-content .views-row a:hover {
    color: var(--color-main-1);
    text-decoration: underline;
}
/* footers // Block -> content -> - - - - - column 2 - - - - - column 2 - - - - - column 2 - - - - - column 2 - - - - - column 2 - - - - - column 2 */



/* footers // Block -> content -> - - - - - column 3 - - - - - column 3 - - - - - column 3 - - - - - column 3 - - - - - column 3 - - - - - column 3 */
/* footers // Block -> content -> column-contacts */
footer#footer .row-content .foot-col-contacts {}
footer#footer .row-content .foot-col-contacts .region.region-contacts-footer .block-title {
    font-size: var(--fz-contacts-label);
    color: var(--color-base-3);
    font-weight: 700;
    padding: 0 0 15px;
}



/* footers // Block -> copyright */
footer#footer .row-copyright {
    display: flex;
    font-size: var(--fz-copyright);
    padding: 0;
    flex-direction: column;
}
footer#footer .row-copyright .copyright-item {
    width: auto;
    color: inherit;
    text-decoration: none;
    padding: 5px 0;
    font-weight: 500;
}
footer#footer .row-copyright .copyright-item:hover {
    color: var(--color-main-1);
    text-decoration: underline;
}
footer#footer .row-copyright .copyright-item.copyright:hover {
    text-decoration: none;
}


/* footers // Block -> content -> column-04 */
footer#footer .row-copyright .block-title {
    font-size: var(--fz-contacts-label);
    color: var(--color-base-3);
    font-weight: 700;
    padding: 0 0 10px;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    footer#footer .row-content {
        grid-template-columns: 2fr 5fr 5fr;
        grid-template-areas:
            'a b c'
            'a b d';
        row-gap: 11px;
        column-gap: 20px;
    }
    footer#footer .row-content .foot-col-logo {grid-area: a;}
    footer#footer .row-content .foot-col-nav {grid-area: b;}
    footer#footer .row-content .foot-col-contacts {grid-area: c;}
    footer#footer .row-copyright {
        grid-area: d;
        width: 100%;
        padding: 0 12px;
    }
    footer#footer .row-copyright .block-title {padding: 0 0 5px;}



    footer#footer .row-copyright .copyright-col {
        width: 100%;
    }
    footer#footer .row-copyright .copyright-col.col-one,
    footer#footer .row-copyright .copyright-col.col-two,
    footer#footer .row-copyright .copyright-col.col-three {text-align: center;}
}
@media (max-width: 991px) {
    /* footer#footer .row-content {
        display: flex;
        gap: 30px;
        justify-content: center;
        margin-bottom: 55px;
    } */


    /* footer#footer .row-content .foot-col-nav nav ul.nav {
        margin-top: 14px;
    } */
}
@media (max-width: 767px) {
    footer#footer .row-content {
        grid-template-columns: 9.5fr 2.5fr;
        grid-template-areas:
            'b a'
            'c c'
            'd d';
        row-gap: 20px;
        column-gap: 20px;
    }
    footer#footer .row-content .foot-col-logo {
        display: flex;
        align-items: center;
        text-align: center;
    }
    footer#footer .row-content .foot-col-nav {
        width: 100%;
        gap: 20px;
    }
    /* footer#footer .row-content .foot-col-nav nav ul.nav {
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    } */
    /* footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item {
        width: 35%;
        text-align: center;
    } */
}
@media (max-width: 575px) {
    footer#footer .row-content {
        grid-template-columns: 9fr 3fr;
        padding: 25px;
    }
    footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item {
        width: 100%;
    }
}
@media (max-width: 460px) {
    footer#footer .row-content {
        grid-template-columns: 12fr 3fr;
        padding: 25px;
        /* column-gap: 0px; */
    }
    footer#footer .row-content .foot-col-nav {
        display: flex;
        flex-direction: column;
    }
    footer#footer .row-content .foot-col-nav nav ul.nav {
        column-gap: 20px;
        display: flex;
        flex-direction: column;
        max-height: 90px;
    }
    footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item {
        width: 45%;
        height: 22px;
        max-height: 22px;
        min-height: 22px;
    }

    footer#footer .row-content .foot-col-nav .view.view-catalogs.view-id-catalogs .view-content .views-row .views-field.views-field-name {
        height: 22px;
        max-height: 22px;
        min-height: 22px;
    }

    footer#footer .row-content .foot-col-nav .view.view-catalogs.view-id-catalogs .view-content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 80px;
        column-gap: 20px;
    }
    footer#footer .row-content .foot-col-nav .view.view-catalogs.view-id-catalogs .view-content .views-row {
        width: 45%;
    }
    footer#footer .row-content .foot-col-nav .view.view-catalogs.view-id-catalogs .view-content .views-row:nth-child(n+7) {
        display: none;
    }

    footer#footer .row-content .foot-col-nav nav div[id^='block-vesta-theme-osnovnayanavigaciya'],
    footer#footer .row-content .foot-col-nav .region.region-navigation-footer .block-title {
        padding: 0 0 5px;
    }
    footer#footer .row-content .foot-col-contacts .region.region-contacts-footer .block-title {
        padding: 0 0 10px;
    }

    footer#footer .row-copyright .copyright-item {
        padding: 2px 0;
    }
}
@media (max-width: 350px) {
    footer#footer .row-content {
        grid-template-columns: 9fr 3fr;
    }
    footer#footer .row-content .foot-col-nav nav ul.nav {
        display: flex;
        flex-direction: column;
        max-height: initial;
    }
    footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item {
        width: 100%;
    }
    footer#footer .row-content .foot-col-nav .view.view-catalogs.view-id-catalogs .view-content {
        display: flex;
        flex-direction: column;
        max-height: initial;
    }
    footer#footer .row-content .foot-col-nav .view.view-catalogs.view-id-catalogs .view-content .views-row {
        width: 100%;
    }
    footer#footer .row-content .foot-col-nav .view.view-catalogs.view-id-catalogs .view-content .views-row:nth-child(n+5) {
        display: none;
    }
}



































/* C O O K I E - F U L L // block */
/* cookie - full // block  */
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock {
    font-family: var(--ff-base);
    font-size: var(--fz-cookie-text);
    max-height: 100%;
    overflow-y: auto;
    background-color: var(--cookie-bg-color-main);
    color: var(--color-base);
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper {
    background-color: transparent;
    box-shadow: 0 0 0px var(--cookie-shadow);
    border: 0;
    padding: 0;
    max-height: 100%;
    overflow-y: auto;
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container {
    padding: 10px 20px 20px;
    background-color: #fffffff2;
    box-shadow: 0 0 0px var(--cookie-shadow);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* cookie // Content */
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .vpa-content {
    font-size: var(--fz-cookie-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .vpa-content strong {
    display: flex;
    position: relative;
    /* height: 26px; */
    align-items: center;
    color: inherit;
    font-weight: 700;
    font-size: var(--fz-cookie-title);
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .vpa-content strong::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    aspect-ratio: 10/10;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/cookies/cookie.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 5px;
}

main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .vpa-content p {
    color: inherit;
    margin-bottom: 10px;
    font-family: var(--ff-base);
    font-size: var(--fz-cookie-text);
    font-weight: 400;
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .vpa-content p:first-child {
    font-weight: 700;
    margin-bottom: 12px;
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .vpa-content p:last-child {
    margin-bottom: 0px;
}

main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .vpa-content a {
    color: inherit;
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .vpa-content a:hover {
    color: var(--cookie-color-main);
}

/* cookie // BTNs */
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container .vpa-actions {
    /* width: 100%; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    margin-top: 0;
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container .vpa-actions button.btn {
    width: auto;
    height: 32px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: var(--ff-base);
    font-size: var(--fz-cookie-btn);
    font-weight: 400;
    border-radius: 6px;
    line-height: 1;
}

main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container .vpa-actions button#vpa-btn-yes {
    width: 125px;
    color: var(--cookie-color-base-1);
    background-color: var(--cookie-bg-color-base-2);
    border: 1px solid var(--cookie-bg-color-base-1);
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container .vpa-actions button#vpa-btn-yes:hover {
    color: var(--cookie-bg-color-base-2);
    background-color: var(--cookie-color-main);
    border-color: var(--cookie-color-main);
}

main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container .vpa-actions button#vpa-btn-no {
    width: 140px;
    color: var(--cookie-bg-color-base-1);
    background-color: var(--cookie-bg-color-base-2);
    border: 2px solid var(--cookie-bg-color-base-1);
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container .vpa-actions button#vpa-btn-no:hover {
    color: var(--cookie-color-base-2);
    background-color: var(--cookie-color-main);
    border-color: var(--cookie-color-main);
}

/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container .vpa-actions {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .vpa-content p {
        text-align: justify;
    }
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container .vpa-actions {
        justify-content: center;
    }
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container .vpa-actions button#vpa-btn-yes,
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container .vpa-actions button#vpa-btn-no {
        width: 50%;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container .vpa-actions {
        display: flex;
        flex-direction: column;
    }
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container .vpa-actions button#vpa-btn-yes,
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-full-wrapper .container .vpa-actions button#vpa-btn-no {
        width: 100%;
    }
}



/* C O O K I E - A B B R E V I A T E D // block */
/* cookie - abbreviated // block  */
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock {}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .vpa-container.vpa-short {}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper {
    box-shadow: 0 2px 9px rgb(0 0 0 / 15%);
    box-shadow: none;
    max-height: 100%;
    overflow-y: auto;
    margin: 0;
    right: 30px;
    left: auto;
    bottom: 30px;
    gap: 45px;
    padding: 27px 30px;
    border-radius: 10px;
    max-width: 640px;
    width: 100%;
    border: 1px solid #CDCDCD;
}

/* cookie // Content */
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-content {
    font-size: var(--fz-cookie-small-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* text-align: center; */
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-content {}

main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-content p {
    color: inherit;
    margin-bottom: 10px;
    font-family: var(--ff-base);
    font-size: var(--fz-cookie-text);
    font-weight: 400;
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-content p:first-child {
    font-weight: 400;
    margin-bottom: 12px;
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-content p:last-child {
    margin-bottom: 0px;
}

main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-content a {
    color: inherit;
    text-decoration: none;
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-content a:hover {
    color: var(--cookie-color-main);
    text-decoration: underline;
}

/* cookie // BTNs */
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-actions {
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-actions button.btn {
    width: auto;
    height: 40px;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: var(--ff-base);
    font-size: var(--fz-cookie-btn);
    font-weight: 400;
    border-radius: 6px;
    line-height: 1;
}

main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-actions button#vpa-btn-ok {
    color: var(--cookie-color-base-2);
    background-color: var(--cookie-bg-color-base-1);
    /* border: 1px solid var(--cookie-bg-color-base-1); */
    box-shadow: 4px 4px 20px rgb(0 0 0 / 20%);
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-actions button#vpa-btn-ok:hover {
    color: var(--cookie-bg-color-base-2);
    background-color: var(--cookie-color-main);
    border-color: var(--cookie-color-main);
}

/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 25px);
    }
}
@media (max-width: 575px) {
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 22px 24px;
    }
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-content p {
        text-align: justify;
    }
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-actions {
        width: 100%;
    }
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-actions button#vpa-btn-ok {
        width: 100%;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}
