

/* Start:/local/templates/new/css/style.css?174135369538492*/
@font-face {
    font-family: Manrope;
    src: local('Manrope Thin'), local('Manrope-Thin'), url('/local/templates/new/css/../fonts/Manropethin.woff2') format('woff2'), url('/local/templates/new/css/../fonts/Manropethin.woff') format('woff'), url('/local/templates/new/css/../fonts/Manropethin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: local('Manrope Light'), local('Manrope-Light'), url('/local/templates/new/css/../fonts/Manropelight.woff2') format('woff2'), url('/local/templates/new/css/../fonts/Manropelight.woff') format('woff'), url('/local/templates/new/css/../fonts/Manropelight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: local('Manrope Regular'), local('Manrope-Regular'), url('/local/templates/new/css/../fonts/Manroperegular.woff2') format('woff2'), url('/local/templates/new/css/../fonts/Manroperegular.woff') format('woff'), url('/local/templates/new/css/../fonts/Manroperegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: local('Manrope Medium'), local('Manrope-Medium'), url('/local/templates/new/css/../fonts/Manropemedium.woff2') format('woff2'), url('/local/templates/new/css/../fonts/Manropemedium.woff') format('woff'), url('/local/templates/new/css/../fonts/Manropemedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: local('Manrope Semibold'), local('Manrope-Semibold'), url('/local/templates/new/css/../fonts/Manropesemibold.woff2') format('woff2'), url('/local/templates/new/css/../fonts/Manropesemibold.woff') format('woff'), url('/local/templates/new/css/../fonts/Manropesemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: local('Manrope Bold'), local('Manrope-Bold'), url('/local/templates/new/css/../fonts/Manropebold.woff2') format('woff2'), url('/local/templates/new/css/../fonts/Manropebold.woff') format('woff'), url('/local/templates/new/css/../fonts/Manropebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


html, body {
    height: max-content;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Manrope;
    font-size: 16px;
    color: #000000;
    display: flex;
    flex-direction: column;
}

body.white-back {
    background: #FFFFFF;
}

header {
    width: 100%;
}

.no-overflow {
    overflow: hidden;
}

.head-menu .menu-cont a:before {
    padding-right: 5px;
    margin-top: 3px;
    position: absolute;
    left: -20px;
}

header .mobile-header .mobile-tools a.favorite:after {
    font-style: normal;
    position: absolute;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: #FFFFFF;
    background: #D00025;
    width: 19px;
    height: 19px;
    text-align: center;
    border-radius: 50%;
    top: 8px;
    right: 4px;
    padding-left: 1px;
}


.head-menu .menu-cont a.up-salon:before {
    content: url(/local/templates/new/images/crown.svg);
}

.head-menu .menu-cont a.personal-account:before {
    content: url(/local/templates/new/images/enter.svg);
}

.head-menu .menu-cont a.add-salon:before {
    content: url(/local/templates/new/images/add-salon.svg);
}

header .mobile-header, .mobile-up-salon, .mobile-menu, .mobile-city-choose-cont {
    display: none;
}

.hidden {
    display: none;
}

.content {
    flex: 1 0 auto;
    position: relative;
}

.content .main-block {
    display: flex;
    justify-content: center;
    margin-top: 39px;
}

body.white-back .content img.main-back {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 21;
    background: black;
    opacity: 0.8;
    display: none;
}

#yandex-map-modal {
    opacity: 0;
    left: -999999px;
    width: calc(100vw - 100px);
    height: calc(100vh - 100px);
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 22;
    overflow: hidden;
}

#yandex-map-modal.active {
    opacity: 1;
    left: 50%;
    overflow: visible;
}

#map {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
}

.close-yandex-map {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 23;
    transform: translate(50%, -50%);
    cursor: pointer;
}

.close-yandex-map:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M1 1L6 6M6 6L1 11M6 6L11 11M6 6L11 1' stroke='%231A181F' stroke-width='1.2'/%3E%3C/svg%3E");
    background-size: contain;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: '';
    position: absolute;
}

header .normal-header {
    position: relative;
    width: 100%;
    height: 90px;
    background: #000000;
    line-height: normal;
}

header .normal-header .head-menu {
    position: absolute;
    width: 1200px;
    height: 90px;
    left: 50%;
    top: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    transform: translate(-50%);
}

header .normal-header .head-menu .logo-cont {
    display: flex;
    justify-content: space-between;
    width: 445px;
    height: 52px;
}

header .normal-header .head-menu .menu-cont {
    display: flex;
    justify-content: space-evenly;
    width: max-content;
    height: 52px;
}

header .normal-header .head-menu .logo-cont a {
    font-size: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
}

header .normal-header .head-menu .logo-cont .delimiter {
    width: 25px;
    height: 0;
    border: 1px solid #FFFFFF;
    transform: rotate(90deg);
    margin-top: 23px;
}

header .normal-header .head-menu .logo-cont .slogan {
    width: 205px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #ffffffb3;
    margin-top: 9px;
}

header .normal-header .head-menu .menu-cont a {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 14px;
    position: relative;
    margin-left: 45px;
}

#city-select-popup {
    width: 100%;
    max-width: 1080px;
    max-height: 100%;
}

.cont-404 {
    width: 1200px;
    margin: auto;
}

.cont-404 a {
    color: #D00025;
}

.cont-404 .error-age-text {
    text-align: center;
    line-height: 50px;
    font-size: 36px;
    margin-top: 100px;
}

.cont-404 .error-age-icon {
    width: 162px;
    height: 162px;
    border: 4px solid #D00025;
    border-radius: 50%;
    position: relative;
    margin: 60px auto 100px;
}

.cont-404 .error-age-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    line-height: 100%;
    color: #D00025;
}

.mobile-menu-cont .whatsapp, .mobile-menu-cont .tme {
    position: relative;
    width: 20px !important;
    height: 20px;
    display: inline-block !important;
    margin-left: 0 !important;
}

.mobile-menu-cont .tme {
    margin-left: 15px !important;
}

.mobile-menu-cont .support-phone {
    width: initial !important;
    display: inline-block !important;
}

.mobile-menu-cont .support-phone.tele {
    margin-left: 5px;
}

.quiz-cont {
    display: none;
}

.quiz-cont {
    position: fixed;
    z-index: 22;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

#check-age {
    width: 396px;
    height: 458px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 88px 95px 84px;
    box-sizing: initial;
}


#check-age .age {
    width: 162px;
    height: 162px;
    border: 4px solid #D00025;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 29px;
}

#check-age .age span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    line-height: 100%;
    color: #D00025;
}

#check-age .text {
    width: 394px;
    margin: 0 auto 49px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #1A181F;
}

#check-age .btns {
    margin: 0 auto 28px;
    display: flex;
    justify-content: space-between;
}

#check-age .btns a {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 18px 29px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
}

#check-age .btns .yes {
    color: #FFFFFF;
    background: #D00025;
}

#check-age .btns .no {
    background: #F4F7F7;
    color: #1A181F;
}

#check-age .sub-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: rgba(26, 24, 31, 0.5);
}

#salon-filter,
#girls-filter {
    width: 1200px;
    position: absolute;
    z-index: 21;
    background: #ffffff;
    top: 495px;
    left: 50%;
    transform: translate(-50%);
    display: none;
    border-top: 2px solid #E8E8E9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 11px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0 11px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0 11px 10px 2px rgba(34, 60, 80, 0.2);
}

#salon-filter form {
    display: none;
    width: 1200px;
}

.close-button {
    text-align: right;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: black;
    background: white;
    padding: 10px 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.close-button-form {
    text-align: right;
    width: 100%;
    padding-right: 25px;
    font-size: 25px;
    cursor: pointer;
}

#salon-filter.has-text {
    top: 530px;
}

.fixed-filter {
    position: fixed;
    height: 100px;
    width: 100%;
    left: 50%;
    background: #FFFFFF;
    transform: translate(-50%);
    z-index: 21;
    top: 0;
}

.fixed-filter .utility-block {
    top: 0 !important;
}

.balloon-box {
    position: absolute;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    max-width: 234px;
    background: #FFFFFF;
}

.balloon-box-em {
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
    max-width: 277px;
}

.balloon-box-em .balloon-arrow {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 20px;
    height: 20px;
}

.balloon-box-em .balloon-arrow:after {
    width: 18px;
    height: 18px;
    content: '';
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
}

.balloon-box .close {
    position: absolute;
    right: -12px;
    top: -12px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 1;
    width: 30px;
    height: 30px;
}

.balloon-box .close:after {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M1 1L6 6M6 6L1 11M6 6L11 11M6 6L11 1' stroke='%231A181F' stroke-width='1.2'/%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.balloon-inner {
    background: #FFFFFF;
    border-radius: 20px;
}

.balloon-content {
    padding: 0 17px 21px 17px;
}

.balloon-box-em .balloon-content {
    padding: 13px 20px 20px 20px;
}

.balloon-favorite {
    width: 22px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20' fill='none'%3E%3Cpath d='M2.36788 10.6883L2.36714 10.6876C1.83473 10.1671 1.40394 9.54019 1.10073 8.84191C0.797502 8.1436 0.628201 7.38845 0.603232 6.61984C0.578264 5.85123 0.698161 5.08548 0.955543 4.36667C1.21291 3.6479 1.60235 2.99112 2.10027 2.4333C2.59814 1.87555 3.19453 1.42784 3.85444 1.11438C4.51427 0.800946 5.22541 0.627488 5.94736 0.603011C6.6693 0.578535 7.38934 0.703465 8.06659 0.971338C8.74391 1.23924 9.36605 1.64525 9.89673 2.16759L9.89745 2.1683L10.5837 2.84147L11.0039 3.25363L11.424 2.84147L12.1103 2.16831C13.1821 1.11694 14.6023 0.560066 16.0574 0.610711C17.5126 0.661361 18.8956 1.31596 19.8997 2.44085C20.9047 3.56669 21.4461 5.07057 21.3969 6.62237C21.3478 8.17411 20.7126 9.63596 19.6398 10.6883L20.0599 11.1166L19.6398 10.6883L11.0039 19.1595L2.36788 10.6883Z' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E");
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    z-index: 1;
}

.balloon-box-em .balloon-favorite.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20' fill='none'%3E%3Cpath d='M11.0039 20L1.94772 11.1166C1.35882 10.5409 0.883979 9.84916 0.550376 9.08089C0.216774 8.31263 0.030954 7.48295 0.00354861 6.63932C-0.0238568 5.7957 0.10769 4.95468 0.390663 4.16441C0.673636 3.37413 1.10248 2.6501 1.65266 2.03375C2.20284 1.41739 2.86355 0.92081 3.597 0.572413C4.33044 0.224015 5.12222 0.0306413 5.92703 0.00335555C6.73184 -0.0239302 7.53388 0.115408 8.28727 0.413397C9.04066 0.711385 9.7306 1.16218 10.3176 1.73998L11.0039 2.41314L11.6901 1.73998C12.8762 0.576471 14.4547 -0.0454339 16.0783 0.011074C17.7018 0.0675819 19.2375 0.797874 20.3474 2.04129C21.4573 3.28471 22.0505 4.93941 21.9966 6.64136C21.9427 8.34332 21.2461 9.95311 20.0599 11.1166L11.0039 20Z' fill='%23D00025'/%3E%3C/svg%3E");
}

.balloon-slider {
    height: 145px;
    margin-bottom: 9px !important;
}

.balloon-box-em .balloon-slider {
    height: 186px;
    margin-bottom: 0 !important;
}

.balloon-slider .slick-prev,
.balloon-slider .slick-next {
    display: none !important;
}

.balloon-slider:hover .slick-prev,
.balloon-slider:hover .slick-next {
    display: block !important;
}

.balloon-slider .slick-prev,
.balloon-slider .slick-next {
    -webkit-transition: all .6s;
    transition: all .6s;
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 50%;
}

.balloon-slider .slick-prev:before,
.balloon-slider .slick-next:before {
    content: '';
}

.balloon-slider .slick-prev:after, .balloon-slider .slick-next:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='8' viewBox='0 0 6 8' fill='none'%3E%3Cpath d='M1.35352 1L4.59466 4.1616L1.35294 7.32264' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.balloon-slider .slick-prev {
    left: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.balloon-slider .slick-next {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.balloon-slider .slick-prev.slick-disabled,
.balloon-slider .slick-next.slick-disabled {
    opacity: 0;
}

.balloon-slider-block {
    position: relative;
    height: auto;
}

.balloon-slider-block .balloon-slider-dots {
    max-width: 100px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.balloon-slider-block .slick-dots {
    display: block;
    white-space: nowrap;
    position: static;
    transition: all .3s ease-in-out;
}

.balloon-slider-block .slick-dots li {
    width: auto;
    height: auto;
    opacity: 0.5;
}

.balloon-slider-block .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.balloon-slider-block .slick-dots li button::before {
    display: none;
}

.balloon-slider-block .slick-dots li.slick-active {
    opacity: 1;
}

.balloon-slide {
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.balloon-box-em .balloon-slide {
    border-radius: 20px 20px 0 0;
}

.balloon-slide:before,
.balloon-box-em .balloon-slide a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 0;
}

.balloon-box-em .balloon-slide:before {
    border-radius: 20px 20px 0 0;
    content: none;
}

.balloon-slider img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 20px;
}

.balloon-box-em .balloon-slider img {
    height: 186px;
    border-radius: 20px 20px 0 0;
}

.balloon-box-em .balloon-slider .pm-slide {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.balloon-box-em .balloon-slider .pm-slide img {
    object-fit: contain !important;
    backdrop-filter: blur(8px);
}

.balloon-name a {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 7px;
    text-decoration: none;
    display: block;
    transition: all .2s;
}

.balloon-box-em .balloon-name a {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #1A181F;
}

.balloon-name a:hover,
.balloon-box-em .balloon-name a:hover {
    color: #D00025;
    text-decoration: underline;
    cursor: pointer;
}

.balloon-address {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #6E6E6E;
    margin-bottom: 19px;
}

.balloon-box-em .balloon-address {
    font-weight: 500;
    color: #1A181F;
    margin-bottom: 11px;
    text-decoration: none;
    letter-spacing: unset;
}

.balloon-rating {
    padding-left: 33px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #6e6e6e;
    margin-bottom: 23px;
}

.balloon-rating span {
    font-weight: bold;
    color: #FFC107;
}


.balloon-rating span:before {
    position: absolute;
    content: url('/local/templates/new/images/svg-star.svg');
    left: 0;
    top: 0;
}

.balloon-box-em .balloon-rating span:before {
    content: none;
}

.balloon-box-em .balloon-rating {
    padding: 0;
    position: static;
    margin-bottom: 6px;
}

.balloon-box-em .balloon-rating .rating {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #1A181F;
    margin-right: 9px;
}

.balloon-box-em .balloon-rating .rating span {
    font-weight: 800;
    position: relative;
    padding-left: 21px;
    color: #1A181F;
}

.balloon-box-em .balloon-rating .rating span:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath d='M8 0L10.116 5.08754L15.6085 5.52786L11.4238 9.11246L12.7023 14.4721L8 11.6L3.29772 14.4721L4.5762 9.11246L0.391548 5.52786L5.88397 5.08754L8 0Z' fill='%23FAA61A'/%3E%3C/svg%3E");
    background-size: contain;
}

.balloon-box-em .balloon-rating .reviews {
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    text-decoration-line: underline;
    color: #1A181F;
}

.balloon-price {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

.balloon-box-em .balloon-price {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    z-index: 1;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12.5px);
    border-radius: 5px;
}

.balloon-box-em .balloon-programms {
    margin-bottom: 6px;
}

.balloon-box-em .programm-item {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #1A181F;
    margin-bottom: 11px;
    align-items: flex-end;
}

.balloon-box-em .programm-dots {
    flex: 1 1 auto;
    margin: 0 5px 4px 5px;
    opacity: 0.2;
    border-bottom: 1px dotted #000000;
}

.balloon-box-em .programm-price {
    white-space: nowrap;
}

.balloon-box-em .balloon-phone a {
    padding: 12px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    background: #D00025;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.balloon-box-em .balloon-phone a .show-phone {
    margin-left: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
}

#go-to-top-btn {
    position: fixed;
    bottom: 70px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #E7EAEA;
    cursor: pointer;
    z-index: 11;
}

#go-to-top-btn:after {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M1 8.39844L7.98015 1.24267L14.9591 8.3997' stroke='%231A181F' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer {
    width: 100%;
    height: auto;
    border-top: 1px solid #E5E5E5;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    z-index: 21;
}

footer .footer-header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

footer .footer-header .buttons {
    display: flex;
    justify-content: space-between;
}

footer .footer-header .copyright {
    font-size: 14px;
}

footer .footer-header .buttons .btn {
    font-size: 14px;
    color: #1A181F;
    text-decoration: none;
    font-weight: initial;
    padding: initial;
    border-radius: 0;
}

footer .footer-header .buttons .btn:hover {
    text-decoration: underline;
    background-color: initial;
}

footer .footer-header .buttons .btn.arrow {
    display: flex;
}

footer .footer-header .buttons .btn.arrow:after {
    content: url(/local/templates/account/images/footer_arrow_up.png);
    margin-left: 10px;
}

footer .footer-header .buttons .btn.arrow.open {
    color: #D00025;
}

footer .footer-header .buttons .btn.arrow.open:after {
    content: url(/local/templates/account/images/footer_arrow_down.png);
}

footer .footer-container, footer .top-salons-phones-block {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

footer .footer-container .footer-sections {
    display: flex;
}

footer .footer-container .footer-section {
    width: 25%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.footer-container .footer-section .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #1A181F;
    margin-bottom: 12px
}

.footer-container .footer-section .item {
    margin-bottom: 12px;
}

.footer-container .footer-section .name, .footer-container .age-info {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: rgba(26, 24, 31, 0.5);
}

.footer-container .footer-section .btn {
    font-size: 14px;
    line-height: 19px;
    color: #1A181F;
    text-decoration: none;
    font-weight: initial;
    padding: initial;
    border-radius: 0;
}

.footer-container .footer-section .btn:hover {
    text-decoration: underline;
    background-color: initial;
}

footer .top-salons-phones-block {
    display: none;
    justify-content: space-between;
    padding-top: 5px;
    margin-bottom: -5px;
}

footer .top-salons-phones-block a {
    color: #D00025;
}

.footer-container .age-info {
    margin-bottom: 15px;
}

.fav-counter {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(35%, -35%);
    width: 19px;
    height: 19px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 50%;
    color: #FFFFFF;
    background: #D00025;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .mobile-header .mobile-tools a.favorite .fav-counter {
    transform: translate(-10%, 10%);
}

.scroll-progress {
    background: linear-gradient(217deg, rgba(255, 0, 0, .8), rgba(255, 0, 0, 0) 70.71%),
    linear-gradient(336deg, rgba(255, 0, 47, 0.51), rgba(0, 0, 255, 0) 70.71%),
    linear-gradient(127deg, rgba(255, 0, 174, 0.68), rgba(0, 255, 0, 0) 70.71%);
    top: 0;
    left: 0;
    height: 5px;
    position: fixed;
    z-index: 999;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sub-footer-block {
    background: #F7F7F7;
    width: 100%;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.4);
}

.sub-footer-block .sub-footer-container {
    max-width: 1480px;
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}

.sub-footer-block .sub-footer-container .text-block {
    max-width: 585px;
}

.sub-footer-block .sub-footer-container .text-block.full-width {
    max-width: initial;
}

.sub-footer-block .sub-footer-container .master-categories-block {
    display: flex;
}

.sub-footer-block .sub-footer-container .master-categories-block ul {
    margin: 0;
}

.sub-footer-block .sub-footer-container .master-categories-block ul:first-child {
    margin-right: 90px;
}

.sub-footer-block .sub-footer-container .master-categories-block ul li {
    list-style: initial;
}

.get-idea-btn {
    display: none;
    position: fixed;
    z-index: 1;
    bottom: 75px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 17px;
    padding: 5px 9px;
    background: #D00025;
    border-radius: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.banner-group {
    box-sizing: border-box !important;
    padding: 0 20px;
}
.banner-group-mobile {
    background: url(/local/templates/new/images/banner-main-mobile.png) center no-repeat;
    background-size: cover;
}
.banner-group__image {
    font-size: 0;
    display: block;
    width: 100%;
    height: 187px;
    background: url(/local/templates/new/images/banner-main.png) center no-repeat;
    background-size: contain;
    margin: 24px auto 0;
}
.banner-group__link {
    margin: 12px 0;
    display: flex;
    justify-content: right;
}
.banner-group__link a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    color: var(--red);
}
@media (max-width: 1620px) {
    .banner-group__image {
        height: 161px;
    }
}
@media (max-width: 1200px) {
    .banner-group__image {
        height: 148px;
    }
}
@media (max-width: 900px) {
    .banner-group__image {
        height: 110px;
    }
}
@media (max-width: 767px) {
    .banner-group-mobile {
        display: block;
        padding-bottom: 35%;
    }
    .banner-group {
        display: none;
    }

    body {
        background: #fff;
    }

    header .normal-header {
        display: none;
    }

    header .mobile-header {
        display: flex;
        position: relative;
        height: 50px;
        background: #1A181F;
        width: 100%;
        justify-content: space-between;
        z-index: 16;
    }

    header .mobile-header.fixed {
        position: fixed;
        top: 0;
        z-index: 16;
    }

    header .mobile-header .mobile-logo {
        margin: 9px 0 0 14px;
    }

    header .mobile-header .mobile-tools {
        display: flex;
    }

    header .mobile-header .mobile-tools a {
        width: 50px;
        height: 50px;
        border-left: 1px solid #100F15;
        position: relative;
    }

    header .mobile-header .mobile-tools a:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    header .mobile-header .mobile-tools a.favorite:before {
        content: url(/local/templates/new/images/favorite_white.svg);
    }

    header .mobile-header .mobile-tools a.filter:before {
        content: url(/local/templates/new/images/filter_mobile.svg);
    }

    header .mobile-header .mobile-tools a.menu:before {
        content: url(/local/templates/new/images/menu_white.svg);
    }

    .mobile-up-salon {
        display: block;
        width: 95%;
        height: 40px;
        border: 1px solid #000000;
        box-sizing: border-box;
        border-radius: 5px;
        margin: 0 auto 30px;
    }

    .mobile-up-salon a {
        margin: 9px;
        display: block;
        text-decoration: none;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #1A181F;
        position: relative;
    }

    .mobile-up-salon a:after {
        content: url(/local/templates/new/images/crown_mobile.svg);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-menu {
        width: 100%;
        height: 100%;
        background: #1A181F;
    }

    .mobile-menu.open {
        display: block;
        position: fixed;
        z-index: 17;
        overflow: auto;
    }

    .mobile-menu .mobile-menu-head {
        display: flex;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #100F15;
    }

    .mobile-menu .mobile-menu-head .mobile-logo {
        margin: 9px 0 0 14px;
    }

    .mobile-menu .mobile-menu-head .mobile-tools a {
        width: 50px;
        height: 50px;
        border-left: 1px solid #100F15;
        position: relative;
        display: block;
    }

    .mobile-menu .mobile-menu-head .mobile-tools a:before {
        content: url(/local/templates/new/images/close_white.svg);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mobile-menu .mobile-menu-cont ul {
        list-style: none;
        padding: 0;
        margin-left: 0;
    }

    .mobile-menu .mobile-menu-cont ul {
        border-bottom: 1px solid #100F15;
        padding-bottom: 25px;
    }

    .mobile-menu .mobile-menu-cont ul:last-child {
        margin-top: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .mobile-menu .mobile-menu-cont ul a, .mobile-menu .mobile-menu-cont ul a#show-map {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 45px;
        color: #fff;
        text-decoration: none;
        margin-left: 15px;
        width: 80%;
        display: block;
        position: relative;
    }

    .mobile-menu .mobile-menu-cont ul a.mobile-city-choose {
        padding-left: 30px;
    }

    .mobile-menu .mobile-menu-cont ul a.mobile-city-choose:before {
        content: '';
        background: url(/local/templates/new/images/location_city_white.svg) no-repeat;
        background-size: contain;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .mobile-menu .mobile-menu-cont ul a span {
        color: #d00026;
        text-decoration: underline;
    }

    .mobile-menu .mobile-menu-cont .sub-title {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 38px;
        color: #999;
        margin-left: 15px;
    }

    #bx-panel {
        display: none !important;
    }

    .close-yandex-map {
        position: fixed;
        left: 0;
        top: -50px;
        border: none;
        border-right: 1px solid var(--grey-bg);
        transform: unset;
    }

    .close-yandex-map:before {
        border-radius: unset;
        width: 20px;
        height: 20px;
    }

    #yandex-map-modal {
        width: 100vw;
        height: calc(100% - 50px);
        transform: translateX(-50%);
        bottom: 0;
        top: unset;
    }

    .cont-404 {
        width: initial;
        padding: 0 15px;
        margin-top: 55px;
    }

    #check-age {
        width: 100%;
        height: 100%;
        padding: 0;
        border-radius: 0;
        position: fixed;
        z-index: 1000;
        top: 0;
    }

    #check-age .age, .cont-404 .error-age-icon {
        width: 100px;
        height: 100px;
        margin: 29px auto;
    }

    #check-age .age span, .cont-404 .error-age-icon span {
        font-size: 40px;
    }

    #check-age .text {
        width: initial;
        line-height: 27px;
        margin: 29px 15px;
    }

    #check-age .btns {
        display: block;
        margin: 0 25px;
    }

    #check-age .btns a {
        margin-bottom: 20px;
    }

    .cont-404 .error-age-text {
        line-height: 28px;
        font-size: 17px;
        margin-top: 81px;
        font-weight: 500;
    }

    footer .footer-container, footer .footer-header {
        max-width: initial;
    }

    .metro-branch {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        border-radius: 50%;
    }

    .point-slider-block .favorite,
    .club-slider-block .favorite,
    .offer-item-img-block .favorite,
    .main-item .favorite,
    .fav-item .favorite,
    .master .favorite {
        cursor: pointer;
        z-index: 3;
        top: 22px;
        right: 18px;
        width: 25px;
        height: 22px;
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' viewBox='0 0 25 22' fill='none'%3E%3Cpath d='M2.62646 11.7932L2.62571 11.7925C2.01385 11.2135 1.52 10.5173 1.17287 9.74341C0.825729 8.96955 0.632232 8.13349 0.603695 7.28313C0.575158 6.43277 0.712155 5.5852 1.00667 4.78901C1.30118 3.99283 1.74731 3.26395 2.31911 2.64387C2.89089 2.02381 3.57708 1.52474 4.33816 1.17479C5.09921 0.824842 5.92045 0.630755 6.75494 0.603368C7.58943 0.575982 8.42122 0.715818 9.20281 1.01507C9.98442 1.31433 10.7008 1.76725 11.3107 2.34837L11.3114 2.34907L12.0912 3.08955L12.5044 3.48186L12.9175 3.08955L13.6973 2.34908C13.6973 2.34907 13.6973 2.34907 13.6973 2.34907C14.9296 1.17905 16.5675 0.555137 18.2505 0.611841C19.9336 0.668546 21.5275 1.40138 22.6809 2.65217C23.8346 3.90325 24.4526 5.56996 24.3965 7.28588C24.3403 9.00177 23.6148 10.6229 22.3822 11.7932L22.7954 12.2283L22.3822 11.7932L12.5044 21.1726L2.62646 11.7932Z' fill='black' fill-opacity='0.2' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E");
    }

    .master .favorite {
        top: 16px;
        right: 16px;
    }

    .point-slider-block .favorite.active,
    .club-slider-block .favorite.active,
    .offer-item-img-block .favorite.active,
    .main-item .favorite.active,
    .fav-item .favorite.active,
    .master .favorite.active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' viewBox='0 0 25 22' fill='none'%3E%3Cpath d='M12.5044 22L2.21332 12.2283C1.54411 11.595 1.00452 10.8341 0.625428 9.98898C0.246334 9.14389 0.035175 8.23124 0.00403251 7.30325C-0.02711 6.37526 0.122375 5.45015 0.443936 4.58085C0.765496 3.71154 1.25282 2.91511 1.87802 2.23712C2.50323 1.55913 3.25404 1.01289 4.0875 0.629654C4.92096 0.246417 5.8207 0.0337054 6.73526 0.00369111C7.64982 -0.0263232 8.56123 0.126948 9.41735 0.454736C10.2735 0.782524 11.0575 1.27839 11.7246 1.91397L12.5044 2.65446L13.2842 1.91397C14.6321 0.634118 16.4258 -0.0499773 18.2707 0.0121814C20.1157 0.07434 21.8607 0.877662 23.122 2.24542C24.3833 3.61319 25.0574 5.43335 24.9962 7.3055C24.9349 9.17765 24.1433 10.9484 22.7954 12.2283L12.5044 22Z' fill='%23D00025'/%3E%3C/svg%3E");
    }
}

@media (max-width: 767px) {
    footer {
        position: relative;
        padding: 50px 30px 40px;
        width: calc(100% - 60px);
    }

    footer .footer-container.hidden {
        display: block !important;
    }

    footer .footer-header .buttons, footer .footer-container .footer-sections {
        display: block;
    }

    footer .footer-header .buttons .btn.arrow, .footer-container .footer-section .items {
        display: none;
    }

    footer .footer-container .footer-section {
        width: initial;
        margin-top: -5px;
        padding-bottom: 15px;
    }

    footer .footer-header .buttons, .footer-container .age-info {
        font-size: 12px;
    }

    .footer-container .footer-section .items.no-hidden {
        display: block;
    }

    .footer-container .footer-section {
        border-bottom: 1px solid #E5E5E5;
    }

    .footer-container .footer-section.no-border {
        border-bottom: none;
    }

    .footer-container .footer-section .title {
        display: flex;
        justify-content: space-between;
    }

    .footer-container .footer-section .title.no-arrow:after {
        content: none;
    }

    .footer-container .footer-section .title:after {
        content: url(/local/templates/account/images/footer_arrow_up.png);
        transform: rotate(180deg);
        margin-bottom: 5px;
    }

    .footer-container .footer-section .title.open:after {
        transform: rotate(0deg);
        margin-bottom: 0;
    }

    #go-to-top-btn {
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 6px;
    }

    .sub-footer-block {
        width: calc(100% - 60px);
        margin: 0;
        padding: 30px;
    }

    .sub-footer-block .sub-footer-container {
        margin: 0;
    }

    .sub-footer-block .sub-footer-container, .sub-footer-block .sub-footer-container .text-block,
    .sub-footer-block .sub-footer-container .master-categories-block {
        max-width: initial;
        display: block;
    }

    .sub-footer-block .sub-footer-container .master-categories-block {
        margin-left: 18px;
    }

    .sub-footer-block .sub-footer-container .text-block {
        margin-bottom: 15px;
    }

    footer .top-salons-phones-block {
        padding-top: 0;
        margin-top: -25px;
        margin-bottom: 20px;
    }

    footer .top-salons-phones-block a {
        font-size: 14px;
    }

    .get-idea-btn.m {
        height: max-content;
        top: 60px;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
    }
}

.metro-branch {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 50%;
}
/* End */


/* Start:/local/templates/new/css/slick.css?16052522211796*/
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    border: none;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    border: none !important;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/new/css/slick-theme.css?16052522212837*/
/* Slider */
.slick-loading .slick-list {
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 20;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 45px;
    transform: rotate(180deg);
    top: 43%;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: url(/local/templates/new/images/slick_arrow.png);
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 55px;
    top: 45%;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 30px;
}

.slick-next:before {
    content: url(/local/templates/new/images/slick_arrow.png);
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/new/css/jquery.arcticmodal-0.3.css?16052522211666*/
.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.box-modal {
    position: relative;
    width: 500px;
    padding: 16px;
    background: #3c3f41;
    color: #bbb;
    font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 6px;
}

.box-modal_close {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    cursor: pointer;
}

.box-modal_close:hover {
    color: #6897bb;
}

.close-modal {
    position: absolute;
    top: 33px;
    right: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.close-modal:before,
.close-modal:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -2px;
    width: 26px;
    height: 3px;
    background: #4f5255;
}

.close-modal:before {
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-modal:after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* End */


/* Start:/local/templates/new/css/fancybox.min.css?160525222112795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/new/css/style_new_header.css?174341028529546*/
/*  */
body {
    background-color: #f2f2f2;
    color: var(--black);
    font-family: "Manrope", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
}

/*
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
header, hgroup, menu, nav, section {
    display: block;
}

/*
body {
    line-height: 1;
}
*/
ol, ul, li {
    list-style: none;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover {
    text-decoration: none;
}

/**/
header.header *,
.top-banner-block * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

button,
input[type=cancel],
input[type=reset],
input[type=submit]:hover {
    cursor: pointer;
}

input[type=file],
input[type=password],
input[type=submit],
input[type=text],
input[type=email],
input[type=search],
textarea,
select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: auto;
}

select::ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

:root {
    --red: #D00025;
    --grey-bg: #F0F0F0;
    --grey: #B0B0B0;
    --grey-dark: #6E6E6E;
    --border-color: #6e6e6e;
    --black: #19171D;
    --yellow: #FFC107;
    --green: #3BB97D;
    --blue: #274ED9;
}

html,
body {
    min-height: 100%;
}

html {
    font-size: 10px;
}

/*
img {
    max-width: 100%;
}
*/
a {
    color: currentColor;
    -webkit-transition: all .2s;
    transition: all .2s;
}

h1,
.h1 {
    font-size: 8rem;
}

h2,
.h2 {
    font-size: 5rem;
}

h3,
.h3 {
    font-size: 4rem;
}

p {
    font-size: 2rem;
    line-height: 150%;
}

.font-700 {
    font-weight: 700;
}

.font-600 {
    font-weight: 600;
}

.font-500 {
    font-weight: 500;
}

.font-200 {
    font-weight: 200;
}

b,
strong {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.grey-bg {
    background-color: var(--grey-bg);
}

.grey {
    color: var(--grey);
}

.grey--dark {
    color: var(--grey-dark);
}

.red {
    color: var(--red);
}

.yellow {
    color: var(--yellow);
}

.icon {
    display: inline-block;
}

.icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.noscroll {
    overflow: hidden !important;
}

.wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1480px;
    padding: 0 20px;
    margin: 0 auto;
}

.title-block .container {
    box-sizing: border-box;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.svg-sprite {
    display: none;
}

.tablet,
.mobile {
    display: none !important;
}

.seo-text {
    padding: 9rem 0;
}

.seo-text h1,
.seo-text h2,
.seo-text h3,
.seo-text h4 {
    font-weight: 700;
    margin: 2rem 0;
}

.seo-text p {
    margin-bottom: 1em;
}

.empty-star {
    color: var(--grey);
}

/*Header*/
.header {
    position: relative;
    height: 12rem;
    border-bottom: 1px solid var(--grey-bg);
    z-index: 22;
    background: #fff;
}

.header.new-mobile-header-top {
    top: 0 !important;
}

.header .container {
    height: 12rem;
}

.header .city-select {
    margin-left: 3vw;
}

.header .header-tg {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 20px;
}

.header .header-tg:before {
    content: '';
    background: url(/local/templates/new/images/tg_subscrabe_icon_red.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 30px;
}

.header-content {
    width: 100%;
}

.logo {
    font-size: 4rem;
    font-weight: 700;
}

.menu-burger {
    position: absolute;
    left: 0;
    top: 0;
    width: 12rem;
    height: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid var(--grey-bg);
    background-color: transparent;
    color: var(--grey);
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-burger__btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 28px;
    height: 21px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-burger__btn .icon {
    display: block;
    width: 100%;
    height: 100%;
}

.menu-burger__btn .burger {
    background: url('/local/templates/new/images/svg-burger.svg') no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%) opacity(0.4);
}

.menu-burger__btn .close {
    background: url('/local/templates/new/images/svg-close.svg') no-repeat;
    background-size: contain;
    filter: grayscale(100%) opacity(0.4);
}

@media (min-width: 768px) {
    .menu-burger:hover .burger,
    .menu-burger:hover .close {
        filter: grayscale(0);
    }
}


.menu-burger__btn .close {
    display: none;
}

.menu-open .menu-burger__btn .close {
    display: block;
}

.menu-open .menu-burger__btn .burger {
    display: none;
}

.city-select {
    display: inline-flex;
    align-items: center;
    height: 2.77em;
    border: 1px solid #6E6E6E;
    border-radius: 100px;
    font-size: 1.8rem;
    padding: 0 .66em 0 2.5em;
    background: url('/local/templates/new/images/plain.svg') 1em center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.header-action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2vw;
    font-size: 1.6rem;
}

.header-action:hover {
    color: var(--red);
}

.header-action__icon {
    width: 2.25em;
    height: 2.25em;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--grey-bg);
    margin-right: 1em;
    position: relative;
}

.favorite-btn .header-action__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15' fill='none'%3E%3Cpath d='M9 15L8.47059 14.7872C7.62353 14.2553 0 10 0 5.31915C0 2.34043 2.43529 0 5.4 0C6.77647 0 8.04706 0.531915 9 1.38298C9.95294 0.531915 11.2235 0 12.6 0C15.5647 0 18 2.34043 18 5.31915C18 10.1064 10.3765 14.3617 9.52941 14.7872L9 15ZM5.4 2.12766C3.6 2.12766 2.11765 3.51064 2.11765 5.31915C2.11765 7.97872 6.77647 11.2766 9 12.6596C11.3294 11.2766 15.8824 8.08511 15.8824 5.31915C15.8824 3.61702 14.4 2.12766 12.6 2.12766C11.5412 2.12766 10.4824 2.65957 9.84706 3.61702L9 4.89362L8.15294 3.61702C7.51765 2.65957 6.45882 2.12766 5.4 2.12766Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 15px;
    background-position: center;
}

.header-action__icon .icon {
    width: 50%;
    height: 50%;
}

.header-action__icon .add__organization {
    background: url(/local/templates/new/images/svg-plus-in-circle.svg) no-repeat;
    background-size: contain;
}

.header-action__icon .action__enter {
    background: url(/local/templates/new/images/svg-enter.svg) no-repeat;
    background-size: contain;
}
.header-action__icon .logged-in {
    width: 100%;
    height: 100%;
    background: url(/local/templates/new/images/user-logged-in.svg) no-repeat;
    background-size: contain;
}
.header-action.user-menu {
    align-items: normal;
}
.user-menu {
    background: #fff;
    padding: 0 25px;
    border-radius: 10px;
    height: 30px;
    position: relative;
}
.user-menu:hover .header-action__submenu {
    height: 86px;
}
.header .wrapper {
    overflow: visible !important;
}
.user-menu:hover {
    top: 25px;
    padding: 20px 25px;
    height: 120px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,1);
}
.user-menu:hover:after {
    top: 28px;
    transform: rotate(-180deg);
}
.user-menu:hover header {
    overflow: visible;
}
.user-menu:after {
    /*transition: all .2s;*/
    content: '';
    position: absolute;
    right: 8px;
    top: 10px;
    width: 9px;
    height: 5px;
    background: url('/local/templates/new/images/arrow_down.svg') center no-repeat;
}
.user-menu__block {
    height: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.user-menu:hover .user-menu__block {
    height: 141px;
}
.user-menu:hover .user-menu__arrow {
    height: 141px;
}
.header-action__submenu {
    position: absolute;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    height: 0;
}
.header-action__hover-option {
    color: #000;
}
.header-action__hover-option:hover {
    color: var(--red);
}

.menu-block {
    position: fixed;
    left: 0;
    top: 16rem;
    height: calc(100vh - 12rem);
    overflow-y: auto;
    background: rgba(240, 240, 240, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 58rem;
    padding: 6rem 3rem 6rem 12rem;
    font-size: 3rem;
    font-weight: 700;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 12;
}

.menu-block a {
    display: block;
    line-height: 130%;
    margin-bottom: 3.5rem;
}

.menu-block a:hover {
    color: var(--red);
}

.menu-block a.disabled {
    pointer-events: none;
    cursor: default;
    color: #888;
}

.menu-open .menu-block {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    overflow-y: auto;
}

.header .menu-block .menu {
    margin-bottom: 7rem;
    margin-top: 30px;
}

.menu li.active__item a.accordion__title {
    color: var(--red);
}

.menu-block .accardion-item .accordion__title {
    cursor: pointer;
}

.menu-block .accardion-item .accordion__title span {
    position: relative;
}

.menu-block .accardion-item:hover .accordion__title span:after {
    border: 2px solid #D00025;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

.menu-block .accardion-item .accordion__title span:after {
    top: 35%;
    right: -23px;
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    display: block;
    border: 2px solid #19171D;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

.menu-block .accardion-item.active__item .accordion__title span:after {
    border: 2px solid #D00025;
    border-left-width: 0;
    border-bottom-width: 0;
    top: 18px;
}

.menu .accardion-item .accordion__content > ul {
    padding-left: 30px;
}

.menu-block .accordion__content {
    display: none;
    overflow: hidden;
}

.slick-prev,
.slick-next {
    z-index: 10 !important;
}

@media (max-width: 1760px) {
    html {
        font-size: .55vw;
    }

    .menu-burger {
        width: 9rem;
        height: 9rem;
    }

    .header,
    .header .container {
        height: 9rem;
    }

    .menu-block {
        top: 9rem;
        height: calc(100vh - 9rem);
    }
}

@media (max-width: 1620px) {
    html {
        font-size: .55vw;
    }

    .header .container {
        padding-left: calc(9rem + 20px);
    }

    .related-slide {
        width: 60rem;
    }

    .container {
        max-width: 1280px;
    }
}

.top-menu-block {
    margin-bottom: 3rem;
}

.top-main-title {
    margin-bottom: 4rem;
}

.top-main-title * {
    box-sizing: border-box;
}

.top-main-title h1 {
    font-size: 28px;
    margin: 0;
}

.top-menu-block * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-menu__list {
    font-size: 2.4rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 150%;
    margin: 0;
}

.top-menu__list li {
    padding: 1.2em 0;
}

.top-menu__list li:not(:last-child) {
    margin-right: 1.66em;
}

.top-menu__list li a {
    display: block;
    position: relative;
}

.top-menu__list li a:hover, .top-menu__list li a.active {
    color: var(--red);
}

.top-menu__list li a:hover::after, .top-menu__list li a.active::after {
    opacity: 1;
}

.top-menu__list li a::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    bottom: calc(-1.2em - 1px);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.top-menu__list li a.disabled {
    pointer-events: none;
    cursor: default;
    color: #888;
}

@media (max-width: 1520px) {
    .top-menu-block .container,
    .top-main-title .container {
        max-width: 1280px;
    }
}

@media (max-width: 1280px) {
    .top-menu-block {
        margin-bottom: 4rem;
    }
}

@media (max-width: 767px) {
    .top-menu-block .container {
        padding: 0;
    }

    .top-main-title .container {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    .top-main-title h1 {
        font-size: 27px;
        line-height: 30px;
        text-align: center;
    }

    .top-menu__list {
        font-size: 14px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        line-height: 1;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    .top-menu__list li {
        padding: 25px 0;
    }

    .top-menu__list li a::after {
        bottom: -24px;
    }
}

/* new top banner  */

.top-banner-block {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 35rem;
    background: #fff;
}

.top-banner__img {
    position: absolute;
    right: 0;
    top: 2rem;
    width: 85rem;
}

.top-banner__img img {
    width: 100%;
}

.top-banner__descr {
    max-width: 92rem;
}

.top-banner__descr .h1 {
    margin-bottom: 0.75em;
}

.top-banner__descr p {
    max-width: 73rem;
}

/* new top banner  */

/*  */
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1em .75em 1em 1em;
    border-radius: 100px;
}

.btn--yellow {
    background-color: #F6BF02;
}

.btn--yellow:active {
    background-color: #c39802;
}

.btn--black {
    background-color: var(--black);
    color: #fff;
}

.btn--black:active {
    background-color: black;
}

.btn--radius-10 {
    border-radius: 10px;
}

.btn:hover {
    opacity: 0.75;
}

.btn .icon {
    margin-right: 0.5em;
}

.loader {
    width: 4em;
    height: 4em;
    background-color: #D00025;
    border-radius: 100%;
    animation: loader 1.0s infinite ease-in-out;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100000;
    display: none;
}

@media (max-width: 767px) {
    .loader {
        left: 42%;
    }
}

@keyframes loader {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1.0);
        opacity: 0;
    }
}

/*MEDIA */
@media (max-width: 1760px) {
    html {
        font-size: .55vw;
    }

    .menu-burger {
        width: 9rem;
        height: 9rem;
    }

    .header,
    .header .container {
        height: 9rem;
    }

    .menu-block {
        top: 9rem;
        height: calc(100vh - 9rem);
    }
}

@media (max-width: 1620px) {
    html {
        font-size: .55vw;
    }

    .header .container {
        padding-left: calc(9rem + 20px);
    }

    .related-slide {
        width: 60rem;
    }

    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1440px) {
    html {
        font-size: 0.58vw;
    }

    .label {
        font-size: 1.5rem;
    }

}

@media (max-width: 1280px) {
    html {
        font-size: .65vw;
    }

    h1,
    .h1 {
        font-size: 6.5rem;
    }

    .city-select {
        padding-left: 40px;
    }

    .header .city-select.mobile {
        display: flex !important;
        font-size: 16px;
    }

    .filter-block__options .filter-block__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/* 1280 */
@media (max-width: 1023px) {
    .product-card__slider-preview {
        width: 9rem;
        height: 60rem;
        display: none;
    }

    .product-card__details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-card__left {
        width: 40%;
    }

    .product-card__right {
        width: 60%;
        padding-left: 1rem;
    }

    .product-card__detail__column {
        width: 100%;
    }

    .product-card__slider {
        width: 100%;
        height: 50rem;
        margin-left: 0;
    }

    .product-card__slider .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        width: 30px;
        height: 30px;
        z-index: 1;
    }

    .product-card__slider .slick-arrow svg {
        width: 100%;
        height: 100%;
    }

    .product-card__slider .prev-arrow {
        left: 10px;
    }

    .product-card__slider .next-arrow {
        right: 10px;
    }

}

/*1023*/
@media (max-width: 901px) {
    html {
        font-size: 1vw;
    }

    .top-banner-block {
        padding-bottom: 6rem;
    }

    .top-banner__img {
        width: 50rem;
    }

    .top-banner__content {
        width: 100%;
    }

    .top-banner__descr {
        max-width: calc(100% - 51rem);
    }

    .top-banner__descr h1,
    .top-banner__descr .h1 {
        font-size: 4rem;
    }

    .top-banner__descr h1 br,
    .top-banner__descr .h1 br {
        display: none;
    }

    .desctop {
        display: none !important;
    }

    .tablet {
        display: block !important;
    }

    .tablet.flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .menu-block .header-action {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
        font-size: 2.4rem;
    }

    .menu-block .header-action-add-organization {
        margin-top: 30px;
    }

    .menu-block .header-action__icon {
        width: 25px;
        height: 25px;
        background-color: transparent;
    }

    .menu-block .header-action__icon .icon {
        width: 100%;
        height: 100%;
    }

    h2,
    .h2 {
        font-size: 4rem;
    }

    h3,
    .h3 {
        font-size: 3rem;
    }

    .service-in-city__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .badge {
        font-size: 12px;
        padding: 0.5em 1em;
    }

    .link-text {
        font-size: 3rem;
    }

    .options-block__content__btn:not(:last-child) {
        margin-right: 1rem;
    }

    .options-block__content {
        padding: 3rem;
    }

    .filter-block {
        padding: 4rem;
    }

    .filter-block__options {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter-block__options .filter-block__item {
        width: 23%;
    }

    .filter-block__options .filter-block__item:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .input--lg {
        height: 50px;
    }

    .seach-submit {
        height: 50px;
    }

    .ui-slider .ui-slider-handle {
        border: 1px solid #fff;
    }

    .related-slide {
        width: 40rem;
    }
}

/* 901 */
@media (max-width: 767px) {
    .header,
    .header .container {
        height: 50px;
    }

    .menu-block {
        top: 50px;
        height: calc(100vh - 50px);
    }

    .menu-burger {
        width: 50px;
        height: 50px;
    }

    .menu-burger__btn {
        width: 22px;
        height: 15px;
    }

    .logo {
        font-size: 20px;
    }

    .header .logo {
        margin-left: 15px;
    }

    .header .container {
        padding-left: 50px;
    }

    .header .header-action {
        font-size: 12px;
    }

    .mobile {
        display: block !important;
    }

    .hidden-mobile {
        display: none !important;
    }

    .menu-block {
        padding: 50px 20px;
        width: 100%;
        font-size: 18px;
    }

    .menu-block .header-action {
        font-size: 16px;
    }

    .menu-block .header-action__icon {
        width: 20px;
        height: 20px;
    }

    .menu-block a {
        margin-bottom: 15px;
    }

    .menu-block-contact-content p {
        margin: 0 0 10px 0;
    }

    .menu-block-contact-number {
        display: inline-flex;
    }

    .menu-block-contact-number .whatsapp {
        margin-left: 6px;
    }

    .menu-block-contact-content,
    .menu-block-contact-content p {
        font-size: 15px;
    }

    .city-select {
        height: 30px;
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .menu + .menu-block__link {
        margin-top: 30px;
    }

    .menu-block .accardion-item .accordion__title span:after {
        top: 25%;
    }

    .menu-block .accardion-item.active__item .accordion__title span:after {
        top: 45%;
    }

    .top-banner__img {
        position: relative;
        top: 0;
        width: 100%;
        text-align: center;
    }

    .top-banner__img img {
        max-width: 300px;
    }

    .top-banner__descr {
        max-width: none;
        width: 100%;
        margin-bottom: 40px;
    }

    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    .top-banner__descr .h1 {
        font-size: 26px;
    }

    p {
        font-size: 16px;
    }

    .top-banner__descr p {
        max-width: none;
    }

    .service-slider__arrows-block {
        display: none;
    }

    .service-slider__item__title {
        font-size: 16px;
    }

    .service-in-city-block .h2 {
        line-height: 1.3;
        text-align: center;
    }

    .ui-slider .ui-slider-handle {
        border: none;
        width: 20px;
        height: 20px;
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: -9px;
    }

    .filter-block__search {
        margin-bottom: 30px;
    }

    .slider-range__text {
        font-size: 16px;
    }

    .filter-block__options:first-child {
        width: 100%;
    }

    .filter-block__options .filter-block__item {
        width: 48%;
        margin-bottom: 20px;
    }

    .select {
        font-size: 14px;
    }

    .filter-block {
        margin-bottom: 50px;
    }

    .breadcrumbs {
        padding: 15px 0 20px;
    }

    .checkbox label {
        font-size: 14px;
    }

    .place-features {
        margin: 30px 0;
    }

    .place-feature__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-top: 15px;
        padding-bottom: 18px;
    }

    .place-feature__list li {
        width: auto;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .checkbox .counter {
        font-size: 10px;
        width: 25px;
        height: 25px;
    }

    .checkbox label {
        padding: 0 10px;
    }

    .place-feature__list li:nth-child(n + 7) {
        display: block;
    }

    .show-features {
        display: none;
    }

    .related-slide {
        width: 220px;
    }

    .related__arrows {
        display: none;
    }

    .related-slide__img .add-to-favorite {
        right: 10px;
        top: 10px;
    }

    .related-slide__descr .h3 {
        font-size: 16px;
    }

    .related-slide__descr p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .related-slide__raiting {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .related-slide__raiting .icon {
        width: 14px;
        height: 14px;
    }

    .old-price {
        font-size: 15px;
    }

    .current-price {
        font-size: 18px;
    }

    .reviews-block {
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 30px;
    }

    .reviews__item {
        width: 280px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .avatar {
        width: 60px;
        height: 60px;
    }

    .reviews__content {
        padding: 50px 20px 30px;
    }

    .autor-name {
        font-size: 18px;
    }

    .review-link,
    .author-date {
        font-size: 14px;
    }

    .review-body {
        margin-bottom: 10px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    .seo-text p {
        font-size: 14px;
    }

    .product-card__left {
        display: none;
    }

    .product-card__right {
        width: 100%;
        padding-left: 0;
    }

    .product-card__right .slick-list {
        overflow: visible;
    }

    .product-card__right .product-card__slider {
        display: block;
        height: 350px;
        margin-bottom: 30px;
    }

    .product-card__right .product-card__slider .slide {
        width: 300px;
        padding-right: 10px;
    }

    .product-card__right h2,
    .product-card__right .h2 {
        font-size: 22px;
    }

    .product-card__title {
        margin-bottom: 1em;
    }

    .product-card__options__item {
        font-size: 12px;
    }

    .product-card__options__item .point__raiting {
        font-size: 12px;
    }

    .product-card__detail__column__item span,
    .btn,
    .label,
    .tab-content p {
        font-size: 14px;
    }

    .product-card__detail__column__item {
        font-size: 24px;
    }

    .product-card__detail__column__item .text-small {
        font-size: 16px;
    }

    .product-card__cta .btn {
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .product-card__labels li {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .tab-list {
        overflow-x: auto;
    }

    .tab-list li {
        font-size: 16px;
    }

    .map {
        height: 500px;
        padding-bottom: 60px;
    }

    body.with-new-header {
        padding-top: 50px;
    }

    .header {
        background-color: #ffffff;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 12;
    }

    .balloon-slider .slick-prev,
    .balloon-slider .slick-next {
        display: block !important;
    }

    .balloon-slider .slick-next {
        right: 15px;
    }

    .balloon-slider .slick-prev {
        left: 15px;
    }

    .header .header-tg:before {
        width: 30px;
        height: 24px;
    }
}

/* 767 */
@media (max-width: 480px) {
    .link-text {
        line-height: 1.3;
        font-size: 12px;
    }

    .link-text .icon {
        display: none;
    }

    .related-slide {
        width: 320px;
    }
}

/* 480 */
@media (max-width: 340px) {
    .related-slide {
        width: 280px;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/locations.list/mobile/style.css?16691150192718*/
.mobile-region-choose-cont, .mobile-metro-choose-cont {
    display: none;
}

@media (max-width: 767px) {
    .mobile-metro-choose-cont, .mobile-region-choose-cont {
        width: 100%;
        height: 100%;
        background: rgba(240, 240, 240, 0.8);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .mobile-metro-choose-cont.open, .mobile-region-choose-cont.open {
        display: block;
        position: fixed;
        z-index: 18;
        overflow: auto;
        top: 0;
    }

    .mobile-metro-choose-cont .mobile-menu-head, .mobile-region-choose-cont .mobile-menu-head {
        display: flex;
        width: 100%;
        background: #ffffff;
    }

    .mobile-metro-choose-cont .mobile-menu-head .mobile-logo,
    .mobile-region-choose-cont .mobile-menu-head .mobile-logo {
        margin: 9px 0 0 14px;
    }

    .mobile-metro-choose-cont .mobile-menu-head .mobile-tools a,
    .mobile-region-choose-cont .mobile-menu-head .mobile-tools a {
        width: 50px;
        height: 50px;
        background-color: var(--grey-bg);
        position: relative;
        display: block;
    }

    .mobile-metro-choose-cont .mobile-menu-head .mobile-tools a:before,
    .mobile-region-choose-cont .mobile-menu-head .mobile-tools a:before {
        content: '';
        background: url('/local/templates/new/images/svg-close.svg') no-repeat;
        background-size: contain;
        filter: grayscale(100%) opacity(0.4);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 15px;
        transform: translate(-50%, -50%);
    }

    .mobile-metro-choose-cont ul, .mobile-region-choose-cont ul {
        list-style: none;
        padding: 0;
        margin-left: 0;
    }

    .mobile-metro-choose-cont ul a, .mobile-region-choose-cont ul a {
        color: var(--black);
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        padding-bottom: 15px;
        /*line-height: 45px;*/
        text-decoration: none;
        margin-left: 15px;
        width: 100%;
        display: block;
        position: relative;
    }
    .mobile-metro-choose-cont ul a:first-child, .mobile-region-choose-cont ul a:first-child{
        padding-top: 15px;
    }

    .mobile-metro-choose-cont ul li, .mobile-region-choose-cont ul li {
        display: flex;
        justify-content: space-between;
    }

    .mobile-metro-choose-cont ul span, .mobile-region-choose-cont ul span {
        color: #D00025;
        margin-right: 15px;
        margin-top: 9px;
        font-size: 18px;
    }

    .mobile-metro-choose-cont ul a.letter, .mobile-region-choose-cont ul a.letter {
        color: #d00026;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/news.list/city_list/style.css?16509583381756*/
.mobile-city-choose-cont {
    width: 100%;
    height: 100%;
    background: #1A181F;
}

.promo-mobile-city-choose-cont {
    width: 100%;
    height: 100%;
    background: #1A181F;
    display: none;
}

.mobile-city-choose-cont.open,
.promo-mobile-city-choose-cont.open {
    display: block;
    position: fixed;
    z-index: 23;
    overflow: auto;
}

.mobile-city-choose-cont .mobile-menu-head,
.promo-mobile-city-choose-cont .mobile-menu-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #100F15;
}

.mobile-city-choose-cont .mobile-menu-head .mobile-logo,
.promo-mobile-city-choose-cont .mobile-menu-head .mobile-logo {
    margin: 9px 0 0 14px;
}

.mobile-city-choose-cont .mobile-menu-head .mobile-tools a,
.promo-mobile-city-choose-cont .mobile-menu-head .mobile-tools a {
    width: 50px;
    height: 50px;
    border-left: 1px solid #100F15;
    position: relative;
    display: block;
}

.mobile-city-choose-cont .mobile-menu-head .mobile-tools a:before,
.promo-mobile-city-choose-cont .mobile-menu-head .mobile-tools a:before {
    content: url(/local/templates/new/images/close_white.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobile-city-choose-cont ul,
.promo-mobile-city-choose-cont ul {
    list-style: none;
    padding: 0;
    margin-left: 15px;
}

.mobile-city-choose-cont ul a,
.promo-mobile-city-choose-cont ul a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    position: relative;
}

.mobile-city-choose-cont ul a.letter,
.promo-mobile-city-choose-cont ul a.letter {
    color: #d00026;
}
/* End */


/* Start:/local/templates/new/template_styles.css?17506800619624*/
.title-before-filter__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-before-filter__block-refresh-notice {
    font-weight: 700;
    color: #D00025;
    padding: 0 15px;
}
.free-masters__block {
    margin-bottom: 20px;
}
.free-masters__block-header {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-weight: 700;
    cursor: pointer;
    color: #898989;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    transition: all .2s;
}
.free-masters__block-header::after {
    display: block;
    content: '';
    background: url(/local/templates/new/icons/arrow-bottom-red.svg) center no-repeat;
    width: 12px;
    height: 8px;
    transition: all .2s;
}
.free-masters__block-body {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 20px;
    background: #fff;
    margin: 2px 0;
    border-radius: 10px;
    gap: 10px;
    height: 0;
    transition: all .2s;
    overflow: hidden;
}
.free-masters__block.active .free-masters__block-header {
    color: #000;
    border-radius: 10px 10px 0 0;
}
.free-masters__block.active .free-masters__block-header::after {
    transform: rotate(-180deg);
}
.free-masters__block.active .free-masters__block-body {
    border-radius: 0 0 10px 10px;
    padding: 20px;
    height: auto;
}
.free-masters__block-body {

}
.free-masters__block-body a {
    width: 24%;
    font-weight: 700;
    text-decoration: underline;
    color: #D00025;
}

/*   */
.job-banner-minimal {
    background-color: white;
    border: 2px solid #dc143c;
    padding: 20px 30px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 25px;
}
.job-banner-minimal .text {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.job-banner-minimal .btn {
    background-color: #dc143c;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}
.job-banner-minimal .btn:hover {
    background-color: #b91c3c;
    box-shadow: 0 2px 8px rgba(220,20,60,0.3);
}
/*   */

/*    */

.feedback-section {
    display: flex;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    max-width: 1440px;
    width: 100%;
    position: relative;
    height: 599px;
    align-items: center;
    margin: 50px auto;
}

.content-area {
    padding: 60px 50px;
    z-index: 2;
    position: relative;
}

.main-title {
    font-size: 48px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 24px;
    line-height: 1.2;
}

.description {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 40px;
    line-height: 1.6;
}

.form-container {

}

.form-group {
    margin-bottom: 24px;
}

.form-input {
    width: 100%;
    padding: 18px 20px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    background: #F4F7F7;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-input:focus {
    outline: none;
    border-color: #007bff;
    background: white;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.1);
    transform: translateY(-2px);
}

.form-input::placeholder {
    color: #adb5bd;
    font-weight: 400;
}

.submit-button {
    background: #dc3545;
    color: white;
    border: none;
    padding: 18px 36px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.2);
}

.submit-button:hover {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
}

.submit-button:active {
    transform: translateY(0);
}
.laptop-area {
    position: relative;
    top: -20px;
    width: 50%;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.success-message {
    background: #d4edda;
    color: #155724;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #c3e6cb;
    display: none;
    animation: slideIn 0.5s ease;
}

@keyframes slideIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
/*    */

@media (max-width: 767px) {
    .main-title {
        font-size: 30px;
    }
    .feedback-section {
        height: auto;
        margin: 20px auto;
        flex-direction: column;
    }
    .content-area {
        padding: 20px;
    }
    .form-input {
        width: 88%;
    }
    .form-group, .submit-button {
        width: 287px;
    }
    .laptop-area {
        margin: 20px auto;
    }
    .laptop-area img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .title-before-filter__block {
        align-items: normal;
        flex-direction: column;
    }
    .title-before-filter__block-refresh-notice {
        font-size: 16px;
    }
    .free-masters__block-body a {
        width: 48%;
    }
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(2px);
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal {
    transform: scale(1) translateY(0);
}

.modal-header {
    padding: 32px 32px 0;
    position: relative;
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0;
    padding-right: 40px;
}

.modal-close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    background: url(/local/templates/account/images/close_mobile_booking.png) center no-repeat;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.modal-body {
    padding: 32px;
}

.form-group {
    margin-bottom: 24px;
}

.form-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.form-input {
    width: 90%;
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.2s;
    background: #f9fafb;
    font-family: inherit;
}

.form-input:focus {
    outline: none;
    background: white;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.form-input::placeholder {
    color: #9ca3af;
}

.textarea-input {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

.button-group {
    display: flex;
    gap: 12px;
    margin-top: 32px;
}

.modal-btn {
    flex: 1;
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid transparent;
}

.btn-primary {
    background: #dc3545;
    color: white;
    border-color: #dc3545;
}

.btn-primary:hover {
    background: #c82333;
    border-color: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.btn-secondary {
    background: white;
    color: #dc3545;
    border-color: #dc3545;
}

.btn-secondary:hover {
    background: #f8f9fa;
    transform: translateY(-1px);
}

.modal-btn:active {
    transform: translateY(0);
}

/*    */
.fade-in {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(20px);
}

.fade-in:nth-child(1) { animation-delay: 0.1s; }
.fade-in:nth-child(2) { animation-delay: 0.2s; }
.fade-in:nth-child(3) { animation-delay: 0.3s; }
.fade-in:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*  */
@media (max-width: 640px) {
    .modal {
        width: 95%;
        margin: 20px;
        border-radius: 12px;
    }

    .modal-header {
        padding: 24px 24px 0;
    }

    .modal-body {
        padding: 24px;
    }

    .modal-title {
        font-size: 20px;
        padding-right: 35px;
    }

    .modal-close-button {
        top: 20px;
        right: 20px;
        width: 28px;
        height: 28px;
        font-size: 20px;
    }

    .form-input {
        padding: 14px 16px;
        font-size: 16px; /*    iOS */
    }

    .modal-btn{
        padding: 14px 20px;
        font-size: 15px;
    }

    .button-group {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .modal {
        width: calc(100% - 20px);
        margin: 10px;
    }

    .modal-header {
        padding: 20px 20px 0;
    }

    .modal-body {
        padding: 20px;
    }

    .modal-title {
        font-size: 18px;
    }
}

@media (max-height: 600px) {
    .modal-overlay {
        align-items: flex-start;
        padding: 20px 0;
    }

    .modal {
        margin-top: 20px;
    }
}
/* End */
/* /local/templates/new/css/style.css?174135369538492 */
/* /local/templates/new/css/slick.css?16052522211796 */
/* /local/templates/new/css/slick-theme.css?16052522212837 */
/* /local/templates/new/css/jquery.arcticmodal-0.3.css?16052522211666 */
/* /local/templates/new/css/fancybox.min.css?160525222112795 */
/* /local/templates/new/css/style_new_header.css?174341028529546 */
/* /local/templates/new/components/bitrix/locations.list/mobile/style.css?16691150192718 */
/* /local/templates/new/components/bitrix/news.list/city_list/style.css?16509583381756 */
/* /local/templates/new/template_styles.css?17506800619624 */
