@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

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

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

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


:root {
    --ff-main: "Montserrat", sans-serif;
    --ff-base: "Inter", sans-serif;

    --color-base-1: #1E1E1E;
    --color-base-2: #ffffff;

    --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);
    
    --color-main: #EEFF39;
    --color-special: #F3FF71;

    /* --gradient-text: linear-gradient(90deg, #146198 0%, #CD272A 100%); */

    --bg-color-btn: #EEFF39;
    --bg-color-btn-hover: #F3FF71;

    /* --bg-color-btn-gradient: linear-gradient(90deg, #146198 0%, #CD272A 100%); */
    /* --bg-color-btn-gradient-hover: linear-gradient(270deg, #146198 0%, #CD272A 100%); */
    
    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    
    --fz-h1: 56px;
    --fz-h1-not-front: 56px;
    --fz-h2: 47px;
    --fz-h2-not-front: 47px;
    --fz-h3: 23px;
    --fz-h3-not-front: 23px;
    
    --fz-h3-benefits: 21px;

    
    --fz-h1-subtitle: 22px;
    --fz-h2-subtitle: 22px;
    
    /* --fz-slider-subtitle: 20px; */
    --fz-catalog-subtitle: 15px;
    --fz-tech-subtitle: 15px;
    --fz-service-subtitle: 21px;


    
    --fz-label-block: 22px;
    
    --fz-nav-head: 17px;
    --fz-nav-menu: 16px;
    --fz-nav-foot: 15px;
    --fz-nav-label: 22px;

    --fz-contacts-head: 15px;
    --fz-contacts-foot: 15px;

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

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

    --fz-search: 16px;
    
    /* --fz-big: 18px; */
    --fz-base: 17px;
    --fz-small: 12px;
        
    
    
    --fz-about-text: 22px;

    
    --fz-form-title: 47px;
    --fz-form-subtitle: 21px;
    --fz-form-text: 24px;
    --fz-form-field-label: 17px;
    --fz-form-input: 16px;
    --fz-form-placeholder: 16px;
    --fz-form-cheakbox: 15px;
    --fz-form-btn: 16px;
    
    --fz-form-title-Modal: 24px;
}
@media (max-width: 1399px) {
    :root {
        --fz-h1: 56px;
        --fz-h1-not-front: 56px;
        --fz-h2: 47px;
        --fz-h2-not-front: 47px;
        --fz-h3: 23px;
        --fz-h3-not-front: 23px;
        
        --fz-h3-benefits: 21px;

        
        --fz-h1-subtitle: 22px;
        --fz-h2-subtitle: 22px;
        
        /* --fz-slider-subtitle: 20px; */
        --fz-catalog-subtitle: 15px;
        --fz-tech-subtitle: 15px;
        --fz-service-subtitle: 21px;


        
        --fz-label-block: 22px;
        
        --fz-nav-head: 17px;
        --fz-nav-menu: 16px;
        --fz-nav-foot: 15px;
        --fz-nav-label: 22px;

        --fz-contacts-head: 15px;
        --fz-contacts-foot: 15px;

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

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

        --fz-search: 16px;
        
        /* --fz-big: 18px; */
        --fz-base: 17px;
        --fz-small: 12px;
            
        
        
        --fz-about-text: 22px;

        
        --fz-form-title: 47px;
        --fz-form-subtitle: 21px;
        --fz-form-text: 24px;
        --fz-form-field-label: 17px;
        --fz-form-input: 16px;
        --fz-form-placeholder: 16px;
        --fz-form-cheakbox: 15px;
        --fz-form-btn: 16px;
        
        --fz-form-title-Modal: 24px;
    }
}
@media (max-width: 1199px) {
    :root {
        --fz-h1: 50px;
        --fz-h1-not-front: 50px;
        --fz-h2: 45px;
        --fz-h2-not-front: 45px;
        --fz-h3: 23px;
        --fz-h3-not-front: 23px;
        
        --fz-h3-benefits: 21px;

        
        --fz-h1-subtitle: 22px;
        --fz-h2-subtitle: 22px;
        
        /* --fz-slider-subtitle: 20px; */
        --fz-catalog-subtitle: 15px;
        --fz-tech-subtitle: 15px;
        --fz-service-subtitle: 21px;


        
        --fz-label-block: 22px;
        
        --fz-nav-head: 17px;
        --fz-nav-menu: 16px;
        --fz-nav-foot: 15px;
        --fz-nav-label: 22px;

        --fz-contacts-head: 15px;
        --fz-contacts-foot: 15px;

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

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

        --fz-search: 16px;
        
        /* --fz-big: 18px; */
        --fz-base: 17px;
        --fz-small: 12px;
            
        
        
        --fz-about-text: 22px;

        
        --fz-form-title: 45px;
        --fz-form-subtitle: 21px;
        --fz-form-text: 24px;
        --fz-form-field-label: 17px;
        --fz-form-input: 16px;
        --fz-form-placeholder: 16px;
        --fz-form-cheakbox: 15px;
        --fz-form-btn: 16px;
        
        --fz-form-title-Modal: 24px;
    }
}
@media (max-width: 991px) {
    :root {
        --fz-h1: 46px;
        --fz-h1-not-front: 46px;
        --fz-h2: 40px;
        --fz-h2-not-front: 40px;
        --fz-h3: 23px;
        --fz-h3-not-front: 23px;
        
        --fz-h3-benefits: 21px;

        
        --fz-h1-subtitle: 22px;
        --fz-h2-subtitle: 22px;
        
        /* --fz-slider-subtitle: 20px; */
        --fz-catalog-subtitle: 15px;
        --fz-tech-subtitle: 15px;
        --fz-service-subtitle: 21px;


        
        --fz-label-block: 22px;
        
        --fz-nav-head: 17px;
        --fz-nav-menu: 16px;
        --fz-nav-foot: 15px;
        --fz-nav-label: 22px;

        --fz-contacts-head: 15px;
        --fz-contacts-foot: 15px;

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

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

        --fz-search: 16px;
        
        /* --fz-big: 18px; */
        --fz-base: 17px;
        --fz-small: 12px;
            
        
        
        --fz-about-text: 22px;

        
        --fz-form-title: 40px;
        --fz-form-subtitle: 21px;
        --fz-form-text: 24px;
        --fz-form-field-label: 17px;
        --fz-form-input: 16px;
        --fz-form-placeholder: 16px;
        --fz-form-cheakbox: 15px;
        --fz-form-btn: 16px;
        
        --fz-form-title-Modal: 24px;
    }
}
@media (max-width: 767px) {
    :root {
        --fz-h1: 44px;
        --fz-h1-not-front: 44px;
        --fz-h2: 40px;
        --fz-h2-not-front: 40px;
        --fz-h3: 23px;
        --fz-h3-not-front: 23px;
        
        --fz-h3-benefits: 21px;

        
        --fz-h1-subtitle: 22px;
        --fz-h2-subtitle: 22px;
        
        /* --fz-slider-subtitle: 20px; */
        --fz-catalog-subtitle: 15px;
        --fz-tech-subtitle: 15px;
        --fz-service-subtitle: 21px;


        
        --fz-label-block: 22px;
        
        --fz-nav-head: 17px;
        --fz-nav-menu: 16px;
        --fz-nav-foot: 15px;
        --fz-nav-label: 22px;

        --fz-contacts-head: 15px;
        --fz-contacts-foot: 15px;

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

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

        --fz-search: 16px;
        
        /* --fz-big: 18px; */
        --fz-base: 17px;
        --fz-small: 12px;
            
        
        
        --fz-about-text: 22px;

        
        --fz-form-title: 40px;
        --fz-form-subtitle: 21px;
        --fz-form-text: 24px;
        --fz-form-field-label: 17px;
        --fz-form-input: 16px;
        --fz-form-placeholder: 16px;
        --fz-form-cheakbox: 15px;
        --fz-form-btn: 16px;
        
        --fz-form-title-Modal: 24px;
    }
}
@media (max-width: 575px) {
    :root {
        --fz-h1: 42px;
        --fz-h1-not-front: 42px;
        --fz-h2: 40px;
        --fz-h2-not-front: 40px;
        --fz-h3: 23px;
        --fz-h3-not-front: 23px;
        
        --fz-h3-benefits: 21px;

        
        --fz-h1-subtitle: 22px;
        --fz-h2-subtitle: 22px;
        
        /* --fz-slider-subtitle: 20px; */
        --fz-catalog-subtitle: 15px;
        --fz-tech-subtitle: 15px;
        --fz-service-subtitle: 21px;


        
        --fz-label-block: 22px;
        
        --fz-nav-head: 17px;
        --fz-nav-menu: 16px;
        --fz-nav-foot: 15px;
        --fz-nav-label: 22px;

        --fz-contacts-head: 15px;
        --fz-contacts-foot: 15px;

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

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

        --fz-search: 16px;
        
        /* --fz-big: 18px; */
        --fz-base: 17px;
        --fz-small: 12px;
            
        
        
        --fz-about-text: 20px;

        
        --fz-form-title: 40px;
        --fz-form-subtitle: 21px;
        --fz-form-text: 24px;
        --fz-form-field-label: 17px;
        --fz-form-input: 16px;
        --fz-form-placeholder: 16px;
        --fz-form-cheakbox: 15px;
        --fz-form-btn: 16px;
        
        --fz-form-title-Modal: 24px;
    }
}
@media (max-width: 460px) {
    :root {
        --fz-h1: 38px;
        --fz-h1-not-front: 38px;
        --fz-h2: 36px;
        --fz-h2-not-front: 36px;
        --fz-h3: 23px;
        --fz-h3-not-front: 23px;
        
        --fz-h3-benefits: 21px;

        
        --fz-h1-subtitle: 22px;
        --fz-h2-subtitle: 22px;
        
        /* --fz-slider-subtitle: 20px; */
        --fz-catalog-subtitle: 14px;
        --fz-tech-subtitle: 15px;
        --fz-service-subtitle: 21px;


        
        --fz-label-block: 22px;
        
        --fz-nav-head: 17px;
        --fz-nav-menu: 16px;
        --fz-nav-foot: 15px;
        --fz-nav-label: 22px;

        --fz-contacts-head: 15px;
        --fz-contacts-foot: 15px;

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

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

        --fz-search: 16px;
        
        /* --fz-big: 18px; */
        --fz-base: 17px;
        --fz-small: 12px;
            
        
        
        --fz-about-text: 20px;

        
        --fz-form-title: 36px;
        --fz-form-subtitle: 21px;
        --fz-form-text: 24px;
        --fz-form-field-label: 17px;
        --fz-form-input: 16px;
        --fz-form-placeholder: 16px;
        --fz-form-cheakbox: 15px;
        --fz-form-btn: 16px;
        
        --fz-form-title-Modal: 24px;
    }
}
@media (max-width: 350px) {
    :root {
        --fz-h1: 38px;
        --fz-h1-not-front: 38px;
        --fz-h2: 36px;
        --fz-h2-not-front: 36px;
        --fz-h3: 23px;
        --fz-h3-not-front: 23px;
        
        --fz-h3-benefits: 21px;

        
        --fz-h1-subtitle: 22px;
        --fz-h2-subtitle: 22px;
        
        /* --fz-slider-subtitle: 20px; */
        --fz-catalog-subtitle: 14px;
        --fz-tech-subtitle: 15px;
        --fz-service-subtitle: 21px;


        
        --fz-label-block: 22px;
        
        --fz-nav-head: 17px;
        --fz-nav-menu: 16px;
        --fz-nav-foot: 15px;
        --fz-nav-label: 22px;

        --fz-contacts-head: 15px;
        --fz-contacts-foot: 15px;

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

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

        --fz-search: 16px;
        
        /* --fz-big: 18px; */
        --fz-base: 17px;
        --fz-small: 12px;
            
        
        
        --fz-about-text: 18px;

        
        --fz-form-title: 36px;
        --fz-form-subtitle: 21px;
        --fz-form-text: 24px;
        --fz-form-field-label: 17px;
        --fz-form-input: 16px;
        --fz-form-placeholder: 16px;
        --fz-form-cheakbox: 15px;
        --fz-form-btn: 16px;
        
        --fz-form-title-Modal: 24px;
    }
}




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

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


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

.not-front {
    background-color: var(--color-base-1);
    color: var(--color-base-2);
}
.not-front h1 {text-align: center;}
.not-front h1,
.not-front h2 {
    color: var(--color-base-2);
}

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



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

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

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


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);}


h1 {margin-bottom: 40px;}
h2 {margin-bottom: 40px;}

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

.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-base-1);
}
h2 {
    /* gradient-text */
    /* background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #000; */
    
    /* color-text */
    color: var(--color-base-1);
}

h1 span {color: inherit;}
h2 span {color: inherit;}

h1.front-h1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
h1.front-h1 span {
    color: inherit;
    text-align: center;
    width: 100%;
    max-width: 1100px;
    display: block;
}


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

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


div#app a.btn {
    font-family: var(--ff-base);
    font-size: var(--fz-btn);
    font-weight: 700;
}
div#app a.btn:hover {
    /* box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover); */
    /* background-color: var(--bg-color-btn-hover); */
}

/* a, button {
    transition: all .2s linear;
} */

@media (max-width: 1399px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {
    div#app {
        position: relative;
        inset: 0;
        top: 60px;
    }
}
@media (max-width: 767px) {
    h1.front-h1 {margin-bottom: 20px;}
}
@media (max-width: 575px) {
    .view-header {margin-bottom: 30px;}
    .view-header .view-header-inner {gap: 20px;}
}
@media (max-width: 460px) {
    h1.front-h1 {
        padding: 0 15px;
    }
}
@media (max-width: 350px) {
    h1.front-h1 {
        padding: 0;
    }
}






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











/* B L O C K S */
/* .slider-block,
.about-block,
.benefits-block,
.catalog-block,
.tech-block,
.merch-block,
.services-block,
.form-map,
.map-block,
.reviews {
    margin-bottom: 70px;
} */

.slider-block {margin-bottom: 40px;}
.about-block {margin-bottom: 70px;}


@media (max-width: 1699px) {}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    .slider-block {
        margin-bottom: 30px;
    }
    .about-block {
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}






















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

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



    box-shadow: 0 0 10px var(--color-base-2);
    border-radius: 50%;
    /* overflow: hidden; */
    background-color: #f3ff71;
}
#scrollToTop img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/5;
    position: relative;
}
#scrollToTop:hover {
    background-color: var(--color-base-2);
    box-shadow: 0 0 20px var(--color-base-2);
}

@media (max-width: 460px) {
    #scrollToTop {
        width: 38px;
        height: 38px;
        bottom: 100px;
        right: 20px;
    }
}















/* webkit-scrollbar */

/* div#offcanvasNav .offcanvas-body::-webkit-scrollbar {
    width: 30px;
}
div#offcanvasNav .offcanvas-body::-webkit-scrollbar-track {
    background: #EFDED1;
    border: 3px solid var(--color-main-hover);
}
div#offcanvasNav .offcanvas-body::-webkit-scrollbar-thumb {
    background: #ddb08c;
    border: 3px solid var(--color-main-hover);
}
div#offcanvasNav .offcanvas-body::-webkit-scrollbar-button {
    background: antiquewhite;
} */












/* M O R E - L I N K // btn */
/* more-link // btn  */
.more-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
    width: 100%;
}
.more-link a {
    /* width: 170px; */
    /* height: 47px; */
    /* background-color: var(--color-main); */
    font-weight: 700;
    font-size: var(--fz-more-link);
    color: var(--color-base-1);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    gap: 15px;
}
.more-link a:hover {
    text-decoration: underline;
}
.more-link a::after {
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/arrow-more-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 1399px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    .more-link {
        margin-top: 30px;
    }
    .more-link a {
        width: 100%;
        height: 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); */
    /* color: var(--color-base-2); */
    color: var(--color-main);
    border-radius: 10px;
    padding: 7px 10px;
    /* border: 3px solid var(--color-main); */
}
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); */
    /* color: var(--color-base-2); */
    color: var(--color-main);
    /* border-radius: 10px; */
    /* padding: 2px 10px; */
    /* border: 3px solid var(--color-main); */
}

/* 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(--color-base-2);
    color: var(--color-base-1);

    border-color: var(--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-btn);
    color: var(--color-base-1);
}
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(--color-base-1);
    color: var(--color-base-2);
    border: 3px solid var(--bg-color-btn-hover);
}

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) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    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%;
    }
}
@media (max-width: 350px) {
    nav.pager ul.pagination.js-pager__items {
        margin: 0;
    }
}












/* C O O K I E // block */
/* cookie // block  */
/* main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock {
    font-family: var(--ff-base);
    max-height: 100%;
    overflow-y: auto;
    background-color: var(--color-main);
    color: var(--color-base-2);
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper {
    padding: 30px 0;
    gap: 18px;
}

/* cookie // Content * /
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-content {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper strong {
    display: flex;
    position: relative;
    height: 26px;
    align-items: center;
    color: inherit;
    font-weight: 700;
}

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

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

/* cookie // BTNs * /
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns {
    gap: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns button.btn {
    width: 170px;
    height: 38px;
    padding: 5px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-family: var(--ff-base);
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
}

main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns button#btn-metrika-yes {
    color: var(--color-base-1);
    background-color: var(--color-base-2);
    border: 2px solid var(--color-base-1);
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns button#btn-metrika-yes:hover {
    color: var(--color-base-2);
    background-color: var(--color-main);
    border-color: var(--color-main);
}

main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns button#btn-metrika-no {
    color: var(--color-base-1);
    background-color: var(--color-base-2);
    border: 2px solid var(--color-base-1);
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns button#btn-metrika-no:hover {
    color: var(--color-base-2);
    background-color: var(--color-main);
    border-color: var(--color-main);
}

@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 .block-metrika-wrapper .block-metrika-content p {
        text-align: justify;
    }
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns button#btn-metrika-yes,
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns button#btn-metrika-no {
        width: 50%;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns {
        display: flex;
        flex-direction: column;
    }
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns button#btn-metrika-yes,
    main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns button#btn-metrika-no {
        width: 100%;
    }
} */




/* 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: 14px;
    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: 14px;
    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: 16px;
}
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: 14px;
    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: 16px;
    font-weight: 400;
    border-radius: 6px;
    line-height: 1;
}

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

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

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



/* C O O K I E - A B B R E V I A T E D // block */
/* cookie - abbreviated // block  */
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock {}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock .vpa-container.vpa-short {}

main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper {
    box-shadow: 0 2px 9px rgb(0 0 0 / 15%);
    /* box-shadow: none; */
    max-height: 100%;
    overflow-y: auto;
    /* margin: 0; */
    /* right: 30px; */
    /* left: auto; */
    bottom: 20px;
    /* gap: 70px; */
    /* padding: 27px 30px; */
    /* border-radius: 10px; */
    max-width: 700px;
    width: 95%;
    /* border: 1px solid #CDCDCD; */
}

/* cookie // Content */
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-content {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* text-align: center; */
    line-height: 1.35;
}

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: 14px;
    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(--color-base-1-opt-50);
}

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

main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-actions button#vpa-btn-ok {
    background-color: var(--color-base-1);
    color: var(--color-base-2);
}
main#main .region.region-content div#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-actions button#vpa-btn-ok:hover {
    background-color: var(--color-main);
    color: var(--color-base-1);
}

/* @media (max-width: 1699px) {} */
/* @media (max-width: 1399px) {} */
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    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; */
        bottom: 15px;
    }
    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) {}


















/* 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;
    width: 400px;
    height: 48px;
    position: relative;
}

/* form-search // Block -> form -> input */
form[id^="search-api-page-block-form-search"] .js-form-item.form-item {
    width: 100%;
    height: 100%;
}

form[id^="search-api-page-block-form-search"] input[id^="edit-keys"] {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-bottom: 1px solid var(--color-base-2);
    border: 0;
    /* opacity: 0; */
    transition: all .2s linear;
    border-radius: 0px;
    color: var(--color-base-2);
    border-radius: 50px;
    background-color: var(--color-base-2-opt-10);
    padding: 5px 60px 5px 20px;
}

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-2);
}

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

/* 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 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%;
    height: auto;
}

.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;
    padding: 5px 20px;
    border: 0;
    border-radius: 0;
}

.not-front main#main form#search-api-page-block-form-search div.form-actions {
    width: 10%;
    height: 50px;
    position: relative;
    right: 0;
}
.not-front main#main form#search-api-page-block-form-search div.form-actions button {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: var(--color-base-2-opt-10);
}
.not-front main#main form#search-api-page-block-form-search div.form-actions button:hover {
    background-color: #efff4aad;
}

/* 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(--btn-bg-color-1);
    text-decoration: none;
}

/* div#block-vesta-theme-content h3 a:hover, */
.not-front .searching-title a:hover {
    color: var(--bg-color-main-2);
    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) {}























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















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

.cart--cart-block {}
.cart--cart-block .cart-block--summary {}

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

.cart--cart-block .cart-block--summary a span.cart-block--summary__icon {}

.cart--cart-block .cart-block--summary a span.cart-block--summary__icon span.cart-block--summary__count {
    position: absolute;
    top: -5px;
    right: -20px;
    background: #1e1e1e;
    border-radius: 10px;
}



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


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

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
















/* U S E R - Login/Logout // Block */

.col-user-login {
    display: none;
}
.btn-login,
.btn-logout {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-login {
    background: #1e1e1e;
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 48px;
    width: 189px;
    box-shadow: 0 2px 4px 0 #0000000d;
    border-radius: 26px;
    overflow: hidden;
    font-size: var(--fz-btn-small) !important;
    font-weight: 700;
    border: 3px solid #fff;
}
.btn-login:hover {
    box-shadow: 0 0px 6px 3px var(--bg-color-btn-hover);
    color: var(--bg-color-btn-hover);
}

.btn-logout {
    background: #eeff39;
    color: #1e1e1e;
    text-decoration: none;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 48px;
    width: 189px;
    box-shadow: 0 2px 4px 0 #0000000d;
    border-radius: 26px;
    overflow: hidden;
    font-size: var(--fz-btn-small) !important;
    font-weight: 700;
    border: 3px solid #1e1e1e;
}
.btn-logout:hover {
    box-shadow: 0 0 6px 0 #F3FF71;
    background-color: #F3FF71;
    color: #000;
}

/* U S E R - Login/Logout // Page */
form#user-login-form {}

/* MEDIA SIZE */
@media (max-width: 1699px) {}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .btn-login,
    .btn-logout {
        width: 100px;
    }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}


/* U S E R - Login/Logout // Page */
form#user-login-form {}


/* form // Block -> form */
form#user-login-form {
    width: 100%;
    position: relative;
    z-index: 2;
}

/* form // Block -> form -> js-form-item */
form#user-login-form .js-form-item.form-item {
    margin-bottom: 15px;
}

/* form // Block -> form -> field labels */
form#user-login-form .js-form-item.form-item label {
    /* display: none; */
    font-size: var(--fz-form-field-label);
    font-weight: 600;
    color: var(--color-base-2);
}

/* form // Block -> form -> inputs -> name, phone */
form#user-login-form .js-form-item.form-item input {
    margin: 0;
    padding: 11px 18px 10px;
    height: 48px;
    line-height: 1;
    border: none;
    border-radius: 75px;
    color: var(--color-base-2);
    background-color: var(--color-base-2-opt-10);
    font-size: var(--fz-form-input);
}
form#user-login-form .js-form-item.form-item input::placeholder {
    color: #848484;
    font-size: var(--fz-form-placeholder);
}
form#user-login-form .js-form-item.form-item input:focus {
    box-shadow: none;
    outline: 0;
}

/* form // Block -> form -> textarea -> comment */
form#user-login-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea {
    margin: 0;
    padding: 17px 18px 10px;
    height: 48px;
    min-height: 48px;
    max-height: 200px;
    line-height: 1;
    border: none;
    border-radius: 25px;
    color: var(--color-base-2);
    background-color: var(--color-base-2-opt-10);
    font-size: var(--fz-form-input);
}
form#user-login-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::placeholder {
    color: #848484;
    font-size: var(--fz-form-placeholder);
}
form#user-login-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 -> inputs -> cheakbox */
form#user-login-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
    margin: 30px 0;
    display: grid;
    grid-template-columns: 12px 11fr;
    grid-template-areas:
        'a b'
        'c c';
    row-gap: 2px;
    column-gap: 10px;
    align-items: center;
    font-size: 14px;
}
form#user-login-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
    height: auto;
    grid-area: a;
}
form#user-login-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description {
    grid-area: b;
    font-size: var(--fz-form-cheakbox);
    color: var(--color-base-2);
    line-height: 1.5;
    font-weight: 600;
    max-width: 480px;
}
form#user-login-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a {
    color: var(--color-base-2);
    text-decoration: underline;
}
form#user-login-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a:hover {
    color: var(--color-special);
}

/* form // Block -> form -> btn */
form#user-login-form button[id^="edit-submit"] {
    background-color: var(--color-main);
    /* background: var(--bg-color-btn-gradient); */
    color: var(--color-base-1);
    border: none;
    border-radius: 50px;
    width: 100%;
    height: 48px;
    font-weight: 600;
    font-size: var(--fz-form-btn);
    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
form#user-login-form button[id^="edit-submit"]:hover {
    background-color: var(--color-special);
    /* background: var(--bg-color-btn-gradient-hover); */
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover);
}
form#user-login-form button[id^="edit-submit"]::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/arrow-more-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
}

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

form#user-login-form .js-form-item.form-item strong {
    color: var(--color-main);
}
form#user-login-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) {
    #form-block .region.region-form {
        gap: 100px;
    }
    form#user-login-form {
        width: 100%;
    }
}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    #form-block .region.region-form {
        gap: 50px;
    }
}
@media (max-width: 991px) {
    #form-block .region.region-form {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
    form#user-login-form {
        max-width: 100%;
        padding-bottom: 170px;
    }

}
@media (max-width: 767px) {
}
@media (max-width: 575px) {}
@media (max-width: 460px) {
}
@media (max-width: 350px) {}



























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

.header-top {
    padding: 12px 0 18px;
}


/* header // Block -> img */
.header-top .header-row .logo {
    aspect-ratio: 208/30;
    width: auto;
    max-width: 100%;
    height: auto;
    width: 208px;
}
.header-top .header-row .logo img {
    width: 100%;
    height: 100%;
    aspect-ratio: 208/30;
    object-fit: contain;
}

.header-top .header-row .logo-contacts {
    display: flex;
    gap: 75px;
    align-items: center;
}
.header-top .header-row .logo-contacts .col-contacts .contacts {
    display: flex;
    gap: 75px;
    align-items: center;
}

.header-top .header-row .logo-contacts .col-contacts .contacts .contacts-set.contacts-set-3 {
    display: flex;
    gap: 30px;
}
.header-top .header-row .logo-contacts .col-contacts .contacts .contacts-set.contacts-set-1 {
    display: flex;
    gap: 75px;
    align-items: center;
}

.header-top .header-row .logo-contacts .col-contacts .contacts .contacts-set.contacts-set-1 p.contacts-text {
    margin: 0;
}
.header-top .header-row .logo-contacts .col-contacts .contacts .contacts-set.contacts-set-1 p.contacts-text a {
    font-size: var(--fz-contacts-head);
    color: var(--color-base-2);
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
}
.header-top .header-row .logo-contacts .col-contacts .contacts .contacts-set.contacts-set-1 p.contacts-text a:hover {
    text-decoration: underline;
}

.header-top .header-row .logo-contacts .col-contacts .contacts .contacts-set.contacts-set-1 p.contacts-text a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/header-01-mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.header-top .header-row .logo-contacts .col-contacts .contacts .contacts-set.contacts-set-1 p.contacts-text a.mail::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/header-01-mail.svg);
}
.header-top .header-row .logo-contacts .col-contacts .contacts .contacts-set.contacts-set-1 p.contacts-text a.tel::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/header-02-phone.svg);
}


.header-top .header-row .cart-login {
    display: flex;
    gap: 20px;
}





.header-bottom {
    background: transparent;
    padding-bottom: 10px;
}


.header-bottom .header-row .region.region-navigation nav ul.nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 82px;
}
.header-bottom .header-row .region.region-navigation nav ul.nav li a.nav-link {
    font-size: var(--fz-nav-head);
    font-weight: 600;
    color: var(--color-base-2);
    height: 48px;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.header-bottom .header-row .region.region-navigation nav ul.nav li a.nav-link:hover {
    text-decoration: underline;
}
.header-bottom .header-row .region.region-navigation nav ul.nav li a.nav-link.is-active {
    color: var(--color-main);
}

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


.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu {
    background-color: var(--color-main);
    border-radius: 0 0 10px 10px;
    /* top: 50px; */
    /* padding-bottom: 0; */
    overflow: hidden;
    border-top: 10px solid var(--color-base-1);
}
/* .header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.nav-item {
    background-color: var(--color-main);
} */

.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item:hover {
    background-color: var(--color-base-1);
    color: var(--color-main);
}
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item.active {
    background-color: var(--color-base-1);
    color: var(--color-main);
    font-weight: 600;
    padding: 10px 16px;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {
    .header-bottom .header-row .region.region-navigation nav ul.nav {
        gap: 70px;
    }
}
@media (max-width: 1399px) {
    .header-top .header-row .logo-contacts {
        gap: 40px;
    }
    .header-top .header-row .logo-contacts .col-contacts .contacts {
        gap: 30px;
    }
    /* .header-top .header-row .logo-contacts .col-contacts .contacts .contacts-set.contacts-set-3 {
        gap: 30px;
    } */
    .header-top .header-row .logo-contacts .col-contacts .contacts .contacts-set.contacts-set-1 {
        gap: 30px;
    }

    .header-bottom .header-row .region.region-navigation nav ul.nav {
        gap: 40px;
    }
}
@media (max-width: 1199px) {
    .header-top .header-row .logo-contacts {
        gap: 20px;
    }
    .header-top .header-row .logo-contacts .col-contacts .contacts {
        gap: 20px;
    }
    .header-top .header-row .logo-contacts .col-contacts .contacts .contacts-set.contacts-set-3 {
        gap: 20px;
    }
    .header-top .header-row .logo-contacts .col-contacts .contacts .contacts-set.contacts-set-1 {
        gap: 20px;
    }

    .header-top .header-row .cart-login {
        gap: 10px;
    }

    .header-bottom .header-row .region.region-navigation nav ul.nav {
        gap: 25px;
    }

    header#header form[id^="search-api-page-block-form-search"] {
        max-width: 250px;
    }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* header // Block -> nav -> M E G A - M E N U */
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu {
    width: 1300px;
    column-gap: 50px;
    row-gap: 20px;
    left: -130px; /*  0px  */
    height: 650px; /* 500 */
    display: none;
    flex-wrap: wrap;
    justify-content: start;
    overflow-y: auto;
    box-shadow: inset 0 -5px 10px rgb(0 0 0 / 50%);
}
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown:hover ul.dropdown-menu {
    display: flex;
}
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu {
    height: auto;
    width: 275px;
}

.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu a.dropdown-item {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu a.dropdown-item.is-active {
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
}

.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu {
    width: auto;
    border: 0;
    border-radius: 0;
    left: 0;
    display: block;
    height: auto;
    position: relative;
    top: 0;
    box-shadow: none;
    background: none;
}
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu li a.dropdown-item {
    font-weight: 400;
    /* white-space: pre-wrap; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu li a.dropdown-item.is-active {
    border-bottom: 2px solid #a5b500;
}


/* header // Block -> nav -> M E G A - M E N U -> webkit-scrollbar */
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
    width: 30px;
    /* box-shadow: 0px 0px 5px rgb(0 0 0 / 50%); */
}
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
    background: #eeff39;
    border: 3px solid #eeff39;
    box-shadow: inset 0 -5px 10px rgb(0 0 0 / 50%);
}
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
    background: #c1d11b;
    /* background: #eeff39; */
    border: 3px solid #eeff39;
    box-shadow: inset 0 -5px 10px rgb(0 0 0 / 50%);
}
/* .header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-button {
    background: antiquewhite;
} */

@media (max-width: 1699px) {
    .header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu {
        width: 1160px;
        height: 500px;
    }
    .header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu {
        width: 240px;
    }
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
    .header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu {
        width: 970px;
        height: 450px;
    }
    .header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu {
        width: 195px;
    }
}
@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 {
    background-color: var(--color-base-1);
    padding: 15px;
    display: flex;
    flex-direction: column;
}
#header-mob .header-mob-inner {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

/* header-mobile // Block -> logo */
#header-mob .header-mob-inner .col-logo {
    aspect-ratio: 208/30;
    width: 100%;
    max-width: 208px;
    height: auto;
    max-height: 30px;
}
#header-mob .header-mob-inner .col-logo img {
    aspect-ratio: 208/30;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* header-mobile // Block -> tools */
#header-mob .header-mob-inner .header-mob-tools {
    display: flex;
    align-items: center;
    height: 30px;
    gap: 20px;
}

/* header-mobile // Block -> tools -> cart */
#header-mob .header-mob-inner .header-mob-tools .col-cart .cart--cart-block a {
    border: 0;
    padding: 0;
    width: 40px;
    height: 30px;
    background: none;
    border-radius: 0;
}
#header-mob .header-mob-inner .header-mob-tools .col-cart .cart--cart-block a:hover {
    filter: invert(0);
}

#header-mob .header-mob-inner .header-mob-tools .col-cart .cart--cart-block a span.cart-block--summarty__title {
    display: none;
}

#header-mob .header-mob-inner .header-mob-tools .col-cart .cart--cart-block a span.cart-block--summary__icon {
    filter: invert(1);
}
#header-mob .header-mob-inner .header-mob-tools .col-cart .cart--cart-block a span.cart-block--summary__icon span.cart-block--summary__count {
    background: #000 !important;
    top: -5px;
    right: -10px;
}

/* header-mobile // Block -> tools -> user login */
#header-mob .header-mob-inner .header-mob-tools .col-user-login .btn-login {
    border: 0;
    background: 0;
    padding: 0;
    height: 30px;
    width: 30px;
}
#header-mob .header-mob-inner .header-mob-tools .col-user-login .btn-logout {
    border: 0;
    background: 0;
    padding: 0;
    height: 30px;
    width: 30px;
}

#header-mob .header-mob-inner .header-mob-tools .col-user-login .btn-login span.user-login__title {
    display: none;
}

#header-mob .header-mob-inner .header-mob-tools .col-user-login .btn-login span.user-login__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* header-mobile // Block -> tools -> btn serch */
#header-mob .header-mob-inner .header-mob-tools .btn-search-react button#search-toggle {
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 0;
    border-radius: 50px;
    background-color: transparent;
    border: none;
    content: '';
    display: block;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/search.svg);
    background-repeat: no-repeat;
    background-position: center;
}

/* 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) {
    #header-mob .header-mob-inner {
        gap: 20px;
    }
    #header-mob .header-mob-inner .header-mob-tools {
        gap: 15px;
    }
}
@media (max-width: 350px) {
    #header-mob .header-mob-inner {
        gap: 15px;
    }
    #header-mob .header-mob-inner .header-mob-tools {
        gap: 10px;
    }
}











/* H E A D E R - M O B I L E // Menu */
/* header-mobile // Menu */
div#offcanvasNav {
    background-color: #1e1e1e;
    /* background-color: var(--color-main); */
    gap: 20px;
}

/* header-mobile // NAV -> header */
div#offcanvasNav .offcanvas-header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
div#offcanvasNav .offcanvas-header .logo {
    aspect-ratio: 208/30;
    width: 100%;
    max-width: 210px;
    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;
}

/* header-mobile // NAV -> body -> search */
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 var(--color-main);
    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(--color-main); */
    background-color: #eeff39bf;
}


/* 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;
    color: #fff;
    /* text-transform: uppercase; */
    display: flex;
    align-items: center;
    height: 63px;
    font-weight: 700;
    font-size: var(--fz-nav-menu);
}
div#offcanvasNav .offcanvas-body nav ul.nav li.nav-item a.nav-link:hover {
    background-color: var(--color-base-2);
    color: #000;
}
div#offcanvasNav .offcanvas-body nav ul.nav li.nav-item a.is-active {
    background-color: var(--color-main);
    /* text-decoration: underline; */
    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(--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-text-small);
}
#offcanvasNav li.nav-item.dropdown ul.dropdown-menu li.nav-item a.dropdown-item:hover {
    background-color: #eeff39a1;
}
#offcanvasNav li.nav-item.dropdown ul.dropdown-menu li.nav-item a.dropdown-item.is-active {
    background-color: var(--color-main);
    /* border: 10px solid #fff; */
    border-top: 0;
    border-bottom: 0;
    font-weight: 700;
}

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


/* header // Block -> nav -> M E G A - M E N U */
/* .header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu {
    width: 1300px;
    column-gap: 50px;
    row-gap: 20px;
    left: -130px; /*  0px  * /
    height: 500px;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-y: auto;
    box-shadow: inset 0 -5px 10px rgb(0 0 0 / 50%);
} */
/* .header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown:hover ul.dropdown-menu {
    display: flex;
} */
/* .header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu {
    height: auto;
    width: 275px;
} */

/* .header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu a.dropdown-item {
    font-weight: 700;
}
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu a.dropdown-item.is-active {
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
} */
/* 
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu {
    width: auto;
    border: 0;
    border-radius: 0;
    left: 0;
    display: block;
    height: auto;
    position: relative;
    top: 0;
    box-shadow: none;
    background: none;
} */
/* .header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu li a.dropdown-item {
    font-weight: 400;
    white-space: pre-wrap;
}
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu li a.dropdown-item.is-active {
    border-bottom: 2px solid #a5b500;
} */



#offcanvasNav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu a.dropdown-item {
    font-size: 18px;
    font-weight: 500;
}
#offcanvasNav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu a.dropdown-item:hover {
    background-color: var(--color-base-1);
    color: var(--color-main);
}

/* #offcanvasNav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu li a.dropdown-item {
    font-size: var(--fz-nav-menu);
    font-weight: 400;
} */



div#offcanvasNav .offcanvas-body nav ul.nav li.nav-item.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu {
    display: none !important;
}






/* header-mobile // NAV -> body -> nav -> M E G A - M E N U -> webkit-scrollbar */
/* .header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
    width: 30px;
}
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
    background: #eeff39;
    border: 3px solid #eeff39;
    box-shadow: inset 0 -5px 10px rgb(0 0 0 / 50%);
}
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
    background: #c1d11b;
    border: 3px solid #eeff39;
    box-shadow: inset 0 -5px 10px rgb(0 0 0 / 50%);
}
.header-bottom .header-row .region.region-navigation nav ul.nav li.nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-button {
    background: antiquewhite;
} */




        



/* header-mobile // NAV -> body -> contacts & social */
div#offcanvasNav .offcanvas-body .contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: transparent;
    border: 2px solid var(--color-main);
    color: var(--color-base-2);
    padding: 10px;
}
/* div#offcanvasNav .offcanvas-body .contacts .contacts-title {
    margin-bottom: 10px;
} */


div#offcanvasNav .offcanvas-body .contacts .contacts-col .contacts-label {
    margin-bottom: 5px;
}
div#offcanvasNav .offcanvas-body .contacts .contacts-text {
    margin-bottom: 5px;
}

div#offcanvasNav .offcanvas-body .contacts .contacts-text a {
    text-decoration: none;
    color: inherit;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
div#offcanvasNav .offcanvas-body .contacts .contacts-text a:hover {
    color: var(--color-main);
}

div#offcanvasNav .offcanvas-body .contacts .contacts-text a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/footer-01-mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
div#offcanvasNav .offcanvas-body .contacts .contacts-text a.mail::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/footer-01-mail.svg);
}
div#offcanvasNav .offcanvas-body .contacts .contacts-text a.tel::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/footer-02-phone.svg);
}
div#offcanvasNav .offcanvas-body .contacts .contacts-text.address-1 span {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
div#offcanvasNav .offcanvas-body .contacts .contacts-text.address-1 span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/footer-03-adress.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

div#offcanvasNav .offcanvas-body .contacts .contacts-set-3 {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

/* div#offcanvasNav .offcanvas-body .contacts .contacts-col-3 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    margin: 0;
} */
/* div#offcanvasNav .offcanvas-body .contacts .contacts-col-3 .contacts-label {
    width: 100%;
} */

/* div#offcanvasNav .offcanvas-body .contacts .contacts-col .social-mes {
    background-color: var(--color-special);
    width: 30px;
    height: auto;
    display: flex;
    aspect-ratio: 30/30;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
} */
/* div#offcanvasNav .offcanvas-body .contacts .contacts-col .social-mes:hover {
    background-color: var(--color-main);
} */

/* div#offcanvasNav .offcanvas-body .contacts .contacts-col .social-mes img {
    aspect-ratio: 30/30;
    width: 100%;
    height: auto;
    object-fit: contain;
} */



/* header-mobile // div#offcanvasNav .offcanvas-body -> webkit-scrollbar */
.offcanvas-body::-webkit-scrollbar {
    width: 15px;
}
.offcanvas-body::-webkit-scrollbar-track {
    background: #eeff39;
}
.offcanvas-body::-webkit-scrollbar-thumb {
    background: #afbe12;
}
/* .div#offcanvasNav .offcanvas-body::-webkit-scrollbar-button {
    background: antiquewhite;
} */
/* MEDIA SIZE */
@media (max-width: 1699px) {}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    div#offcanvasNav .offcanvas-body .region.region-search form .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {
        width: 84%;
    }
    div#offcanvasNav .offcanvas-body .region.region-search form#search-api-page-block-form-search--2 .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {
        width: 80%;
    }
}
@media (max-width: 350px) {
    div#offcanvasNav .offcanvas-body .region.region-search form .js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {
        width: 70%;
    }
    div#offcanvasNav .offcanvas-body .head-right-up .col-contacts p.contact-item span {
        display: block;
        margin-bottom: 5px;
    }
}









/* S L I D E R // Block */
/* slider // Block */

div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    padding: 0 30px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

/* slider // Block -> title */
.view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-title.field--type-text-long.field--label-hidden.field__item {
    margin: 0 90px;
    margin-bottom: 40px;
    font-size: var(--fz-h2);
    font-weight: 700;
    text-align: center;
}
.view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-title.field--type-text-long.field--label-hidden.field__item p {
    margin-bottom: 10px;
}
.view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-title.field--type-text-long.field--label-hidden.field__item p:last-child {
    margin-bottom: 0px;
}

/* slider // Block -> text */
/* div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    margin: 0 90px;
    margin-bottom: 20px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p {
    margin-bottom: 10px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p:last-child {
    margin-bottom: 0px;
} */

/* slider // Block -> btns */
.view.view-slayder.view-id-slayder .view-content .node--type-slide .content .btn-set {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.view.view-slayder.view-id-slayder .view-content .node--type-slide .content .btn-set .field.field--name-dynamic-token-fieldnode-btn-more-catalog.field--type-ds.field--label-hidden.field__item a {
    width: 400px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 0;
    box-shadow: 0 2px 4px 0px #0000000d;
    color: var(--color-base-1);
    background-color: var(--bg-color-btn);
}
.view.view-slayder.view-id-slayder .view-content .node--type-slide .content .btn-set .field.field--name-dynamic-token-fieldnode-btn-more-catalog.field--type-ds.field--label-hidden.field__item a:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover);
    background-color: var(--bg-color-btn-hover);
}

.view.view-slayder.view-id-slayder .view-content .node--type-slide .content .btn-set .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item a {
    width: 400px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 1px solid var(--color-base-2);
    box-shadow: 0 2px 4px 0px #0000000d;
    color: var(--color-base-2);
    background-color: transparent;
}
.view.view-slayder.view-id-slayder .view-content .node--type-slide .content .btn-set .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item a:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover) !important;
    background-color: var(--color-base-1) !important;
    color: var(--color-special) !important;
    border-color: var(--color-special) !important;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    /* .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-title.field--type-text-long.field--label-hidden.field__item {
        margin: 0 90px;
        margin-bottom: 40px;
    } */
    /* div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        margin: 0 90px;
        margin-bottom: 20px;
    } */
}
@media (max-width: 991px) {
    .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .btn-set {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 75%;
    }
    .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .btn-set .field.field--name-dynamic-token-fieldnode-btn-more-catalog.field--type-ds.field--label-hidden.field__item {
        width: 100%;
    }
    .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .btn-set .field.field--name-dynamic-token-fieldnode-btn-more-catalog.field--type-ds.field--label-hidden.field__item a {
        width: 100%;
    }

    .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .btn-set .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item {
        width: 100%;
    }
    .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .btn-set .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item a {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-title.field--type-text-long.field--label-hidden.field__item {
        margin: 0 70px;
        margin-bottom: 40px;
    }
    /* div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        text-align: justify;
        margin: 0 70px;
        margin-bottom: 20px;
    } */
}
@media (max-width: 575px) {
    .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-title.field--type-text-long.field--label-hidden.field__item {
        margin: 0 35px;
        margin-bottom: 280px;
        text-align: center;
    }
    .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .btn-set {
        width: 100%;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {
    .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field.field--name-field-slide-title.field--type-text-long.field--label-hidden.field__item {
        margin: 0px 0px;
    }
}







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

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

/* about // Block -> content -> left(UP) -> img */
.view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-left .field.field--name-field-about-image.field--type-image.field--label-hidden.field__item {
    /* aspect-ratio: 820/400; */
    width: auto; /* 100% */
    height: 100%; /* auto */
    overflow: hidden;
    border-radius: 5px;
}
.view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-left .field.field--name-field-about-image.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 820/400;
}

/* about // Block -> content -> right(DOWN) */
.view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

/* about // Block -> content -> right(DOWN) -> text */
.view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .field.field--name-field-about-preface.field--type-text-long.field--label-hidden.field__item {
    font-size: var(--fz-about-text);
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.3;
}
.view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .field.field--name-field-about-preface.field--type-text-long.field--label-hidden.field__item p:last-child {
    margin-bottom: 0;
}

/* about // Block -> content -> right(DOWN) -> btn's */
.view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .btn-set {
    /* position: absolute; */
    /* bottom: 0; */
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}

.view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-more-catalog.field--type-ds.field--label-hidden.field__item,
.view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item {
    width: 50%;
    height: 50px;
}

.view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-more-catalog.field--type-ds.field--label-hidden.field__item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 0;
    box-shadow: 0 2px 4px 0px #0000000d;
    color: var(--color-base-1);
    background-color: var(--bg-color-btn);
}
.view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-more-catalog.field--type-ds.field--label-hidden.field__item a:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover);
    background-color: var(--bg-color-btn-hover);
}

.view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 1px solid var(--color-base-1);
    box-shadow: 0 2px 4px 0px #0000000d;
    color: var(--color-base-1);
    background-color: transparent;
}
.view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item a:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover) !important;
    background-color: var(--color-base-1) !important;
    color: var(--color-special) !important;
    border-color: var(--color-special) !important;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {}
@media (max-width: 1399px) {
    .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .field.field--name-field-about-preface.field--type-text-long.field--label-hidden.field__item {
        text-align: justify;
    }
}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-left {
        margin-bottom: 20px;
    }
    .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .field.field--name-field-about-preface.field--type-text-long.field--label-hidden.field__item {
        margin-bottom: 30px;
    }
    .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .btn-set {
        gap: 10px;
    }
    .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .field.field--name-field-about-preface.field--type-text-long.field--label-hidden.field__item {
        text-align: left;
    }
}
@media (max-width: 575px) {
    .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .btn-set {
        display: flex;
        flex-direction: column;
    }
    .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-more-catalog.field--type-ds.field--label-hidden.field__item,
    .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item {
        width: 100%;
    }
    .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-left .field.field--name-field-about-image.field--type-image.field--label-hidden.field__item img {
        aspect-ratio: 328/204;
    }
    .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-teaser .about.center .about-right .field.field--name-field-about-preface.field--type-text-long.field--label-hidden.field__item {
        padding-right: 15px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}






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

.not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {}


.not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p {
    margin-bottom: 10px;
}
.not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p:last-child {
    margin-bottom: 0px;
}

.not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .field.field--name-field-about-photo-set.field--type-image.field--label-hidden.field__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .field.field--name-field-about-photo-set.field--type-image.field--label-hidden.field__items .field__item {
    aspect-ratio: 540/400;
    height: auto;
    width: 32%;
    position: relative;
    overflow: hidden;
}
.not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .field.field--name-field-about-photo-set.field--type-image.field--label-hidden.field__items .field__item img {
    aspect-ratio: 540/400;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .btn-set {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0;
}
.not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .btn-set .field.field--name-dynamic-token-fieldnode-btn-more-catalog.field--type-ds.field--label-hidden.field__item,
.not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .btn-set .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item {
    width: 50%;
    height: 50px;
}

.not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .btn-set .field.field--name-dynamic-token-fieldnode-btn-more-catalog.field--type-ds.field--label-hidden.field__item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 0;
    box-shadow: 0 2px 4px 0px #0000000d;
    color: var(--color-base-1);
    background-color: var(--bg-color-btn);
}
.not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .btn-set .field.field--name-dynamic-token-fieldnode-btn-more-catalog.field--type-ds.field--label-hidden.field__item a:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover);
    background-color: var(--bg-color-btn-hover);
}

.not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .btn-set .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 1px solid var(--color-base-2);
    box-shadow: 0 2px 4px 0px #0000000d;
    color: var(--color-base-2);
    background-color: transparent;
}
.not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .btn-set .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item a:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover);
    background-color: var(--color-base-1);
    color: var(--color-special);
    border-color: var(--color-special);
}

/* MEDIA SIZE */
@media (max-width: 1699px) {}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        text-align: justify;
    }
    .not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .field.field--name-field-about-photo-set.field--type-image.field--label-hidden.field__items {
        gap: 15px;
    }
}
@media (max-width: 991px) {
    .not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .field.field--name-field-about-photo-set.field--type-image.field--label-hidden.field__items {
        gap: 10px;
    }
}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    .not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .field.field--name-field-about-photo-set.field--type-image.field--label-hidden.field__items {
        gap: 8px;
    }
    .not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .btn-set {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .btn-set .field.field--name-dynamic-token-fieldnode-btn-more-catalog.field--type-ds.field--label-hidden.field__item,
    .not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .btn-set .field.field--name-dynamic-token-fieldnode-btn-submit-request.field--type-ds.field--label-hidden.field__item {
        width: 100%;
    }
}
@media (max-width: 460px) {
    .not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .field.field--name-field-about-photo-set.field--type-image.field--label-hidden.field__items {
        gap: 10px;
    }
    .not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .field.field--name-field-about-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 48%;
    }
}
@media (max-width: 350px) {
    .not-front .view.view-about-fabritex.view-id-about_fabritex .view-content .views-row .node.node--type-about-fabritex.node--view-mode-default .field.field--name-field-about-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 100%;
        aspect-ratio: 328/204;
    }
}























/* B E N E F I T S // Block */
/* benefits // Block */
#benefits-block {
    padding: 70px 0px;
    background-color: var(--color-main);
}
.not-front #benefits-block {padding: 0;}

/* benefits // Block -> content */
/* .view.view-benefits-fabritex.view-id-benefits_fabritex {
    padding: 0px 140px;
} */

.view.view-benefits-fabritex.view-id-benefits_fabritex .view-content {
    display: flex;
    gap: 100px;
    justify-content: center;
}
.view.view-benefits-fabritex.view-id-benefits_fabritex .view-content .views-row {
    max-width: 250px;
}

/* benefits // Block -> content -> icon */
.view.view-benefits-fabritex.view-id-benefits_fabritex .view-content .views-row .node.node--type-benefits-fabritex.node--view-mode-teaser .field.field--name-field-benefits-icon.field--type-image.field--label-hidden.field__item {
    margin-bottom: 35px;
}
.view.view-benefits-fabritex.view-id-benefits_fabritex .view-content .views-row .node.node--type-benefits-fabritex.node--view-mode-teaser .field.field--name-field-benefits-icon.field--type-image.field--label-hidden.field__item img {
    width: 80px;
    height: 80px;
    aspect-ratio: 10/10;
    object-fit: contain;
}

/* benefits // Block -> content -> text */
.view.view-benefits-fabritex.view-id-benefits_fabritex .view-content .views-row .node.node--type-benefits-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h3 {
    font-size: var(--fz-h3-benefits);
    font-weight: 600;
    font-style: italic;
    line-height: 1.36;
    padding-right: 25px;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {
    /* .not-front .view.view-benefits-fabritex.view-id-benefits_fabritex {
        margin: 0 -200px;
    } */
}
@media (max-width: 1399px) {
    .view.view-benefits-fabritex.view-id-benefits_fabritex .view-content {
        gap: 70px;
    }

    /* .not-front .view.view-benefits-fabritex.view-id-benefits_fabritex {
        margin: 0 -110px;
    } */
}
@media (max-width: 1199px) {
    /* .not-front .view.view-benefits-fabritex.view-id-benefits_fabritex {
        margin: 0 -120px;
    } */



    .view.view-benefits-fabritex.view-id-benefits_fabritex .view-content {
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .view.view-benefits-fabritex.view-id-benefits_fabritex .view-content .views-row {
        max-width: 220px;
    }
}
@media (max-width: 991px) {
    .view.view-benefits-fabritex.view-id-benefits_fabritex .view-content {
        gap: 50px;
        display: flex;
        flex-wrap: wrap;
    }
    .view.view-benefits-fabritex.view-id-benefits_fabritex .view-content .views-row {
        max-width: 250px;
    }
    .view.view-benefits-fabritex.view-id-benefits_fabritex .view-content .views-row .node.node--type-benefits-fabritex.node--view-mode-teaser .field.field--name-field-benefits-icon.field--type-image.field--label-hidden.field__item {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    .view.view-benefits-fabritex.view-id-benefits_fabritex .view-content .views-row .node.node--type-benefits-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h3 {
        text-align: center;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .view.view-benefits-fabritex.view-id-benefits_fabritex .view-content {
        gap: 30px;
    }
}
@media (max-width: 575px) {
    #benefits-block {
        padding: 30px 0px 40px;
    }

    .view.view-benefits-fabritex.view-id-benefits_fabritex .view-content {
        gap: 40px;
    }
    .view.view-benefits-fabritex.view-id-benefits_fabritex .view-content .views-row {
        max-width: 270px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* B E N E F I T S // Page */
/* benefits // Page */

.not-front .view.view-benefits-fabritex.view-id-benefits_fabritex {
    background-color: #eeff39;
    color: var(--color-base-1);
    margin: 0 -1000px;
    padding: 20px 1000px;
    /* margin-top: 30px; */
}














/* C A T A L O G // Block */
/* catalog // Block */
#catalog-block {
    background-color: var(--color-base-1);
    padding: 60px 0 70px;
}

.view.view-catalog-fabritex.view-id-catalog_fabritex {}

/* catalog // Block -> header */
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-header {margin-bottom: 40px;}
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-header h2 {
    margin-bottom: 40px;
    text-align: center;
    color: var(--color-base-2);
}

/* catalog // Block -> content */
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row {
    aspect-ratio: 540/400;
    height: auto;
    width: 32.5%;
    position: relative;
    overflow: hidden;
}
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser {
    position: relative;
}

/* catalog // Block -> content -> img */
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .field.field--name-field-categories-image.field--type-image.field--label-hidden.field__item {
    aspect-ratio: 540/400;
    width: 100%;
    height: 100%;
}
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .field.field--name-field-categories-image.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 540/400;
}

/* catalog // Block -> content -> inner */
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .contacts_inner {
    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;
}
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row:hover .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .contacts_inner {
    transform: translateY(30px);
    transition: all 0.2s linear;
}

/* catalog // Block -> content -> inner title */
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .contacts_inner .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 {
    font-weight: 700;
    font-style: italic;
    line-height: 1.4;
    color: var(--color-base-2);
    text-decoration: none;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 32px;
    max-height: 32px;
}
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .contacts_inner .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3:hover {
    color: var(--color-special);
}

.view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .contacts_inner .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    display: block;
}
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .contacts_inner .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 a:hover {
    text-decoration: underline;
}

/* catalog // Block -> content -> inner text */
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .contacts_inner .field.field--name-field-categories-subtitle.field--type-text.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;
}
.view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .contacts_inner .field.field--name-field-categories-subtitle.field--type-text.field--label-hidden.field__item p {
    margin-bottom: 0;
}


/* catalog // Block -> more-link */
.view.view-catalog-fabritex.view-id-catalog_fabritex .more-link a {
    color: var(--color-main);
}
.view.view-catalog-fabritex.view-id-catalog_fabritex .more-link a::after {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/arrow-more-link-color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {
    .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row {
        width: 32%;
    }
}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row {
        width: 31.5%;
    }
}
@media (max-width: 991px) {
    .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row {
        width: 48.5%;
    }
}
@media (max-width: 767px) {
    .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row {
        width: 48%;
    }
    .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .contacts_inner {
        transform: translateY(20px);
    }
    .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row:hover .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .contacts_inner {
        transform: translateY(0px);
    }
}
@media (max-width: 575px) {
    #catalog-block {
        padding: 30px 0 40px;
    }

    .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row {
        aspect-ratio: 328/230;
        width: 100%;
    }
    .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .field.field--name-field-categories-image.field--type-image.field--label-hidden.field__item,
    .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .field.field--name-field-categories-image.field--type-image.field--label-hidden.field__item img {
        aspect-ratio: 328/230;
    }
    .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-catalog-fabritex.taxonomy-term--view-mode-teaser .contacts_inner .field.field--name-field-categories-subtitle.field--type-text.field--label-hidden.field__item {
        max-width: 100%;
    }
    .view.view-catalog-fabritex.view-id-catalog_fabritex .view-header,
    .view.view-catalog-fabritex.view-id-catalog_fabritex .view-header h2 {
        margin-bottom: 20px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}






/* C A T A L O G // Page */
/* catalog // 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-tovary-index-merch-pro.view-id-tovary_index_merch_pro {}

.view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row {
    aspect-ratio: 540/400;
    height: auto;
    width: 32.5%;
    position: relative;
    overflow: hidden;
}

.view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-teaser.product-teaser {
    position: relative;
    aspect-ratio: 540/400;
    width: 100%;
    height: 100%;
}

/* catalog // Page -> content */
.view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-teaser.product-teaser .product-view-teaser {
    position: relative;
    aspect-ratio: 540/400;
    width: 100%;
    height: 100%;
}

/* catalog // Page -> content -> img */
.view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser {
    aspect-ratio: 540/400;
    width: 100%;
    height: 100%;
}
.view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser .field.field--name-field-product-photo-view.field--type-image.field--label-hidden.field__item {
    aspect-ratio: 540/400;
    width: 100%;
    height: 100%;
}
.view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser .field.field--name-field-product-photo-view.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 540/400;
}

/* catalog // Page -> content -> text-inner */
.view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.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%;
}
.view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row:hover .commerce-product.commerce-product--type-merch-pro-product.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-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.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-2);
    text-decoration: none;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 32px;
    max-height: 32px;
}
.view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser-info h3:hover {
    color: var(--color-special);
}

.view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.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-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.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-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.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) {
    .view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row {
        width: 32%;
    }
}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row {
        width: 31.5%;
    }
}
@media (max-width: 991px) {
    .view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row {
        width: 48.5%;
    }
}
@media (max-width: 767px) {
    .view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row {
        width: 48%;
    }
    .view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser-info {
        transform: translateY(20px);
    }
    .view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row:hover .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser-info {
        transform: translateY(0px);
    }
}
@media (max-width: 575px) {
    .view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row {
        aspect-ratio: 328/230;
        width: 100%;
    }
    .view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser .field.field--name-field-product-photo-view.field--type-image.field--label-hidden.field__item,
    .view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser .field.field--name-field-product-photo-view.field--type-image.field--label-hidden.field__item img {
        aspect-ratio: 328/230;
    }
    .view.view-tovary-index-merch-pro.view-id-tovary_index_merch_pro .view-content .views-row .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-teaser.product-teaser .product-view-teaser .product-teaser .field.field--name-field-product-photo-view.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 */
body.not-front.body-product.body-product-type--merch_pro_product {
    background-color: var(--color-base-1);
    color: var(--color-base-2);
}
body.not-front.body-product.body-product-type--merch_pro_product h1 {
    color: var(--color-base-2);
}

/* catalog // Product Card's Page -> UP */
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser {
    display: flex;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 20px;
}
/* catalog // Product Card's Page -> UP -> Left */
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image {
    max-width: 100%;
    width: 100%;
}
/* catalog // Product Card's Page -> UP -> Right */
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info {
    max-width: 100%;
    width: 100%;
}

/* catalog // Product Card's Page -> Up -> Left -> slider product photo set */
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    /* display: grid; */
    /* grid-template-columns: 68fr 13fr; */
}
/* catalog // Product Card's Page -> Up -> Left -> slider product photo set -> main photo */
.commerce-product.commerce-product--type-merch-pro-product.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: 680/680;
    max-width: 680px;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__big {
    width: 100%;
    aspect-ratio: 680/680;
    max-width: 680px;
}
.commerce-product.commerce-product--type-merch-pro-product.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 -> Up -> Left -> slider product photo set -> btn`s for main photo */
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .slider-prev,
.commerce-product.commerce-product--type-merch-pro-product.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: 60px;
    height: 60px;
    aspect-ratio: 10/10;
    border-radius: 50px;
    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-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .slider-prev:hover,
.commerce-product.commerce-product--type-merch-pro-product.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-merch-pro-product.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/technologies/tech-btn-left.svg);
}
.commerce-product.commerce-product--type-merch-pro-product.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/technologies/tech-btn-right.svg);
}
/* catalog // Product Card's Page -> Up -> Left -> slider product photo set -> set photos */
.commerce-product.commerce-product--type-merch-pro-product.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: 680px;
    /* max-height: 524px; */
}
.commerce-product.commerce-product--type-merch-pro-product.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-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .thumb {
    flex: 0 0 20%;
    cursor: pointer;
    opacity: 0.7;
    /* margin-bottom: 5px; */
    margin-bottom: 20px;
    aspect-ratio: 10/10;
    width: 120px;
    /* height: 120%; */
    height: auto;
    /* width: 100px; */
    border-radius: 5px;
    overflow: hidden;
}
.commerce-product.commerce-product--type-merch-pro-product.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-merch-pro-product.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 -> UP -> Right -> price */
.commerce-product.commerce-product--type-merch-pro-product.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-h2);
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 10px;
}
/* .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info p.subline */
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-field-subline {
    font-size: 15px;
    font-weight: 600;
    color: #8e8e8e;
    margin-bottom: 5px;
}

/* catalog // Product Card's Page -> UP -> Right -> mini-description */
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-field-field-variation-descript.field--type-text-long.field--label-hidden.field__item {
    margin: 40px 0;
    line-height: 1.45;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-field-field-variation-descript.field--type-text-long.field--label-hidden.field__item .field.field--name-field-mini-description.field--type-text-long.field--label-hidden.field__item p {
    margin-bottom: 0;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-field-field-variation-descript.field--type-text-long.field--label-hidden.field__item .field.field--name-field-mini-description.field--type-text-long.field--label-hidden.field__item p:last-child {
    margin-bottom: 20px;
}

.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-field-field-variation-descript.field--type-text-long.field--label-hidden.field__item .field.field--name-field-product-benefits.field--type-text-long.field--label-hidden.field__item ul {
    margin-bottom: 10px;
    padding-left: 30px;
}

/* catalog // Product Card's Page -> UP -> Right -> variation attributes */
.commerce-product.commerce-product--type-merch-pro-product.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.field__items {}

.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] {}

.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset legend {
    font-weight: 600;
    margin-bottom: 10px;
}

.product--rendered-attribute .form-item {
    margin: 0;
}
.product--rendered-attribute label.option {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 #0000000d;
    border: 3px solid var(--color-base-1);
}
.product--rendered-attribute__selected~label.option {
    border: 3px solid var(--color-special);
    color: var(--bg-color-btn-hover);
    box-shadow: 0 0 6px 0 var(--bg-color-btn-hover);
}

.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] .attribute-description {
    font-size: 15px;
    font-weight: 600;
    color: #8e8e8e;
    /* margin-bottom: 20px; */
}

.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id*='edit-purchased-entity-wrapper'] div[id*='edit-purchased-entity'] {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 20px; /* 60 */
}

/* catalog // Product Card's Page -> UP -> Right -> variation attributes -> size */
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-size-merch-pro'] {
    width: 100%;
}
                                                                                                                                                                                                                                                                                                                                /* fieldset#edit-purchased-entity-0-attributes-attribute-size-merch-pro--iGqoxSTyOtM--wrapper */
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-size-merch-pro'] .fieldset-wrapper div[id*='attributes-attribute-size-merch-pro'] {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-size-merch-pro'] .fieldset-wrapper div[id*='attributes-attribute-size-merch-pro'] .field.field--name-name.field--type-string.field--label-hidden.field__item {
    font-size: 12px;
    font-weight: 700;
    padding: 5px;
    width: 48px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff33;
    cursor: pointer;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-size-merch-pro'] .fieldset-wrapper div[id*='attributes-attribute-size-merch-pro'] .field.field--name-name.field--type-string.field--label-hidden.field__item:hover {
    background-color: #ffffff80;
}

/* catalog // Product Card's Page -> UP -> Right -> variation attributes -> color */
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-color-merch-pro'] {
    width: 50%;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-color-merch-pro'] .fieldset-wrapper div[id*='attributes-attribute-color-merch-pro'] {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-color-merch-pro'] .fieldset-wrapper div[id*='attributes-attribute-color-merch-pro'] .field.field--name-field-color-image.field--type-image.field--label-hidden.field__item {
    font-size: 12px;
    font-weight: 700;
    /* padding: 5px; */
    width: 48px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff33;
    cursor: pointer;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-color-merch-pro'] .fieldset-wrapper div[id*='attributes-attribute-color-merch-pro'] .field.field--name-field-color-image.field--type-image.field--label-hidden.field__item:hover {
    background-color: #ffffff80;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-color-merch-pro'] .fieldset-wrapper div[id*='attributes-attribute-color-merch-pro'] .field.field--name-field-color-image.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* catalog // Product Card's Page -> UP -> Right -> variation attributes -> application technology */
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-technologies-printing'] {
    width: 50%;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-technologies-printing'] .fieldset-wrapper div[id*='attributes-attribute-technologies-printing'] {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-technologies-printing'] .fieldset-wrapper div[id*='attributes-attribute-technologies-printing'] .field.field--name-field-tech-image.field--type-image.field--label-hidden.field__item {
    font-size: 12px;
    font-weight: 700;
    /* padding: 5px; */
    width: 48px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff33;
    cursor: pointer;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-technologies-printing'] .fieldset-wrapper div[id*='attributes-attribute-technologies-printing'] .field.field--name-field-tech-image.field--type-image.field--label-hidden.field__item:hover {
    background-color: #ffffff80;
}

.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-technologies-printing'] .fieldset-wrapper div[id*='attributes-attribute-technologies-printing'] .field.field--name-field-tech-image.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* catalog // Product Card's Page -> UP -> Right -> variation attributes -> quantity */
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-quantity-wrapper'] .js-form-item.form-item label {
    display: none;
}

.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-quantity-wrapper'] {
    display: inline-flex;
    flex-wrap: nowrap;
    border: 3px solid var(--bg-color-btn);
    border-radius: 10px;

    margin-bottom: 10px;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-quantity-wrapper'] .js-form-item.form-item input {
    width: 100px;
    text-align: center;
    height: 40px;
    font-weight: 700;
    background-color: #ffffff33;
    color: var(--color-main);
    border: 0;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-quantity-wrapper'] span {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff10;
    color: var(--color-main);
    cursor: pointer;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-quantity-wrapper'] span:hover {
    background-color: #ffffff50;
}

/* catalog // Product Card's Page -> UP -> Right -> variation attributes -> btn's */
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-actions'] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-actions'] button {
    /* width: 400px; */
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 0;
    box-shadow: 0 2px 4px 0px #0000000d;
    color: var(--color-base-1);
    background-color: var(--bg-color-btn);
    font-family: var(--ff-base);
    font-size: var(--fz-btn);
    font-weight: 700;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-actions'] button:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover);
    background-color: var(--bg-color-btn-hover);
}

.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-actions'] a {
    /* width: 400px; */
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 1px solid var(--color-base-2);
    box-shadow: 0 2px 4px 0px #0000000d;
    color: var(--color-base-2);
    background-color: transparent;
}
.commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-actions'] a:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover) !important;
    background-color: var(--color-base-1) !important;
    color: var(--color-special) !important;
    border-color: var(--color-special) !important;
}




/* catalog // Product Card's Page -> DOWN */
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner {
    margin: 70px 0 40px;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs {
    margin: 0;
    border: 0;
}

/* catalog // Product Card's Page -> DOWN -> title's tabs */
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs ul {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    font-size: var(--fz-h3-not-front);
    font-weight: 700;
    font-style: italic;
    font-family: var(--ff-main);
    min-height: 50px;
    background-color: transparent;
    border: 0;
    align-items: center;
    /* letter-spacing: -1px; */
}

.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs ul li {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}

.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs ul li {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs ul li.selected a {
    text-decoration: underline;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs ul li a {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-main);
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs ul li a:hover {
    color: var(--color-special);
    /* text-decoration: underline; */
    text-shadow: 0 0 6px var(--color-special);
}

/* webkit-scrollbar */

.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs ul::-webkit-scrollbar {
    height: 10px;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs ul::-webkit-scrollbar-track {
    background: #a6b21f;
    /* border: 3px solid var(--color-main); */
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs ul::-webkit-scrollbar-thumb {
    background: var(--color-main);
    border: 3px solid var(--color-main);
}
/* .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs ul::-webkit-scrollbar-button {
    background: antiquewhite;
} */



/* catalog // Product Card's Page -> DOWN -> tabs details */
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes {
    padding: 30px 0;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes {
    padding: 30px 0;
    color: var(--color-base-2);
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details {
    color: var(--color-base-2);
    padding: 0;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body {
    padding: 0;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-size-chart.field--type-text-long.field--label-hidden.field__item {
    border: 1px solid var(--color-main);
    background-color: transparent;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 15px;
    overflow-x: auto;
}

.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-delivery-payment.field--type-text-long.field--label-hidden.field__item p {
    margin-bottom: 10px;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-delivery-payment.field--type-text-long.field--label-hidden.field__item p:last-child {
    margin-bottom: 0px;
}

.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body table.table {
    margin: 0;
    /* background-color: var(--color-base-1); */
    color: var(--color-base-2);
    font-weight: 500;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body table.table tbody {
    /* border: 2px solid var(--color-base-2); */
    /* border-radius: 15px; */
    /* overflow-x: auto; */
    /* min-width: 800px; */
}

.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body table.table tbody tr {
    border-bottom: 1px solid;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body table.table tbody tr:first-child {
    font-weight: 700;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body table.table tbody tr:last-child {
    border-bottom: 0;
}

.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body table.table tbody tr td:first-child {
    min-width: 135px;
    font-weight: 700;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body table.table tbody tr td p {
    margin: 0;
}

.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body table.table tbody tr td {
    border-right: 1px solid;
    background-color: transparent;
    color: var(--color-base-2);
    border-bottom: 0;
    min-width: 100px;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body table.table tbody tr td:last-child {
    border-right: 0;
}


/* webkit-scrollbar */
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-size-chart.field--type-text-long.field--label-hidden.field__item::-webkit-scrollbar {
    height: 25px;
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-size-chart.field--type-text-long.field--label-hidden.field__item::-webkit-scrollbar-track {
    background: #a6b21f;
    border: 3px solid var(--color-main);
}
.commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-size-chart.field--type-text-long.field--label-hidden.field__item::-webkit-scrollbar-thumb {
    background: var(--color-main);
    border: 3px solid var(--color-main);
}
/* .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes details .details-wrapper.card-body .field.field--name-field-size-chart.field--type-text-long.field--label-hidden.field__item::-webkit-scrollbar-button {
    background: antiquewhite;
} */

/* MEDIA SIZE */
@media (max-width: 1699px) {
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__big {
        width: auto;
        height: 100%;
        max-width: 100%;
        aspect-ratio: auto;
    }
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__thumbs {
        max-height: 560px;
        width: 100px;
    }
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .thumb {
        margin-bottom: 15px;
        width: 100px;
    }


    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-info .field.field--name-field-field-variation-descript.field--type-text-long.field--label-hidden.field__item {
        margin: 30px 0 20px;
    }
    .commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-quantity-wrapper'] {
        margin-bottom: 20px;
    }


    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs ul {
        font-size: 20px;
    }
}
@media (max-width: 1399px) {
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider {
        gap: 10px;
    }
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__thumbs {
        max-height: 540px;
    }
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .thumb {
        margin-bottom: 10px;
    }



    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs ul {
        /* min-width: 1176px; */
        overflow: hidden;
        overflow-x: auto;
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider {
        gap: 20px;
    }
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__main {
        max-width: 100%;
        aspect-ratio: auto;
    }
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__thumbs {
        width: 145px;
        max-height: 805px;
    }
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .thumb {
        width: 145px;
        margin-bottom: 20px;
    }



    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs ul li {
        min-width: 200px;
    }
}
@media (max-width: 991px) {
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__thumbs {
        max-height: 640px;
    }



    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner {
        margin: 30px 0 0px;
    }
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .tabs-inner .horizontal-tabs .horizontal-tabs-panes {
        text-align: justify;
    }
}
@media (max-width: 767px) {
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider {
        gap: 10px;
    }
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__thumbs {
        width: 100px;
        max-height: 540px;
    }
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .thumb {
        width: 100px;
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider {
        display: flex;
        flex-direction: column;
    }
    .commerce-product.commerce-product--type-merch-pro-product.commerce-product--view-mode-full.product-full .product-view-full .product-teaser .product-teaser-image .product-slider__thumbs {
        display: none;
    }



    .commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-color-merch-pro'] {
        width: 100%;
    }
    .commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] fieldset[id*='attributes-attribute-technologies-printing'] {
        width: 100%;
    }
    .commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-actions'] {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-quantity-wrapper'] {
        width: 100%;
    }
    .commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-quantity-wrapper'] span {
        width: 15%;
    }
    .commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-quantity-wrapper'] .js-form-item.form-item {
        width: 70%;
    }
    .commerce-product.commerce-product--type-merch-pro-product.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.field__items form[id^='commerce-order-item-add-to-cart-form-commerce-product'] div[id^='edit-quantity-wrapper'] .js-form-item.form-item input {
        width: 100%;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}























/* T E C H N O L O G I E S // Block */
/* technologies // Block */
#tech-block {
    padding: 60px 0 70px;
}

/* technologies // Block -> header */
.view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-header .view-header-inner {
    gap: 40px;
}

/* technologies // Block -> content */
.front .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex {
    position: relative;
    overflow: hidden;
}
.front .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content {
    display: flex;
    gap: 20px;
    --gap: 20px;
    --items-per-view: 4;
    /* overflow: hidden; */
    scroll-behavior: smooth;
    transition: transform 0.4s ease;
}
.front .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row {
    /* width: 23.5%; */
    /* flex: 0 0 23.5%; */
    flex: 0 0 calc((100% - (var(--gap) * (var(--items-per-view) - 1))) / var(--items-per-view));
}

/* technologies // Block -> content -> img */
.view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row .node.node--type-technologies-printing-fabritex.node--view-mode-teaser .field.field--name-field-tech-image.field--type-image.field--label-hidden.field__item {
    width: 100%;
    height: auto;
    aspect-ratio: 400/280;
    overflow: hidden;
    border: 0;
    margin-bottom: 10px;
}
.view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row .node.node--type-technologies-printing-fabritex.node--view-mode-teaser .field.field--name-field-tech-image.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* technologies // Block -> content -> title */
.view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row .node.node--type-technologies-printing-fabritex.node--view-mode-teaser h3 {
    font-family: var(--ff-main);
    font-weight: 700;
    font-style: italic;
    line-height: 1.46;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 33px;
    max-height: 33px;
}
.view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row .node.node--type-technologies-printing-fabritex.node--view-mode-teaser h3 a {
    color: inherit;
}
.view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row .node.node--type-technologies-printing-fabritex.node--view-mode-teaser h3 a:hover {
    color: var(--color-main);
    text-decoration: underline;
}

/* technologies // Block -> content -> text */
.view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row .node.node--type-technologies-printing-fabritex.node--view-mode-teaser .field.field--name-field-tech-subtitle.field--type-text-long.field--label-hidden.field__item {
    font-size: var(--fz-tech-subtitle);
    font-weight: 600;
    line-height: 1.25;
    width: 100%;
}
.view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row .node.node--type-technologies-printing-fabritex.node--view-mode-teaser .field.field--name-field-tech-subtitle.field--type-text-long.field--label-hidden.field__item p:last-child {
    margin-bottom: 0;
}

/* technologies // Block -> content -> slider-nav */
.tech-nav {margin-top: 40px;}
.tech-nav .slider-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 15px;
    gap: 10px;
}

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


.tech-nav .slider-nav .slider-btn-inner {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.tech-nav .slider-nav .slider-btn-inner button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
    aspect-ratio: 10/10;
    border: 0;
    border-radius: 50%;
    background-color: transparent;
    font-size: 0;
    color: transparent;
}
.tech-nav .slider-nav .slider-btn-inner button.slider-prev {background-image: url(/sites/all/themes/vesta_theme/image/custom-images/technologies/tech-btn-left.svg);}
.tech-nav .slider-nav .slider-btn-inner button.slider-next {background-image: url(/sites/all/themes/vesta_theme/image/custom-images/technologies/tech-btn-right.svg);}

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

/* MEDIA SIZE */
@media (max-width: 1699px) {}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-header .view-header-inner {gap: 20px;}
    .tech-nav .slider-nav .slider-btn-inner button {
        width: 50px;
        height: 50px;
    }
    .tech-nav .slider-nav {
        display: flex;
        align-items: center;
    }
    .tech-nav .slider-nav .slider-btn-inner {
        gap: 10px;
    }
}
@media (max-width: 460px) {
    .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row .node.node--type-technologies-printing-fabritex.node--view-mode-teaser .field.field--name-field-tech-image.field--type-image.field--label-hidden.field__item {
        aspect-ratio: 328/230;
    }
    .tech-nav .slider-nav {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}
@media (max-width: 350px) {}



/* T E C H N O L O G I E S // Page */
/* technologies // Page */
.not-front .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    row-gap: 50px;
}
.not-front .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row {
    /* width: 23%; */
    width: 32.5%;
}
.not-front .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row .node.node--type-technologies-printing-fabritex.node--view-mode-teaser {
    position: relative;
    /* aspect-ratio: 400/280; */
}
.not-front .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row .node.node--type-technologies-printing-fabritex.node--view-mode-teaser .field.field--name-field-tech-image.field--type-image.field--label-hidden.field__item {
    /* aspect-ratio: 540/400; */
    aspect-ratio: 400/280;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {
    .not-front .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row {
        width: 32%;
    }
}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .not-front .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row {
        width: 31.5%;
    }
}
@media (max-width: 991px) {
    .not-front .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row {
        width: 48.5%;
    }
}
@media (max-width: 767px) {
    .not-front .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row {
        width: 48%;
    }
}
@media (max-width: 575px) {
    .not-front .view.view-technologies-printing-fabritex.view-id-technologies_printing_fabritex .view-content .views-row {
        width: 90%;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



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

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


















/* M E R C H // Block */
/* merch // Block */
div#merch-block {
    background-color: var(--color-base-1);
    color: var(--color-base-2);
    padding: 60px 0 70px;
}

/* merch // Block -> header */
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-header .view-header-inner .header-title h2 {
    color: var(--color-base-2);
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-header .view-header-inner .header-title h2 span {
    color: var(--color-base-2);
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-header .view-header-inner span.front-h2-subtitle {
    color: var(--color-base-2);
}

/* merch // Block -> more-link */
#merch-block .more-link a {
    color: var(--color-main);
}
#merch-block .more-link a::after {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/arrow-more-link-color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* merch // Block -> content */
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex {}

/* merch // Block -> content -> filtres  */
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters {
    margin-bottom: 40px;
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] {}

.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] {
    width: 100%;
    margin: 0;
}

.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] legend {
    margin-bottom: 0;
}

.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] div[id^='edit-field-categories-merch'] .form-radios.form--inline {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    font-size: var(--fz-h3-not-front);
    font-weight: 700;
    font-style: italic;
    font-family: var(--ff-main);
    min-height: 50px;
    background-color: transparent;
    border: 0;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] div[id^='edit-field-categories-merch'] .form-radios.form--inline .js-form-item.form-item {
    margin: 0;
    min-width: 170px
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] div[id^='edit-field-categories-merch'] .form-radios.form--inline .js-form-item.form-item label {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-main);
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] div[id^='edit-field-categories-merch'] .form-radios.form--inline .js-form-item.form-item label:hover {
    color: var(--color-special);
    text-shadow: 0 0 6px var(--color-special);
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] div[id^='edit-field-categories-merch'] .form-radios.form--inline .js-form-item.form-item label.is-active {
    text-decoration: underline;
}


/* webkit-scrollbar */
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] div[id^='edit-field-categories-merch'] .form-radios.form--inline::-webkit-scrollbar {
    height: 10px;
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] div[id^='edit-field-categories-merch'] .form-radios.form--inline::-webkit-scrollbar-track {
    background: #a6b21f;
    /* border: 3px solid var(--color-main-hover); */
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] div[id^='edit-field-categories-merch'] .form-radios.form--inline::-webkit-scrollbar-thumb {
    background: var(--color-main);
    border: 3px solid var(--color-main);
}
/* .view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] div[id^='edit-field-categories-merch'] .form-radios.form--inline::-webkit-scrollbar-button {
    background: antiquewhite;
} */


/* merch // Block -> content -> filtres -> input rario  */
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] div[id^='edit-field-categories-merch'] .form-radios.form--inline .js-form-item.form-item input {
    display: none;
}



/* merch // Block -> content -> inner */
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row {
    width: 24%;
    max-width: 400px;
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser {
    width: 100%;
}

/* merch // Block -> content -> inner -> img */
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-field-merch-image-main.field--type-image.field--label-hidden.field__item {
    aspect-ratio: 400/400;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-field-merch-image-main.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* merch // Block -> content -> inner -> title */
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h4 {
    margin-top: 20px;
    font-size: 15px;
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h4 a {
    color: var(--color-base-2);
    text-decoration: none;
}
.view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h4 a:hover {
    color: var(--color-main);
}

/* MEDIA SIZE */
@media (max-width: 1699px) {
    .view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row {
        width: 23.5%;
    }
}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row {
        width: 23%;
    }
}
@media (max-width: 991px) {
    .view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row {
        width: 22.5%;
    }
}
@media (max-width: 767px) {
    .view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row {
        width: 48%;
    }
}
@media (max-width: 575px) {
    .view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-header {
        padding: 0 10px;
    }

    .view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] div[id^='edit-field-categories-merch'] .form-radios.form--inline {
        font-size: 20px;
        gap: 0;
    }
    .view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row {
        width: 47.5%;
    }
}
@media (max-width: 460px) {
    .view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-filters form[id^='views-exposed-form-merch-examples-fabritex'] .form--inline fieldset[id^='edit-field-categories-merch'] div[id^='edit-field-categories-merch'] .form-radios.form--inline {
        display: flex;
        flex-direction: column;
    }
    .view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row {
        width: 100%;
    }
    .view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-content .views-row:nth-child(n+4) {
        display: none;
    }
}
@media (max-width: 350px) {
    .view.view-merch-examples-fabritex.view-id-merch_examples_fabritex .view-header {
        padding: 0;
    }
}









/* M E R C H // Page */
/* merch // Page */
.not-front.body-view.body-view--merch_fabritex {
    background-color: var(--color-base-1);
    color: var(--color-base-2);
}
.not-front.body-view.body-view--merch_fabritex h1 {
    color: var(--color-base-2);
}

/* merch // Page -> content */
.view.view-merch-fabritex.view-id-merch_fabritex {}
.view.view-merch-fabritex.view-id-merch_fabritex .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row {
    aspect-ratio: 540/400;
    height: auto;
    width: 32.5%;
    position: relative;
    overflow: hidden;
}
.view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-categories-merch-fabritex.taxonomy-term--view-mode-teaser-page {
    position: relative;
    height: 100%;
    width: 100%;
}

/* merch // Page -> content -> img */
.view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-categories-merch-fabritex.taxonomy-term--view-mode-teaser-page .field.field--name-field-categories-merch-image.field--type-image.field--label-hidden.field__item {
    aspect-ratio: 540/400;
    width: 100%;
    height: 100%;
}
.view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-categories-merch-fabritex.taxonomy-term--view-mode-teaser-page .field.field--name-field-categories-merch-image.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 540/400;
}

/* merch // Page -> content -> title */
.view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-categories-merch-fabritex.taxonomy-term--view-mode-teaser-page .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 95px; /* 150 */
    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;
}
.view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row:hover .taxonomy-term.taxonomy-term--type-categories-merch-fabritex.taxonomy-term--view-mode-teaser-page .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item {
    transform: translateY(30px);
    transition: all 0.2s linear;
}

.view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-categories-merch-fabritex.taxonomy-term--view-mode-teaser-page .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 {
    font-weight: 700;
    font-style: italic;
    line-height: 1.4;
    color: var(--color-base-2);
    text-decoration: none;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 32px;
    max-height: 32px;
}
.view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-categories-merch-fabritex.taxonomy-term--view-mode-teaser-page .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3:hover {
    color: var(--color-special);
}

.view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-categories-merch-fabritex.taxonomy-term--view-mode-teaser-page .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    display: block;
}
.view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-categories-merch-fabritex.taxonomy-term--view-mode-teaser-page .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item h3 a:hover {
    text-decoration: underline;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {
    .view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row {
        width: 32%;
    }
}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row {
        width: 31.5%;
    }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    .view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row {
        width: 48%;
    }
    .view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row .taxonomy-term.taxonomy-term--type-categories-merch-fabritex.taxonomy-term--view-mode-teaser-page .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item {
        transform: translateY(40px);
    }
    .view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row:hover .taxonomy-term.taxonomy-term--type-categories-merch-fabritex.taxonomy-term--view-mode-teaser-page .field.field--name-taxonomy-term-title.field--type-ds.field--label-hidden.field__item {
        transform: translateY(20px);
        transition: all 0.2s linear;
    }
}
@media (max-width: 575px) {
    .view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row {
        width: 47.5%;
    }
}
@media (max-width: 460px) {
    .view.view-merch-fabritex.view-id-merch_fabritex .view-content .views-row {
        width: 100%;
    }
}
@media (max-width: 350px) {}






/* M E R C H // Page one categories */
/* merch // Page one categories */
.not-front.body-taxonomy-term--categories_merch_fabritex {
    background-color: var(--color-base-1);
    color: var(--color-base-2);
}
.not-front.body-taxonomy-term--categories_merch_fabritex h1 {
    color: var(--color-base-2);
}

/* merch // Page one categories -> content */
.view.view-taxonomy-term.view-id-taxonomy_term {}
.view.view-taxonomy-term.view-id-taxonomy_term .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row {
    aspect-ratio: 540/400;
    height: auto;
    width: 32.5%;
    position: relative;
    overflow: hidden;
}
.view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser {
    position: relative;
    width: 100%;
    height: 100%;
}

/* merch // Page one categories -> img */
.view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-field-merch-image-main.field--type-image.field--label-hidden.field__item {
    aspect-ratio: 540/400;
    width: 100%;
    height: 100%;
}
.view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-field-merch-image-main.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 540/400;
}

/* merch // Page one categories -> title */
.view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 155px;
    background-color: var(--color-base-1-opt-50);
    color: var(--color-base-2);
    padding: 10px 20px 30px;
    transform: translateY(105px);
    transition: all 0.5s linear;
}
.view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row:hover .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
    transform: translateY(0px);
    transition: all 0.2s linear;
}

.view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h4 {
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    color: var(--color-base-2);
    text-decoration: none;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 135px;
    max-height: 135px;
}
.view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h4:hover {
    color: var(--color-special);
}

.view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h4 a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    display: block;
}
.view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h4 a:hover {
    text-decoration: underline;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {
    .view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row {
        width: 32%;
    }
}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row {
        width: 31.5%;
    }
}
@media (max-width: 991px) {
    .view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
        transform: translateY(5px);
        transition: all 0.2s linear;
    }
    .view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row:hover .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
        transform: translateY(0px);
        transition: all 0.1s linear;
    }
}
@media (max-width: 575px) {
    .view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row {
        width: 100%;
    }
    .view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
        transform: translateY(5px);
        transition: all 0.5s linear;
    }
    .view.view-taxonomy-term.view-id-taxonomy_term .view-content .views-row:hover .node.node--type-merch-fabritex.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
        transform: translateY(0px);
        transition: all 0.2s linear;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}







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

/* merch // merch Card's Page -> left */

/* merch // merch Card's Page -> slider product img */
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider__main {
    position: relative;
    flex: 1;
    text-align: center;
    width: 100%;
    aspect-ratio: 680/680;
    max-width: 680px;
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider__big img {
    /* height: auto; */
    /* width: 100%; */
    /* aspect-ratio: 680/680; */
    /* max-width: 680px; */
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .slider-prev,
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .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: 60px;
    height: 60px;
    aspect-ratio: 10/10;
    border-radius: 50px;
    overflow: hidden;
    border: 0;
    background-color: transparent;
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .slider-prev:hover,
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .slider-next:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover);
    background-color: var(--bg-color-btn-hover);
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .slider-prev {
    left: 20px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/technologies/tech-btn-left.svg);
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .slider-next {
    right: 20px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/technologies/tech-btn-right.svg);
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider__thumbs {
    width: 120px;
    overflow: hidden;
    max-height: 680px;
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider__thumbs-track {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .thumb {
    flex: 0 0 20%;
    cursor: pointer;
    opacity: 0.7;
    margin-bottom: 20px;
    aspect-ratio: 10/10;
    width: 120px;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .thumb.active {
    opacity: 1;
    border: 3px solid var(--bg-color-btn-hover);
    box-shadow: 0 0 6px 0 var(--bg-color-btn-hover);
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .thumb img {
    width: 100%;
    height: auto;
    display: block;
}


/* merch // merch Card's Page -> right */
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right {
    line-height: 1.5;
    font-weight: 600;
    position: relative;
}

/* merch // merch Card's Page -> right -> description */
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .field.field--name-field-merch-description.field--type-text-long.field--label-hidden.field__item {
    margin-bottom: 40px;
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .field.field--name-field-merch-description.field--type-text-long.field--label-hidden.field__item p {
    margin-bottom: 10px;
}
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .field.field--name-field-merch-description.field--type-text-long.field--label-hidden.field__item p:last-child {
    margin-bottom: 0;
}

/* merch // merch Card's Page -> right -> list */
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .field.field--name-field-merch-list-title.field--type-text.field--label-hidden.field__item {
    margin-bottom: 40px;
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .field.field--name-field-merch-list.field--type-image.field--label-hidden.field__items {
    margin-bottom: 75px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .field.field--name-field-merch-list.field--type-image.field--label-hidden.field__items .field__item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .field.field--name-field-merch-list.field--type-image.field--label-hidden.field__items .field__item img {
    width: 25px;
    object-fit: contain;
}
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .field.field--name-field-merch-list.field--type-image.field--label-hidden.field__items .field__item .merch-list-title-text {}

/* merch // merch Card's Page -> right -> btns */
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .btn-set {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 15px;
    flex-wrap: nowrap;
    gap: 20px;
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-order-similar-set.field--type-ds.field--label-hidden.field__item {
    width: 100%;
}
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-order-similar-set.field--type-ds.field--label-hidden.field__item a {
    /* width: 400px; */
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 0;
    box-shadow: 0 2px 4px 0px #0000000d;
    color: var(--color-base-1);
    background-color: var(--bg-color-btn);
    font-family: var(--ff-base);
    font-size: var(--fz-btn);
    font-weight: 700;
}
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-order-similar-set.field--type-ds.field--label-hidden.field__item a:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover);
    background-color: var(--bg-color-btn-hover);
}

.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-assemble-your-kit.field--type-ds.field--label-hidden.field__item {
    width: 100%;
}
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-assemble-your-kit.field--type-ds.field--label-hidden.field__item a {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 1px solid var(--color-base-2);
    box-shadow: 0 2px 4px 0px #0000000d;
    color: var(--color-base-2);
    background-color: transparent;
}
.node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .btn-set .field.field--name-dynamic-token-fieldnode-btn-assemble-your-kit.field--type-ds.field--label-hidden.field__item a:hover {
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover) !important;
    background-color: var(--color-base-1) !important;
    color: var(--color-special) !important;
    border-color: var(--color-special) !important;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider__big {
        width: auto;
        height: 100%;
        max-width: 100%;
        aspect-ratio: auto;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider__thumbs {
        max-height: 560px;
        width: 100px;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .thumb {
        margin-bottom: 15px;
        width: 100px;
    }
}
@media (max-width: 1399px) {
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider {
        gap: 10px;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider__thumbs {
        max-height: 540px;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .thumb {
        margin-bottom: 10px;
    }
}
@media (max-width: 1199px) {
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider {
        gap: 20px;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider__main {
        max-width: 100%;
        aspect-ratio: auto;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider__thumbs {
        width: 145px;
        max-height: 805px;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .thumb {
        width: 145px;
        margin-bottom: 20px;
    }

    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .btn-set {
        position: relative;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .field.field--name-field-merch-list.field--type-image.field--label-hidden.field__items {
        margin-bottom: 35px;
    }
}
@media (max-width: 991px) {
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider__thumbs {
        max-height: 640px;
    }
}
@media (max-width: 767px) {
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider {
        gap: 10px;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider__thumbs {
        width: 100px;
        max-height: 540px;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .thumb {
        width: 100px;
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider {
        display: flex;
        flex-direction: column;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-left .merch-slider__thumbs {
        display: none;
    }

    

    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .field.field--name-field-merch-description.field--type-text-long.field--label-hidden.field__item {
        margin-bottom: 20px;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .field.field--name-field-merch-list-title.field--type-text.field--label-hidden.field__item {
        margin-bottom: 20px;
    }
    .node.node--type-merch-fabritex.node--view-mode-full .merch.merch-full-page .merch-right .btn-set {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



















/* S E R V I C E S // Block */
/* services // Block */
#services-block {
    padding: 60px 0 20px;
    background-color: var(--color-base-1);
}

/* services // Block -> header */
.view.view-services-fabritex.view-id-services_fabritex .view-header {
    margin-bottom: 40px;
}
.view.view-services-fabritex.view-id-services_fabritex .view-header h2 {
    color: var(--color-base-2);
    text-align: center;
    margin-bottom: 40px;
}

/* services // Block -> content */
.view.view-services-fabritex.view-id-services_fabritex {}

.view.view-services-fabritex.view-id-services_fabritex .view-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row {
    background-color: var(--color-main);
    transition: all .3s linear;
}
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser {
    color: var(--color-base-1);
}
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row:hover {
    background-color: var(--color-special);
}
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row.serv_row-open {background-color: var(--color-special);}
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row.serv_row-close {background-color: var(--color-main);}

/* services // Block -> content -> up */
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service-up {}

/* services // Block -> content -> up -> title */
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service-up .serv-up .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h3.serv_title {
    /* background-image: url(/sites/all/themes/vesta_theme/image/custom-images/services/arrow-serv-down.svg); */
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    font-size: var(--fz-h3);
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    padding-right: 45px;
    cursor: pointer;
    color: var(--color-base-1);
}
.serv_title-opening {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/services/arrow-serv-down.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.serv_title-closing {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/close.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    padding-top: 30px;
    padding-bottom: 25px;
}

/* services // Block -> content -> down */
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center {
    padding-bottom: 40px;
    transition: all .2s linear;
}
.serv_center-close {display: none;}
.serv_center-open {display: flex;}


/* services // Block -> content -> down -> left */
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left {
    position: relative;
}

/* services // Block -> content -> down -> left -> subtitle */
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left .field.field--name-field-service-subtitle.field--type-text-long.field--label-hidden.field__item {
    font-size: var(--fz-service-subtitle);
    font-weight: 600;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 40px;
}
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left .field.field--name-field-service-subtitle.field--type-text-long.field--label-hidden.field__item p {
    margin-bottom: 10px;
}
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left .field.field--name-field-service-subtitle.field--type-text-long.field--label-hidden.field__item p:last-child {
    margin-bottom: 0;
}

/* services // Block -> content -> down -> left -> text */
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px;
}
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p {
    margin-bottom: 10px;
}
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p:last-child {
    margin-bottom: 0;
}

/* services // Block -> content -> down -> left -> more link */
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left .field.field--name-node-link.field--type-ds.field--label-hidden.field__item a {
    font-weight: 700;
    font-size: var(--fz-more-link);
    color: var(--color-base-1);
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 0;
    gap: 15px;
    position: absolute;
    bottom: 0;
    left: 15px;
}
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left .field.field--name-node-link.field--type-ds.field--label-hidden.field__item a:hover {
    text-decoration: underline;
}
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left .field.field--name-node-link.field--type-ds.field--label-hidden.field__item a::after {
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/arrow-more-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



/* services // Block -> content -> down -> right */
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-right .field.field--name-field-service-image.field--type-image.field--label-hidden.field__item {
    /* aspect-ratio: 1070/400; */
    width: auto;
    height: 100%;
    max-width: 1070px;
    overflow: hidden;
    border-radius: 5px;
}
.view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-right .field.field--name-field-service-image.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1070/400;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    .view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left {
        margin-bottom: 20px;
    }
    .view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left .field.field--name-node-link.field--type-ds.field--label-hidden.field__item a {
        position: relative;
        left: 0;
    }
}
@media (max-width: 575px) {
    .view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left .field.field--name-field-service-subtitle.field--type-text-long.field--label-hidden.field__item {
        margin-bottom: 30px;
    }
    .view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-left {
        margin-bottom: 15px;
    }

    .view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-right .field.field--name-field-service-image.field--type-image.field--label-hidden.field__item {
        aspect-ratio: 328/230;
    }
    .view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center .service-right .field.field--name-field-service-image.field--type-image.field--label-hidden.field__item img {
        aspect-ratio: 328/230;
    }
    .view.view-services-fabritex.view-id-services_fabritex .view-content .views-row .node.node--type-services-fabritex.node--view-mode-teaser .service_center {
        padding-bottom: 16px;
    }
    .serv_title-opening {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .serv_title-closing {
        padding-top: 16px;
        padding-bottom: 23px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}




/* S E R V I C E S // Page */
/* services // 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 E R V I C E S // Card's Page */
/* services // Card's Page */
.node.node--type-services-fabritex.node--view-mode-full .field.field--name-field-service-subtitle.field--type-text-long.field--label-hidden.field__item {
    font-size: var(--fz-service-subtitle);
    color: var(--color-main);
}
.node.node--type-services-fabritex.node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {}

.node.node--type-services-fabritex.node--view-mode-full .field.field--name-field-service-photo-set.field--type-image.field--label-hidden.field__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.node.node--type-services-fabritex.node--view-mode-full .field.field--name-field-service-photo-set.field--type-image.field--label-hidden.field__items .field__item {
    width: 32.5%;
    aspect-ratio: 10/10;
    height: auto;
}
.node.node--type-services-fabritex.node--view-mode-full .field.field--name-field-service-photo-set.field--type-image.field--label-hidden.field__items .field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {
    .node.node--type-services-fabritex.node--view-mode-full .field.field--name-field-service-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 32%;
    }
}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .node.node--type-services-fabritex.node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        text-align: justify;
    }
    .node.node--type-services-fabritex.node--view-mode-full .field.field--name-field-service-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 31.5%;
    }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    .node.node--type-services-fabritex.node--view-mode-full .field.field--name-field-service-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 48%;
    }
}
@media (max-width: 575px) {
    .node.node--type-services-fabritex.node--view-mode-full .field.field--name-field-service-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 47.5%;
    }
}
@media (max-width: 460px) {
    .node.node--type-services-fabritex.node--view-mode-full .field.field--name-field-service-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 100%;
    }
}
@media (max-width: 350px) {}



















/* I N F O R M A T I O N // Page */
/* information // Page */
.not-front .view.view-information-fabritex.view-id-information_fabritex h2 {
    font-size: 30px;
}

.view.view-information-fabritex.view-id-information_fabritex {}

.view.view-information-fabritex.view-id-information_fabritex .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.view.view-information-fabritex.view-id-information_fabritex .view-content .views-row {
    aspect-ratio: 540/400;
    height: auto;
    width: 32.5%;
    position: relative;
    overflow: hidden;
}
.view.view-information-fabritex.view-id-information_fabritex .view-content .views-row .node.node--type-information.node--view-mode-teaser {
    position: relative;
}

.view.view-information-fabritex.view-id-information_fabritex .view-content .views-row .node.node--type-information.node--view-mode-teaser .field.field--name-field-themes-photo.field--type-image.field--label-hidden.field__item {
    aspect-ratio: 540/400;
    width: 100%;
    height: 100%;
}
.view.view-information-fabritex.view-id-information_fabritex .view-content .views-row .node.node--type-information.node--view-mode-teaser .field.field--name-field-themes-photo.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 540/400;
}

.view.view-information-fabritex.view-id-information_fabritex .view-content .views-row .node.node--type-information.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
    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(90px);
    transition: all 0.5s linear;
}
.view.view-information-fabritex.view-id-information_fabritex .view-content .views-row:hover .node.node--type-information.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
    transform: translateY(30px);
    transition: all 0.2s linear;
}
.view.view-information-fabritex.view-id-information_fabritex .view-content .views-row .node.node--type-information.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h2 {
    font-weight: 700;
    font-style: italic;
    line-height: 1.4;
    color: var(--color-base-2);
    text-decoration: none;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
    max-height: 85px;
}
.view.view-information-fabritex.view-id-information_fabritex .view-content .views-row .node.node--type-information.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h2:hover {
    color: var(--color-special);
}
.view.view-information-fabritex.view-id-information_fabritex .view-content .views-row .node.node--type-information.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h2 a {
    text-decoration: none;
    color: inherit;
}
.view.view-information-fabritex.view-id-information_fabritex .view-content .views-row .node.node--type-information.node--view-mode-teaser .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h2 a:hover {
    text-decoration: underline;
    color: inherit;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {
    .view.view-information-fabritex.view-id-information_fabritex .view-content .views-row {
        width: 32%;
    }
}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .view.view-information-fabritex.view-id-information_fabritex .view-content .views-row {
        width: 31.5%;
    }
}
@media (max-width: 991px) {
    .view.view-information-fabritex.view-id-information_fabritex .view-content .views-row {
        width: 48.5%;
    }
}
@media (max-width: 767px) {
    .view.view-information-fabritex.view-id-information_fabritex .view-content .views-row {
        width: 48%;
    }
}
@media (max-width: 575px) {
    .view.view-information-fabritex.view-id-information_fabritex .view-content .views-row {
        width: 100%;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}



/* I N F O R M A T I O N // Themes Cards Page */
/* information // Themes Cards Page */
.node.node--type-information.node--view-mode-full {}
.node.node--type-information.node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    margin-bottom: 20px;
}

.node.node--type-information.node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p {
    margin-bottom: 10px;
}
.node.node--type-information.node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p:last-child {
    margin-bottom: 0px;
}

.node.node--type-information.node--view-mode-full .field.field--name-field-themes-photo-set.field--type-image.field--label-hidden.field__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.node.node--type-information.node--view-mode-full .field.field--name-field-themes-photo-set.field--type-image.field--label-hidden.field__items .field__item {
    aspect-ratio: 540/400;
    height: auto;
    width: 32%;
    position: relative;
    overflow: hidden;
}
.node.node--type-information.node--view-mode-full .field.field--name-field-themes-photo-set.field--type-image.field--label-hidden.field__items .field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 540/400;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .node.node--type-information.node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        text-align: justify;
    }
    .node.node--type-information.node--view-mode-full .field.field--name-field-themes-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 31.5%;
    }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    .node.node--type-information.node--view-mode-full .field.field--name-field-themes-photo-set.field--type-image.field--label-hidden.field__items {
        gap: 10px;
    }
    .node.node--type-information.node--view-mode-full .field.field--name-field-themes-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 32%;
    }
}
@media (max-width: 575px) {
    .node.node--type-information.node--view-mode-full .field.field--name-field-themes-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 48%;
    }
}
@media (max-width: 460px) {
    .node.node--type-information.node--view-mode-full .field.field--name-field-themes-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 100%;
    }
}
@media (max-width: 350px) {}












/* O U R   P R O D U C T I O N // Page */
/* our production // Page */

.node.node--type-our-production.node--view-mode-full {}

.node.node--type-our-production.node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    margin-bottom: 20px;
}

.node.node--type-our-production.node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p {
    margin-bottom: 10px;
}
.node.node--type-our-production.node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p:last-child {
    margin-bottom: 0px;
}

.node.node--type-our-production.node--view-mode-full .field.field--name-field-our-production-photo-set.field--type-image.field--label-hidden.field__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.node.node--type-our-production.node--view-mode-full .field.field--name-field-our-production-photo-set.field--type-image.field--label-hidden.field__items .field__item {
    aspect-ratio: 540/400;
    height: auto;
    width: 32.5%;
    position: relative;
    overflow: hidden;
}
.node.node--type-our-production.node--view-mode-full .field.field--name-field-our-production-photo-set.field--type-image.field--label-hidden.field__items .field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 540/400;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {
    .node.node--type-our-production.node--view-mode-full .field.field--name-field-our-production-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 32%;
    }
}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .node.node--type-our-production.node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        text-align: justify;
    }
    .node.node--type-our-production.node--view-mode-full .field.field--name-field-our-production-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 31.5%;
    }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    .node.node--type-our-production.node--view-mode-full .field.field--name-field-our-production-photo-set.field--type-image.field--label-hidden.field__items {
        gap: 10px;
    }
    .node.node--type-our-production.node--view-mode-full .field.field--name-field-our-production-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 32%;
    }
}
@media (max-width: 575px) {
    .node.node--type-our-production.node--view-mode-full .field.field--name-field-our-production-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 48%;
    }
}
@media (max-width: 460px) {
    .node.node--type-our-production.node--view-mode-full .field.field--name-field-our-production-photo-set.field--type-image.field--label-hidden.field__items .field__item {
        width: 100%;
    }
}
@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.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 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: 60px 0 70px;
    display: flex;
    justify-content: center;
    gap: 130px;
}


/* form // Block -> Text to form */
.form-block div#block-vesta-theme-tekstnadformoy {
    position: initial;
}

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

.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p.form-subtitle {
    font-size: var(--fz-form-subtitle);
    font-weight: 600;
    font-style: italic;
    color: var(--color-base-2);
    max-width: 450px;
    line-height: 1.5;
    display: block;
}
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p.form-subtitle:hover {
    color: var(--color-base-2);
}
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p {
    margin-bottom: 0px;
    font-size: var(--fz-form-text);
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    color: var(--color-main);
    font-size: var(--fz-base);
    align-items: center;
}
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p:last-child {
    margin-bottom: 0;
}
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p:hover {
    color: var(--color-special);
}


/* form // Block -> contacts to form */
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set p.contacts-text::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/contacts/contact-01-mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set p.contacts-text.mail-1::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/contacts/contact-01-mail.svg);
}
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set p.contacts-text.phone-1::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/contacts/contact-02-phone.svg);
}
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set p.contacts-text.address-1::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/contacts/contact-03-adress.svg);
}

.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p a {
    color: inherit;
    text-decoration: none;
}
.form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p a:hover {
    color: inherit;
    text-decoration: underline;
}






/* 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: 680px;
    width: 100%;
    position: relative;
    z-index: 2;
}

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

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

/* form // Block -> form -> inputs -> name, phone */
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item input {
    margin: 0;
    padding: 11px 18px 10px;
    height: 48px;
    line-height: 1;
    border: none;
    border-radius: 75px;
    color: var(--color-base-2);
    background-color: var(--color-base-2-opt-10);
    font-size: var(--fz-form-input);
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item input::placeholder {
    color: #848484;
    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 textarea {
    margin: 0;
    padding: 17px 18px 10px;
    height: 48px;
    min-height: 48px;
    max-height: 200px;
    line-height: 1;
    border: none;
    border-radius: 25px;
    color: var(--color-base-2);
    background-color: var(--color-base-2-opt-10);
    font-size: var(--fz-form-input);
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::placeholder {
    color: #848484;
    font-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 -> inputs -> cheakbox */
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
    margin: 30px 0;
    display: grid;
    grid-template-columns: 12px 11fr;
    grid-template-areas:
        'a b'
        'c c';
    row-gap: 2px;
    column-gap: 10px;
    align-items: center;
    font-size: 14px;
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
    height: auto;
    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);
    color: var(--color-base-2);
    line-height: 1.5;
    font-weight: 600;
    max-width: 480px;
}
.form-block .webform-ajax-form-wrapper form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a {
    color: var(--color-base-2);
    text-decoration: underline;
}
.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-special);
}

/* form // Block -> form -> btn */
.form-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"] {
    background-color: var(--color-main);
    /* background: var(--bg-color-btn-gradient); */
    color: var(--color-base-1);
    border: none;
    border-radius: 50px;
    width: 100%;
    height: 48px;
    font-weight: 600;
    font-size: var(--fz-form-btn);
    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"]:hover {
    background-color: var(--color-special);
    /* background: var(--bg-color-btn-gradient-hover); */
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover);
}
.form-block .webform-ajax-form-wrapper form button[id^="edit-actions-submit"]::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/arrow-more-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
}

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

/* MEDIA SIZE */
@media (max-width: 1699px) {
    #form-block .region.region-form {
        gap: 100px;
    }
    .form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        width: 100%;
    }
    .form-block .webform-ajax-form-wrapper form {
        width: 100%;
    }
}
@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    #form-block .region.region-form {
        gap: 50px;
    }
}
@media (max-width: 991px) {
    #form-block .region.region-form {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
    .form-block .webform-ajax-form-wrapper form {
        max-width: 100%;
        padding-bottom: 170px;
    }

    .form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        margin-bottom: 20px;
        max-width: 100%;
        gap: 20px;
    }
    .form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p.form-subtitle {
        max-width: 100%;
    }

    .form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts {
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
    }
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {}
@media (max-width: 460px) {
    .form-block .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        margin-bottom: 0px;
    }
}
@media (max-width: 350px) {}








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

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

form#webform-submission-callback-add-form .js-form-item.form-item label {
    /* display: none; */
    font-size: var(--fz-form-field-label);
    font-weight: 600;
    color: var(--color-base-2);
}

/* form // Page -> inputs -> name, phone */
form#webform-submission-callback-add-form .js-form-item.form-item input {
    margin: 0;
    padding: 11px 18px 10px;
    height: 48px;
    line-height: 1;
    border: none;
    border-radius: 75px;
    color: var(--color-base-2);
    background-color: var(--color-base-2-opt-10);
    font-size: var(--fz-form-input);
}
form#webform-submission-callback-add-form .js-form-item.form-item input::placeholder {
    color: #848484;
    font-size: var(--fz-form-placeholder);
}
form#webform-submission-callback-add-form .js-form-item.form-item input:focus {
    box-shadow: none;
    outline: 0;
}

/* form // Page -> textarea -> comment */
form#webform-submission-callback-add-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea {
    margin: 0;
    padding: 17px 18px 10px;
    height: 48px;
    min-height: 48px;
    max-height: 200px;
    line-height: 1;
    border: none;
    border-radius: 25px;
    color: var(--color-base-2);
    background-color: var(--color-base-2-opt-10);
    font-size: var(--fz-form-input);
}
form#webform-submission-callback-add-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::placeholder {
    color: #848484;
    font-size: var(--fz-form-placeholder);
}
form#webform-submission-callback-add-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea:focus {
    box-shadow: none;
    outline: 0;
}

/* form // Page -> inputs -> cheakbox */
form#webform-submission-callback-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
    margin: 30px 0;
    display: grid;
    grid-template-columns: 12px 11fr;
    grid-template-areas:
        'a b'
        'c c';
    row-gap: 2px;
    column-gap: 10px;
    align-items: center;
    font-size: 14px;
}
form#webform-submission-callback-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
    height: auto;
    grid-area: a;
}
form#webform-submission-callback-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description {
    grid-area: b;
    font-size: var(--fz-form-cheakbox);
    color: var(--color-base-2);
    line-height: 1.5;
    font-weight: 600;
    max-width: 480px;
}
form#webform-submission-callback-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a {
    /* color: inherit; */
    color: var(--color-base-2);
    text-decoration: underline;
}
form#webform-submission-callback-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a:hover {
    color: var(--color-special);
}

/* form // Page -> btn */
form#webform-submission-callback-add-form button[id^="edit-actions-submit"] {
    background-color: var(--color-main);
    color: var(--color-base-1);
    border: none;
    border-radius: 50px;
    width: 100%;
    height: 48px;
    font-weight: 600;
    font-size: var(--fz-form-btn);
    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
form#webform-submission-callback-add-form button[id^="edit-actions-submit"]:hover {
    background-color: var(--color-special);
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover);
}

form#webform-submission-callback-add-form button[id^="edit-actions-submit"]::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/arrow-more-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
}

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

form#webform-submission-callback-add-form .js-form-item.form-item strong {
    color: var(--color-main);
}
form#webform-submission-callback-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .form-item--error-message {
    grid-area: c;
    font-size: 16px;
}

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





/* F O R M // Modal */
/* form // Modal */
.ui-widget.ui-widget-content {
    border: 3px solid var(--color-main) !important;
    border-radius: 15px;
    overflow: hidden;
    background-color: var(--color-base-1);
    padding: 10px;
}
.ui-widget.ui-widget-content .ui-dialog-content {
    /* padding: 5px 10px; */
    padding: 0;
}

/* form // Modal -> Header */
.ui-dialog .ui-dialog-titlebar {
    color: var(--color-main);
    background-color: var(--color-base-1);
    border: 0;
    border-radius: 0;
}
.ui-dialog .ui-dialog-title {
    margin-top: 4px;
    text-transform: uppercase;
    font-family: var(--ff-main);
    font-weight: 700;
    font-size: var(--fz-form-title-Modal);
}

.ui-dialog .ui-dialog-titlebar-close {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/close.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/close.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--bg-color-btn);
}
.ui-dialog .ui-dialog-titlebar-close:focus {
    box-shadow: none;
    outline: 0;
    border: none;
    border: 1px solid var(--bg-color-btn);
}
.ui-dialog .ui-dialog-titlebar-close span.ui-button-icon.ui-icon.ui-icon-closethick {
    display: none;
}

/* form // Modal -> content */
.ui-dialog .ui-dialog-content form {}
.ui-dialog .ui-dialog-content form .js-form-item.form-item {
    /* margin-bottom: 15px; */
    margin: 5px 5px 10px;
}

.ui-dialog .ui-dialog-content form .js-form-item.form-item label {
    /* display: none; */
    font-size: var(--fz-form-field-label);
    color: var(--color-base-2);
    font-weight: 600;
}

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

/* form // Modal -> textarea -> comment */
.ui-dialog .ui-dialog-content form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea {
    margin: 0;
    padding: 17px 18px 10px;
    height: 48px;
    min-height: 48px;
    max-height: 200px;
    line-height: 1;
    border: none;
    border-radius: 25px;
    color: var(--color-base-2);
    background-color: var(--color-base-2-opt-10);
    font-size: var(--fz-form-input);
}
.ui-dialog .ui-dialog-content form .js-form-item.form-item.js-form-type-textarea.form-type-textarea .form-textarea-wrapper textarea::placeholder {
    color: #848484;
    font-size: var(--fz-form-placeholder);
}
.ui-dialog .ui-dialog-content 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 -> inputs -> cheakbox */
.ui-dialog .ui-dialog-content form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
    margin: 10px 5px;
    display: grid;
    grid-template-columns: 12px 11fr;
    grid-template-areas:
        'a b'
        'c c';
    row-gap: 2px;
    column-gap: 10px;
    align-items: center;
    font-size: 14px;
}
.ui-dialog .ui-dialog-content form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
    height: auto;
    grid-area: a;
}
.ui-dialog .ui-dialog-content form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description {
    grid-area: b;
    font-size: var(--fz-form-cheakbox);
    color: var(--color-base-2);
    line-height: 1.5;
    font-weight: 600;
    max-width: 480px;
}
.ui-dialog .ui-dialog-content form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a {
    /* color: inherit; */
    color: var(--color-base-2);
    text-decoration: underline;
}
.ui-dialog .ui-dialog-content form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .description a:hover {
    color: var(--color-special);
}

/* form // Modal -> btn */
.ui-dialog .ui-dialog-content form button[id^="edit-actions-submit"] {
    background-color: var(--color-main);
    color: var(--color-base-1);
    border: none;
    border-radius: 50px;
    width: 100%;
    height: 48px;
    font-weight: 600;
    font-size: var(--fz-form-btn);
    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ui-dialog .ui-dialog-content form button[id^="edit-actions-submit"]:hover {
    background-color: var(--color-special);
    box-shadow: 0 0px 6px 0px var(--bg-color-btn-hover);
}

.ui-dialog .ui-dialog-content form button[id^="edit-actions-submit"].form-submit::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/arrow-more-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
}

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

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

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


















/* M A P // Block */

/* map // Block */
.map-block .region.region-map {
    height: 100%;
}
.map-block .region.region-map div.block.block-block-content {
    height: 100%;
}
.map-block .region.region-map .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    height: 100%;
}
.map-block .region.region-map .mapContainer {
    width: 100%;
    height: 400px;
}
.mapContainer {
    width: 100%;
    height: 400px;
}

/* 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) {
    .map-block .region.region-map .mapContainer {
        height: 230px;
    }
}
@media (max-width: 460px) {}
@media (max-width: 350px) {}

















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

/* C O N T A C T S // Page */
/* contacts // Page */
.not-front main#main .view.view-contacts.view-id-contacts {
    background-color: #fffc;
    border-radius: 5px;
    padding: 10px;
}
.not-front main#main .view.view-contacts.view-id-contacts .view-content .views-row .contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.not-front main#main .view.view-contacts.view-id-contacts .view-content .views-row .contacts .contacts-title {
    margin-bottom: 5px;
}
.not-front main#main .view.view-contacts.view-id-contacts .view-content .views-row .contacts .contacts-text {
    margin-bottom: 5px;
}

.not-front main#main .view.view-contacts.view-id-contacts .view-content .views-row .contacts .contacts-text a {
    color: inherit;
    text-decoration: none;
}
.not-front main#main .view.view-contacts.view-id-contacts .view-content .views-row .contacts .contacts-text a:hover {
    color: var(--color-main);
}



.view.view-contacts-fabritex.view-id-contacts_fabritex .view-content .views-row .contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.not-front main#main .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set.contacts-set-1 p.contacts-text {
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    color: var(--color-main);
}
.not-front main#main .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set.contacts-set-1 p.contacts-text:last-child {
    margin-bottom: 0px;
}
.not-front main#main .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set.contacts-set-1 p.contacts-text:hover {
    /* color: var(--color-main); */
}

.not-front main#main .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set.contacts-set-1 p.contacts-text::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/footer-01-mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.not-front main#main .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set.contacts-set-1 p.contacts-text.mail-1::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/footer-01-mail.svg);
}
.not-front main#main .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set.contacts-set-1 p.contacts-text.phone-1::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/footer-02-phone.svg);
}
.not-front main#main .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set.contacts-set-1 p.contacts-text.address-1::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/footer-03-adress.svg);
}

.not-front main#main .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set.contacts-set-1 p.contacts-text a {
    color: inherit;
    text-decoration: none;
}
.not-front main#main .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .contacts .contacts-set.contacts-set-1 p.contacts-text a:hover {
    color: inherit;
    text-decoration: underline;
}



.view.view-contacts-fabritex.view-id-contacts_fabritex .view-content .views-row .contacts .contacts-set.contacts-set-3 {
    display: flex;
    gap: 15px;
}

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











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

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

















/* F O O T E R S // Block */
/* footers // Block */
footer#footer {}

/* footers // Block -> UP */
footer#footer .row-inner {
    display: flex;
    gap: 270px;
    padding-bottom: 15px;
    justify-content: space-between;
}

/* footers // Block -> UP -> logo */
footer#footer .row-inner .logo-foot {
    aspect-ratio: 208/30;
    width: 100%;
    max-width: 208px;
    height: auto;
    max-height: 30px;
}
footer#footer .row-inner .logo-foot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 208/30;
}

/* footers // Block -> UP -> menu */
footer#footer .row-inner .foot-menu {
    display: flex;
    justify-content: center;
    gap: 100px;
}
/* footers // Block -> UP -> menu -> all */
footer#footer .row-inner .foot-menu .foot-menu-inner .foot-menu-title {
    font-size: var(--fz-nav-label);
    padding-bottom: 20px;
    border-bottom: 1.5px solid #999;
}
footer#footer .row-inner .foot-menu .foot-menu-inner .foot-menu-title a {
    color: var(--color-base-2);
    text-decoration: none;
}
footer#footer .row-inner .foot-menu .foot-menu-inner .foot-menu-title a:hover {
    /* text-decoration: underline; */
    color: var(--color-main);
}

footer#footer .row-inner .foot-menu .foot-menu-inner .col-nav {
    padding-top: 20px;
    /* border-top: 1.5px solid #999; */
    width: 310px;
}
footer#footer .row-inner .foot-menu .foot-menu-inner .col-nav nav ul.nav {}

footer#footer .row-inner .foot-menu .foot-menu-inner .col-nav nav ul.nav li a.nav-link {
    color: var(--color-base-2);
    padding: 10px 0px;
    font-size: var(--fz-nav-foot);
    width: 155px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
    max-height: 38px;
    line-height: 1.5;
}
footer#footer .row-inner .foot-menu .foot-menu-inner .col-nav nav ul.nav li a.is-active {
    text-decoration: underline;
}
footer#footer .row-inner .foot-menu .foot-menu-inner .col-nav nav ul.nav li a.nav-link:hover {
    color: var(--color-main);
}

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

/* footers // Block -> UP -> menu -> catalog */
footer#footer .row-inner .foot-menu .foot-catalog .view.view-catalog-fabritex.view-id-catalog_fabritex .view-header {
    font-size: var(--fz-nav-label);
    padding-bottom: 20px;
    margin: 0;
    text-align-last: left;
    border-bottom: 1.5px solid #999;
}
footer#footer .row-inner .foot-menu .foot-catalog .view.view-catalog-fabritex.view-id-catalog_fabritex .view-header .foot-menu-title a {
    color: var(--color-base-2);
    text-decoration: none;
}
footer#footer .row-inner .foot-menu .foot-catalog .view.view-catalog-fabritex.view-id-catalog_fabritex .view-header .foot-menu-title a:hover {
    color: var(--color-main);
}

footer#footer .row-inner .foot-menu .foot-catalog .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content {
    padding-top: 20px;
    /* border-top: 1.5px solid #999; */
    gap: 0;
    width: 310px;
    max-width: 310px;
}
footer#footer .row-inner .foot-menu .foot-catalog .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row {
    color: var(--color-base-2);
    padding: 10px 0px;
    font-size: var(--fz-nav-foot);
    width: 155px;
    aspect-ratio: auto;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
    max-height: 38px;
    line-height: 1.5;
}
footer#footer .row-inner .foot-menu .foot-catalog .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row a {
    text-decoration: none;
    color: var(--color-base-2);
}
footer#footer .row-inner .foot-menu .foot-catalog .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row a:hover {
    /* text-decoration: underline; */
    color: var(--color-main);
}

/* footers // Block -> UP -> contacts */
footer#footer .row-inner .col-contacts {
    /* max-width: 211px; */
    /* width: 100%; */
}
footer#footer .row-inner .col-contacts .contacts .contacts-set {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer#footer .row-inner .col-contacts .contacts .contacts-set p.contacts-text {
    margin-bottom: 0;
    color: var(--color-main);
    font-size: var(--fz-contacts-foot);
}
footer#footer .row-inner .col-contacts .contacts .contacts-set p.contacts-text:hover {
    color: var(--color-base-2);
}

footer#footer .row-inner .col-contacts .contacts .contacts-set p.contacts-text a {
    color: inherit;
    text-decoration: none;
    display: flex;
    gap: 30px;
    align-items: center;
    line-height: 1.5;
}
footer#footer .row-inner .col-contacts .contacts .contacts-set p.contacts-text a:hover {
    color: inherit;
    text-decoration: underline;
}

footer#footer .row-inner .col-contacts .contacts .contacts-set p.contacts-text a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/footer-01-mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* margin-right: 30px; */
}
footer#footer .row-inner .col-contacts .contacts .contacts-set p.contacts-text a.mail::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/footer-01-mail.svg);
}
footer#footer .row-inner .col-contacts .contacts .contacts-set p.contacts-text a.tel::before {
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/footer-02-phone.svg);
}

footer#footer .row-inner .col-contacts .contacts .contacts-set p.contacts-text span.address {
    display: flex;
    gap: 30px;
    align-items: center;
    line-height: 1.5;
}
footer#footer .row-inner .col-contacts .contacts .contacts-set p.contacts-text span.address::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/sites/all/themes/vesta_theme/image/custom-images/tools/footer-03-adress.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

footer#footer .row-inner .col-contacts .contacts .contacts-set.contacts-set-3 {
    display: none;
}

/* footers // Block -> DOWN */
footer#footer .foot-down {
    border-top: 1.5px solid #999;
}

footer#footer .row-copiryght {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-size: var(--fz-small);
    padding-top: 15px;
}
footer#footer .row-copiryght .copiryght-inner {
    color: var(--color-base-2);
}

footer#footer .row-copiryght a {
    color: var(--color-base-2);
    text-decoration: none;
}
footer#footer .row-copiryght a:hover {
    color: var(--color-main);
    text-decoration: underline;
}

/* MEDIA SIZE */
@media (max-width: 1699px) {
    footer#footer .row-inner {
        gap: 50px;
    }
    footer#footer .row-inner .foot-menu {
        gap: 50px;
    }
}
@media (max-width: 1399px) {
    footer#footer .row-inner .foot-menu .foot-menu-inner .col-nav {
        width: auto;
    }
    footer#footer .row-inner .foot-menu .foot-menu-inner .col-nav nav ul.nav li a.nav-link {
        width: 150px;
    }

    footer#footer .row-inner .foot-menu .foot-catalog .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content {
        width: 280px;
    }
    footer#footer .row-inner .foot-menu .foot-catalog .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row {
        width: 140px;
    }
}
@media (max-width: 1199px) {
    footer#footer .row-inner .foot-menu .foot-menu-inner .col-nav {
        width: 100%;
    }
    footer#footer .row-inner .foot-menu .foot-menu-inner .col-nav nav ul.nav li.nav-item {
        width: 100%;
    }
    footer#footer .row-inner .foot-menu .foot-menu-inner .col-nav nav ul.nav li a.nav-link {
        width: 100%;
        display: block;
        height: auto;
        overflow: inherit;
        max-height: initial;
    }
    footer#footer .row-inner .foot-menu .foot-catalog .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content {
        width: 100%;
    }
    footer#footer .row-inner .foot-menu .foot-catalog .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row {
        width: 100%;
        display: block;
        overflow: inherit;
        height: auto;
        max-height: initial;
    }
}
@media (max-width: 991px) {
    footer#footer .row-inner {
        display: flex;
        flex-direction: column;
    }

    footer#footer .row-inner .col-contacts .contacts .contacts-set.contacts-set-3 {
        display: flex;
        flex-direction: row;
        gap: 30px;
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    footer#footer .row-copiryght {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 575px) {
    footer#footer {
        padding: 30px 0;
    }
    footer#footer .row-inner .foot-menu .foot-catalog .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 460px) {
    footer#footer .row-inner {
        gap: 30px;
    }
    footer#footer .row-inner .foot-menu {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    footer#footer .row-inner .foot-menu .foot-menu-inner .col-nav nav ul.nav li.nav-item {
        width: 50%;
    }
    footer#footer .row-inner .foot-menu .foot-catalog .view.view-catalog-fabritex.view-id-catalog_fabritex .view-content .views-row {
        width: 50%;
    }
}
@media (max-width: 350px) {}