body{
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #1f1f1f;
	line-height: 1.4;
	font-weight: 400;
}

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

h2,h4,h4,h5, .h2,.h4,.h4,.h5{
	text-transform: uppercase;
	color: #292929;
	font-weight: 600;
}

a{
	-webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
}

.yButtonBackground {
	    background-color: #fec6c0!important;
}
.yButtonWave {color:#fec6c0!important;}
.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
    max-width: 1800px;
}

#preloader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	background: #eaebe3;
}

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

/*header*/

header{
	padding: 25px 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
}

.header-scroll{
	background: rgba(252,252,252, 0.7);
}

.header-logo{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-bottom: 0;
}

.header-logo a{
	padding-right: 30px;
}

.header-logo img{
	max-width: 100%;
}

.header-menu{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header-menu_burger,
.header-menu_burger-mobile{
	color: #2d2d2d;
	font-size: 29px;
	z-index: 99999999;
	padding-left: 30px;
}

.header-menu_burger:hover,
.header-menu_burger-mobile:hover{
	color: #2d2d2d;
	text-decoration: none;
}

.header-menu_block ul{
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
     -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
     position: absolute;
     top: 50%;
     left: -200%;
     transform: translate(0, -50%);
}

.header-menu_block{
	/* overflow: hidden; */
	width: 95%;
	height: 100%;
	left: 10%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
     -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.header-menu div.active ul{
	left: 0;
}

.header-menu_block ul li{
	list-style-type: none;
	text-align: center;
	padding: 5px 0 5px 15px;
}

.header-menu_block ul li.menu-item-has-children{
	position: relative;
}

.header-menu_block ul li.menu-item-has-children .sub-menu{
	flex-direction: column;
	justify-content: center;
	min-width: 150px;
	position: absolute;
	top: 30px;
	left: 55%;
	transform: translate(-50%, 0);
	display: none;
	background: rgba(0,0,0,0.8);
}

.header-menu_block ul li.menu-item-has-children .sub-menu li{
	padding: 7px 5px;
	border-bottom: 1px solid #fff;
	width: 100%
}

.header-menu_block ul li.menu-item-has-children .sub-menu li:last-child{
	border-bottom: none;
}

.header-menu_block ul li a{
	color: #2c2c2c;
	font-size: 18px;
	position: relative;
}

.header-menu_block ul li.menu-item-has-children .sub-menu a{
	color: #fff;
	font-size: 16px;
}

.header-menu_block ul li a:hover{
	color: #2c2c2c;
	text-decoration: none;
}

.header-menu_block ul li a:after{
	content: '';
	height: 1px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #2c2c2c;
	-webkit-transition: width .3s ease;
    -moz--transition: width .3s ease;
    transition: width .3s ease;
}

.header-menu_block ul li a:hover:after{
	width: 100%;
}

.header-menu-mobile{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.9);
	-webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
     -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.header-menu-mobile li{
	list-style-type: none;
	padding: 5px;
}

.header-menu-mobile li a{
	color: #fff;
	text-align: center;
	font-size: 20px;
}

/*banner*/

.banner{
	background: #eaebe3;
	width: 100%;
	z-index: 0;
	height: 100vh;
	overflow: hidden;
	margin-bottom: 0!important;
	position: relative;
}

.banner .container-fluid{
	position: relative;
}

.banner-item{
	width: 100vw;
	height: 100vh;
	background-position: center!important;
	background-repeat: no-repeat!important;
	-webkit-background-size: cover!important;
	background-size: cover!important;
}

.banner-item .container{
	position: relative;
}

.banner-item .row{
	height: 100vh;
	display: flex;
	align-items: center;
}

.banner-item_content{
	padding-left: 45px;
}

.banner-item h2, .banner-item .h2{
	text-transform: uppercase;
	font-size: 65px;
	font-weight: 600;
	margin-bottom: 25px;
}

.banner-item_text{
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 40px;
}

.banner-item_button a{
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 10px;
	border: 1px solid #2d2d2d;
	color: #484949;
	padding: 15px 50px;
}
.banner-item_button_2 a{
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 10px;
	border: 1px solid #2d2d2d;
	color: #484949;
	padding: 10px 40px;
	display: none;
}

.banner-item_button a:hover{
	color: #eaebe3;
	background: #fec6c0;
	text-decoration: none;
	border: 1px solid #fec6c0;
}

.banner .slick-prev{
	position: absolute;
	top: auto;
	bottom: 30px;
	transform: translate(0, 0);
	left: 86vw;
	height: 50px;
	width: 50px;
	z-index: 99;
}

.banner .slick-next{
	position: absolute;
	top: auto;
	bottom: 30px;
	transform: translate(0, 0);
	right: 5vw;
	height: 50px;
	width: 50px;
	z-index: 99;
}

.banner .slick-prev:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
	width: 50px;
	background: url('../images/banner-arrow-left.png') no-repeat center/cover;
	opacity: 1;
}

.banner .slick-next:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
	width: 50px;
	background: url('../images/banner-arrow-right.png') no-repeat center/cover;
	opacity: 1;
}

.banner-item_social{
	position: absolute;
	left: 90px;
	bottom: 30px;
}

.banner-item_social a{
	font-size: 30px;
	color: #fec6c0;
	padding: 5px;
}

.banner-item_social a:hover{
	text-decoration: none;
}

/*advantages*/

.advantages{
	padding: 100px 0 80px;
}

.advantages-block{
	margin-bottom: 30px;
	text-align: left;
}

.advantages-block_img{
	height: 110px;
	margin-bottom: 15px;
	width: 30%;
}

.advantages-block_img img{
	width: 100%;
	height: auto;
}

.advantages-block_text h5, .advantages-block_text .h5{
	color: #292929;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 5px;
	font-weight: 700;
}

.advantages-block_text{
	padding-left: 20px;
	width: 70%;
}

.advantages-block_text div{
	font-size: 20px;
}

/*team*/

.team{
	margin-bottom: 40px;
}

.team h2{
	text-align: center;
	margin-bottom: 30px;
}

.team h1{
	text-align: center;
	margin-bottom: 30px;
	color: #292929;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 35px;
}

.team-links{
	margin-bottom: 40px;
}

.team-links a{
	padding: 5px 20px;
	color: #292929;
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
	position: relative;
}

.team-links a:after{
	content: '';
	height: 25px;
	width: 2px;
	background: #292929;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.team-links a.active{
	color: #fec6c0;
}

.team-links a:last-child:after{
	display: none;
}

.team-links a:hover{
	text-decoration: none;
	color: #fec6c0;
}

.team-members{
	display: none;
}

.team-members-active{
	display: flex!important;
}

.team-block{
	margin-bottom: 30px;
}


.team-block_img_wrap {
	position: relative;
	margin-bottom: 25px;
	height: 0px;
	width: 100%;
	padding-top: 56.25%;
	outline: none;
}

.team-block_img{
	margin-bottom: 25px;
    height: 224px;
	width: 100%;
	outline: none;
	position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;margin-bottom: 0px;
}

.team-block_img img{
	width: 100%;
}

.team-block h4{
	font-size: 25px;
}

.team-block h5{
	font-size: 22px;
	color: #fec6c0;
}

.team-block_social{
	padding: 0 0 10px;
	border-bottom: 2px solid #687a6e;
}

.team-block_social a{
	font-size: 25px;
	color: #a3797a;
	padding: 5px 10px 5px 0;
}

.team-block_social a:hover{
	text-decoration: none;
}

.team-block_social a span{
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fec6c0;
	border-radius: 50px;
}

.team-block ul{
	padding: 20px 0 20px 20px;
	margin-bottom: 0;
}

.team-block ul li{
	list-style-type: none;
	font-weight: 600;
	font-size: 20px;
	position: relative;
	margin-bottom: 5px;
}

.team-block ul li:before{
	content: '';
	background: #fec6c0;
	height: 10px;
	width: 10px;
	position: absolute;
	left: -20px;
	top: 6px;
}

.team-block_button{
	width: 100%;
}

.team-block_button a{
	color: #fff;
	background: #fec6c0;
	border: 1px solid #fec6c0;
	padding: 10px;
	border-radius: 10px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	max-width: 100%!important;
}

.team-block_button a:hover{
	text-decoration: none;
	color: #fec6c0;
	background: #fff;
}

/*masters*/

.masters{
	padding: 50px 0 70px;
	background: url('../images/masters-bgl.jpg') no-repeat center/cover;
}

.masters h2, .masters .h2{
	text-align: center;
	margin-bottom: 80px;
}

.masters-block{
	text-align: center;
	margin-bottom: 30px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 10px;
}
.masters-block a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.masters-block div.pics,
.spc-slider-top_block div{
	max-width: 100%;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 2px solid transparent;
	margin: 0 0 25px 0;
	-webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
}

.masters-block a h3, .masters-block a .h3{
	color: #262424;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

.masters-block a:hover{
	color: #876263;
	text-decoration: none;
}

.masters-block a:hover h3, .masters-block a:hover .h3{
	color: #876263;
}

.masters-block a div {
	border: 2px solid transparent;
}
.masters-block a, .news-item_button a {
	outline: none;
	border: none;
}
.masters-block a:hover div{
	border: 2px solid #876263;
}

.masters-button{
	margin-top: 40px;
}

.masters-button a{
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
	font-weight: 600;
	padding: 15px 60px;
	border: 1px solid #fec6c0;
	background: #fec6c0;
	text-align: center;
}

.masters-button a:hover{
	text-decoration: none;
	background: transparent;
	color: #fec6c0;
}

.masters-slider .slick-prev{
	height: 55px;
	width: 35px;
	left: 10px;
	z-index: 999;
}

.masters-slider .slick-next{
	height: 55px;
	width: 35px;
	right: 10px;
	z-index: 999;
}

.masters-slider .slick-prev:before{
	content: '';
	background: url('../images/masters-arrow-left.png') no-repeat center/cover;
	height: 55px;
	width: 35px;
	position: absolute;
	left: 0;
	top: 0;
}

.masters-slider .slick-next:before{
	content: '';
	background: url('../images/masters-arrow-right.png') no-repeat center/cover;
	height: 55px;
	width: 35px;
	position: absolute;
	left: 0;
	top: 0;
}

/*news*/

.news{
	padding: 70px 0 50px;
}

.news h2, .news .h2{
	text-align: center;
	margin-bottom: 50px;
}


.news-item{
	padding: 25px;
	outline: none;
	-webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     color: #1f1f1f;
}

.news-item:hover{
	background: #fec6c0;
	color: #fff;
}

.news-item_date{
	font-size: 14px;
	font-weight: 300;
}

.news-item h6, .news-item .h6{
	font-size: 19px;
	font-weight: 600;
	padding: 15px 0;
	margin-bottom: 0;
}

.news-item_text{
	font-size: 17px;
}

.news-item_button{
	padding-top: 40px;
}

.news-item_button a{
	text-decoration: underline;
	text-transform: uppercase;
	color: #1f1f1f;
}

.news-item:hover a{
	color: #fff;
}

/* .news .slick-arrow{
	display: none!important;
} */

#newsSlider{
	position: relative;
}

.news .slick-prev{
	height: 30px;
	width: 15px;
	left: -18px;
	z-index: 999;
}

.news .slick-next{
	height: 30px;
	width: 15px;
	right: -18px;
	z-index: 999;
}

.news .slick-prev:before{
	content: '';
	background: url('../images/masters-arrow-left.png') no-repeat center/cover;
	height: 30px;
	width: 15px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}

.news .slick-next:before{
	content: '';
	background: url('../images/masters-arrow-right.png') no-repeat center/cover;
	height: 30px;
	width: 15px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}


/*contacts*/

.contacts{
	position: relative;
	overflow: hidden;
	margin-bottom: -6px;
}

.contacts-block{
	width: 400px;
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translate(0, -50%);
	background: #687a6e;
	color: #fff;
	padding: 50px 20px;
}

.contacts-block h2{
	font-size: 35px;
	color: #fff;
	margin-bottom: 20px;
}

.contacts-block,
.contacts-block a{
	color: #fff;
	font-size: 19px;
	line-height: 1.8;
	z-index: 10;
}

.contacts-block a:hover{
	color: #fff;
	text-decoration: none;
}

.contacts-block_social{
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.contacts-block_social a{
	font-size: 25px;
	color: #fec6c0;
}

.contacts-block_social a:hover{
	color: #fec6c0;
}

.contacts-block_social a span{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	width: 45px;
	background: #fff;
	border-radius: 50px;
	margin: 5px 15px 0 0 ;
}

/*cupon*/

.cupon{
	padding: 80px 0;
	background: url('../images/cupon-bg.jpg') no-repeat center/cover;
	font-size: 20px;
	color: #f6f6f6;
	text-align: center;
	z-index: 1;
}

.cupon-text{
	margin-bottom: 20px;
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.cupon h2{
	font-size: 60px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.cupon-form form{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.cupon-form form p{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.cupon-form form input{
	border-radius: 10px;
	border: none;
	padding: 15px;
	margin: 10px;
}

.cupon-form form input[type="e-mail"]{
	width: 450px;
	max-width: 100%;

}

.cupon-form form input[type="submit"]{
	background: #fec6c0;
	border: 1px solid #fec6c0;
	text-transform: uppercase;
	width: 300px;
	text-align: center;
	color: #fff;
	-webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     max-width: 100%;
     cursor: pointer;
}

.cupon-form form input[type="submit"]:hover{
	background: #fff;
	color: #fec6c0;
}

/*resume*/

.resume{
	padding: 50px 0;
	background: #687a6e;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}

.resume p{
	margin-bottom: 5px;
}

.resume .resume-mail a{
	color: #deb0b0;
}

.resume .resume-mail a:hover{
	color: #deb0b0;
	text-decoration: none;
}

.resume-button{
	margin: 20px 0;
}

.resume-button a{
	background: #fec6c0;
	padding: 15px;
	text-align: center;
	color: #353736;
	border: 1px solid #deb0b0;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	max-width: 350px;
	margin-left: auto;
}

.resume-button a:hover{
	background: #353736;
	color: #deb0b0;
	text-decoration: none;
}


/*footer*/

footer{
	padding: 70px 0 50px;
	background: #e3e3db;
}

.footer-logo img{
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.footer-social a{
	font-size: 30px;
	color: #687a6e;
	padding: 5px;
}

.footer-social a:hover{
	text-decoration: none;
}

.footer-menu{
	padding: 0 15px;
	margin: 0;
}

.footer-menu li{
	list-style-type: none;
	padding: 5px;
	width: 25%;
}

.footer-menu li a{
	color: #1f1f1f;
	font-size: 20px;
	text-transform: uppercase;
}

.footer-menu li a:hover{
	color: #687a6e;
	text-decoration: none;
}

.footer-links{
	text-align: right;
	font-size: 25px;
}

.footer-links_tel a{
	color: #1f1f1f;
}

.footer-links_tel a:hover{
	text-decoration: none;
	color: #000;
}

.footer-links_button{
	margin: 15px 0;
	max-width: 325px;
	margin-left: auto;
}

.footer-links_button a{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	justify-content: center;
	background: #687a6e;
	border: 1px solid #687a6e;
	font-size: 18px;
	border-radius: 10px;
	padding: 10px;
}

.footer-links_button a:hover{
	text-decoration: none;
	color: #687a6e;
	background: #e3e3db;
}

/*popaps*/

.dark-screen{
	position: fixed;
	background: rgba(0,0,0, 0.9);
	z-index: 9999999999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

.popap{
	position: fixed;
	z-index: 9999999999999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 650px;
	padding: 50px;
	overflow: auto;
	max-width: 100%;
	max-height: 100%;
	display: none;
}

.popap form{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 35px 50px;
	color: #484848;
	background: #f4e6e5;
}

.popap form p{
	width: 100%;
	margin-bottom: 0;
}

.popap form h3{
	width: 100%;
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

.popap form input{
	padding: 15px 25px;
	border-radius: 10px;
	border: none;
	font-size: 20px;
	margin-bottom: 10px;
	width: 100%;
}

.popap-docs{
	width: 100%;
	margin: 20px 0 30px;
	overflow:hidden;
}

.popap-docs a,
.popap-docs label{
	color: #484848;
	text-decoration: underline;
	padding: 5px 5px 5px 40px;
	font-size: 20px;
	position: relative;
	cursor: pointer;
}

.popap-docs a:hover,
.popap-docs label:hover{
	text-decoration: none;
}

.popap-docs a:before,
.popap-docs label:before{
	content: '';
	width: 20px;
	height: 28px;
	background: url('../images/docx.png') no-repeat center/cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.popap-docs #fileInput{
	left: 0px;
	padding: 0;
	font-size: 16px;
	position: relative;
	outline: none;
	margin-bottom: 0;
	border-radius: 0;
}

.popap-text{
	margin-bottom: 30px;
	font-size: 14px;
}

.popap form input[type="submit"]{
	text-align: center;
	cursor: pointer;
	color: #1e1e1e;
	font-size: 20px;
	background: #fec6c0;
	border: 1px solid  #fec6c0;
	text-transform: uppercase;
	transition-duration: 0.5s;
}

.popap form input[type="submit"]:hover{
	background: #f4e6e5;
}

.popap-cross{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
}


.popap-cross img{
	width: 100%;
	height: 100%;
}

/*breadcrumbs*/

.breadcrumbs{
	padding: 30px 0;
	font-size: 19px;
	font-weight: 300;
}

.breadcrumbs a{
	color: #1f1f1f;
	text-decoration: underline;
	border-right: 1px solid #1f1f1f;
	padding: 0 10px;
	margin: 5px 0;
}

.breadcrumbs a:first-child{
	padding: 0 10px 0 0;
}

.breadcrumbs a:hover{
	color: #1f1f1f;
	text-decoration: none;
}

.breadcrumbs-block div{
	padding: 0 10px;
	margin: 5px 0;
}

/*about page*/

.about-page-content{
	margin-bottom: 30px;
}

.pages-title{
	margin-bottom: 35px;
	font-size: 35px;
	text-align: left!important;
}

.apc-text{
	margin-bottom: 30px;
}

.apc-text h3{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

/*news page*/

.clearfix{
	width: 100%;
	height: 70px;
}

.news-page-content{
	margin-bottom: 50px;
}

.npc-block_img{
	width: 100%;
	height: 160px;
	margin-bottom: 20px;
}

.npc-block{
	font-size: 15px;
	margin-bottom: 30px;
}

.npc-block-top{
	width: 100%;
}

.npc-block_date{
	font-weight: 100;
}

.npc-block h5{
	font-weight: 600;
	margin: 20px 0;
	text-transform: none;
}

.npc-block_text{
	margin-bottom: 20px;
}

.npc-block_button{
	width: 100%;
	text-align: left;
}

.npc-block_button a{
	color: #1f1f1f;
	text-decoration: underline;
	text-transform: uppercase;
}

.npc-block_button a:hover{
	color: #1f1f1f;
	text-decoration: none;
}

.npc-more-button{
	text-align: center;
	margin-top: 50px;
}

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

.npc-more-button a,
.gallery-button-class{
	text-transform: uppercase;
	padding: 15px 50px;
	text-align: center;
	max-width: 100%;
	color: #fec6c0;
	border: 1px solid #fec6c0;
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
}

.npc-more-button a:hover,
.gallery-button-class:hover{
	color: #fff;
	background: #fec6c0;
	text-decoration: none;
}

.alm-btn-wrap .done{
	display: none;
}

/*contacts page*/

.contacts-block_logo{
	background: #f4e6e5;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
	position: absolute;
	bottom: -130px;
	left: 0;
	width: 100%;
}

.contacts-block_logo img{
	max-width: 100%;
}

/*price page*/

.ppc-block{
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	text-align: center;
	padding: 20px 35px 40px;
	margin-bottom: 30px;
}

.ppc-block_logo{
	display: flex;
	justify-content: center;
	align-items: center;
}

.ppc-block_logo img{
	max-width: 100%;
}

.ppc-block_name{
	padding: 40px 0;
}

.ppc-block_name span{
	font-size: 25px;
	text-transform: uppercase;
	padding: 5px 10px;
	border: 1px solid #000;
}

.ppc-block_top-master,
.ppc-block_top-top-master{
	width: 20%;
	text-transform: uppercase;
	font-size: 20px;
	text-align: left;
}

.ppc-block_service-name{
	text-align: left;
	text-transform: uppercase;
	font-size: 23px;
	width: 60%;
	margin-bottom: 15px;
	margin-top: 25px;
	text-decoration: underline;
}

.ppc-block_service-variant{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	margin-bottom: 10px;
}

.ppc-block_service-variant__name{
	width: 60%;
	font-size: 16px;
	text-transform: uppercase;
}

.ppc-block_service-variant__price{
	width: 20%;
	font-size: 20px;
}

.ppc-block ul{
	padding: 0;
	margin: 0;
}

.ppc-block ul li{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}

.ppc-block ul li:before{
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #000;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.ppc-block ul li div{
	padding: 5px 10px;
	background: #fff;
	z-index: 1;
}

/*gallery page*/

.gallery-page-content{
	margin-bottom: 50px;
}

.gallery-page-content .row .alm-reveal{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.gpc-block{
	margin-bottom: 30px;
}

.gpc-block a:hover{
	transition-duration: none;
}

.gpc-block img{
	width: 100%;
}

.gpc-block div{
	width: 100%;
	height: 250px;
	position: relative;
}

.gpc-block div h5, .gpc-block div .h5{
	background: rgba(255,255,255,0.5);
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 15px 0;
	text-align: center;
	font-size: 18px;

}

/*services page*/

.spc-slider-top_block{
	padding: 10px;
	text-align: center;
	width: 200px;
}

.spc-slider-top_block a:hover{
	text-decoration: none;
}

.spc-slider-top_block div{
	max-width: 90%;
	margin: 0 auto 40px;
}

.spc-slider-top_block div img{
	width: 100%;
	border-radius: 50%;
}

.spc-slider-top_block h4{
	font-size: 18px;
}

.spc-slider-top .slick-slide{
	opacity: 0.4;
}

/* .spc-slider-top .slick-active{
	opacity: 0.4;
} */

.spc-slider-top .slick-current{
	opacity: 1!important;
	background: #f4e6e5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.spc-slider-bottom_block{
	padding-top: 40px;
	background: #f4e6e5;
}

.spc-slider-bottom_block h3{
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	padding: 0 40px 20px;
	margin-bottom: 0;
}

.spc-slider-bottom_block ul{
	padding: 0;
	margin: 0;
}

.spc-slider-bottom_block ul li{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	padding: 15px 20px;
}

.spc-slider-bottom_block ul li:nth-child(2n){
	background: #f5d3d1;
}

.spc-slider-bottom_button{
	padding: 40px 0 50px;
	display: flex;
	justify-content: center;
}

.spc-slider-bottom_button a{
	text-transform: uppercase;
	color: #fff;
	padding: 10px 40px;
	text-align: center;
	border-radius: 10px;
	background: #fec6c0;
	border: 1px solid #fec6c0;
	max-width: 100%;
}

.spc-slider-bottom_button a:hover{
	color: #fec6c0;
	background: #fff;
	text-decoration: none;
}

.spc-slider-bottom .slick-prev,
.spc-slider-top .slick-prev{
	height: 45px;
	width: 25px;
	top: 10%;
}

.spc-slider-bottom .slick-next,
.spc-slider-top .slick-next{
	height: 45px;
	width: 25px;
	top: 10%;
}

.spc-slider-bottom .slick-prev:before,
.spc-slider-top .slick-prev:before{
	content: '';
	background: url('../images/masters-arrow-left.png') no-repeat center/cover;
	height: 45px;
	width: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

.spc-slider-bottom .slick-next:before,
.spc-slider-top .slick-next:before{
	content: '';
	background: url('../images/masters-arrow-right.png') no-repeat center/cover;
	height: 45px;
	width: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

.post-banner .container-fluid{
	position: relative;
	height: 275vh;
}

.post-banner h2, .post-banner .h2{
	position: absolute;
	width: 100%;
	left: 45px;
	top: 50%;
	text-shadow: 0 0 10px #eaebe3;
	transform: translate(0, -50%);
}

.post-content{
	padding: 10px 0 60px;
}

.post-content img{
	max-width: 100%;
	height: auto;
}

.post-content h2{
	margin-bottom: 40px;
}

/* contact form 7*/

.wpcf7-not-valid{
	background: #f29ba0;
	transition-duration: 0.5s;
}

span.wpcf7-not-valid-tip{
	display: none!important;
}

.wpcf7-validation-errors{
	border: none!important;
	padding: 0!important;
	margin: 0!important;
	font-size: 14px;
	text-align: center;
}
div.wpcf7-mail-sent-ok{
	border: none!important;
	padding: 0!important;
	margin: 0!important;
	font-size: 16px;
	text-align: center;
}




/*master page*/

.master-post_img img{
	width: 100%;
	height: auto;
}

.master-post{
	margin-bottom: 30px;
}

/*reviews*/

.reviews{
	overflow: hidden;
}

.reviews-slider{
	margin-bottom: 60px!important;
	padding: 0 25px;
}

.reviews-slider_item-img{
	position: relative;
	height: 250px;
	width: 90%;
	margin: 0 auto;
}

.reviews-slider_item-img span{
	height: 53px;
	width: 53px;
	background: url('../images/play.png') no-repeat center/cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.reviews-slider .slick-dots{
	left: 0;
}

.reviews-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 5px;
}

.reviews-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '';
    text-align: center;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    border: 2px solid #fec6c0;
    border-radius: 50px;
}

.reviews-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #fec6c0;
}

.reviews-slider .slick-dots {
	bottom: -45px;
}

.reviews-slider .slick-prev,
.reviews-slider .slick-next {
    height: 35px;
}

.reviews-slider .slick-prev{
	left: 5px;
}
.reviews-slider .slick-next {
	right: 5px;
}

.reviews-slider .slick-prev:before{
	content: '';
	height: 35px;
	width: 20px;
	background: url('../images/masters-arrow-left.png') no-repeat center/cover;
	z-index: 10;
	display: block;
}

.reviews-slider .slick-next:before{
	content: '';
	height: 35px;
	width: 20px;
	background: url('../images/masters-arrow-right.png') no-repeat center/cover;
	z-index: 10;
	display: block;
}

/*services page*/

.services-page-content h2{
	margin: 0 0 45px;
}

.services-page-content h1{
	margin: 0 0 45px;
	color: #292929;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 35px;
}

.spc-price-block{
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	padding: 40px 30px;
	margin-bottom: 50px;
}

.spc-price-block h4{
	text-align: center;
	font-size: 21px;
	margin-bottom: 50px;
}

.spc-price-block .h4{
	text-align: center;
	font-size: 21px;
	margin-bottom: 50px;
	color: #292929;
    font-weight: 600;
    text-transform: uppercase;
}

.spc-price-block h4 span, .spc-price-block .h4 span{
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #000;
	/*/font-size: 300;*/
}

.spc-price-block_content{
	padding: 0;
	margin: 0;
}

.spc-price-block_content li{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 25px;
	position: relative;
	border-bottom: 1px dotted #000;
}

.spc-price-block_content li div b{
	background: #fff;
	margin-bottom: 0;
	font-weight: 400;
}

.spc-price-block_content li div:first-child{
	width: 70%;
}

.spc-price-block_content li div:first-child b{
	padding: 5px 10px 5px 0;
}

.spc-price-block_content li div:last-child{
	width: 30%;
	text-align: right;
}

.spc-price-block_content li div:last-child b{
	padding: 5px 0 5px 10px;
}

.spc-price-button{
	margin-bottom: 50px;
}

.spc-price-button a{
	text-transform: uppercase;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	padding: 15px 30px;
	border-radius: 10px;
	border: 1px solid #fec6c0;
	background: #fec6c0;
}

.spc-slider-item_button{
	margin: 0 5px;
}

.spc-slider-item_button a{
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 10px;
	border: 1px solid #fec6c0;
	background: #fec6c0;
	display: flex;
	justify-content: center;
	opacity: 0;
	max-width: 250px;
	margin: 0 auto;
}

.spc-slider-item{
	-webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     outline: none;
}

.spc-slider-item:hover .spc-slider-item_button a{
	opacity: 1;
}

/* .slick-current .spc-slider-item_button a{
	display: block;
} */

.spc-price-button a:hover,
.spc-slider-item_button a:hover{
	background: #fff;
	color: #fec6c0;
	text-decoration: none;
}

.spc-slider-container{
	opacity: 0;
	-webkit-transition-duration: 0.5s;
	 -moz-transition-duration: 0.5s;
	 -o-transition-duration: 0.5s;
	 transition-duration: 0.5s;
	 z-index: -99999;
	 height: 0;
}

.services-page-content .active{
	opacity: 1;
	z-index: 1;
	height: auto;
}

.spc-slider-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	-webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     text-align: center;
     margin-bottom: 30px;
}

.spc-slider-item_top__bg{
	height: 180px;
	width: 180px;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     margin: 0 auto 30px;
}

.spc-slider-item:hover .spc-slider-item_top__bg{
	border: 2px solid #fec6c0;
}

.spc-slider-item h3{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 35px;
}

.spc-slider-item:hover h3{
	color: #fec6c0;
}

.spc-slider .slick-prev{
	height: 40px;
	width: 20px;
	left: 10px;
	z-index: 999;
	top: 25%;
}

.spc-slider .slick-next{
	height: 40px;
	width: 20px;
	right: 10px;
	z-index: 999;
	top: 25%;
}

.spc-slider .slick-prev:before{
	content: '';
	background: url('../images/masters-arrow-left.png') no-repeat center/cover;
	height: 40px;
	width: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.spc-slider .slick-next:before{
	content: '';
	background: url('../images/masters-arrow-right.png') no-repeat center/cover;
	height: 40px;
	width: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
body.yButton.bottom.right {
	right:30px!important;
	display:block!important;
	visibility:visible!important;
}


a.yButton.bottom.right {
	visibility: visible!important;
	display: block!important;
}

/*New style 13.02.2020*/
#mastersSlider .pics, #reviewsSlider .reviews-slider_item-img {
	background-position: center; background-size: cover; background-repeat: no-repeat;
}

/*Service page 08.05.2020*/
#text_item, .text_info {
	-webkit-column-width: 50%;
	-moz-column-width: 50%;
	column-width: 50%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
#text_item img {
	width: 100%;
	height: auto;
}
.detail_service_wrap {
	padding-top: 100px;
	padding-bottom: 30px;
}
.detail_service_wrap .pages-title {
	margin-top: 25px;
}
.detail_service_wrap .gallery-page-content .pages-title, .detail_service_wrap .team .pages-title {
	text-align: center !important;
}

.services-category-content img {
	width: 100%;
	height: auto;
}
.services_category_price_title {
	text-align: center !important;
}
.serv_button {
	margin: 25px auto;
	max-width: 325px;
	text-align: center;
}
.serv_button a {
	text-transform: uppercase;
	padding: 15px 50px;
	text-align: center;
	max-width: 100%;
	color: #fec6c0;
	border: 1px solid #fec6c0;
	background: #fff;
	border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.serv_button a:hover {
	color: #ffffff;
	border: 1px solid #fec6c0;
	background: #fec6c0;
}