@charset "UTF-8";
@font-face{
    font-family: "Actay";
    src: url("../fonts/5f3589e3d4b854aada3b2b1548d15cb4.eot");
    src: url("../fonts/5f3589e3d4b854aada3b2b1548d15cb4.eot?#iefix")format("embedded-opentype"),
        url("../fonts/5f3589e3d4b854aada3b2b1548d15cb4.woff")format("woff"),
        url("../fonts/5f3589e3d4b854aada3b2b1548d15cb4.woff2")format("woff2"),
        url("../fonts/5f3589e3d4b854aada3b2b1548d15cb4.ttf")format("truetype"),
        url("../fonts/5f3589e3d4b854aada3b2b1548d15cb4.svg#Actay Wide Bd")format("svg");
    font-weight:700;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family: "Actay";
    src: url("../fonts/63f5cabcf798b38ce33b7336d35b6c18.eot");
    src: url("../fonts/63f5cabcf798b38ce33b7336d35b6c18.eot?#iefix")format("embedded-opentype"),
        url("../fonts/63f5cabcf798b38ce33b7336d35b6c18.woff")format("woff"),
        url("../fonts/63f5cabcf798b38ce33b7336d35b6c18.woff2")format("woff2"),
        url("../fonts/63f5cabcf798b38ce33b7336d35b6c18.ttf")format("truetype"),
        url("../fonts/63f5cabcf798b38ce33b7336d35b6c18.svg#Actay Light")format("svg");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}


:root {
	--black: #2C2424;
	--black20: #2C242433;
	--black60: #2C242499;
	--white-color: #FFFCF9;
	--white-color50: rgba(255, 252, 249, 0.5);
}


::placeholder { color: var(--main-color); }
::-webkit-input-placeholder { color: var(--main-color); }
::-moz-placeholder { color: var(--main-color); opacity: 1; }
:-ms-input-placeholder { color: var(--main-color); }
html {
  scroll-behavior: smooth;
}
body {
    font-size: 16px;
    line-height: 1.25;
    font-family: "Actay", sans-serif;
    color: var(--main-color);
	font-weight: 400;
	background: var(--white-color);
}
button {
    outline: 0;
    cursor: pointer
}
button:focus {
    outline: 0
}
input {
    outline: 0
}
input:focus {
    outline: 0
}
img {
	max-width: 100%;
}
img.responsive {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
a {
	color: var(--main-color);
	transition: all linear 0.25s;
}
a:hover {
	color: var(--main-color);
	text-decoration: none;
}
p {
	margin: 0 0 20px;
}
p:last-child {
	margin: 0 !important;
}
b, strong {
	font-weight: 700;
}

.over_hid {
	overflow: hidden;
}
.op50 {
	opacity: 0.5;
}
.mt30 {
	margin-top: 30px;
}
.font20 {
	font-size: 20px;
	line-height: 1.25;
}
.font60 {
    font-size: 60px !important;
    line-height: 1.25;
}
.container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}
.container.container_short {
    max-width: 851px;
}

section {
	padding-top: 0;
	padding-bottom: 100px;
}
h1, h2, h3, h4, h5 {
	font-family: "Actay";
	font-weight: 700;
}
h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 56px;
	margin: 0;
	color: var(--main-color);
}
h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 56px;
	margin: 0 0 30px;
	color: var(--main-color);
}
h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 30px;
	color: var(--main-color);
}
ol, ul {
	margin: 0;
	padding: 0 0 0 25px;
}
.sect_bread {
	padding: 10px 0 35px;
}
.breadcramb {
	display: flex;
	font-size: 12px;
}
.separator {
	margin: 0 10px;
}
.btn {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	border-radius: 30px;
	box-shadow: none !important;
	padding: 12px 18px;
	transition: all linear 0.25s;
}
.btn * {
	transition: all linear 0.25s;
}
.btn-primary {
	color: var(--main-color);
	border-color: var(--main-color);
	background-color: transparent;
}
.btn-primary:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}
.btn-fill {
	color: var(--main-color);
	border-color: var(--main-color);
	background-color: #fff;
	padding: 13px 29px;
}
.btn-fill:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}
.btn-inverse {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
	padding: 12px 28px;
}
.btn-inverse:hover {
	color: var(--main-color);
	border-color: var(--main-color);
	background-color: #fff;
}
.btn-ico {
	display: flex;
	align-items: center;
	padding: 13px 19px;
}
.btn-ico svg {
	width: 23px;
	min-width: 23px;
	margin-right: 6px;
}
.btn-arr {
	display: inline-flex;
	align-items: center;
	padding: 5px 5px 5px 19px;
	color: var(--main-color);
	border-color: var(--main-color);
	background-color: #fff;
}
.btn-arr span {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 50px;
	margin-left: 18px;
	background: var(--main-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all linear 0.25s;
}
.btn-arr span svg {
	display: block;
}
.btn-arr:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}
.btn-arr:hover span {
	background: #fff;
	color: var(--main-color);
}
.row20 .row {
	margin-left: -10px;
	margin-right: -10px;
}
.row20 .row > div {
	padding-left: 10px;
	padding-right: 10px;
}
.bord {
	border: 1px solid var(--main-color);
	border-radius: 30px;
	overflow: hidden;
}
.bord .bord {
	border-radius: 20px;
}
.fbt {
	position: fixed;
	bottom: 30px;
	right: 60px;
	perspective: 1000;
	z-index: 10;
}
.fbt a {
	display: block;
	width: 76px;
	height: 76px;
	transform-style: preserve-3d;
	z-index: 1;
	animation: flipwa 10000ms infinite;
	transition: all linear 0.25s;
}
.fbt a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #4CD35C26;
	border-radius: 100px;
	z-index: -1;
	animation: krug_fix 2000ms infinite;
}
.flip1, .flip2 {
	width: 100%;
	height: 100%;
	position: relative;
	background: #4CD35C;
	border-radius: 100px;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.flip2 {
	transform: rotateY(180deg);
	background: #00ACEA;
}
.flip1.flip3 {
	background: #00ACEA;
}
@keyframes krug_fix {
	0% { transform: scale(1); }
	50% { transform: scale(1.35); }
	100% { transform: scale(1); }
}
@keyframes flipwa {
	0% { transform: rotateY(0deg); }
	25% { transform: rotateY(0deg); }
	35% { transform: rotateY(180deg); }
	65% { transform: rotateY(180deg); }
	75% { transform: rotateY(0deg); }
	100% { transform: rotateY(0deg); }
}

body:not(.color_shap) main {
	padding-top: 50px;
}
.header_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 5;
}
.header {
	position: relative;
	width: 100%;
	display: flex;
	height: 30px;
	justify-content: space-between;
	align-items: center;
}
.grey_shap .header_wrap {
	background: var(--black20);
}
.fixheader, .grey_shap .fixheader {
	background: var(--black60);
}
.fixheader .phone-block a, .fixheader .salon_link span, .fixheader .salon_link span + svg, .fixheader .logo-block a  {
	color: #fff;
}
.salon-block {
	position: relative;
}
.salon_link {
	display: flex;
	align-items: center;
	gap: 8px;
}
.salon_link span {
	max-width: 280px;
	line-height: 15px;
}
.dark_shap .salon_link span, .dark_shap .salon_link span + svg {
	color: #fff;
}
.salon_wrap {
	position: absolute;
	top: calc(100% + 14px);
	left: 0;
	width: 340px;
	padding: 0;
	border-radius: 0 20px 20px 20px;
	background: #fff;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: all linear 0.25s;
    overflow-y: auto;
}
.salon_wrap::-webkit-scrollbar {
	display: none;
}
.salon_wrap.active {
	opacity: 1;
	max-height: 500px;
	padding: 20px 0;
}
.salon_wrap ul {
	list-style: none;
	padding: 0;
}
.salon_wrap ul li {
	padding: 10px 30px 7px;
	background: transparent;
	transition: all linear 0.25s;
}
.salon_wrap ul li:hover, .salon_wrap ul li.active {
	background: var(--main-color50);
	color: #fff;
}
.salon_wrap ul li:hover a, .salon_wrap ul li.active a {
	color: #fff;
}
.logo-block {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.logo-block svg {
	display: block;
}
.dark_shap .logo-block a {
	color: #fff;
}
.phone-block {
	font-weight: 700;
}
.dark_shap .phone-block a {
	color: #fff;
}

footer {
	color: var(--white-color);
}
footer a {
	color: var(--white-color);
}
footer a:hover {
	color: #fff;
}
.foot_top {
	padding: 44px 0 64px;
	background: var(--black);
}
.foot_top ul {
	padding: 0;
	list-style: none;
}
.foot_top ul li + li {
	margin-top: 20px;
}
.fcons .col-md-6 + .col-md-6 {
	margin-top: 30px;
}
.foot_cnt a {
	font-weight: 700;
	color: #fff;
}
.foot_bottom {
	padding: 12px 0;
	background: #636363;
}
.f_title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/*****************home******************/
.shap_dark {
	background: url(../images/shap_fon.jpg) no-repeat center center / cover;
	height: 100vh;
	padding: 60px 0;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
/*
.shap_dark:after {
	content: "";
	height: 470px;
	width: 1429px;
	position: absolute;
	bottom: -101px;
	left: calc(50% - 532px); 
	background: url(../images/sect_shap.png) no-repeat center center / 100% 100%;
	z-index: -1;
}

.shap_dark:before {
	content: "";
	height: 100px;
	width: 100px;
	position: absolute;
	bottom: calc(50% - 50px);
	right: calc(50% - 345px); 
	background: url(../images/ico/play.svg) no-repeat center center / contain;
	z-index: -1;
}
*/
.shap_dark h1 {
	color: #fff;
}
.video_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}
.video_wrap:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0; 
	background: linear-gradient(0deg, rgba(44, 36, 36, 0.2), rgba(44, 36, 36, 0.2)), linear-gradient(90deg, rgba(0, 0, 0, 0) 37.74%, rgba(0, 0, 0, 0.3) 100%);
	z-index: 2;
}
video.shap_video {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.video_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.shap_txt {
	margin: 20px 0 30px;
	max-width: 578px;
	font-size: 26px;
	line-height: 32px;
	color: #fff;
}
.advance {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.advance_item {
	padding: 30px;
	display: flex;
	align-items: center;
	height: 140px;
}
.advance_num {
	font-weight: 700;
	font-size: 70px;
	line-height: 69px;
	margin-right: 10px;
	margin-top: 10px;
}
.advance_num span {
	font-size: 40px;
}
.advance_item1 {
	width: 323px;
}
.advance_item2 {
	width: 359px;
}
.advance_item3 {
	width: 349px;
}
.advance_item4 {
	width: 449px;
}
.autowide_slider.owl-carousel .owl-stage-outer {
	overflow: visible;
}
/*
.sect_service {
	background: url(../images/sect_service.png) no-repeat center calc(100% - 211px) / 100% 103px;
}
*/
.sect_service .ntabs:not(.vert_tabs) > .nav-tabs {
	margin-bottom: 30px;
}
.serv_tabl {
	padding: 29px;
	background: #fff;
}
.serv_tabl_title {
	font-weight: 700;
	margin-bottom: 11px;
	text-transform: uppercase;
}
.tabl_line {
	display: flex;
	border-bottom: 1px solid var(--black20);
	padding: 14px 0 15px;
}
.tabl_name {
	width: 60%;
}
.tabl_inf {
	width: 40%;
	display: flex;
	text-align: right;
}
.tabl_inf > * {
	width: 50%;
}
.tabl_price_h{
    padding-top: 30px;
}
.tabl_price:nth-last-child(1){
    border-right: 0 !important;
}
.tabl_link {
	text-decoration: underline;
}

.serv_ban {
	background: url(../images/serv_ban.jpg) no-repeat center center / cover;
	position: relative;
	z-index: 1;
	padding: 38.5px 0;
	margin-top: 20px;
}
.serv_ban:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: var(--black20);
	z-index: -1;
}
.serv_ban_title {
	font-weight: 700;
	font-size: 44px;
	line-height: 56px;
	color: #fff;
	cursor: pointer;
}

.sert_item {
	position: relative;
	padding: 50px 132px 50px 50px;
	background: #fff;
	overflow: hidden;
	z-index: 1;
}
.sert_item:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 280px;
	height: 335px;
	background: url(../images/sert_img.png) no-repeat center center / contain;
	z-index: -1;
}
.sert_item1 {
	background: url(../images/sert_fon.jpg) no-repeat center center / cover;
	color: var(--white-color);
}
.sert_name {
	font-weight: 700;
	height: 50px;
	margin-bottom: 69px;
	max-width: 301px;
}
.sert_price {
	font-weight: 700;
	font-size: 90px;
	line-height: 97px;
	margin-bottom: -8px;
}
.sert_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.job_item {
	height: 450px;
	overflow: hidden;
}

.spec_slider.owl-theme .owl-nav.disabled + .owl-dots {
	display: none;
}
.blog_item {
	height: 100%;
	position: relative;
	padding-bottom: 66px;
	background: #fff;
}
.blog_item_img {
	position: relative;
	top: -1px;
	right: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: 200px;
	overflow: hidden;
}
.blog_item_img img {
	display: block;
}
.blog_item_wrap {
	padding: 29px;
}
.blog_item_title {
	font-weight: 400;
	margin-bottom: 18px;
}
.blog_item_price {
	margin-bottom: 18px;
	display: flex;
	justify-content: space-between;
	max-width: 186px;
}
.blog_item_price span {
	margin-right: 5px;
}
.blog_link {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 30px 30px;
	width: 100%;
}
.blog_link .btn {
	padding: 12px 28px;
}

.sect_pril .bord {
	padding: 60px 40px 58px;
	background: #fff;
	height: 100%;
	position: relative;
}
.pril_wrap {
	max-width: 563px;
}
.sect_pril h2 {
	font-size: 46px;
	line-height: 58px;
	margin-bottom: 10px;
}
.pril_btn {
	display: flex;
	margin-top: 60px;
	gap: 20px;
}
.pril_btn a {
	height: 48px;
	background: #000;
	border-radius: 30px;
	width: 50%;
	text-align: center;
}
.pril_btn img {
	display: block;
	margin: 0 auto;
}
.pril_img {
	position: absolute;
	width: 413px;
	right: 15px;
	bottom: 0;
	top: -92px;
}
.pril_img img {
	object-position: left bottom;
}

.aks_img_det {
	height: 527px;
	border-radius: 30px;
	overflow: hidden;
	max-width: 400px;
	margin-left: auto;
}
.aks_det_text {
	margin-top: 20px;
}
.aks_det_text ul {
	padding-left: 0;
	list-style: none;
}
.aks_det_text ul li {
	line-height: 20px;
}
.aks_det_text ul li:before {
	content: "•";
	margin-right: 4px;
}
.aks_det_text ol + p, .aks_det_text ol + .paragr {
	margin-top: 20px;
}
.paragr {
	margin-bottom: 20px;
}
.paragr:last-child {
	margin-bottom: 0;
}
.sect_aks {
	overflow: hidden;
}
.aksful_slider {
	margin-top: 40px;
}
.aksful_slider.owl-carousel .owl-stage-outer {
	overflow: visible;
}
.aksful_slider.owl-carousel .owl-dots.disabled {
	display: flex;
}
.aksful_slider .aks_item {
	filter: blur(5px);
	transition: all linear 0.25s;
	height: 527px;
}
.aksful_slider .owl-item.active .aks_item {
	filter: blur(0px);
}
.aks_inf {
	padding: 33px 30px;
}
.aks_white {
	background: #ffffff;
}
.aks_dark {
	margin-top: 20px;
	background: var(--main-color);
	color: #fff;
	padding: 31px 50px;
}
.aks_dark .btn-arr:hover {
	border-color: #fff;
}
.aks_title {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 20px;
}
.aks_slider, .aks_slider .owl-stage-outer, .aks_slider .owl-stage {
	height: 100%;
}
.aks_item {
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	padding: 29px;
	z-index: 1;
}
.aks_sl_title {
	font-weight: 400;
	font-size: 30px;
	line-height: 1.25;
	margin-bottom: 10px;
	color: #fff;
}
.aks_text {
	opacity: 0.7;
	margin-bottom: 30px;
}
.aks_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.aks_img:before {
	content: "";
	background: linear-gradient(0deg, rgba(44, 36, 36, 0.2), rgba(44, 36, 36, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 52.65%, rgba(0, 0, 0, 0.3) 80.68%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.aks_slider.owl-theme .owl-nav.disabled + .owl-dots {
	display: none;
}
/*
.sect_abon {
	background: url(../images/sect_abon.png) no-repeat center calc(100% - 34px) / 100% 115px;
}
*/
.abon_slider {
	max-width: 610px;
	margin: 0 auto;
}
.abon_slider.owl-carousel .owl-stage-outer {
	overflow: visible;
}
.abon_slider.owl-carousel .owl-stage {
	align-items: center;
	height: 431px;
}
.abon_slider .owl-item {
	opacity: 0.6;
	position: relative;
	transition: all linear 0.25s;
}
.abon_slider .owl-item.active {
	opacity: 1;
}
.abon_item {
	background: #fff;
	display: flex;
	filter: blur(5px);
	transition: all linear 0.25s;
}
.owl-item.active .abon_item {
	filter: blur(0px);
}
.abon_info {
	width: 53%;
	padding: 30px 30px 30px;
	position: relative;
	height: 399px;
	transition: all linear 0.25s;
}
.owl-item.active .abon_info {
	padding-bottom: 60px;
	height: 429px;
    	height: 503px;
}
.abon_title {
	margin: 0 0 20px;
	font-weight: 400;
}
.abon_price {
	display: flex;
	font-weight: 700;
	margin: 0 0 20px;
}
.abon_price span {
	margin-right: 18px;
}
.abon_text ul {
	padding: 0 0 0 20px;
	list-style: disc;
}
.abon_link {
	position: absolute;
	bottom: 30px;
	left: 30px;
	transition: all linear 0.25s;
}
.owl-item.active .abon_link {
	bottom: 60px;
}
.abon_img {
	width: 47%;
	margin: -1px -1px -1px 1px;
	overflow: hidden;
}


/*****************blog******************/

.detail_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.detail_main {
	width: calc(75.5% - 10px);
	line-height: 1.31;
}
.detail_right {
	width: calc(24.5% - 10px);
}
.detail_right_title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 28px;
}
.detail_right_list .blog_item {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	padding: 0;
}
.detail_right_list .blog_item + .blog_item {
	margin-top: 20px;
}
.detail_right_list .blog_item_img {
	display: none;
}
.detail_right_list .blog_item:first-child {
	height: 316px;
}
.detail_right_list .blog_item:first-child .blog_item_img {
	display: block;
}
.detail_right_list .blog_item_wrap {
	padding: 19px 29px;
}
.detail_right_list .blog_item_title {
	margin: 0;
}
.detail_text {
	max-width: 820px;
	margin-top: 20px;
}
.detail_img {
	display: grid;
	grid-template-columns: 3fr 3fr 2fr;
	gap: 20px;
	margin-bottom: 20px;
}
.detail_img .bord {
	overflow: hidden;
	height: 353px;
	border-radius: 20px;
}
.quot {
	padding: 20px;
	border-radius: 30px;
	background: var(--main-color);
	color: #fff;
}
.detail_nav {
	display: flex;
	justify-content: space-between;
}


.blog_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	gap: 20px;
}
.blog_wrap .blog_item_wrap {
	padding: 19px 29px;
}
.blog_wrap .blog_item_title {
	margin-bottom: 0;
}
.blog_wrap .blog_item_img {
	height: auto;
	flex: 1 1 auto;
}
.blog_main {
	width: calc(75.5% - 10px);
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.blog_main .blog_item {
	width: calc(33.3333% - 13.3334px);
	height: 325px;
	display: flex;
	flex-direction: column;
	padding: 0;
}
.blog_main .blog_item:first-child {
	width: 100%;
	height: 760px;
}
.blog_main .blog_item:first-child .blog_item_title {
	margin-bottom: 18px;
	font-size: 30px;
	line-height: 37px;
}
.blog_main .blog_item:first-child .blog_item_text {
	font-size: 20px;
	line-height: 25px;
}
.blog_right {
	width: calc(24.5% - 10px);
}
.blog_right .blog_item {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	padding: 0;
}
.blog_right .blog_item + .blog_item {
	margin-top: 20px;
}
.blog_right .blog_item_img {
	display: none;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.page-numbers {
	width: 53px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	transition: all linear 0.25s;
}
.page-numbers:hover, .page-numbers.current {
	color: #fff;
	background: var(--main-color);
}

/*****************other page******************/
.sect_404 {
	padding: 0 0 83px;
	height: 100vh;
	background: url(../images/404.jpg) no-repeat 0 0 / cover;
	color: #fff;
	display: flex;
	align-items: center;
}
.sect_404 h1 {
	font-weight: 700;
	font-size: 200px;
	line-height: 253px;
	margin: 54px 0 -29px;
	color: #fff;
}
.txt_404 {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 54px;
}
.logo_404 img {
	max-width: 464px;
	width: 100%;
}
.sect_policy ul {
	margin-bottom: 20px;
}

.sect_txt_img {
	padding-top: 100px;
	padding-bottom: 20px;
}
.sect_service + .sect_txt_img {
	padding-top: 0;
	padding-bottom: 100px;
}
.sect_txt_img h2 {
	margin: 4px 0 20px;
}
.txt_img {
	height: 488px;
}
.txt_img_txt {
	max-width: 457px;
}
.img_txt_txt {
	max-width: 463px;
	margin-left: auto;
	margin-right: 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sect_fotoslide {
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}
.fotoslide_item {
	height: 488px;
	width: 400px;
	overflow: hidden;
}
	
/*****************form******************/
.form_wrap {
	max-width: 692px;
	margin: 0 auto;
}
label {
	display: block;
	margin: 0;
}
.form_input {
	margin-bottom: 16px;
}
.form_input input, .form_input textarea {
	display: block;
	width: 100%;
	border: 1px solid var(--main-color);
	padding: 13px 19px;
	border-radius: 30px;
	outline: none;
}
.form_input textarea {
	height: 140px;
	resize: none;
}
.form_select select {
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-size: .6em;
    background-position: calc(100% - 1.3em) center;
    background-repeat: no-repeat;
	border: 1px solid var(--main-color);
	padding: 13px 40px 13px 20px;
	border-radius: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: var(--main-color);
	width: 100%;
}
.form_select select:focus {
	border-color: var(--main-color);
}
.form_select select::-ms-expand {
    display: none;
}

.form_subm {
	margin-top: 24px;
}
[type="submit"] {
	height: 52px;
	border: 0;
}
[type="submit"]:hover {
	border: 0;
}
.deliv_switch {
	max-width: 337px;
	display: flex;
	gap: 11px;
}
.deliv_switch > div {
	width: calc(50% - 5.5px);
}
.radio_check {
	margin: 0;
}
.radio_check input {
	opacity: 0;
	position: absolute;
	visibility: hidden;
}
.radio_check span {
	display: flex;
	line-height: 22px;
	height: 20px;
}
.radio_check span b {
	opacity: 0.5;
	font-weight: 400;
	transition: all linear 0.25s;
}
.radio_check span:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin-right: 8px;
	border: 1px solid var(--main-color);
	transition: all linear 0.25s;
}
.radio_check input:checked + span:before {
	border-width: 7px;
}
.radio_check input:checked + span b {
	opacity: 1;
}

.whose_switch {
	max-width: 337px;
	display: flex;
	gap: 10px;
}
.whos_check {
	margin: 0;
}
.whos_check input {
	opacity: 0;
	position: absolute;
	visibility: hidden;
}
.whos_check span {
	display: block;
	line-height: 20px;
	padding: 13px 19px;
	border-radius: 30px;
	border: 1px solid var(--main-color);
	transition: all linear 0.25s;
}
.whos_check input:checked + span {
	background: var(--main-color);
	color: #fff;
}

.form_privacy {
	margin-top: 24px;
}
.form_privacy label {
	display: block;
	position: relative;
	max-width: 471px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
}
.form_privacy input {
	position: absolute;
	opacity: 0 !important;
	cursor: pointer;
	height: 0;
	width: 0 !important;
}
.form_privacy .check_span {
	position: relative;
	padding-left: 30px;
	display: block;
}
.form_privacy .check_span:before {
	content: "";
	width: 18px;
	min-width: 18px;
	height: 18px;
	border-radius: 4px;
	display: block;
	margin-right: 12px;
	background:#fff;
	border: 1px solid var(--btn-color);
	position: absolute;
	top: 3px;
	left: 0;
}
.form_privacy input:checked + .check_span:after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 4px;
	display: block;
	background: var(--btn-color);
	position: absolute;
	top: 7px;
	left: 4px;
}
.form_privacy a {
	color: inherit;
	text-decoration: underline;
}

.sert_shag {
	display: none;
}
.sert_shag .col-md-6 {
	height: 500px;
}
.modal-content.mc_full{
    border: none;
    border-radius: 30px;
}
.sert_shag1 {
	display: block;
}
.sert_shag .btn {
	padding: 12px 19px;
}
.shag_group {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 10px;
	margin: 10px 0 20px;
}
.shag_group .btn.sel {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}
.sert_shag1 .form_input {
	width: 123px;
	margin: 11px 0 0;
}
.shag_img {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	height: 100%;
}
.shag_img .sert_item {
	padding: 30px 60px 30px 25px;
	width: 100%;
}
.shag_img .sert_item:after {
	width: 157px;
	height: 188px;
}
.shag_img .sert_name {
	height: 30px;
	margin-bottom: 36px;
	max-width: 185px;
	font-size: 12px;
}
.shag_img .sert_price {
	font-size: 53px;
	line-height: 57px;
	margin-bottom: -1px;
}
.shag_img .sert_inf {
	font-size: 12px;
}
.sert_shag2 .col-md-6 > div + div {
	margin-top: 23px;
}
.sert_shag2 .form_input {
	margin-bottom: 0;
}
.sert_shag2 .form_input + .form_input {
	margin-top: 10px;
}
.modtxt {
	margin-bottom: 10px;
}
.sert_selstreet {
	display: none;
	position: relative;
}
.form_inf {
	font-size: 14px;
	line-height: 17px;
	color: #FB2E2E;
	position: absolute;
	bottom: -21px;
	left: 0;
}
.form_price {
	position: absolute;
	left: calc(100% + 20px);
	width: calc(100% - 100px);
	bottom: 11px;
}
.sert_shag3 .col-md-6 > div + div {
  margin-top: 10px;
}
.sub_itog {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.predpr_line {
	display: flex;
	max-width: 287px;
}
.predpr_line + .predpr_line {
	margin-top: 20px;
}
.predpr_name {
	width: 40%;
	padding-right: 10px;
}
.predpr_itog {
	width: 60%;
}
.sub_btn {
	margin-top: auto;
}
.shag_img .shag_predpr {
	padding: 19px;
	background: var(--white-color);
	width: 100%;
}
.itog {
	margin-top: 30px;
}
.itog b {
	display: block;
	margin-bottom: 8px;
}
.itog span {
	display: block;
	font-weight: 700;
	font-size: 60px;
	line-height: 76px;
}
.sert_shag .form_input textarea {
	height: 91px;
}
#sert1 .sert_shag2 .col-md-6 > div + div {
	margin-top: 13px;
}

/**********************elements*************************/
#upbutton {
	position: fixed;
	bottom: 33px;
	right: 48px;
	z-index: 10;
	display: none;
	width: 60px;
	height: 60px;
	background: #9A4CF5B2 url(../images/ico/ico_top.svg) no-repeat center center;
	border-radius: 10px;
	cursor: pointer;
}
.slider_teni.owl-carousel .owl-stage-outer {
	padding: 0 12px 15px;
	margin: 0 -12px -15px;
	width: calc(100% + 24px);
}
.owl-carousel .owl-stage {
	display: flex;
}
.owl-carousel.owl-drag .owl-item {
	flex: 0 0 auto;
}
.owl-theme .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	gap: 23px;
}
.owl-theme .owl-dots .owl-dot span {
	background: var(--main-color);
	width: 10px;
	height: 10px;
	margin: 0;
	opacity: 0.2;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--main-color);
	opacity: 1;
}
.slider_arr.owl-theme .owl-nav {
	margin-top: 0;
}
.slider_arr.owl-carousel .owl-nav button {
	margin: 0;
	position: absolute;
	top: calc(50% - 20px);
}
.slider_arr.owl-carousel .owl-nav button svg {
	display: block;
}
.slider_arr.owl-carousel .owl-nav button.owl-prev {
	left: -315px;
}
.slider_arr.owl-carousel .owl-nav button.owl-next {
	right: -315px;
}
.slider_arr.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
	color: var(--main-color);
}
.ntabs .nav-tabs {
	border-bottom: none;
	margin-bottom: 20px;
	gap: 10px;
}
.ntabs .nav-tabs .nav-link {
	padding: 13px 19px;
	border: 1px solid var(--main-color);
	border-radius: 30px;
}
.ntabs .nav-tabs .nav-item.show .nav-link, .ntabs .nav-tabs .nav-link.active, .ntabs .nav-tabs .nav-link:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}
.ntabs .card {
	border: none;
	background: transparent;
}
.vert_tabs {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.vert_tabs .nav-tabs {
	width: calc(33% - 10px);
	margin-bottom: 0;
	gap: 8px;
}
.vert_tabs .nav-tabs .nav-link {
	opacity: 0.5;
	padding: 7px 15px;
}
.vert_tabs .nav-tabs .nav-item.show .nav-link, .vert_tabs .nav-tabs .nav-link.active, .vert_tabs .nav-tabs .nav-link:hover {
	opacity: 1;
	color: var(--main-color);
	background-color: transparent;
}
.vert_tabs .tab-content {
	width: calc(67% - 10px);
}


.sect_cont {
	padding-bottom: 90px;
}
.sect_cont h2 {
	margin-bottom: 0;
	margin-top: 60px;
}
.sect_cont_fin h2 {
	margin-top: 0;
}
.sect_cont_fin .mt30 p {
	margin-bottom: 10px;
}
.adr_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.map {
	position: relative;
	height: 100%;
}
.map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.map > a {
	position: absolute;
	color: var(--main-color);
}
.map > a svg {
	display: block;
}
.pin_map1 {
	top: 5%;
	left: 15%;
}
.pin_map2 {
	top: 25%;
	right: 15%;
}
.pin_map3 {
	bottom: 5%;
	left: 35%;
}
.sect_contacts .ntabs .nav-tabs {
	margin-bottom: 30px;
	gap: 20px;
}
.conbord {
	height: 100%;
	padding: 60px;
}
.rekv p {
	margin-bottom: 10px;
}
.rekv p:last-child {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1270px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 1550px) {
	.container {
		max-width: 1470px;
	}
	.shap_dark:after {
		bottom: -101px;
		left: auto;
		right: 0;
	}
	.autowide_slider .owl-stage-outer {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 1399px) {
	.slider_arr.owl-carousel .owl-nav button.owl-prev {
		left: -115px;
	}
	.slider_arr.owl-carousel .owl-nav button.owl-next {
		right: -115px;
	}
}

@media (max-width: 1199px) {
	section {
		padding-bottom: 80px;
	}
	.shap_dark:before {
		right: 16.5%;
	}
	.salon_link span {
		max-width: 260px;
	}
	.sect_pril .bord {
		padding: 30px 40px;
	}
	.pril_img {
		right: 0;
		width: 351px;
		top: -70px;
	}
	.job_item {
		height: 350px;
	}
	.sert_item {
		padding: 30px 120px 30px 30px;
width: 100%;
	}
	.sert_price {
		font-size: 64px;
		line-height: 1;
		margin-bottom: -5px;
	}
	.sert_item:after {
		width: 200px;
		height: 239px;
	}
	.sect_pril h2 {
		font-size: 42px;
		line-height: 1.25;
	}
	.sect_cont h2 {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.aksful_slider .aks_item {
		height: 470px;
	}
	.aks_img_det {
		height: 458px;
	}
	.sect_404 h1 {
		margin: 40px 0 -10px;
	}
	.logo_404 img {
		max-width: 373px;
	}
	.txt_404 {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.img_txt_txt {
		margin-right: 0;
	}
	.blog_main {
		width: calc(67% - 10px);
	}
	.blog_main .blog_item:first-child .blog_item_title {
	  font-size: 20px;
	  line-height: 25px;
	}
	.blog_main .blog_item:first-child .blog_item_text {
	  font-size: 16px;
	  line-height: 20px;
	}
	.blog_right {
		width: calc(33% - 10px);
	}
	.blog_wrap .blog_item_title {
		font-size: 18px;
		line-height: 22px;
	}
	.blog_wrap .blog_item_wrap {
		padding: 19px;
	}
}

@media (max-width: 991px) {
	.bord {
		border-radius: 20px;
	}
	.shap_dark {
		padding: 40px 0;
	}
	.shap_wrap {
		max-width: 345px;
	}
	h1 {
		font-size: 40px;
		line-height: 51px;
	}
	h2 {
		font-size: 40px;
		line-height: 51px;
	}
	.salon_link span.sel {
		max-width: 140px;
		font-size: 10px;
		line-height: 1;
	}
	.shap_txt {
		margin: 10px 0 20px;
		font-size: 20px;
		line-height: 25px;
	}
	.advance_item {
		padding: 20px;
		height: 120px;
	}
/*
	.sect_service {
		background: url(../images/sect_service.png) no-repeat center 100% / auto 103px;
	}
*/
	.vert_tabs {
		flex-wrap: wrap;
	}
	.vert_tabs .nav-tabs, .vert_tabs .tab-content {
		width: 100%;
	}
	.tabl_name {
		width: 57%;
	}
	.tabl_inf {
		width: 43%;
	}
	.serv_ban {
		padding: 41px 0;
	}
	.serv_ban_title {
		font-size: 40px;
		line-height: 51px;
	}
	.job_item {
		height: 258px;
	}
	.sert_item {
		padding: 29px 55px 29px 29px;
	}
	.sert_name {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.sert_price {
		font-size: 40px;
		margin-bottom: 5px;
	}
	.sert_inf {
		font-size: 14px;
		line-height: 17px;
	}
	.sert_item:after {
		width: 141px;
		height: 169px;
	}
	.spec_slider.owl-theme .owl-nav.disabled + .owl-dots {
		display: flex;
	}
	.sect_pril .bord {
		padding: 39px 29px;
	}
	.sect_pril h2 {
		font-size: 32px;
	}
	.pril_btn {
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.pril_btn a {
		width: 100%;
	}
	.pril_img {
		right: 0;
		width: 369px;
		top: -92px;
		border-radius: 20px;
		overflow: hidden;
	}
	.sect_akcii h2 {
		font-size: 44px;
		line-height: 56px;
	}
	.aks_wrap {
		margin-top: 20px;
	}
	.aks_item {
		height: 470px;
	}
	.aks_inf {
		padding: 29px;
		height: 100%;
	}
	.aks_title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.aks_inf p {
		margin-bottom: 10px;
	}
	.aks_dark {
		margin-top: 0;
		padding: 36px 40px;
	}
	.aks_dark .aks_title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.aks_dark .aks_inf p {
		margin-bottom: 20px;
	}
	.sect_abon {
		padding-bottom: 60px;
	}
	.sect_abon h2 {
		margin-bottom: 20px;
	}
	.abon_slider {
		max-width: 478px;
	}
	.abon_slider.owl-carousel .owl-stage {
		height: 338px;
	}
	.abon_info {
		width: 51%;
		padding: 20px 20px 27px;
		height: 336px;
	}
	.owl-item.active .abon_info {
		padding-bottom: 27px;
		height: 336px;
	}
	.abon_img {
		width: 49%;
	}
	.abon_price {
		font-size: 18px;
	}
	.abon_price span {
		margin-right: 5px;
	}
	.abon_text {
		font-size: 15px;
	}
	.owl-item.active .abon_link {
		bottom: 20px;
		left: 20px;
	}
	.abon_link .btn {
		padding: 9px 19px;
	}
	.foot_top {
		padding: 44px 0 40px;
	}
	.foot_top .col-lg-4 {
		order: 1;
		margin-top: 40px;
	}
	.fcons .col-md-6 + .col-md-6 {
		margin-top: 0;
	}
	.mt30 {
		margin-top: 20px;
	}
	.fbt {
		right: 16px;
	}
	footer {
		overflow: hidden;
	}
	.conbord {
		padding: 30px;
	}
	.sect_404 {
		padding: 87px 0 83px;
		align-items: flex-start;
		background: url(../images/404_mob.jpg) no-repeat left bottom / cover;
	}
	.txt_404 {
		font-size: 24px;
		max-width: 452px;
		margin: 0 auto 26px;
	}
	.sect_404 h1 {
		margin: 25px 0 -36px;
	}
	.sect_txt_img {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.sect_service + .sect_txt_img {
		padding-top: 0;
		padding-bottom: 80px;
	}
	.txt_img {
		height: 404px;
	}
	.sect_img_txt .txt_img {
		height: 331px;
	}
	.img_txt_txt {
		display: block;
	}
	.fotoslide_item {
		height: 400px;
		width: 340px;
	}
	.blog_wrap {
		margin-top: 20px;
	}
	.blog_main .blog_item:first-child {
		height: 506px;
	}
	.blog_main .blog_item {
		width: calc(50% - 10px);
		height: 342px;
	}
	.detail_main {
		width: 100%;
	}
	.detail_text {
		margin-top: 35px;
	}
	.detail_img {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.detail_img .bord {
		height: 310px;
	}
	.detail_right {
		width: 100%;
		margin-top: 60px;
	}
	.detail_right_list {
		display: grid;
		grid-template-columns: 1fr 3fr;
		gap: 20px;
	}
	.detail_right_list .blog_item + .blog_item {
		margin-top: 0;
	}
	.detail_right_list .blog_item:first-child {
		height: 273px;
		grid-row: span 3;
	}
	.detail_right_list .blog_item_wrap {
		padding: 19px;
	}
	.detail_right_list .blog_item_title {
		font-size: 18px;
	}
	.detail_right_list .blog_item:nth-child(n+5) {
		display: none;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 15px;
	}
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.btn {
		font-size: 15px;
	}
	h1 {
		font-size: 32px;
		line-height: 40px;
	}
	h2 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.sect_bread {
		padding: 10px 0 35px;
	}
	body.single .sect_bread .last {
		max-width: 108px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.sect_policy h1 {
		font-size: 26px;
		line-height: 33px;
	}
	.header_wrap {
		padding: 5px 0;
	}
	.phone-block {
		display: none;
	}
	.logo-block {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
	.logo-block svg {
		width: 144px;
		height: 18px;
	}
	.salon_wrap ul li {
		padding: 10px 20px 7px;
	}
	.shap_dark:before {
		right: calc(50% - 50px);
		top: 20%;
	}
	.shap_dark:after {
		bottom: -106px;
		left: -145px;
	}
	.shap_txt {
		font-size: 18px;
		line-height: 22px;
	}
	.advance {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.advance_item1 {
		width: 248px;
	}
	.advance_item2 {
		width: 275px;
	}
	.advance_item3 {
		width: 263px;
	}
	.advance_item2 {
		width: 329px;
	}
	.advance_num {
		font-size: 60px;
		line-height: 70px;
		margin-top: 4px;
	}
	.sect_service .ntabs:not(.vert_tabs) > .nav-tabs {
		margin-bottom: 20px;
	}
	.ntabs .nav-tabs .nav-link {
		padding: 9px 13px;
	}
	.vert_tabs .nav-tabs .nav-link {
		padding: 5px 9px;
		font-size: 14px;
		line-height: 17px;
	}
	.serv_tabl {
		padding: 19px;
	}
	.tabl_line {
		padding-bottom: 15.5px;
	}
	.tabl_name {
		width: 50%;
	}
	.tabl_inf {
		width: 50%;
		flex-direction: column;
		justify-content: center;
	}

	.tabl_inf > * {
		width: 100%;	
	}
	.tabl_price{
	    padding-top: 0px;
		text-align: right !important;
        border-right: 0 !important;
	}
	.tabl_price_h{
		padding-top: 0px;
	}
	.sect_service {
		/*background: url(../images/sect_service.png) no-repeat 20.5% 100% / auto 103px;*/
		padding-bottom: 105px;
		margin-bottom: -25px;
	}
	.serv_ban {
		padding: 27px 0;
	}
	.serv_ban_title {
		font-size: 32px;
		line-height: 40px;
	}
	.job_item {
		height: 186px;
	}
	.sert_item2 {
		margin-top: 10px;
	}
	.sect_news h2 {
		margin-bottom: 30px;
	}
	.spec_slider {
		padding-right: 54px;
		overflow: hidden;
		margin-right: -10px;
		width: calc(100% + 10px);
	}
	.spec_slider.owl-carousel .owl-stage-outer {
		overflow: visible;
	}
	.blog_item {
		filter: blur(5px);
		transition: all linear 0.25s;
	}
	.owl-item.active .blog_item {
		filter: blur(0px);
	}
	.blog_item_wrap {
		padding: 19px;
	}
	.blog_item_title {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.blog_item_price {
		margin-bottom: 10px;
	}
	.blog_link {
		padding: 0 20px 20px;
	}
	.sect_pril .bord {
		padding: 20px 20px;
	}
	.sect_pril h2 {
		font-size: 30px;
		line-height: 37px;
	}
	.sect_pril .col-lg-5 {
		order: -1;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.sect_pril .col-lg-5 .bord {
		height: 376px;
	}
	.pril_img img {
		right: -17px;
		position: relative;
	}
	.pril_btn {
		margin-top: 22px;
		gap: 9px;
	}
	.aks_slider, .aksful_slider {
		padding-right: 54px;
		overflow: hidden;
		margin-right: -10px;
		width: calc(100% + 10px);
	}
	.aks_slider.owl-carousel .owl-stage-outer, .aksful_slider.owl-carousel .owl-stage-outer {
		overflow: visible;
	}
	.aksful_slider .aks_item {
		height: 409px;
	}
	.aks_item {
		filter: blur(5px);
		transition: all linear 0.25s;
		height: 409px;
	}
	.owl-item.active .aks_item {
		filter: blur(0px);
	}
	.aks_sl_title {
		font-size: 20px;
	}
	.aks_text {
		margin-bottom: 20px;
	}
	.btn-arr span {
		margin-left: 9px;
	}
	.aks_slider.owl-theme .owl-nav.disabled + .owl-dots, .aksful_slider.owl-theme .owl-nav.disabled + .owl-dots {
		display: flex;
	}
	.aks_wrap {
		margin-top: 80px;
	}
	.aks_inf {
		padding: 21px;
	}
	.aks_title {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 22px;
	}
	.aks_dark {
		margin-top: 10px;
		padding: 19px 23px;
		height: auto;
	}
	.aks_dark .aks_title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.aks_img_det {
		height: 409px;
		margin: 0 auto 20px;
	}
	.sect_abon {
		background: none;
	}
	.slider_arr.owl-theme .owl-nav {
		display: none;
	}
	.sect_cont {
		overflow: hidden;
		padding-bottom: 0;
	}
	.sect_cont h2 {
		margin-bottom: 20px;
	}
	.sect_cont .font20 {
		font-size: 18px;
		max-width: 90%;
	}
	.sect_cont .font60 {
		font-size: 40px !important;
		max-width: 90%;
	}
	.btn-ico {
		padding: 9px 13px;
	}
	.map {
		height: 532px;
		margin: 20px -11px 0;
	}
	.map img {
		border-radius: 0;
	}
	.foot_top {
		padding: 20px 0 40px;
	}
	.f_title {
		font-size: 18px;
	}
	.foot_top .col-lg-8 .col-md-6 + .col-md-6 {
		margin-top: 30px;
	}
	.fcons .col-md-6 + .col-md-6 {
		margin-top: 22px;
	}
	.sect_contacts .ntabs .nav-tabs {
		margin-bottom: 20px;
		gap: 10px;
	}
	.sect_contacts .font20 {
		font-size: 15px;
	}
	.sect_contacts .font60 {
		font-size: 20px !important;
	}
	.conbord .font20 b {
		font-size: 18px;
	}
	.conbord p {
		margin-bottom: 10px;
	}
	.sect_contacts .map {
		height: 348px;
		margin: 10px 0 0;
	}
	.sect_contacts .map img {
		border-radius: 20px;
	}
	.sect_rekv .font20 b {
		font-size: 18px;
	}
	.sect_404 {
		padding: 27px 0 37px;
		position: relative;
	}
	.sect_404 .col-lg-6 {
		position: static;
	}
	.txt_404 {
		font-size: 18px;
		max-width: 314px;
		margin: 0 auto 8px;
	}
	.sect_404 h1 {
		font-size: 120px;
		line-height: 152px;
		margin: 0 0 -36px;
	}
	.logo_404 {
		position: absolute;
		bottom: 37px;
		left: 0;
		width: 100%;
	}
	.logo_404 img {
		max-width: 180px;
	}
	.txt_img_txt {
		max-width: none;
	}
	.sect_txt_img h2 {
		margin: 0 0 20px;
	}
	.txt_img {
		height: 400px;
		margin-bottom: 20px;
	}
	.fotoslide_item {
		width: 295px;
	}
	.blog_main, .blog_right {
		width: 100%;
	}
	.blog_main .blog_item:first-child {
		height: 441px;
	}
	.blog_wrap .blog_item {
		width: 100%;
		height: auto;
		filter: blur(0px);
	}
	.blog_wrap .blog_item_img {
		display: none;
	}
	.blog_main .blog_item:first-child .blog_item_img {
		display: block;
	}
	.blog_main .blog_item:first-child .blog_item_title {
		font-size: 18px;
		line-height: 22px;
	}
	.blog_main .blog_item:first-child .blog_item_text {
		font-size: 15px;
		line-height: 19px;
	}
	.blog_main .blog_item:nth-child(5n+5), .blog_main .blog_item:nth-child(5n+6) {
		height: 342px;
	}
	.blog_main .blog_item:nth-child(5n+5) .blog_item_img, .blog_main .blog_item:nth-child(5n+6) .blog_item_img {
		display: block;
	}
	.blog_right .blog_item:nth-child(5n+3), .blog_right .blog_item:nth-child(5n+4) {
		height: 342px;
	}
	.blog_right .blog_item:nth-child(5n+3) .blog_item_img, .blog_right .blog_item:nth-child(5n+4) .blog_item_img {
		display: block;
	}
	.sect_single h1 {
		font-size: 28px;
		line-height: 35px;
	}
	.detail_main {
		line-height: 1.267;
	}
	.detail_text {
		margin-top: 13px;
	}
	.detail_img {
		grid-template-columns: 1fr;
	}
	.detail_img .bord {
		height: 396px;
	}
	.detail_right_title {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.detail_right_list {
		display: block;
	}
	.detail_right_list .blog_item {
		filter: blur(0px);
	}
	.detail_right_list .blog_item + .blog_item {
		margin-top: 10px;
	}
	.detail_right_list .blog_item:first-child {
		height: auto;
	}
	.detail_right_list .blog_item:first-child .blog_item_img {
		display: none;
	}
	.detail_right_list .blog_item_title {
		font-size: 15px;
	}
	.detail_right_list .blog_item:nth-child(n+4) {
		display: none;
	}
	.detail_nav {
		font-size: 16px;
	}
	.detail_nav a {
		max-width: 150px;
	}
	.detail_nav a + a {
		text-align: right;
	}
	footer .info_f{
	    margin-top: 30px;
	}	
}
@media (max-width: 575px) {
	.salon_wrap {
		width: 260px;
	}
	.abon_slider {
		max-width: none;
		padding-right: 54px;
		margin-right: -10px;
		width: calc(100% + 10px);
	}
	 .abon_slider.owl-carousel .owl-stage {
		height: auto;
		align-items: inherit;
	}
	.abon_item {
		height: 100%;
		flex-direction: column;
		padding: 19px 19px 76px;
	}
	.abon_info {
		width: 100%;
		padding: 0;
		position: static;
		height: auto;
	}
	.owl-item.active .abon_info {
		padding-bottom: 0;
		height: auto;
	}
	.abon_img {
		width: 100%;
		order: -1;
		height: 208px;
		margin: 0 0 20px;
	}
	.abon_link {
		bottom: 20px;
		left: 20px;
	}
	.abon_price {
		font-size: 20px;
	}
	.abon_price span {
		margin-right: 18px;
	}
	.abon_text {
		font-size: 16px;
	}
	.abon_text ul {
		padding: 0 0 0 23px;
	}
	.abon_text ul li + li {
		margin-top: 8px;
	}
}


.modal-dialog {
    max-width: 820px;
    margin: 10px auto;
    top: 50%;
}
.modal_sert .modal-dialog {
	max-width: 820px;
}
#zakaz .modal-dialog {
	max-width: 400px;
}
#aks_more .modal-dialog {
	max-width: 505px;
}
#send_review .modal-dialog {
	max-width: 505px;
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.modal-content {
	border: none;
	border-radius: 30px;
	padding: 50px;
	background: #fff;
	border: 1px solid var(--main-color);
}
.modal-header {
	padding: 0;
	border: none;
	display: block;
	text-align: center;
}
.modal-header .close {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	font-size: 0;
}
.modal-header .close svg {
	width: 100%;
	height: 100%;
	display: block;
}
.modal-title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	margin: 0 0 20px;
}
.modal-body {
	padding: 0;
}
.modal-body .salon_link {
	border: 1px solid var(--main-color);
	border-radius: 30px;
	padding: 14px 20px;
	justify-content: space-between;
}
.modal-body .salon_link span, .modal-body .salon_link span + svg {
	color: var(--main-color);
}
.modal-backdrop {
	background-color: #141414;
}
.modal-backdrop.show {
	opacity: 0.94;
}


@media (max-width: 991px) {
.font60 {
    font-size: 40px !important;
    line-height: 1.25;
}
	.modal-content {
		padding: 30px;
	}
	.modal-header .close {
		right: 10px;
		top: 10px;
	}
	#send_review .form_input {
		margin-bottom: 10px;
	}
	.modal_sert .modal-dialog {
		max-width: 750px;
	}
	.modal-content {
		padding: 30px 20px 20px;
		border-radius: 20px;
	}
}
@media (max-width: 767px) {
	.modal-content {
		padding: 30px 20px 20px;
		border-radius: 0;
	}
	.sert_shag .col-md-6 {
		height: auto;
		position: static;
	}
	.shag_group .btn {
		padding: 9px 14px;
	}
	.modal-title {
		font-size: 20px;
		line-height: 25px;
	}
	.sert_shag .mobimmar {
		margin-bottom: 236px;
	}
	.shag_img .sert_item {
		position: absolute;
		top: 70px;
		margin: 0;
	}
	.sert_shag2 .shag_img .sert_item, .sert_shag3 .shag_img .sert_item {
		top: 50px;
	}
	.form_input input, .form_input textarea {
		padding: 9px 14px;
	}
	.sert_shag2 .shag_img {
		margin-top: 20px;
	}
	.sub_btn {
		margin-bottom: -45px;
		margin-top: 20px;
	}
	.shag_img .shag_predpr {
		margin: 20px 0;
	}
}