/*
CTC Separate Stylesheet
Updated: 2021-05-05 11:49:47
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 3.5.1.1620204587
*/

* {
	box-sizing: border-box;
}

body {
	font-family: "Proba Pro Regular";
	position: relative;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
}

main,
.site-main,
.content-area,
.hentry {
	margin-bottom: 0;
}

.col-full {
	max-width: 1170px;
}


@media screen and (max-width: 1300px) {
	.container {
		max-width: 85%;
	}
}

@media screen and (max-width: 540px) {
	.container {
		max-width: 90%;
	}
}

a {
	text-decoration: none;
}

.cursive {
	font-family: "Playfair Display", serif;
}

.entry-title,
.title {
	font-family: "Playfair Display", serif;
	font-size: 62px;
	line-height: 64px;
	color: #000000;
}

@media screen and (max-width: 960px) {
	.entry-title,
	.title {
		font-size: 46px;
		line-height: 54px;
	}
}

@media screen and (max-width: 768px) {
	.entry-title,
	.title {
		font-size: 36px;
		line-height: 40px;
	}
}

@media screen and (max-width: 540px) {
	.entry-title,
	.title {
		font-size: 28px;
		line-height: 32px;
	}
}

em,
.cursive-word {
	font-family: "Playfair Display", serif;
	color: #B17E4E;
	font-style: italic;
}

.simple-text {
	font-size: 18px;
	line-height: 21px;
	color: #7B7B7B;
}

@media screen and (max-width: 540px) {
	.simple-text {
		font-size: 16px;
		line-height: 20px;
	}
}

.main-info__wrap pre,
.additon-text {
	font-style: italic;
	font-weight: normal;
	font-size: 21px;
	line-height: 28px;
	color: #B17E4E;
	font-family: "Playfair Display", serif;
	margin-left: 30px;
	position: relative;
	max-width: 365px;
}

@media screen and (max-width: 768px) {
	.main-info__wrap pre,
	.additon-text {
		font-size: 18px;
		line-height: 24px;
		max-width: 300px;
	}
}

@media screen and (max-width: 540px) {
	.main-info__wrap pre,
	.additon-text {
		font-size: 16px;
		line-height: 20px;
		max-width: 270px;
	}
}

.main-info__wrap pre::before,
.additon-text::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 3px;
	left: -30px;
	background-color: #B17E4E;
}

@media screen and (max-width: 540px) {
	.main-info__wrap pre::before,
	.additon-text::before {
		top: 0px;
		height: 65px;
	}
}

.banner {
	background-image: url(https://manestyle.com.ua/wp-content/uploads/2021/05/banner-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.banner .header-light {
	background: #F6F6F6;
}

.banner .header-light .header-menu__list a {
	color: #7B7B7B;
}

.banner .header-light .header-menu__list a:hover {
	color: #000;
	transition: all 0.2s;
}

.banner .header-light .header-right .header-phone a {
	color: #7B7B7B;
}

.banner .header-light .header-right .header-phone a:hover {
	color: #000;
	transition: all 0.2s;
}

.banner .header {
	padding: 13px 0px;
}

.banner .header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

.banner .header-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 64%;
}

@media screen and (max-width: 1300px) {
	.banner .header-left {
		width: 73%;
	}
}

@media screen and (max-width: 1000px) {
	.banner .header-left {
		width: 100%;
	}
}

.banner .header-menu {
	max-width: 572px;
	width: 100%;
}

@media screen and (max-width: 1300px) {
	.banner .header-menu {
		margin-left: 30px;
		max-width: 630px;
	}
}

.banner .header-menu__list {
	display: flex;
	justify-content: space-between;
}

.banner .header-menu__list a {
	font-size: 18px;
	line-height: 21px;
	color: rgba(170, 169, 169, 0.6);
	outline: none;
}

.banner .header-menu__list a:hover {
	color: #c7c6c6;
	transition: all 0.2s;
}

@media screen and (max-width: 1000px) {
	.banner .header-right {
		display: none;
	}
}

.banner .header-right .header-phone a {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 21px;
	color: #AAA9A9;
}

.banner .header-right .header-phone a:hover {
	color: #c7c6c6;
	transition: all 0.2s;
}

.banner .header-right .header-phone a svg {
	margin-right: 10px;
}

.banner .banner-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: bottom;
}

@media screen and (max-width: 960px) {
	.banner .banner-bg {
		background-position: 65% 0%;
		background-size: cover;
	}
}

.banner .banner-wrap {
	padding: 123px 0px 95px;
}

@media screen and (max-width: 768px) {
	.banner .banner-wrap {
		padding: 60px 0px 45px;
	}
}

.banner .banner-title {
	display: flex;
	flex-direction: row;
}


.banner .banner-title pre {
	font-size: 18px;
	line-height: 24px;
	margin-top: 34px;
	margin-left: 10px;
	color: #FFFFFF;
	text-transform: initial;
	background: none;
}


@media screen and (max-width: 768px) {
	.banner .banner-title pre {
		margin-top: 20px;
		font-size: 14px;
		line-height: 16px;
	}
}

.banner .banner-subtitle {
	font-size: 36px;
	line-height: 48px;
	color: #AAA9A9;
	margin-left: 100px;
}

@media screen and (max-width: 1300px) {
	.banner .banner-subtitle {
		margin-left: 60px;
	}
}

@media screen and (max-width: 960px) {
	.banner .banner-subtitle {
		font-size: 26px;
		line-height: 30px;
	}
}

@media screen and (max-width: 768px) {
	.banner .banner-subtitle {
		font-size: 22px;
		line-height: 24px;
	}
}

@media screen and (max-width: 540px) {
	.banner .banner-subtitle {
		font-size: 18px;
		line-height: 22px;
		margin-left: 30px;
	}
}

.banner .banner-subtitle span {
	display: block;
}

.banner h1 {
	font-size: 250px;
	line-height: 222px;
	color: #FFFFFF;
	display: flex;
	text-transform: uppercase;
	align-items: flex-start;
}

@media screen and (max-width: 1300px) {
	.banner h1 {
		font-size: 180px;
		line-height: 160px;
	}
}

@media screen and (max-width: 768px) {
	.banner h1 {
		font-size: 130px;
		line-height: 130px;
	}
}

@media screen and (max-width: 540px) {
	.banner h1 {
		font-size: 85px;
		line-height: 85px;
	}
}

.banner h1 p {
	font-size: 18px;
	line-height: 24px;
	margin-top: 34px;
	margin-left: 10px;
	color: #FFFFFF;
	text-transform: initial;
}

@media screen and (max-width: 768px) {
	.banner h1 p {
		margin-top: 20px;
		font-size: 14px;
		line-height: 16px;
	}
}

.banner h1 p span {
	display: block;
}

.banner .banner-suptitle {
	font-size: 20px;
	line-height: 21px;
	color: #D3C1A9;
	margin-left: 100px;
	margin-top: 42px;
	max-width: 185px;
}

@media screen and (max-width: 1300px) {
	.banner .banner-suptitle {
		margin-left: 60px;
	}
}

@media screen and (max-width: 768px) {
	.banner .banner-suptitle {
		margin-top: 25px;
		font-size: 18px;
		line-height: 20px;
	}
}

@media screen and (max-width: 540px) {
	.banner .banner-suptitle {
		font-size: 16px;
		line-height: 18px;
		margin-left: 30px;
	}
}

.banner-info {
	margin-top: 160px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

@media screen and (max-width: 540px) {
	.banner-info {
		margin-top: 100px;
	}
}

.banner-info__contacts {
	max-width: 100px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.banner-info__contacts a {
	outline: none;
}

.banner-info__contacts svg {
	transition: all 0.2s;
}

.banner-info__contacts svg:hover path {
	fill: #AAA9A9;
	transition: all 0.2s;
}
.banner-info__contacts img {
	width: 14px;
}

.banner-info__adress {
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
}

@media screen and (max-width: 768px) {
	.banner-info__adress {
		font-size: 16px;
		line-height: 18px;
	}
}

@media screen and (max-width: 540px) {
	.banner-info__adress {
		font-size: 14px;
		line-height: 16px;
	}
}

.banner-info__adress span {
	display: block;
}

.welcome .welcome-wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 200px;
}

@media screen and (max-width: 960px) {
	.welcome .welcome-wrap {
		padding-top: 100px;
	}
}

@media screen and (max-width: 768px) {
	.welcome .welcome-wrap {
		padding-top: 50px;
	}
}

.welcome .welcome-photo {
	width: 40%;
}

@media screen and (max-width: 540px) {
	.welcome .welcome-photo {
		width: 45%;
	}
}

.welcome .welcome-photo img {
	width: 100%;
}

.welcome .welcome-info {
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.welcome .welcome-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 130px;
}

@media screen and (max-width: 960px) {
	.welcome .welcome-wrapper {
		padding-top: 70px;
	}
}

@media screen and (max-width: 768px) {
	.welcome .welcome-wrapper {
		flex-direction: column;
		padding-top: 45px;
	}
}

.welcome .welcome-wrapper .welcome-text {
	width: 43%;
	margin: 0px auto;
}

@media screen and (max-width: 768px) {
	.welcome .welcome-wrapper .welcome-text {
		width: 100%;
	}
}

.welcome .welcome-wrapper .welcome-text .welcome-title {
	font-size: 40px;
	line-height: 44px;
	color: #000000;
	margin-bottom: 57px;
	max-width: 370px;
}

@media screen and (max-width: 768px) {
	.welcome .welcome-wrapper .welcome-text .welcome-title {
		margin-bottom: 30px;
		font-size: 36px;
		line-height: 38px;
	}
}

@media screen and (max-width: 540px) {
	.welcome .welcome-wrapper .welcome-text .welcome-title {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 20px;
	}
}

.welcome .welcome-wrapper .welcome-text .welcome-about {
	margin-left: 40px;
}

@media screen and (max-width: 540px) {
	.welcome .welcome-wrapper .welcome-text .welcome-about {
		margin-left: 0px;
	}
}

.welcome .welcome-wrapper .welcome-text .welcome-about p {
	font-size: 18px;
	line-height: 21px;
	color: #7B7B7B;
	margin-bottom: 22px;
	max-width: 378px;
}

@media screen and (max-width: 540px) {
	.welcome .welcome-wrapper .welcome-text .welcome-about p {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 18px;
	}
}

.welcome .welcome-wrapper .welcome-text .welcome-about p strong {
	color: #000000;
	font-family: "Proba Pro SmBd";
}

.welcome .welcome-wrapper .welcome-image {
	width: 40%;
}

@media screen and (max-width: 768px) {
	.welcome .welcome-wrapper .welcome-image {
		width: 70%;
		margin: 30px auto 0px;
	}
}

@media screen and (max-width: 1300px) {
	.welcome .welcome-wrapper .welcome-image img {
		width: 100%;
	}
}

.services .services-wrap {
	padding: 215px 0px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 960px) {
	.services .services-wrap {
		padding: 80px 0px;
	}
}

@media screen and (max-width: 768px) {
	.services .services-wrap {
		flex-direction: column;
	}
}

@media screen and (max-width: 540px) {
	.services .services-wrap {
		padding: 50px 0px 20px;
	}
}

.services .services-text {
	width: 30%;
}

@media screen and (max-width: 768px) {
	.services .services-text {
		width: 100%;
	}
}

.services .services-items {
	display: flex;
	justify-content: space-between;
	width: 66%;
}

@media screen and (max-width: 960px) {
	.services .services-items {
		width: 70%;
	}
}

@media screen and (max-width: 768px) {
	.services .services-items {
		width: 100%;
		margin-top: 35px;
	}
}

@media screen and (max-width: 540px) {
	.services .services-items {
		flex-wrap: wrap;
	}
}

.services .services-item {
	width: 22%;
}

@media screen and (max-width: 540px) {
	.services .services-item {
		width: 46%;
		margin-bottom: 20px;
	}
}

.services .services-item img {
	width: 100%;
	object-fit: cover;
}

.services .services-item p {
	font-style: italic;
	font-size: 18px;
	line-height: 21px;
	color: #713a09;
	font-family: "Playfair Display",serif;
	margin-bottom: 14px;
	max-width: 140px;
}

@media screen and (max-width: 768px) {
	.services .services-item p {
		font-size: 18px;
		line-height: 18px;
		min-height: 36px;
	}
}

.portfolio {
	background-image: url(https:///wp-content/uploads/2021/05/portfolio-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.portfolio .portfolio-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 100px 0px 0px;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.portfolio .portfolio-wrap {
		padding: 30px 0px 0px;
	}
}

.portfolio .title {
	max-width: 430px;
	font-size: 60px;
	line-height: 62px;
	text-align: right;
}

@media screen and (max-width: 960px) {
	.portfolio .title {
		font-size: 46px;
		line-height: 54px;
	}
}

@media screen and (max-width: 768px) {
	.portfolio .title {
		font-size: 28px;
		line-height: 32px;
	}
}

@media screen and (max-width: 540px) {
	.portfolio .title {
		font-size: 24px;
		line-height: 26px;
	}
}

.portfolio .portfolio-photo {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.portfolio .portfolio-photo__item:first-child {
	margin-right: 30px;
}

@media screen and (max-width: 768px) {
	.portfolio .portfolio-photo__item:first-child {
		margin-right: 15px;
	}
}

@media screen and (max-width: 540px) {
	.portfolio .portfolio-photo__item:first-child {
		margin-right: 10px;
	}
}

.portfolio .portfolio-photo__item img {
	width: 100%;
}

.portfolio .portfolio-text {
	margin-left: 68px;
}

@media screen and (max-width: 768px) {
	.portfolio .portfolio-text {
		margin-left: 35px;
	}
}

.portfolio .portfolio-gallery {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.portfolio .portfolio-gallery {
		margin-top: 15px;
	}
}

@media screen and (max-width: 540px) {
	.portfolio .portfolio-gallery {
		margin-top: 10px;
	}
}

.portfolio .portfolio-images__text {
	margin-top: 36px;
}

@media screen and (max-width: 540px) {
	.portfolio .portfolio-images__text {
		margin-top: 90px;
		width: 170px;
	}
}

.portfolio .additon-text {
	max-width: 270px;
}

.portfolio .portfolio-btn {
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #f9be7f;
	background: #8c8277;
	border-radius: 3px;
	position: relative;
	padding: 14px 28px;
	margin: 30px 0px 30px 30px;
	border: none;
	font-family: "Proba Pro SmBd";
	z-index: 1;
}

@media screen and (max-width: 540px) {
	.portfolio .portfolio-btn {
		font-size: 16px;
		line-height: 18px;
	}
}

.portfolio .portfolio-btn:hover {
	background: #22222282;
	transition: all 0.2s;
}

.portfolio .portfolio-btn::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: blur(30px);
	border-radius: 3px;
	width: 121px;
	height: 15px;
	background: #22222282;
	z-index: -1;
}

.portfolio .portfolio-images {
	display: flex;
	flex-direction: column;
	width: 32%;
}

.portfolio .portfolio-images:last-child {
	margin-top: 100px;
	width: 23%;
}

.portfolio .portfolio-images:first-child {
	width: 40%;
}

.portfolio .portfolio-images:first-child .portfolio-images__item:nth-child(2n) {
	width: 58%;
	margin-left: auto;
}

.portfolio .portfolio-images__item {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.portfolio .portfolio-images__item {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 540px) {
	.portfolio .portfolio-images__item {
		margin-bottom: 10px;
	}
}

.portfolio .portfolio-images__item img {
	width: 100%;
	object-fit: cover;
}

.advantages {
	padding: 160px 0px;
}

@media screen and (max-width: 960px) {
	.advantages {
		padding: 80px 0px;
	}
}

@media screen and (max-width: 768px) {
	.advantages {
		padding: 60px 0px;
	}
}

@media screen and (max-width: 540px) {
	.advantages {
		padding: 40px 0px;
	}
}

.advantages .advantages-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.advantages .title {
	width: 48%;
}

@media screen and (max-width: 1300px) {
	.advantages .title {
		font-size: 46px;
		line-height: 54px;
		max-width: 450px;
	}
}

@media screen and (max-width: 960px) {
	.advantages .title {
		width: 100%;
		max-width: unset;
		margin-bottom: 45px;
	}
}

@media screen and (max-width: 768px) {
	.advantages .title {
		font-size: 36px;
		line-height: 40px;
	}
}

@media screen and (max-width: 540px) {
	.advantages .title {
		font-size: 28px;
		line-height: 32px;
	}
}

.advantages .advantages-item {
	width: 23%;
	margin-bottom: 64px;
}

@media screen and (max-width: 960px) {
	.advantages .advantages-item {
		width: 29%;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	.advantages .advantages-item {
		width: 48%;
	}
}

@media screen and (max-width: 540px) {
	.advantages .advantages-item {
		margin-bottom: 25px;
		width: 100%;
	}
}

.advantages .advantages-item__head {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

@media screen and (max-width: 540px) {
	.advantages .advantages-item__head {
		margin-bottom: 15px;
	}
}

.advantages .advantages-item__head img {
	margin-right: 18px;
	display: inline-block;
}

@media screen and (max-width: 540px) {
	.advantages .advantages-item__head img {
		max-width: 30px;
		margin-right: 10px;
	}
}

.advantages .advantages-item__head p {
	font-family: "Proba Pro SmBd";
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	max-width: 141px;
}

@media screen and (max-width: 540px) {
	.advantages .advantages-item__head p {
		font-size: 16px;
		line-height: 20px;
		max-width: 100%;
	}
}

.advantages .simple-text {
	max-width: 250px;
}

@media screen and (max-width: 540px) {
	.advantages .simple-text {
		max-width: 100%;
	}
}

.reviews {
	padding: 150px 0px;
	background: #9f9d9b3d;
}

.reviews.mobile{
	display: none;
}

@media screen and (max-width: 960px) {
	.reviews {
		padding: 80px 0px;
	}
}

@media screen and (max-width: 768px) {
	.reviews {
		padding: 60px 0px;
	}
}

@media screen and (max-width: 540px) {
	.reviews {
		padding: 40px 0px;
		display: none;
	}
	
	.reviews.mobile{
		display: block;
	}
}

.reviews .title {
	text-align: center;
	max-width: 613px;
	margin: 0 auto 70px;
}

@media screen and (max-width: 768px) {
	.reviews .title {
		margin-bottom: 40px;
	}
}

.reviews .reviews-slider .reviews-block {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
	.reviews .reviews-slider .reviews-block {
		padding-bottom: 100px;
	}
}

.reviews .reviews-slider .reviews-block .reviews-number {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.reviews .reviews-slider .reviews-block .reviews-number {
		bottom: 25px;
	}
}

@media screen and (max-width: 540px) {
	.reviews .reviews-slider .reviews-block .reviews-number {
		bottom: 30px;
	}
}

.reviews .reviews-slider .reviews-block .reviews-number p {
	font-family: "Playfair Display", serif;
	color: #000;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.reviews .reviews-slider .reviews-block .reviews-number p {
		font-size: 16px;
	}
}

.reviews .reviews-slider .reviews-block .reviews-number p span {
	font-size: 48px;
}

@media screen and (max-width: 768px) {
	.reviews .reviews-slider .reviews-block .reviews-number p span {
		font-size: 30px;
	}
}

.reviews .reviews-slider .reviews-block .reviews-item {
	width: 23%;
}

@media screen and (max-width: 540px) {
	.reviews .reviews-slider .reviews-block .reviews-item {
		width: 100%;
	}
}

.reviews .reviews-slider .reviews-block .reviews-item img {
	width: 100%;
	object-fit: cover;
}

.reviews .owl-carousel .owl-nav button.owl-prev {
	background: url(https://manestyle.com.ua/wp-content/uploads/2021/05/prev-btn.svg);
	background-size: cover;
	width: 30px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

@media screen and (max-width: 540px) {
	.reviews .owl-carousel .owl-nav button.owl-prev {
		width: 20px;
		height: 10px;
	}
}

.reviews .owl-carousel .owl-nav button.owl-prev:hover {
	background: url(https://manestyle.com.ua/wp-content/uploads/2021/05/btn-hover.svg);
	transform: rotate(180deg);
	width: 30px;
	height: 20px;
	background-size: cover;
}

@media screen and (max-width: 540px) {
	.reviews .owl-carousel .owl-nav button.owl-prev:hover {
		width: 20px;
		height: 10px;
	}
}

.reviews .owl-carousel .owl-nav button.owl-next {
	background: url(https://manestyle.com.ua/wp-content/uploads/2021/05/prev-btn.svg);
	background-size: cover;
	width: 30px;
	height: 20px;
	transform: rotate(180deg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

@media screen and (max-width: 540px) {
	.reviews .owl-carousel .owl-nav button.owl-next {
		width: 20px;
		height: 10px;
	}
}

.reviews .owl-carousel .owl-nav button.owl-next:hover {
	background: url(https://manestyle.com.ua/wp-content/uploads/2021/05/btn-hover.svg);
	transform: rotate(0deg);
	width: 30px;
	height: 20px;
	background-size: cover;
}

@media screen and (max-width: 540px) {
	.reviews .owl-carousel .owl-nav button.owl-next:hover {
		width: 20px;
		height: 10px;
	}
}

.reviews .owl-carousel .owl-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 265px;
	margin: -65px auto 0px;
}

@media screen and (max-width: 540px) {
	.reviews .owl-carousel .owl-nav {
		max-width: 165px;
	}
}

.instagram .container {
	background-image: url(http:///wp-content/uploads/2021/05/insta-bg.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: bottom left;
}

.instagram .instagram-imp {
	margin: 250px 0px 0px;
	position: relative;
}

article .instagram .instagram-imp {
	margin: 0;
}

@media screen and (max-width: 960px) {
	.instagram .instagram-imp {
		margin: 80px 0px 0px;
	}
}

@media screen and (max-width: 768px) {
	.instagram .instagram-imp {
		margin: 60px 0px 0px;
	}
}

@media screen and (max-width: 540px) {
	.instagram .instagram-imp {
		margin: 40px 0px 0px;
	}
}

.instagram .instagram-imp .instagram-current {
	position: absolute;
	top: 24px;
	left: 0px;
}

@media screen and (max-width: 768px) {
	.instagram .instagram-imp .instagram-current {
		top: -30px;
	}
}

@media screen and (max-width: 540px) {
	.instagram .instagram-imp .instagram-current {
		top: 20px;
	}
}

.instagram .instagram-imp .instagram-current .title {
	font-size: 40px;
	line-height: 44px;
	max-width: 360px;
	margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
	.instagram .instagram-imp .instagram-current .title {
		font-size: 32px;
		line-height: 26px;
		max-width: 300px;
	}
}

@media screen and (max-width: 540px) {
	.instagram .instagram-imp .instagram-current .title {
		font-size: 28px;
		line-height: 32px;
	}
}

.instagram .instagram-imp .instagram-current a {
	outline: none;
}

.instagram .instagram-imp .instagram-current__link {
	font-size: 24px;
	line-height: 62px;
}

@media screen and (max-width: 960px) {
	.instagram .instagram-imp .instagram-current__link {
		font-size: 20px;
		line-height: 20px;
	}
}

@media screen and (max-width: 540px) {
	.instagram .instagram-imp .instagram-current__link {
		font-size: 18px;
		line-height: 20px;
	}
}

.instagram .instagram-imp .instagram-current__link:hover {
	color: #d1965e;
	transition: all 0.2s;
}

.instagram .instagram-photo {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 77%;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.instagram .instagram-photo {
		width: 90%;
		margin-top: 20px;
	}
}

.instagram .instagram-left {
	width: 22%;
	margin-top: 232px;
}

.instagram .instagram-left .instagram-item:first-child {
	width: 65%;
	margin-left: auto;
}

.instagram .instagram-item {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.instagram .instagram-item {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 540px) {
	.instagram .instagram-item {
		margin-bottom: 10px;
	}
}

.instagram .instagram-item img {
	width: 100%;
	object-fit: cover;
}

.instagram .instagram-center {
	width: 41%;
}

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

.instagram .instagram-center__top .instagram-item:last-child {
	margin-top: auto;
	width: 38%;
}

.instagram .instagram-center__top .instagram-item:first-child {
	width: 54%;
}

.instagram .instagram-right {
	width: 30%;
	margin-top: 170px;
}

.instagram .instagram-right .instagram-item:first-child {
	width: 48%;
}

.instagram .instagram-wrapper {
	margin-left: auto;
	width: 49%;
}

@media screen and (max-width: 768px) {
	.instagram .instagram-wrapper {
		margin: 0 auto;
	}
}

.instagram .instagram-addition {
	width: 70%;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1300px) {
	.instagram .instagram-addition {
		width: 235px;
	}
}

@media screen and (max-width: 1300px) {
	.instagram .instagram-addition__item img {
		width: 100%;
	}
}

.instagram .instagram-addition__item:first-child {
	width: 31%;
}

@media screen and (max-width: 1300px) {
	.instagram .instagram-addition__item:first-child {
		width: auto;
	}
}

.instagram .instagram-addition__item:last-child {
	width: 63%;
}

@media screen and (max-width: 1300px) {
	.instagram .instagram-addition__item:last-child {
		width: auto;
		margin-left: 25px;
	}
}

@media screen and (max-width: 960px) {
	.instagram .instagram-addition__item:last-child {
		margin-left: 20px;
	}
}

@media screen and (max-width: 768px) {
	.instagram .instagram-addition__item:last-child {
		margin-left: 15px;
	}
}

@media screen and (max-width: 540px) {
	.instagram .instagram-addition__item:last-child {
		margin-left: 10px;
	}
}

.contacts .contacts-wrap {
	padding: 200px 0px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 960px) {
	.contacts .contacts-wrap {
		padding: 100px 0px;
	}
}

@media screen and (max-width: 768px) {
	.contacts .contacts-wrap {
		padding: 60px 0px;
		flex-direction: column-reverse;
	}
}

.contacts .contacts-wrap .contacts-map {
	width: 48%;
	border: 7px solid #8c8277;
	border-radius: 3px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.contacts .contacts-wrap .contacts-map {
		width: 100%;
		margin-top: 30px;
	}
}

@media screen and (max-width: 540px) {
	.contacts .contacts-wrap .contacts-map {
		border: 7px solid #8c8277;
	}
}

.contacts .contacts-wrap .contacts-map iframe {
	height: 368px;
}

@media screen and (max-width: 960px) {
	.contacts .contacts-wrap .contacts-map iframe {
		height: 250px;
	}
}

.contacts .contacts-wrap .contacts-map::after {
	content: "";
	position: absolute;
	bottom: -68px;
	width: 200px;
	height: 180px;
	background: #4E4542;
	filter: blur(200px);
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: -1;
}

@media screen and (max-width: 540px) {
	.contacts .contacts-wrap .contacts-map::after {
		width: 100px;
	}
}

.contacts .contacts-wrap .contacts-info {
	width: 40%;
}

@media screen and (max-width: 768px) {
	.contacts .contacts-wrap .contacts-info {
		width: 100%;
	}
}

.contacts .contacts-wrap .contacts-info ul {
	max-width: 300px;
	margin: 0px auto 0px;
}

@media screen and (max-width: 768px) {
	.contacts .contacts-wrap .contacts-info ul {
		margin: 0px;
	}
}

.contacts .contacts-wrap .contacts-info ul li {
	display: flex;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	font-family: "Proba Pro SmBd";
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.contacts .contacts-wrap .contacts-info ul li {
		font-size: 16px;
		line-height: 18px;
	}
}

.contacts .contacts-wrap .contacts-info ul li a, .contacts .contacts-wrap .contacts-info ul li span {
	font-family: "Proba Pro Regular";
	display: inline-block;
	margin-left: 23px;
}

.contacts .contacts-wrap .contacts-info ul li a:hover {
	color: #B17E4E;
	transition: all 0.2s;
}

.contacts .contacts-wrap .contacts-info ul li svg:first-child {
	width: 25px;
}

.contacts .contacts-wrap .contacts-info ul li svg:last-child {
	height: 35px;
}

.contacts .contacts-wrap .title {
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.contacts .contacts-wrap .title {
		margin-bottom: 30px;
	}
}

.footer .footer-top {
	background-color: #282322;
	padding: 53px 0px 23px;
}

.footer .footer-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 960px) {
	.footer .footer-wrap {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 540px) {
	.footer .footer-wrap {
		flex-direction: column;
	}
}

@media screen and (max-width: 540px) {
	.footer .footer-logo {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 540px) {
	.footer .footer-rights {
		order: 1;
	}
}

.footer .footer-item {
	max-width: 180px;
}

@media screen and (max-width: 960px) {
	.footer .footer-item {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 540px) {
	.footer .footer-item {
		margin-bottom: 15px;
	}
}

.footer .footer-item p {
	font-family: "Proba Pro SmBd";
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 26px;
	color: #D2C0A8;
}

@media screen and (max-width: 540px) {
	.footer .footer-item p {
		font-size: 16px;
		line-height: 18px;
	}
}

.footer .footer-item span {
	color: #AAA9A9;
	line-height: 24px;
}

@media screen and (max-width: 540px) {
	.footer .footer-item span {
		font-size: 14px;
		line-height: 16px;
	}
}

.footer .footer-menu {
	display: flex;
	flex-direction: column;
}

.footer .footer-menu a {
	font-family: "Proba Pro SmBd";
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 26px;
	color: #D2C0A8;
}

@media screen and (max-width: 540px) {
	.footer .footer-menu a {
		font-size: 16px;
		line-height: 18px;
	}
}

.footer .footer-menu a:hover {
	color: #B17E4E;
	transition: all 0.2s;
}

.footer .footer-social {
	display: flex;
	justify-content: space-between;
	max-width: 100px;
	width: 100%;
}

.footer .footer-social svg:hover path {
	fill: #B17E4E;
	transition: all 0.2s;
}

.footer .footer-social img {
	width: 20px;
}

.footer .footer-bottom {
	background-color: #000;
	padding: 20px 0px;
}

.footer .footer-bottom .footer-bwrap {
	position: relative;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.footer .footer-bottom .footer-bwrap {
		flex-direction: column;
	}
}

.footer .footer-bottom a:hover {
	color: #B17E4E;
	transition: all 0.2s;
}

.footer .footer-bottom span {
	font-size: 15px;
	line-height: 18px;
	color: #8E8E8E;
}

@media screen and (max-width: 768px) {
	.footer .footer-bottom span {
		margin-bottom: 10px;
	}
}

.footer .footer-bottom .footer-politicy {
	display: inline-block;
/* 	position: absolute; */
	top: 50%;
	left: 50%;
/* 	transform: translate(-50%, -50%); */
	font-size: 16px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #8E8E8E;
}

@media screen and (max-width: 768px) {
	.footer .footer-bottom .footer-politicy {
		position: relative;
		transform: unset;
		left: 0px;
		top: 0px;
		margin-bottom: 10px;
	}
}

.footer .footer-bottom .footer-dev {
	font-size: 16px;
	line-height: 18px;
	color: #8E8E8E;
}
@media (max-width: 768px) {
	.footer .footer-bottom .footer-dev {
		margin-bottom: 10px;
	}
}

.footer .footer-bottom .footer-dev a {
	font-size: 16px;
	line-height: 18px;
	color: #8E8E8E;
	text-decoration-line: underline;
}
.footer .footer-bottom .footer-dev a:hover {
	color: #B17E4E;
}

.main {
	background: #F6F6F6;
	position: relative;
	z-index: 1;
}

.main .main-photo {
	width: 51%;
	height: 100%;
	bottom: 0px;
	right: 0px;
	position: absolute;
	background-image: url(../img/main/ww.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.main .main-photo {
		width: 45%;
	}
}

@media screen and (max-width: 540px) {
	.main .main-photo {
		display: none;
	}
}

.main .banner-info {
	margin-top: 117px;
}

@media screen and (max-width: 1100px) {
	.main .banner-info {
		margin-top: 70px;
	}
}

@media screen and (max-width: 540px) {
	.main .banner-info__adress {
		color: #7B7B7B;
	}
}

.main .banner-info__contacts svg path {
	fill: #000;
}

.main .banner-info__contacts svg:hover path {
	fill: #B17E4E;
	transition: all 0.2s;
}

.main .main-wrap {
	padding: 142px 0px 100px;
}

@media screen and (max-width: 1100px) {
	.main .main-wrap {
		padding: 80px 0px 60px;
	}
}

@media screen and (max-width: 540px) {
	.main .main-wrap {
		padding: 40px 0px;
	}
}

.product-single .main-breadcrumbs {
	padding: 50px 0;
}

.product-single .main-breadcrumbs,
.main .main-breadcrumbs {
	padding-top: 8px;
	display: flex;
	align-items: center;
}

.product-single .main-breadcrumbs a,
.main .main-breadcrumbs a {
	font-size: 16px;
	line-height: 21px;
	color: #D1CDCD;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
}

@media screen and (max-width: 768px) {
	.product-single .main-breadcrumbs a,
	.main .main-breadcrumbs a {
		font-size: 14px;
		line-height: 16px;
	}
}

.product-single .main-breadcrumbs a:hover,
.main .main-breadcrumbs a:hover {
	color: #7B7B7B;
	transition: 0.3s;
}

.product-single .main-breadcrumbs .main-breadcrumbs__active,
.main .main-breadcrumbs__active {
	color: #7B7B7B !important;
	cursor: none;
}

.main .main-info {
	max-width: 500px;
}

.main .main-info__wrap {
	margin-left: auto;
	max-width: 400px;
}

@media screen and (max-width: 1100px) {
	.main .main-info__wrap {
		margin-left: 40px;
	}
}

@media screen and (max-width: 768px) {
	.main .main-info__wrap {
		margin-left: 0px;
	}
}

.main .main-info__wrap ul,
.main .main-info__wrap ol,
.main .main-info__list {
	margin: 50px 0px 0px 20px;
}

@media screen and (max-width: 540px) {
	.main .main-info__wrap ul,
	.main .main-info__wrap ol,
	.main .main-info__list {
		margin-top: 30px;
	}
}

.main .main-info__wrap ul li,
.main .main-info__wrap ol li,
.main .main-info__list li {
	position: relative;
	font-size: 18px;
	line-height: 21px;
	color: #7B7B7B;
	margin-bottom: 12px;
	max-width: 230px;
}

@media screen and (max-width: 768px) {
	.main .main-info__wrap ul li,
	.main .main-info__wrap ol li,
	.main .main-info__list li {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 7px;
	}
}

.main .main-info__wrap ul li::before ,
.main .main-info__wrap ol li::before ,
.main .main-info__list li::before {
	content: ".";
	color: #000;
	position: absolute;
	top: -10px;
	left: -25px;
	font-size: 40px;
}

.entry-title {
	padding: 100px 0;
}

.main .title {
	font-size: 60px;
	line-height: 60px;
}

@media screen and (max-width: 1100px) {
	.main .title {
		font-size: 46px;
		line-height: 46px;
		max-width: 400px;
	}
}

@media screen and (max-width: 768px) {
	.main .title {
		font-size: 40px;
		line-height: 40px;
		max-width: 350px;
	}
}

.main .main-info__wrap p,
.main .additon-text {
	margin-top: 35px;
	max-width: 300px;
}

@media screen and (max-width: 1100px) {
	.main .main-info__wrap p,
	.main .additon-text {
		max-width: 230px;
	}
}

.extension .extension-wrap {
	padding: 185px 0px 190px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 1100px) {
	.extension .extension-wrap {
		flex-direction: column;
		padding: 100px 0px;
	}
}

@media screen and (max-width: 768px) {
	.extension .extension-wrap {
		padding: 70px 0px;
	}
}

@media screen and (max-width: 540px) {
	.extension .extension-wrap {
		padding: 40px 0px;
	}
}

.extension .title {
	width: 40%;
	font-size: 50px;
	line-height: 54px;
}

@media screen and (max-width: 1100px) {
	.extension .title {
		width: 100%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	.extension .title {
		font-size: 36px;
		line-height: 38px;
	}
}

@media screen and (max-width: 540px) {
	.extension .title {
		font-size: 28px;
		line-height: 32px;
	}
}

.extension .title .cursive-word:last-child {
	display: block;
}

.extension .extension-info {
	width: 49%;
}

@media screen and (max-width: 1100px) {
	.extension .extension-info {
		width: 100%;
		max-width: 700px;
	}
}

.extension .extension-info__title {
	font-family: "Playfair Display", serif;
	font-size: 26px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
	.extension .extension-info__title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 25px;
	}
}

.extension .extension-info__wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.extension .extension-item {
	width: 47%;
}

.extension .extension-item p {
	font-size: 18px;
	line-height: 21px;
	color: #8E8E8E;
}

@media screen and (max-width: 540px) {
	.extension .extension-item p {
		font-size: 16px;
		line-height: 20px;
	}
}

.extension .extension-item p strong {
	font-family: "Proba Pro SmBd";
	color: #000000;
}

.extension .additon-text {
	max-width: 250px;
}

.extension .additon-text::before {
	height: 50px;
}

@media screen and (max-width: 768px) {
	.extension .additon-text {
		max-width: 200px;
	}
}

.result {
	background: #9f9d9b3d;
	text-align: center;
	padding: 190px 0px;
}

@media screen and (max-width: 1100px) {
	.result {
		padding: 100px 0px;
	}
}

@media screen and (max-width: 768px) {
	.result {
		padding: 70px 0px;
	}
}

@media screen and (max-width: 540px) {
	.result {
		padding: 40px 0px;
	}
}

.result .owl-carousel .owl-nav button.owl-prev {
	background: url(https://manestyle.com.ua/wp-content/uploads/2021/05/prev-btn.svg);
	background-size: cover;
	width: 30px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10;
}

@media screen and (max-width: 540px) {
	.result .owl-carousel .owl-nav button.owl-prev {
		width: 20px;
		height: 10px;
	}
}

.result .owl-carousel .owl-nav button.owl-prev:hover {
	background: url(https://manestyle.com.ua/wp-content/uploads/2021/05/btn-hover.svg);
	transform: rotate(180deg);
	width: 30px;
	height: 20px;
	background-size: cover;
}

@media screen and (max-width: 540px) {
	.result .owl-carousel .owl-nav button.owl-prev:hover {
		width: 20px;
		height: 10px;
	}
}

.result .owl-carousel .owl-nav button.owl-next {
	background: url(https://manestyle.com.ua/wp-content/uploads/2021/05/prev-btn.svg);
	background-size: cover;
	width: 30px;
	height: 20px;
	transform: rotate(180deg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

@media screen and (max-width: 540px) {
	.result .owl-carousel .owl-nav button.owl-next {
		width: 20px;
		height: 10px;
	}
}

.result .owl-carousel .owl-nav button.owl-next:hover {
	background: url(https://manestyle.com.ua/wp-content/uploads/2021/05/btn-hover.svg);
	transform: rotate(0deg);
	width: 30px;
	height: 20px;
	background-size: cover;
}

@media screen and (max-width: 540px) {
	.result .owl-carousel .owl-nav button.owl-next:hover {
		width: 20px;
		height: 10px;
	}
}

.result .owl-carousel .owl-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 265px;
	margin: -65px auto 0px;
}

@media screen and (max-width: 540px) {
	.result .owl-carousel .owl-nav {
		max-width: 165px;
	}
}

.result .title {
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 540px) {
	.result .title {
		margin-bottom: 30px;
	}
}

/* .result .title .cursive-word {
	display: block;
} */

.result .result-slide {
	display: flex;
	justify-content: space-between;
	max-width: 91%;
	margin: 60px 0px 0px auto;
	padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
	.result .result-slide {
		margin-top: 30px;
		padding-bottom: 100px;
	}
}

.result .result-item {
	text-align: center;
	width:32%;
}

.result .result-item__before {
/* 	width: 37%;
	margin-top: 110px; */
}

@media screen and (max-width: 768px) {
	.result .result-item__before {
		margin-top: 70px;
	}
}

/* .result .result-item__after {
	width: 56%;
} */

.result .result-item__photo {
/* 	background-color: #282322;
	padding: 27px 0px;
	-webkit-box-shadow: 3px 39px 75px -37px rgba(78, 69, 66, 0.6);
	-moz-box-shadow: 3px 39px 75px -37px rgba(78, 69, 66, 0.6);
	box-shadow: 3px 39px 75px -37px rgba(78, 69, 66, 0.6); */
	position: relative;
}

.result .result-item__photo img {
	width: 92% !important;
	margin: 0 auto;
}

@media screen and (max-width: 540px) {
	.result .result-item__photo img {
		width: 100% !important;
	}
}

.result .result-item p {
	margin-top: 10px;
	font-size: 21px;
	line-height: 28px;
	color: #000000;
	font-family: "Playfair Display", serif;
}

@media screen and (max-width: 768px) {
	.result .result-item p {
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (max-width: 540px) {
	.result .result-item p {
		font-size: 16px;
		line-height: 18px;
	}
}

.result .reviews-number {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.result .reviews-number {
		bottom: 20px;
	}
}

@media screen and (max-width: 540px){
	.result .reviews-number {
		bottom: 30px;
	}
}


.result .reviews-number p {
	color: #000;
	font-size: 20px;
	font-family: "Playfair Display", serif;
}

@media screen and (max-width: 768px) {
	.result .reviews-number p {
		font-size: 16px;
	}
}

.result .reviews-number p span {
	color: #B17E4E;
	font-size: 48px;
}

@media screen and (max-width: 768px) {
	.result .reviews-number p span {
		font-size: 30px;
	}
}

.cost .cost-wrap {
	padding: 190px 0px 100px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1100px) {
	.cost .cost-wrap {
		padding: 100px 0px;
	}
}

@media screen and (max-width: 768px) {
	.cost .cost-wrap {
		flex-wrap: wrap;
		padding: 70px 0px;
	}
}

@media screen and (max-width: 540px) {
	.cost .cost-wrap {
		padding: 40px 0px;
	}
}

.cost .title {
	width: 40%;
	margin-top: 60px;
}



@media screen and (max-width: 768px) {
	.cost .title {
		width: 100%;
		margin-top: 0px;
	}
}

.cost .title .cursive-word {
	display: block;
}

.cost .cost-info {
	width: 49%;
}

@media screen and (max-width: 1020px) {
/* 	.cost .cost-info{
		width: 51%;
	} */
	.cost .cost-info {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.cost .title{
		width: 100%;
	}
	.cost .cost-wrap {
		flex-wrap: wrap;
		padding: 70px 0px;
	}
	
}

@media screen and (max-width: 768px) {
	.cost .cost-info {
		width: 100%;
		margin-top: 20px;
	}
}

.cost .cost-item {
	padding: 16px 0px;
	border-bottom: 1px solid #CBCBCB;
}

.cost .cost-item__wrap {
	max-width: 530px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

@media screen and (max-width: 1020px) {
	.cost .cost-item__wrap{
		max-width:100%;
	}
}
.cost .cost-item__title {
	font-size: 24px;
	line-height: 26px;
	color: #000;
	max-width: 320px;
	text-transform: uppercase;
	font-family: "Playfair Display", serif;
}

@media screen and (max-width: 768px) {
	.cost .cost-item__title {
		font-size: 16px;
		line-height: 20px;
		max-width: 300px;
	}
	.cost .cost-info {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 540px) {
	.cost .cost-item__title {
		font-size: 16px;
		line-height: 18px;
		max-width: 200px;
	}
}

.cost .cost-item__title em,
.cost .cost-item__title span {
	text-transform: initial;
}

.cost .cost-item__price {
	font-size: 18px;
	line-height: 21px;
	color: #000;
}

@media screen and (max-width: 540px) {
	.cost .cost-item__price {
		font-size: 16px;
	}
}

.cost .cost-item__price strong,
.cost .cost-item__price span {
	color: #B17E4E;
	font-size: 20px;
	font-family: "Proba Pro SmBd";
}

@media screen and (max-width: 768px) {
	.cost .cost-item__price strong,
	.cost .cost-item__price span {
		font-size: 16px;
	}
}

@media screen and (max-width: 540px) {
	.cost .cost-item__price strong,
	.cost .cost-item__price span {
		font-size: 15px;
	}
}

.questions {
	margin-top: -50px;
	padding: 0px 0px 100px;
}

@media screen and (max-width: 1100px) {
	.questions {
		padding: 0px 0px 30px;
	}
}

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

@media screen and (max-width: 768px) {
	.questions .questions-wrap {
		flex-direction: column-reverse;
	}
}

.questions .questions-photo {
	width: 40%;
}

@media screen and (max-width: 768px) {
	.questions .questions-photo {
		width: 80%;
		margin: 0 auto;
	}
}

.questions .questions-photo img {
	width: 100%;
}

.questions .title {
	margin-top: 180px;
	margin-bottom: 77px;
	font-size: 60px;
	line-height: 62px;
}

@media screen and (max-width: 960px) {
	.questions .title {
		font-size: 46px;
		line-height: 54px;
	}
}

@media screen and (max-width: 768px) {
	.questions .title {
		font-size: 36px;
		line-height: 38px;
		margin-top: 70px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 540px) {
	.questions .title {
		font-size: 28px;
		line-height: 32px;
	}
}

.questions .questions-open svg {
	transition: all 0.2s;
	cursor: pointer;
}

@media screen and (max-width: 540px) {
	.questions .questions-open svg {
		width: 15px;
		height: 15px;
	}
}

.questions .questions-open.opened svg {
	transform: rotate(45deg);
	transition: all 0.2s;
}

.questions .questions-answer {
	display: none;
	padding: 20px 25px;
}

@media screen and (max-width: 540px) {
	.questions .questions-answer {
		padding: 15px;
	}
}

.questions .questions-answer p {
	font-size: 18px;
	line-height: 21px;
	color: #AAA9A9;
}

@media screen and (max-width: 540px) {
	.questions .questions-answer p {
		font-size: 16px;
		line-height: 18px;
	}
}

.questions .questions-section {
	width: 48%;
}

@media screen and (max-width: 768px) {
	.questions .questions-section {
		width: 100%;
		margin-bottom: 40px;
	}
}

.questions .questions-section .questions-info {
	padding: 16px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #CBCBCB;
	cursor: pointer;
}

.questions .questions-section .questions-info p {
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	font-family: "Proba Pro SmBd";
}

@media screen and (max-width: 540px) {
	.questions .questions-section .questions-info p {
		font-size: 16px;
		line-height: 18px;
		max-width: 270px;
	}
}

@media screen and (max-width: 540px) {
	.instagram-services {
		margin-top: -40px;
	}
}

.instagram-services .instagram-imp {
	margin-top: 0px;
}

.costservice-wrapper .active {
	color: #B17E4E !important;
}

.tab_item {
	display: none;
}

.tab_item:first-child {
	display: block;
}

.costservice {
	padding: 100px 0px;
}

@media screen and (max-width: 1300px) {
	.costservice {
		padding: 70px 0px;
	}
}

@media screen and (max-width: 540px) {
	.costservice {
		padding: 40px 0px;
	}
}

.costservice .title {
	margin-bottom: 60px;
	max-width: 560px;
}

@media screen and (max-width: 768px) {
	.costservice .title {
		margin-bottom: 30px;
	}
}

.costservice .tabs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.costservice .tabs {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 540px) {
	.costservice .tabs {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
}

.costservice .tab {
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	font-family: "Proba Pro SmBd";
	cursor: pointer;
}

@media screen and (max-width: 1100px) {
	.costservice .tab {
		font-size: 18px;
		line-height: 20px;
	}
}

@media screen and (max-width: 768px) {
	.costservice .tab {
		max-width: 100px;
	}
}

@media screen and (max-width: 540px) {
	.costservice .tab {
		width: 40%;
		margin-bottom: 15px;
		max-width: unset;
	}
}

.costservice .costservice-wrapper {
	margin: 0 auto;
}

.costservice .costservice-block__head {
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #CBCBCB;
}

.costservice .costservice-block__head p {
	display: flex;
	width: 33.4%;
	font-size: 20px;
	line-height: 21px;
	color: #B17E4E;
	font-family: "Playfair Display", serif;
}

@media screen and (max-width: 1100px) {
	.costservice .costservice-block__head p {
		font-size: 18px;
		line-height: 20px;
	}
}

@media screen and (max-width: 540px) {
	.costservice .costservice-block__head p {
		font-size: 16px;
		line-height: 16px;
		width: unset;
	}
}

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

@media screen and (max-width: 768px) {
	.costservice .info-costservice__service p {
		padding-right: 30px !important;
	}
}

.costservice .info-costservice__item {
	display: flex;
	flex-direction: column;
	width: 33.4%;
	font-size: 18px;
	color: #000;
}

.costservice .info-costservice__item p {
	padding: 20px 0px;
	border-bottom: 1px solid #CBCBCB;
	min-height: 65px;
}

@media screen and (max-width: 768px) {
	.costservice .info-costservice__item p {
		min-height: 80px;
	}
}

.costservice .info-costservice__item.info-costservice__time p strong,
.costservice .info-costservice__item.info-costservice__price p strong,
.costservice .info-costservice__item p span {
	color: #B17E4E;
	font-family: "Proba Pro SmBd";
	font-size: 22px;
}

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

.portf-block .portf-item {
	width: 31%;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.portf-block .portf-item {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 540px) {
	.portf-block .portf-item {
		margin-bottom: 10px;
	}
}

.portf-block .portf-item img {
	width: 100%;
	object-fit: cover;
	min-height: 100%;
    max-height: 100%;
}

#menu__toggle, .menu__item_mob {
	display: none;
}

.menu__btn {
	margin: 0 !important;
}

@media screen and (max-width: 870px) {
	.header .header-left .header-menu__list {
		display: block;
		text-align: center;
	}
	.menu__box .btn {
		max-width: 200px;
		margin: 0 auto;
	}
	.menu__item_mob {
		display: block;
	}
	.header .header-right {
		display: none;
	}
	.header .header-left .header-menu__list li {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header .header-left .header-menu__list a {
		font-size: 14px;
		color: #D3C1A9;
		display: flex;
		align-items: center;
	}
	.header .header-left .header-menu__list a svg {
		margin-right: 10px;
	}
	#menu__toggle {
		opacity: 0;
		display: block;
	}
	#menu__toggle:checked~.menu__btn {
		position: fixed;
	}
	#menu__toggle:checked~.menu__btn>span {
		transform: rotate(45deg);
	}
	#menu__toggle:checked~.menu__btn>span::before {
		top: 0;
		transform: rotate(0);
	}
	#menu__toggle:checked~.menu__btn>span::after {
		top: 0;
		transform: rotate(90deg);
	}
	#menu__toggle:checked~.menu__box {
		visibility: visible;
		left: 0;
	}
	.menu__btn {
		display: flex;
		align-items: center;
		position: absolute;
		top: 25px;
		right: 30px;
		width: 25px;
		height: 30px;
		cursor: pointer;
		z-index: 999;
	}
	.menu__btn>span, .menu__btn>span::before, .menu__btn>span::after {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background-color: #B17E4E;
		transition-duration: .25s;
	}
	.menu__btn>span::before {
		content: '';
		top: -8px;
	}
	.menu__btn>span::after {
		content: '';
		top: 8px;
	}
	.menu__box {
		display: block;
		position: fixed;
		visibility: hidden;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 80px 0;
		list-style: none;
		background-color: #000;
		box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
		transition-duration: .25s;
		z-index: 99;
	}
	.menu__item {
		display: block;
		padding: 12px 24px;
		font-size: 20px;
		font-weight: 600;
	}
	.menu__item:hover {
		transition: 0.3s;
	}
	.header-light .menu__btn>span, .menu__btn>span::before, .menu__btn>span::after {
		background-color: #B17E4E;
	}
}

/* GALLERY POPUP */


.popup {
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
	left:0;
	display:none;
	text-align:center;
	z-index: 99999999;
}

.popup_bg {
	background: rgba(0,0,0,0.4);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.popup_img {
	position: relative;
	z-index: 2;
	width: 100%;
	max-height: 94%;
	max-width: 94%;
}




/* CONTACT FORM MODAL */

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
}

.modal {
  position: absolute;
  width: 570px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 70px 60px;
  box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 3px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.ajax-loader{
	display: none !important;
}
.wpcf7-form{
	text-align:center;
	width: 90%;
    margin: 0 auto;
}

@media screen and (max-width:768px){
	.wpcf7-form{
		width: 100%;
	}
	.modal {
		padding: 30px;
	}
}

.wpcf7-form .wpcf7-validates-as-tel{
	border:none;
	border-bottom: 1px solid #CBCBCB;
	padding:10px 0px;
	margin-bottom: 10px;
	background-color:#fff;
	width: 100%;
	box-shadow: none;
}

.wpcf7-form  .wpcf7-text{
	border:none;
	border-bottom: 1px solid #CBCBCB;
	padding:10px 0px;
	margin-bottom: 1px;
	background-color:#fff;
	width: 100%;
	box-shadow: none;
}

.wpcf7-form .wpcf7-text:active{
	border:none;
	outline: none;
	box-shadow:none;
	background-color:#fff;
}
.wpcf7-form .wpcf7-text:focus{
	border:none;
	outline: none;
	box-shadow:none;
	background-color:#fff;
}
.wpcf7-form .wpcf7-text::placeholder{
	color:#B17E4E;
}

.wpcf7-form .wpcf7-submit:hover{
	 background: #222222;
	color:#fff;
}
.wpcf7-form .wpcf7-submit{
	font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #f9be7f;
    background: #8c8277;
    border-radius: 3px;
    position: relative;
    padding: 14px 28px;
    margin: 20px auto 0px;
    border: none;
    font-family: "Proba Pro SmBd";
    z-index: 1;
	-webkit-box-shadow: -2px 27px 30px -27px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: -2px 27px 30px -27px rgba(34, 60, 80, 0.6);
	box-shadow: -2px 27px 30px -27px rgba(34, 60, 80, 0.6);
}
@media screen and (max-width: 768px) {
  .modal {
    width: 85%;
    padding: 60px 30px;
  }
}

.modal h3 {
  text-align: center;
  font-size: 36px;
	line-height: 62px;
  color: #000000;
  font-family: "TT Commons DemiBold";
}

@media screen and (max-width: 768px) {
  .modal h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

.popup__h2 {
  text-align: center;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before {
  content: '';
  background-color: #B17E4E;
  position: absolute;
  height: 1px;
  width: 30px;
  top: 30px;
  left: -20px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: '';
  background-color: #B17E4E;
  position: absolute;
  height: 1px;
  width: 30px;
  top: 30px;
  transform: rotate(45deg);
  left: -20px;
}

/*
 * Contact Form 7 
 **/

.wpcf7-list-item:first-child {
	margin: 0;
}

.wpcf7-response-output {
	width: 320px;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
	display: none!important;
}


input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid {
	color: #e63339;
	border-bottom: 1px solid #e63339;
}


/*
* WOOCOMMERCE 
**/

.product-single {
	padding: 50px 0px 0;
}

@media screen and (max-width: 1300px) {
	.product-single {
		padding: 35px 0px;
	}
}


@media screen and (max-width: 540px) {
	.product-single {
		padding: 20px 0px;
	}
}

ul.products {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
/* 	margin-bottom: 50px; */
	flex-wrap: wrap;
	justify-content: space-evenly;
}

ul.products li.product {
	margin: 10px;
}

ul.products li.product .button {
	margin-bottom: 25px;
}

.widget-area .widget a {
	text-decoration: none;
}

@media (max-width: 768px) {
	ul.products {
		flex-direction: column;
	}

	ul.products li.product {
		margin: 0;
	}
}

.form-row label {
	margin-bottom: 5px;
}

.form-row-wide {
	margin: 10px 0;
}

.woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}

.woocommerce-table--order-details {
	margin-top: 20px;
}

.woocommerce-column__title {
	margin: 20px 0;
}

.woocommerce-customer-details {
	margin: 20px 0 50px;
}

.popup_photo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	position:relative;
	width: 50%;
}

.popup_photo::after{
	content:"";
	position:absolute;
	top: -40px;
	right: 0px;
	background: url(https://avatanplus.ru/files/resources/original/572f9256875c815491d3a21a.png) no-repeat;
	width: 25px;
	height: 25px;
	background-size: cover;
	cursor:pointer;
}

@media screen and (max-width:1440px) {
	.popup_photo {
		width: 35%;
	}
}

@media screen and (max-width: 540px) {
	.popup_photo{
		width: 79%;
	}
	.popup_photo::after{
		width: 20px;
		height: 20px;
	}
}

.newinfo{
	margin-bottom: 150px;
}
.costservice .newinfo {
	margin: 40px 0;
}
.newinfo-title{
	font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
	margin-bottom: 40px;
}
.newinfo-text{
	font-size: 18px;
    line-height: 21px;
    color: #8E8E8E;
	margin-bottom: 20px;
}

.newinfo-text span{
	font-family: "Proba Pro SmBd";
    color: #000000;
}

.newinfo-addition{
	margin-top: 50px;
	font-style: italic;
    font-weight: normal;
    font-size: 21px;
    line-height: 28px;
	max-width: 300px;
	display:block;
    position: relative;
    color: #B17E4E;
	margin-left: 30px;
	position: relative;
    font-family: "Playfair Display", serif;
}

.newinfo-addition::before{
	content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 3px;
    left: -30px;
    background-color: #B17E4E;
}

@media screen and (max-width: 768px){
	.newinfo-title{
		font-size: 36px;
    	line-height: 38px;
		margin-bottom: 25px;
	}
	.newinfo-addition{
		    font-size: 18px;
    		line-height: 24px;
	}
	.newinfo{
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 540px){
	.newinfo-title{
		font-size: 28px;
    	line-height: 32px;
	}
}
@media screen and (max-width:960px){
	.costservice .info-costservice__item p{
		min-height: 85px;
	}
	.costservice  .info-costservice__service p{
		padding-right:30px;
	}
}

@media screen and (max-width:840px){
	.costservice .info-costservice__item p{
		min-height: 105px;
	}
}
@media screen and (max-width:580px){
	.costservice .info-costservice__item p{
		min-height: 135px;
		min-width: 200px;
	}
	.info-costservice__service{
		min-width: 200px;
	}
}

.wpcf7-spinner {
	display: block;
}

.pum-trigger {
	font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #f9be7f;
    background: #8c8277;
    border-radius: 3px;
    position: relative;
    padding: 14px 28px;
    margin: 30px 0;
    border: none;
    font-family: "Proba Pro SmBd";
    z-index: 1;
}
.pum-trigger:hover {
	background: #22222282;
	transition: all 0.2s;
}

@media screen and (max-width: 540px) {
	.pum-trigger {
        font-size: 16px;
        line-height: 18px;
    }
}

._btn {
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #f9be7f;
	background: #8c8277;
	border-radius: 3px;
	position: relative;
	padding: 14px 28px;
	margin: 30px 0px 0;
	border: none;
	font-family: "Proba Pro SmBd";
	z-index: 1;
}

@media screen and (max-width: 540px) {
	._btn {
		font-size: 16px;
		line-height: 18px;
	}
}

._btn:hover {
	background: #22222282;
	transition: all 0.2s;
}

._btn::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: blur(30px);
	border-radius: 3px;
	width: 121px;
	height: 15px;
	background: #22222282;
	z-index: -1;
}


.float-socials {
    position: fixed;
    right: 20px;
    bottom: 50px;
    border-radius: 50%;
	width: 55px; /*ширина кнопки*/
	z-index: 9998;
}

.float-socials__item {
	color: #fff;
}

@media (max-width : 1024px) {  
    .float-socials {
        right: 9px;
    }
}

.float-socials__list {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.float-socials__list > *+* {
	margin-top: 10px;	
}

.float-socials__item {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #25D366; /*цвет кнопки*/
	border-radius: 50%;
	width: 55px; /*ширина кнопки*/
	height: 55px; /*высота кнопки*/
	color: #fff;
	text-align: center;
	line-height: 53px; /*центровка иконки в кнопке*/
	font-size: 35px; /*размер иконки*/
}
.float-socials__item.viber {
	background: #6F5CEA; /*цвет кнопки*/
}
.float-socials__item.whatsapp {
	background: #25D366; /*цвет кнопки*/
}
.float-socials__item.telegram {
	background: #0088cc; /*цвет кнопки*/
}

.float-socials__item svg {
	width: 24px;
	height: auto;
}
/*# sourceMappingURL=style.css.map */