@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

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

.golos-text-<uniquifier> {
  font-family: "Golos Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

:root {
    /* font */
    --ff-main: "Golos Text", sans-serif;
    --ff-base: "Golos Text", sans-serif;
    --ff-form: "Golos Text", sans-serif;
    --ff-copyright: "Golos Text", sans-serif;



    /* font color base-set */
    --color-base-1: #2C2B2B;
    --color-base-2: #ffffff;
    --color-base-3: #E2E2E2;
    --color-base-3: #3A3B3D; /* form input */
    
    /* font color opacity-set */
    --color-base-1-opt-50: rgba(37, 37, 37, 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: #2C2B2B;
    --color-main-2: #ffffff;
    --color-special: #2b00ff;

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



    /* bg color base-set */
    --bg-color-base-1: #2C2B2B;
    --bg-color-base-2: #ffffff;
    --bg-color-base-3: #E2E2E2;
    --bg-color-base-4: #BABABA; /*form stroke input*/

    /* bg color opacity-set */
    --bg-color-base-1-opt-40: rgba(0, 0, 0, 0.4);
    --bg-color-base-1-opt-60: rgba(0, 0, 0, 0.6);
    --bg-color-base-1-opt-80: rgba(0, 0, 0, 0.8);

    --bg-color-base-2-opt-10: rgba(251, 252, 255, 0.3);

    /* bg color main-set */
    --bg-color-main-1: #2C2B2B;
    --bg-color-main-2: #ffffff;
    --bg-color-special: #2b00ff;

    /* bg color gradient-set */
    --bg-gradient-base-1: linear-gradient(90deg, #161616 0%, rgb(36 36 36 / 34%) 40%, rgb(5 5 5 / 0%) 57%, rgb(5 5 5 / 0%) 100%);
    --bg-gradient-base-2: linear-gradient(270deg, #d05f5f 0%, #6a0707 100%);



    /* BTN // coloring-set */
    
    /* btn // btn-1 */
    --btn-1-color-base-1: #fff;
    --btn-1-color-base-1-hover: #fff;
    --btn-1-bg-color-1: #2C2B2B;
    --btn-1-bg-color-1-hover: #1A1A1A;
    --btn-1-stroke-color-1: #2C2B2B;
    --btn-1-stroke-color-1-hover: #1A1A1A;
    
    /* btn // btn-2 */
    --btn-2-color-base-1: #2C2B2B;
    --btn-2-color-base-1-hover: #2C2B2B;
    --btn-2-bg-color-1: #fff;
    --btn-2-bg-color-1-hover: #F5F5F5;
    --btn-2-stroke-color-1: #fff;
    --btn-2-stroke-color-1-hover: #F5F5F5;
    
    /* btn // gradient-set */
    --btn-bg-gradient-1: linear-gradient(90deg, #ff7979 0%, #a41010 100%);
    --btn-bg-gradient-1-hover: linear-gradient(270deg, #ff8d8d 0%, #a10c0c 100%);


    /* btn // more-link */
    --ml-color-base-1: #2C2B2B;
    --ml-color-base-1-hover: #2C2B2B;
    --ml-bg-color-1: #fff;
    --ml-bg-color-1-hover: #F5F5F5;
    --ml-stroke-color-1: #2C2B2B;
    --ml-stroke-color-1-hover: #2C2B2B;


    /* btn // FOS-btn-1 */
    --fos-1-color-base: #fff;
    --fos-1-color-base-hover: #fff;
    --fos-1-bg-color: #2C2B2B;
    --fos-1-bg-color-hover: #1A1A1A;
    --fos-1-stroke-color: #2C2B2B;
    --fos-1-stroke-color-hover: #1A1A1A;

    /* btn // FOS-btn-2 */
    /* none */
    /* or */
    --fos-2-color-base: #2C2B2B;
    --fos-2-color-base-hover: #2C2B2B;
    --fos-2-bg-color: #fff;
    --fos-2-bg-color-hover: #F5F5F5;
    --fos-2-stroke-color: #fff;
    --fos-2-stroke-color-hover: #F5F5F5;





    /* Cookie // coloring-set */

    /* Cookie // base: text & bg */
    --cookie-color-main: #2C2B2B;
    --cookie-color-base-1: #2C2B2B;
    --cookie-color-base-2: #ffffff;
    --cookie-gradient-text: linear-gradient(90deg, #ff7979 0%, #a41010 100%);
    
    --cookie-bg-color-main: #2C2B2B;
    --cookie-bg-gradient: linear-gradient(90deg, #ff7979 0%, #a41010 100%);
    
    --cookie-shadow: #000000;

    /* Cookie // BTN */
    --ck-btn-color-base-1: #2C2B2B;
    --ck-btn-color-base-1-hover: #2C2B2B;
    --ck-btn-bg-color-1: #fff;
    --ck-btn-bg-color-1-hover: #F5F5F5;
    --ck-btn-stroke-color-1: #2C2B2B;
    --ck-btn-stroke-color-1-hover: #2C2B2B;

    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    
    --fz-h1: 32px;
    --fz-h1-not-front: 32px;
    --fz-h2: 28px;
    --fz-h2-not-front: 28px;
    --fz-h3: 20px;
    --fz-h3-not-front: 20px;
    
    --fz-label-block: 20px;

    --fz-h1-subtitle: 20px;
    --fz-h2-subtitle: 20px;
    --fz-h3-subtitle: 20px;

    --fz-cards-title: 20px;
    

    --fz-nav-label: 18px;
    --fz-nav-head: 18px;
    --fz-nav-menu: 18px;
    --fz-nav-foot: 18px;

    --fz-contacts: 18px;
    --fz-contacts-label: 18px;
    --fz-contacts-head: 13px;
    --fz-contacts-menu: 18px;
    --fz-contacts-foot: 18px;

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

    --fz-more-link: 17px; /* ссылка на страницу представления элементов */
    --fz-more-btn: 17px; /* ссылка на конкретную страницу элемента (О компании, и т.д.) */

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


    --fz-h3-catalog: 20px;
    
    --fz-h3-benefits: 16px;
    --fz-benefits-num: 16px;
    --fz-benefits-text: 16px;

    
    --fz-h3-products: 20px;
    --fz-products-sku: 16px;
    --fz-products-tags: 13px;
    --fz-products-price: 18px;
    --fz-products-text: 18px;
    --fz-products-date: 18px;
    --fz-products-btn: 18px;


    
    --fz-form-title: 28px;
    --fz-form-subtitle: 20px;
    --fz-form-text: 20px;
    --fz-form-field-label: 20px;
    --fz-form-input: 16px;
    --fz-form-placeholder: 16px;
    --fz-form-cheakbox: 13px;
    --fz-form-btn: 18px;
    
    --fz-form-title-Modal: 24px;


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

    
    --fz-cookie-title: 17px;
    --fz-cookie-text: 13px;
    --fz-cookie-btn: 17px;
    --fz-cookie-small-text: 12px;



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

    --fz-h2-cart-checkout-page: 28px;
    --fz-h3-cart-checkout-page: 20px;
    --fz-cart-form-field-label: 20px;
    --fz-cart-form-input: 18px;
    --fz-cart-form-placeholder: 18px;

    --fz-cart-title-Modal: 22px;
}
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    :root {
        --fz-h1: 30px;
        --fz-h1-not-front: 30px;
        --fz-h2: 28px;
        --fz-h2-not-front: 28px;
        --fz-h3: 20px;
        --fz-h3-not-front: 20px;
        
        --fz-label-block: 20px;

        --fz-h1-subtitle: 20px;
        --fz-h2-subtitle: 20px;
        --fz-h3-subtitle: 20px;

        --fz-cards-title: 18px;
        

        --fz-nav-label: 18px;
        --fz-nav-head: 15px;
        --fz-nav-menu: 16px;
        --fz-nav-foot: 18px;

        --fz-contacts: 18px;
        --fz-contacts-label: 18px;
        --fz-contacts-head: 13px;
        --fz-contacts-menu: 18px;
        --fz-contacts-foot: 18px;

        --fz-btn: 17px;
        --fz-btn-small: 13px;

        --fz-more-link: 17px;
        --fz-more-btn: 17px;

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

                
        --fz-h3-catalog: 25px;
        
        --fz-h3-benefits: 16px;
        --fz-benefits-num: 16px;
        --fz-benefits-text: 16px;

        
        --fz-h3-products: 20px;
        --fz-products-sku: 16px;
        --fz-products-tags: 13px;
        --fz-products-price: 18px;
        --fz-products-text: 18px;
        --fz-products-date: 18px;
        --fz-products-btn: 18px;


        
        --fz-form-title: 28px;
        --fz-form-subtitle: 20px;
        --fz-form-text: 20px;
        --fz-form-field-label: 20px;
        --fz-form-input: 18px;
        --fz-form-placeholder: 18px;
        --fz-form-cheakbox: 13px;
        --fz-form-btn: 18px;
        
        --fz-form-title-Modal: 24px;


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

        
        --fz-cookie-title: 17px;
        --fz-cookie-text: 13px;
        --fz-cookie-btn: 17px;
        --fz-cookie-small-text: 12px;



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

        --fz-h2-cart-checkout-page: 28px;
        --fz-h3-cart-checkout-page: 20px;
        --fz-cart-form-field-label: 20px;
        --fz-cart-form-input: 18px;
        --fz-cart-form-placeholder: 18px;

        --fz-cart-title-Modal: 20px;
    }
}
@media (max-width: 991px) {
    :root {
        --fz-h1: 28px;
        --fz-h1-not-front: 28px;
        --fz-h2: 26px;
        --fz-h2-not-front: 26px;
        --fz-h3: 20px;
        --fz-h3-not-front: 20px;
        
        --fz-label-block: 20px;

        --fz-h1-subtitle: 20px;
        --fz-h2-subtitle: 20px;
        --fz-h3-subtitle: 20px;

        --fz-cards-title: 20px;
        

        --fz-nav-label: 18px;
        --fz-nav-head: 18px;
        --fz-nav-menu: 18px;
        --fz-nav-foot: 18px;

        --fz-contacts: 18px;
        --fz-contacts-label: 18px;
        --fz-contacts-head: 13px;
        --fz-contacts-menu: 18px;
        --fz-contacts-foot: 18px;

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

        --fz-more-link: 17px;
        --fz-more-btn: 17px;

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

                
        --fz-h3-catalog: 25px;
        
        --fz-h3-benefits: 16px;
        --fz-benefits-num: 16px;
        --fz-benefits-text: 16px;

        
        --fz-h3-products: 20px;
        --fz-products-sku: 16px;
        --fz-products-tags: 13px;
        --fz-products-price: 18px;
        --fz-products-text: 18px;
        --fz-products-date: 18px;
        --fz-products-btn: 18px;


        
        --fz-form-title: 26px;
        --fz-form-subtitle: 20px;
        --fz-form-text: 20px;
        --fz-form-field-label: 20px;
        --fz-form-input: 18px;
        --fz-form-placeholder: 18px;
        --fz-form-cheakbox: 13px;
        --fz-form-btn: 18px;
        
        --fz-form-title-Modal: 24px;


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

        
        --fz-cookie-title: 17px;
        --fz-cookie-text: 13px;
        --fz-cookie-btn: 17px;
        --fz-cookie-small-text: 12px;



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

        --fz-h2-cart-checkout-page: 26px;
        --fz-h3-cart-checkout-page: 20px;
        --fz-cart-form-field-label: 20px;
        --fz-cart-form-input: 18px;
        --fz-cart-form-placeholder: 18px;

        --fz-cart-title-Modal: 20px;
    }
}
@media (max-width: 767px) {
    :root {
        --fz-h1: 26px;
        --fz-h1-not-front: 26px;
        --fz-h2: 24px;
        --fz-h2-not-front: 24px;
        --fz-h3: 20px;
        --fz-h3-not-front: 20px;
        
        --fz-label-block: 20px;

        --fz-h1-subtitle: 20px;
        --fz-h2-subtitle: 20px;
        --fz-h3-subtitle: 20px;

        --fz-cards-title: 18px;
        

        --fz-nav-label: 18px;
        --fz-nav-head: 18px;
        --fz-nav-menu: 18px;
        --fz-nav-foot: 18px;

        --fz-contacts: 18px;
        --fz-contacts-label: 18px;
        --fz-contacts-head: 13px;
        --fz-contacts-menu: 18px;
        --fz-contacts-foot: 18px;

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

        --fz-more-link: 17px;
        --fz-more-btn: 17px;

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

                
        --fz-h3-catalog: 25px;
        
        --fz-h3-benefits: 16px;
        --fz-benefits-num: 16px;
        --fz-benefits-text: 16px;

        
        --fz-h3-products: 20px;
        --fz-products-sku: 16px;
        --fz-products-tags: 13px;
        --fz-products-price: 18px;
        --fz-products-text: 18px;
        --fz-products-date: 18px;
        --fz-products-btn: 18px;


        
        --fz-form-title: 24px;
        --fz-form-subtitle: 20px;
        --fz-form-text: 20px;
        --fz-form-field-label: 20px;
        --fz-form-input: 18px;
        --fz-form-placeholder: 18px;
        --fz-form-cheakbox: 13px;
        --fz-form-btn: 18px;
        
        --fz-form-title-Modal: 24px;


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

        
        --fz-cookie-title: 17px;
        --fz-cookie-text: 13px;
        --fz-cookie-btn: 17px;
        --fz-cookie-small-text: 12px;



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

        --fz-h2-cart-checkout-page: 24px;
        --fz-h3-cart-checkout-page: 20px;
        --fz-cart-form-field-label: 20px;
        --fz-cart-form-input: 18px;
        --fz-cart-form-placeholder: 18px;

        --fz-cart-title-Modal: 20px;
    }
}
@media (max-width: 575px) {
    :root {
        --fz-h1: 24px;
        --fz-h1-not-front: 24px;
        --fz-h2: 22px;
        --fz-h2-not-front: 22px;
        --fz-h3: 20px;
        --fz-h3-not-front: 20px;
        
        --fz-label-block: 20px;

        --fz-h1-subtitle: 20px;
        --fz-h2-subtitle: 20px;
        --fz-h3-subtitle: 20px;

        --fz-cards-title: 16px;
        

        --fz-nav-label: 18px;
        --fz-nav-head: 18px;
        --fz-nav-menu: 18px;
        --fz-nav-foot: 18px;

        --fz-contacts: 18px;
        --fz-contacts-label: 18px;
        --fz-contacts-head: 13px;
        --fz-contacts-menu: 18px;
        --fz-contacts-foot: 18px;

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

        --fz-more-link: 17px;
        --fz-more-btn: 17px;

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

                
        --fz-h3-catalog: 25px;
        
        --fz-h3-benefits: 16px;
        --fz-benefits-num: 16px;
        --fz-benefits-text: 16px;

        
        --fz-h3-products: 20px;
        --fz-products-sku: 16px;
        --fz-products-tags: 13px;
        --fz-products-price: 18px;
        --fz-products-text: 18px;
        --fz-products-date: 18px;
        --fz-products-btn: 18px;


        
        --fz-form-title: 22px;
        --fz-form-subtitle: 20px;
        --fz-form-text: 20px;
        --fz-form-field-label: 20px;
        --fz-form-input: 18px;
        --fz-form-placeholder: 18px;
        --fz-form-cheakbox: 13px;
        --fz-form-btn: 18px;
        
        --fz-form-title-Modal: 22px;


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

        
        --fz-cookie-title: 17px;
        --fz-cookie-text: 13px;
        --fz-cookie-btn: 17px;
        --fz-cookie-small-text: 12px;



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

        --fz-h2-cart-checkout-page: 22px;
        --fz-h3-cart-checkout-page: 20px;
        --fz-cart-form-field-label: 20px;
        --fz-cart-form-input: 18px;
        --fz-cart-form-placeholder: 18px;

        --fz-cart-title-Modal: 18px;
    }
}
@media (max-width: 460px) {
    :root {
        --fz-h1: 22px;
        --fz-h1-not-front: 22px;
        --fz-h2: 20px;
        --fz-h2-not-front: 20px;
        --fz-h3: 18px;
        --fz-h3-not-front: 18px;
        
        --fz-label-block: 18px;

        --fz-h1-subtitle: 18px;
        --fz-h2-subtitle: 18px;
        --fz-h3-subtitle: 18px;

        --fz-cards-title: 18px;
        

        --fz-nav-label: 18px;
        --fz-nav-head: 18px;
        --fz-nav-menu: 18px;
        --fz-nav-foot: 18px;

        --fz-contacts: 18px;
        --fz-contacts-label: 18px;
        --fz-contacts-head: 13px;
        --fz-contacts-menu: 18px;
        --fz-contacts-foot: 18px;

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

        --fz-more-link: 17px;
        --fz-more-btn: 17px;

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

                
        --fz-h3-catalog: 25px;
        
        --fz-h3-benefits: 16px;
        --fz-benefits-num: 16px;
        --fz-benefits-text: 16px;

        
        --fz-h3-products: 20px;
        --fz-products-sku: 16px;
        --fz-products-tags: 13px;
        --fz-products-price: 16px;
        --fz-products-text: 16px;
        --fz-products-date: 16px;
        --fz-products-btn: 16px;


        
        --fz-form-title: 20px;
        --fz-form-subtitle: 18px;
        --fz-form-text: 18px;
        --fz-form-field-label: 18px;
        --fz-form-input: 16px;
        --fz-form-placeholder: 16px;
        --fz-form-cheakbox: 13px;
        --fz-form-btn: 16px;
        
        --fz-form-title-Modal: 22px;


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

        
        --fz-cookie-title: 17px;
        --fz-cookie-text: 13px;
        --fz-cookie-btn: 17px;
        --fz-cookie-small-text: 12px;



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

        --fz-h2-cart-checkout-page: 20px;
        --fz-h3-cart-checkout-page: 18px;
        --fz-cart-form-field-label: 18px;
        --fz-cart-form-input: 16px;
        --fz-cart-form-placeholder: 16px;

        --fz-cart-title-Modal: 16px;
    }
}
@media (max-width: 350px) {
    :root {
        --fz-h1: 22px;
        --fz-h1-not-front: 22px;
        --fz-h2: 20px;
        --fz-h2-not-front: 20px;
        --fz-h3: 18px;
        --fz-h3-not-front: 18px;
        
        --fz-label-block: 18px;

        --fz-h1-subtitle: 18px;
        --fz-h2-subtitle: 18px;
        --fz-h3-subtitle: 18px;

        --fz-cards-title: 16px;
        

        --fz-nav-label: 18px;
        --fz-nav-head: 18px;
        --fz-nav-menu: 18px;
        --fz-nav-foot: 18px;

        --fz-contacts: 18px;
        --fz-contacts-label: 18px;
        --fz-contacts-head: 13px;
        --fz-contacts-menu: 18px;
        --fz-contacts-foot: 18px;

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

        --fz-more-link: 17px;
        --fz-more-btn: 17px;

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

                
        --fz-h3-catalog: 25px;
        
        --fz-h3-benefits: 16px;
        --fz-benefits-num: 16px;
        --fz-benefits-text: 16px;

        
        --fz-h3-products: 20px;
        --fz-products-sku: 16px;
        --fz-products-tags: 13px;
        --fz-products-price: 18px;
        --fz-products-text: 18px;
        --fz-products-date: 18px;
        --fz-products-btn: 18px;


        
        --fz-form-title: 20px;
        --fz-form-subtitle: 18px;
        --fz-form-text: 18px;
        --fz-form-field-label: 18px;
        --fz-form-input: 14px;
        --fz-form-placeholder: 14px;
        --fz-form-cheakbox: 13px;
        --fz-form-btn: 16px;
        
        --fz-form-title-Modal: 22px;


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

        
        --fz-cookie-title: 17px;
        --fz-cookie-text: 13px;
        --fz-cookie-btn: 17px;
        --fz-cookie-small-text: 12px;



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

        --fz-h2-cart-checkout-page: 20px;
        --fz-h3-cart-checkout-page: 18px;
        --fz-cart-form-field-label: 18px;
        --fz-cart-form-input: 14px;
        --fz-cart-form-placeholder: 14px;

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






/* MAIN SETTINGS */
body {
    font-size: var(--fz-base);
    font-family: var(--ff-base);
    font-weight: 400;
    line-height: 1.25;
    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,
div#page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    overflow: hidden;

    /* for fixed header */
    /* position: relative;
    top: 195px; */
}
main#main {
    flex-grow: 1;
}
header#header {
    position: relative;
    z-index: 50;

    /* for fixed header (в header.twig убрать position-relative у header#header || в div#app,div#page включить часть для фиксированной шапки + в "< 1200px") */
    /* position: fixed !important;
    top: 0;
    width: 100%;
    background: var(--bg-color-base-2);
    box-shadow: 0 0px 10px 5px var(--bg-color-special-1); */
}
#header-mob {
    position: fixed !important;
    top: 0;
    z-index: 51 !important;
}
footer#footer {
    /* margin-top: 65px; */
    padding: 40px 0;
    background-color: var(--bg-color-base-1);
    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.2;
    margin-bottom: 0;
}
h1 {text-transform: uppercase;}
h2 {text-transform: uppercase;}
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);}

h1 {font-weight: 800;}
h2 {font-weight: 700;}
h3 {font-weight: 500;}

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: 50px;}
.not-front h2 {margin-bottom: 20px;}


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

h1 span {color: var(--color-main-1);}
h2 span {color: var(--color-main-1);}
.not-front h1 span {color: inherit;}
.not-front h2 span {color: inherit;}

h1.front-h1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
h1.front-h1 span {color: var(--color-main-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;
    text-align: center;
}
.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-main-1);
    margin-bottom: 0;
}
p.front-h2-subtitle {
    font-size: var(--fz-h2-subtitle);
    font-style: italic;
    color: var(--color-main-1);
    margin-bottom: 0;
}
p.front-h1-subtitle span {color: var(--color-main-1);}
p.front-h2-subtitle span {color: var(--color-main-1);}

div#app a.btn,
div#page a.btn {
    font-family: var(--ff-base);
    font-size: var(--fz-btn);
    font-weight: 500;
}

a, button {
    transition: all .2s linear;
}
img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contacts img {
    width: auto;
}

/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    div#app,
    div#page {
        /* for fixed header */
        /* top: 160px; */
    }
}
@media (max-width: 991px) {
    div#app,
    div#page {
        position: relative;
        inset: 0;
        top: 55px;
    }
    .not-front main#main {padding: 40px 0;}
    .not-front h1 {margin-bottom: 40px;}
}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    div#app,
    div#page {top: 55px;}
}
@media (max-width: 460px) {
    div#app,
    div#page {top: 55px;}
    .not-front main#main {padding: 30px 0;}
    footer#footer {padding: 30px 0;}
    .not-front h1 {margin-bottom: 30px;}
}
@media (max-width: 350px) {
    div#app,
    div#page {top: 55px;}
}






/* 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 */
#welcome_board-block,
/* #banner-block, */
#about-block,
#benefits-block,
#catalog-block,
#photogallery-block,
#form-block {
    margin-bottom: 60px;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {
    #welcome_board-block,
    /* #banner-block, */
    #about-block,
    #benefits-block,
    #catalog-block,
    #photogallery-block,
    #form-block {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    #welcome_board-block,
    /* #banner-block, */
    #about-block,
    #benefits-block,
    #catalog-block,
    #photogallery-block,
    #form-block {
        margin-bottom: 40px;
    }
}
@media (max-width: 460px) {
    #welcome_board-block,
    /* #banner-block, */
    #about-block,
    #benefits-block,
    #catalog-block,
    #photogallery-block,
    #form-block {
        margin-bottom: 30px;
    }
}
@media (max-width: 350px) {}























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

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



    /* box-shadow: 0 0 10px var(--color-base-2); */
    border-radius: 55px;
    /* overflow: hidden; */
    background-color: #666666;
}
#scrollToTop:hover {
    background-color: #444444;
    box-shadow: 0 0 20px var(--color-base-2);
    transform: scale(1.1);
}

#scrollToTop img {
    width: 30px;
    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);
    overflow: hidden;
    border-radius: 55px;
}

#scrollToTop span {
    position: absolute;
    bottom: -35px;
    padding-top: 70px;
    /* border: 1px solid; */
    border-radius: 30px 30px 0px 0px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    color: var(--color-base-2);
    text-shadow: 0px 0px 5px black;
}

/* 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) {
    #scrollToTop {
        width: 55px;
        height: 55px;
        bottom: 20px;
        right: 20px;
    }
    #scrollToTop img {
        width: 28px;
    }
}
@media (max-width: 350px) {}


@media (max-height: 1000px) {
    #scrollToTop {
        bottom: 80px;
        right: 10px;
    }
}
@media (max-height: 550px) {
    #scrollToTop {
        bottom: 100px;
        right: 10px;
    }
}
@media (max-height: 350px) {
    #scrollToTop {
        bottom: 30px;
        right: 10px;
    }
}















/* M O R E - L I N K // btn */
/* more-link // btn  */
.more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}
.more-link a {
    width: 250px;
    min-width: 50px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 10px 13px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    font-size: var(--fz-more-link);
    border: 1px solid var(--ml-stroke-color-1);
    background-color: var(--ml-bg-color-1);
    color: var(--ml-color-base-1);
    transition: all .3s linear;
}

.more-link a:hover {
    border-color: var(--ml-stroke-color-1-hover);
    background-color: var(--ml-bg-color-1-hover);
    color: var(--ml-color-base-1-hover);
    transition: all .2s linear;
}

/* @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 a {
        width: 100%;
        height: 55px;
    }
}
@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); */
}

/* pager // searching -> nav-pager  */
nav.pager ul.pagination.js-pager__items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;

    gap: 8px;
}
nav.pager ul.pagination.js-pager__items li.page-item {
    width: 40px;
    height: 40px;
    text-align: center;
}
nav.pager ul.pagination.js-pager__items li.page-item.pager__item--next,
nav.pager ul.pagination.js-pager__items li.page-item.pager__item--last,
nav.pager ul.pagination.js-pager__items li.page-item.pager__item--first,
nav.pager ul.pagination.js-pager__items li.page-item.pager__item--previous {
    width: 145px;
}
nav.pager ul.pagination.js-pager__items li.page-item a.page-link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--bg-color-main-2);
    color: var(--color-base-1);

    border-color: var(--bg-color-base-1);
    border: none;
    
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.pager ul.pagination.js-pager__items li.page-item.is-active.active a.page-link {
    font-weight: 700;
    background-color: var(--bg-color-base-1);
    color: var(--color-base-2);
}
nav.pager ul.pagination.js-pager__items li.page-item a.page-link:hover,
nav.pager ul.pagination.js-pager__items li.page-item.is-active.active a.page-link:hover {
    background-color: var(--bg-color-main-1);
    color: var(--color-base-2);
}

nav.pager ul.pagination.js-pager__items li.page-item.pager__item--next a.page-link {}
nav.pager ul.pagination.js-pager__items li.page-item.pager__item--last a.page-link {}


/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    nav.pager ul.pagination.js-pager__items {
        display: flex;
        flex-wrap: wrap;
        margin: 0 300px;
    }
    nav.pager ul.pagination.js-pager__items li.page-item.pager__item--next,
    nav.pager ul.pagination.js-pager__items li.page-item.pager__item--last,
    nav.pager ul.pagination.js-pager__items li.page-item.pager__item--first,
    nav.pager ul.pagination.js-pager__items li.page-item.pager__item--previous {
        /* width: 100%; */
        flex: 1 1 48.5%;
    }

}
@media (max-width: 991px) {
    nav.pager ul.pagination.js-pager__items {
        margin: 0px 200px;
    }
}
@media (max-width: 767px) {
    nav.pager ul.pagination.js-pager__items {
        margin: 0px 120px;
    }
}
@media (max-width: 575px) {
    /* nav.pager ul.pagination.js-pager__items {
        display: flex;
        flex-wrap: wrap;
        margin: 0 75px;
    } */
    /* nav.pager ul.pagination.js-pager__items li.page-item.pager__item--next,
    nav.pager ul.pagination.js-pager__items li.page-item.pager__item--last,
    nav.pager ul.pagination.js-pager__items li.page-item.pager__item--first,
    nav.pager ul.pagination.js-pager__items li.page-item.pager__item--previous {
        width: 100%;
    } */     
    nav.pager ul.pagination.js-pager__items {
        margin: 0px 70px;
    }

}
@media (max-width: 460px) {
    nav.pager ul.pagination.js-pager__items {
        margin: 0;
    }
}
@media (max-width: 350px) {
    nav.pager ul.pagination.js-pager__items {
        margin: 0;
    }
    nav.pager ul.pagination.js-pager__items li.page-item.pager__item--next,
    nav.pager ul.pagination.js-pager__items li.page-item.pager__item--last,
    nav.pager ul.pagination.js-pager__items li.page-item.pager__item--first,
    nav.pager ul.pagination.js-pager__items li.page-item.pager__item--previous {
        flex: 1 1 100%;
    }
}



















/* 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: #fff;
    border: none;
    border-radius: 0;
    content: '';
    display: block;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/search/search-black.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: var(--bg-color-main-1);
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/search/search-white.svg);
}



/* 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;
    border: 3px solid #a8a8a8;
    border-radius: 5px;
    overflow: hidden;
}
.not-front main#main form#search-api-page-block-form-search div.form-actions button {
    width: 100%;
    height: 100%;
}

/* search // Page */ /* работает вместе с js */
/* div#block-vesta-theme-content h3, */
.not-front .searching-title {
    font-size: var(--fz-h3-not-front);
    font-weight: 600;
}

/* div#block-vesta-theme-content h3 a, */
.not-front .searching-title a {
    color: var(--color-base-1);
    text-decoration: none;
}

/* div#block-vesta-theme-content h3 a:hover, */
.not-front .searching-title a:hover {
    color: var(--color-special);
    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;
    padding: 5px;
    height: 40px;
    width: 40px;
    /* box-shadow: 0 2px 4px 0 #0000000d; */
    border-radius: 5px;
    /* overflow: hidden; */
    font-size: var(--fz-btn);
    font-weight: 500;
    color: var(--color-base-2);
    transition: all .2s linear;
    
    background: var(--ml-bg-color-1);
    border: 1px solid var(--ml-stroke-color-1);
}
.cart--cart-block .cart-block--summary a:hover {
    /* filter: invert(1); */
    background: var(--ml-bg-color-1-hover);
    border-color: var(--ml-stroke-color-1-hover);
}

/* 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: 18px;
    height: 18px;
}

/* cart // Block -> content -> count */
.cart--cart-block .cart-block--summary a span.cart-block--summary__icon span.cart-block--summary__count {
    position: absolute;
    top: -5px;
    right: 5px;
    transform: translate(20px, -50%);
    background: #fff;
    border: 1px 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: 150px; */
    }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}




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

/* cart // Modal -> content */
.ui-dialog.ui-widget.ui-widget-content {
    width: 100% !important;
    max-width: 820px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    background-color: var(--bg-color-main-2);
    box-shadow: 0 0 10px 0px var(--bg-color-base-1);
    padding: 65px 90px 60px;
}

/* cart // Modal -> content -> header */
.ui-dialog .ui-dialog-titlebar.ui-widget-header {
    border: 0;
    background-color: transparent;
    color: var(--color-base-1);
    border-bottom: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: initial;
    padding: 0;
}
/* cart // Modal -> content -> header -> title */
.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
    background-color: transparent;
    color: var(--color-base-1);
    border-bottom: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: initial;
    padding: 0;

    font-size: var(--fz-cart-title-Modal);
    white-space: pre-wrap;
    text-transform: uppercase;
    font-family: var(--ff-main);
    font-weight: 700;
    line-height: 1.2;
}
/* cart // Modal -> content -> header -> btn-close */
.ui-dialog .ui-dialog-titlebar.ui-widget-header button.ui-dialog-titlebar-close {
    border-radius: 5px;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/form/close.svg) no-repeat center / contain;
    background-color: transparent;
    position: absolute;
    border: none;
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
    padding: 0;
}
.ui-dialog .ui-dialog-titlebar.ui-widget-header button.ui-dialog-titlebar-close:hover {
    background-color: #ffffffe0;
}

/* cart // Modal -> content -> main */
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-content {
    color: var(--color-base-1);
    margin: 15px 0px 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #AEAEAE;
    border-radius: 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: 1px solid var(--bg-color-base-2);
    border: none;
    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: 10px;
    height: 50px;
    padding: 0px;
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset button.button {
    margin: 0;
    border-radius: 5px;
    width: 100%;
    height: 55px;
    font-weight: 600;
    font-size: var(--fz-form-btn);
    font-family: var(--ff-form);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 10px;
    color: var(--fos-1-color-base);
    background-color: var(--fos-1-bg-color);
    border-width: 1px;
    border-style: solid;
    border-color: var(--fos-1-stroke-color);
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset button.button:hover {
    color: var(--fos-1-color-base-hover);
    background-color: var(--fos-1-bg-color-hover);
    border-color: var(--fos-1-stroke-color-hover);
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset button.button.button--primary {
    /* border-radius: 0 0 10px 10px; */
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset button.button.button--secondary {
    /* border-radius: 0 0 10px 10px; */
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {
    .ui-dialog.ui-widget.ui-widget-content {
        padding: 55px 60px 55px;
    }
}
@media (max-width: 767px) {
    .ui-dialog.ui-widget.ui-widget-content {
        padding: 35px 40px 35px;
    }
    .ui-dialog .ui-dialog-titlebar.ui-widget-header button.ui-dialog-titlebar-close {
        top: 30px;
        right: 10px;
    }
}
@media (max-width: 575px) {
    .ui-dialog.ui-widget.ui-widget-content {
        padding: 30px 10px 15px;
    }
    .ui-dialog .ui-dialog-titlebar.ui-widget-header button.ui-dialog-titlebar-close {
        top: 20px;
        right: 10px;
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}






/* 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-main-1);
    background-color: var(--bg-color-main-1);
    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-2);
}
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-2);
}

/* 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-2);
}
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-2);
}
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-product-photo {
    padding: 0;
    width: 100px;
    height: auto;
    min-width: 100px;
    /* height: 100px; */
    aspect-ratio: 100/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-product-photo 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;
}
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;
}

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 {
    /* background: #bbbeda; */
    /* color: #3d416e; */
    font-weight: 500;
    padding: 5px;
    height: 30px;
    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-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;
    font-weight: 600;
    background-color: var(--bg-color-base-1);
    color: var(--color-base-2);
    border-radius: 0;
    border: none;
}
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: #b10c0c;
}

/* 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: #454545;
    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: #fff;
    /* 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);
    background-color: var(--ml-bg-color-1);
    color: var(--ml-color-base-1);
    border: 1px solid var(--ml-stroke-color-1);
    text-decoration: none;
    border-radius: 10px;
    width: 200px;
    height: 42px;
    padding: 10px;
    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']:hover {
    background-color: var(--ml-bg-color-1-hover);
    color: var(--ml-color-base-1-hover);
    border-color: var(--ml-stroke-color-1-hover);
}






/* 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: 5px;
    padding: 14px 15px 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-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 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 15px 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-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::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 5px 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);
    cursor: pointer;
}
/* 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);
    text-decoration: none;
    /* width: 200px; */
    /* height: 42px; */
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--ml-stroke-color-1);
    color: var(--ml-color-base-1);
    background-color: var(--ml-bg-color-1);
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-footer div[id^='edit-actions'] button[id^='edit-actions-next']:hover {
    border: 1px solid var(--ml-stroke-color-1-hover);
    color: var(--ml-color-base-1-hover);
    background-color: var(--ml-bg-color-1-hover);
}

/* 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);
    text-decoration: none;
    /* width: 200px; */
    /* height: 42px; */
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    border-radius: 5px;
    border: 1px solid var(--ml-stroke-color-1);
    color: var(--ml-color-base-1);
    background-color: var(--ml-bg-color-1);
}
body.not-front.body-checkout form[id^='commerce-checkout'] .layout-region-checkout-footer div[id^='edit-actions'] a.link--previous:hover {
    border: 1px solid var(--ml-stroke-color-1-hover);
    color: var(--ml-color-base-1-hover);
    background-color: var(--ml-bg-color-1-hover);
}


/* 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) {}


/* for script "custom-checkout-form-order" */
.button--disabled {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed;
}























/* Background Images */

/* ::before {
    content: '';
    display: block;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/backgrounds/bg-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 420px;
    height: auto;
    aspect-ratio: 3/4;
    position: absolute;
    top: 0px;
    left: -25px;
} */



/* .not-front main#main::before {
    content: '';
    display: block;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/backgrounds/bg-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 420px;
    height: auto;
    aspect-ratio: 3/4;
    position: absolute;
    z-index: 0;
    top: 100px;
    left: -25px;
} */
/* .not-front main#main::after {
    content: '';
    display: block;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/backgrounds/bg-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 420px;
    height: auto;
    aspect-ratio: 3/4;
    position: absolute;
    z-index: 0;
    bottom: 0px;
    right: 5px;
} */


/* icon arrow to submenu */
/* .header-bottom .head-row nav ul.nav a.nav-link.dropdown-toggle::after {
    content: '' !important;
    display: block !important;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/tools/nav-arrow-down-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 15px;
    border: 0 !important;
    margin-bottom: 5px;
}
.header-bottom .head-row nav ul.nav a.nav-link.dropdown-toggle:hover::after {
    background: url(/sites/all/themes/vesta_theme/image/custom-images/tools/nav-arrow-down-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */










































/* H E A D E R // Block */
/* header // Block */

header#header .header-inner {
    display: grid;
    grid-template-columns: 77px 11fr;
    gap: 30px;
    padding: 11px 0;
}



.header-top {
    padding: 0px 0 13px;
}
.header-bottom {
    /* background: var(--bg-gradient-base-1); */
    background: transparent;
    /* position: relative; */
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

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

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

/* header // Block -> feedback */
header#header .head-feedback {
    display: flex;
    gap: 5px;
}

/* header // Block -> contacts // in a separate module */

/* header // Block -> callback // in a separate module */


/* 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: 26px;
}
header#header nav ul.nav li {
    position: relative;
}
header#header nav ul.nav li a.nav-link {
    font-size: var(--fz-nav-head);
    font-weight: 400;
    color: var(--color-base-1);
    background-color: transparent;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
    z-index: 53;           /* для выпадающего списка, чтобы нужно склеить его с вкладкой меню визуально */
    position: relative;   /* для выпадающего списка, чтобы нужно склеить его с вкладкой меню визуально */
}
header#header nav ul.nav li a.nav-link.is-active {
    /* text-decoration: underline; */
}
header#header nav ul.nav li a.nav-link:hover {
    text-decoration: underline;
}
header#header nav ul.nav li.nav-item.dropdown a.nav-link:hover {
    text-decoration: none;
}

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


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 {
    background-color: var(--bg-color-base-2);
    border: none;
    border-radius: 0px 0px 5px 5px;
    padding: 22px 0 5px;
    top: 35px;
    z-index: 51;
} /* для выпадающего списка, чтобы нужно склеить его с вкладкой меню визуально */
header#header nav ul.nav li.nav-item.dropdown ul.dropdown-menu::before {
    content: '';
    display: block;
    position: absolute;
    width: 102px;
    height: 50px;
    top: -46px;
    left: 0px;
    border-radius: 20px 20px 0 0;
    background: var(--bg-color-main-2);
    z-index: 51;
} /* для выпадающего списка, чтобы нужно склеить его с вкладкой меню визуально */

.not-front header#header nav ul.nav li.nav-item.dropdown ul.dropdown-menu {
    border: 2px solid var(--bg-color-base-1);
    border-radius: 0 10px 10px 10px;
}

header#header nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.nav-item {
    width: 265px;
}
header#header nav ul.nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item {
    color: var(--color-base-1);
    padding: 5px 10px;
    white-space: break-spaces;
}
header#header nav ul.nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item:hover {
    background-color: var(--bg-color-base-1);
    color: var(--color-base-2);
}
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: none;
    text-decoration: underline;
}
header#header nav ul.nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item.active.is-active:hover {
    background-color: var(--bg-color-base-1);
}

/* 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: 45px;
}

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

header#header .btn-search-react button#search-toggle {
    font-size: 0;
    color: transparent;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 5px;
    
    background: var(--ml-bg-color-1);
    border: 1px solid var(--ml-stroke-color-1);
    
    display: flex;
    justify-content: center;
    align-items: center;
}
header#header .btn-search-react button#search-toggle:hover {
    background: var(--ml-bg-color-1-hover);
    border-color: var(--ml-stroke-color-1-hover);
}

header#header .btn-search-react button#search-toggle img {
    width: 18px;
    height: 18px;
    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;
    overflow: hidden;
    border-radius: 30px;
    /* 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) {
    header#header nav ul.nav {gap: 24px;}
}
@media (max-width: 1199px) {
    header#header .logo {
        max-width: 75px;
    }

    header#header .header-inner {gap: 25px;}
    header#header .nav-bar {gap: 20px;}
    header#header nav ul.nav {gap: 15px;}
}
@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 {
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px var(--bg-color-main-1);
    padding: 5px 10px;
}
#header-mob.header-move {
    background: var(--bg-color-base-1);
    box-shadow: 0px 0px 10px 0px var(--bg-color-main-1);
}

/* header-mobile // Block -> img */
#header-mob .logo {
    aspect-ratio: 77/79;
    width: auto;
    max-width: 45px;
    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: 0 0px;
}

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

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

/* header-mobile // Block -> btn-nav */
#header-mob .col-nav {
    aspect-ratio: 5/5;
    height: auto;
    width: 100%;
    max-width: 40px;
    padding: 0 5px;
}
#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;
    }
}
@media (max-width: 575px) {
    #header-mob {
        gap: 10px;
    }
    #header-mob .col-nav {
        max-width: 40px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {
    #header-mob .head-mob-content {
        padding: 0px;
    }
    #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(--bg-color-main-1);
    gap: 0px;
    /* z-index: 2000; */ /* new update */
    box-shadow: 0 5px 10px 0px; /* new update */
}

/* header-mobile // NAV -> header */
div#offcanvasNav .offcanvas-header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    
    z-index: 2010; /* new update */
    position: relative; /* new update */
    box-shadow: 0 5px 10px 0px; /* new update */
}
div#offcanvasNav .offcanvas-header .logo {
    aspect-ratio: 77/79;
    width: 100%;
    max-width: 50px;
    height: auto;
}
div#offcanvasNav .offcanvas-header .logo img {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 115/115; */
    object-fit: contain;
}

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; */ /* new update */
    z-index: 2000; /* new update */
    position: relative; /* new update */

    padding-bottom: 200px; /* чтобы виджет менеджера или cookie не закрывали информацию в меню */
    overflow-x: hidden;
}

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

div#offcanvasNav .offcanvas-body::-webkit-scrollbar {
    width: 15px;
}
div#offcanvasNav .offcanvas-body::-webkit-scrollbar-track {
    background: #454545;
}
div#offcanvasNav .offcanvas-body::-webkit-scrollbar-thumb {
    background: #fff;
}
/* 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: #fff; */
    width: 100%;
    height: 43px;
    flex-direction: row;
    border: 2px solid #fff;
    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-2);
}
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-2);
}
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%;
}
div#offcanvasNav .offcanvas-body .region.region-search form div button:hover {
    background-color: var(--bg-color-main-1);
}


/* 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;
}

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

/* 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(--bg-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);
    background-color: var(--bg-color-base-2);
    color: var(--bg-color-base-1);
    font-weight: 500;
}
#offcanvasNav li.nav-item.dropdown ul.dropdown-menu li.nav-item a.dropdown-item.is-active {
    background-color: var(--bg-color-main-2);
    color: var(--color-base-3);
    /* border: 10px solid #fff;
    border-top: 0;
    border-bottom: 0; */
}
#offcanvasNav li.nav-item.dropdown ul.dropdown-menu li.nav-item a.dropdown-item:hover {
    background-color: var(--bg-color-base-3);
    /* color: var(--color-base-2); */
}
        


/* header-mobile // NAV -> body -> contacts & social */
div#offcanvasNav .offcanvas-body .menu-contacts {
    background-color: var(--bg-color-main-1);
    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-2);
}
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: 27px;
}
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: 27px;
}
div#offcanvasNav .offcanvas-body .menu-contacts .contacts .address span::before {
    content: '';
    display: block;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/footer/address.svg) no-repeat center / contain;
    width: 20px;
    height: auto;
    aspect-ratio: 15/15;
    
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
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/phone.svg) no-repeat center / contain;
    width: 20px;
    height: auto;
    aspect-ratio: 15/15;
    
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
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) no-repeat center / contain;
    width: 20px;
    height: auto;
    aspect-ratio: 15/15;
    
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


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: 45px;
    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 {
    transform: scale(1.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%;
    padding: 13px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--fos-2-bg-color);
    color: var(--fos-2-color-base);
    border: 1px solid var(--fos-2-stroke-color);
    border: 0;
    font-size: var(--fz-btn);
    border-radius: 6px;
}
div#offcanvasNav .offcanvas-body .menu-contacts .col-callback a:hover {
    background-color: var(--fos-2-bg-color-hover);
    color: var(--fos-2-color-base-hover);
    border-color: var(--fos-2-stroke-color-hover);
}


/* 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;
    }
}









































/* G E N E R A L   S E T T I N G S // View-headers */
/* general header settings // View-headers */

/* general header settings // View-headers -> label */
.region .block .block-title {
    font-family: var(--ff-main);
    font-size: var(--fz-label-block);
    text-transform: none;
    font-weight: 500;
    color: var(--color-base-1);
    text-align: center;
    margin-bottom: 13px;
}

/* 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) {}




















/* Blocks on main page */
/* S E T T I N G - S E T // row-items */

/* setting-set // row-items */
/* setting-set // row-items -> - - - - - - - - - - - - - - - - - - - - [1] [item] */
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser {
    overflow: hidden;
    border-radius: 10px;
}
/* setting-set // row-items -> - - - - - - - - - - - - - - - - - - - - [2] [item] */


/* setting-set // row-items */
/* setting-set // row-items // img */
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-field-categories-img.field--type-image.field--label-hidden.field__item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-field-categories-img.field--type-image.field--label-hidden.field__item a::after  {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    transition: all .2s linear;
}

.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-field-categories-img.field--type-image.field--label-hidden.field__item a::after {
    /* background-color: var(--bg-color-base-1-opt-40); */
}
.view.view-catalogs.view-id-catalogs .view-content .views-row:hover .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-field-categories-img.field--type-image.field--label-hidden.field__item a::after {
    background-color: var(--bg-color-base-1-opt-40);
}




/* setting-set // row-items -> - - - - - - - - - - - - - - - - - - - - [1] [img] */
/* setting-set // row-items -> img */
.view.view-catalogs.view-id-catalogs.view-display-id-block_2 .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-field-categories-img.field--type-image.field--label-hidden.field__item {
    aspect-ratio: 370/365;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
/* setting-set // row-items -> img:hover */
.view.view-catalogs.view-id-catalogs.view-display-id-block_2 .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-field-categories-img.field--type-image.field--label-hidden.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 // row-items -> - - - - - - - - - - - - - - - - - - - - [2] [img] */
/* setting-set // row-items -> img */
/* setting-set // row-items -> img: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) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* setting-set // row-items */
/* setting-set // row-items -> title -> add */
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item {
    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,
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-dynamic-token-fieldnode-service-title-link.field--type-ds.field--label-hidden.field__item,
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item {
    position: absolute;
    bottom: 25px;
    left: 0;
    
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}

/* setting-set // row-items -> - - - - - - - - - - - - - - - - - - - - [1] [title] */
/* setting-set // row-items -> title */
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.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); */
    font-size: var(--fz-cards-title);
    font-weight: 700;
    color: var(--color-base-1);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 41px; */   /* height font and paddings */
    min-height: 25px;
    max-height: 50px;
    margin-bottom: 0;
    width: 100%;
    padding: 0px 5px;
    transition: all .2s linear;
}
.view.view-catalogs.view-id-catalogs .view-content .views-row:hover .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 {
    color: var(--color-main-2);
}


.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.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;
    width: 100%;
    display: block;
    text-align: center;
}
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.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;
}

.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 a > * {
    margin: 0;
}

/* setting-set // row-items -> - - - - - - - - - - - - - - - - - - - - [2] [title] */
/* setting-set // row-items -> title */
.view.view-gallery-categories.view-id-gallery_categories .view-content .views-row .node.node--type-videogallery.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h3 {
    /* font-size: var(--fz-cards-title-products); */
}


/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 {
        min-height: 22px;
        max-height: 45px;
    }
}
@media (max-width: 991px) {
    .view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 {
        min-height: 25px;
        max-height: 50px;
    }
}
@media (max-width: 767px) {
    .view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 {
        min-height: 22px;
        max-height: 45px;
    }
}
@media (max-width: 575px) {
    .view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 {
        min-height: 20px;
        max-height: 40px;
    }
}
@media (max-width: 460px) {
    .view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 {
        min-height: 22px;
        max-height: 40px;
    }
}
@media (max-width: 350px) {
    .view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 {
        min-height: 20px;
        max-height: 40px;
    }
}




























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

/* setting-set // Pages -> content -> margin block */
.node.node--type-photogallery.node--view-mode-full .field.field--name-field-photogallery-description.field--type-text-long.field--label-hidden.field__item,
.node.node--type-photogallery.node--view-mode-full .field.field--name-field-photogallery-photo-set.field--type-image.field--label-hidden.field__items,
.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;
}

/* setting-set // Pages -> content -> text */
.node.node--type-photogallery.node--view-mode-full .field.field--name-field-photogallery-description.field--type-text-long.field--label-hidden.field__item > * + *,
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-default .field.field--name-field-about-description.field--type-text-long.field--label-hidden.field__item > * + *,
.node.node--type-page.node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item > * + * {
    margin-top: 10px;
}
.node.node--type-photogallery.node--view-mode-full .field.field--name-field-photogallery-description.field--type-text-long.field--label-hidden.field__item > *,
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-default .field.field--name-field-about-description.field--type-text-long.field--label-hidden.field__item > *,
.node.node--type-page.node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item > * {
    margin-bottom: 0;
}

/* setting-set // 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-photogallery.node--view-mode-default .field.field--name-field-photogallery-photo-set.field--type-image.field--label-hidden.field__items .field__item,
.node.node--type-page-photo-set .field.field--name-field-pages-photo-set.field--type-image.field--label-hidden.field__items .field__item {
    aspect-ratio: 370/370;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

/* 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) {
    .node.node--type-photogallery.node--view-mode-full .field.field--name-field-photogallery-description.field--type-text-long.field--label-hidden.field__item,
    .node.node--type-photogallery.node--view-mode-full .field.field--name-field-photogallery-photo-set.field--type-image.field--label-hidden.field__items,
    .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-about-description.field--type-text-long.field--label-hidden.field__item > *
    .node.node--type-page.node--view-mode-full .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) {}





















































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

/* banner // Block -> content */
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser {position: relative;}
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
    width: 100%;
    height: 100%;
    min-height: 590px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* banner // Block -> content -> bg-img */
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .field.field--name-field-banner-bg-img.field--type-image.field--label-hidden.field__item {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    inset: 0;
}
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .field.field--name-field-banner-bg-img.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .field.field--name-field-banner-bg-img.field--type-image.field--label-hidden.field__item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-gradient-base-1);
}

/* banner // Block -> content -> inner */
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
    position: relative;
    z-index: 2;
    /* padding: 155px 13px; */
    max-width: 550px;
    padding: 128px 0px 128px;
}

/* banner // Block -> content -> inner -> title */
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h1 {
    /* line-height: 1.35; */
    max-width: 465px;
    color: var(--bg-color-main-2);
}
/* banner // Block -> content -> inner -> subtitle */
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-field-banner-subtitle.field--type-text-long.field--label-hidden.field__item {
    font-size: var(--fz-h1-subtitle);
    color: var(--color-base-2);
    margin-bottom: 10px;
    font-weight: 500;
}
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-field-banner-subtitle.field--type-text-long.field--label-hidden.field__item > * {
    margin: 0;
}
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-field-banner-subtitle.field--type-text-long.field--label-hidden.field__item > * + * {
    margin-top: 5px;
}
/* banner // Block -> content -> inner -> text */
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-field-banner-text.field--type-text-long.field--label-hidden.field__item {
    color: var(--color-base-2);
    margin-top: 13px;
    max-width: 465px;
}
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-field-banner-text.field--type-text-long.field--label-hidden.field__item > * {
    margin: 0;
}
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-field-banner-text.field--type-text-long.field--label-hidden.field__item > * + * {
    margin-top: 5px;
}
/* banner // Block -> content -> inner -> btn */
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-dynamic-token-fieldnode-btn-leave-request.field--type-ds.field--label-hidden.field__item {
    margin-top: 30px;
    display: flex;
}
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-dynamic-token-fieldnode-btn-leave-request.field--type-ds.field--label-hidden.field__item a {
    padding: 13px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--btn-2-bg-color-1);
    color: var(--btn-2-color-1);
    border: 1px solid var(--btn-2-stroke-color-1);
    font-size: var(--fz-btn);
    border-radius: 5px;
    /* text-transform: uppercase; */
    line-height: 1;
    width: 100%;
    max-width: 270px;
    text-decoration: none;
    height: 46px;
}
.view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-dynamic-token-fieldnode-btn-leave-request.field--type-ds.field--label-hidden.field__item a:hover {
    background: var(--btn-2-bg-color-1-hover);
    color: var(--btn-2-color-1-hover);
    border: 1px solid var(--btn-2-stroke-color-1-hover);
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h1 {
        max-width: 445px;
    }
}
@media (max-width: 991px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h1 {
        max-width: 415px;
    }
}
@media (max-width: 767px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h1 {
        max-width: 380px;
    }
}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner .field.field--name-dynamic-token-fieldnode-btn-leave-request.field--type-ds.field--label-hidden.field__item a {
        max-width: 100%;
    }
}
@media (max-width: 350px) {}


/* banner // C O N T E N T - B G */

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 500px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 100px 0px 100px;
    }
}
@media (max-width: 991px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 450px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 80px 0px 80px;
    }
}
@media (max-width: 767px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 400px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 70px 0px 70px;
    }
}
@media (max-width: 575px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 450px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 75px 0px 75px;
    }
}
@media (max-width: 460px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 400px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 55px 0px 55px;
    }
}
@media (max-width: 350px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 350px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 35px 0px 35px;
    }
}

/* @media (max-height: 900px) {} */
@media (min-width: 1200px) and (max-height: 799px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 500px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 100px 0px 100px;
    }
}
@media (min-width: 1200px) and (max-height: 649px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 450px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 70px 0px 70px;
    }
}

@media (max-width: 1199px) and (max-height: 799px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 450px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 75px 0px 75px;
    }
}
@media (max-width: 1199px) and (max-height: 649px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 400px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 50px 0px 50px;
    }
}

@media (max-width: 991px) and (max-height: 799px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 400px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 55px 0px 55px;
    }
}
@media (max-width: 991px) and (max-height: 649px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 350px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 55px 0px 55px;
    }
}

@media (max-width: 767px) and (max-height: 799px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 400px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 50px 0px 50px;
    }
}
@media (max-width: 767px) and (max-height: 649px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 350px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 50px 0px 50px;
    }
}

@media (max-width: 575px) and (max-height: 799px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 350px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 50px 0px 50px;
    }
}
@media (max-width: 575px) and (max-height: 649px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 400px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 50px 0px 50px;
    }
}

@media (max-width: 460px) and (max-height: 799px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 375px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 45px 0px 45px;
    }
}
@media (max-width: 460px) and (max-height: 649px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 350px;
    }
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content .content-inner {
        padding: 45px 0px 45px;
    }
}

@media (max-width: 350px) and (max-height: 799px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 350px;
    }
}
@media (max-width: 350px) and (max-height: 649px) {
    .view.view-banner.view-id-banner .view-content .views-row .node.node--type-banner.node--view-mode-teaser .content {
        min-height: 350px;
    }
}












/* A B O U T // Block */
/* about // Block */
#about-block {
    background: var(--bg-color-base-3);
    padding: 50px 0;
}

#about-block .region.region-about {
    position: relative;
}

.region.region-about .block .block-title {
    text-align: start;
    position: absolute;
    top: 0;
    left: 0;
}

/* about // Block -> header */
.view.view-about.view-id-about .view-header {
    position: absolute;
    top: 27px;
    max-width: 570px;
}
.view.view-about.view-id-about .view-header .view-header-inner {
    display: flex;
    align-items: flex-start;
    text-align: start;
}

/* about // Block -> content */
.view.view-about.view-id-about {position: relative;}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser {}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about {}

/* about // Block -> content -> Left */
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-left {}

/* about // Block -> content -> Left -> description */
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-left .field.field--name-field-about-description-mini {
    margin-top: 120px;
}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-left .field.field--name-field-about-description-mini > * {
    margin-bottom: 0;
}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-left .field.field--name-field-about-description-mini > * + * {
    margin-top: 15px;
}

/* about // Block -> content -> Left -> btn */
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-left .field.field--name-dynamic-token-fieldnode-btn-more-about.field--type-ds.field--label-hidden.field__item {
    margin-top: 30px;
}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-left .field.field--name-dynamic-token-fieldnode-btn-more-about.field--type-ds.field--label-hidden.field__item a {
    padding: 13px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--btn-1-bg-color-1);
    color: var(--btn-1-color-base-1);
    border: 1px solid var(--btn-1-stroke-color-1);
    font-size: var(--fz-btn);
    border-radius: 5px;
    /* text-transform: uppercase; */
    line-height: 1;
    width: 100%;
    max-width: 270px;
    text-decoration: none;
    height: 46px;
}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-left .field.field--name-dynamic-token-fieldnode-btn-more-about.field--type-ds.field--label-hidden.field__item a:hover {
    background: var(--btn-1-bg-color-1-hover);
    color: var(--btn-1-color-base-1-hover);
    border-color: var(--btn-1-stroke-color-1-hover);
}

/* about // Block -> content -> Right */
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-right {}

/* about // Block -> content -> Right -> img */
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-right .field.field--name-field-about-img-main.field--type-image.field--label-hidden.field__item {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    min-height: 390px;
}
.view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-right .field.field--name-field-about-img-main.field--type-image.field--label-hidden.field__item img {}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {
    #about-block {
        padding: 40px 0;
    }
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-right .field.field--name-field-about-img-main.field--type-image.field--label-hidden.field__item {
        margin-top: 20px;
        max-height: 500px;
    }
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-left .field.field--name-field-about-description-mini {
        margin-top: 110px;
    }
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-left .field.field--name-dynamic-token-fieldnode-btn-more-about.field--type-ds.field--label-hidden.field__item {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-right .field.field--name-field-about-img-main.field--type-image.field--label-hidden.field__item {
        max-height: 300px;
        min-height: 300px;
    }
}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    #about-block {
        padding: 30px 0;
    }
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-left .field.field--name-dynamic-token-fieldnode-btn-more-about.field--type-ds.field--label-hidden.field__item a {
        max-width: 100%;
    }
    .view.view-about.view-id-about .view-content .views-row .node.node--type-about.node--view-mode-teaser .about .about-right .field.field--name-field-about-img-main.field--type-image.field--label-hidden.field__item {
        max-height: 200px;
        min-height: 200px;
    }

}
@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 */  /* if you create a material type and view-display */
/* benefits // Block */
div#benefits-block {
    position: relative;
}

/* benefits // Block -> content */
.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items {
    --cols: 3;
    --gap: 20px;
    --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 .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items::after {
    display: none;
}

/* benefits // Block -> content -> item */
.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items .field__item {
    background: var(--bg-color-base-3);
    border-radius: 10px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items .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-set.field--type-text-long.field--label-hidden.field__items .field__item > * + * {
    margin-top: 8px;
}

/* benefits // Block -> content -> item -> title */
.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items .field__item h3 {
    font-size: var(--fz-cards-title);
    text-align: center;
    font-weight: 700;
}

/* benefits // Block -> content -> item -> text */
.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items .field__item p {
    text-align: center;
}

/* benefits // Block -> content -> item -> icon */
.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items .field__item::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}
.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items .field__item:nth-child(n+1):before {
    background: url(/sites/all/themes/vesta_theme/image/custom-images/benefits/benefit-01.svg) no-repeat center / contain;
}
.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items .field__item:nth-child(n+2):before {
    background: url(/sites/all/themes/vesta_theme/image/custom-images/benefits/benefit-02.svg) no-repeat center / contain;
}
.view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items .field__item:nth-child(n+3):before {
    background: url(/sites/all/themes/vesta_theme/image/custom-images/benefits/benefit-03.svg) no-repeat center / contain;
}



/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items {
        --row-gap: 20px;
        --column-gap: 20px;
    }
    .view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items .field__item {
        padding: 25px 15px;
    }
}
@media (max-width: 991px) {
    .view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items {
        --row-gap: 15px;
        --column-gap: 15px;
    }
    .view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items .field__item {
        padding: 20px 15px;
    }
}
@media (max-width: 767px) {
    .view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items {
        --row-gap: 15px;
        --column-gap: 15px;
        --cols: 1;
    }
    .view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items .field__item {
        padding: 20px 55px;
    }
}
@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-set.field--type-text-long.field--label-hidden.field__items .field__item {
        padding: 20px 35px;
    }
}
@media (max-width: 460px) {
    .view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items {
        --row-gap: 10px;
        --column-gap: 10px;
    }
    .view.view-benefits.view-id-benefits .view-content .views-row .node.node--type-benefits.node--view-mode-teaser .field.field--name-field-benefits-set.field--type-text-long.field--label-hidden.field__items .field__item {
        padding: 15px 15px;
    }
}
@media (max-width: 350px) {}



























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

/* catalog // Block -> content */
.view.view-catalogs.view-id-catalogs {}
.view.view-catalogs.view-id-catalogs .view-header {}

/* catalog // Block -> content -> item */

.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser {
    position: relative;
}
/* catalog // Block -> content -> item -> img */
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-field-categories-image.field--type-image.field--label-hidden.field__item {}
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .field.field--name-field-categories-image.field--type-image.field--label-hidden.field__item img {}
/* catalog // Block -> content -> item -> inner */
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .content-inner {}
/* catalog // Block -> content -> item -> inner -> title */
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .content-inner .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item {}
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .content-inner .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 {}
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .content-inner .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 a {}
/* catalog // Block -> content -> item -> inner -> more-link */
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .content-inner .field.field--name-taxonomy-term-link.field--type-ds.field--label-hidden.field__item {}
.view.view-catalogs.view-id-catalogs .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-products.taxonomy-term--view-mode-teaser .content-inner .field.field--name-taxonomy-term-link.field--type-ds.field--label-hidden.field__item a {}

/* 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) {
    .front #catalog-block .view.view-catalogs.view-id-catalogs .view-content .views-row:nth-child(n+5) {
        display: none;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* C A T A L O G // Page */
/* catalog // 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) {}












/* .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser */

/* .view.view-products.view-id-products */


/* C A T A L O G // Card's Page */
/* catalog // Card's Page */
body.not-front.body-view.body-view--catalog_fabritex,
body.not-front.body-taxonomy-term.body-taxonomy-term--catalog_fabritex {
    background-color: var(--color-base-1);
    color: var(--color-base-2);
}
body.not-front.body-view.body-view--catalog_fabritex h1,
body.not-front.body-taxonomy-term.body-taxonomy-term--catalog_fabritex h1 {
    color: var(--color-base-2);
}

/* catalog // Page -> content */
.view.view-products.view-id-products {}

.view.view-products.view-id-products .view-content {
    /* display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center; */
}

.view.view-products.view-id-products .view-content .views-row {
    /* aspect-ratio: 540/400; */
    /* height: auto; */
    /* width: 32.5%; */
    position: relative;
    /* overflow: hidden; */
}

/* catalog // Page -> content */
.view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser,
.view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser {
    position: relative;
}

/* catalog // Page -> content -> img */
.view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser {}
.view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser .field.field--name-field-product-img-main.field--type-image.field--label-hidden.field__item {
    aspect-ratio: 370 / 365;
    border-radius: 10px;
    overflow: hidden;
}
.view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser .field.field--name-field-product-img-main.field--type-image.field--label-hidden.field__item img {}

/* catalog // Page -> content -> text-inner */
.view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser-info {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 150px; */
    /* background-color: var(--color-base-1-opt-50); */
    /* color: var(--color-base-2); */
    /* padding: 10px 20px 30px; */
    /* transform: translateY(100px); */
    /* transition: all 0.5s linear; */
    /* max-width: 100%; */
    margin-top: 10px;
}
.view.view-products.view-id-products .view-content .views-row:hover .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser-info {
    /* transform: translateY(30px); */
    /* transition: all 0.2s linear; */
}

/* catalog // Page -> content -> title */
.view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser-info h3 {
    font-weight: 700;
    /* font-style: italic; */
    /* line-height: 1.4; */
    color: var(--color-base-1);
    text-decoration: none;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 32px; */
    min-height: 25px;
    max-height: 50px;
}
.view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser-info h3:hover {
    text-decoration: underline;
}

.view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser-info h3 a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    display: block;
}
.view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser-info h3 a:hover {
    text-decoration: underline;
}

/* catalog // Page -> content -> subtitle */
.view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser-info .field.field--name-price.field--type-commerce-price.field--label-hidden.field__item {
    font-size: var(--fz-catalog-subtitle);
    width: 100%;
    max-width: 325px;
    font-weight: 600;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    max-height: 40px;
}

/* MEDIA SIZE */

/* MEDIA SIZE */
@media (max-width: 1699px) {}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    /* .view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser-info {
        transform: translateY(20px);
    }
    .view.view-products.view-id-products .view-content .views-row:hover .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser-info {
        transform: translateY(0px);
    } */
}
@media (max-width: 575px) {
    .view.view-products.view-id-products .view-content .views-row {
        /* aspect-ratio: 328/230; */
    }
    .view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser .field.field--name-field-product-img-main.field--type-image.field--label-hidden.field__item,
    .view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser .field.field--name-field-product-img-main.field--type-image.field--label-hidden.field__item img {
        /* aspect-ratio: 328/230; */
    }
    .view.view-products.view-id-products .view-content .views-row .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser .field.field--name-field-product-img-main.field--type-image.field--label-hidden.field__item {
        max-width: 100%;
    }
}
@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-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full {}

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

/* catalog // Product Card's Page -> content -> UP -> Left */
.commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image {
    max-width: initial;
    width: 100%;
}

/* catalog // Product Card's Page -> content -> Up -> Left -> slider product photo set */
.commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .field.field--name-field-product-photo.field--type-image.field--label-hidden.field__item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    /* display: grid; */
    /* grid-template-columns: 68fr 13fr; */
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 100 / 100;
}
.commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .field.field--name-field-product-photo.field--type-image.field--label-hidden.field__item a {
    width: 100%;
    height: 100%;
}
.commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .field.field--name-field-product-photo.field--type-image.field--label-hidden.field__item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* catalog // Product Card's Page -> content -> Up -> Left -> slider product photo set -> main photo */
.commerce-product.commerce-product--type-product-steklotara48.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-product-steklotara48.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;
    /* max-width: 570px; */
}
.commerce-product.commerce-product--type-product-steklotara48.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-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__big .field.field--name-field-product-photo.field--type-image.field--label-hidden.field__item {
    width: 100%;
    height: 100%;
}
.commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__big .field__item {
    width: 100%;
    height: 100%;
    transition: opacity .3s;
}

.commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__big 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-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .slider-prev,
.commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .slider-next {
    position: absolute;
    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-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .slider-prev:hover,
.commerce-product.commerce-product--type-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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;
}
.commerce-product.commerce-product--type-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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 -> price */
.commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-price.field--type-commerce-price.field--label-hidden.field__item {
    font-size: var(--fz-catalog-subtitle);
    width: 100%;
    /* max-width: 215px; */
    word-break: break-word;
    font-weight: 600;
    line-height: 1.25;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* height: 40px; */
    /* max-height: 40px; */
}

/* catalog // Product Card's Page -> content -> Up -> Right -> variations */
.commerce-product.commerce-product--type-product-steklotara48.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-product-steklotara48.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;
}

/* catalog // Product Card's Page -> content -> Up -> Right -> variations -> select quantity */
.commerce-product.commerce-product--type-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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-product-steklotara48.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/sliders/arrow-btn-left.svg) no-repeat center / contain;
}
.commerce-product.commerce-product--type-product-steklotara48.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/sliders/arrow-btn-right.svg) no-repeat center / contain;
}

/* catalog // Product Card's Page -> content -> Up -> Right -> variations -> btn for cart */
.commerce-product.commerce-product--type-product-steklotara48.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-top: 30px;
}
.commerce-product.commerce-product--type-product-steklotara48.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: 270px;
    height: 46px;
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--btn-1-color-base-1);
    background-color: var(--btn-1-bg-color-1);
    border: 1px solid var(--btn-1-stroke-color-1);
    font-weight: 500;
    font-size: var(--fz-btn);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.commerce-product.commerce-product--type-product-steklotara48.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 {
    color: var(--btn-1-color-base-1-hover);
    background-color: var(--btn-1-bg-color-1-hover);
    border-color: var(--btn-1-stroke-color-1-hover);
}
/* .commerce-product.commerce-product--type-product-steklotara48.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-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper {
    margin-top: 30px;
    /* background: var(--bg-color-base-1); */
    /* padding: 5px; */
    border-radius: 10px;
}

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

/* catalog // Product Card's Page -> content -> DOWN -> tabs *//* webkit-scrollbar */
.commerce-product.commerce-product--type-product-steklotara48.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-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs::-webkit-scrollbar-track {
    background: var(--bg-color-base-4);
    border-radius: 0 0 10px 10px;
}
.commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs::-webkit-scrollbar-thumb {
    background: var(--color-main-2);
    border-radius: 0 0 10px 10px;
}
/* .commerce-product.commerce-product--type-product-steklotara48.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-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list {
    /* background-color: var(--bg-color-base-4); */
    /* border-bottom: 5px solid var(--bg-color-base-1); */
    background: none;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    min-width: 500px;
}

.commerce-product.commerce-product--type-product-steklotara48.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-3);
    color: var(--color-base-1);
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.commerce-product.commerce-product--type-product-steklotara48.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(--btn-1-bg-color-1);
    color: var(--btn-1-color-base-1);
    border: none;
}
.commerce-product.commerce-product--type-product-steklotara48.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(--btn-1-bg-color-1-hover);
    color: var(--btn-1-color-base-1-hover);
}
.commerce-product.commerce-product--type-product-steklotara48.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;
}

/* catalog // Product Card's Page -> content -> DOWN -> tabs -> tab description */
.commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes {
    padding: 5px;
    border-radius: 0 10px 10px 10px;
    border: 5px solid var(--btn-1-stroke-color-1);
    /* border-top: none; */
}

.commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details {
    padding: 0px;
}
.commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body {}

.commerce-product.commerce-product--type-product-steklotara48.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-product-steklotara48.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;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser {
        gap: 20px;
    }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser {
        display: flex;
        flex-direction: column-reverse;
    }
    .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info h1.product-title {
        display: none;
    }
    .commerce-product.commerce-product--type-product-steklotara48.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .field.field--name-field-product-photo.field--type-image.field--label-hidden.field__item {
        aspect-ratio: 150 / 100;
    }
}
@media (max-width: 575px) {
    .commerce-product.commerce-product--type-product-steklotara48.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: 5px;
    }
    .commerce-product.commerce-product--type-product-steklotara48.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-product-steklotara48.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-top: 20px;
    }
}
@media (max-width: 460px) {
    .commerce-product.commerce-product--type-product-steklotara48.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: 0px;
    }
    .commerce-product.commerce-product--type-product-steklotara48.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'] {
        gap: 10px;
        justify-content: center;
    }
    .commerce-product.commerce-product--type-product-steklotara48.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%;
        height: 50px;
    }
}
@media (max-width: 350px) {}







/* C A T A L O G // MODE: in the HEADER-menu */
/* catalog // MODE: in the HEADER-menu */

/* header#header .nav-search div[id^='block-vesta-theme-views-block-catalogs-block'] {
    position: relative;
}

header#header .nav-search div[id^='block-vesta-theme-views-block-catalogs-block'] .block-title {
    font-size: var(--fz-nav-head);
    font-weight: 500;
    color: var(--color-base-2);
    background-color: var(--bg-color-base-7);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 11px 20px;
    line-height: 1;
    width: 200px;
    text-transform: none;
    border-bottom: 1px solid var(--bg-color-base-2);
    cursor: pointer;

    position: relative;
    z-index: 53;
}
header#header .nav-search div[id^='block-vesta-theme-views-block-catalogs-block'] .block-title:hover {
    background: #612995;
}

header#header .nav-search div[id^='block-vesta-theme-views-block-catalogs-block'] .block-title::after {
    content: '';
    display: block;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/tools/menu/arrows/menu-arrow-menu-white.svg) no-repeat center / contain;
    width: 15px;
    height: 10px;
    border: none !important;
    margin-left: 10px;
}
header#header .nav-search div[id^='block-vesta-theme-views-block-catalogs-block'] .block-title:hover::after {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/menu/arrows/menu-arrow-menu-white.svg);
}

header#header .nav-search div[id^='block-vesta-theme-views-block-catalogs-block'] .view.view-catalogs.view-id-catalogs {
    position: absolute;
    top: 43px;
    z-index: 51;
    display: none;
}
header#header .nav-search div[id^='block-vesta-theme-views-block-catalogs-block']:hover .view.view-catalogs.view-id-catalogs {
    display: block;
}

header#header .nav-search div[id^='block-vesta-theme-views-block-catalogs-block'] .view.view-catalogs.view-id-catalogs .view-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 6px 0;
    background: var(--bg-color-base-7);
    border-top: 1px solid var(--bg-color-base-2);
}

header#header .nav-search div[id^='block-vesta-theme-views-block-catalogs-block'] .view.view-catalogs.view-id-catalogs .view-content .views-row .views-field.views-field-name a {
    line-height: 1;
    font-size: var(--fz-nav-head);
    font-weight: 400;
    color: var(--color-base-2);
    background-color: var(--bg-color-base-7);
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 20px;
    width: 200px;
    text-transform: none;
    text-decoration: none;
}
header#header .nav-search div[id^='block-vesta-theme-views-block-catalogs-block'] .view.view-catalogs.view-id-catalogs .view-content .views-row .views-field.views-field-name a:hover {
    background: #612995;
} */

/* 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 R V I C E S // Page */
/* services // Page */

/* services // Page -> content */
.view.view-services.view-id-services {}
.view.view-services.view-id-services .view-content {}
/* services // Page -> content -> item */
.view.view-services.view-id-services .view-content .views-row {}
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser {}

/* services // Page -> content -> item -> 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 {}

/* services // Page -> content -> item -> inner */
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .content-inner {}

/* services // Page -> content -> item -> inner -> 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 {}
.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 h3 {}
.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 h3 a {}

/* services // Page -> content -> item -> inner -> text */
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-field-service-description.field--type-text-long.field--label-hidden.field__item {}

/* services // Page -> content -> item -> inner -> btn's */
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-dynamic-token-fieldnode-btn-more-catalog-2.field--type-ds.field--label-hidden.field__item {}
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-dynamic-token-fieldnode-btn-more-catalog-2.field--type-ds.field--label-hidden.field__item a {}

.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item {}
.view.view-services.view-id-services .view-content .views-row .node.node--type-services.node--view-mode-teaser .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item a {}

/* 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 R V I C E S // Block */
/* services // 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) {}



/* S E R V I C E S // Card Page */
/* services // 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) {}












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

/* shares // Page -> content */
.view.view-shares.view-id-shares {}

.node.node--type-shares.node--view-mode-teaser {}



/* 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 // Block */
/* shares // 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) {}



/* 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) {}











































/* G A L L E R Y - P H O T O // Block */
/* gallery - photo // Block */


/* gallery - photo // Block -> content */
.view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser {}

.view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
}

/* gallery - photo // Block -> content -> columns */
.view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner .content-left,
.view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner .content-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* gallery - photo // Block -> content -> columns -> img */
.view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner .field.field--type-image.field__item {
    border-radius: 10px;
    overflow: hidden;
}

.view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner .field.field--name-field-photogallery-main-img-1,
.view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner .field.field--name-field-photogallery-main-img-4 {
    aspect-ratio: 570/400;
}
.view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner .field.field--name-field-photogallery-main-img-2,
.view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner .field.field--name-field-photogallery-main-img-3 {
    aspect-ratio: 570/330;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner,
    .view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner .content-left,
    .view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner .content-right {
        gap: 20px;
    }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    .view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner,
    .view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner .content-left,
    .view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner .content-right {
        gap: 15px;
    }
}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    .view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner,
    .view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner .content-left,
    .view.view-photogallery.view-id-photogallery .view-content .views-row .node.node--type-photogallery.node--view-mode-teaser .content-inner .content-right {
        gap: 10px;
    }
}
@media (max-width: 350px) {}
























/* F O R M - M A P */
.form-map {
    padding: 50px 0;
    background: var(--bg-color-base-3);
}

.form-map .form-map-inner {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 30px;
}

/* .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) {
    .form-map .form-map-inner {
        grid-template-columns: 5.5fr 6.5fr;
        gap: 20px;
    }
}
@media (max-width: 991px) {
    .form-map {padding: 40px 0;}
    .form-map .form-map-inner {
        grid-template-columns: 6fr 6fr;
    }
}
@media (max-width: 767px) {
    .form-map .form-map-inner {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    .form-map {padding: 30px 0;}
}
@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::before {
    content: '';
    display: block;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/form/bg-form.jpg) no-repeat center / cover;
    /* border-radius: 40px; */
    /* min-width: 1767px; */
    /* max-width: 1767px; */
    width: auto;
    /* min-height: 754px; */
    height: 100%;
    width: 100%;
    aspect-ratio: 1921/754;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    /* transform: translateX(-50%); */
}

#form-block .region.region-form {
    position: relative;
    z-index: 2;
    margin: 70px 0 70px;
}

/* form // Block -> Text to form */
#form-block .region.region-form .block-title {
    color: var(--color-base-2);
    margin-bottom: 15px;
}

div#block-vesta_theme_tekstkforme {}

.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: center;
    gap: 20px;
    color: var(--color-base-1);
    margin-bottom: 35px;
}
.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-2);
    /* 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: 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: 600;
}
.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 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: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    font-family: var(--ff-form);

    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    grid-template-areas:
        'a b f d'
        'c c c c';
    align-items: start;
    column-gap: 30px;
    row-gap: 35px;
    justify-items: center;
}

/* form // Block -> form -> js-form-item */
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item {
    margin-bottom: 0px;
    position: relative;
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-name.form-item-name {
    grid-area: a;
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-phone.form-item-phone {
    grid-area: b;
}
/* 'grid-area' for mail */
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-email.form-item-email {
    grid-area: e;
}
/* 'grid-area' for comment */
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-message.form-item-message {
    grid-area: f;
}

.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy.form-item-privacy.form-no-label {
    grid-area: c;
}


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

/* form // Block -> form -> inputs -> name, phone */
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item input {
    margin: 0;
    height: 50px;
    border: none;
    line-height: 1;
    border-radius: 5px;
    border: 1px solid var(--bg-color-base-2);
    padding: 15px 15px 14px;
    background-color: var(--bg-color-base-2-opt-10);
    color: var(--color-base-2);
    font-family: var(--ff-form);
    font-size: var(--fz-form-input);
    position: relative;
    z-index: 2;
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item input::placeholder {
    color: var(--color-base-2);
    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: 5px;
    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: 50px;
    min-height: 50px;
    max-height: 50px;
    border: none;
    line-height: 1;
    border-radius: 5px;
    border: 1px solid var(--bg-color-base-2);
    padding: 16px 15px 14px;
    background-color: var(--bg-color-base-2-opt-10);
    color: var(--color-base-2);
    font-family: var(--ff-form);
    font-size: var(--fz-form-input);
    font-weight: 400;
    
    white-space: nowrap;
    overflow: clip;
}
.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: var(--color-base-2);
    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: #fff;
    border-radius: 0 5px 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);
    cursor: pointer;
}
/* .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: 0px 0;
    display: grid;
    grid-template-columns: 20px 11fr;
    grid-template-areas:
        'a b'
        'c c';
    row-gap: 2px;
    column-gap: 20px;
    align-items: center;
    font-size: var(--fz-form-cheakbox);
    max-width: 850px;
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
    width: 20px;
    height: 20px;
    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);
    color: var(--color-main-2);
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a {
    color: inherit;
    text-decoration: none;
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description:hover a {
    text-decoration: inherit;
}
.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;
    grid-area: d;
}
.form-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"] {
    border-radius: 5px;
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: var(--fz-form-btn);
    font-family: var(--ff-form);
    
    position: relative;
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    
    color: var(--fos-2-color-base);
    background-color: var(--fos-2-bg-color);
    border-width: 1px;
    border-style: solid;
    border-color: var(--fos-2-stroke-color);
}
.form-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"]:hover {
    color: var(--fos-2-color-base-hover);
    background-color: var(--fos-2-bg-color-hover);
    border-color: var(--fos-2-stroke-color-hover);
}

/* 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-2);
    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: 400;
    font-size: 18px;
}

.form-block .webform-confirmation {
    margin-top: 0px;
    min-width: 400px;
}
.form-block .webform-confirmation__message,
.form-block .webform-confirmation__back {
    color: var(--color-main-2);
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}

.form-block .webform-confirmation__message h2,
.form-block .webform-confirmation__back h2 {
    color: var(--color-main-2);
    margin-bottom: 20px;
}
.form-block .webform-confirmation__message h2 span,
.form-block .webform-confirmation__back h2 span {
    color: inherit;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .form-block .webform-ajax-form-wrapper form {
        grid-template-columns: 3fr 3fr 4fr 2fr;
        grid-template-areas:
            'a b f d'
            'c c c c';
        column-gap: 20px;
        row-gap: 25px;
    }
}
@media (max-width: 991px) {
    #form-block .region.region-form {margin: 50px 0 50px;}
    .form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        margin-bottom: 25px;
    }
    .form-block .webform-ajax-form-wrapper form {
        grid-template-columns: inherit;
        grid-template-areas: initial;
        column-gap: 10px;
        row-gap: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .form-block .webform-ajax-form-wrapper form .js-form-item.form-item {
        width: 100%;
    }
    .form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea {
        white-space: normal;
        overflow-y: auto;
        height: 50px;
        min-height: 75px;
        max-height: 150px;
    }
}
@media (max-width: 767px) {
    .form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
        grid-template-columns: 20px 11fr;
        column-gap: 8px;
    }
    .form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 575px) {
    .form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
        grid-template-columns: 30px 11fr;
        column-gap: 10px;
    }
    .form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 460px) {
    .form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        margin-bottom: 20px;
    }
    #form-block .region.region-form {margin: 30px 0 30px;}
}
@media (max-width: 350px) {}












/* F O R M // Block in catalog */

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

div#catalog-block .region.region-catalog {
    position: relative;
    z-index: 2;
}
div#catalog-block .region.region-catalog div#block-vesta-theme-views-block-catalogs-block-2 {
    position: relative;
    /* z-index: 50; */
}


.catalog-block div#block-vesta-theme-vebforma-2 {
    /* background: var(--bg-color-base-3); */
    /* padding: 19px 21px; */
    /* position: absolute;
    right: 0;
    bottom: 76px;
    aspect-ratio: 370 / 365;
    max-width: 32%;
    overflow: hidden;
    border-radius: 10px; */

    /* display: grid; */
    /* grid-template-areas: 'a c b'; */
    /* grid-template-columns: 4fr 4fr 4fr; */
    /* gap: 30px; */
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 76px; */
    /* width: 100%; */
    
    display: grid;
    grid-template-areas:
        /* 'g g g' */
        'd e f'
        'a c b';
    grid-template-columns: 4fr 4fr 4fr;
    grid-template-rows: 4fr 4fr;
    /* grid-template-rows: 180px 4fr 4fr; */
    gap: 30px;
    position: absolute;
    right: 0;
    bottom: 76px;
    width: 100%;
    /* height: 100%; */
    height: auto;
    aspect-ratio: 1176 / 764;
    /* z-index: 49; */

    pointer-events: none;
}

/* form // Block in catalog  -> Text to form */
div#catalog-block .region.region-catalog .block-title {
    color: var(--color-base-1);
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 500;
}

/* form // Block in catalog  -> content */
.catalog-block div#block-vesta-theme-vebforma-2 div.webform-ajax-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    display: grid;
    grid-area: b;

    pointer-events: auto;

    background: var(--bg-color-base-3);
    padding: 19px 21px;
    overflow: hidden;
    border-radius: 10px;
}

/* form // Block in catalog  -> form */
.catalog-block .webform-ajax-form-wrapper form {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    font-family: var(--ff-form);
    
    /* background: var(--bg-color-base-3); */
    /* padding: 19px 21px; */
    /* overflow: hidden; */
    /* border-radius: 10px; */

    /* display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    grid-template-areas:
        'a b f d'
        'c c c c';
    align-items: start;
    column-gap: 30px;
    row-gap: 35px;
    justify-items: center; */
}

/* form // Block in catalog  -> form -> js-form-item */
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item {
    margin-bottom: 8px;
    position: relative;
}

.catalog-block .webform-ajax-form-wrapper form div#edit-processed-text {
    margin-bottom: 18px;
    text-align: center;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.catalog-block .webform-ajax-form-wrapper form div#edit-processed-text h3 {
    max-width: 216px;
}

.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-name.form-item-name {
    grid-area: a;
}
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-phone.form-item-phone {
    grid-area: b;
}
/* 'grid-area' for mail */
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-email.form-item-email {
    grid-area: e;
}
/* 'grid-area' for comment */
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-message.form-item-message {
    grid-area: f;
}

.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy.form-item-privacy.form-no-label {
    grid-area: c;
}


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

/* form // Block in catalog  -> form -> inputs -> name, phone */
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item input {
    margin: 0;
    height: 50px;
    border: none;
    line-height: 1;
    border-radius: 5px;
    border: 1px solid var(--bg-color-base-4);
    padding: 16px 15px 16px;
    background-color: var(--bg-color-base-2-opt-10);
    color: var(--color-base-3);
    font-family: var(--ff-form);
    font-size: 15px;
    position: relative;
    z-index: 2;
}
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item input::placeholder {
    color: var(--color-base-3);
    font-family: var(--ff-form);
    font-size: 15px;
}
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item input:focus {
    box-shadow: none;
    outline: 0;
}

/* form // Block in catalog  -> form -> textarea -> comment */
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper {
    border-radius: 5px;
    overflow: hidden;
}
.catalog-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: 50px;
    min-height: 50px;
    max-height: 50px;
    border: none;
    line-height: 1;
    border-radius: 5px;
    border: 1px solid var(--bg-color-base-4);
    padding: 16px 15px 16px;
    background-color: var(--bg-color-base-2-opt-10);
    color: var(--color-base-3);
    font-family: var(--ff-form);
    font-size: 15px;
    font-weight: 400;
    
    white-space: nowrap;
    overflow: clip;
}
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::placeholder {
    color: var(--color-base-3);
    font-family: var(--ff-form);
    font-size: 15px;
}
.catalog-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 in catalog  -> form -> textarea -> webkit-scrollbar */
.catalog-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;
}
.catalog-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: #fff;
    border-radius: 0 5px 0 0;
}
.catalog-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);
    cursor: pointer;
}
/* .catalog-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 in catalog  -> form -> inputs -> cheakbox */
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
    margin: 13px 0 0;
    display: grid;
    grid-template-columns: 20px 11fr;
    grid-template-areas:
        'a b'
        'c c';
    row-gap: 2px;
    column-gap: 8px;
    align-items: center;
    font-size: var(--fz-form-cheakbox);
    max-width: 850px;
}
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
    width: 20px;
    height: 20px;
    grid-area: a;
}
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description {
    grid-area: b;
    font-size: 9px;
    font-family: var(--ff-form);
    color: var(--color-main-1);
}
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a {
    color: inherit;
    text-decoration: none;
}
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description:hover a {
    text-decoration: inherit;
}
.catalog-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 in catalog  -> form -> btn */
.catalog-block .webform-ajax-form-wrapper form div[id^='edit-actions'] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: d;
}
.catalog-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"] {
    border-radius: 5px;
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 17px;
    font-family: var(--ff-form);
    
    position: relative;
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    
    color: var(--fos-1-color-base);
    background-color: var(--fos-1-bg-color);
    border-width: 1px;
    border-style: solid;
    border-color: var(--fos-1-stroke-color);
}
.catalog-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"]:hover {
    color: var(--fos-1-color-base-hover);
    background-color: var(--fos-1-bg-color-hover);
    border-color: var(--fos-1-stroke-color-hover);
}

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

.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item strong {
    /* color: var(--color-main-2);
    font-size: var(--fz-form-cheakbox); */
    
    color: red;
    font-size: var(--fz-form-cheakbox);
    position: absolute;
    bottom: -2px;
    left: 3px;
    z-index: 4;
}
.catalog-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;
}
.catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .form-item--error-message strong {
    /* position: absolute; */
    bottom: -15px;
    left: 3px;
    /* z-index: 4; */
}

/* form // Block -> form -> messenge */
#catalog-block .webform-confirmation {
    margin-top: 0px;
    /* min-width: 400px; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#catalog-block .webform-confirmation__message,
#catalog-block .webform-confirmation__back {
    color: var(--color-main-1);
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#catalog-block .webform-confirmation__message > *,
#catalog-block .webform-confirmation__back > * {
    margin: 0;
}
#catalog-block .webform-confirmation__message > * + *,
#catalog-block .webform-confirmation__back > * + * {
    max-width: 250px;
}

#catalog-block .webform-confirmation__message h2,
#catalog-block .webform-confirmation__back h2 {
    color: var(--color-main-1);
    margin-bottom: 20px;
    font-size: 22px;
}
#catalog-block .webform-confirmation__message h2 span,
#catalog-block .webform-confirmation__back h2 span {
    color: inherit;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .catalog-block div#block-vesta-theme-vebforma-2 {
        aspect-ratio: 968 / 630;
        gap: 20px;
    }
    .catalog-block div#block-vesta-theme-vebforma-2 div.webform-ajax-form-wrapper {
        padding: 10px 10px;
    }


    .catalog-block .webform-ajax-form-wrapper form div#edit-processed-text {
        margin-bottom: 10px;
    }
    .catalog-block .webform-ajax-form-wrapper form div#edit-processed-text h3 {
        font-size: 16px;
        max-width: 250px;
    }

    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item {
        margin-bottom: 5px;
    }
    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item input {
        height: 45px;
        padding: 14px 12px 14px;
        font-size: 14px;
    }
    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item input::placeholder {
        font-size: 14px;
    }

    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea {
        height: 45px;
        min-height: 45px;
        max-height: 45px;
        padding: 14px 12px 14px;
        font-size: 14px;
    }
    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::placeholder {
        font-size: 14px;
    }
    .catalog-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"] {
        height: 45px;
        font-size: 15px;
        padding: 12px 20px;
    }
    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy.form-item-privacy.form-no-label {
        margin: 5px 0 0;
    }
}
@media (max-width: 991px) {
    .catalog-block div#block-vesta-theme-vebforma-2 {
        aspect-ratio: 744 / 1111;
        gap: 20px;
        grid-template-areas: 'g g'
            'd f'
            'a b';
        grid-template-columns: 4fr 4fr;
        grid-template-rows: 4fr 4fr 4fr;
    }
    .catalog-block div#block-vesta-theme-vebforma-2 div.webform-ajax-form-wrapper {
        padding: 40px 10px;
    }
}
@media (max-width: 767px) {
    .catalog-block div#block-vesta-theme-vebforma-2 {
        aspect-ratio: 552 / 825;
        gap: 15px;
        grid-template-areas: 'g g'
            'd f'
            'a b';
        grid-template-columns: 4fr 4fr;
        grid-template-rows: 4fr 4fr 4fr;
    }
    .catalog-block div#block-vesta-theme-vebforma-2 div.webform-ajax-form-wrapper {
        padding: 10px 10px;
    }


    .catalog-block .webform-ajax-form-wrapper form div#edit-processed-text {
        margin-bottom: 5px;
    }
    .catalog-block .webform-ajax-form-wrapper form div#edit-processed-text h3 {
        font-size: 14px;
        max-width: 200px;
    }

    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item input {
        height: 35px;
        padding: 12px 10px 12px;
        font-size: 13px;
    }
    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item input::placeholder {
        font-size: 13px;
    }
    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea {
        height: 35px;
        min-height: 35px;
        max-height: 35px;
        padding: 12px 10px 12px;
        font-size: 13px;
    }
    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::placeholder {
        font-size: 13px;
    }
    .catalog-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"] {
        height: 40px;
        font-size: 14px;
        padding: 12px 20px;
    }
}
@media (max-width: 575px) {
    .catalog-block div#block-vesta-theme-vebforma-2 {
        position: relative;
        bottom: 0;
        aspect-ratio: auto;
        display: block;
        margin-top: 30px;
    }

    
    .catalog-block div#block-vesta-theme-vebforma-2 div.webform-ajax-form-wrapper {
        padding: 15px 15px;
    }
    .catalog-block .webform-ajax-form-wrapper form div#edit-processed-text {
        margin-bottom: 10px;
    }
    .catalog-block .webform-ajax-form-wrapper form div#edit-processed-text h3 {
        font-size: 18px;
        max-width: 200px;
    }

    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item {
        margin-bottom: 10px;
    }

    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item input {
        height: 45px;
        padding: 15px 15px 15px;
        font-size: 16px;
    }
    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item input::placeholder {
        font-size: 16px;
    }
    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea {
        height: 45px;
        min-height: 45px;
        max-height: 45px;
        padding: 15px 15px 15px;
        font-size: 16px;
    }
    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::placeholder {
        font-size: 16px;
    }
    .catalog-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"] {
        height: 50px;
        font-size: 17px;
        padding: 15px 20px;
    }

    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy.form-item-privacy.form-no-label {
        margin: 10px 0 0;
    }
    .catalog-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description {
        font-size: 12px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}












/* F O R M // Page */
/* form // Page */
/* div#webform-submission-callback-form-ajax */
.not-front main#main div[id^='webform-submission'] {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0px 50px 0px; */
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

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

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

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

/* form // Page -> textarea -> comment */
form[id^='webform-submission'] .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: 5px;
    padding: 11px 18px 10px;
    background-color: #eee;
    background-color: #fff;
    color: var(--color-base-1);
    font-family: var(--ff-form);
    font-size: var(--fz-form-input);
    border: 3px solid var(--bg-color-main-1);
}
form[id^='webform-submission'] .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'] .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'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar {
    width: 15px;
}
form[id^='webform-submission'] .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::-webkit-scrollbar-track {
    background: #fff;
}
form[id^='webform-submission'] .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);
    cursor: pointer;
}
/* form[id^='webform-submission'] .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'] .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'] .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'] .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'] .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'] .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'] button[id^="edit-actions-submit"] {
    border-radius: 5px;
    width: 100%;
    height: 50px;
    font-weight: 600;
    font-size: var(--fz-form-btn);
    font-family: var(--ff-form);
    
    position: relative;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 25px;
    
    color: var(--fos-1-color-base);
    background-color: var(--fos-1-bg-color);
    border-width: 1px;
    border-style: solid;
    border-color: var(--fos-1-stroke-color);
}
form[id^='webform-submission'] button[id^="edit-actions-submit"]:hover {
    color: var(--fos-1-color-base-hover);
    background-color: var(--fos-1-bg-color-hover);
    border-color: var(--fos-1-stroke-color-hover);
}


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

form[id^='webform-submission'] .js-form-item.form-item strong {
    color: var(--color-main-1);
}
form[id^='webform-submission'] .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) {
    form[id^='webform-submission'] .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
        grid-template-columns: 20px 11fr;
        column-gap: 8px;
    }
    form[id^='webform-submission'] .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 575px) {
    .not-front main#main div[id^='webform-submission'] {
        padding: 0;
    }
    form[id^='webform-submission'] .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
        grid-template-columns: 30px 11fr;
        column-gap: 10px;
    }
    form[id^='webform-submission'] .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}






/* F O R M // Modal */      /* NEW VERS */

/* form // Modal -> btn-to-fos */
/* header#header .head-feedback .col-callback a,
footer#footer .head-feedback .col-callback a, */
header#header a.btn-fos,
footer#footer a.btn-fos {
    font-size: var(--fz-btn-small);
    font-weight: 500;
    
    text-decoration: none;
    line-height: 1;
    
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 11px 10px 11px;
    width: 162px;
    height: 40px;

    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    
    /* color: var(--fos-1-color-base);
    background: var(--fos-1-bg-color);
    border-color: var(--fos-1-stroke-color); */
}
header#header a.btn-fos:hover,
footer#footer a.btn-fos:hover {
    /* color: var(--fos-1-color-base-hover);
    background: var(--fos-1-bg-color-hover);
    border-color: var(--fos-1-stroke-color-hover); */
}

header#header a.btn-fos {    
    color: var(--fos-1-color-base);
    background: var(--fos-1-bg-color);
    border: 1px solid var(--fos-1-stroke-color);
}
header#header a.btn-fos:hover {
    color: var(--fos-1-color-base-hover);
    background: var(--fos-1-bg-color-hover);
    border-color: var(--fos-1-stroke-color-hover);
}

footer#footer a.btn-fos {
    width: 225px;
    
    color: var(--fos-2-color-base);
    background: var(--fos-2-bg-color);
    border: 1px solid var(--fos-2-stroke-color);
}
footer#footer a.btn-fos:hover {
    color: var(--fos-2-color-base-hover);
    background: var(--fos-2-bg-color-hover);
    border-color: var(--fos-2-stroke-color-hover);
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    header#header a.btn-fos {
        width: 130px;
        height: 40px;
    }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    footer#footer a.btn-fos {
        width: 100%;
    }
}
@media (max-width: 350px) {}



/* form // Modal */
div#drupal-bootstrap4-modal {
    z-index: 5000;
    background: #00000070;
}
.modal.show .modal-dialog {max-width: 820px;}
.modal {--bs-modal-width: 820px !important;}  /* <-- for .modal.show .modal-dialog (верное отображение при закрытии без сдёргиваний) */
@media (min-width: 576px) {
    .modal.show .modal-dialog {
        max-width: 820px;
        margin-right: auto;
        margin-left: auto;
    }
}   /* <-- for .modal.show .modal-dialog */

.modal-content {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--bg-color-base-2);
    padding: 65px 91px 80px;
}

/* form // Modal -> Header */
.modal-content .modal-header {
    background-color: var(--color-main-1);
    background-color: transparent;
    color: var(--color-base-1);
    border-bottom: none;
    border-radius: 0;
    /* position: relative; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: initial;
    padding: 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);
    line-height: 1.2;
}
.modal-content .modal-header button.btn-close {
    background: url(/sites/all/themes/vesta_theme/image/custom-images/form/close.svg) no-repeat center / contain;
    /* background-color: var(--bg-color-main-1); */
    background-color: transparent;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
    padding: 0;
}

/* form // Modal -> body */
.modal-content .modal-body {
    padding: 20px 0 15px;
}
.modal-content .modal-body form {}
.modal-content .modal-body form .js-form-item.form-item {
    margin: 0px 0px 15px;
}

/* form // Modal -> subtitle modal */
.modal-content .modal-body form .js-form-type-processed-text.form-type-processed-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.modal-content .modal-body form .js-form-type-processed-text.form-type-processed-text p {
    max-width: 400px;
    margin: 0;
    text-align: center;
}

.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: 50px;
    line-height: 1;
    border-radius: 5px;
    padding: 16px 25px 16px;
    background-color: #ffffff;
    color: #AEAEAE;
    border: 1px solid #AEAEAE;
    font-family: var(--ff-form);
    font-size: var(--fz-form-input);
}
.modal-content .modal-body form .js-form-item.form-item input::placeholder {
    color: #AEAEAE;
    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: 75px;
    min-height: 75px;
    max-height: 125px;
    line-height: 1;
    border-radius: 5px;
    padding: 16px 25px 16px;
    background-color: #ffffff;
    color: #AEAEAE;
    border: 1px solid #AEAEAE;
    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: #AEAEAE;
    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: #fff;
}
.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);
    cursor: pointer;
}
/* .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: 0px 0px;
    display: grid;
    grid-template-columns: 20px 11fr;
    grid-template-areas:
        'a b'
        'c c';
    row-gap: 2px;
    column-gap: 15px;
    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: 20px;
    width: 20px;
    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);
}
.modal-content .modal-body 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;
}
.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: none;
    padding: 0;

}
/* form // Modal -> footer -> btn */
.modal-content .modal-footer button[class^="webform-button--submit"] {
    border-radius: 5px;
    width: 100%;
    height: 55px;
    font-weight: 600;
    font-size: var(--fz-form-btn);
    font-family: var(--ff-form);
    
    position: relative;
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 10px;
    
    color: var(--fos-1-color-base);
    background-color: var(--fos-1-bg-color);
    border-width: 1px;
    border-style: solid;
    border-color: var(--fos-1-stroke-color);
}
.modal-content .modal-footer button[class^="webform-button--submit"]:hover {
    color: var(--fos-1-color-base-hover);
    background-color: var(--fos-1-bg-color-hover);
    border-color: var(--fos-1-stroke-color-hover);
}

/* 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) {
    .modal-content {
        padding: 65px 70px 60px;
    }
}
@media (max-width: 767px) {
    .modal-content {
        padding: 55px 50px 50px;
    }
}
@media (max-width: 575px) {
    .modal-content {
        padding: 50px 20px 20px;
    }

    .modal-content .modal-body {
        padding: 15px 0 10px;
    }
    .modal-content .modal-body form .js-form-type-processed-text.form-type-processed-text {
        margin-bottom: 15px;
    }
    .modal-content .modal-body form .js-form-item.form-item {
        margin: 0px 0px 10px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}





















/* M A P // Block */

/* map // Block */   /* version for map+form */
.form-map .form-map-inner .map-block .region.region-map {
    height: 100%;
}
.form-map .form-map-inner .map-block .region.region-map div.block.block-block-content {
    height: 100%;
}
.form-map .form-map-inner .map-block .region.region-map .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    height: 100%;
}

/* map // Block */
.map-block .mapContainer {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

/* map // Block -> on contats page */
.not-front.body-view.body-view--contacts .map.page {
    width: 100%;
    height: 100%;
}
.not-front.body-view.body-view--contacts .map.page .mapContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    min-height: 400px;
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    .not-front.body-view.body-view--contacts .map.page .mapContainer {
        min-height: 400px;
        height: 400px;
    }
}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@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: 30px;
    font-size: var(--fz-contacts-head);
}

/* contacts // Head -> set's */
.head-contacts .contacts .contacts-set {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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.address {
    min-width: 270px;
}

.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: 25px;
    position: relative;

    min-height: 15px;
    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: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.head-contacts .contacts .contacts-set p.contacts-text a.tel::before {
    background: url(/sites/all/themes/vesta_theme/image/custom-images/header/phone.svg) no-repeat center / contain;
}
.head-contacts .contacts .contacts-set p.contacts-text a.mail::before {
    background: url(/sites/all/themes/vesta_theme/image/custom-images/header/mail.svg) no-repeat center / 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: 25px;
    min-height: 15px;
    justify-content: center;
    line-height: 1;
}
.head-contacts .contacts .contacts-set p.contacts-text.address span::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/header/address.svg) no-repeat center / 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: 5px;
}
.head-contacts .contacts .contacts-set-mes a.soc-mes {
    width: 25px;
    height: auto;
    aspect-ratio: 33/33;
}
.head-contacts .contacts .contacts-set-mes a.soc-mes img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.head-contacts .contacts .contacts-set-mes a.soc-mes:hover {
    transform: scale(1.1);
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    .head-contacts .contacts {
        gap: 20px;
    }
    .head-contacts .contacts .contacts-set {
        gap: 20px;
    }
    .head-contacts .contacts .contacts-set-mes .contacts-col {
        gap: 5px;
    }
}
@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 // Head-Mobile */
/* contacts // Head-Mobile */
.head-mob-contacts .contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    font-size: var(--fz-contacts-head);
}

/* contacts // Head-Mobile -> set's */
.head-mob-contacts .contacts .contacts-set {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.head-mob-contacts .contacts .contacts-set-mes {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* contacts // Head-Mobile -> set-inner -> field */
.head-mob-contacts .contacts .contacts-set p.contacts-text {
    color: var(--color-base-1);
    font-size: var(--fz-contacts-head);
    margin: 0;
    width: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}
.head-mob-contacts .contacts .contacts-set p.contacts-text.phone {
    /* width: 395px; */
}
.head-mob-contacts .contacts .contacts-set p.contacts-text:hover {
    /* color: var(--color-base-1); */
}

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

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

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

.head-mob-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: 25px;
    min-height: 15px;
    justify-content: center;
    line-height: 1;
}
.head-mob-contacts .contacts .contacts-set p.contacts-text.address span::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/header/address.svg) no-repeat center / contain;
    
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


/* contacts // Head -> set-inner -> soc-mes */
.head-mob-contacts .contacts .contacts-set-mes .contacts-col {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}
.head-mob-contacts .contacts .contacts-set-mes a.soc-mes {
    width: 40px;
    height: auto;
    aspect-ratio: 33/33;
}
.head-mob-contacts .contacts .contacts-set-mes a.soc-mes img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.head-mob-contacts .contacts .contacts-set-mes a.soc-mes:hover {
    transform: scale(1.1);
}

/* 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 {gap: 15px;}
    .head-mob-contacts .contacts .contacts-set-mes .contacts-col a.soc-mes {
        width: 40px;
    }
}
@media (max-width: 460px) {
    .head-mob-contacts .contacts .contacts-set-1 {display: none;}
    .head-mob-contacts .contacts .contacts-set-mes .contacts-col {
        gap: 5px;
    }
}
@media (max-width: 350px) {}






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

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

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

/* contacts // Foot -> set-inner */

/* contacts // Foot -> set-inner -> field */
.foot-contacts .contacts .contacts-set p.contacts-text {
    color: var(--color-base-2);
    margin: 0;
    width: 100%;
    /* min-height: 36px; */
    display: flex;
    align-items: center;
    font-weight: 400;
}
.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;
    padding-left: 25px;
}
.foot-contacts .contacts .contacts-set p.contacts-text a span {
    font-size: 13px;
}
.foot-contacts .contacts .contacts-set p.contacts-text a:hover {
    color: inherit;
    text-decoration: underline;
}

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

.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;
    padding-left: 25px;
}
.foot-contacts .contacts .contacts-set p.contacts-text.address span::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/footer/address.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* contacts // Foot -> set-inner -> soc-mes */
.foot-contacts .contacts .contacts-set-mes .contacts-col {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.foot-contacts .contacts .contacts-set-mes a.soc-mes {
    width: 25px;
    height: auto;
    aspect-ratio: 33/33;
}
.foot-contacts .contacts .contacts-set-mes a.soc-mes:hover {
    transform: scale(1.1);
}
.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 {
        gap: 20px;
    }
}
@media (max-width: 991px) {
    .foot-contacts .contacts {
        /* display: flex; */
        /* justify-content: center; */
    }
}
@media (max-width: 767px) {
    .foot-contacts .contacts {
        /* display: flex; */
        /* flex-direction: column; */
        /* align-items: center; */
    }
    .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) {
    .foot-contacts .contacts .contacts-set-mes a.soc-mes {
        width: 40px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}




















/* C O N T A C T S // Block */
/* contacts // Block */

#contacts-block .region.region-contacts .block-title {
    text-align: start;
    margin-bottom: 10px;
}

.form-block .contacts {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 42px;
    font-size: var(--fz-contacts);
}

/* contacts // Block -> header */
.view.view-contacts.view-id-contacts .view-header {
    margin-bottom: 25px;
    max-width: 1000px;
}
.view.view-contacts.view-id-contacts .view-header .view-header-inner {
    text-align: start;
}

/* 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-map .contacts.block .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: 25px;
}
.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-map .contacts.block .contacts-set p.contacts-text a::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.form-map .contacts.block .contacts-set p.contacts-text a.tel::before {
    background: url(/sites/all/themes/vesta_theme/image/custom-images/header/phone.svg) no-repeat center / contain;
}
.form-map .contacts.block .contacts-set p.contacts-text a.mail::before {
    background: url(/sites/all/themes/vesta_theme/image/custom-images/header/mail.svg) no-repeat center / contain;
}

.form-map .contacts.block .contacts-set p.contacts-text.address span {
    display: flex;
    gap: 2px;
    width: 100%;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    padding-left: 25px;
}
.form-map .contacts.block .contacts-set p.contacts-text.address span::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(/sites/all/themes/vesta_theme/image/custom-images/header/address.svg) no-repeat center / 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 ,
.node.node--type-contacts.node--view-mode-full {}

/* contacts // content */
.view.view-contacts.view-id-contacts .view-content .views-row .node.node--type-contacts.node--view-mode-default,
.node.node--type-contacts.node--view-mode-full {
    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,
.node.node--type-contacts.node--view-mode-full .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); */
    width: 100%;
}
.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 {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 30px;
}
.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::after {
    display: none;
}

.contacts.block,
.contacts.page {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contacts.block .contacts-set,
.contacts.page .contacts-set {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.contacts.block p.contacts-text,
.contacts.page p.contacts-text {
    font-size: var(--fz-contacts);
    color: var(--color-base-1);
    margin: 0;
}
.contacts.block p.contacts-text:hover,
.contacts.page p.contacts-text:hover {
    /* color: var(--color-main-2); */
}

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

/* contacts // Page */
.contacts.block .contacts-set p.contacts-label,
.contacts.page .contacts-set p.contacts-label {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: var(--fz-contacts-label);

}

.contacts.block .contacts-set .contacts-col,
.contacts.page .contacts-set .contacts-col {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.contacts.block .contacts-set-mes .contacts-col, .contacts.page .contacts-set-mes .contacts-col {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.contacts.block .contacts-set .contacts-col a.soc-mes,
.contacts.page .contacts-set .contacts-col a.soc-mes {
    width: 25px;
    height: auto;
    aspect-ratio: 28/28;
}
.contacts.block .contacts-set .contacts-col a.soc-mes:hover,
.contacts.page .contacts-set .contacts-col a.soc-mes:hover {
    transform: scale(1.1);
}
.contacts.block .contacts-set .contacts-col a.soc-mes img,
.contacts.page .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) {
    .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 {
        gap: 20px;
        grid-template-columns: 4.5fr 7.5fr;
    }
}
@media (max-width: 991px) {
    .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 {
        grid-template-columns: 6fr 6fr;
    }
}
@media (max-width: 767px) {
    .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 {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .contacts.block,
    .contacts.page {
        gap: 20px;
    }

    .contacts.block .contacts-set,
    .contacts.page .contacts-set {
        gap: 20px;
    }
    .contacts.block .contacts-set .contacts-col,
    .contacts.page .contacts-set .contacts-col {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .contacts.block .contacts-set-mes,
    .contacts.page .contacts-set-mes {
        gap: 10px;
    }
    .contacts.block .contacts-set-mes .contacts-col,
    .contacts.page .contacts-set-mes .contacts-col {
        display: flex;
        flex-direction: row;
    }
    
    .contacts.block .contacts-set .contacts-col a.soc-mes,
    .contacts.page .contacts-set .contacts-col a.soc-mes {width: 40px;}
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}







































/* T A B S - in products */

/* catalog // Card's Page -> content -> tabs */
.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.field-group-tabs-wrapper {
    margin-top: 30px;
    background: var(--bg-color-base-2);
    padding: 10px;
    border-radius: 10px;
}
.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.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 // Card's Page -> content -> tabs *//* webkit-scrollbar */
.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.field-group-tabs-wrapper .horizontal-tabs::-webkit-scrollbar {
    height: 12px;
}
.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.field-group-tabs-wrapper .horizontal-tabs::-webkit-scrollbar-track {
    background: var(--bg-color-base-4);
    border-radius: 0 0 10px 10px;
}
.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.field-group-tabs-wrapper .horizontal-tabs::-webkit-scrollbar-thumb {
    background: var(--color-main-2);
    border-radius: 0 0 10px 10px;
}
/* .node.node--type-catalogs-production.node--view-mode-full .tabs-inner.field-group-tabs-wrapper .horizontal-tabs::-webkit-scrollbar-button {
    background: antiquewhite;
} */

/* catalog // Product Card's Page -> content -> DOWN -> tabs -> ul/li */
.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list {
    background-color: var(--bg-color-base-4);
    border-bottom: 10px solid var(--bg-color-base-2);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    min-width: 500px;
}

.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button {
    background: var(--bg-color-base-3);
    color: var(--color-base-1);
}
.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button.selected {
    background: var(--bg-color-main-2);
    color: var(--color-base-2);
    border-bottom: none;
}
.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button:hover {
    background: var(--bg-color-special);
    color: var(--color-base-2);
}
.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button a {
    color: inherit;
    background: inherit;
}

/* catalog // Product Card's Page -> content -> DOWN -> tabs -> tab description */
.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details {
    padding: 0px;
}
.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body {}

.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.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;
}
.node.node--type-catalogs-production.node--view-mode-full .tabs-inner.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;
}













































/* F O O T E R // Block */
/* footer // Block */

/* footer // Block -> content */
footer#footer .row-content {
    margin-bottom: 5px;
    display: grid;
    gap: 30px;
    grid-template-columns: 270fr 570fr 270fr;
    /* grid-template-columns: 3fr 3fr 3fr 3fr;
    grid-template-areas:
        'a b b b'
        'c c . .'; */
}
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 // Block -> content -> - - - - - column 1 - - - - - column 1 - - - - - column 1 - - - - - column 1 - - - - - column 1 */
/* footer // Block -> content -> column-logo */
footer#footer .row-content .foot-col-logo {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

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

/* footer // Block -> content -> column-logo -> privacy            | if this version has this element |  */
footer#footer .row-content .foot-col-logo .privacy-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--color-base-2);
    font-size: var(--fz-copyright);
}
footer#footer .row-content .foot-col-logo .privacy-inner .copyright {
    color: inherit;
    margin-bottom: 20px;
}
footer#footer .row-content .foot-col-logo .privacy-inner a {
    color: inherit;
    text-decoration: underline;
}
footer#footer .row-content .foot-col-logo .privacy-inner a:hover {
    /* color: var(--color-main-1); */
    text-decoration: underline;
}
/* footer // Block -> content -> column-logo -> privacy            | if this version has this element |  */
/* footer // Block -> content -> - - - - - column 1 - - - - - column 1 - - - - - column 1 - - - - - column 1 - - - - - column 1 */



/* footer // Block -> content -> - - - - - column 2 - - - - - column 2 - - - - - column 2 - - - - - column 2 - - - - - column 2 - - - - - column 2 */
/* footer // Block -> content -> column-nav                        | if this version of the column has columns inside it | */
footer#footer .row-content .foot-col-nav {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
}

/* footer // Block -> content -> column-nav -> nav */
footer#footer .row-content .foot-col-nav nav div[id^='block-vesta-theme-osnovnayanavigaciya'] {
    color: var(--color-base-2);
    font-size: var(--fz-nav-label);
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px 5px 9px;

    /* background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #000; */
}
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%;
}
footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item a {
    font-size: var(--fz-nav-foot);
    color: var(--color-base-2);
    padding: 6px 5px;
    line-height: 1.2;
}
footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item a:hover {
    text-decoration: underline;
}
footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item a.is-active {}

footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item.dropdown ul.dropdown-menu {
    display: none;
}
footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item.dropdown a.dropdown-toggle::after {display: none;}

/* footer // Block -> content -> column-nav -> add nav */
/* footer#footer .row-content .foot-col-nav .region.region-navigation-footer {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
} */
footer#footer .row-content .foot-col-nav .region.region-navigation-footer .block-title {
    font-size: var(--fz-nav-label);
    color: var(--color-base-2);
    text-align: start;
    font-weight: 700;
    padding: 0 0 9px;
    margin: 0;

    /* background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #000; */
}

/* footer // Block -> content -> column-nav -> catalog */
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,
footer#footer .row-content .foot-col-nav .view.view-catalogs.view-id-catalogs .view-content .views-row .views-field.views-field.views-field-title {
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
    max-height: 30px;
    min-height: 30px; */
}
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-2);
    text-decoration: none;
    padding: 6px 0px;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 1.2;
}
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;
}


/* footer // Block -> nav-search                                           | Version with btn Open/Close search |  */
/* footer#footer .nav-search {
    display: block;
} */
footer#footer .callback-search .col-search .region.region-search {
    width: 100%;
}

/* footer // Block -> nav-search -> nav-bar */
footer#footer .callback-search .callback-bar {
    display: flex;
    gap: 7px;
    /* flex-direction: row-reverse; */
    align-items: center;
    justify-content: center;
}

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

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

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

/* footer // Block -> nav-search -> nav-bar -> search */
footer#footer .callback-search .col-search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px 0 10px; */
}
footer#footer .callback-search .col-search .contextual-region {
    position: initial;
}
footer#footer .callback-search .col-search form[id^="search-api-page-block-form-search"] {
    /* width: 100%; */
    /* margin: 10px 0 0; */
    /* display: none; активировать с фикс-версией скрипта */

    
    width: 90%;
    overflow: hidden;
    border-radius: 30px;
    /* margin: 10px 0; */

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



/* footer // Block -> content -> - - - - - column 3 - - - - - column 3 - - - - - column 3 - - - - - column 3 - - - - - column 3 - - - - - column 3 - - - - - column 3 */
/* footer // 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;
    margin-bottom: 0;
}


/* footer // Block -> feedback */
footer#footer .head-feedback {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

/* footer // Block -> contacts // in a separate module */

/* footer // Block -> callback // in a separate module */

/* footer // Block -> content -> - - - - - column 3 - - - - - column 3 - - - - - column 3 - - - - - column 3 - - - - - column 3 - - - - - column 3 - - - - - column 3 */





/* footer // Block -> copyright */
footer#footer .row-copyright {
    display: flex;
    gap: 20px;
    align-items: center;
    /* justify-content: center; */
    font-size: var(--fz-copyright);
    padding: 0px 0;
    color: var(--color-base-2);
}
/* footer#footer .row-copyright .copyright-col {
    width: 32%;
}

footer#footer .row-copiryght .copyright-col {
    width: 30%;
    color: var(--color-base-2);
}
footer#footer .row-copiryght .copyright-col:hover {color: var(--color-main-1);}

footer#footer .row-copiryght .copyright-col.col-one {text-align: left;}
footer#footer .row-copiryght .copyright-col.col-two {text-align: center;}
footer#footer .row-copiryght .copyright-col.col-three {text-align: right;}

footer#footer .row-copiryght .copyright-col a {
    color: inherit;
    text-decoration: none;
}
footer#footer .row-copiryght .copyright-col a:hover {
    width: 100%;
    display: block;
    color: inherit;
    text-decoration: underline;
} */

footer#footer .row-copyright .copyright-item {
    width: auto;
    color: inherit;
    /* text-decoration: none; */
}
footer#footer .row-copyright .copyright-item:hover {
    /* color: var(--color-main-1); */
}

/* MEDIA SIZE */
/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {
    footer#footer .row-content {
        gap: 20px;
    }

    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: flex-start;
        margin-bottom: 30px;
    }

    footer#footer .row-content .foot-col-nav {
        width: 100%;
    }

    footer#footer .row-content .foot-col-nav nav div[id^='block-vesta-theme-osnovnayanavigaciya'] {
        padding: 0px 0px 9px;
    }
    footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item a {
        padding: 6px 0px;
    }
}
@media (max-width: 767px) {
    footer#footer .row-content .foot-col-nav {
        width: 100%;
    }
    footer#footer .row-content .foot-col-nav nav ul.nav {
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 575px) {
    footer#footer .row-content .foot-col-nav nav ul.nav li.nav-item {
        width: 100%;
    }
    footer#footer .row-content .foot-col-nav {
        gap: 20px;
    }
}
@media (max-width: 460px) {
    footer#footer .row-content .foot-col-nav {
        display: flex;
        flex-direction: column;
    }

    footer#footer .callback-search {width: 100%;}
    footer#footer .callback-search .callback-bar {
        width: 100%;
        grid-template-columns: 40px 11fr;
        display: grid !important;
    }
}
@media (max-width: 350px) {}

















































/* 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: url(/sites/all/themes/vesta_theme/image/custom-images/cookies/cookie.svg) no-repeat center / 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: 20px;
    left: auto;
    bottom: 20px;
    gap: 5px;
    padding: 7px 15px;
    border-radius: 5px;
    max-width: 525px;
    /* 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 p {
    color: inherit;
    margin-bottom: 10px;
    font-family: var(--ff-base);
    font-size: var(--fz-cookie-small-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;
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-content a:hover {
    color: var(--cookie-color-main);
}

/* 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: 130px;
    height: 46px;
    padding: 13px 10px;
    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: 5px;
    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(--ck-btn-color-base-1);
    background-color: var(--ck-btn-bg-color-1);
    border: 1px solid var(--ck-btn-stroke-color-1);
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-actions button#vpa-btn-ok:hover {
    color: var(--ck-btn-color-base-1-hover);
    background-color: var(--ck-btn-bg-color-1-hover);
    border-color: var(--ck-btn-stroke-color-1-hover);
}

/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@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;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
        margin: 0;
    }
    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) {}
