@import "fonts.css";

ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
body{
    margin: 0;
}
*, :before, :after{
    box-sizing: border-box;
}
a {
    text-decoration-line: none;
}
main{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container{
    width: 100%;
    max-width: 1680px;
}
.container-small{
    width: 100%;
    max-width: 1396px;
}
h1{
    text-align: left;
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #121212;
    margin-top: 0;
    margin-bottom: 0;
}
.navigation{
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    margin-bottom: 70px;
}
.navigation a{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #121212;
}
.navigation img{
    transform: rotate(-90deg);
}


header{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    z-index: 999;
}
header:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 90px;
    background: #121212;
}

header .header{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 90px;
    background: #ffffff;
    position: relative;
    justify-content: center;
}
header .header-socials{
    display: flex;
    flex-direction: row;
    column-gap: 28.33px;
    position: absolute;
    right: 0;
}
header .header-logo, header .header-logo img, header .header-socials a, header .header-socials a img{
    display: block;
}
header .header-logo{
    width: 232px;
    height: 70px;
}
header .header-socials a img{
    width: 32px;
    height: 32px;
}
header .header-tel-cont{
    text-align: center;
    position: absolute;
    left: 0;
}
header .header-tel-cont a {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
}
header .header-tel-cont img{
    display: none;
}
header .header-tel-cont div{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.5);
}
header .desktop-menu-cont{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: relative;
}
header .desktop-menu{
    height: 100%;

}
header .desktop-menu>ul{
    display: flex;
    flex-direction: row;
    column-gap: 54.6px;
    height: 100%;
}
header .desktop-menu>ul>li{
    height: 100%;
    display: flex;
    align-items: center;
}
header .desktop-menu>ul>li:not(.women){
    position: relative;
}
header .desktop-menu>ul>li>a{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    display: flex;
    flex-direction: row;
    align-items: center;
}
header .desktop-menu>ul>li>a>img {
    display: block;
    margin-left: 6px;
}
header .desktop-menu li li>a{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
}
header .desktop-menu li li{
    margin-bottom: 20px;
}

header .desktop-menu li>ul{
    position: absolute;
    display: none;
    background: #FFFFFF;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 40px;
    top: 95%;
    left:50%;
    transform:translate(-50%, 0);
}
header .desktop-menu li>ul a{
    white-space: nowrap;
}
header .desktop-menu li:hover>ul{
    display: flex;
    flex-direction: column;
}
header .desktop-menu li.women li{
    margin-bottom: 15px;
}
header .desktop-menu li li.deskt-menu-bold>a{
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
}
header .desktop-menu li li.deskt-menu-bold{
    margin-bottom: 20px;
}
header .desktop-menu li li.deskt-menu-bold:last-child{
    margin-bottom: 0;
}
header .desktop-menu li li:last-child{
    margin-bottom: 0;
}
header .desktop-menu li.women>nav{
    display: none;
    position: absolute;
    top: 100%;
    background: #ffffff;
    left: calc((100% - 100vw) / 2);
    width: calc(100vw - 9px);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.15);
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 999999;
}
header .desktop-menu li.women:hover>nav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 179.5px;
}
header .choose-city{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 4.5px;
    position: absolute;
    left: 0;
}
header .choose-city img{
    display: block;
}
header .choose-city img{
    margin-right: 10.5px;
    width: 15px;
    height: 18px;
}

header .choose-city span{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
}
header .header-search-and-like{
    display: flex;
    flex-direction: row;
    column-gap: 38.46px;
    align-items: center;
    padding-right: 14px;
    position: absolute;
    right: 0;
}
header .header-search-and-like a, header .header-search-and-like img{
    display: block;
}
header .header-search-and-like .h-search img{
    height: 19.22px;
    width: 18.76px;
}
header .header-search-and-like .h-like{
    position: relative;
    height: 18px;
    width: 19px;
}

header .header-search-and-like .h-like img{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
header .header-search-and-like .h-like img:nth-child(1), header .header-search-and-like .h-like:hover img:nth-child(2){
    display: block;
}
header .header-search-and-like .h-like img:nth-child(2), header .header-search-and-like .h-like:hover img:nth-child(1){
    display: none;
}

header .header-search-and-like .num-likes{
    position: absolute;
    left: calc(100% + 3.5px);
    bottom: 100%;
    font-family: 'Rubik',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #121212;
}

.main-banner-cont{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: fit-content;
}
.main-banner-cont>img{
    display: block;
    width: 100%;
}
marquee{
    font-family: 'Rubik',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    background: #72273C;
    margin-bottom: 50px;
}
.marquee{
    display: none;
}
.catalog-cont{
    margin-top: 50px;
    margin-bottom: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.catalog-menu{
    max-width: 263px;
    width: 100%;

}
.catalog-menu ul{
    display: flex;
    flex-direction: column;
    width: 100%;

}
.catalog-menu ul ul{
    padding-top: 20px;
    padding-bottom: 20px;
}
.catalog-menu li{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}
.catalog-menu>ul>li{
    padding-bottom: 15px;
    margin-top: 25px;
    padding-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);

}
.catalog-menu li>ul{
    display: none;
}
.catalog-menu li.open>ul{
    display: flex;
}
.catalog-menu li>a{
    font-family: 'Rubik',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    flex-grow: 1;
    display: block;
}
.catalog-menu li.open>a{
    font-weight: 400;
}
.catalog-menu>ul>li>a {
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #121212;
}
.catalog-menu>ul>li.open>a,
.catalog-menu>ul>li.open a.open {
    font-weight: 400;
}
.catalog-wrap{
    width: 100%;
    max-width: 1255px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.cat-wrap-prop{
    width: 100%;
    display: flex;
    flex-direction: row;
    column-gap: 60px;
}
.filt-sort-cont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
}
.filt-sort-cont{
    display: flex;
    flex-direction: row;
    column-gap: 49.83px;
}
.filt-cont{
    position: relative;
    display: flex;
    flex-direction: row;
    column-gap: 49.83px;

}
.filter{
    display: none;
    position: relative;
    z-index: 999;
}
.filt-btn{
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    cursor: pointer;
}
.filt-btn>div{
    width: 20px;
    height: 20px;
    margin-top: -0.5px;
}
.filt-btn img{
   width: 100%;
    height: 100%;
}
.filt-btn.open img:nth-child(2){
    display: block;
}
.filt-btn-dsk{
    font-family: 'Rubik',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
}
.filt-btn.open > .filt-btn-dsk{
    font-weight: 400;
}
.filt-btn img:nth-child(2), .filt-btn img:nth-child(3), .filt-btn.open img:nth-child(1), .filt-btn-mob{
    display: none;
}
.filt-name, .sort-name{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 9.5px;
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
}
.filters-box , .sort-box{
    display: none;
    position: absolute;
}

.filt-name.open+.filters-box, .sort-name.open+.sort-box{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px;
    top: 150%;
    left: 0;
}
#mse2_sort a.sort {
        color: #121212;
    font-family: 'Rubik',sans-serif;
}
.filters-box.checkboxes{
    flex-wrap: wrap;
    row-gap: 19.5px;
    padding: 22.75px 27.75px;
    height: 176px;
    min-width: 526px;
}
.filters-box.checkboxes.mat{
    column-gap: 20px;
}
.filters-box.checkboxes.size{
    column-gap: 75.25px;
}
.filters-box.checkboxes label{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 17.75px;
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
}
.filters-box.checkboxes input{
    display: none;
}
.filters-box.checkboxes div{
    width: 18.5px;
    height: 18.5px;
    position: relative;
}
.filters-box.checkboxes img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.filters-box.checkboxes img:nth-child(1), .filters-box.checkboxes input:checked+div>img:nth-child(2){
    display: block;
}
.filters-box.checkboxes img:nth-child(2), .filters-box.checkboxes input:checked+div>img:nth-child(1){
    display: none;
}
.filters-box.coast{
    min-width: 263px;
    row-gap: 20px;
}
.filters-box.coast label{
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #121212;
}
.filters-box.coast input,
.price_input {
    font-family: 'Rubik',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 51px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    outline: none;
}
.price_input {
    display:flex!important;
}
.filters-box.coast input::placeholder{
    color: rgba(0, 0, 0, 0.5);
}
.sort-box label{
    padding: 20px;
    width: 100%;
    font-family: 'Rubik',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
}
.sort-box label:last-child{
    border-bottom: none;
}
.sort-box input{
    display: none;
}
.sort-box{
    min-width: 263px;
}
.sort-cont{
    position: relative;
    z-index: 999;
}
.shown-num{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
}
.catalog{
    margin-top: 25px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 70px;
    column-gap: 18.33px;
}
.prod{
    display: flex!important;
    flex-direction: column;

}

.prod-img{
    width: 300px;
    position: relative;
    margin-bottom: 20px;
}
.prod-img>img{
    display: block;
    width: 100%;
}
.prod-new{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    color: #FFFFFF;
    background: #72273C;
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
.prod-like{
    position: absolute;
    width: 19px;
    height: 18px;
    top: 21px;
    right: 28px;
}
.prod-like>img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    cursor: pointer;
}
.prod-like>img:nth-child(1),.prod-like:hover>img:nth-child(2) {
    display: block;
}
.prod-like>img:nth-child(2), .prod-like:hover>img:nth-child(1){
    display: none;
}
.prod-name{
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #121212;
    max-width: 300px;
    /*min-height: 64px;*/
}
.prod-size{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}
.prod-coast-cont{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
}
.prod-coast-cont .new-coast{
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #72273C;
}
.prod-coast-cont .old-coast{
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-decoration-line: line-through;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: rgba(0, 0, 0, 0.5);
}
.pagination{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-self: center;
}
.pagination>li{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    cursor: pointer;
    width: 30px;
    height: 40px;
}
.pagination>li a {
    color:#121212;
}
.pagination .left, .pagination .right{
    border: 1px solid #121212;
}
.pagination .left img{
    display: block;
    transform: rotate(90deg);
}
.pagination .right img{
    display: block;
    transform: rotate(-90deg);
}
.pagination .page-num.active{
    border: none;
    color: #FFFFFF;
    background: #72273C;
}




footer{
    width: 100%;
    background: #121212;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #FFFFFF;
    position: relative;
}
footer .footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    padding-top: 100px;
    padding-bottom: 100px;
}
footer .footer-about-cont{
    display: flex;
    flex-direction: column;
    align-items: start;
}
footer .footer-logo, footer .footer-logo>img, footer .footer-socials>a, footer .footer-socials img{
    display: block;
}
footer .footer-logo>img{
    width: 214px;
    height: 64px;
}
footer .copyright{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 50px;
}
footer .footer-socials{
    display: flex;
    flex-direction: row;
    column-gap: 42px;
}
footer .footer-socials img{
    width: 34px;
    height: 32px;
}
footer .politics{
    font-family: 'Rubik',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    margin-top: 30px;
    color: #FFFFFF;
}
footer .footer-menu{
    display: flex;
    flex-direction: row;
    column-gap: 215px;
}
footer .footer-menu img, footer .footer-menu br, footer .footer-menu span:nth-child(2){
    display: none;
}
footer .footer-menu ul ul li{
    margin-bottom: 10px;
}
footer .footer-menu ul ul li:last-child{
    margin-bottom: 0;
}
footer .footer-menu li.footer-menu-bold>a{
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
}
footer .footer-menu li.footer-menu-bold{
    margin-bottom: 30px;
}
footer .footer-menu li>a{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}







.fancybox-close-small{
    display: none !important;
}
.fancybox-content{
    padding: 0 !important;
    background: transparent!important;
}
#modal_choose_city{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #FFFFFF;
    position: relative;
    border-radius: 8px;
    cursor: default;
}
#modal_choose_city .ch-c-close{
    display: block;
    position: absolute;
    top: 32.85px;
    right: 35px;
    width: 14px;
    height: 13.14px;
    cursor: pointer;
}
#modal_choose_city .ch-city-tit{
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #121212;
    margin-bottom: 15px;
}
#modal_choose_city .ch-city-big-desc{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    margin-bottom: 10px;
}
#modal_choose_city>a{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #121212;
}
#modal_choose_city .ch-city-small-desc{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #121212;
    margin-top: 15px;

}
#choose_city_form{
    margin-top: 50px;
}
.search-city-inp{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.search-city-inp>input::placeholder{
    color: rgba(0, 0, 0, 0.5);
}
.search-city-inp>input{
    width: 100%;
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    font-family: 'Rubik',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    height: 56px;
    color: #121212;
    padding-left: 60px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.search-city-inp>.button{
    display: block;
    padding: 0;
    background: transparent;
    outline: none;
    border: none;
    position: absolute;
    left: 22.78px;
    width: 18.76px;
    height: 19.22px;
    cursor: pointer;
}
.search-city-inp>.button>img{
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    height: 100%;
}
.search-city-inp>.button>img:nth-child(1), .search-city-inp>input:focus+.button>img:nth-child(2), .search-city-inp>.button:hover>img:nth-child(2){
    display: block;
}
.search-city-inp>.button>img:nth-child(2), .search-city-inp>input:focus+.button>img:nth-child(1), .search-city-inp>.button:hover>img:nth-child(1){
    display: none;
}
.main-city-cont{
    margin-top: 40px;
    margin-bottom: 40px;
}
.slave-city-cont{
    display: flex;
    flex-direction: row;
    align-items: start;
    column-gap: 86px;
}
.main-city-cont, .slave-city{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.main-city-cont>div, .slave-city>div{
    display: none;
}
.main-city-cont label, .slave-city label{
    position: relative;
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    margin-bottom: 10px;
    cursor: pointer;
}
.main-city-cont label:last-child, .slave-city label:last-child{
    margin-bottom: 0;
}
.main-city-cont input, .slave-city input{
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
#modal_search{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    width: 606px;
    cursor: default;

}
#modal_search .s-close{
    position: absolute;
    display: block;
    right: 30px;
    height: 23.34px;
    width: 23.33px;
    top: 35px;
    cursor: pointer;
}
#modal_search .s-tit{
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 41px;
}
#modal_search label{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
#modal_search input::placeholder{
    color: rgba(0, 0, 0, 0.5);
}
#modal_search input{
    width: 100%;
    font-family: 'Rubik',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    outline: none;
    border: 1px solid #8F9190;
    border-radius: 4px;
    height: 80px;
    padding-left: 60px;
    padding-right: 162px;
}
#modal_search .search_form img{
    display: block;
    position: absolute;
    left: 22.78px;
    width: 18.76px;
    height: 19.22px;
}
#modal_search  button{
    outline: none;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    width: 122px;
    height: 40px;
    background: #72273C;
    border-radius: 4px;
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
}

#cookies{
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    background: #121212;
    width: 100%;
    height: 100px;
}
#cookies>div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 19px;
    position: relative;
    align-items: center;
}
#cookies .cook-desc{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
#cookies .cook-close{
    display: block;
    position: absolute;
    right: 71px;
    top: 15px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
#cookies .cook-btn{
    padding: 0;
    outline: none;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}
#cookies .cook-btn:hover{
    background: #FFFFFF;
    color: #121212;
}

.reviews-cont{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 91px;
    justify-content: center;
}
.reviews-cont>img{
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.reviews{
    margin-top: 70px;
}
.rev-more-btn-cont{
    width: 100%;
    margin-top: 80px;
}
.rev-dots{
    display: none!important;
}
.review {
    display: flex !important;
    flex-direction: column;
    align-items: start;
    margin-left: 45.075px;
    margin-right: 45.075px;
    max-width: 405px!important;
}
.reviews-cont>img.slick-disabled{
    opacity: 0.5;
}
.rev-img{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.rev-img>img {
    display: block;
    width: 100%;
    max-height: 400px;
    height: 100%;
    object-fit: cover;
}
.rev-img>div{
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 20px;
    left: 20px;
    overflow: hidden;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}
.rev-img>div>img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}
.rev-date{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #72273C;
    margin-bottom: 10px;
}
.rev-tit{
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 20px;
    /*min-height:64px;*/
    line-height: 32px;
    color: #72273C;
    margin-bottom: 20px;
}
.rev-desc{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #121212;
    margin-bottom: 20px;
}
.review>a,
.review>span {
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    text-decoration-line: underline;
}

.catalog-reviews h2{
    text-align: center;
    width: 100%;
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    margin-top: 0;
    margin-bottom: 0;
}

.catalog-reviews{
    margin-top: 100px;
    max-width: 1255px;
    
}

.catalog-reviews .reviews-cont{
    position: relative;
}

.catalog-reviews .rev-left{
    position: absolute;
    right: 101%;
}

.catalog-reviews .rev-right{
    position: absolute;
    left: 101%;
}



@media screen and (max-width: 1720px){
    .container{
        max-width: 1720px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-small{
        width: 100%;
        max-width: 1436px;
        padding-left: 20px;
        padding-right: 20px;
    }
    h2{
        font-size: 30px;
        line-height: 36px;
    }



    header{
        z-index: 99990;
    }
    header .header-tel-cont, header .choose-city{
        left: 20px;
    }
    header .header-socials, header .header-search-and-like {
        right: 20px;
    }
    header .desktop-menu>ul{
        column-gap: 30.6px;
    }
    header .desktop-menu li.women:hover>nav {
        column-gap: 117.5px;
    }


    .cat-wrap-prop{
        column-gap: 20px;
    }
    .filt-cont{
        column-gap: 10px;
    }
    .filt-sort-cont{
        column-gap: unset;
    }
    .catalog-wrap{
        padding-left: 20px;
    }
    .catalog{
        justify-content: center;
    }



    footer .footer{
        justify-content: start;
        column-gap: 50px;
    }
    footer .footer-menu{
        column-gap: unset;
        justify-content: space-between;
        width: 100%;
    }
}






@media screen and (max-width: 1120px) {
    header .desktop-menu > ul {
        column-gap: 10.6px;
        margin-right: 45px;
    }
    header .choose-city span {
        display: none;
    }
    header .header-search-and-like {
        column-gap: 13.46px;
    }
    header .desktop-menu li.women:hover>nav {
        column-gap: 91.5px;
    }
    header .header-socials{
        column-gap: 18.33px;
    }

    .main-banner-cont>img {
        left: -40px;
    }
    .cat-wrap-prop, .filt-sort-cont {
        flex-wrap: wrap;
        row-gap: 10px;
    }


    footer .footer {
        flex-wrap: wrap;
        column-gap: unset;
    }
    footer .footer-menu {
        order: -1;
    }
    footer .footer-about-cont {
        width: 100%;
        align-items: center;
        margin-top: 50px;
    }



    #cookies .cook-close {
        display: block;
        position: absolute;
        right: 20px;
        top: 7px;
    }
}



@media screen and (max-width: 768px){
    .container, .container-small{
        padding-left: 15px;
        padding-right: 15px;
    }
    main{
        padding-top: 75px;
    }
    h1{
        color: #72273C;
        font-size: 30px;
        line-height: 33px;
    }


    header{
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.7);
        z-index: 999999;
    }

    header .header{
        height: 75px;
    }
    header .header-socials{
        display: none;
    }
    header .header-tel-cont img{
        display: block;
        width: 19px;
        height: 19px;
    }
    header .header-tel-cont span, header .header-tel-cont div{
        display: none;
    }
    header .desktop-menu-cont{
        display: none;
    }
    header:before{
        display: none;
    }
    header .header-logo{
        width: 151px;
        height: 46px;
    }
    header .header-logo img{
        width: 100%;
        height: 100%;
    }
    header .choose-city{
        left: 65px;
        padding-left: 0;
    }
    header .choose-city img{
        margin-right: 0;
    }
    header .header-tel-cont{
        left: 15px;
    }
    header .header-search-and-like .num-likes{
        display: none;
    }
    header .header-search-and-like{
        padding-right: 0;
        right: 15px;
        column-gap: 28.46px;
    }
    header .header-search-and-like .h-like{
        width: 20px;
        height: 19px;
    }


    .main-banner-cont{
        height: 250px;
        margin-bottom: 57px;
    }

    .main-banner-cont>img{
        left: unset;
        right: -155px;
    }
    marquee{
        display: none;
    }
    .navigation{
        display: none;
    }
    .navigation-mob{
        display: flex !important;
        flex-direction: row;
        column-gap: 12px;
        font-family: 'Rubik',sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #121212;
        margin-bottom: 40px;
        width: 100%;
        padding-left: 15px;
    }
    .navigation-mob a{
        color: #121212;
    }
    .navigation-mob img{
        transform: rotate(90deg);

    }
    .catalog-menu{
        display: none;
    }
    .catalog-cont{
        margin-top: 31px;
    }
    .catalog-wrap{
        padding-left: 0;
        margin-top: 0;
    }
    .cat-wrap-prop{
        max-width: 345px;
        align-self: start;
        margin: 0 auto;
    }
    .filt-cont{
        flex-wrap: wrap;
    }
    .filt-btn{
        width: 100%;
        margin-bottom: 21px;
        order: 0;
    }

    .filt-btn>.filt-btn-dsk{
        display: none;
    }
    .filt-btn>.filt-btn-mob{
        display: block;
        font-family: 'Rubik',sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: #121212;
    }
    .filt-btn.open>.filt-btn-mob{
        color: #72273C;
    }
    .filt-btn.open img:nth-child(2), .filt-btn.open img:nth-child(1){
        display: none;
    }
    .filt-btn.open img:nth-child(3){
        display: block;
    }
    .sort-cont {
        display: none;
    }
    .filt-cont.open+.sort-cont{
        display: flex;
    }
    .filt-cont .filter:nth-child(3){
        order: 1;
    }
    .filt-cont .filter:nth-child(2){
        order: 2;
    }
    .filt-cont .filter:nth-child(4){
        order: 3;
    }
    .filt-cont .filter, .sort-cont{
        width: 100%;
    }
    .filt-name, .sort-name{
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #E6E6E6;
        width: 100%;
        justify-content: space-between;
                font-size: 14px;
        line-height: 24px;
    }
    .filt-name.open, .sort-name.open{
        color: #72273C;
    }
    .filters-box, .sort-box{
        position: relative!important;
        top: 0!important;
        box-shadow: unset!important;
        min-width: unset!important;
        width: 100%;
        padding:  12.75px 0 !important;
    }
    .filters-box.checkboxes{
        height: unset;
        max-height: 210px;
    }
    .filters-box.checkboxes.mat{
        column-gap: 17.75px;
        row-gap: 15.5px;
    }
    .filters-box.checkboxes.size{
        column-gap: 42.75px;
    }
    .filters-box.checkboxes label{
        font-size: 14px;
        line-height: 24px;
        column-gap: 17.75px;
    }
    .filters-box.coast span{
        display: none;
    }
    .filters-box.coast{
        flex-direction: row!important;
        justify-content: space-between;
    }
    .filters-box.coast input{
        font-size: 14px;
        line-height: 17px;
        max-width: 165px;
    }
    .sort-cont{
        flex-direction: column;
    }
    .cat-wrap-prop{
        row-gap: unset;
    }
    .shown-num{
        font-size: 11px;
        line-height: 14px;
    }
    .catalog-cont{
        margin-bottom: 60px;
    }
    .catalog{
        column-gap: 15px;
        margin-bottom: 30px;
    }
    .prod{
        margin: 0;
        max-width: 165px;
    }
    .prod-img{
        width: 165px;
        margin-bottom: 10px;
    }
    .prod-like{
        top: 13px;
        right: 12px;
    }
    .prod-new{
        height: 21px;
        font-size: 11px;
        line-height: 13px;
    }
    .prod-name{
        margin-bottom: 2px;
        font-size: 16px;
        line-height: 22px;
    }
    .prod-size{
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .prod-coast-cont{
        column-gap: unset;
        justify-content: space-between;
    }
    .prod-coast-cont .new-coast{
        font-size: 12px;
        line-height: 19px;
    }
    .prod-coast-cont .old-coast{
        font-size: 12px;
        line-height: 19px;
    }
    .pagination{
        width: 100%;
        max-width: 375px;
    }
    .pagination .left{
        margin-right: auto;
    }
    .pagination .right{
        margin-left: auto;
    }
    .pagination>li{
        font-size: 14px;
    }

    footer .footer{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    footer .footer-logo{
        order: 1;
    }
    footer .footer-socials{
        order: 2;
        column-gap: 29.67px;
        margin-bottom: 45px;
    }
    footer .footer-menu{
        order: 3;
    }
    footer .copyright{
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 14px;
        order: 4;
    }
    footer .politics{
        order: 5;
        margin-top: 0;
        font-size: 12px;
        line-height: 14px;
    }
    footer .footer-about-cont{
        margin-top: 0;
    }
    footer .footer-logo{
        margin-bottom: 30px;
    }
    .footer-menu ul:first-child{
        display: none;
    }
    footer .footer-menu img, footer .footer-menu br, footer .footer-menu span:nth-child(2) {
        display: block;
    }
    footer .footer-menu span:nth-child(1){
        display: none;
    }
    footer .footer-menu li.footer-menu-bold>a{
        font-size: 12px;
        line-height: 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    footer .footer-menu li.footer-menu-bold{
        margin-bottom: 10px;
    }
    footer .footer-menu li>a{
        font-size: 12px;
        line-height: 15px;
    }
    footer .footer-menu ul ul{
        display: none;
    }
    footer .footer-menu ul ul li{
        margin-bottom: 5px;
    }
    footer .footer-menu ul ul li:last-child{
        margin-bottom: 0;
    }
    footer .footer-menu img{
        margin-left: 8.5px;
    }
    footer .footer-menu .rev{
        display: none;
    }
    footer .copyright br{
        display: none;
    }
    .sort-box{
        row-gap: 10px;
    }
    .sort-box label{
        padding: 0;
        color: #72273C;
        font-size: 14px;
        line-height: 24px;
        border: none!important;
    }




    #cookies{
        bottom: 80px;
        height: unset;
        z-index: 999999;
    }
    #cookies>div {
        flex-direction: column;
        align-items: center;
        padding-top: 74px;
        padding-bottom: 30px;
    }
    #cookies .cook-desc{
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    #cookies .cook-btn{
        width: 345px;
        height: 55px;
    }
    #cookies .cook-close{
        right: 20px;
        top: 35px;
    }





    .fancybox-slide--html{
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 90px!important;
        padding-bottom: 95px !important;
    }
    #modal_choose_city{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 45px;
        padding-top: 45px;
        z-index: 999999;
    }
    #modal_choose_city .ch-c-close{
        top: 20px;
        right: 15px;
    }
    #modal_choose_city .ch-city-tit{
        font-size: 20px;
        line-height: 25px;
        color: #72273C;
    }
    #choose_city_form{
        margin-top: 28px;
    }
    #modal_choose_city .ch-city-small-desc{
        margin-top: 10px;
        font-size: 11px;
        line-height: 14px;
    }
    .main-city-cont{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .slave-city>div{
        display: block;
        font-family: 'Rubik',sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 20px;
    }
    .slave-city-cont{
        column-gap: 30px;
        row-gap: 20px;
        flex-wrap: wrap;
    }
    #modal_search {
        width: 320px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
        padding-bottom: 60px;
        max-width: 100%;

    }
    #modal_search .s-tit{
        font-size: 20px;
        line-height: 25px;
        color: #72273C;
        margin-bottom: 33.5px;
    }
    #modal_search .s-close{
        width: 18.67px;
        height: 18.67px;
        top: 60px;
        right: 20px;
    }
    #modal_search input {
        height: 50px;
        padding-right: 20px;
        padding-left: 40px;
    }
    #modal_search .search_form img{
        left: 10px;
    }
    #modal_search button{
        position: relative;
        right: unset;
        width: 100%;
        height: 50px;
        margin-top: 20px;
    }






    #mobile_popup_cont{
        display: flex !important;
        position: fixed;
        bottom: 0;
        z-index: 999999;
        width: 100%;
        justify-content: center;
        background: #FFFFFF;
    }
    .mobile_popup{
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 375px;
        height: 80px;
        position: relative;
        box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
    }
    .mobile_popup .popup-btn-cont{
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile_popup .popup-catalog{
        position: absolute;
        background: #FFFFFF;
        width: 100%;
        top: calc(156px - 100vh);
        height: calc(100vh - 155px);
        overflow: scroll;
        left: 0;
        display: none;
    }
    .mobile_popup .popup-btn{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px 0;
        gap: 10px;
        width: 75px;
        height: 63px;
        background: #FFFFFF;
        border-radius: 8px;
        font-family: 'Rubik',sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #121212;
    }
    .mobile_popup .popup-btn>img{
        width: 24px;
        height: 24px;
    }
    .mobile_popup .popup-btn>img:nth-child(1), .mobile_popup .popup-btn-cont.active .popup-btn>img:nth-child(2){
        display: block;
    }
    .mobile_popup .popup-btn>img:nth-child(2), .mobile_popup .popup-btn-cont.active .popup-btn>img:nth-child(1){
        display: none;
    }
    .mobile_popup .popup-btn-cont.active .popup-btn{
        background: #72273C;
        color: #FFFFFF;
    }
    .mobile_popup .popup-btn-cont.active .popup-catalog{
        display: flex;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile_popup  .popup-catalog .arrow{
        transform: rotate(-90deg);
        margin-left: auto;
    }
    .mobile_popup .popup-catalog li{
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
    .mobile_popup .popup-catalog li>ul{
        display: none;
    }
    .mobile_popup .popup-catalog li.open>ul{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding-top: 20px;
        width: 100%;
        padding-left: 25px;
    }
    .mobile_popup .popup-catalog li.open>.arrow{
        transform: rotate(0deg);
    }
    .mobile_popup .popup-catalog li li>a{
        font-family: 'Rubik',sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        color: #121212;
    }
    .mobile_popup .popup-catalog>ul>li{
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }
    .mobile_popup .popup-catalog li li>a{
        flex-grow: 1;
    }
    .mobile_popup .popup-catalog>ul>li>a{
        font-family: 'Rubik',sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #121212;
    }
    .mobile_popup .popup-catalog>ul>li>img:nth-child(1){
        display: block;
        width: 75px;
        height: 65px;
        border-radius: 4px;
        margin-right: 18px;
    }
    .popup-contacts{
        display: none;
    }
    .mobile_popup .popup-btn-cont.active .popup-contacts{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 25px;
        padding-bottom: 24px;
        position: absolute;
        bottom: 100%;
        background: #FFFFFF;
        left: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .popup-socials{
        display: flex;
        flex-direction: row;
        column-gap: 32px;
        margin-bottom: 41px;
    }
    .popup-socials>a, .popup-socials img{
        display: block;
    }
    .popup-socials img{
        width: 32px;
        height: 32px;
    }
    .popup-contacts>a{
        width: 100%;
        background: #72273C;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 55px;
        color: #FFFFFF;
        font-family: 'Rubik',sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
    }
    .popup-contacts>div{
        font-family: 'Rubik',sans-serif;
        font-weight: 300;
        font-size: 11px;
        line-height: 14px;
        text-align: center;
        color: rgba(0, 0, 0, 0.5);
    }

    .mobile_popup .popup-menu{
        position: absolute;
        background: #FFFFFF;
        width: 100%;
        top: calc(156px - 100vh);
        height: calc(100vh - 154px);
        overflow: scroll;
        left: 0;
        display: none;
    }



    .mobile_popup .popup-btn-cont.active .popup-menu{
        display: flex;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
    }
    .mobile_popup  .popup-menu .arrow{
        display: block;
        transform: rotate(-90deg);
        margin-left: auto;
    }
    .mobile_popup .popup-menu li{
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
    .mobile_popup .popup-menu li>ul{
        display: none;
    }
    .mobile_popup .popup-menu li.open>ul{
        display: flex;
        flex-direction: column;
        row-gap: 25px;
        padding-top: 25px;
        width: 100%;
        padding-left: 25px;
    }
    .mobile_popup .popup-menu li.open>.arrow{
        transform: rotate(0deg);
    }
    .mobile_popup .popup-menu li li>a{
        font-family: 'Rubik',sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #121212;
    }
    .mobile_popup .popup-menu li li.open>a{
        font-weight: 400;
    }
    .mobile_popup .popup-menu>ul>li{
        padding-top: 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }
    .mobile_popup .popup-menu li li>a{
        flex-grow: 1;
    }
    .mobile_popup .popup-menu>ul>li>a{
        font-family: 'Rubik',sans-serif;
        font-weight: 300;
        font-size: 20px;
        line-height: 24px;
        color: #121212;
    }
    .mobile_popup .popup-menu>ul>li.open>a{
        font-weight: 400;
    }
}