body{
    font-size: 16px!important;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: 'Stolzl Book', system-ui;
    font-weight: 400;
    color: #000;
    position: relative;
}

html{
}

.container {
    max-width: 1550px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:579px){
    .container{
        padding-left: 2.25rem;
    }
}

/*.container-fluid {overflow: hidden;}*/

a,
.nav-link{
    color: #000;
    transition: .4s;
}
a:hover,
a.nav-link:hover,
a:not([class]):hover{
    color: #78A248;
}

b{
    font-weight: bold;
}

/* BOOTSTRAP CUSTOM
================================
================================*/
.btn:not(.dropdown-toggle){
    height: 42px;
    border-radius: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}
@media (max-width: 579px){
    .btn:not(.dropdown-toggle){
        height: 52px;
        font-size: 16px;
    }
}
a.btn{
    display: flex;
    align-items: center;
}

/* FONT FAMILY
================================
================================*/
.ST{
    font-family: 'Stolzl';
}

/* FONT WEIGHT
================================
================================*/
.fw-100{
    font-weight: 100 !important;
}
.fw-200{
    font-weight: 200 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.fw-900{
    font-weight: 900 !important;
}

/* FONT SIZE 
================================
================================*/
.t-18{
    font-size: 18px;
}

.t-14{
    font-size: 14px;
}

.t-12{
    font-size: 12px;
}

/* LOST CSS
================================
================================*/
.ttu{
    text-transform: uppercase;
}

.op-05{
    opacity: 0.5;
}

.lh-1{
    line-height: 1;
}
.lh-12{
    line-height: 1.2;
}
.lh-13{
    line-height: 1.3;
}

/* COLOR & BACKGROUND
================================
================================*/



/* MOBILE NAV SWIPE 
================================
================================*/
/* header side menu */
.dynamic-side{
    height: 100%;
    width: 25%;
    background-color: #fff;
    position: fixed !important;
    overflow: auto;
    right: -25%;
    z-index: 5;
    transition: .4s;
    top: 0;
    overflow: hidden;
}

.dynamic-side.active{
    right: 0;
    transition: .4s;
}

.dynamic-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: 999
}

.dynamic-mask.active{
    opacity: 1;
    visibility: visible;
}

@media (max-width:579px){
    .dynamic-side{
        width: 90%;
        right: -90%;
    }
}

.dynamic-wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
}


.dynamic-title{
    display: flex;
    align-items: center;
    column-gap: 3rem;
    font-size: 24px;
    font-weight: 500;
    align-items: center;
    padding: 2rem 2rem;
    justify-content: space-between;
}

@media (max-width:579px){
    .dynamic-title{
        padding: 1.25rem 1.25rem;
    }
}

.js-dynamic-close img{
    transition: .4s;
}
.js-dynamic-close:hover img{
    transform: rotate(180deg);
    cursor: pointer;
}

.dynamic-side.dynamic-side-collection{
    left: -30%;
    right: auto !important;
    width: 30%;

}
@media (max-width:579px){
    .dynamic-side.dynamic-side-collection{
        left: -90%;
        right: auto !important;
        width: 90%;
    }
}

.dynamic-side-collection.active{
    left: 0;
}

.dynamic-title img.logo{ 
    height: 32px;
}
@media (max-width:350px){
    .dynamic-title img.logo{
        height: 26px;
    }
}

.side-wrapper{
    height: calc(100% - 76px);
    display: flex;
    flex-direction: column;
}

.nav-swipe-menu{
    flex-direction: column;
    row-gap: .5rem;
}

.nav-swipe-menu li a{
    position: relative;
    font-size: 18px;
    // padding-left: 2.5rem;
    line-height: 1;
}

.nav-swipe-menu li a:hover,
.nav-swipe-menu li a:focus{
    color: #78A248;
}

/*
.nav-swipe-menu li a::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 8px;
    display: block;
    border-radius: 100px 100px 0 0;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    transition: .4s;
    transform: rotate(135deg);
    top: 5px;
    left: 1rem;
    bottom: 0;
    margin: auto;
}

.nav-swipe-menu li a::after{
    position: absolute;
    content: '';
    width:  6px;
    height: 6px;
    top: 0;
    left: 1.15rem;
    bottom: 0;
    margin: auto;
    border: 1px solid black;
    border-radius: 8px;
}

.nav-swipe-menu li a:hover::before,
.nav-swipe-menu li a:focus::before,
.nav-swipe-menu li a:hover::after,
.nav-swipe-menu li a:focus::after{
    border-color: #78A248;
}
*/

.swipe-tools{
    padding: 1rem;
}

.swipe-tools .nav-header-tools{
    justify-content: space-between;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 1rem 0;
}

.swipe-tools .nav-header-tools svg{
    width: 32px;
    height: 32px;
}

.swipe-tools .nav-header-tools .count{
    right: auto;
    left: 18px;
}

.swipe-tools .nav-header-tools .text{
    margin-left: 1rem;
}

.nav-swipe-menu-lost{
    column-gap: .5rem;
    flex-direction: column;
}

.nav-swipe-menu-lost li a{
}

.swipe-footer{
    margin-top: auto;
    padding: 1rem;
}

.swipe-footer-phone{
    margin-bottom: 1rem;
    text-decoration: none;
    display: block;
    font-size: 24px;
}

.swipe-footer-phone svg{
    margin-right: .5rem;
    transition: .4s;
}

.swipe-footer-phone:hover svg{
    transform: rotate(45deg);
}

.swipe-footer-phone:hover svg path{
    stroke: #78A248;
    fill: #78A248;
}

.swipe-footer .nav-social{
    justify-content: space-between; //display:none;
    width: 200px;
}

/* HEADER 
================================
================================*/
header {
    position: sticky;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    transition: .4s;
}

.template-is-index header,
.template-is-page_service header{
    position: fixed;
    background: linear-gradient(180deg, rgba(26,26,24,0.6) 0%, transparent 100%);
}


header::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, #eee 50%, transparent 100%);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.template-is-index header::after,
.template-is-page_service header::after{
    background: linear-gradient(90deg, transparent 0%, white 50%, transparent 100%);    
}

header.scrolling::after{
    opacity: 1;
    visibility: visible;
}

header.scrolling{
    background: none;
    background-color: white;
}

.header-wrapper{
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

.header-top{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    padding: 1rem 0;
    transition: .4s;
}

@media(max-width:579px){
    .header-top{
        grid-template-columns: 42px auto 42px;
        column-gap: 1.5rem;
    }
    .header-top .menu svg,
    .header-top .nav-header-tools svg{
        width: 42px;
        height: 42px;
    }

    .header-top .logo svg{
        width: 100%;
    }
}

header.scrolling .header-top{
    padding: .75rem 0;
}

.header-top::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #eee 50%, transparent 100%);
}

.header-top .logo{
    text-align: center;
}

.header-top .logo svg{
    padding: .25rem;
}

header .logo svg,
header .favicon svg{
    transition: .4s;
}

header.scrolling .logo svg,
header.scrolling .favicon svg{
    height: 34px;
}

@media(max-width:579px){
    .header-top{
        grid-template-columns: 32px auto 32px;
        column-gap: 1.5rem;
    }
    .header-top .menu svg,
    .header-top .nav-header-tools svg{
        width:  28px;
        height: 28px;
    }

    header.scrolling .logo svg,
    header.scrolling .favicon svg{
        height: 28px;
    }
}

.nav-header-tools{
    justify-content: end;
    column-gap: 2rem;
}

.nav-header-tools li a{
    position: relative;
    padding: 0;
}

.nav-header-tools li a svg{
    transition: .4s;
}

.nav-header-tools li a:hover svg{
    transform: scale(1.2);
}

.nav-header-tools li a svg path,
.nav-header-tools li a svg rect,
.nav-header-tools li a svg circle{
    transition: .4s;
}

.nav-header-tools li a:hover svg path,
.nav-header-tools li a:hover svg rect,
.nav-header-tools li a:hover svg circle{
    stroke: #78A248;
}

.nav-header-tools li a .count{
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: -.5rem;
    transition: .4s;
    border: 1px solid black;
}

header.scrolling .nav-header-tools li a .count{
    background-color: black;
    color: white;
    border-color: white;
}

@media (max-width:579px){
    .nav-header-tools li a .count{
        width: 22px;
        height: 22px;
    }
}

.header-bottom{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

header.scrolling .header-bottom .nav-header-menu a{
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.btn.btn-subscribe{
    text-transform: uppercase;
    padding: .15rem 1.5rem;
    height: 33px;
}

button {
  background: none;
  text-decoration: inherit;
  font-size: 1rem;
  padding: 1rem 2rem;
}

.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
}

body.template-is-index .border-gradient-white,
body.template-is-page_service .border-gradient-white {
    border-image-source: linear-gradient(to right, rgba(255, 255, 255, .85), rgba(255, 255, 255, .05));
    color: white;
}

body .border-gradient-white{
    border-image-source: linear-gradient(to right, rgba(0, 0, 0, .85), rgba(0, 0, 0, .05));
    color: black;
    transition: .4s;
}

body:not(.template-is-index) .border-gradient-white:hover,
body:not(.template-is-index) .border-gradient-white:focus,
body:not(.template-is-page_service) .border-gradient-white:hover,
body:not(.template-is-page_service) .border-gradient-white:focus {
    background-color: black;
    color: white;
}

header.scrolling .border-gradient-white{
    border-image-source: linear-gradient(to right, rgba(0, 0, 0, .85), rgba(0, 0, 0, .05));
    color: black;
}
header.scrolling .border-gradient-white:hover{
    background-color: black;
    color: white;
}

header.scrolling .border-gradient-white:focus{
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5);
    background-color: black;
    color: white;
}


.nav-header-menu{
    justify-content: center;
    column-gap: 5rem;
}

.nav-header-menu li a{
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
    text-transform: uppercase;
}

.nav-header-menu a{
    position: relative;
    padding: .5rem 0;
}

.nav-header-menu li a::after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #78A248;
    transition: .4s;
}

.nav-header-menu li a:hover::after,
.nav-header-menu li a:focus::after,
.nav-header-menu li a.active::after{
    width: 100%;
    left: 0;
}

.nav-header-menu li a.active,
.nav-header-menu li a:focus{
    color: #78A248;
}



.template-is-index header:not(.scrolling) svg path,
.template-is-index header:not(.scrolling) svg rect,
.template-is-page_service header:not(.scrolling) svg path,
.template-is-page_service header:not(.scrolling) svg rect{
    transition: .4s;
}


.template-is-index header:not(.scrolling) .menu a svg path,
.template-is-index header:not(.scrolling) .favicon a svg path,
.template-is-index header:not(.scrolling) .logo a svg path,
.template-is-page_service header:not(.scrolling) .menu a svg path,
.template-is-page_service header:not(.scrolling) .favicon a svg path,
.template-is-page_service header:not(.scrolling) .logo a svg path{
    fill: white;
}

.template-is-index header:not(.scrolling) .nav-header-tools a svg path,
.template-is-index header:not(.scrolling) .nav-header-tools a svg rect,
.template-is-index header:not(.scrolling) .nav-header-tools a svg circle,
.template-is-page_service header:not(.scrolling) .nav-header-tools a svg path,
.template-is-page_service header:not(.scrolling) .nav-header-tools a svg rect,
.template-is-page_service header:not(.scrolling) .nav-header-tools a svg circle{
    stroke: white;
}

.template-is-index header:not(.scrolling) .nav-header-menu li a,
.template-is-page_service header:not(.scrolling) .nav-header-menu li a{
    color: white;
}

header .nav-header-menu li a:hover{
    color: #78A248 !important;
}



/* NAVIGATION
================================
================================*/
.side-nav{
    position: fixed;
    width: 20px;
    top: 0;
    bottom: 0;
    right: .75rem;
    margin: auto;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        display: none !important;
}



.nav-spylist{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

@media (max-width:579px){
    .side-nav{
        width: 100%;
        height: 50px;
        background-color: white;
        top: auto;
        left: 0;
        bottom: 0;
        border-top: 1px solid #efefef;
        z-index: 2;
    }
    .nav-spylist{
        flex-direction: row;
        column-gap: .5rem;
    }
}

.side-nav .text{
    text-wrap: nowrap;
    transition: .4s;
}

.side-nav .point{
    position: relative;
    height: 16px;
    width: 16px;
    transform: rotate(135deg);
}

.side-nav .point::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid black;
    border-radius: 6px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .4s;
}

.side-nav .point i{
    width: 16px;
    height: 8px;
    display: block;
    border-radius: 100px 100px 0 0;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    transition: .4s;
}

.side-nav.light .text{
    color: white;
}

.side-nav.light .point::after{
    border-color: white;
}

.side-nav.light .point i{
    border-color: white;
}

@media (max-width:579px){
    .side-nav.light .text{
        color: black;
    }
    
    .side-nav.light .point::after{
        border-color: black;
    }
    
    .side-nav.light .point i{
        border-color: black;
    }
}

.side-nav .point-spy.active .text{
    color: #78A248;
}
.side-nav .point-spy.active .point::after{
    border-color: #78A248;
}

.side-nav .point-spy.active .point i{
    border-color: #78A248;
}


.side-nav .point-spy{
    position: relative;
    display: flex;
    column-gap: .5rem;
    padding: 0;
}

.side-nav .point-spy .text{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.25rem;
    opacity: 0;
    visibility: hidden;
    line-height: 1;
}


.side-nav .point-spy.active .text{
    opacity: 1;
    visibility: visible;
}

@media (max-width:579px){
    .side-nav .point-spy .text{
        position: relative;
        width: 0;
        height: 0;
        right: 0;
        margin-left: .5rem;
    }
    .side-nav .point-spy.active .text{
        width: fit-content;
        height: fit-content;
    }

}

.myscroll{
    top: -135px;
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: red;
    z-index: -2;
}

@media (max-width:579px){
    .myscroll{
        top: -100px;
    }
}

/* MINIMAP
================================
================================*/
.minimap{
    position: fixed;
    top: 10rem;
    left: 1rem;
    bottom: 0;
    margin: auto;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width:579px){
    .minimap{
        top: 0;
    }
}

.blocks-title{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    color: #BABABA;
    height: 240px;
    text-wrap: nowrap;
}

.minimap-wrapper{
    position: relative;
    height: 240px;
    width: 1px;
    background-color: #BABABA;
    margin-top: .5rem;
    margin-bottom: -23px;
    padding-bottom: 23px;
}

.minimap-wrapper::before{
    position: absolute;
    content: '';
    top: -1.5rem;
    left: 0;
    right: 0;
    height: 1.5rem;
    width: 1px;
    background-color: #BABABA;
}
.minimap-wrapper::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1.5rem;
    height: 1.5rem;
    width: 1px;
    background-color: #BABABA;
}

@media (max-width:579px){
    .minimap{
        left: .5rem;
        row-gap: 1rem;
    }
    .blocks-title{
        font-size: 22px;
    }
    .minimap-wrapper{
        margin-top: 0;
    }
}

.minimap-wrapper .mouse{
    position: absolute;
    top: 0;
    left: -7px;
    right: 0;
    margin: auto;
    height: 23px;
    width: 15px;
    border-radius: 5px;
    border: 2px solid #BABABA;
    display: block;
}

.minimap-wrapper .mouse::after{
    position: absolute;
    content: '';
    width: 5px;
    height: 7px;
    top: .25rem;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #BABABA;
    border-radius: 5px;
}

/* MAIN INDEX 
================================
================================*/
.main-slider{
    position: relative;
    height: 100vh;
    z-index: 2;
}

.video-slider {
    height: 100%;
}

.video-slider-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3rem;
    height: fit-content;
    font-size: 24px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    text-decoration: none;  
    width: fit-content;
    margin: auto;
}

@media (max-width: 579px){
    .video-slider-title{
        font-size: 20px;
        bottom: 6rem;
    }
}

.video-slider-title::after{
  position: absolute;
  content: '';
  left: 50%;
  bottom: -.5rem;
  width: 0;
  height: 2px;
  background-color: white;
  transition: .4s;
}

.video-slider-title:hover::after{
    width: 100%;
    left: 0;
}

.video-slider-title:hover{
    color: white;
}

.main-slider .cover{
    width: 100%;
    height: 100%;
}

.main-slider .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-slider{
    position: relative;
}

.video-slider.disabled::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.video-slider .swiper-slide video{
    object-fit: cover;
}

/* TABS PRODUCTS */
.cloud-carousel .swiper-slide{
  height: auto;
}


.block-cloud-header{
    position: relative;
    z-index: 2;
}

.block-cloud{
    position: relative;
}

.block-cloud-title{
    font-size: 58px;
    line-height: 1.3;
    font-weight: 300;
    font-family: 'Stolzl';
    text-transform: uppercase;
}

@media (max-width:579px){
    .block-cloud-title{
        font-size: 28px;
        line-height: 1.2;
    }
}
@media (max-width:350px){
    .block-cloud-title{
        font-size: 24px;
    }
}

.block-cloud-text-button{
    position: relative;
    z-index: 1;
}

.block-cloud-text{
    margin-top: .7rem;
    line-height: 1.2;
}

.block-cloud-content{
    position: relative;
    margin-top: 5rem;
}

@media (max-width:579px){
    .block-cloud-content{
        margin-top: 2rem;
    }
}

.nav-cloud{
    column-gap: 4rem;
    z-index: 1;
    position: relative;
}

.nav-cloud li a{
    position: relative;
    padding: .5rem 0;
    display: inline;
}

.nav-cloud li a::after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #78A248;
    transition: .4s;
}

.nav-cloud li a:hover::after,
.nav-cloud li a:focus::after,
.nav-cloud li a.active::after{
    width: 100%;
    left: 0;
}

.nav-cloud li a.active,
.nav-cloud li a:focus{
    color: #78A248;
}

@media (max-width:579px){
    .nav-cloud{
        column-gap: 0;
        flex-direction: column;
        row-gap: 1rem;
    }
    .nav-cloud li a{
        font-size: 15px;
    }
}




/* box product */
.box-product{
    position: relative;
    padding: .75rem;
    border-bottom: 2px solid transparent;
    transition: .4s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.box-product:hover {
    border-bottom: 2px solid #78A248;
}

.box-product .cover{
    aspect-ratio: 1/1;
    display: block;
    overflow: hidden;
}

.box-product .cover img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s;
}

.box-product:hover .cover img{
    transform: scale(1.1);
}

.box-product-variants{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: .5rem;
    row-gap: .25rem;
    margin-top: .5rem;
}


.box-product-variants .option-selector{
    margin: 0 0;
}

.box-product-variants .product-variant{
    margin-bottom: 0;
    column-gap: .5rem;
    row-gap: .5rem;
}

.box-product-variants .product-variant label{
    border: 1px solid #E8E8E8;
    padding: .45rem .5rem .35rem .5rem;
    font-size: 14px;
    line-height: 1;
    color: #8C8C8B;
}

.box-product-variants label[disabled]{
    background-color: #efefef;
    opacity: .5;
}

.box-product-title{
    padding-top: 1.5rem;
    margin-top: auto;
    font-size: 14px;
    font-family: 'Stolzl';
    display: block;
    text-decoration: none;
}

.box-product-prices{
    display: flex;
    align-items: center;
    column-gap: 1rem;
    align-items: end;
}

.box-product-prices span{
    font-size: 20px;
    line-height: 1;
}

.box-product-prices del{
    color: #aaa;
    line-height: 1;
}

.box-product-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .5rem;
}

.box-product-add{
    width: 34px;
    height: 34px;
    border: 1px solid black;
    border-radius: 34px;
    display: block;
    padding: 0;
    transition:.4s;
}

.box-product-add:hover{
    border-color: #78A248;
}

.box-product-add img,
.box-product-add svg{
    object-fit: contain;
    margin-top: -2px;
}

.box-product-add:hover svg path{
    transition:.4s;
}

.box-product-add:hover svg path{
    stroke: #78A248;
}

/* box product end */

.block-cloud-nav{
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    align-items: end;
}

.block-cloud-bottom-tools{
    position: relative;
    z-index: 1;
}

@media (max-width:579px){
    .block-cloud-nav{
        flex-direction: column;
        row-gap: 1rem;
        justify-content: center;
        margin-top: 1rem !important;
    }
    
    .block-cloud-nav .carousel-tools{
        width: 100%;
    }
    .block-cloud-nav .carousel-tools .swiper-button-prev, 
    .block-cloud-nav .carousel-tools .swiper-button-next{
        height: 50px;
    }
    .block-cloud-nav .viewall{
        text-align: center;
    }
}



.viewall{
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.viewall img,
.viewall svg{
    margin-left: -1.5rem;
    margin-top: -3px;
    transition: .4s;
}

.viewall:hover img,
.viewall:hover svg{
    transform: translateX(2rem);
}

.viewall svg path{
    transition: .4s;
}

.viewall:hover svg path{
    stroke: #78A248;
}

.cloud-champ{
    position: absolute;
    bottom: 0;
    right: 0;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: end;
    z-index: 0;
}

@media(max-width:579px){
    .cloud-champ{
        position: relative;
    }
}

.cloud-champ img{
    width: auto;
    height: 100%;
    object-fit: contain;
}

/* cloud carousel */
.carousel-tools{
    position: relative;
    border:1px solid #ccc;
    display: flex;
    column-gap: 5px;
    width: 195px;
}

.carousel-tools .swiper-button-prev,
.carousel-tools .swiper-button-next{
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    width: 90px;
    height: 80px;
}

.carousel-tools .swiper-button-prev::after,
.carousel-tools .swiper-button-next::after{
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    content: '';
    height: 8px;
    transition: .4s;
}

.carousel-tools .swiper-button-prev::after{
    background-image: url(arrow-left-light.svg);
}
.carousel-tools .swiper-button-next::after{
    background-image: url(arrow-right-light.svg);
}


.carousel-tools .swiper-button-prev:hover::after,
.carousel-tools .swiper-button-next:hover::after{
    transform: scale(1.1);
}

/* block-salon */
.block-salon{
    position: relative;
/*    max-width: 1920px;*/
    padding-left: 0;
    padding-right: 0;
    height: 80vh;
}

.salon-carousel{
    height: 100%;
}

.salon-carousel .cover{
    width: 100%;
    height: 100%;
}

.salon-carousel .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-salon-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    max-width: 1500px;
    display: flex;
}

@media (max-width:579px){
    .block-salon::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .25);
        z-index: 1;
    }
    .block-salon-content{
        z-index: 2;
    }
}

.block-salon-content{
    color: white;
}

.block-salon-content-title{
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Stolzl';
    font-weight: 300;
    line-height: 1;
}

.block-salon-content-text{
    font-size: 32px;
    font-family: 'Stolzl';
    font-weight: 300;
    margin: 2rem 0;
    line-height: 1.2;
}

.block-salon-content .viewall{
    color: white;
}

.block-salon-content .viewall:hover{
    color: #78A248;
}

.block-salon-service:first-child{
    border-top: 1px solid white;
}

.block-salon-service{
    padding: 3rem 0;
    border-bottom: 1px solid white;
    display: flex;
    column-gap: .5rem;
}

.block-salon-service-num{
    font-size: 18px;
}

.block-salon-service-text{
    font-size: 32px;
    text-transform: uppercase;
}

.block-salon .carousel-tools{
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width:579px){
    .block-salon-content-title{
        font-size: 32px;
    }

    .block-salon-content-text{
        font-size: 18px;
    }

    .block-salon-service-num{
        font-size: 12px;
        margin-top: 2px;
    }
    .block-salon-service-text{
        font-size: 16px;
    }
    .block-salon-service{
        padding: 1rem 0;
    }

    .block-salon-content .viewall{
        text-align: center;
    }
}

/* block academy */
.block-academy{
    position: relative;
    background-image: url(bg-academy2.png);
    /*background-image: url(bg_academia.jpg);*/
    
    background-repeat: no-repeat;
    height: 90vh;
    background-size: 100%;
    background-position: left 175%;
}
@media (max-width:579px){
    .block-academy{
        height: 70vh;
        background-size: 100%;
        background-position: left bottom;
    }
}

.block-academy-content{
    height: 100%;
    padding-top: 10rem;
}

.block-academy-title{
    font-size: 60px;
    font-family: 'Stolzl';
    font-weight: 300;
    text-transform: uppercase;
}

.block-academy-text{
    font-size: 18px;
    font-family: 'Stolzl';
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width:579px){
    .block-academy{
        height: 70vh;
    }
    .block-academy-content{
        padding-top: 2rem;
    }

    .block-academy-title{
        font-size: 32px;
    }

    .block-academy{
        background-position: bottom;
        background-size: contain;
    }
}

.block-academy-variants-title{
    font-size: 32px;
    color: #8C8C8B;
    text-transform: uppercase;
}

@media (max-width:579px){
    .block-academy-variants-title{
        font-size: 26px;
        line-height: 1;
    }
}

.academy-box{
    position: relative;
    margin: 3rem 0;
    padding: 1rem 0;
}

@media (max-width:579px){
    .academy-box::after{
        position: absolute;
        content: '';
        bottom: -1.5rem;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, #eee 50%, transparent 100%);
    }
}

.academy-box-title{
    position: relative;
}

.academy-box-title::after{
    position: absolute;
    content: '';
    width: calc(100% + 1rem);
    height: 1px;
    bottom: 5px;
    right: -1rem;
    background-color: black;
}

.academy-box-title-first{
    position: relative;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    font-family: 'Stolzl';
    font-weight: 300;
}


.academy-box-title-first::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    bottom: -3px;
    left: 0;
    z-index: 1;
    background-color: white;
}

@media (max-width:579px){
    .academy-box-title-first{
        font-size: 40px;
    }
    .academy-box-title-first::after,
    .academy-box-title::after{
        display: none;
    }
}

.academy-box-title-second{
    font-size: 24px;
}

.academy-box-name{
    color: #8C8C8B;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.academy-box-desc{
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 2rem;
}


.academy-box-prices{
    display: flex;
    column-gap: 4rem;
    margin: 1.5rem 0;
}

.academy-box-prices span{
    font-size: 40px;
    line-height: 1;
    text-wrap: nowrap;
}

.academy-box-prices-text{
    color: #8C8C8B;
    margin-top: 1rem;
}

@media (max-width:579px){
    .academy-box-desc{
        font-size: 18px;
    }
    .academy-box-prices{
        flex-direction: column;
        row-gap: 1rem;
    }

    .academy-box-price-active{
        border: 1px solid black;
        padding: 1.5rem;
    }
}

.academy-box button.btn{
    height: 60px;
    font-size: 18px;
}

.nav-academy-list{
    flex-direction: column;
    row-gap: .75rem;
}

.nav-academy-list li{
    list-style-type: circle;
    margin-left: 1rem;
}

.academy-dop{
    position: relative;
}

@media (max-width:579px){
    .academy-dop::after{
        position: absolute;
        content: '';
        bottom: -.75rem;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, #eee 50%, transparent 100%);
    }
}

.academy-dop-titile{
    font-size: 32px;
    text-transform: uppercase;
}

.academy-dop-subtitile{
    color: #8C8C8B;
    margin: 1rem 0;
}

.academy-dop-desc{
    font-size: 24px;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

@media (max-width:579px){
    .academy-dop-desc{
        font-size: 18px;
    }
}

.academy-dop-price{
    font-size: 40px;
}

.academy-champ{
    position: relative;
    background-image: url(bg-academy-champ.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 75vh;
}

.academy-champ-text{
    font-size: 24px;
    line-height: 1.3;
    margin-top: 10rem;
}

@media (max-width:579px){
    .academy-champ-text{
        color: white;
        z-index: 1;
    }
    .academy-champ{
        position: relative;
    }
    .academy-champ::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .25);
    }
}

.academy-slider-title{
    font-size: 24px;
}

.academy-slider-text{
    font-size: 32px;
    margin-top: 2rem;
    line-height: 1.3;
}

.block-acadevy-slider{
    position: relative;
    margin-top: -20%;
}

.block-acadevy-slider .carousel-tools{
    position: absolute;
    bottom: 0;
    right: -90px;
    z-index: 1;
}

.block-acadevy-slider-content{
    margin-top: 20rem;
}

@media (max-width:579px){
    .block-acadevy-slider-content{
        margin-top: 2rem;
    }
    .academy-slider-title{
        font-size: 18px;
    }
    .academy-slider-text{
        font-size: 24px;
    }
}

.block-acadevy-quest .block-title{
    position: sticky;
    top: 10rem;
}

.block-acadevy-quest-title{
}

.block-acadevy-quest .product-accordion .accordion-button{
    padding: 1.5rem .5rem;
}

.block-academy-banner{
    position: relative;
}

.block-academy-banner .cover{
    position: relative;
}

.block-academy-banner-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1.3;
    font-family: 'Stolzl';
    font-weight: 300;
}

.block-academy-subscribe{
    position: relative;
    background-color: #F4F4F3;
    padding: 3rem 3rem 5rem 3rem;
    margin-top: -10rem;
    z-index: 10;
}

.block-academy-subscribe-title{
    font-size: 24px;
    text-align: center;
}

.form-subscribe{
    position: relative;
}

.form-subscribe input{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #D1D1D1;
    border-radius: 0;
    height: 40px;
    width: 100%;
}

.form-subscribe input:focus{
    box-shadow: none;
    outline: none;
}

.form-subscribe input::placeholder{
    transition: .4s;
}

.form-subscribe input:focus::placeholder{
    color: #efefef;
}

.form-subscribe-quest{
    text-align: center;
}

.form-subscribe-or{
    display: flex;
    align-items: center;
    column-gap: 2rem;
    justify-content: center;
    margin-top: 1rem;
}

.form-subscribe-or label{
    display: flex;
    align-items: center;
    column-gap: .5rem;
    cursor: pointer;
}

.form-subscribe-or label input{
    accent-color: black;
    width: 24px;
}

.form-subscribe-submit{
    position: absolute;
    bottom: calc(-60px - 2.5rem);
    left: 0;
    right: 0;
    margin: auto;
}

.form-subscribe-submit button.btn{
    height: 60px;
    font-size: 24px;
}

@media (max-width:579px){
    .block-academy-subscribe{
        padding: 1rem;
        margin-top: -2rem;
        z-index: 2;
    }
    .block-academy-subscribe-title{
        font-size: 18px;
    }
    .block-academy-banner-content{
        font-size: 18px;
        top: 4rem;
        bottom: auto;
        padding: 0 1rem;
    }
    .form-subscribe-submit{
        bottom: -5rem;
    }
}

/* ABOUT */
.block-about{
    position: relative;
    background-image: url(bg-about.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
}

.block-about-content{
    color: white;
}

.block-about-text{
    line-height: 1.2;
}

.block-about .viewall{
    color: white;
}

.block-about .viewall:hover{
    color: #78A248;
}

@media (max-width:579px){
    .block-about-content .viewall{
        text-align: center;
    }
}

/* MAP */
.block-map{
    position: relative;
}

.block-info{
    display: flex;
    column-gap: 3rem;
}

.block-content{
    color: #5F5F5D;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin-top: .5rem;
}

.block-map-title{
    font-size: 60px;
    font-family: 'Stolzl';
    font-weight: 300;
    line-height: 1;
    text-wrap: nowrap;
}

.map-wrapper{
    height: 75vh;
}

@media (max-width:579px){
    .block-info{
        flex-direction: column;
    }
    .block-map-title{
        font-size: 32px;
    }
}

.map-wrapper #map{
    width: 100%;
    height: 100%;
}


.ymaps-layers-pane,
.ymaps-2-1-79-ground-pane{
    -webkit-filter: grayscale(100%);
}

ymaps.ymaps-controls-pane,
ymaps.ymaps-copyrights-pane,
ymaps.ymaps-copyrights-pane + ymaps{
    display: none;
}

ymaps.ymaps-b-balloon__content{
    background-color: transparent;
    border: 0;
}
ymaps.ymaps-b-balloon__sprite,
ymaps.ymaps-b-balloon__tail{
    background: none;
}

ymaps.ymaps-b-balloon.ymaps-i-custom-scroll{
    overflow: hidden;
    margin-top: -30px;
    border-radius: 0;
    min-width: 334px;
    transform: translate(38%, 105%);
}
@media (max-width:579px){
    ymaps.ymaps-b-balloon.ymaps-i-custom-scroll{
        display: none;
    }
}

ymaps.ymaps-b-balloon.ymaps-i-custom-scroll::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 1;
}

/*
ymaps.ymaps-balloon-overlay::before{
    position: absolute;
    content: '';
    width: 28px;
    height: 33px;
    left: -14px;
    right: 0;
    bottom: -17px;
    margin: auto;
    background-image: url(map_mark.png);
    transform: scale(1.15);
    transition: .4s;
    opacity: .85;
    z-index: 1000;
}
*/

ymaps.ymaps-b-balloon__content-holster{
    position: relative;
    padding: .75rem .5rem .4rem 4.5rem;
    max-width: 334px;
    z-index: 2;
}

@media (max-width:579px){
    ymaps.ymaps-b-balloon__content-holster{
        display: none;
    }
}

ymaps.ymaps-b-balloon__content-holster a{
    color: #aaa;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

ymaps.ymaps-b-balloon__content-holster a:hover{
    border-bottom: 1px solid #78A248;
}

ymaps.ymaps-b-balloon__sprite.ymaps-b-balloon__sprite_type_tail{
    background-image: none;
}

ymaps.ymaps-b-balloon__close{
    top: 15px;
    right: 15px;
    width: 21px;
    height: 21px;
    border: 1px solid #ccc;
    background-image: url(close-maps.svg);
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .4s;
    z-index: 2;

    display: none;
}
ymaps.ymaps-b-balloon__close:hover{
    transform: scale(1.1);
    transition: .4s;
}

ymaps.ymaps-shadows-pane{
    display: none;
}

ymaps.ymaps-label,
ymaps.ymaps-label__content{
    background-color: black;
    color: white;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.ymaps-map::after{

    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
}

/* COLLECTION 
================================
================================*/
.collection-menu{
   margin: 2rem 0; 
}

.nav-coll-menu{
    justify-content: center;
    column-gap: 4rem;
    row-gap: 1rem;
}

.nav-coll-menu li a{
    position: relative;
    padding: .5rem 0;
    display: inline;
}

.nav-coll-menu li a::after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #78A248;
    transition: .4s;
}

.nav-coll-menu li a:hover::after,
.nav-coll-menu li a:focus::after,
.nav-coll-menu li a.active::after{
    width: 100%;
    left: 0;
}

.nav-coll-menu li a.active,
.nav-coll-menu li a:focus{
    color: #78A248;
}

.collection-list .box-product::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #eee 50%, transparent 100%);
}

@media (min-width: 580px) and (max-width: 1650px){
  .collection-list,
  .container{
    padding: 0 4rem;
  }
}


/* COLLECTION PAGINATION */
.nav-pagination{
    justify-content: end;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

@media (max-width:579px){
    .nav-pagination{
        justify-content: center;
    }
}

.nav-pagination{
    column-gap: 1.25rem;
    align-items: center;
}

.nav-pagination li .nav-link{
    padding: 0;
    font-size: 20px;
    color: #94989E;
}

.nav-pagination li .nav-link:hover{
    color: #78A248;
}

.nav-pagination li .nav-link.active{
    color: #78A248;
}

.nav-pagination li a.arrow{
    border: 1px solid #ccc;
    padding: .65rem .55rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .4s;
}

.nav-pagination li a.arrow:hover{
    border-color: #78A248;
}

.nav-pagination li a.arrow img{
    transition: .4s;
}
.nav-pagination li a.arrow:hover img{
    transform: scale(1.1);
}

.nav-pagination li a.dots{

}

/* SIDEBAR 
================================
================================*/


/* PRODUCT
================================
================================*/
.product-gallery .cover{
    text-decoration: none;
}

.gallery-image .swiper-slide{
    height: auto;
}

.gallery-image .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-image .swiper-button-next:after, 
.gallery-image .swiper-button-prev:after{
    font-size: 20px;
    color:  #aaa;
}

.gallery-thumbs{
    height: 80px;
    margin-top: 1rem;
}

.gallery-thumbs .swiper-slide{
    opacity: .5;
    border:1px solid #d1d1d1;
    transition: .4s;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    opacity: 1;
}

.gallery-thumbs .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-video{
    display: block;
    aspect-ratio: 4/3;
}
@media (max-width: 579px){
    .gallery-image .swiper-slide .product-video,
    .gallery-thumbs .swiper-slide .product-video{
        width: 100%;
        height: 100%;
        aspect-ration: inherit;
    }
    .gallery-image .swiper-slide video,
    .gallery-thumbs .swiper-slide video{
        object-fit: cover;
    }
}

.product-info{
    position: sticky;
    top: 7rem;
}

.product-title{
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Stolzl';
    margin-bottom: 3rem;
}

@media (max-width:579px){
    .product-title{
        font-size: 24px;
    }
}

.product-variant{
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
    margin-bottom: 3rem;
}

@media (max-width:579px){
    .product-variant{
        column-gap: .5rem;
        row-gap: .5rem;
    }
}

.product-variant label{
    line-height: 1;
    padding: .65rem 1rem;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: .4s;
}

.product-variant label input{
    display: none;
}

.product-variant label:has(input:checked){
    border-color: #78A248;
    color: #78A248;
}

.product-variant label:has(input[disabled]){
    opacity: .5;
    background-color: #ccc;
    cursor: default;
}

.product-prices{
    display: flex;
    column-gap: 2rem;
    align-items: end;
    margin-bottom: 3rem;
}

.product-prices span{
    font-size: 64px;
    line-height: 1;
}

.product-prices del{
    font-size: 32px;
    color: #ccc;
}

@media (max-width:579px){
    .product-prices span{
        font-size: 32px;
    }
    .product-prices del{
        font-size: 18px;
    }
}

.product-addcart{
    margin-bottom: 3rem;
}
    
.product-addcart button.btn{
    height: 80px;
    font-size: 24px;
}

.product-params{
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
    margin-bottom: 2rem;
}

.product-params label{
    background-color: #F4F4F3;
    color: #767674;
    line-height: 1;
    padding: .75rem 1rem;
    font-size: 20px;
}

@media (max-width:579px){
    .product-params{
        column-gap: .5rem;
        row-gap: .5rem;
    }
    .product-params label{
        font-size: 12px;
        padding: .5rem .75rem;
    }
}

.product-desc{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 2rem;
}

@media (max-width:579px){
    .product-desc{
        font-size: 16px;
        line-height: 1.3;
    }
}

.product-accordion .accordion-item{
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.product-accordion .accordion-button{
    color: black;
    padding: 1rem .5rem;
    font-size: 20px;
}

@media (max-width:579px){
    .product-accordion .accordion-button{
        font-size: 16px;
    }
}

.product-accordion .accordion-button:not(.collapsed),
.product-accordion .accordion-button:focus,
.product-accordion .accordion-button[aria-expanded="true"]{
    background-color: #F8F8F8 !important;
    box-shadow: none;
}

.product-accordion .accordion-button.collapsed{
    background-color: transparent !important;
}

.accordion-button::after{
    background-image: url(plus-acc.svg);
}

@media (max-width:579px){
    .accordion-button::after{
        width: .75rem;
        height: .75rem;
        background-size: cover;
    }
}

.accordion-button[aria-expanded="true"]::after{
    background-image: url(plus-acc.svg);
    transform: rotate(135deg);
}

.block-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-title-text{
    font-size: 60px;
    line-height: 1.2;
    font-weight: 300;
    font-family: 'Stolzl';
}

@media (max-width:579px){
    .block-title{
        flex-direction: column;
        row-gap: 1rem;
    }
    .block-title-text{
        font-size: 32px;
    }
}

@media (max-width:579px){
    .related-carousel .carousel-tools{
        width: 100%;
    }
}

ol.product-property  {
    padding-inline-start: 0px;
    margin-bottom: 0;
    font-size: 16px;
}

ol.product-property  li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

ol.product-property  li:last-child{
    margin-bottom: 0;
}

li .dots:nth-child(2) {
    flex: 1 0;
    border-bottom: 2px dotted rgba(196, 196, 196, 0.5);
    height: 1em;
    margin: 0 .4em;
    min-width: 100px;
}

ol.product-property li span:first-child{
    color: #70767D;
    font-weight: 500;
}

ol.product-property li span{
    color: black;
    text-align: end;
}

ol.product-property li{
    margin: .75rem 0;
}

/* CART
================================
================================*/
.cart-items{
    margin-top: 2rem;
}

.box-item {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.box-item::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #eee 50%, transparent 100%);
}

.box-item .cover{
    aspect-ratio: 1/1;
    display: block;
    overflow: hidden;
}

.box-item .cover img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s;
}

.box-item:hover .cover img{
    transform: scale(1.1);
}

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

@media (max-width:579px){
    .box-item-header{
        align-items: start;
    }
}

.box-item-title{
    font-size: 18px;
    text-decoration: none;
    font-family: 'Stolzl';
}

@media (max-width:579px){
    .box-item-title{
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: .5rem;
    }
}

.box-item-delete svg path{
    transition: .4s;
}

.box-item-delete:hover svg path{
    stroke: red;
}

.box-item-delete svg{
    transition: .4s;
}

.box-item-delete:hover svg{
    transform: scale(1.1);
}

.box-item-var-price{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin: 1rem 0;
}

.box-item-var-price-item{
    display: flex;
    flex-direction: column;
}

@media (max-width:579px){
    .box-item-var-price-item{
        flex-direction: row;
        column-gap: .5rem;
    }
}

.box-item-var-price-item-name{
    color: #767674;
}

.box-item-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-item-all-price{
    font-size: 18px;
}

.quantity{
    border: 1px solid #DBDDDF;
    width: 120px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: space-between;
    padding: .2rem 0;
}

.quantity span{
/*    aspect-ratio: 1/1;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}

.quantity span img{
    transition: .4s;
}
.quantity span:hover img{
    transform: scale(1.2);
}

.quantity input{
    width: 100%;
    border: 0;
    text-align: center;
}

.quantity input:focus{
    box-shadow: none;
    outline: none;
}

/* BOX CHECKOUT */
.cart-checkout{
    position: sticky;
    top: 8rem;
}

.box-checkout{
    background-color: #F8F8F8;
    padding: 2rem;
}

@media (max-width:579px){
    .box-checkout{
        padding: 1.5rem;
    }
}

.box-checkout-title{
    font-size: 24px;
    font-family: 'Stolzl';
}

.box-checkout-count{
    color: #5F5F5D;
    font-size: 14px;
}

.box-checkout-all-price{
    margin: 3rem 0;
    font-size: 24px;
    font-family: 'Stolzl';
}

.box-checkout-discount{
    position: relative;
}

.box-checkout-discount input{
    width: 100%;
    height: 40px;
    background-color: transparent;
    border:0;
    border-bottom: 1px solid #ccc;
}

.box-checkout-discount input:focus{
    box-shadow: none;
    outline: none;
}

.box-checkout-discount input::placeholder{
    transition: .4s;
    font-size: 14px;
    color: #5F5F5D;
}

.box-checkout-discount input:focus::placeholder{
    color: #EFEFEF;
}

.box-checkout-discount button{
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}

.cart-checkout .btn{
    height: 60px;
    font-size: 18px;
}

/* PAGE ACADEMY
================================
================================*/
.academy-header{
    height: 100vh;
    background-position: 0 75%;
    padding: 3rem 0;
}

@media (max-width:579px){
    .academy-header{
        height: 80vh;
        background-position: 0 100%;
    }
}

.academy-header-title{
    font-size: 60px;
    font-family: 'Stolzl';
    font-weight: 300;
    text-align: end;
    text-transform: uppercase;
    line-height: 1;
}

.academy-header-desc-title{
    font-size: 24px;
}


@media (max-width:579px){
    .academy-header-title{
        font-size: 32px;
        text-align: left;
    }
    .academy-header-desc-title{
        font-size: 18px;
        margin-top: 1rem;
    }
}

/* PAGE SERVICE
================================
================================*/
.service-slider-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: white;
    margin: auto;
    height: fit-content;
}

.service-slider-content-title{
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Stolzl';
    line-height: 1;
}

.service-slider-content-subtitle{
    font-size: 24px;
}

.service-slider-content-desc{
    margin: 3rem 0;
    line-height: 1.3;
}

.service-slider-content .viewall{
    color: white;
}

.service-slider-content .viewall svg path{
    stroke: white;
}

.service-slider-content .viewall:hover{
    color: #78A248;
}
.service-slider-content .viewall:hover svg path{
    stroke: #78A248;
}

.service-slider .carousel-tools{
    position: absolute;
    right: 8rem;
    bottom: 0;
    z-index: 1;
}

.box-service{
    position: relative;
    padding: 3rem 0;
}

@media (max-width:579px){
    .box-service::after{
        position: absolute;
        content: '';
        bottom: -1.5rem;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, #eee 50%, transparent 100%);
    }
}

.box-service .btn{
    height: 60px;
}

.box-service-title{
    font-size: 32px;
}

.box-service-desc{
    font-size: 24px;
    line-height: 1.3;
    margin: 3rem 0 2rem 0;
    color: #5F5F5D;
}

.accordion-button-service-name{
    font-size: 20px;
}

.accordion-button-price{
    font-size: 20px;
    margin-top: .25rem;
}

.block-advantages-desc{
    font-size: 24px;
    line-height: 1.3;
}

.nav-advantages{
    flex-direction: column;
    row-gap: 1rem;
    list-style-type: circle;
}

.box-person .cover{
    overflow: hidden;
    display: block;
}

.box-person .cover img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: .4s;
}

.box-person:hover .cover img{
    transform: scale(1.1);
}

.box-person .cover-title{
    margin-top: 1rem;
    font-size: 24px;
}

.block-magazine{
    position: relative;
}

.nav-magazine{
    flex-direction: column;
}

.nav-magazine li{
    padding: 1.35rem .5rem;
    font-size: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    line-height: 1.2;
}

.block-image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    aspect-ratio: 1/1;
    display: block;
    z-index: -1;
}

.block-image .cover{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.block-image .cover img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block-magazine-title{
    font-size: 60px;
    line-height: 1.2;
    font-weight: 300;
    font-family: 'Stolzl';
    text-transform: uppercase;
}

.block-magazine-desc{
    font-size: 32px;
    margin: 2rem 0;
    font-weight: 300;
    font-family: 'Stolzl';
}

.block-photos{
    position: relative;
    margin-bottom: 5rem !important;
}

.photos-carousel .swiper-slide .cover{
    aspect-ratio: 1/1;
    display: block;
    overflow: hidden;
}

.photos-carousel .swiper-slide .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.photos-carousel .swiper-slide .cover:hover img{
    transform: scale(1.1);
}

    .photos-carousel .cover{
        position: relative;
    }
    .photos-carousel .cover img:last-child{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
    }
    .photos-carousel .cover:hover img:last-child{
        opacity: 1;
        visibility: visible;
    }

.block-photos .carousel-tools{
    position: absolute;
    bottom: 0;
    right: 0;
    right: -85px;
    z-index: 1;
}

@media (max-width:579px){
    .service-slider{
        height: 80vh;
    }
    .service-slider .swiper-slide .cover{
        width: 100%;
        height: 100%;
    }
    .service-slider .swiper-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .service-slider-content .container{
        padding-left: var(--bs-gutter-x, .75rem);
    }

    .service-slider-content-title{
        font-size: 32px;
    }
    .service-slider-content-subtitle{
        font-size: 18px;
    }
    .service-slider-content-desc{
        margin: 2rem 0;
    }
    .service-slider .carousel-tools{
        right: 1rem;
    }

    .box-service{
        padding: 3rem 0 1rem 0;
    }

    .box-service-desc{
        font-size: 18px;
    }

    .block-acadevy-quest .product-accordion .accordion-button{
        padding: 1rem .5rem;
    }
    .accordion-button-service-name{
        font-size: 18px;
    }
    .accordion-button-price{
        font-size: 16px;
    }

    .box-service-desc{
        margin-top: 1rem;
    }

    .block-advantages-desc{
        font-size: 20px;
    }

    .nav-advantages{
        padding-left: 1rem;
    }

    .box-person .cover-title{
        font-size: 18px;
        line-height: 1.2;
    }

    .block-image{
        position: relative;
    }

    .block-magazine-title{
        font-size: 32px;
    }

    .block-magazine-desc{
        font-size: 18px;
    }

    .nav-magazine li{
        font-size: 16px;
        padding: 1rem .5rem;
    }

    .block-photos .carousel-tools{
        position: relative;
        margin-top: 1rem;
        width: 100%;
        left: 0;
    }
}

/* FOOTER 
================================
================================*/
footer.container{
    position: relative;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    padding-top:    2rem;
    padding-bottom: 1rem;
    background-color: white;
    z-index: 2;
}

.footer-top{
    display: grid;
    // grid-template-columns: 2fr 5fr 2fr;
    grid-template-columns: 1fr auto 1fr;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.nav-footer{
    justify-content: center;
    column-gap: 3rem;
}

.nav-footer li a{
    padding: 0;
    color: #484846;
}

.nav-footer li a:hover,
.nav-footer li a:focus{
    color: #78A248;
}

@media (max-width:579px){
    .nav-footer{
        row-gap: .5rem;
        text-align: center;
        flex-direction: column;
    }
}

.nav-social{
    // justify-content: end;
}

.nav-social li a img,
.nav-social li a svg{
    transition: .4s;
}

.nav-social li a:hover img,
.nav-social li a:hover svg{
    transform: scale(1.1);
}

.nav-social li a svg path{
    transition: .4s;
}
.nav-social li a:hover svg path{
    fill: #78A248;
}

@media (max-width:579px){
    footer .nav-social{
        // flex-direction: column-reverse;
        row-gap: 1rem;
        column-gap: 1rem;
        // justify-content: end;
    }
    .nav-social li a{
        padding: 0;
        text-align: end;
    }
}

.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copy{
    color: #8C8C8B;
    font-size: 14px;
}

.powerd-by{
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

.powerd-by span{
    color: #8C8C8B;
    font-size: 10px;
}

/* ANIMATION
================================
================================*/
.listl1{
    position: absolute;
    top: 10%;
    left: -10%;
    object-fit: cover;
    /*background-image: url(listl1.png);*/
    background-color: black;
    width: 460px;
    height: 690px;
}

.sheet{
  animation-name: sheet;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}


@keyframes sheet {
  20% {transform: rotate(1deg)}
  40% {transform: skewX(-2.5deg) skewY(-2.5deg) }
  60% { transform: skewX(.5deg) skewY(.5deg)  }
  80% { transform: rotate(-1deg)  }
}


/* STYLE LOST
==============================
============================*/
.page-title{
    font-weight: 400;
}

.co-button,
button#create_order{
    background-color: black;
    border: 1px solid black;
    height: 60px;
    margin-left: 0;
    width: 100%;
    font-size: 16px !important;
}

.co-button:hover{
    background-color: #111 !important;
    border: 2px solid #111 !important;
}

.co-button:focus{
    border-color: #1a1e21;
    background-color: #111;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}

button#create_order:hover{
    background-color: #78A248 !important;
    border-color: #78A248 !important;
    border: 2px solid #78A248 !important;
}

button#create_order:focus{
    border-color: #78A248;
    background-color: #78A248;
    box-shadow: 0 0 0 .25rem rgba(120, 162, 72, .5);
    border: 2px solid #78A248 !important;
}

.co-form-button{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.co-button--link.co-form-button{
    background-color: #78A248;
    border-color: #78A248;
}

/* client cabinet */
.client-sidebar{
    position: relative;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 3rem;
    height: 100%;
    font-size: 20px;
}

.client-body{
    padding: 3rem;
}
@media (max-width:579px){
    .client-sidebar,
    .client-body{
        padding: 1rem;
    }
}

.co-menu-toggle{
    display: none;
}

.client-sidebar::before{
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}

.co-form-controls{
    width: 100%;
}

.client-body .co-form--login{
    display: flex !important;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-wrap: wrap;
}

.co-button--link{
    display: flex;
    align-items: center;
    justify-content: center;
}

.co-form--login_by_email .co-modal-button{
    margin-top: 1rem;
}

.client-body .co-modal-login_form .co-input+.co-input{
    margin-top: 0;
    margin-bottom: 0;
}

.co-input--empty_nested .co-input-label{
    top: 1.6rem;
    padding-left: 1.5rem;
    font-weight: 500;
    color: #ccc;
}

.co-input--nested .co-input-field{
    padding: 1.7rem 1.5rem 0.5rem 1.5rem;
}

.insales-checkout2 .co-sidebar--menu{
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.co-sidebar--menu .co-menu-link{
    font-weight: 500;
    font-size: 16px;
    border-bottom: 0;
}

.co-sidebar--menu .co-menu-link:hover,
.co-sidebar--menu .co-menu-link:focus{
    color: #E25303;
}

.co-sidebar--menu .co-menu-link{
    text-decoration: none;
    font-size: 18px;
}

.co-sidebar--menu .co-menu-link.co-menu-link--active{
    color: #78A248;
}

.co-menu-toggle:after{
    display: none;
}

  @media (max-width:579px){
    .added-content{
      display: flex;
      flex-direction: column;
      row-gap: 1rem;
    }
    .added-content .btn{
      width: 100%;
    }
  }

  #cart-add.fancybox-content{
    overflow: visible;
  }
  #cart-add button[data-fancybox-close]{
    position: absolute;
    top: -2.5rem;
    right: -2.5rem;
  }

  #cart-add button[data-fancybox-close] svg path{
    fill: white;
  }

  #cart-add .btn-success{
    background-color: transparent;
    border-color: #78A248;
    color: black;
  }
  #cart-add .btn-success:focus{
    border-color: 0 0 0 .25rem rgba(60, 153, 110, .5);
  }

  .page-content iframe{
    max-width: 100%;
  }

  .page-contacts iframe {
    margin-left: auto;
    margin-right: auto;
  }
