/*.hero-section{min-height:100vh;background-repeat:no-repeat;background-size:cover;padding:258px 0}*/
.hero-section {
    max-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 477px 0; */
    position: relative;
    height: 100vh;
}

/*scroll arrow*/
.arrow__down-svg {
    width: 62px;
    height: 62px;
}

.arrow__down {
    /*animation: myAnim 2s ease 0s infinite normal forwards;*/
    position: absolute;
    top: 89%;
    left: 50%;
    transform: translateX(-50%);
}


.arrow__down:hover {
    animation-play-state: paused;
}

@keyframes myAnim {
    0% {
        animation-timing-function: ease-in-out;
        opacity: 1;
    / / transform: translateY(45 px);
    }

    24% {
        opacity: 1;
        transform: translateY(4px);
    }

    40% {
        animation-timing-function: ease-in;
        transform: translateY(16px);
    }

    65% {
        animation-timing-function: ease-in;
        transform: translateY(24px);
    }

    82% {
        animation-timing-function: ease-in;
        transform: translateY(32px);
    }

    93% {
        animation-timing-function: ease-in;
        transform: translateY(36px);
    }

    47% {
        animation-timing-function: ease-out;
        transform: translateY(10px);
    }

    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0px);
    }
}

/*scroll arrow end*/

.sezon-text {
    position: relative;
    padding-left: 24px
}

.sezon-text:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 2px;
    width: 14px;
    background-color: #fff
}

.sezon-text * {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFF
}

.hero-section-descriptions {
    max-width: 500px;
    width: 100%
}

.hero-headline {
    margin-top: 29px
}

.hero-headline * {
    font-weight: 700;
    font-size: 56px;
    line-height: 66px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #FFF
}

.hero-msg {
    margin-top: 22px
}

.hero-msg * {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFF
}

.hero-button {
    margin-top: 220px
}

.new-collection {
    padding-top: 120px;
    padding-bottom: 120px
}

#tabs .hometab {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.8);
    z-index: 5
}

#tabs .hometab.active {
    color: #000;
    border-bottom: 2px solid #000
}

.tabs .hometab:not(:last-of-type) {
    margin-right: 48px
}

#tabs .tabContent {
    padding-top: 18px
}

#tabs .hide {
    display: none
}

#tabs .show {
    display: block
}

.tabs {
    padding-top: 35px
}

.swiper-buttons-overlay > div {
    position: revert;
    top: auto;
    width: auto;
    height: auto;
    margin-top: 0;
    z-index: 0;
    cursor: pointer;
    display: revert;
    color: #000
}

.tabs .swiper-button-next:after, .tabs .swiper-button-prev:after {
    content: "";
    background-image: url(../images/uploads/arrow.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: block;
    background-size: contain
}

.tabs .swiper-button-next, .tabs .swiper-button-prev {
    transition: box-shadow 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tabs .swiper-button-next:hover, .tabs .swiper-button-prev:hover {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33)
}

.tabs .swiper-button-next:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-buttons-overlay {
    max-width: 120px;
    width: 100%
}

.category-name {
    background: #e6c7a9;
    width: 100%;
    padding: 8px 10px;
    margin-top: -4px;
    position: relative;
    z-index: 3;
}

.category-name * {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    letter-spacing: .2px;
    color: #000
}

.category-mainpanel-inner {
    margin: 0;
}

.category-item {
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    margin: 10px 0 40px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; /* padding: 0 0 0px; */

}

.category-item a {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}
.category-item img {
    transition: transform 0.3s ease;
}
.category-item:hover img {
    transform: scale(1.1);
}
/*.category-item:after{content:" ";position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:-o-linear-gradient(87.33deg,rgba(0,0,0,0.6) 2.23%,rgba(0,0,0,0) 97.85%);background:linear-gradient(2.67deg,rgba(0,0,0,0.6) 2.23%,rgba(0,0,0,0) 97.85%)}*/
.category-mainpanel-inner .catgeory-item-overlay:nth-child(-n+2) {
    max-width: 49.5%;
    width: 100%
}

.category-mainpanel-inner .catgeory-item-overlay:nth-child(n+3) {
    max-width: 33.1%;
    width: 100%
}

.info-section {
    padding: 110px 0 60px
}
.sub-list{
    gap: 80px;
}
.types .mobile-sub-item{
    display: grid;
    grid-template-columns: repeat(2 , auto);
    column-gap: 65px;
}
.accessory-list-start{
    justify-content: start
}


.info-mainpanel {
    margin: 0 -10px
}

.info-item-overlay {
    max-width: 50%;
    width: 100%;
    padding: 0 10px;
    min-height: 480px;
    cursor: pointer;

}

.item-brand {
    max-width: 140px;
    width: 100%
}

.info-item {
    padding: 60px;
    height: 100%
}

.info-item-overlay .info-item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    display: flex;
    /* justify-content: center; */
    position: relative;
    /*padding-top: 24px;*/
    overflow: hidden;
}
#main_video_1{
    transition: transform 0.3s ease;
}
#main_video_2{
    transition: transform 0.3s ease;
}
.info-item-overlay .info-item:hover #main_video_1 {
    transform: scale(1.1);
}
.info-item-overlay .info-item:hover #main_video_2 {
    transform: scale(1.1);
}

.info-item-overlay .info-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000061;
}

.info-item-overlay:last-child .info-item {
    background: #E6C7A9
}

.item-description {
    margin-top: auto
}

.info-item-overlay .item-description {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: unset;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.info-item-headline * {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #FFF
}

.info-item-description {
    margin-top: 27px
}

.info-item-description * {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFF
}

.info-item-link {
    margin-top: 0;
    padding: 8px 10px;
    max-width: 100%;
    background: #e6c7a9;
}

.black * {
    color: #000
}

.about-us-button {
    transition: 0.5s; /* border:2px solid #fff; */
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .2px;
    text-decoration: none;
    color: #000;
    display: block
}

.see-more {
    transition: 0.5s;
    border: 2px solid #000;
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .2px;
    text-decoration: none;
    color: #000;
    display: block
}

.production-image {
    margin-top: auto
}

.gift-section {
    max-height: 477px;
    margin-top: 265px;
    position: relative;
    overflow: hidden;
}

.gift-section video {
    width: 100%;
    object-fit: cover;
    margin-top: 80px;

}

.catgeory-item-overlay {
    overflow: hidden
}

/*.catgeory-item-overlay:hover .category-item{transform: scale(1.1);transition: 0.5s;}*/
.about-us-button:hover { /* background-color: #fff; */
    color: #fff;
    transition: 0.5s
}

.see-more:hover {
    border-color: #fff;
    color: #fff;
    transition: 0.5s
}

span.swiper-pagination-bullet.active-bullet {
    background: #000000;
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev,
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    color: #000;
}



@media only screen and (max-width: 1640px) {
    .hero-section {
        background-position-x: center !important;
        /*background-size: 100% 96%;*/
        /*background-size: contain !important;*/
    }

    .hero-section {
        max-height: 90vh;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        /*padding: 477px 0;*/
        height: 100vh;
        position: relative;
    }

    .new-collection {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .arrow__down {
        position: absolute;
        top: 88%;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-button {
        margin-top: 240px;
    }

}

@media only screen and (max-width: 1480px) {
    /*.hero-section {*/
    /*    background-position-x: right !important;*/
    /*    background-size: 100% 100%;*/
    /*}*/
}
@media (max-width: 1440px) {
    .info-item-link {
        margin-top: 0;
    }
}
@media only screen and (max-width: 1380px) {
    .gift-section {
        margin-top: 200px;
    }
}

/*@media only screen and (max-width: 1024px) {*/
/*    .hero-section {*/
/*        background-repeat: no-repeat;*/
/*        background-size: cover;*/
/*        background-image: url(../images/uploads/main_banner_mobile.jpg) !important;*/
/*    }*/
/*}*/

@media only screen and (max-width: 992px) {
    .info-item-headline * {
        font-size: 32px;
    }

    .info-item {
        padding: 30px;
        height: 100%;
    }

    .new-collection {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .gift-section {
        margin-top: 70px;
    }
    /*.hero-section {*/
    /*    background-repeat: no-repeat;*/
    /*    background-size: cover;*/
    /*    background-image: url(../images/uploads/main_banner_mobile.jpg) !important;*/
    /*}*/
}

@media only screen and (max-width: 768px) {
    .new-collection {
        padding-top: 30px;
        padding-bottom: 64px
    }

    .category-item {

        padding-bottom: 20px
    }

    .info-section {
        padding-top: 30px
    }

    .info-item-overlay {
        padding: 0
    }

    .info-item-headline * {
        font-size: 16px;
        line-height: 18px
    }

    .item-description {
        margin-top: 0px
    }

    .info-item {
        padding: 15px 20px 23px
    }

    .info-mainpanel .info-item-overlay:last-child .info-item {
        padding-top: 68px;
        background-color: transparent;
        background-size: 130%;
        background-position: center
    }

    .info-mainpanel .info-item-overlay:last-child .info-item * {
        color: #fff;
        border-color: #fff
    }

    .item-brand img {
        display: none
    }

    .info-item-overlay {
        min-height: 430px
    }

    .production-image {
        display: none
    }

    .gift-section {
        margin-top: 30px;
    }

    /*.section-subscripe{background-color:#f6f6f6}*/
    .category-name * {
        font-size: 18px;
        line-height: 25px
    }

    .info-item {
        padding: 40px;
    }

    .info-item-headline * {
        font-size: 34px;
    }

    .item-brand {
        margin-top: 10px;
    }

    .info-mainpanel .info-item-overlay:last-child .info-item {
        padding-top: 40px;
    }

    .info-item-headline * {
        font-size: 24px;
    }

    .hero-section {
        background-position-x: right;
    }
}

@media only screen and (max-width: 568px) {

    .hero-button {
        margin-top: -10px;
    }

    .app-header {
        padding-top: 20px
    }

    .tabs .hometab:not(:last-of-type) {
        margin-right: 20px
    }

    .tabs .swiper-button-next, .tabs .swiper-button-prev {
        width: 24px;
        height: 24px
    }

    .tabs .swiper-button-next:after, .tabs .swiper-button-prev:after {
        width: 10px;
        height: 10px
    }

    .swiper-buttons-overlay {
        max-width: 60px;
        display: none
    }

    .tabs {
        padding-top: 20px
    }

    .category-item {
        margin: 5px
    }

    .category-mainpanel-inner .catgeory-item-overlay:nth-child(n+3) .category-item {
        min-height: 105px
    }

    .category-name * {
        font-size: 14px;
        line-height: 16px
    }

    .info-item-overlay {
        min-height: 187px
    }

    .item-brand {
        max-width: 45px
    }

    .info-item-description * {
        font-size: 10px;
        line-height: 11px
    }

    .about-us-button, .see-more {
        font-size: 12px;
        /*padding: 3px 20px*/
    }

    .info-mainpanel .info-item-overlay:last-child .info-item {
        padding-top: 45px
    }

    .gift-section {
        min-height: 181px;
        background-image: url(../images/uploads/gift_mobile.png) !important;
        /*background: #CFA177;*/
        background-repeat: no-repeat;
        background-position: right bottom
    }

    .info-item-headline * {
        font-size: 18px;
    }

    .info-item {
        padding: 35px 18px;
    }

    .about-us-button {
        line-height: 15px;
        margin-right: 40px;
        width: 100%;
    }

    .primary-button {
        font-size: 12px;
        padding: 3px 12px;
        position: absolute;
        top: 85%;
        right: 50%;
        transform: translate(50%, -10px);
    }

    .hero-section {
        position: relative;
        /*min-height: 34vh;*/
        background-position-x: 100%;
        background-size: cover;
        height: 88vh;
    }

    .arrow__down svg {
        width: 50px;
    }

    /*.slick-slide.slick-cloned {*/
    /*    width: 100% !important;*/
    /*}*/
    /*.category-mainpanel-inner .catgeory-item-overlay:nth-child(-n+2){max-width:100% !important;width:100%}*/
    .info-item-link {
        margin-left: 0;
    }
    .slick-list.draggable{
        height: 300px;
    }
}

@media only screen and (max-width: 420px) {
    .info-item-headline * {
        font-size: 14px;
    }

    .primary-button {
        font-size: 12px;
        padding: 3px 12px;
    }

    .about-us-button, .see-more {
        font-size: 14px;
        /*padding: 3px 12px;*/
    }
}

@media only screen and (max-width: 380px) {
    .hero-section {
        /*min-height: 34vh;*/
        background-position-x: 75% !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero-section {
        background-size: cover;
        background-position-x: 80% !IMPORTANT;
        background-position-y: 16%;
    }
}

/*min width media*/

@media only screen and (min-width: 2100px) {
    .hero-section {
        min-height: 100vh;
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        padding: 420px 0;
    }
}

.product-item .product-top{padding: 30px 14px}
.product-item .product-top img {width: -webkit-fill-available;height: unset;}
@media only screen and (max-width: 576px){
    .product-item  .product-image img{min-width: unset;}
    .category-name{bottom: 0!important;}
}