/* delete  */

body>section.sercives>div>div.services__tab_wrapper>div.services__tab__table>table>tbody.pick_table.active_tab>tr:nth-child(5) {
    display: none;
}

body>section.sercives>div>div.services__tab_wrapper>div.services__tab__table>div>table>tbody.pick_table.active_tab>tr:nth-child(5) {
    display: none;
}


/* delete  */

* {
    font-family: 'Bebas Neue';
}

*:focus {
    outline: none;
}

body {
    background-color: #141414;
    color: #fff;
}

.stick {
    /*padding-top: 84px;*/
}

.button {
    font-family: 'Montserrat';
    text-decoration: none;
}

.container {
    max-width: 1760px;
    margin: auto;
    width: 100%;
}

.desctop_hidden {
    display: none;
}

.on_mobile_alert {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    background: #141414;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 64px;
    display: none;
}

.mobile_bottom_links_single {
    text-decoration: none;
}

.bradcrumber {
    margin: 108px 0 30px 0;
}

.bradcrumber div a {
    text-decoration: none;
}

.bradcrumber div a:after {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    content: '/';
    color: #AF944D;
    margin: 0 8px;
}

.bradcrumber div a span {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #AF944D;
}

.bradcrumber div>span:last-child {
    color: #F4F4F4;
}

.header {
    position: relative;
    transition: .2s;
}

.header.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 16;
    background: transparent;
    background-color: transparent;
    transition: .4s;
}

.header.sticky.plusbg {
    background-color: #141414;
}

.header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 12px 0;
}

.header__logo_wrap svg {
    height: 54px;
}

.header__nav {
    display: flex;
    align-items: center;
}

.header__nav_wrap,
.social_wrapper,
.header__feedback__wrap {
    position: relative;
    top: 7px;
}

.header__nav ul {
    display: flex;
    margin: 0;
}

.header__nav li {
    list-style-type: none;
    margin-right: 35px;
}

.header__nav li a {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    transition: .2s;
    white-space: nowrap;
}

.header__nav li a:hover {
    color: #af944d;
}

.search_wrap {
    cursor: pointer;
}

.region {
    /*background-image: url(/bitrix/templates/2k21/assets/img/arrow_down.png);*/
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 23px;
    margin-right: 40px;
    cursor: pointer;
}

.region:after {
    content: '';
    border: 5px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 5px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-top: 7px solid #af944d;
    position: absolute;
    right: 5px;
    top: 5px;
}

.region .active {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #AF944D;
}

.social_wrapper {
    display: flex;
    height: 100%;
    align-items: center;
}

.socials {
    display: flex;
}

.socials a {
    margin-right: 16px;
}

.socials a img {
    transition: 0.2s;
    height: 18px;
}

.header__feedback__wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header__feedback__wrap .phone {
    margin-right: 42px;
}

.header__feedback__wrap .phone a {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s;
}

.header__feedback__wrap .phone a:hover {
    color: #af944d;
}

.header__feedback__button {
    width: 176px;
    height: 56px;
    background: #141414;
    border: 2px solid #019400;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #019400;
    cursor: pointer;
}

.header__feedback__button:hover {
    background: #019400;
    color: #fff;
}

.service_menu_wrapper,
.barber_menu_wrapper {
    opacity: 0;
    z-index: -1;
    background: #141414;
    transition: top .4s ease;
    position: absolute;
    top: 150vh;
    left: 0;
    width: 100%;
}

.service_menu_wrapper.show,
.barber_menu_wrapper.show {
    opacity: 1;
    z-index: 10;
    top: 99%;
}

.barber_photo img {
    max-width: 500px;
}

.hero {
    min-height: 930px;
    position: relative;
    overflow: hidden;
}

.hero__text {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 170px;
    width: 70%;
}

.hero__text__head {
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 80px;
    color: #e1bf66;
}

.hero__text__time {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    margin-bottom: 40px;
    width: 50%;
}

.hero__text__time span {
    font-weight: 500;
    font-size: 22px;
}

.hero__text__desc {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    width: 50%;
}

.hero__text__time,
.hero__text__time_two,
.hero__text__desc {
    margin-bottom: 20px;
    font-size: 50px;
    width: auto;
    font-weight: 400;
    line-height: 37px;
}

.hero__text__time_two {
    color: #af944d;
}

.hero__text__desc {
    font-weight: 300;
    font-size: 34px;
}

.hero__slider {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.hero__slider__single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__slider .slider__dots {
    display: none !important;
    display: inline-flex;
    position: absolute;
    bottom: 20%;
    right: 0;
    z-index: 5;
    width: 50%;
    align-items: center;
}

.hero__slider::after,
.numbers {
    display: none !important;
}

.hero__slider .slider__dots:before {
    content: '';
    position: absolute;
    width: 225px;
    height: 4px;
    left: 4px;
    background: #5D5B60;
    bottom: calc(100% + 28px);
}

.hero__slider .slider__dots li {
    width: 169px;
    height: 80px;
    margin-right: 24px;
    transition: 0.3s;
    border: 1px solid transparent;
    position: static;
}

.hero__slider .slider__dots li.slick-active,
.hero__slider .slider__dots li:hover {
    border: 1px solid #AF944D;
    width: 225px;
    height: 117px;
}

.hero__slider .slider__dots li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slidenum {
    font-weight: bold;
    font-size: 40px;
    line-height: 88px;
    color: #F4F4F4;
    position: absolute;
    left: 0;
    bottom: 100%;
    display: none;
    margin-bottom: 21px;
}

.slick-active .slidenum {
    display: block;
}

.line {
    display: block;
    position: absolute;
    bottom: calc(100% + 27px);
    height: 6px;
    background: #AF944D;
    opacity: 0;
    transition: 0.3s;
}

.slick-active .line {
    opacity: 1;
}

.this_hide {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #AF944D;
    margin-top: 36px;
    margin-bottom: 10px;
    cursor: pointer;
}

.this_hide img {
    height: 14px;
    margin-right: 7px;
    position: relative;
    right: 0;
    transition: 0.3s;
}

.this_hide:hover img {
    right: 15px;
}

.submenu_wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 66px;
}

.submenu {
    display: flex;
    justify-content: space-around;
    flex-basis: 59%;
    margin-right: 25px;
}

.bmenuteam .submenu {
    flex-wrap: wrap;
    justify-content: space-between;
}

.submenu_column {
    margin-bottom: 80px;
}

.submenu_column {
    flex-basis: 30%;
    padding-top: 7%;
}

.submenu_column__head {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 32px;
}

.submenu_column ul {
    margin: 0;
    padding: 0;
}

.submenu_column ul li {
    list-style-type: none;
    padding: 8px 0;
}

.submenu_column ul li a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    transition: .2s;
}

.submenu_column ul li a:hover {
    color: #af944d;
}

.materials {
    color: #fff;
    text-decoration: none;
    height: 523px;
    width: 428px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.materials__head {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    text-align: right;
    color: #83744C;
    position: absolute;
    right: 100%;
    top: -24px;
    transform: rotate(270deg);
    z-index: 3;
    transform-origin: 100% 100%;
    transition: 0.3s;
}

.materials__mainpic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.materials__textblock {
    position: relative;
    bottom: 0;
    left: 0;
    flex-basis: 100%;
    height: auto;
    z-index: 3;
    padding: 0 23px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.materials_author_img {
    border-radius: 50%;
    margin-bottom: 16px;
}

.materials__subhead {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    display: flex;
    justify-content: flex-start;
    flex-basis: 100%;
    margin-bottom: 16px;
}

.materials_views {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.44px;
    flex-basis: calc(50% - 25px);
    background-image: url(/bitrix/templates/2k21/assets/img/menu/views.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.materials__dater {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    flex-basis: 50%;
}

.barber_in_header {
    width: 471px;
    height: 584px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0;
    filter: grayscale(1);
    transition: 0.3s;
}

.barber_in_header.visib {
    opacity: 1;
}

.barber_in_header.visib {
    position: relative;
}

.barber_in_header.visib::after {
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(56% 56% at 48.44% 46.75%, rgba(20, 20, 20, 0) 0%, #141414 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.barber_menu_wrapper .submenu_wrap {
    margin-bottom: 0;
}

.barber_menu_wrapper .submenu {
    flex-basis: 56%;
}

.barber_menu_wrapper .submenu_column {
    position: relative;
    padding-top: 7px;
}

.barber_menu_wrapper .submenu_column__head {
    position: absolute;
    top: 0;
    right: calc(100% + 16px);
    transform: rotate(270deg);
    transform-origin: 100% 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #83744C;
}

.region {
    position: relative;
}

.region__dropdown {
    padding: 4px 24px;
    background-color: #141414;
    position: absolute;
    top: calc(100% + 46px);
    z-index: -10;
    opacity: 0;
    width: 144px;
    left: -49px;
    transition: opacity 0.3s ease;
    top: -240vh;
}

.region__dropdown.show {
    opacity: 1;
    z-index: 10;
    top: calc(100% + 46px);
}

.region__dropdown:before {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-bottom: 10px solid #141414;
    position: absolute;
    left: calc(50% - 10px);
    bottom: 100%;
    z-index: 10;
}

.region__dropdown ul {
    padding: 0
}

.region__dropdown ul li {
    margin-bottom: 12px;
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.region__dropdown ul li a {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #F4F4F4;
    transition: 0.3s;
}

.region__dropdown ul li a:hover {
    color: #D7BE7D;
}

.region__dropdown ul li a.new {
    position: relative;
}

.region__dropdown ul li a.new:after {
    content: 'NEW';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    color: #D7BE7D;
    left: 100%;
    bottom: 100%;
    position: absolute;
}

.popular {
    padding: 200px 0 57px 0;
    display: none !important;
}

.popular__container {
    position: relative;
    min-height: 1340px;
}

.poplar_text_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.popular__text__column {
    flex-basis: 38%;
}

.popular__text__head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    color: #FFFFFF;
    margin-bottom: 60px;
    margin-top: 86px;
}

.popular__text__column:first-child .popular__text {
    max-width: 428px;
}

.popular__text__column:last-child {
    padding-top: 86px;
    flex-basis: 39%;
    padding-right: 35px;
}

.popular__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    margin-bottom: 50px;
}

.popular__text li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
}

.popular__text__link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    color: #AF944D;
}

.popular__text__link img {
    position: relative;
    transition: 0.3s;
    left: 0;
}

.popular__text__link:hover img {
    left: 15px;
}

.popular_images {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-image: url(/bitrix/templates/2k21/assets/img/bgs/popular_bg.png);
    background-position: 60% 2%;
    background-repeat: no-repeat;
    background-size: 586px;
}

.popular_images>img {
    position: absolute;
    transition: 2s;
    transition-delay: 0.1s;
}

.popular_images>img:nth-child(1) {
    left: -100%;
    top: -100%;
    transition-delay: 0.3s;
}

.popular_images>img:nth-child(2) {
    right: -100%;
    bottom: -100%;
    transition-delay: 0.5s;
}

.popular_images>img:nth-child(3) {
    left: -100%;
    bottom: -100%;
    transition-delay: 0.6s;
}

.popular_images>img:nth-child(4) {
    left: -100%;
    bottom: -100%;
    transition-delay: 0.8s;
}

.in_visible .popular_images>img:nth-child(1) {
    left: 8%;
    top: 0;
    max-width: 724px;
}

.in_visible .popular_images>img:nth-child(2) {
    right: 0;
    bottom: 9%;
    max-width: 724px;
}

.in_visible .popular_images>img:nth-child(3) {
    left: 0;
    bottom: 0;
    z-index: 2;
    max-width: 592px;
}

.in_visible .popular_images>img:nth-child(4) {
    bottom: 12%;
    left: 29%;
    z-index: 3;
    max-width: 620px
}

.sercives {
    background-image: url(/bitrix/templates/2k21/assets/img/price-bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
}

.services-container {
    overflow: visible;
}

.services__head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    margin-top: 122px;
    margin-bottom: 52px;
}

.services__tab__picker {
    display: flex;
    margin-bottom: 91px;
    padding-left: 9.5%;
    position: relative;
}

.services__tab__picker>div {
    margin-right: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.25px;
    color: #83744C;
    transition: .3s;
    cursor: pointer;
    min-height: 62px;
}

.services__tab__picker>div.active_tab,
.services__tab__picker>div:hover {
    font-style: normal;
    font-weight: bold;
    font-size: 62px;
    line-height: 36px;
    color: #AF944D;
}

.services__tab__picker>div:hover~.active_tab,
.services__tab__picker>div:hover+.active_tab {
    font-size: 24px !important;
    line-height: 24px;
    color: #83744C;
}

.services__tab__table {
    width: 50%
}

.services__tab__table table {
    width: 100%
}

.services__tab__table table tr {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.services__tab__table table td {
    flex-basis: 15%;
    transition: 0.3s;
    text-align: center;
}

.services__tab__table table td:first-child {
    text-align: left;
}

.services__tab__table table td:first-child {
    flex-basis: 35%;
}

.services__tab__table thead {
    width: 100%
}

.services__tab__table thead tr {
    margin-bottom: 44px;
}

.services__tab__table thead td {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.25px;
}

.services__tab__table thead td:first-child {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    color: #FFFFFF;
}

.services__tab__table tbody {
    width: 100%;
    display: block;
    overflow: hidden;
    opacity: 0;
    height: 0;
    border: 0 solid transparent;
    transition: right 0.3s ease;
    position: relative;
    right: 100vh;
}

.services__tab__table a {
    font-family: 'Montserrat';
    text-decoration: none;
    color: #fff;
}

.pricepage .services__tab__table {
    width: 100%;
    margin-left: 0;
}

.pricetable_container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    position: relative;
}

.pricepage .services__tab__table table {
    width: 60%;
    max-width: 930px;
    position: relative;
    z-index: 4;
}

.pricepage .services__tab__table table td {
    flex-basis: 21%;
}

.pricepage .services__tab__table .subservices_tr table td {
    flex-basis: 23%;
}

.pricepage .services__tab__table table td:first-child {
    flex-basis: 36%;
}

.pricepage .services__tab__table .subservices_tr table td:first-child {
    flex-basis: calc(36% - 20px);
}

.pricepage .services__tab__table table td.subservices_td {
    flex-basis: 100%;
    padding-left: 20px;
    border-bottom: 2px solid #83744C;
}

.pricepage .services__tab__table .pricetable_container table tr {
    justify-content: flex-start;
}

.pricepage .services__tab__table tbody td:not(.subservices_td):first-child span:first-child {
    color: #fff;
}

.pricetable_container tr.new {
    position: relative;
}

.pricetable_container tr.new:after {
    content: 'NEW';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 12px;
    color: #D7BE7D;
    left: 100%;
    bottom: 94%;
    position: absolute;
}

.pick_table tr.new {
    position: relative;
}

.pick_table tr.new:after {
    content: 'NEW';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 12px;
    color: #D7BE7D;
    left: 100%;
    bottom: 94%;
    position: absolute;
}

.pricepage .services__tab__table tbody tr.subservices_parent td:not(.subservices_td):first-child span:first-child {
    position: relative;
}

.pricepage .services__tab__table tbody tr.subservices_parent .subservices_toggle {
    background-image: url(../img/arrow_bottom.svg);
    width: 16px;
    height: 10px;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
}

.pricepage .services__tab__table tbody tr.subservices_parent.active .subservices_toggle {
    background-image: url(../img/arrow_top.svg);
}

.pricepage .onhover_tips {
    background: rgb(20, 20, 20, 0.6);
}

.pricepage .services__tab__table .subservices_tr {
    display: none;
    cursor: pointer;
}

.pricetable_container>img {
    position: absolute;
    right: 0;
    top: 1%;
}

#pricestrig>img {
    right: 17%;
    top: -2%;
    z-index: 2;
}

#pricestrig>img:last-child {
    top: auto;
    bottom: 19%;
    z-index: 1;
    right: 0;
}

#priceuhod>img {
    right: 27%;
    top: 0;
    z-index: 1;
}

#priceuhod>img:last-child {
    top: auto;
    bottom: 19%;
    z-index: 1;
    right: 0;
}

.pricepage .services__tab__table tbody {
    border: 2px solid #83744C;
    border-right: 0;
    border-left: 0;
    padding: 16px 0 44px 0;
    margin-bottom: 154px;
    overflow: visible;
}

.pricepage .services__tab__table .subservices_tr tbody {
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.pricepage .services__tab__table .subservices_tr table {
    width: 100%;
}

.pricepage .services__tab__table thead td:first-child {
    font-size: 80px;
    line-height: 80px;
}

.pricepage .services__tab__table table thead tr {
    align-items: flex-end;
}

.pricepage .pick_table {
    display: block;
    height: auto;
    opacity: 1;
    right: 0;
}

.services__tab__table tbody.active_tab {
    padding: 16px 0 0 0;
    border-top: 2px solid #83744C;
    border-bottom: 2px solid #83744C;
    height: auto;
    opacity: 1;
    overflow: visible;
    right: 0;
}

.services__tab__table tbody tr {
    position: relative;
}

.services__tab__table tbody td,
.services__tab__table tbody td span,
.services__tab__table .subservices_tr tbody td,
.services__tab__table .subservices_tr tbody td span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #F4F4F4;
    padding-top: 7px;
    margin-bottom: 24px;
    transition: .3s;
}

.services__tab__table .subservices_tr tbody td,
.services__tab__table .subservices_tr tbody td span {
    margin-bottom: 20px;
}

.services__tab__table tbody td:first-child {
    padding-top: 0
}

.services__tab__table tbody td:not(.subservices_td):first-child span:first-child {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #AF944D;
    display: block;
    margin-bottom: 14px;
}

.services__tab__table .subservices_tr tbody td:first-child span:first-child {
    font-size: 20px;
}

.services__tab__table table td:nth-child(3),
.services__tab__table .subservices_tr table td:nth-child(3) {
    flex-basis: 20%;
}

.services__tab__table tbody td:first-child span:nth-child(2) {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #F4F4F4;
}

.services__tab__table tbody tr:not(.subservices_tr):hover td:first-child span:first-child {
    color: #D7BE7D;
}

.services__tab__table tbody tr:not(.subservices_tr):hover td,
.services__tab__table tbody tr:not(.subservices_tr):hover td span {
    color: #D7BE7D
}

.onhover_tips {
    position: absolute;
    left: calc(100% + 45px);
    top: -17px;
    width: 403px;
    min-height: 189px;
    border: 1px solid #5d5b60;
    border-radius: 3px;
    z-index: -1;
    opacity: 0;
    height: 0;
    transition: .3s;
    background-color: #141414;
}

tr:not(.subservices_tr):hover .onhover_tips {
    opacity: 1;
    height: auto;
    z-index: 3;
}

.onhover_tips:before {
    content: '';
    border: 1px solid #5d5b60;
    border-top-color: rgb(93, 91, 96);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(93, 91, 96);
    border-right-style: solid;
    border-right-width: 1px;
    background-color: #141414;
    background-size: 100%;
    width: 20px;
    position: absolute;
    right: calc(100% - 10px);
    top: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0 0 0 3px;
}

.onhover_tips:after {
    display: none;
    position: absolute;
    right: 100%;
    top: 12px;
    background: #141414;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    height: 36px;
    width: 19px;
}

.services__tab__table tbody tr td:first-child .onhover_tips span:first-child {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: 'Bebas Neue';
    padding: 37px 28px 22px 41px;
}

.services__tab__table tbody tr td:first-child .onhover_tips span:last-child {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 24px;
    color: #F4F4F4;
    display: block;
    padding: 0 30px 36px 42px;
}

.prica_navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 69px auto 50px;
    /*align-items: flex-end;
  margin: 69px auto 140px;*/
}

.prica_navigation h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 110px;
    line-height: 110px;
    color: #FFFFFF;
    margin: 0;
}

.prica_navigation__wrap {
    display: flex;
}

.prica_navigation__wrap a {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: 0.25px;
    color: #AF944D;
    margin: 0 15px;
    position: relative;
    transition: .1s;
    padding: 5px 6px 3px 6px;
}

.prica_navigation__wrap a:hover {
    color: #fff;
}

.prica_navigation__wrap a>* {
    z-index: 2;
    position: relative;
}

.prica_navigation__wrap a:after {
    content: '';
    left: 0;
    width: 0;
    top: 0;
    height: 100%;
    background: #AF944D;
    transition: .3s;
    position: absolute;
    z-index: 1;
}

.prica_navigation__wrap a:hover:after {
    width: 100%;
}

.sertificate_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 795px
}

.sertificate__text_block {
    flex-basis: 40%;
    padding-left: 9%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sertificate__text_block__head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    color: #FFFFFF;
    margin-bottom: 36px;
}

.sertificate__text_block__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    margin-bottom: 36px;
}

.sertificate__text_block__text span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
}

.sertificate__text_block__link {
    width: 134px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #141414;
    color: #AF944D;
    border: 2px solid #AF944D;
    box-sizing: border-box;
    border-radius: 5px;
    transition: .3s;
    font-weight: 600;
}

.sertificate__text_block__link:hover {
    background-color: #AF944D;
    color: #141414
}

.sertificate_image {
    flex-basis: 50%;
    overflow: hidden;
}

.sertificate_image__wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 100%;
    width: 100%;
}

.sertificate_image__wrap img {
    transition: top 1s ease;
    transition-delay: 1s;
    width: 100%;
    position: absolute;
    left: 0;
    top: 15%;
    object-fit: contain;
    height: 100%;
    z-index: 4
}

.sertificate_image__wrap img:first-child {
    z-index: 5;
    top: -6%;
}

.sertificate_image__wrap img:last-child {
    z-index: 3;
    top: 37%;
}

.in_visible .sertificate_image__wrap img:first-child {
    top: 9%;
}

.in_visible .sertificate_image__wrap img:last-child {
    top: 23%;
}

.triple_slide {
    padding: 138px 0 80px 0;
    background-position: center;
    background-size: auto 110%;
    background-repeat: no-repeat;
}

.triple_slide__container {
    display: flex;
    flex-wrap: wrap;
}

.triplehead {
    font-style: normal;
    font-weight: bold;
    font-size: 110px;
    line-height: 110px;
    color: #FFFFFF;
    flex-basis: 100%;
    padding-left: 10%;
    margin-bottom: 68px;
}

.triple_slide__left__wrapper {
    flex-basis: 31%;
    padding-left: 10%;
    padding-right: 8%;
}

.triple_slide_video_wrap {
    display: flex;
    flex-wrap: wrap;
}

.triple_video {
    flex-basis: 341px;
    width: 341px;
    height: 201px;
    background-position: center;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.triple_video img {
    transition: .3s;
}

.triple_video:hover img {
    transform: scale(1.2);
}

.triple_video_textblock {
    flex-basis: 188px;
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.triple_video_textblock_head {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.triple_video_textblock_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
}

.triple_slide__left_head {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    display: flex;
    color: #FFFFFF;
    margin-top: 16px;
}

.triple_slide__left_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    margin-top: 28px;
}

.triple_slide__left__link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    width: 100%;
    color: #AF944D;
    text-decoration: none;
    display: block;
    margin-top: 29px;
}

.triple_slide__left__link img {
    margin-left: 6px;
    position: relative;
    left: 0;
    transition: .3s;
}

.triple_slide__left__link:hover img {
    left: 10px;
}

.triple_slide_slidewrap {
    overflow: hidden;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.triple_slide_slidewrap .slick-list.draggable .slick-track {
    display: flex;
}

.triple_slide_slidewrap .single_triple_slider {
    min-width: 264px !important;
}

.mouseanimate {
    width: 158px;
    height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}

.mouseanimate:before {
    content: '';
    background: #AF944D;
    height: 2px;
    width: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
    border-radius: 0 0 5px 0;
}

.mouseanimate:after {
    content: '';
    background: #AF944D;
    height: 2px;
    width: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    transform: rotate(-45deg);
    transform-origin: 100% 0;
    border-radius: 4px 10px 5px 17px;
}

.mouseanimate .lf {
    width: 1%;
    animation: lf 3s ease infinite;
}

.mouseanimate .rg {
    width: calc(100% - 16%);
    animation: rg 3s ease infinite;
}

.mouseanimate span {
    width: 100%;
    height: 2px;
    background: #AF944D;
}

.mouseanimate img {
    position: absolute;
    left: 2%;
    width: 15%;
    animation: mouseimage 3s ease infinite;
}

@keyframes lf {
    0% {
        width: 1%
    }
    50% {
        width: 84%
    }
    100% {
        width: 1%
    }
}

@keyframes rg {
    0% {
        width: 83%
    }
    50% {
        width: 1%
    }
    100% {
        width: 83%
    }
}

@keyframes mouseimage {
    0% {
        left: 2%
    }
    50% {
        left: 85%
    }
    100% {
        left: 2%
    }
}

@keyframes ladoha {
    0% {
        left: 10%
    }
    50% {
        left: 68%
    }
    100% {
        left: 10%
    }
}

.triple_slide__slider {
    width: 100%;
    max-width: 880px
}

.single_triple_slider {
    background: transparent;
    padding: 32px 21px;
    background: rgb(0, 0, 0, 0.4);
    margin-right: 16px;
}

.single_triple_name {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    margin-bottom: 22px;
    min-height: 48px;
    text-decoration: none;
    display: block;
    transition: .3s;
}

.single_triple_name:hover {
    color: #AF944D;
}

.single_triple_time {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    display: inline-block;
    width: 50%;
    text-align: left;
}

.single_triple_price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    width: 48%;
    text-align: right;
    letter-spacing: 0.44px;
    color: #F4F4F4;
}

#srig {
    background-image: url(/bitrix/templates/2k21/assets/img/bgs/1.png);
}

#srig .triple_video {
    background-image: url(/bitrix/templates/2k21/assets/img/video/strijka.png);
}

#brit {
    background-image: url(/bitrix/templates/2k21/assets/img/bgs/2.png);
}

#brit .triple_video {
    background-image: url(/bitrix/templates/2k21/assets/img/video/strijka.png);
}

#uhod {
    background-image: url(/bitrix/templates/2k21/assets/img/bgs/3.png);
}

#uhod .triple_video {
    background-image: url(/bitrix/templates/2k21/assets/img/video/strijka.png);
}

.newsblog {
    padding: 93px 0 148px 0
}

.newsblog.actions>.container {
    display: flex;
    align-items: center;
    margin-bottom: 97px;
}

.newsblog_actiontext {
    max-width: 827px;
    flex-basis: 38%;
}

.newsblog.actions>.container .newsblog_head {
    margin-right: 15%;
    margin-bottom: 0;
}

.newsblog_head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 86px;
    color: #FFFFFF;
}

.single__newsblog_slide {
    position: relative;
    margin-right: 16px;
    border-radius: 9px;
    overflow: hidden;
}

.single__newsblog_slide>.newsbloc_hover_link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
}

.single__newsblog_slide:hover .newsblog_name {
    color: #af944d;
}

.single__newsblog_slide:hover>img {
    filter: grayscale(0);
}

.single__newsblog_slide>img,
.single__newsblog_slide>picture img {
    width: 100%;
    border-radius: 9px;
    height: 523px;
    object-fit: cover;
    filter: grayscale(1);
}

.single__newsblog_slide:after {
    content: '';
    background: linear-gradient(to top, rgb(0, 0, 0), rgb(0, 0, 0, 0));
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block;
    position: absolute;
}

.newsblog_slide__text {
    position: absolute;
    bottom: 3%;
    width: 86%;
    padding: 0 7%;
    left: 0;
    z-index: 4;
}

.newsblog_author img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 50%;
}

.newsblog_name {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 36px;
    margin: 16px 0;
    color: #FFFFFF;
    display: block;
    overflow: visible;
    height: auto;
    max-height: 100%;
}

.newsblog_slide_info {
    display: flex;
    justify-content: space-between;
}

.newsblog_name {
    transition: .3s;
}

.newsblog_slider .single__newsblog_slide:hover .newsblog_name {
    color: #af944d;
}

.single__newsblog_slide {
    overflow: hidden;
}

.single__newsblog_slide>img,
.single__newsblog_slide>picture img {
    transition: 1s;
}

.single__newsblog_slide:hover>img {
    transform: scale(1.05);
}

.newsblog_slide_views {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.44px;
    display: flex;
    color: #F4F4F4;
    align-items: center;
}

.newsblog_slide_views img {
    margin-right: 7px;
    width: 14px;
    height: 10px
}

.newsblog_slide_date {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
}

.newsblog_slider .slkp {
    top: 49%;
    z-index: 3;
    left: -35px;
}

.newsblog_slider .slkn {
    top: 49%;
    z-index: 3;
}

.background {
    text-align: center;
    background: url("background.jpg") top center;
    padding: 120px 10px;
}

.transparent {
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    background: #000;
    color: #FFF;
    mix-blend-mode: multiply;
    padding: 10px 20px;
    display: inline-block;
    /* text-shadow: 0 0 8px rgba(0,0,0,5), 0 2px 4px rgba(0,0,0,0.7); */
}

.lookbook_main {
    overflow: hidden;
    position: relative;
    height: 880px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlook_letters {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #141414;
    background-image: url(/bitrix/templates/2k21/assets/img/lookbook.png);
    background-attachment: fixed;
    background-position: 43% 68%;
    overflow: hidden;
    background-repeat: no-repeat;
}

.overlook_letters span {
    line-height: 50px;
    text-transform: uppercase;
    background: #000;
    color: #FFF;
    mix-blend-mode: multiply;
    font-weight: bold;
    font-size: 290px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lookbook_main__text {
    margin-top: 12.5%;
    max-width: 1051px;
    padding: 0 12px;
    text-align: center;
    z-index: 5;
}

.lookbook__head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    color: #FFFFFF;
}

.lookbook_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    color: #F4F4F4;
    margin: 16px 0;
}

.lookbook_link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #AF944D;
    text-decoration: none;
}

.lookbook_link img {
    margin-left: 6px;
    position: relative;
    left: 0;
    transition: .3s;
}

.lookbook_link:hover img {
    left: 15px;
}

.guests {
    padding: 118px 0 160px 0;
}

.guest_head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    color: #FFFFFF;
}

.guests_slider .slick-slide {
    position: relative;
}

.guests_slider .slick-slide a {
    position: absolute;
    width: 100%;
    bottom: 7%;
    left: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.guests_slider .slick-slide a img {
    position: relative;
    width: 28px;
    margin-right: 10px;
}

.guests_slider .slick-slide {
    height: 700px;
    overflow: hidden;
}

.guests_slider .slick-slide img {
    height: 100%;
    filter: grayscale(1);
    width: 100%;
    object-fit: cover;
    transition: 1s;
}

.guests_slider .slick-slide:hover img {
    filter: grayscale(0);
}

.guests_slider .slick-slide:hover img {
    transform: scale(1.05);
}

.guests_service_slider .slick-slide {
    position: relative;
}

.guests_service_slider .slick-slide a {
    position: absolute;
    width: 100%;
    bottom: 7%;
    left: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.guests_service_slider .slick-slide a img {
    position: relative;
    width: 28px;
    margin-right: 10px;
}

.guests_service_slider .slick-slide {
    height: 480px;
    overflow: hidden;
}

.guests_service_slider .slick-slide>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 1s;
}

.guests_service_slider .slick-slide:hover>img {
    transform: scale(1.05);
}

.footer_apps>a:nth-child(2)>img:nth-child(2) {
    display: none;
}

.barbers_slider .slkp,
.guests_service_slider .slkp {
    left: 25px;
    top: calc(50% - 16px);
    ;
    z-index: 3;
}

.barbers_slider .slkn,
.guests_service_slider .slkn {
    right: 25px;
    top: calc(50% - 16px);
    z-index: 3;
}

.footer_apps>a:nth-child(2)>img:nth-child(2) {
    display: none;
}

.barbers_slider .slkp,
.guests_slider .slkp {
    left: 25px;
    top: calc(50% - 16px);
    ;
    z-index: 3;
}

.barbers_slider .slkn,
.guests_slider .slkn {
    right: 25px;
    top: calc(50% - 16px);
    z-index: 3;
}

.barbers_slider .slick-slide {
    /*height: 735px;*/
    overflow: hidden;
}

.barbers_slider .slick-slide>a.barphoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
    object-position: top;
}

.barbers_slider .slick-slide:hover>a.barphoto img {
    filter: grayscale(0);
}

.barbers_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px
}

.barbers_head {
    flex-basis: 30%;
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.barbers_text {
    flex-basis: 50%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #F4F4F4;
    padding-right: 25%;
}

.barbers_slider .slick-slide {
    position: relative;
}

.about_barber_inslide {
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    bottom: 0;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.about_barber_name {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.about_barber_rank {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #F4F4F4;
    margin: 5px 0 5px 0;
}

.about_barber_buttons a {
    text-decoration: none;
}

.about_barber_buttons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.about_barber_buttons_insta {
    display: none;
}

.about_barber_buttons>a {
    transition: .3s;
}

.about_barber_buttons>a:hover {
    transform: scale(1.2);
}

.about_barber_buttons a:nth-child(2) {
    width: auto;
    display: inline-block;
    padding: 3px 0 0 0;
    font-size: 34px;
    color: #fff;
    text-decoration: none;
    display: none;
}

.about_barber_buttons_insta img {
    height: 28px;
}

.about_barber_buttons_zapis {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0 28px;
}

.about_barber_buttons_insta img {
    height: 28px
}

.about_level {
    background-image: url(/bitrix/templates/2k21/assets/img/bgs/adv_bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    padding: 160px 0;
    position: relative;
    overflow: hidden;
}

.about_level:after {
    content: '';
    background-image: url(/bitrix/templates/2k21/assets/img/bgs/overlay_adv.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about_level>* {
    position: relative;
    z-index: 3
}

.about_level_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about_level__description {
    flex-basis: 41%;
    margin-right: 146px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.about_level__description__head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 40px;
    color: #FFFFFF;
}

.about_level__description__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.about_level__description__adv {
    display: flex;
    flex-wrap: wrap;
}

.about_level__description__adv span {
    margin-right: 60px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    position: relative;
    right: 250%;
    color: #AF944D;
    transition: .6s;
}

.in_visible .about_level__description__adv span {
    right: 0;
}

.about_level__nums {
    flex-basis: 37%;
}

.about_level__nums_single {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 91px;
}

.about_level_digit {
    flex-basis: 30%;
    font-style: normal;
    font-weight: bold;
    font-size: 200px;
    line-height: 187px;
    color: #AF944D;
    position: relative;
    top: 250%;
    transition: .6s;
}

.about_level__nums__text {
    flex-basis: 60%;
    display: flex;
    flex-direction: column;
}

.about_level__nums__text__head {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.about_level__nums__text_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
}

.in_visible .about_level_digit {
    top: 0
}

.our_partners {
    padding: 100px 0
}

.partner_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our_partners__left {
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    flex-basis: 30%;
}

.our_partners_right {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    flex-basis: 42%;
    display: flex;
    align-items: center;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    padding-right: 22%;
}

.partner_slider {
    margin-top: 150px
}

.partner_slider img {
    width: 79%;
    height: 110px;
    object-fit: contain;
}

.partner_slider .slick-slide {
    position: relative;
}

.partner_slider .vector_partner {
    position: relative;
    z-index: 3;
    transition: .3s;
}

.partner_slider .color_partner {
    opacity: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: .3s;
    z-index: 1;
}

.partner_slider .slick-slide:hover .color_partner {
    z-index: 4;
    opacity: 1;
    background: #fff;
    display: none;
}

.partner_slider .slick-slide:hover .vector_partner {
    transform: scale(1.1);
    cursor: pointer;
}

.slickcustom_nav {
    position: absolute;
    width: 17px;
    top: 0;
    transition: .3s;
    cursor: pointer;
}

.slickcustom_nav:hover {
    width: 24px
}

.slickcustom_nav img {
    width: 100%
}

.slkp {
    left: -25px;
}

.slkn {
    right: -25px;
}

.shop_fly {
    background-image: url(/bitrix/templates/2k21/assets/img/footer/whiteshadow.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1020px;
    position: relative;
}

.shop_fly__text {
    max-width: 420px;
    position: relative;
    transition: 1.2s
}

.in_visible .shop_fly__text {
    z-index: 7;
}

.shop_fly__text__head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.shop_fly__text__txt {
    max-width: 410px;
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    margin-bottom: 16px;
}

.shop_fly__text a {
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #AF944D;
    font-weight: bold;
    text-decoration: none;
}

.shop_fly__text a img {
    margin-left: 8px;
    position: relative;
    left: 0;
    transition: .3s
}

.shop_fly__text a:hover img {
    left: 15px;
}

.flyblock {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.flyblock img {
    position: absolute;
    transition: 1.2s;
}

.fly1 {
    left: 11%;
    top: 4%;
}

.fly2 {
    left: 4%;
    top: 80%;
}

.fly3 {
    left: 35%;
    top: 58%;
}

.fly4 {
    left: 67%;
    top: 52%;
}

.fly5 {
    left: 46%;
    top: 3%;
}

.fly6 {
    left: 11%;
    top: 45%;
}

.fly7 {
    left: 78%;
    top: 42%;
}

.fly8 {
    left: 85%;
    top: 7%;
}

.fly1b {
    left: 51%;
    top: 72%;
}

.fly2b {
    width: 57.47px;
    height: 150.42px;
    left: 0;
    top: 43%;
    transform: rotate(-30deg);
}

.fly3b {
    width: 56.18px;
    height: 93.25px;
    left: 63%;
    top: -2%;
    transform: rotate(135deg);
}

.fly4b {
    width: 71.56px;
    height: 153.95px;
    left: 79%;
    top: -10%;
    transform: rotate(-150deg);
}

.fly5b {
    width: 86.43px;
    height: 174.74px;
    left: 1%;
    top: -9%;
    transform: rotate(-15deg);
}

.fly2b,
.fly3b,
.fly4b,
.fly5b {
    filter: blur(3px);
}

.in_visible .fly1 {
    left: 21%;
    top: 3%;
}

.in_visible .fly2 {
    left: 0;
    top: 78%;
}

.in_visible .fly3 {
    left: 29%;
    top: 66%;
}

.in_visible .fly4 {
    left: 64%;
    top: 57%;
}

.in_visible .fly5 {
    left: 43%;
    top: 10%;
}

.in_visible .fly6 {
    left: 16%;
    top: 51%;
}

.in_visible .fly7 {
    left: 67%;
    top: 22%;
}

.in_visible .fly8 {
    top: 31%;
}

.in_visible .fly1b {
    left: 49%;
    top: 67%;
}

.in_visible .fly2b {
    left: 6%;
    top: 40%;
}

.in_visible .fly3b {
    left: 59%;
    top: 4%;
}

.in_visible .fly4b {
    left: 81%;
    top: 1%;
}

.in_visible .fly5b {
    left: 4%;
    top: 5%;
}

.contacts_block {
    padding: 80px 0 60px;
}

.contacts_block .container {
    display: flex;
    flex-wrap: wrap;
}

.contacts_block__top {
    margin-bottom: 80px;
}

.contact_b_head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    color: #FFFFFF;
}

.contacts_block__top__column {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
}

.contacts_block__text_top {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.contacts_block__text_bot {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #F4F4F4;
    text-decoration: none;
}

.contacts_block__bot {
    gap: 0 1%;
}

.contacts_block__bot a img {
    height: 18px;
}

.contacts_block__bot__column {
    flex-basis: 15%;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.25px;
    cursor: pointer;
    color: #AF944D;
    transition: .3s;
    position: relative;
}

.contacts_block__bot__column:after {
    content: '';
    position: absolute;
    transition: .3s;
    top: 0;
    opacity: 0;
    left: calc(30% - 45px);
    width: 45px;
    height: 2px;
    background-color: #fff;
    transform-origin: 0 50%;
    transform: rotate(18deg);
}

.contacts_block__bot__column:before {
    content: '';
    position: absolute;
    transition: .3s;
    top: 0;
    opacity: 0;
    right: calc(70% - 40px);
    width: 45px;
    height: 2px;
    background-color: #fff;
    transform-origin: 100% 50%;
    transform: rotate(-18deg);
}

.contacts_block__bot__column:hover:after,
.contacts_block__bot__column.active:after,
.contacts_block__bot__column:hover:before,
.contacts_block__bot__column.active:before {
    top: 100%;
    opacity: 1;
}

.contacts_block__bot__column:hover,
.contacts_block__bot__column.active {
    color: #fff;
}

.footer_form {
    padding: 150PX 0;
    background-image: url(/bitrix/templates/2k21/assets/img/footer/whiteshadow.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
}

pre {
    display: none;
}

.footer_form__head {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    max-width: 680px;
    margin: auto;
    margin-bottom: 64px;
    display: block;
}

.footer_form_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
}

.footer_form__left {
    display: flex;
    flex-direction: column;
}

.footer_form_wrap .formle {
    display: flex;
    flex-wrap: wrap;
}

.footer_form__left {
    flex-basis: 50%;
    margin-right: 0 !important;
}

.footer_form_right {
    flex-basis: 50%
}

.footer_form_right form.dropzone {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 1px dashed #5D5B60;
    box-sizing: border-box;
    border-radius: 8px;
    min-height: 100%;
    position: relative;
    background: #141414;
}

#results {
    flex-basis: 100%;
    color: #c7631c;
}

.footer_form_right form.dropzone .dz-default.dz-message {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    color: transparent;
    opacity: 0;
}

.footer_form_right form.dropzone #dropZone {
    margin-right: 0;
    max-width: 100%;
}

.footer_form_right form.dropzone.dz-started #dropZone {
    display: none;
}

.footer_form_right .dropzone .dz-preview.dz-image-preview {
    min-height: auto;
    background: transparent;
}

.footer_form_right .dropzone .dz-preview {
    display: block;
}

.footer_form_right .dropzone .dz-success-mark {
    left: 19px;
    background: #af944d;
    border-radius: 50%;
}

.footer_form_right .dropzone .dz-success-mark svg {
    width: 25px;
    height: 25px;
    filter: invert(1);
}

.footer_form_right .dropzone .dz-details {
    display: flex;
    justify-content: flex-start;
    opacity: 1 !important;
    margin: 0;
    padding: 0 !important;
    align-items: center;
    height: 100%;
    padding-left: 41px !important;
}

.footer_form_right .dropzone .dz-preview .dz-image {
    width: 35px;
    height: 35px;
    border-radius: 0;
}

.footer_form_right .dropzone .dz-preview .dz-image img {
    height: 100%;
    width: 100%;
}

.footer_form_right .dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 0 !important;
}

.footer_form_right .dz-filename span,
.footer_form_right .dz-size span {
    background-color: transparent !important;
    color: rgb(175, 148, 77);
}

.footer_form_wrap input:not([type=checkbox]) {
    background-color: #141414;
    padding: 0 10px 0 54px;
    border: 1px solid #5D5B60;
    box-sizing: border-box;
    border-radius: 8px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 21px 20px;
    width: 424px;
    height: 64px;
    background-size: 20px 20px;
    margin-bottom: 36px;
}

.footer_form_wrap input[name="name"] {
    background-image: url(/bitrix/templates/2k21/assets/img/fform/name1.png);
}

.footer_form_wrap input[name="phone"] {
    background-image: url(/bitrix/templates/2k21/assets/img/fform/name.png);
}

.footer_form_wrap input[name="city"] {
    background-image: url(/bitrix/templates/2k21/assets/img/fform/galochka.png);
}

.footer_form_wrap textarea {
    width: calc(100% - 24px);
    background: #141414;
    color: #fff;
    border: 1px solid #5D5B60;
    box-sizing: border-box;
    border-radius: 8px;
    height: 154px;
    padding: 20px 10px 10px 24px;
}

.footer_form__left {
    margin-right: 42px;
}

.footer_form__under {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 51px;
    padding: 0 15px;
}

#dropZone {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    height: 100%;
    background: #141414;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 62px 0;
    max-width: 423px;
    transition: 1s;
}

#dropZone.hover {
    background-color: #AF944D;
}

#dropZone.hover>*:not(#dropZone.hover>div) {
    opacity: 0;
}

#dropZone.hover>div {
    filter: invert(1);
}

#dropZone div {
    flex-basis: 100%;
    margin-bottom: 23px;
    text-align: center;
}

#dropZone span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    font-family: 'Montserrat';
    color: #F4F4F4;
}

#dropZone p {
    margin: 0;
    flex-basis: 100%;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #F4F4F4;
    margin-top: 12px;
}

#dropZone label {
    flex-basis: 100%;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #AF944D;
    margin-top: 28px;
}

#dropZone .overdrop {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    cursor: pointer;
}

.ff_checkboxwrap {
    display: flex;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.44px;
    color: #F4F4F4;
}

.ff_checkboxwrap * {
    font-family: 'Montserrat' !important;
    font-weight: 300;
}

.ff_checkboxwrap a {
    text-decoration: none;
    color: #af944d;
}

.ff_checkboxwrap input {
    display: inline-block;
}

.custom-checkbox {
    position: absolute;
    z-index: 1;
    opacity: 0;
    margin-right: 11px;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #af944d;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:+label::before {
    opacity: 0;
    transition: .3s;
}

.custom-checkbox:checked+label::before {
    border: 1px solid transparent;
    opacity: 1;
    background-image: url("/bitrix/templates/2k21/assets/img/fform/galochka.png");
    background-size: 100%;
}

.footer_form__under_send {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    width: 169px;
    height: 56px;
    background: #AF944D;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #AF944D;
}

.footer_form__under_send.button:hover {
    background: #FFFFFF;
    color: #AF944D;
}

.mobile {
    background: url(/bitrix/templates/2k21/assets/img/footer/whiteshadow.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 0;
}

.mobile .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_block_phone {
    text-align: right;
    flex-basis: 37%
}

.mobile_block_phone img {
    margin-right: 10%;
}

.mobile_right_block {
    flex-basis: 40%;
}

.mobile_block_head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.mobile_block_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    margin-bottom: 40px;
}

.mobile_block_call {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.mobile_block_applications a {
    margin-right: 28px;
}

footer {
    padding: 95px 0;
    position: relative;
}

footer * {
    position: relative;
    z-index: 3
}

footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/bitrix/templates/2k21/assets/img/price-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    filter: grayscale(1);
}

footer a {
    transition: .3s
}

footer .container div a:hover {
    color: #AF944D;
}

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

.footer_column {
    flex-basis: 17%;
}

.footer_column:first-child {
    flex-basis: 24%;
    margin-right: 7%;
}

.footer_column ul {
    padding: 0;
    margin: 0;
}

.footer_column ul li {
    list-style-type: none;
    margin-bottom: 24px;
}

.footer_column ul li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
}

.footer_logo {
    margin-bottom: 28px;
}

footer .regional {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #AF944D;
    margin-bottom: 28px;
    margin-top: 15px;
}

.footer_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
}

.footer_text.subtext {
    margin-top: 20px;
    font-size: 12px;
}

.callback {
    display: flex;
    flex-direction: column;
}

.callback span {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.callback .callback_big,
.callback .phone_class {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 21px;
}

.callbutton_footer {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 254px;
    height: 56px;
    background: #141414;
    border: 2px solid #01af01;
    box-sizing: border-box;
    border-radius: 5px;
    color: #01af01;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
}

.callbutton_footer:hover {
    background: #01af01;
    color: #fff !important;
}

.footer_apps {
    margin-bottom: 85px;
    margin-top: 26px
}

.footer_apps a {
    margin-right: 16px;
}

.footer_apps a:hover,
.mobile_block_applications a:hover {
    opacity: 0.5;
}

.footer_copy {
    justify-content: space-between;
}

.footer_copy_column {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
}

.footer_copy_column span {
    color: rgb(225, 191, 102);
}

.footer_copy_column a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    text-decoration: none;
    margin-right: 16px;
}

.footer_social img {
    height: 18px;
}

#up-btn {
    position: fixed;
    bottom: 30px;
    right: 72px;
    cursor: pointer;
    display: none;
    z-index: 15;
}

#up-btn img {
    width: 100%;
}

@media screen and (max-width: 996px) {
    .header._v2 .header__feedback__wrap {
        margin-right: 20px !important;
    }
}


/* hidden mobile block */

.burger_wrap {
    width: 40px;
    height: 40px;
}

.burger {
    height: 12px;
    width: 18px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: .4s;
    cursor: pointer;
}

.burger span {
    width: 80%;
    height: 2px;
    background-color: #fff;
    transition: .4s;
}

.burger:after {
    content: '';
    width: 60%;
    height: 2px;
    background-color: #fff;
    transition: .4s;
}

.burger:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: .4s;
}

.burger_opened {
    position: fixed;
    right: 6%;
    top: 4%;
    z-index: 10;
    height: 22px;
}

.burger_opened span {
    opacity: 0;
}

.burger_opened.burger:after {
    width: 100%;
    height: 3px;
    position: absolute;
    transform: rotate(45deg);
}

.burger_opened.burger:before {
    height: 3px;
    position: absolute;
    transform: rotate(-45deg);
}

.header__nav_wrap.burgered {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #141414;
    opacity: 1;
    display: flex;
    align-items: center;
}

.header__nav_wrap.burgered .header__nav ul {
    display: none;
}

.header__nav_wrap .header__nav ul.mobile_menu {
    display: none;
    flex-direction: column;
    padding-left: 60px;
}

.header__nav_wrap.burgered .header__nav ul.mobile_menu li {
    margin-bottom: 20px;
}

.header__nav_wrap.burgered .header__nav ul.mobile_menu li a {
    font-size: 18px;
}

.header__nav_wrap.burgered .search_wrap {
    display: none;
}

.mobile_socials {
    align-items: center;
}

.mobile_socials {
    position: absolute;
    right: 28px;
    top: 30%;
    display: none;
    flex-direction: column;
}

.mobile_socials a {
    display: block;
    margin-bottom: 40px;
}

.mobile_bottom_links {
    display: none;
    position: fixed;
    bottom: -200vh;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    z-index: 14;
    background-color: #141414;
    transition: .3s;
}

.mobile_bottom_links.uped {
    bottom: 0;
}


/*.mobile_bottom_links:after{
content: '';
position: absolute;
left: 31%;
height: 5px;
background: #FFFFFF;
border-radius: 100px;
bottom: 14px;
width: 36%;
}*/

.mobile_bottom_links a {
    flex-basis: 20%;
    padding: 17px 1% 30px 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile_bottom_links a img {
    max-height: 24px;
    margin-bottom: 4px;
}

.mobile_bottom_links a span {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Montserrat';
    color: #AF944D;
}

div.footer_copy_column:nth-child(5) {
    display: none
}

.diagonal {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 1080px;
}

.diagonal:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 6%;
    background: linear-gradient(to top, rgba(20, 20, 20, 0), rgb(20, 20, 20, 1));
    z-index: 22;
}

.diagonal:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6%;
    background: linear-gradient(to bottom, rgb(20, 20, 20, 0), rgb(20, 20, 20, 1));
    z-index: 22;
}

.diagonal_buttons {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40%;
    z-index: 6;
    opacity: 0;
}

.left_diagonal {
    left: 0;
}

.right_diagonal {
    right: 0;
}

.lines {
    transform: rotate(25deg);
    position: relative;
    top: 0;
    left: -100vw;
    width: 400vw;
}

.lineone {
    top: -40vh
}

.linetwo {
    top: -40vh
}

.diagonal__wrapped {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
}

.diagonal__head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    flex-basis: 30%;
}

.diagonal__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    flex-basis: 58%;
    display: flex;
    align-items: center;
}

.ob_diag_wrapes {
    background-image: url(/bitrix/templates/2k21/assets/img/footer/whiteshadow.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.single_in_line {
    display: inline-block;
    height: 644px;
    width: 303px;
    margin: 120px 60px;
    position: relative;
    transform: rotate(-25deg);
    transition: left 15s ease;
}

.single_in_line:after {
    content: '';
    background-image: url(/bitrix/templates/2k21/assets/img/diagonal/phoneframe2.png);
    background-repeat: no-repeat;
    background-size: calc(100% + 0px) calc(100% + 0px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.single_in_line img {
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 18px);
    z-index: 2;
    right: 0;
    top: 8px;
    border-radius: 39px;
}


/* @keyframes scroll_right{
  0% { left: -20vw; }
  100% { left: 20vw; }
} */

.left_diagonal {
    cursor: w-resize;
}

.right_diagonal {
    cursor: e-resize;
}

.lookbooktop {
    margin-bottom: 128px;
}

.lookbooktop__head {
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 120px;
    margin-top: 167px;
    text-align: center;
}

.lookbooktop__description {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 576px;
    margin: 60px auto 60px;
    text-align: center;
}

.lookbook_container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 243px;
}

.lookbook__podzagolovok {
    flex-basis: 30%;
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    display: flex;
}

.lookbook__text {
    flex-basis: 38%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
}

.lookbook_container__images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 151px;
}

.lookbook_container__images img {
    max-height: 1056px;
    flex-basis: 48%;
    object-fit: cover;
}

.reviews {
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
    margin: 189px 0 90px 0;
}

.reviews__leftblock {
    max-width: 487px;
    flex-basis: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /*padding-left: 3.8%;*/
}

.reviews__head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    display: flex;
    margin-bottom: 31px;
}

.reviews__text {
    flex-basis: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    letter-spacing: 0.44px;
}

.reviews__get_link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #AF944D;
    width: 200px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #141414;
    border: 3px solid #AF944D;
    box-sizing: border-box;
    border-radius: 5px;
    text-decoration: none;
    transition: .4s ease-in-out;
    cursor: pointer;
}

.reviews__get_link:hover {
    background: #AF944D;
    color: #000;
}

.reviews__get_link:hover img {
    filter: grayscale(100%) invert(100%) brightness(1%);
}

.reviews__get_link img {
    margin-right: 10px;
    transition: .4s ease-in-out;
}

.reviews__slider {
    flex-basis: 60%;
    max-width: 1273px;
}

.reviews__singleslide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 40px;
    height: 100%;
    vertical-align: top;
    display: inline-flex !important;
    justify-content: center;
}

.reviews__singleslide__footer {
    width: 100%;
    justify-content: space-between;
}

.reviews__slider {
    height: 100%;
}

.reviews__singleslide.slick-active+.reviews__singleslide:not(.slick-active) {
    margin-left: -20px;
    opacity: 0.5;
}

.reviews__singleslide__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin: 40px 0 42px 0;
    white-space: break-spaces;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    padding-right: 20px;
    min-height: 82px;
}

.reviews__singleslide__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 20px;
}

.reviews__singleslide__footer__name {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #F4F4F4;
}

.reviews__singleslide__footer__rating {
    display: flex;
    padding-right: 24px;
}

.reviews__singleslide__footer__rating img {
    margin: 0 5px;
}

.barber_detail {
    display: flex;
    justify-content: space-between;
}

.barber_photo {
    flex-basis: 36%;
    margin-left: 4.2%;
    padding-top: 109px;
}

.barber_photo .stcky:after {
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(56% 56% at 48.44% 46.75%, rgba(20, 20, 20, 0) 0%, #141414 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.barber_photo img {
    width: 100%;
    object-position: top;
}

.barber_content {
    min-width: 940px;
    padding-left: 135px;
}

.barber_single__slider {
    max-width: 800px;
}

.barber_photo .stcky {
    position: sticky;
    top: 84px;
    z-index: 3;
}

.barber_top_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.barber_top_info__speciality {
    margin-right: 208px;
}

.barber_top_info__ig {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #F4F4F4;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.barber_top_info__ig img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.barber_content__name {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 1.5em;
    margin-right: 208px;
    margin-top: 40px;
    color: #F4F4F4;
}

.barber_content__about_me {
    background-image: url(/bitrix/templates/2k21/assets/img/ellipse3.png);
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.barber_content__about_me__head {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    color: #FFFFFF;
}

.barber_content__about_me__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    max-width: 576px;
}

.barber_content__about_me__text span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
}

.barber_single_video_wrap {
    display: flex !important;
    margin: 86px 0 76px;
    align-items: center;
}

.barber_single_video {
    background-image: url(/bitrix/templates/2k21/assets/img/video/strijka.png);
    background-position: center;
    background-size: auto 100%;
    width: 341px;
    height: 201px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    margin-right: 16px;
}

.barber_single_textblock_head {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
}

.barber_single_textblock_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    max-width: 201px;
}

.barber_single__slider__top {
    display: flex;
    align-items: center;
    margin-top: 76px;
}

.barber_single__slider__head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    margin-right: 35px;
    color: #FFFFFF;
    margin-bottom: 39px;
}

.barber_single__slider {
    max-width: 996px;
    margin-bottom: 147px;
}

.barber_single__slider__single {
    margin-right: 20px;
    position: relative;
    width: 462px !important;
    height: 580px;
}

.barber_single__slider__single>img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.barber_single__slider__single.slick-active+.barber_single__slider__single.slick-active {
    margin-right: 90px;
}

.barber_single__slider__single.slick-active+.barber_single__slider__single:not(.slick-active) {
    margin-left: -70px;
}

.barber_single__slider__single__ig {
    position: absolute;
    bottom: 60px;
    left: 128px;
    text-decoration: none;
    display: flex;
    align-items: center;
    z-index: 3
}

.barber_single__slider__single__ig img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.barber_single__slider__single__ig span {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #F4F4F4;
}

.barber_content__specialnosti {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 137px;
}

.barber_content__specialnosti>* {
    position: relative;
    z-index: 2;
}

.barber_content__specialnosti:before {
    content: '';
    position: absolute;
    background-image: url(/bitrix/templates/2k21/assets/img/singlebarberbg.png);
    background-repeat: no-repeat;
    top: 0;
    height: 100%;
    width: 50%;
    right: 69%;
    background-position: 60% 30%;
    z-index: 1;
}

.barber_content__specialnosti__left {
    margin-right: 45px;
}

.barber_content__specialnosti__left__head {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
    color: #FFFFFF;
}

.barber_content__specialnosti__left__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    max-width: 312px;
}

.barber_content__specialnosti__center {
    width: 86px;
    position: relative;
    height: 454px;
}

.barber_content__specialnosti__center span {
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: 85% 100%;
    color: #F4F4F4;
    transform: rotate(90deg);
    width: 537px;
}

.barber_content__specialnosti__right {
    max-width: 290px;
    margin-left: 40px;
}

.barber_content__specialnosti__right>div,
.barber_content__specialnosti__right>div>a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 26px;
    text-decoration: none;
    color: #F4F4F4;
}

.barber_content__specialnosti__right>div>a:hover {
    text-decoration: underline;
}

.singlebarber_map__head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.singlebarber_map__contacts {
    display: flex;
    flex-wrap: wrap;
}

.singlebarber_map__contacts_col {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}

.singlebarber_map__contacts_col:first-child {
    flex-basis: 45%;
}

.singlebarber_map__contacts_col span:first-child {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.singlebarber_map__contacts_col span:last-child {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: #F4F4F4;
}

.about_hero {
    /*background-image: url(/bitrix/templates/2k21/assets/img/about_bg.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    min-height: 722px;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 130px;
}

.about_hero .bradcrumber {
    padding-left: 80px;
}

.about_hero h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 88px;
    padding-left: 80px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.about_advantege.onmobile {
    display: none;
}

.about_advantege {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 159px;
    width: 100%;
    margin-top: auto;
    justify-content: space-between;
}

.about_advantege_col {
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
}

.about_advantege_col:last-child {
    flex-basis: 37%;
}

.digitsup {
    font-style: normal;
    font-weight: bold;
    font-size: 160px;
    line-height: 88px;
    margin-bottom: 44px;
    color: #FFFFFF;
}

.digits__describe {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 88px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.about_describe,
.about_describe_blocks {
    display: flex;
    justify-content: center;
    max-width: 70%;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
}

.about_describe div,
.about_describe li {
    list-style-position: inside;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
}

.about_describe ol,
.about_describe ul {
    padding-left: 0;
}

.about_academy {
    margin-bottom: 200px;
    background-image: url(/bitrix/templates/2k21/assets/img/academy_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    min-height: 950px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about_academy .about_academy__wraptext {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    flex-basis: 43%;
}

.about_academy__textblock {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

.about_academy__textblock span {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 150px;
    color: #FFFFFF;
}

.about_academy__textblock span:nth-child(2) {
    font-size: 150px;
    color: #AF944D;
}

.about_academy__bottext {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
}

.about_academy__wraptext>a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: #AF944D;
}

.service_hero_bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    min-height: 861px;
    height: 100vh;
    position: relative;
    top: -0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service_hero_bg>* {
    position: relative;
    z-index: 3;
    padding-left: 80px;
}

.service_hero_bg:after {
    content: '';
    background: rgb(20, 20, 20, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.service_hero_bg h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 88px;
    color: #FFFFFF;
}

.service_hero_bg>a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    width: 106px;
    height: 36px;
    background: transparent;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #01af01;
    padding-left: 0;
    margin-left: 80px;
    cursor: pointer;
    border: 2px solid #01af01;
    transition: .3s;
}

.service_hero_bg>a:hover {
    background-color: #01af01;
    color: #fff;
}

.service__introtext {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-top: 28px;
    max-width: 514px;
    margin-bottom: 37px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
}

.service__length {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    color: #FFFFFF;
}

.service__length img {
    margin-right: 21px;
}

.service__prices_singled {
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 64px 0 50px 0;
}

.service__prices_singled>div {
    flex-basis: 25%;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #F4F4F4;
}

.service__prices_singled>hr {
    flex-basis: 100%;
    margin-top: 23px;
    margin-bottom: 23px;
    border: 2px solid #83744C;
}

.service_top_seo {
    margin: 117px 0 166px 0;
}

.service_top_seo>.container {
    display: flex;
    flex-wrap: wrap;
}

.service_top_seo__head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    flex-basis: 41%;
    margin-right: 20px;
}

.service_top_seo__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    flex-basis: 50%;
    max-width: 725px;
}

.service_top_seo__text a {
    color: #fff;
    font-weight: bold;
}

.service_top_seo__text p,
.service_top_seo__text p ul,
.service_top_seo__text li {
    font-family: 'Montserrat';
}

.service_dop_block__container {
    display: flex;
    justify-content: flex-end;
    background-image: url(/bitrix/templates/2k21/assets/img/bgs/service_single_bg_mid.png);
    background-repeat: no-repeat;
    background-size: 49% auto;
    background-position: 42% 74%;
    margin: 40px auto;
}

.service_dop_block__text {
    flex-basis: 50%;
    max-width: 872px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
}

.service_dop_block__text h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    color: #FFFFFF;
}

.service_dop_block__text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    max-width: 776px;
    margin-bottom: 28px;
}

.service_dop_block__text ul li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    margin-bottom: 28px;
    max-width: 724px;
}

.service_dop_block__text ul li span {
    font-weight: bold;
    font-family: 'Montserrat';
}

.service_dop_block__text__priceblock .service__prices_singled {
    /*width: 100%;*/
    max-width: 100%;
}

.service_dop_block__text__priceblock .service__prices_singled>hr {
    border: 1px solid #83744C;
}

.service_dop_block__text__priceblock .service__prices_singled>div {
    flex-basis: 17%;
    font-weight: 300;
}

.service_dop_block__text__priceblock .service__prices_singled>div:first-child {
    flex-basis: 49%;
    font-weight: bold;
}

.service_dop_block__text__priceblock .service__prices_singled>hr+div,
.service_dop_block__text__priceblock .service__prices_singled>hr+a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    text-decoration: none;
    line-height: 32px;
    display: flex;
    align-items: flex-start;
    letter-spacing: 0.44px;
    transition: .3s;
    flex-direction: column;
    color: #F4F4F4;
    flex-basis: 49%;
}

.service_dop_block__text__priceblock .service__prices_singled>hr+div:hover,
.service_dop_block__text__priceblock .service__prices_singled>hr+a:hover {
    color: #af944d
}

.moreservb {
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #AF944D;
}

.service_dop_block__text__priceblock .service__prices_singled>hr+div span {
    font-family: 'Montserrat';
    display: block;
}

.service_dop_block__text__priceblock .service__prices_singled>hr+div span:last-child {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    letter-spacing: 0.44px;
    margin-top: 14px;
    color: #F4F4F4;
}

.service_dop_block__text__priceblock div.service__prices_singled:nth-child(1)>div:nth-child(7),
.service_dop_block__text__priceblock div.service__prices_singled:nth-child(1)>div:nth-child(8),
.service_dop_block__text__priceblock div.service__prices_singled:nth-child(1)>div:nth-child(9) {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
}

.service_photos {
    background-image: url(/bitrix/templates/2k21/assets/img/bgs/servellipse.png);
    background-repeat: no-repeat;
    background-size: 82% auto;
    background-position: 65% -2%;
    margin: 40px auto;
    position: relative;
    min-height: 1986px;
}

.service_photos img {
    position: absolute;
}

.service_photos img:nth-child(1) {
    width: 724px;
    height: 990px;
    left: 264px;
    top: 457px;
    z-index: 2;
}

.service_photos img:nth-child(2) {
    width: 1036px;
    height: 893px;
    z-index: 1;
    left: 685px;
    top: 260px;
}

.service_photos img:nth-child(3) {
    width: 564px;
    height: 750px;
    z-index: 4;
    left: 714px;
    top: 873px;
}

.service_photos img:nth-child(4) {
    width: 455px;
    height: 489px;
    z-index: 3;
    left: 1138px;
    top: 952px;
}

.service_we_can .barber_content__specialnosti {
    margin: 137px auto;
    max-width: 60%;
}

.service_we_can .barber_content__specialnosti__center span {
    font-size: 83px;
    width: 600px;
}

.service_we_can .barber_content__specialnosti__left__text {
    max-width: 397px;
    margin-bottom: 34px;
}

.service_we_can .barber_content__specialnosti__left {
    flex-basis: 48%;
    min-width: 546px;
}

.servoces_blok_seo_text {
    margin: 200px 0;
}

.servoces_blok_seo_text h2 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-top: 0;
}

.servoces_blok_seo_text__inner {
    column-count: 2;
    column-gap: 10%;
}

.servoces_blok_seo_text__inner a {
    color: #83744c;
}

.servoces_blok_seo_text__inner p,
.servoces_blok_seo_text__inner li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    margin-bottom: 48px;
    color: #F4F4F4;
}

.servoces_blok_seo_text__inner {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
}

.servoces_blok_seo_text__inner li {
    margin-bottom: 20px;
}

.servoces_blok_seo_text__inner h3 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
}

.faq__head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.faqwrap {
    margin: 45px auto;
    max-width: 872px;
}

.faq_single {
    min-height: 100px;
}

.faq_question {
    position: relative;
}

.faq_question__text {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.faq_question .cross {
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.faq_question .cross:after {
    content: '';
    position: absolute;
    bottom: calc(50% - 1px);
    width: 100%;
    height: 2px;
    right: 0;
    background-color: #fff;
    transition: .3s;
}

.faq_question .cross:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    bottom: 0;
    right: calc(50% - 1px);
    background-color: #fff;
    transition: .3s;
}

.faq_single.open .faq_question .cross {
    transform: rotate(45deg);
}

.faq_single.open .faq_question .cross:after,
.faq_single.open .faq_question .cross:before {
    background-color: #83744c;
}

.faq_single:not(.open) .faq_question .cross:hover {
    transform: rotate(45deg);
}

.faq_single .faq_question .cross:hover:after {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}

.faq_single .faq_question .cross:hover:before {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}

.faq_single.open .faq_question .cross:hover {
    transform: rotate(225deg);
}

.faq_answer {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    display: none;
    letter-spacing: 0.44px;
    margin: 40px 0 30px 0;
    color: #F4F4F4;
}

.article_hero {
    min-height: 675px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-attachment: fixed !important;
    margin: 0 0 167px 0;
}

.article_hero .bradcrumber {
    padding-left: 80px;
    margin: 0;
}

.article_hero h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 120px;
    padding-left: 80px;
    margin: 44px 0 60px 0;
}

.article_hero__author {
    display: flex;
    padding-left: 80px;
    margin: 0;
    align-items: center;
}

.article_hero__author_img {
    margin-right: 35px;
    border-radius: 50%;
    overflow: hidden;
    width: 110px;
    height: 110px;
}

.article_hero__author_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.article_hero__author_info {
    display: flex;
    flex-direction: column;
}

.article_hero__author_info span:first-child {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 8px;
}

.article_hero__author_info span:last-child {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.15px;
}

.article_full {
    display: flex;
    justify-content: flex-start;
}

.article_left {
    display: flex;
    flex-direction: column;
    max-width: 576px;
    margin-right: 164px;
    position: relative;
}

.article_right {
    display: flex;
    flex-direction: column;
    max-width: 724px
}

.article_right .image img {
    width: 100%
}

.article_social {
    position: absolute;
    top: 0;
    transform: rotate(-90deg);
    transform-origin: 100% 0;
    right: -70px;
}

.article_social a {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.15px;
    color: #AF944D;
    margin: 0 20px;
    transition: .3s;
}

.article_social a:hover {
    color: #fff;
}

.article_social>img {
    transform: rotate(90deg);
    transform-origin: 45% 100%;
    margin-right: 25px;
}

.article_image_wrap {
    width: 100%;
    margin: 0 0 150px 0;
}

.article_image_wrap img {
    width: 100%;
}

.article_sert {
    background-image: url(/bitrix/templates/2k21/assets/img/articles/sertificate.png);
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: right center;
    margin-bottom: 108px;
}

.article_sert__head {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 36px;
    color: #FFFFFF;
}

.article_sert__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    max-width: 50%;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    margin-bottom: 36px;
}

.article_sert__link {
    width: 134px;
    height: 56px;
    background: #141414;
    border: 2px solid #AF944D;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AF944D;
    text-decoration: none;
    transition: .3s;
}

.article_sert__link:hover {
    background: #AF944D;
    color: #fff;
}

.article_right p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    margin-bottom: 40px;
}

.article_right li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    margin-bottom: 40px;
}

.article_right li a {
    color: #fff;
    font-family: 'Montserrat';
}

.article_right p a {
    color: #ab914b;
    transition: .3s;
}

.article_right p a:hover {
    color: #fff;
}

.article_zagolovok {
    margin-bottom: 60px;
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
}

.article_zagolovok__sub {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.sroll_bared,
.righttable_wrap {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    scrollbar-width: none;
}

.righttable_wrap::-webkit-scrollbar {
    display: none;
}

.sroll_bared::-webkit-scrollbar {
    width: 0;
}


/* ie 10+ */

.sroll_bared {
    -ms-overflow-style: none;
}

.sroll_bared {
    overflow: -moz-scrollbars-none;
}

.sroll_bared ::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 5px;
    height: 0
}

.sroll_bared ::-webkit-scrollbar-track {
    background-color: red
}

.sroll_bared ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #6dc0c8;
}

.sroll_bared ::-webkit-scrollbar-thumb:hover {
    background-color: #56999f;
}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 4px;
    height: 0;
}

.sroll_bared ::-webkit-scrollbar {
    width: 4px;
}

.applink_img {
    max-height: 43px;
}

.header__nav {
    position: relative;
}

.closesearch {
    position: absolute;
    right: 0;
    height: 16px;
    top: 3px;
    width: 16px;
    transform: rotate(45deg);
    cursor: pointer;
}

.serchform.mobile {
    display: none;
    position: fixed;
    bottom: 92px;
    width: 100%;
    left: 0;
    height: 49px;
    z-index: 32;
}

.serchform.mobile.opend {
    display: block;
}

.closesearch:after {
    content: '';
    left: calc(50% - 1px);
    top: 0;
    width: 2px;
    height: 100%;
    position: absolute;
    background: #fff;
}

.closesearch:before {
    content: '';
    top: calc(50% - 1px);
    left: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    background: #fff;
}

.search-form {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    border: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-bottom: 2px solid #fff;
}

.opend .search-form {
    width: 100%;
    background: #141414;
}

.footer_logo svg {
    height: 79px;
}

.search-form form,
.search-form table {
    display: block;
    width: 100%;
    margin: 0;
    height: 100%;
}

.search-form tbody {
    display: flex;
    position: relative;
    height: 100%;
}

.search-form tbody tr {
    display: block;
    height: 100%;
}

.search-form tbody tr:fist-child {
    flex-basis: 100%;
}

.search-form>form>table>tbody tr:nth-child(1) {
    flex-basis: 100%;
}

.search-form tbody tr:last-child {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.search-form tbody td {
    width: 100%;
    display: block;
    padding: 0;
    height: 100%;
}

.search-form tbody input[type="text"] {
    width: calc(100% - 43px);
    display: block;
    color: #fff;
    background: transparent;
    padding: 0;
    height: 100%;
    border: none;
    font-family: 'Montserrat';
    padding-left: 40px;
}

.search-form tbody input[type="submit"] {
    background-color: transparent;
    color: transparent;
    background-image: url(/bitrix/templates/2k21/assets/img/lupa.png);
    background-repeat: no-repeat;
    border: none;
    background-position: left;
}

.yButtonBackground {
    background-color: rgb(0, 184, 0) !important;
}

.yButtonWave {
    color: rgb(0, 184, 0) !important
}

.yButton.right.bottom {
    right: 5% !important;
    bottom: 9% !important;
}

.socials a {
    position: relative;
}

.socials a .overhover {
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transition: .3s;
    z-index: 5;
}

.socials a .notoverhover {
    transition: .3s;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.socials a:hover .notoverhover {
    opacity: 0;
}

.socials a:hover .overhover {
    top: 0;
    left: 0;
    height: 100%;
}

.socbot {
    display: flex;
}

.socbot a {
    position: relative;
    height: 24px;
    width: 24px;
    display: block;
}

.socbot a .overhover {
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transition: .3s;
    z-index: 5;
}

.socbot a .notoverhover {
    transition: .3s;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.socbot a:hover .notoverhover {
    opacity: 0;
}

.socbot a:hover .overhover {
    top: 0;
    left: 0;
    height: 100%;
}

.desctop_hidden.toallservices {
    display: block;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin: 25px 0 0 10%;
    color: #AF944D;
}

.desctop_hidden.toallservices img {
    position: relative;
    left: 0;
    transition: .3s
}

.desctop_hidden.toallservices:hover img {
    position: relative;
    left: 15px;
}

.forscroller img {
    pointer-events: none;
}

.faqblock.barbers .faq__head {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 55px
}

.faqblock.barbers .faq__head:after {
    content: '';
    width: 80%;
    height: 1px;
    left: 10%;
    bottom: 0;
    position: absolute;
    border-bottom: 1px solid #AF944D;
}

.faqblock.barbers .faq_question__text {
    transition: .3s;
    margin-right: 20px;
    flex-grow: 1;
}

.faqblock.barbers .faq_single {
    min-height: auto;
    text-decoration: none;
}

.faqblock.barbers .faq_question {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faqblock.barbers .views_barber {
    margin-left: auto;
    transition: .3s;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    display: flex;
    align-items: center;
}

.faqblock.barbers .views_barber svg {
    margin-right: 8px;
}

.faqblock.barbers .date_barber {
    font-family: 'Montserrat';
    transition: .3s;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    margin: 0 126px 0 39px;
}

.faqblock.barbers .faq_question {
    margin-bottom: 48px;
}

.faqblock.barbers .faq_single a img {
    height: 26px;
    position: relative;
    transition: .3s;
    left: 0;
}

.faqblock.barbers .faq_single:hover .faq_question__text {
    color: #AF944D;
}

.faqblock.barbers .faq_single:hover .views_barber {
    color: #AF944D;
}

.faqblock.barbers .faq_single:hover .views_barber path {
    fill: #AF944D
}

.faqblock.barbers .faq_single:hover .date_barber {
    color: #AF944D;
}

.faqblock.barbers .faq_single:hover a img {
    left: 15px;
}

.new_news {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.new_news .single__newsblog_slide {
    flex-basis: 24%;
    margin-bottom: 20px;
}

.newsheads {
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 120px;
    margin: 120px 0 97px 0;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.morebutton {
    font-family: 'Montserrat';
    height: 56px;
    width: 200px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AF944D;
    background: #141414;
    border: 2px solid #AF944D;
    box-sizing: border-box;
    border-radius: 5px;
    margin: auto;
    transition: .3s;
    cursor: pointer;
}

.morebutton:hover {
    background-color: #AF944D;
    color: #fff;
}

.newsblog.actions {
    display: none;
}

.about_describe__head {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 100px;
    width: 75%;
}

.about_describe__your_look,
.about_describe__we_know {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 100px;
}

.about_describe__your_look__head,
.about_describe__we_know__head {
    font-style: normal;
    font-weight: bold;
    font-size: 140px;
    line-height: 140px;
    color: #C5A864;
    width: 450px;
    text-align: right;
    margin-right: 100px;
}

.about_describe__your_look__text {
    font-size: 45px;
    font-style: normal;
    line-height: 70px;
}

.about_describe__we_know__head {
    margin-right: 0;
    width: 320px;
    margin-left: 100px;
    text-align: left;
}

.about_describe__we_know__text {
    width: 540px;
    text-align: right;
    font-size: 35px;
    line-height: 35px;
}

.about_describe__ol_list {
    position: relative;
    width: 45%;
    margin-bottom: 100px;
}

.about_describe__ol_list .about_describe__ol_list {
    width: 100%;
    left: 50%;
    margin-bottom: 0;
}

.about_describe__ol_list__text {
    display: flex;
    align-items: center;
}

.about_describe__ol_list__text__num {
    font-style: normal;
    font-weight: bold;
    font-size: 140px;
    line-height: 120px;
    color: #C5A864;
    margin-right: 50px;
}

.about_describe__ol_list__text__content {
    color: #F4F4F4;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.44px;
}

.about_navigation h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 88px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0;
}

.about_hero.new_styles .about_advantege {
    margin-top: 100px;
}

.about_hero.new_styles {
    margin-bottom: 0;
}

.service_hero_bg.with_container>* {
    padding-left: 0;
    width: calc(100% - 10vw);
    margin: 0 5vw;
}

.service_hero_bg.with_container>.container>a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    width: 106px;
    height: 36px;
    background: transparent;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #01af01;
    padding-left: 0;
    margin-left: 80px;
    cursor: pointer;
    border: 2px solid #01af01;
    transition: .3s;
}

.service_hero_bg.with_container>.container>a:hover {
    background-color: #01af01;
    color: #fff;
}

.article_hero.with_container .bradcrumber,
.article_hero.with_container h1,
.article_hero.with_container .article_hero__author {
    padding-left: 0;
}


/*content page start*/

.content_page_navigation h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 88px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0;
}

.content_page_content {
    margin-top: 50px;
}

.sitemap-list {
    padding-left: 20px;
}

.sitemap-list a {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #AF944D;
    text-decoration: none;
}


/*content page end*/

.pesonal_table {
    margin-bottom: 76px;
    max-width: 720px;
}

.pesonal_table table {
    width: 100%;
}

.pesonal_table table thead td {
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #F4F4F4;
    flex-basis: 17%;
    font-weight: 300;
    font-family: 'Bebas Neue';
}

.pesonal_table table thead tr {
    position: relative;
}

.pesonal_table table thead tr:after {
    content: '';
    border-bottom: 2px solid #83744c;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 23px;
}

.pesonal_table table thead td {
    padding: 12px 23px;
    padding-bottom: 46px;
}

.pesonal_table table tbody td {
    padding: 12px 23px;
}

.pesonal_table table tbody td:first-child {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
}

.pesonal_table table tbody td:last-child {
    letter-spacing: 0.25px;
    color: #F4F4F4;
    font-style: normal;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
}

.pesonal_table table tbody td:last-child strong {
    letter-spacing: 0.25px;
    color: #F4F4F4;
    font-style: normal;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}

.barber_menu_wrapper.newstyled.sw,
.service_menu_wrapper.newstyled_services.sw {
    z-index: 1;
    opacity: 1;
    top: 99%;
}

.barber_menu_wrapper.newstyled .submenu {
    display: block;
}

.barber_menu_wrapper.newstyled .submenu .submenu__row {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.barber_menu_wrapper.newstyled .submenu .submenu__row:first-child .submenu_column {
    flex-basis: 100%;
}

.barber_menu_wrapper.newstyled .submenu_column__head {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 24px;
}

.barber_menu_wrapper.newstyled .submenu .submenu__row {
    justify-content: flex-start;
}

.barber_menu_wrapper.newstyled .first_simple_b {
    column-count: 3 !important;
}

.barber_menu_wrapper.newstyled {
    padding: 64px 0;
}

.barber_menu_wrapper.newstyled .submenu_column ul li a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.barber_menu_wrapper.newstyled .submenu {
    flex-basis: 52%;
}

.barber_menu_wrapper.newstyled .submenu_column__head {
    top: -10px;
    right: calc(100% + 26px);
    white-space: nowrap;
}

.bmenuteam .submenu_column__head {
    width: 180px;
    top: 165px;
}

.newstyled_services .submenu_wrap {
    padding: 64px 0
}

.submenu.submenu__sercives_newstyle {
    flex-wrap: wrap;
}

.submenu.submenu__sercives_newstyle .submenu_column {
    flex-basis: 50%;
    padding-top: 0;
    margin-bottom: 80px;
    min-height: 267px;
    position: relative;
}

.submenu.submenu__sercives_newstyle .submenu_column .submenu_column__head {
    position: absolute;
    color: #83744C;
    top: -10px;
    right: calc(100% + 26px);
    white-space: nowrap;
    transform: rotate(270deg);
    transform-origin: 100% 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 24px;
}

.sercices__header_actions {
    position: relative;
}

.sercices__header_actions__head {
    position: absolute;
    color: #83744C;
    top: -10px;
    right: calc(100% + 26px);
    white-space: nowrap;
    transform: rotate(270deg);
    transform-origin: 100% 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 24px;
}

.sercices__header_actions .submenu_column__head {
    position: absolute;
    color: #83744C;
    top: -10px;
    right: calc(100% + 26px);
    white-space: nowrap;
    transform: rotate(270deg);
    transform-origin: 100% 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 24px;
}

.submenu.submenu__sercives_newstyle .submenu_column a {
    position: relative;
}

.submenu.submenu__sercives_newstyle .submenu_column .neww {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    left: calc(100% + 8px);
    bottom: 2%;
    position: absolute;
    color: #AF944D;
}

.sercices__header_actions {
    position: relative;
    flex-basis: 20%;
}

.sercices__header_actions .submenu_column a {
    position: relative;
}

.sercices__header_actions .neww {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    left: calc(100% + 8px);
    bottom: 2%;
    position: absolute;
    color: #AF944D;
}

.sercices__header_actions .submenu_column {
    padding-top: 2%;
}

@media(max-width: 1800px) {
    .barber_menu_wrapper.newstyled .submenu__row .submenu_column {
        margin-left: 70px;
    }
    .barber_menu_wrapper.newstyled .first_simple_b {
        column-gap: 17%;
    }
    .submenu_column ul li {
        padding: 6px 0;
    }
}

.lazy-bg,
.lazy-bg:after {
    background-image: none !important;
}

.popup-banner,
.video_poper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-banner__bg,
.video_poper__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.popup-banner__wrap,
.video_poper__wrap {
    position: relative;
    border-radius: 20px;
    z-index: 3;
    width: 762px;
    height: 650px;
    border-radius: 20px;
    overflow: hidden;
}

.close_vp {
    position: absolute;
    right: 25px;
    top: 23px;
    z-index: 10;
    cursor: pointer;
}

.popup-banner__text,
.vp_inside_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.popup-banner__text .hero__text {
    padding-top: 85px;
}

.popup-banner__text {
    background-image: url(/bitrix/templates/2k21/assets/img/bammer/banner_0.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

._yaroslavl .popup-banner__text {
    background-image: url(/bitrix/templates/2k21/assets/img/bammer/banner_1.jpg);
}

.vp_inside_text__head {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 76px;
    line-height: 76px;
    text-align: center;
    padding: 0 105px;
    color: #F0F0F0;
}

.vp_play {
    cursor: pointer;
    transition: .3s;
}

.vp_play:hover {
    transform: scale(1.1);
}

.vp_play path {
    transition: .3s;
}

.vp_play:hover path {
    fill: #D7BE7D;
    stroke: #D7BE7D;
}

.video_poper__wrap .player {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
}

.video_poper__wrap video {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    background: #000;
}

.vp_play__text {
    display: none;
}

@media(max-width: 768px) {
    .video_poper {
        align-items: flex-end;
    }
    .popup-banner__wrap,
    .video_poper__wrap {
        border-radius: 20px 0 0 0;
        max-width: 375px;
        overflow: hidden;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -1px 0 #af944d;
    }
    .popup-banner__text,
    .vp_inside_text {
        background-position: center;
        justify-content: space-between;
    }
    .vp_inside_text__head {
        padding: 63px 50px 0;
        font-weight: 700;
        font-size: 36px;
        line-height: 36px;
    }
    .vp_play {
        margin-bottom: 34px;
        display: flex;
        gap: 30px;
    }
    .vp_play__text {
        display: block;
        font-family: 'Montserrat';
        padding-left: 37px;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        color: #EBEBEB;
        max-width: 177px;
    }
    .vp_play svg {
        width: 95px;
        flex-basis: 95px;
        height: 95px;
        margin-right: 29px;
    }
    .services__tab__table tbody td:not(.subservices_td):first-child span:first-child {
        font-size: 18px;
        line-height: 20px;
    }
}

.pricepage.pricepage_detail .services__tab__table,
.pricepage.pricepage_detail .services__tab__table table {
    width: 100% !important;
}

.pricepage.pricepage_detail .services__tab__table thead td:first-child {
    font-size: 24px;
    line-height: 24px;
}

.pricepage.pricepage_detail .services__tab__table tbody {
    padding: 16px 0 16px 0;
    margin-bottom: 0;
}

.pricepage.pricepage_detail .services__tab__table table td.subservices_td {
    border-bottom: none;
    margin-bottom: 0;
}

.pricepage.pricepage_detail .subservices_parent td {
    margin-bottom: 0;
}

.pricepage.pricepage_detail .onhover_tips {
    right: calc(100% + 45px);
    left: unset;
}

.pricepage.pricepage_detail .onhover_tips:before {
    right: unset;
    left: calc(100% - 10px);
    transform: rotate(225deg);
}

.pricepage.pricepage_detail .services__tab__table .subservices_tr table td:first-child {
    flex-basis: calc(38% - 20px);
}

.h2 {
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #F4F4F4;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
}

.h2.price_h2 {
    margin-top: 60px;
    margin-bottom: 40px;
}

.pricepage.pricepage_detail .services__tab__table .subservices_td tbody {
    padding: 16px 0 0 0;
}

.service_hero_bg.with_container>.container>.btn-block {
    display: flex;
    margin-top: 30px;
}

.service_hero_bg.with_container>.container>.btn-block>a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    width: 136.5px;
    height: 36px;
    background: transparent;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #01af01;
    padding-left: 0;
    margin-left: 56px;
    cursor: pointer;
    border: 2px solid #01af01;
    transition: .3s;
}

.service_hero_bg.with_container>.container>.btn-block>a:hover {
    background-color: #01af01;
    color: #fff;
}

.service_hero_bg.with_container>.container>.btn-block>a.btn-find-price {
    color: #AF944D;
    border-color: #AF944D;
    width: 256px;
    margin-left: 42px;
}

.service_hero_bg.with_container>.container>.btn-block>a.btn-find-price:hover {
    background-color: #AF944D;
    color: #fff;
}

.guests_slider,
.barbers_slider,
.newsblog_slider,
.partner_slider,
.hero__slider,
.barber_single__slider,
.sertificate {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.guests_slider.slick-initialized,
.barbers_slider.slick-initialized,
.newsblog_slider.slick-initialized,
.partner_slider.slick-initialized,
.hero__slider.slick-initialized,
.barber_single__slider.slick-initialized,
.sertificate.in_visible,
.guests_slider.forscroller,
.barbers_slider.forscroller,
.newsblog_slider.forscroller,
.partner_slider.forscroller,
.hero__slider.forscroller,
.barber_single__slider.forscroller,
.sertificate.in_visible {
    visibility: visible;
    opacity: 1;
}

.bold {
    font-weight: bold;
}

.h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
}

.article_right li>ul,
.article_right li>ol {
    margin: 40px;
}

.publication-images_slider {
    display: none;
}


/* new slider Flickity */

.flky-carousel {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-cell {
    overflow: hidden;
    height: inherit;
}

.carousel-cell img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: .5s ease;
    filter: grayscale(1);
}

.carousel-cell-image {
    min-width: 150px;
    transition: opacity 0.4s;
    opacity: 0;
}

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
    opacity: 1;
}

.carousel-cell img:hover {
    filter: grayscale(0);
}

.flickity-button {
    background: none;
}

.flickity-button:hover {
    background: none;
}

.flickity-button svg {
    fill: #fff;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: auto !important;
}

.slick-arrow {
    z-index: 5;
    width: 30px;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-next:before {
    content: url(/bitrix/templates/2k21/assets/img/slick/orange_arrow_right.png);
}

.slick-prev:before {
    content: url(/bitrix/templates/2k21/assets/img/slick/orange_arrow_left.png);
}

.partners-carousel,
.barbers-carousel,
.news-lenta-carousel,
.guests-carousel {
    opacity: 0;
}

.partners-carousel {
    margin: 150px auto 0;
    max-width: 80vw;
}

.partners-carousel .carousel-cell {
    max-width: 20%;
    height: 110px;
    margin: 0 2%;
}

.partners-carousel .carousel-cell img {
    object-fit: contain;
    object-position: center;
    max-height: 100%;
    height: inherit;
    filter: grayscale(0);
    transform: scale(.9);
}

.partners-carousel .flickity-prev-next-button.previous {
    left: -8%;
}

.partners-carousel .flickity-prev-next-button.next {
    right: -8%;
}

.guests-carousel .carousel-cell {
    height: 700px;
}

.guests-carousel .carousel-cell img {
    width: auto;
}

.partners-carousel .carousel-cell img:hover,
.guests-carousel .carousel-cell img:hover {
    transform: scale(1);
}

.barbers-carousel .carousel-cell {
    width: 33.33%;
    height: 650px;
}

.partners-carousel .flickity-button svg,
.barbers-carousel .flickity-button svg,
.news-lenta-carousel .flickity-button svg {
    fill: #AF944D;
}

.news-lenta-carousel {
    margin: 0 5%;
}

.news-lenta-carousel .carousel-cell {
    width: 23%;
    height: 523px;
}

.news-lenta-carousel .newsblog_slide_views img {
    margin-right: 7px;
    width: 14px;
    height: 10px;
}

.news-lenta-carousel .newsblog_author {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 50%;
    filter: grayscale(0);
}

.newsblog {
    padding: 100px 0 150px 0;
}

@media screen and (min-width: 2000px) {
    .barbers-carousel .carousel-cell {
        height: 950px;
    }
}

@media screen and (min-width: 3000px) {
    .barbers-carousel .carousel-cell {
        height: 1050px;
    }
}

@media screen and (min-width: 1800px) and (max-width: 2000px) {
    .barbers-carousel .carousel-cell {
        height: 850px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
    .barbers-carousel .carousel-cell {
        height: 780px;
    }
}

@media screen and (min-width: 1600px) {
    .barbers-carousel .carousel-cell {
        width: 25%;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1400px) {
    .barbers-carousel .carousel-cell {
        height: 700px;
    }
    .guests-carousel .carousel-cell,
    .news-lenta-carousel .carousel-cell {
        height: 550px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .barbers-carousel .carousel-cell {
        height: 650px;
    }
    .guests-carousel .carousel-cell,
    .news-lenta-carousel .carousel-cell {
        height: 500px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 996px) {
    .guests-carousel .carousel-cell {
        height: 470px;
    }
    .partners-carousel .carousel-cell {
        max-width: 25%;
    }
    .barbers-carousel .carousel-cell {
        height: 600px;
    }
    .news-lenta-carousel .carousel-cell {
        width: 45%;
        height: 470px;
    }
    .newsblog {
        padding: 100px 0;
    }
}

@media screen and (max-width: 996px) {
    .guests-carousel .carousel-cell {
        height: 450px;
    }
    .partners-carousel {
        margin: 100px auto 0;
    }
    .barbers-carousel .carousel-cell {
        max-height: 600px;
        width: 50%;
    }
    .barbers-carousel .carousel-cell img {
        height: 100%;
        filter: grayscale(0);
    }
    .news-lenta-carousel .carousel-cell {
        width: 45%;
        height: 470px;
    }
}

@media screen and (max-width: 600px) {
    .guests-carousel .carousel-cell {
        height: 70vh;
    }
    .partners-carousel {
        margin: 50px auto 0;
    }
    .partners-carousel .carousel-cell {
        max-width: 50%;
    }
    .partners-carousel .flickity-prev-next-button.previous {
        left: -10%;
    }
    .partners-carousel .flickity-prev-next-button.next {
        right: -10%;
    }
    .barbers-carousel .carousel-cell {
        max-height: 500px;
        width: 50%;
    }
    .barbers-carousel .carousel-cell img {
        height: 100%;
    }
    .news-lenta-carousel .carousel-cell {
        width: 100%;
        height: 470px;
    }
}

@media screen and (max-width: 500px) {
    .barbers-carousel .carousel-cell {
        max-height: 600px;
        width: 100%;
    }
}

.service_top_seo .container,
.servoces_blok_seo_text .container,
.contacts_block .container,
.newsblog .container,
.faqblock .container,
.reviews .container,
.services-container,
.guest_container {
    max-width: 100%;
    width: calc(100% - 10vw);
    margin: 0 5vw;
}

.reviews .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contacts_block .container {
    margin-bottom: 30px;
}

@media screen and (max-width: 425px) {
    .services-container,
    .newsblog .container,
    .contacts_block .container,
    .guests .container {
        max-width: 326px;
        margin: auto;
    }
}

.slideshow {
    width: 100%;
    height: 100%;
}

.hero-slide {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 930px;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: .4s ease;
    opacity: 0;
}

.hero-slide.show {
    opacity: 1;
}

@media screen and (min-width: 2000px) {
    .hero,
    .hero-slide {
        min-height: 1200px;
    }
}

@media screen and (max-width: 1800px) and (min-width: 1200px) {
    .hero-slide {
        min-height: 764px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 996px) {
    .hero-slide {
        min-height: 636px;
    }
}

@media screen and (max-width: 996px) {
    .hero-slide {
        width: 100%;
        min-height: 516px;
        object-fit: cover;
        object-position: 84%;
    }
}

.messages_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #141414;
    box-shadow: 0 0 20px rgba(1, 175, 1, 0.4);
    z-index: 1000;
    color: #fff;
    padding: 20px 0;
    font-size: 12px;
    font-family: 'Montserrat';
}

.messages_cookies-wrp {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-right: 130px;
}

.messages_cookies-close {
    font-family: 'Montserrat';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto 0;
    height: 40px;
    width: 110px;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #141414;
    border: 2px solid #01af01;
    box-sizing: border-box;
    border-radius: 5px;
    color: #01af01;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
}

.messages_cookies-text,
.messages_cookies-text u {
    font-family: 'Montserrat';
    line-height: 1.4em;
}

.messages_cookies-text a {
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat';
}

@media (max-width: 996px) {
    .messages_cookies {
        bottom: 90px;
    }
    .messages_cookies-wrp {
        padding: 0 20px;
        margin: 0;
        width: auto;
    }
    .messages_cookies-close {
        position: relative;
        margin-top: 10px;
        width: 100%;
    }
}


.hero__text_1 br {
    display: inline !important;
}
.hero__text_1 {
    width: auto;
}

.hero__text_1 .hero__text__head {
    color: #fff;
    font-weight: 400;
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 55px;
}

.hero__text_1 .hero__text__head.right {
    text-align: right;
    margin-right: 20%;
}

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

.hero__text_1 .hero__text__head span {
    color: #DF0C37;
    font-weight: 700;
    font-size: 100px;
    line-height: 90%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    width: min-content;
}

@media screen and (max-width: 996px) {

    .popup-banner__text .hero__text .hero__text__head {
        font-size: 38px;
    }
    .popup-banner__text .hero__text {
        max-width: 90%;
    }
    .container.hero__text__wrap {
        max-width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .hero__text_1 .hero__text__head span {
        font-size: 60px;
    }
    .hero__text_1 .hero__text__head {
        font-size: 42px;
        line-height: 42px;
    }
    .hero__text_1 .hero__text__head.right {
        margin-right: 10%;
    }

    .popup-banner__wrap {
        max-width: 90%;
    }
}