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


.navigation-cont{
    margin-bottom: 72px;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    row-gap: 50px;
}
.navigation-cont .back-btn{
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    align-items: center;

}
.navigation-cont .back-btn a{
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
}
.navigation-cont .back-btn img{
    transform: rotate(90deg);
}
.navigation{
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    align-items: center;
}
.navigation a{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
}
.navigation img{
    transform: rotate(-90deg);
}

h1{
    text-align: left;
    width: 100%;
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    margin-top: 0;
    margin-bottom: 0;
    color: #72273C;
}

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

.flex{
    display: flex;
}




.reviews{
    display: flex;
    flex-direction: row;
    column-gap: 70px;
    row-gap: 72px;
    flex-wrap: wrap;
    margin-top: 52px;
    position: relative;
    margin-bottom: 120px;
}
.show-more-rev{
        display: flex;
        width: 100%;
        max-width: 345px;
        background: #FFFFFF;
        color: #121212;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        border: 1px solid #121212;
        font-family: 'Rubik',sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        cursor: pointer;
        height: 55px;
    }
    .show-more-rev:hover{
        border: none;
        background: #72273C;
        color: #FFFFFF;
    }

.add-rev-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 264px;
    height: 60px;
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background: #72273C;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 20px;
}

.review {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 405px;
    width: 100%;
}

.review span{
    color: #121212;
    font-size: 16px;
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
    padding-bottom: 2px;
    border-bottom: 1px solid #121212;
}

.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;
    line-height: 32px;
    min-height:64px;
    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{
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    text-decoration-line: underline;
}



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



#modal_add_review{
    background: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 830px;
    max-width: 100%;
}
.m-rev-close{
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 35px;
}
.m-rev-tit{
    text-align: center;
    font-family: 'Rubik',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #121212;
    margin-bottom: 50px;
}
.m-cheaper-desc{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;

    text-align: center;
    color: #121212;
    margin-bottom: 70px;
}
.m-rev-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 502px;
    row-gap: 20px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
.m-rev-form>input::placeholder, .m-rev-form>textarea::placeholder{
    color:  rgba(0, 0, 0, 0.5);;
}

.m-rev-form>input{
    outline: none;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #121212;
    width: 502px;
    height: 64px;
}
.m-rev-form>textarea{
    resize: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #121212;
    width: 502px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    outline: none;
    height: 192px;
}
.m-rev-form>button{
    outline: none;
    padding: 0;
    border: none;
    background: #72273C;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 234px;
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.m-rev-form>label{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 234px;
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #121212;
    border-radius: 4px;
    color: #121212;
    margin-top: 15px;
}
.m-rev-form>label:hover{
    border: none;
    background: #72273C;
    color: #FFFFFF;
}
.m-rev-form>label>input{
    display: none;
}
.m-r-politics{
    font-family: 'Rubik',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #8F9190;
}





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



    .reviews{
        justify-content: center;
    }
    .add-rev-btn{
        right: 20px;
    }



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






    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;
    }
    .navigation-cont{
        justify-content: left;
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .navigation-cont .back-btn a{
        font-size: 16px;
        line-height: 19px;
    }
    .navigation{
        display: none;
    }
    h1{
        font-size: 30px;
        line-height: 33px;
    }

    .rev-img>img {
        max-height:345px;
    }


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






    .reviews{
        column-gap: 15px;
        row-gap: 42px;
        margin-bottom: 92px;
        margin-top: 30px;
    }
    .review{
        max-width: 345px;
    }
    .review>.rev-img{
        margin-bottom: 10px;
    }
    .rev-img>div{
        width: 50px;
        height: 50px;
        left: 10px;
        bottom: 10px;
    }
    .rev-date{
        margin-bottom: 15px;
        font-size: 11px;
        line-height: 14px;
    }
    .rev-tit{
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 25px;
    }
    .rev-desc{
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 22px;
    }
    .review>a{
        font-size: 13px;
        line-height: 15px;
    }
    
    .add-rev-btn{
        position: relative;
        top: unset;
        height: 55px;
        width: 100%;
        max-width: 345px;
        font-size: 16px;
        line-height: 19px;
        right: unset;
        margin-top:0;
    }





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




    #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: 100%;
        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;
    }




    #modal_add_review{
        padding-top: 60px;
        padding-bottom: 121px;
        width: 345px;

    }
    .m-rev-close{
        top:25px;
        right: 25px;
    }
    .m-rev-tit{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .m-rev-form{
        width: 100%;
        max-width: 100%;
        row-gap: 10px;
        margin-bottom: 10px;
    }
    .m-rev-form>input{
        height: 51px;
        font-size: 16px;
        line-height: 19px;
        width: 100%;
    }
    .m-rev-form>textarea{
        font-size: 16px;
        line-height: 19px;
        width: 100%;
        height: 100px;
    }
    .m-rev-form>button{
        height: 55px;
        width: 100%;
        line-height: 19px;

    }


    .m-rev-form>label{
        line-height: 19px;
        height: 55px;
        width: 100%;
        margin-top: 4px;
    }


    .m-r-politics{
        font-size: 11px;
        line-height: 14px;
    }
}


.outer-more{
    width: 100%;
    display: flex;
    margin-bottom: 172px;
    justify-content: center;
}











