/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 800px; /* Could be more or less, depending on screen size */
    max-width: 100%;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.category-description {
    text-align: left;
    background: #222023;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding: 20px 10px 20px 10px;
    max-width: 99%;
}

.category-description p {
    text-align: left !important;
    font-size: 18px !important;
}

.category-description p span {
    font-size: 18px !important;
}

.category-description h2 {
    margin: 1em 0 0.5em;
}

.category-description ul {
    list-style: disc;
    margin: 0.5em 0;
    padding-left: 30px;
}

.category-description ol {
    list-style: decimal;
    margin: 0.5em 0;
    padding-left: 30px;
}

.heading {
    color: #fff;
    letter-spacing: 3px;
    font-size: 30px;
    min-height: 45px;
    margin: 2.5em auto 0.5em;
    border-bottom: 2px solid #D2BA74;
}

.btn-group {
    display: none;
}

.fa-language {
    display: none
}

.fa-language {
    color: #fff
}

.fa-language:hover {
    color: #D2BA74
}

.header-black__nav_isset_textBlock .menu-item a,
.menu-item span
{
    font-size: 16px;
    font-weight: 500;

    text-decoration: none;
    /*letter-spacing: ox;*/

    color: #fff;
}

.header-black__nav_isset_textBlock .menu-item a:hover
{
    color: #d2ba74;
}

.header-black__nav_isset_textBlock .menu-item {
    position: relative;
    padding: 3px 0;
    margin: 0 5px 0 3px;
}

.main-submenu {
    display: none;
    flex-wrap: wrap;
    padding: 10px;
    background: #000000;
    width: 968px;
    list-style: none;
    column-count: 3;
    border: 1px solid #FFF;
    z-index: 100;
}

.main-submenu.opened {
    display: block;
}

.menu-item .has-submenu:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -5px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI0ZGRkZGRiIgY2xhc3M9ImJpIGJpLWNoZXZyb24tZG93biIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjY0NiA0LjY0NmEuNS41IDAgMCAxIC43MDggMEw4IDEwLjI5M2w1LjY0Ni01LjY0N2EuNS41IDAgMCAxIC43MDguNzA4bC02IDZhLjUuNSAwIDAgMS0uNzA4IDBsLTYtNmEuNS41IDAgMCAxIDAtLjcwOHoiLz4KPC9zdmc+");
    background-repeat: no-repeat;
}

.header-black__nav_isset_textBlock .menu-item .main-submenu a {
    font-size: 14px;
    margin: 0;
}

.main-submenu-wrap {
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    top: 30px;
    left: -520px;
    z-index: 100;
}

.new_metro_button {
    margin: 1em auto !important;
}

.fixed-btn {
    color: #D2BA74;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D2BA74;
    border-radius: 10px;
    letter-spacing: 2px;
    margin: 0 10px 0 10px;
    box-sizing: border-box;
    padding: 7px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    background: #000000;
}

.fixed-btn > i {
    margin-right: 3px;
}

.fix-mobile {
    right: 0 !important;
    bottom: 25px !important;
}

.fixed-telegram {
    position: fixed;
    left: 10px;
    bottom: 19px;
    z-index: 100;
    display: flex;
}

.fixed-telegram__detail {
    bottom: 60px;
}

.fixed-telegram-splash {
    color: #D2BA74;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D2BA74;
    border-radius: 10px;
    margin: 0 10px 0 10px;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 15px;
    cursor: pointer;
    background: rgba(0,0,0, 0.6);
    opacity: 1;
    transition: left ease 0.5s;
    left: 46px;
    position: absolute;
    width: 155px;
    top: 10px;
}

.hidden {
    display: none;
}

.opacity-0 {
    opacity: 1;
    left: -300px;
}

.fix-HeaderMenu_isset_links a {
    font-size: 25px;
    font-weight: 500;
    display: inline-block;
    margin: 7px 0;
    text-decoration: none;
    letter-spacing: 3px;
    color: #fff;
}

.mobile-submenu {
    display: none;
}

.mobile-submenu a {
    font-size: 18px;
}

.mobile-submenu.opened {
    display: block;
}

.fix-HeaderMenu {
    overflow-y: auto !important;
}

.mobile-main-menu.submenu-opened {
    display: block !important;
}

.has-mobile-submenu {
    position: relative;
}

.has-mobile-submenu:after {
    content: "";
    position: absolute;
    right: -22px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgdmlld0JveD0iMCAwIDE2IDE2IiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCIgZmlsbD0iI0ZGRiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjY0NiAxLjY0NmEuNS41IDAgMCAxIC43MDggMGw2IDZhLjUuNSAwIDAgMSAwIC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDgtLjcwOEwxMC4yOTMgOCA0LjY0NiAyLjM1NGEuNS41IDAgMCAxIDAtLjcwOHoiLz4KPC9zdmc+);
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 9px;
}

.has-mobile-submenu.opened:after {
    transform: rotate(90deg);
}

.girl-label-new {
    position: absolute;
    top: 10px;
    left: 10px;
    background-image: url("/image/catalog/icons/item_new.png");
    width: 60px;
    height: 60px;
    background-size: cover;
    text-indent: -99999px;
}

.girl-label-right {
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -99999px;
}

.girl-label-elite {
    background-image: url("/image/catalog/icons/item_elite.png");
    width: 60px;
    height: 60px;
    background-size: cover;
    text-indent: -99999px;
    margin-bottom: 10px;
}
.girl-label-premium {
    background-image: url("/image/catalog/icons/item_premium.png");
    width: 60px;
    height: 60px;
    background-size: cover;
    text-indent: -99999px;
    margin-bottom: 10px;
}
.girl-label-indie {
    background-image: url("/image/catalog/icons/item_indie.png");
    width: 60px;
    height: 60px;
    background-size: cover;
    text-indent: -99999px;
    margin-bottom: 10px;
}
.girl-label-video {
    background-image: url("/image/catalog/icons/item_video.png");
    width: 60px;
    height: 60px;
    background-size: cover;
    text-indent: -99999px;
    margin-bottom: 10px;
}

section.our-salons-section {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-salons-section-wrap {
    position: relative;
}

.our-salons-section-wrap .second {
    position: relative;
}

.header_block_new_buttons_row {

}

@media screen and (min-width: 1440px) {
    .our-salons-section-wrap {
        background: url(../image/rozaBg.jpg) no-repeat center;
        background-size: cover;
        display: flex;
    }
    section.our-salons-section {
        background: transparent;
    }
    .our-salons-section-wrap .second {
        margin: 60px 60px 60px 0;
    }
}



@media screen and (max-width: 576px){
    .heading {
        margin: 40px 40px 20px;
        padding-bottom: 10px;
    }

    .header_block_new_buttons_row {
        width: 100%;
    }
}

@media screen and (max-width: 900px){
.header_image_logo{
    height: 40px;}
    
}

@media screen and (max-width: 450px){
.header_image_logo{
    display:none;}
    
}
