:root{
    --black: #000;
    --white: #fff;
    --grey: #dcdcdc;
    --glass: rgba(255, 255, 255, 0.1);
}
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserratarm-ExtraLight.otf");
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url("../fonts/Montserrat-Regular.ttf");
}

.dram {
    font-family: 'amdram' !important;
}

@font-face {
    font-family: 'amdram';
    src: url('../fonts/am-dram-webfont.eot');
    src: url('../fonts/am-dram-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/am-dram-webfont.woff') format('woff'), url('../fonts/am-dram-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    background: #fff;
}

p, span, strong, small, a, button {
    font-family: 'Montserrat', 'Montserrat-Regular';
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', 'Montserrat-Regular';
}
.regular{
    font-family: 'Montserrat', 'Montserrat-Regular';
}
.semibold{
    font-family: 'Montserrat', 'Montserrat-Regular';
}
.bold{
    font-family: 'Montserrat', 'Montserrat-Regular';
}
.black{
    color: var(--black);
}
.white{
    color: var(--white);
}
.bg_white{
    background: var(--white);
}
.grey{
    color: var(--grey);
}
a{
    text-decoration: none !important;
    transition: .5s;
}
a:hover{
    color: var(--grey);
}

.header-main{
    height: 100vh;
    min-height: 900px;
    padding: 30px 0;
    overflow: hidden;
}
.header-main.img-3{
    background: url("../images/img-3.2.jpg");
    background-size: cover;
    padding: 0;
}
.header-main.img-4{
    background: url("../images/img-4.jpg");
    background-size: cover;
    position: relative;
}
.header-main.img-4:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.59);
}
.navbar-icon {
    color: #fff;
    position: relative;
    z-index: 3;
}
.navbar-icon > span{
    vertical-align: bottom;
}
.navbar-icon > img{
    width: 30px
}
.header-icons img{
    width: 14px
}
.header-icons a{
    margin-left: 25px;
}
.brand-logo{
    width: 150px
}
.brand-logo.l-1{
    width: 90px
}
.brand-logo.l-3{
    width: 90px
}
.brand-logo-area{
    padding: 10px 100px;
    position: relative;
    z-index: 99
}

.full-page {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top:15px;
    left: 0;
    z-index: 999;
}
.full-page.index{
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.full-page.cat{
    background: #000;
    position: relative;
}
.full-page a, .full-page span{
    color: var(--white);
    font-size: 12px;
    margin-right: 20px;
    margin-left: 15px;
    font-family: 'Montserrat', 'Montserrat-Regular';
    cursor: pointer;
}
.full-page a:last-child{
    margin-right: 0;
}
.header-vh{
    height: 80vh;
    display: flex;
    justify-content: center;
}
.header-vh *{
    color: #fff
}
.header-vh h2{
    font-family: 'Montserrat', 'Montserrat-Regular';
    font-size: 35px
}
.title-3x{
    font-size:45px;
    font-family: 'Montserrat', 'Montserrat-Regular';
}
.line{
    position: relative;
    margin-bottom: 50px
}
.line:before{
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--black);
}
article.info{
    position: relative;
    overflow: hidden;
}
article.info img{
    transition: .7s;
}
article.info img:hover{
    transform: scale(1.2);
}
article.info div{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    width: 80%;
    padding: 20px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
article.info h4{
    color: #fff;
    font-family: 'Montserrat', 'Montserrat-Regular';
}
article.info p{
    color: var(--grey);
    font-family: 'Montserrat', 'Montserrat-Regular';
    margin-bottom: 0;
}

article.product-sale > div{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    padding: 20px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.prod-sale{
    position: relative;
}
.product-sale{
    position: absolute;
    overflow: hidden;
    top:0;
}
.product-sale[data="1"]{
    left:0;
    width: 18%;
}
.product-sale[data="2"]{
    left: 17%;
    width: 21%;
    top: -30px;
}
.product-sale[data="3"]{
    left: 38%;
    width: 23%;
    top: -51px;
}
.product-sale[data="4"]{
    left: 61%;
    width: 21%;
    top: -30px;
}
.product-sale[data="5"]{
    left: 82%;
    width: 18%;
}
.mt-11{
    margin-top: 110px;
}
.product-sale *{
    color: var(--white);
}
.footer{
    padding-top: 100px;
    background: var(--grey);
}
.btn-black{
    color: var(--black);
    text-decoration: none;
}
.btn-black:hover{
    color: #eee;
    text-decoration: none;
}
.newsletter-form{
    display: flex;
    width: 80%;
    border: 1px solid var(--black);
}
.newsletter-form > input[type="email"]{
    border: none;
    background: var(--grey);
    height: 35px;
    width:80%;
    padding-left: 8px;
}
.newsletter-form > input[type="submit"]{
    border: none;
    background: var(--black);
    color: var(--grey);
    height: 35px;
    width: 21%
}
.btn-black.active{
    background: var(--black);
    color: var(--white);
}
line{
    transition: .5s;
}
.menu{
    position: fixed;
    top: 0;
    left: -450px;
    width: 450px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    z-index: 9999999999;
    opacity: 0;
    transition: 1.2s;
    padding-top: 100px;
    padding-left: 40px;
    overflow: auto;
}
.menu.reverse{
    background: rgba(0, 0, 0, 0.5);
}
.menu::-webkit-scrollbar{
    opacity: 0;
}
.toBottom{
    transform: rotate(90deg );
}
.menu.active{
    left: 0;
    opacity: 1;
}
.menu .nav-item{
    margin-bottom: 12px;
    width: max-content;
    display: flex;
    justify-content: space-between;
}
.menu .nav-link{
    color: var(--white);
    font-family: 'Montserrat', 'Montserrat-Regular';
    font-size: 14px;
}
.menu_close_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 127;
    display: none;
}
.menu_close_bg.active{
    display: block;
}

/*REVERSE*/

.category.reverse{

}
.category.reverse .brand-logo-area.active{
    background: transparent;
}

.category.reverse .full-page a{
    color: #fff;
}
.category.reverse .full-page{
    position: absolute;
    width: 102%;
    text-align: center;
    padding: 15px 100px;
    left: -1%;
}
/*REVERSE*/

/*
Category animation
*/
.selected{
    position: absolute;
    top: 1px;
    border: 1px solid var(--black);
    height: 100px;
    background: #000;
    z-index: 9;
    border-bottom: none;
    opacity: 0;
}
.selected.main{
    position: absolute;
    top: 0;
    height: 100px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    z-index: 9;
    border: none;
    opacity: 0;
}

/***/
.right{
    width: 8px;
}
.btn-nav{
    padding: 10px 90px;
    background: #000;
    color: #fff;
    transition: .5s;
}
.btn-nav:hover{
    background: rgba(193, 193, 193, 0.76);
    color: #000;
}
.category{
    overflow-x: hidden;
    height: 167px;
}
.breadcrumb-icon{
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 2px;
    transition: .5s;
}
.breadcrumb-icon.bottom{
    transform: rotateZ(90deg);
}
.cat-icon{
    transform: rotate(90deg);
    width: 5px;
    margin-left: 3px;
}
.cat-icon-left{
    transform: rotate(180deg);
    width: 3px;
    vertical-align: middle;
}
.cat-link-color{
    color: var(--black);
}
.product-name, .product-price{
    margin-bottom: 5px;
}
.product-name{
    color: #333;
    font-family: 'Montserrat', 'Montserrat-Regular';
    font-size: 20px;
}
.product-price{
    font-size: 16px;
    color: #999;
}
.filter-name{
    color: #333;
    font-family: 'Montserrat', 'Montserrat-Regular';
    font-size: 16px;
}
.product-container{
    margin-bottom: 30px;
}
.product-container div{
    overflow: hidden;
}
.product-container img{
    transition: .9s;
}
.product-container img:hover{
    transform: scale(1.2);
}
.color-div{
    border: 1px solid #333;
    margin-right: 5px;
    width: 30px;
    height: 30px;
}
.color-div.active{
    width: 35px;
    height: 35px;
}
.filter-item{
    border: 1px solid #333;
    margin-right: 5px;
    min-width: 40px;
    height: 40px;
    padding:5px;
    color: #333;
    font-size: 10px;
    display: flex;
    justify-content: center;
    cursor:pointer;
    user-select: none;
}
.filter-item > span{
    word-break: break-all;
}
.filter-item.active{
    background: #333;
    color: #fff;
}
.filter-item.img-v.active{
    background: #fff;
    color: #333;
    border: 2px solid #333;
}
.filter-btn{
    font-size: 16px;
}
.filter-area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    z-index: 9999;
    padding: 100px;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}
.filter-area.active{
    opacity: 1;
    pointer-events: auto;
}
.filter-area-close{
    cursor: pointer;
}
.filter-area-close:hover{
    opacity: .7;
}
.filter-select .selectric {
    background: #ffffff40;
}
.filter-select .selectric .button {
    background: transparent;
}
.filter-select .selectric .label{
    color: #fff;
}
.btn-link:hover{
    color: #999;
    text-decoration: none;
}
.nav_icon_black line{
    stroke: #333!important;
}
#navbardrop{
    color: #fff;
}
#navbardrop.reverse_lang{
    color: #000;
}
.nav-item{
    list-style: none;
}
.header-icons{
    display: flex;
}
.lang_area{
    background: var(--glass);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    min-width: 5rem
}
.lang_area a{
    color: #8f8f8f;
}
.lang_area a:hover{
    background: transparent;
    color: #999;
}
.lang_area a:focus{
    background: transparent;
    color: #999;
}
.lang_area * {
    margin-left: 0!important;
    text-align: right;
}
.lang_area.light a{
    color: #fff;
}
.lang_area.light a:hover{
    background: transparent;
    color: #eee;
}
.lang_area.light a:focus{
    background: transparent;
    color: #eee;
}
.input{
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
}
.input:focus{
    outline: none;
}
.qty > input{
    margin-left: 10px;
    margin-right: 10px;
}
.qty > span{
    align-self:center;
    cursor: pointer;
    transition: .5s;
}
.qty > span:hover{
    opacity: .5;
}
.qty *{
    user-select: none;
}

.btn-outline-custom{
    border-radius: 0;
    background: transparent;
    color: var(--black);
    border: 1px solid var(--black);
    padding: 7px 45px;
}
.btn-outline-custom{
    border-radius: 0;
    background: transparent;
    color: var(--black);
    border: 1px solid var(--black);
    padding: 7px 45px;
}
.toggle-effect{
    cursor: pointer;
}
label[for]{
    cursor: pointer;
}
.h-contact{
    height: 77vh;
}
.contact-title{
    font-family: 'Montserrat', 'Montserrat-Regular';
    color: #fff;
    opacity: .5;
}
.contact-text p{
    letter-spacing: 2px;
}
.contact-form{
    background: transparent;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    color: #fff;
    margin-top: 25px;
}
.contact-form::placeholder{
    color: #fff;
    font-family: 'Montserrat', 'Montserrat-Regular';
}
.contact-form:focus{
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #999;
    color: #fff;
}
.contact-form.reverse{
    color: #333;
}
.contact-form.reverse::placeholder{
    color: #999;
}
.place-black::placeholder{
    color: #333;
    font-family: 'Montserrat', 'Montserrat-Regular';
}
.btn-submit{
    color: #fff;
    background: none;
    font-family: 'Montserrat', 'Montserrat-Regular';
}
.btn-submit:focus{
    box-shadow: none;
}
.btn-submit:hover{
    color: var(--grey);
}
.auth{
    z-index: 2;
    align-self: center;
    display: flex;
}
.form{
    width: 500px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    padding: 40px;
    position: relative;
}

.form.register{
    width: 100%;
    margin-left:0;
}
.form > .form-back{
    position: absolute;
    right: 0;
    top: 0;
}
.btn-custom-link{
    color: var(--grey);
    text-decoration: underline!important;
}
.btn-custom-link:focus{
    box-shadow: none;
}
.btn-custom-link.sm{
    font-size: 12px;
}
.btn-custom-link:hover{
    color: #fff;
}
.btn-custom-link-reverse{
    color: var(--grey);
    text-decoration: underline!important;
}
.btn-custom-link-reverse:focus{
    box-shadow: none;
}
.btn-custom-link-reverse.sm{
    font-size: 12px;
}
.btn-custom-link-reverse:hover{
    color: #000;
}
.block-text{
    align-self: center;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    transform: translateX(-50%);
    padding: 20px;
    z-index: 2;
}
.block-text.block-right{
    transform: translateX(50%);
}
.block-text h1{
    font-size: 50px
}
.block-text *{
    color: #fff;
}
.translate-title{
    transform: translateY(-124%);
    background: #fff;
    width: max-content;
    padding: 0 40px;
    margin: auto;
}
.news-header{
    padding: 0;
    position: relative;

}
.news-header:after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.news-header > .news-title{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: max-content;
}
.news-title > h1{
    color: #fff;
    font-size: 45px;
    font-family: 'Montserrat', 'Montserrat-Regular';
}
.bg-textura{
    background: url(../images/bg-textura.png);
    background-repeat: no-repeat;
    background-size: 100% 65%;
    overflow: hidden;
}
.custom-container{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.custom-container.gap--4{
    grid-gap: 4rem;
}
.custom-container > .col--3{
    grid-column: span 3;
}
.custom-container > .col--4{
    grid-column: span 4;
}
.border-anim{
    border: 1px solid #eee;
    transition: .7s;
    position: relative;
}
.border-anim:before{
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}
.border-anim:after{
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    bottom: 0;
    right: 0;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
}
.border-anim:hover:before{
    animation: border-top-right 1s;
    animation-fill-mode: forwards;
    pointer-events: none;
}
.border-anim:hover:after{
    animation: border-bottom-left 1s;
    animation-fill-mode: forwards;
    pointer-events: none;
}
@keyframes border-top-right{
    0%{
        width: 0;
        height: 0;
    }
    50%{
        width: 100%;
        height: 0;
    }
    100%{
        width: 100%;
        height: 100%;
    }
}
@keyframes border-bottom-left{
    0%{
        width: 0;
        height: 0;
    }
    50%{
        width: 100%;
        height: 0;
    }
    100%{
        width: 100%;
        height: 100%;
    }
}
.news h3{
    color: #333;
}
.news p{
    color: #c1c1c1;
}
.news-img{
    overflow: hidden;
}
.news-img > img{
    transition: 1s;
}
.news-img > img:hover{
    transform: scale(1.2);
}
.input-search{
    background: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    color: #fff;
    width: 0;
    opacity: 0;
    transition: .7s;
}
.input-search.active{
    width: 250px;
    opacity: 1;
}
.input-search:focus{
    box-shadow: none;
    outline: none;
}
.input-search::placeholder{
    color: #e4e4e4;
}
.input-search.reverse{
    color: #333;
}
.input-search.reverse::placeholder{
    color: #999;
}
.carousel-item-custom{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 170px;
}
.carousel-custom{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.pos_in{
    position: relative;
    z-index: 2;
}
.pos_in_3{
    position: relative;
    z-index: 3;
    padding-left: 30px;
    padding-right: 30px;
}
.bg_grey{
    background: var(--grey);
}
.form-control{
    border-radius: 3px;
}
.addresses{
    width: 100%;
    max-height: 500px;
    overflow: auto;
}
.addresses-col{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.l-map{
    font-size: 12px;
    color: #c1c1c1;
}
.btn:focus{
    box-shadow: none
}
.form-control:focus{
    box-shadow: none
}
.btn-custom{
    background: #999;
    padding: 10px 50px;
    color: #fff;
    border-radius: 0;
}
.btn-custom:hover{
    background: #fff;
    color: #999;
    border: 1px solid #999;
}
.menu-close{
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 3;
    color: #fff!important;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}
.cursor-pointer{
    cursor:pointer
}
.toast-success {
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
    box-shadow: none!important;
}
.toast-error {
    box-shadow: none!important;
}
.remove-item{
    color: #000;
}
.icons{
    width: 30px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.page-link{
    color: #000;
}
.page-link:focus {
    box-shadow: none!important;
}
.carousel-item h2{
    font-size: 55px;
}
.carousel-item p{
    font-size: 17px;
}
.btn-blur{
    font-weight: 700;
    color: #fff;
    font-size: 17px;

    display: block;
    width: max-content;
    margin: auto;
    padding: 3px 36px;
    transition: .5s;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    backdrop-filter: blur(7px);
    border-radius: 0;
    font-family: 'Montserrat', 'Montserrat-Regular';
}
.btn-blur:hover{
    background: rgba(0,0,0,0.3);
}
.btn-blur.black{
    background: rgba(0,0,0,0.3);
    font-weight: 300;
}
.btn-blur.black:hover{
    background: rgba(0,0,0,0.5);
}
.btn-blur-top{
    margin: 100px auto;
}
.border-slide{
    width: 30%;
    height: 1px;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(0,212,255,0) 100%);
    margin: 20px auto;
    margin-bottom: 30px
}
.search-div{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}
.search-div.active{
    display: block;
}
.blur{
    filter: blur(13px);
}
.overflow-hidden{
    overflow: hidden;
}
[disabled]{
    background-color: #fff!important;
    color: #999!important;
}
.video-main{
    width: 100%;
    height: auto;
}
.search-block{
    position: absolute;
    max-width: 600px;
    max-height: 400px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.search-input{
    background: rgba(61, 61, 61, 0.37);
    display: flex;
    justify-content: center;
    height: 260px;
    position: relative;
}
.search-block input[type="text"]{
    background: transparent!important;
    border: 1px solid #838383!important;
    border-left: none!important;
    color: #fff!important;
}
.search-block input::placeholder{
    color: #999;

}
.search-block .input-group-text{
    background: transparent;
    border: 1px solid #838383;
    border-right: none;
}
.search-block .input-group-text img{
    width: 15px
}
.close-search{
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 20px;
}
.close-search img{
    opacity: .7;
    cursor: pointer;
}
.h-vh{
    min-height: 41vh;
}
.pod-category{
    background: #000;
    text-align:left
}
.full-page.cat .pod-category{
    background: #000000b8;
    backdrop-filter: blur(5px);
}

.pod-cat-btn{
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
}

.pod-cat-btn.active:before{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    pointer-events: none;
}

.cat-group{
    display: none;
    padding: 10px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 640px;
    margin: auto;
    opacity: 0;
    transition: .7s;
}
.cat-group.active{
    display: grid;
    opacity: 1;
}
.main-page .pod-category{
    background: #0000001a;

}
.filter--title{
    display: block;
    color: #333;
    padding: 10px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.67);
    max-width: 200px;
    margin-bottom: 5px;
    font-weight: 700;
    position: relative;
}
.filter--title::before{
    content: '+';
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}
.filter--title[aria-expanded="true"]::before{
    content: '-';
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}
.filter--checkbox{
    position: relative;
}
.filter--checkbox::before{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    pointer-events: none;
    border: 1px solid #333;
}
.filter--checkbox:checked::after{
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    width: 60%;
    height: 60%;
    background: #333;
    pointer-events: none;
}

.filter-submit{
    color: #333;
    border: 1px solid #111;
    padding: 7px 50px;
    border-radius: 0;
}
.filter-submit:hover{
    color: #fff;
    background: #111;
    border: 1px solid #111;
    padding: 7px 50px;
}
.back-layer{
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:none;
}
@media screen and (max-width: 980px){
    .w-50{
        width: 100%!important;
    }
}

.slick-prev, .slick-next {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f1f1;
    border: none;
    outline: none !important;
    z-index: 3;
    cursor: pointer;
    display: none!important;
}
.slick-prev > svg, .slick-next > svg {
    transform: scale(-1);
    width: 20px;
    fill: #999;

}
.slick-next {
    left: auto;
    right: 0; }
.slick-next > svg {
    transform: scale(1); }

.slider-nav {
    margin-top: 10px; }
.slider-nav img {
    border: 3px solid #fff;
    transition: .5s;
    cursor: pointer; }
.slider-nav img:hover {
    border: 1px solid #000; }
.slider-nav .slick-center {
    border: 1px solid #000; }
.slick-dots{
    display: none!important;
}
.navigate{
    width: 14%;
}
@media screen and (max-width: 980px){
    .navigate{
        width: 100%;
    }
}

#map iframe{
    width: 100%!important;
}
@media screen and (min-width: 2400px){
    body{
        max-width: 2400px;
        margin: auto;
        position: relative;
    }
}

.is_mobile{
    display: none;
}
.is_pc{
    display: block;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}

.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}
.selectric-scroll .selected{
    position: relative;
    height: auto;
    border: none;
    top: 0;
    opacity: 1;
}

.basket_row{
    position: relative;
}
.basket_row span {
    position: absolute;
    top: -2px;
    right: -8px;
    z-index: 2;
    background: #fff;
    color: #000;
    font-size: 9px;
    border-radius: 50px;
    padding: 0 3px;
}
figure.image img{
    max-width: 100%;
}
.news p{
    word-break: break-all;
}
.blur__{
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    padding: 10px;
}
*{
    outline: none;
}
.rule{
    font-size: 12px;
    cursor: pointer;
}
.uppercase{
    text-transform: uppercase;
}
.mb12{
    margin-bottom: 12px;
}
.size-g{
    max-width: 45%;
    margin: auto;
}
.size-g-btn{
    cursor: pointer;
    text-decoration: underline;
}
.filter-img {
    width: 30px;
    height: 30px;
}
.alert-modal{
    width: 500px!important;
    max-width: 100%!important;
    margin: auto!important
}
.alert-modal .close{
    position: absolute;
    top: 11px;
    right: 20px;
}

.slider-nav .slick-current{
    pointer-events: none;
}
