.homeSection {
	font-family: 'Avenir LT Std';
	font-weight: 400;
}
.action.primary {
    background: none;
    border: 1px solid #000000;
    border-radius: 10px;
    color: #000000;
	cursor: pointer;
	display: inline-block;
	font-family: 'Helvetica';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 43px;
    height: 45px;
	padding: 0 34px;
	text-decoration: none;
	text-transform: uppercase;
}

#section-slider{
	position: relative;
}
.mainSlider .item:after {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.01) 100%);
    content: '';
    height: 160px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.mainSlider.owl-carousel .owl-nav button.owl-next, .mainSlider.owl-carousel .owl-nav button.owl-prev{
	height: 55px;
	width: 45px;
}
.mainSlider.owl-carousel .owl-nav button.owl-next{
	background: url('../images/rightArrow.png') no-repeat;
}
.mainSlider.owl-carousel .owl-nav button.owl-prev{
	background: url('../images/leftArrow.png') no-repeat;
}
.mainSlider.owl-carousel .owl-nav button.owl-next span, .mainSlider.owl-carousel .owl-nav button.owl-prev span{
	display: none;
}

.mainSlider.owl-carousel:not(.owl-loaded) {
    display: block;
}
.mainSlider.owl-carousel:not(.owl-loaded) .item {
    display: none;
}
.mainSlider.owl-carousel:not(.owl-loaded) .item:first-child {
    display: block;
}

.mainLogo{
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 35px 25px 0;
	z-index: 9;
}

.sliderText{
	color: #ffffff;
	position: absolute;
	top: 45px;
	right: 35px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 32px;
	text-align: right;	
	text-transform: uppercase;
	z-index: 9;
    display: none;
}
.sliderText span{
	display: block;
	text-decoration: underline;
}
.sliderText span.text-extrabold{
	font-size: 28px;
	font-weight: 900;
	text-decoration: none;
}
.sliderText span.text-medium{
	font-weight: 500;
}

.action.primary:hover{
	background: #C65E4F;
	border-color: #C65E4F;
	color: #ffffff;
}
.secondBlock{
	background: #F3F0F1;
	padding: 60px 35px 65px;
	text-align: center;
}
.secondBlock h1{
	color: #C65E4F;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.06em;
	margin: 0;
	text-transform: uppercase;
}
.secondBlock h1 strong{
	font-weight: 900;
}
.secondBlock h1 span{
	color: #000000;
	display: block;
	font-weight: 500;
}
.secondBlock h2{
	color: #000000;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin: 35px 0 40px;
}
.secondBlock h3{
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 25px;
}


#section-contact .contact-form, .contect-section-mobile .contact-form{
	margin: 0 auto;
	max-width: 330px;
	width: 100%;
}
#section-contact .contact-form .titleBlock, .contect-section-mobile .contact-form .titleBlock{
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 24px;
	margin: 0 0 35px;
	text-transform: uppercase;
}
#section-contact .contact-form .titleBlock .extrabold, .contect-section-mobile .contact-form .titleBlock .extrabold{
	font-size: 22px;
	font-weight: 900;
}
#section-contact .contact-form .titleBlock .medium, .contect-section-mobile .contact-form .titleBlock .medium{
	font-weight: 500;
}


#section-contact{
	padding: 120px 100px 50px;
}
#section-contact:before {
    background: #C65E4F;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
#section-contact.active:before{
	left: 22px;top: 22px;right: 22px;bottom: 22px;
}
#section-contact .contact-form .form-group .contact-from .form-control, .contect-section-mobile .contact-form .form-group .contact-from .form-control{
	background: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
	color: #ffffff;
	font-family: 'Helvetica';
    font-size: 15px;
    font-weight: 500;
	height: 38px;
    padding: 0 15px;
}
#section-contact .contact-form .form-group .contact-from textarea.form-control, .contect-section-mobile .contact-form .form-group .contact-from textarea.form-control{
	height: 144px;
	padding: 10px 15px;
}
#section-contact .contact-form .form-group .contact-from .form-control::placeholder, .contect-section-mobile .contact-form .form-group .contact-from .form-control::placeholder{
	color: rgba(255,255,255,0.75);
}
#section-contact .contact-form .form-group .contact-from .form-control:focus, .contect-section-mobile .contact-form .form-group .contact-from .form-control:focus{
	box-shadow: none;
}
#section-contact .contact-form .contact-from p, .contect-section-mobile .contact-form .contact-from p{
	font-family: 'Avenir LT Std';
	margin: 0 0 15px;
}
#section-contact .contact-form input[type=checkbox], .contect-section-mobile .contact-form input[type=checkbox] {
    left: 0;
	top: 2px;
	visibility: hidden;
    opacity: 0;
}
#section-contact .contact-form input[type=checkbox] + span:before, .contect-section-mobile .contact-form input[type=checkbox] + span:before{
	border: 1px solid #fff;
    border-radius: 4px;
    display: block;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 1px;
    left: 0;
}
#section-contact .contact-form input[type=checkbox]:checked + span:after, .contect-section-mobile .contact-form input[type=checkbox]:checked + span:after{
	background: #ffffff;
    border-radius: 2px;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 5px;
    left: 4px;
}
#section-contact .contact-terms, .contect-section-mobile .contact-terms{
	color: #ffffff;
	font-family: 'Helvetica';
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 18px;
}
#section-contact .contact-terms .wpcf7-list-item, .contect-section-mobile .contact-terms .wpcf7-list-item {
    display: block;
    padding-left: 28px;
}
#section-contact .contact-form .contact-form-btn, .contect-section-mobile .contact-form .contact-form-btn{
	padding-top: 10px;
}
#section-contact .contact-form .contact-form-btn p, .contect-section-mobile .contact-form .contact-form-btn p{
	margin: 0;
	text-align: center;
}
#section-contact .contact-form .wpcf7-spinner, .contect-section-mobile .contact-form .wpcf7-spinner{
	margin: 5px auto;
}
#section-contact .contact-form-btn .btn, .contect-section-mobile .contact-form-btn .btn{
	background: #ffffff;
	border: 2px solid #ffffff !important;
	border: none;
	border-radius: 10px;
	color: #C65E4F;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.06em;
	height: 50px;
	line-height: 48px;
	padding: 0 10px;
	text-transform: uppercase;
}
.contact-form-btn .btn:hover, .contect-section-mobile .btn:hover{
	background: #C65E4F !important;
	color: #ffffff !important;
}
.contact-form-call {
    text-align: center;
    line-height: 32px;
	margin-top: 0px;
}
.contact-form-call a {
    color: #ffffff;
    text-decoration: none;
}
.contact-form-call .phonenumber {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.06em;
}
.contact-form-call .contact-email {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

#section-comme .titleBlock{
	color: #C65E4F;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 25px;
	padding: 40px 15px;
	text-align: center;
	text-transform: uppercase;
}
#section-comme .titleBlock .smallText{
	color: #000000;
	display: block;
	font-size: 15px;
	font-weight: 400;
}
#section-comme .textBlock{
	background: #C65E4F;
	color: #ffffff;
	padding: 60px 35px;
	text-align: center;
}
#section-comme .textBlock h3 {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 40px;
    margin: 0 0 12px;
    text-transform: uppercase;
}
#section-comme .textBlock p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 28px;
	max-width: 800px;
    width: 100%;
}
#section-comme .textBlock p.mb-0{
	margin: 0;
}
#section-comme .textBlock .btnBlock{
	padding-top: 30px;
}
#section-comme .textBlock .btnBlock a{
	border-color: #ffffff;
	color: #ffffff;
}
#section-comme .textBlock .btnBlock a:hover{
	background: #ffffff;
	color: #C65E4F;
}

#section-map .mapBlock iframe{
	vertical-align: middle;
	width: 100%;
	/*-webkit-filter: grayscale(100%);*/
	/*-moz-filter: grayscale(100%);*/
	/*-ms-filter: grayscale(100%);*/
	/*-o-filter: grayscale(100%);*/
	/* filter: grayscale(100%);*/
}

#section-croissy{
	background: #F3F0F1;
	padding: 60px 25px;
	text-align: center;
}
#section-croissy .textBlock h3{
	color: #C65E4F;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 40px;
	margin: 0 0 12px;
	text-transform: uppercase;
}
#section-croissy .textBlock h3 strong{
	color: #000000;
	display: block;
	font-weight: 500;
}
#section-croissy .textBlock h4{
	color: #000000;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 22px;
}
#section-croissy .textBlock p{
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 35px;
	max-width: 830px;
    width: 100%;
}

.contect-section-mobile{
	background: #C65E4F;
	padding: 60px 40px 45px;
}

.beforeAfter > div {
    opacity: 1 !important;
}

.site-footer {
    background: #F3F0F1;
	color: #3D3D3D;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 24px 15px;
    justify-content: space-around;
}
.site-footer div {
    margin: 0 10px;
}
.site-footer img {
    margin-left: 20px;
}
#section-single-image img {
	width: 100%;
}

.site-footer div.morcet img {
	width: 50px;
}
.site-footer div.baobob img {
	width: 64px;
}
.site-footer div.illusion img {
	width: 68px;
} 

body.page-template-default {
    background: #ededed;
	font-family: 'Avenir LT Std';
}
body.page-template-default .site-main {
    /*border: 2px solid #ffffff;*/
    /*border-radius: 20px;*/
	/*margin-top: 20px;*/
}
body.page-template-default .entry-header {
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    padding: 18px;
    text-align: center;
}
body.page-template-default .entry-header h1{
	color: #C65E4F;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.06em;
    margin: 0;
    text-transform: uppercase;
}
body.page-template-default .entry-content {
    padding: 30px 20px;
}
body.page-template-default .entry-content h2, body.page-template-default .entry-content h3{
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 15px;
	text-transform: uppercase;
}
body.page-template-default .entry-content h3{
	padding-top: 15px;
}
body.page-template-default .entry-content p{
	color: #000000;
    font-size: 15px;
    line-height: 28px;
	margin: 0 0 25px;
}
body.page-template-default .entry-content p a{
	color: #000000;
	text-decoration: underline;
}

@media (max-width: 991px) {
	.homeSection .rightColumn{
		display: none;
	}
	.mainSlider .item{
		height: 80vh;
		overflow: hidden;
        position: relative;
	}
	.mainSlider .item img {
		height: 80vh;
        object-fit: cover;
        object-position: left;
        transition: all .5s ease;
        position: absolute;
        left: 0;
        max-width: inherit;
		width: auto !important;
	}
	.sliderText {
		bottom: 28px;
        top: auto;
        right: 0;
        text-align: center;
		margin: 0 auto;
        width: 300px;
        left: 0;
	}
	.mainLogo {
		padding: 30px 30px 22px;
		width: 240px;
		margin: 0 auto;
		right: 0;
	}
	.mainLogo img {
		width: 180px;
	}
	.mainSlider.owl-carousel .owl-nav button.owl-next, .mainSlider.owl-carousel .owl-nav button.owl-prev {
		position: absolute;
		bottom: 48px;
	}
	.mainSlider.owl-carousel .owl-nav button.owl-prev{
		left: 7px;
	}
	.mainSlider.owl-carousel .owl-nav button.owl-next {
		right: 7px;
	}
	#section-single-image {
		height: 80vh;
		position: relative;
		overflow: hidden;
	}
	#section-single-image img {
		height: 80vh;
        object-fit: cover;
        object-position: left;
        transition: all .5s ease;
        position: absolute;
        left: 0;
        max-width: inherit;
        width: auto;
	}
	.site-footer{
		flex-direction: column;
		font-size: 12px;
		margin-top: 0;
		padding: 22px;
		gap: 22px;
	}
	.site-footer a{
		color: #3D3D3D;
	}
	.site-footer div {
		margin: 0;
	} 
	.site-footer div.morcet img {
		width: 50px;
	}
	.site-footer div.baobob img {
		width: 64px;
	}
	.site-footer div.illusion img {
		margin-left: 12px;
		width: 68px;
	} 
}

@media (max-width: 400px) {
	.mainSlider.owl-carousel .owl-nav button.owl-prev{
		left: 0;
	}
	.mainSlider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
}

@media (min-width: 992px) {
	.homeSection {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.homeSection .leftColumn {
		padding: 60px 0 0 60px;
		width: 68.75%;
	}
	.homeSection .rightColumn {
		position: sticky;
		top: 0;
		right: 0;
		width: 31.25%;		    
	}
	.contect-section-mobile{
		display: none;
	}
	.secondBlock {
		padding: 60px 40px 65px;
		text-align: left;
	}
	.secondBlock h1 {
		font-size: 22px;
		line-height: 30px;
	}
	.secondBlock h2 {
		font-size: 18px;
		margin: 12px 0 20px;
	}
	.secondBlock h3{
		font-size: 16px;
		line-height: 30px;
		margin: 0 0 20px;
		max-width: 810px;
		width: 100%;
	}
	#section-comme .titleBlock{
		font-size: 24px;
		line-height: 30px;
		padding: 45px 15px;
	}
	#section-comme .titleBlock .smallText {
		font-size: 17px;
	}
	#section-comme .textBlock {
		padding: 60px 40px;
		text-align: left;
	}
	#section-comme .textBlock h3 {
		font-size: 24px;
		margin: 0 0 12px;
	}
	#section-comme .textBlock p {
		font-size: 16px;
	}
	#section-croissy{
		padding: 60px 40px;
		text-align: left;
	}
	#section-croissy .textBlock h3{
		font-size: 24px;
	}
	#section-croissy .textBlock h4 {
		font-size: 20px;
	}
	#section-croissy .textBlock p {
		font-size: 16px;
		line-height: 26px;
	}
	#section-contact {
		padding: 60px 30px 40px;
		position: relative;
	}
	.mainLogo{
		padding: 0 20px 15px 0;
	}
	.mainLogo img{
		width: 180px;
	}
	.sliderText {
		top: 17px;
        right: 20px;
        font-size: 18px;
        line-height: 26px;
	}
	.sliderText span.text-extrabold {
		font-size: 22px;
	}
	.mainSlider.owl-carousel .owl-nav{
		position: absolute;
		bottom: 30px;
		left: 60px;
		z-index: 2;
	}
	.site-footer{
		font-size: 12px;
	}
	.site-footer div {
		display: flex;
		align-items: center;
	}
	.site-footer img {
		margin-left: 8px;
	}
	.site-footer div {
		margin: 0 5px;
	}
	body.page-template-default .entry-header {
		padding: 30px 20px;
	}
	body.page-template-default .entry-header h1{
		font-size: 28px;
	}
	body.page-template-default .entry-content {
		padding: 35px 30px;
	}
	body.page-template-default .entry-content h2, body.page-template-default .entry-content h3{
		font-size: 22px;
	}
	body.page-template-default .entry-content h3{
		padding-top: 15px;
	}
	body.page-template-default .entry-content p{
		font-size: 16px;
		line-height: 30px;
		margin: 0 0 30px;
	}
}

@media (min-width: 1200px) {
	.homeSection .leftColumn {
        padding: 80px 0 0 80px;
    }
	#section-contact {
		padding: 80px 40px 50px;
	}
	.mainLogo{
		padding: 0 25px 30px 0; border-radius: 0 0 15px 0;
	}
	.mainLogo img{
		width: 220px;
	}
	.sliderText {
		top: 28px;
		right: 20px;
		font-size: 20px;
		line-height: 30px;
	}
	.sliderText span.text-extrabold {
		font-size: 24px;
	}
	.secondBlock {
        padding: 60px 60px 65px;
    }
	.secondBlock h1 {
        font-size: 24px;
        line-height: 36px;
    }
	.secondBlock h2 {
		font-size: 20px;
		line-height: 28px;
	}
	.secondBlock h3 {
		font-size: 17px;
		line-height: 30px;
	}
	#section-comme .titleBlock{
		font-size: 24px;
		line-height: 32px;
	}
	#section-comme .titleBlock .smallText {
		font-size: 18px;
	}
	#section-comme .textBlock {
        padding: 60px;
    }
	#section-comme .textBlock h3 {
        font-size: 24px;
    }
	#section-comme .textBlock p {
		font-size: 17px;
        line-height: 30px;
    }
	#section-croissy {
        padding: 60px;
    }
	#section-croissy .textBlock h3 {
        font-size: 24px;
    }
	#section-croissy .textBlock h4 {
		font-size: 20px;
	}
	#section-croissy .textBlock p {
		font-size: 17px;
		line-height: 30px;
	}	
}

@media (min-width: 1350px) {
	.secondBlock h1 {
        font-size: 28px;
        line-height: 40px;
    }
	.secondBlock h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.secondBlock h3 {
		font-size: 18px;
	}
	#section-comme .textBlock h3 {
        font-size: 28px;
    }
	#section-comme .textBlock p {
        font-size: 18px;
    }
	#section-croissy .textBlock h3 {
        font-size: 28px;
    }
	#section-croissy .textBlock h4 {
        font-size: 22px;
    }
	#section-croissy .textBlock p {
        font-size: 18px;
    }
	#section-comme .titleBlock {
        font-size: 28px;
        line-height: 34px;
    }
	#section-comme .titleBlock .smallText {
        font-size: 20px;
    }
	.site-footer {
        font-size: 13px;
    }
	.site-footer div {
		margin: 0 10px;
	}
	.site-footer div a {
		color: #3D3D3D;
	}
	.site-footer img {
        margin-left: 12px;
    }
}

@media (min-width: 1600px) {
	.homeSection .leftColumn {
        padding: 80px 0 0 120px;
    }
	#section-contact {
		padding: 80px 80px 50px;
	}	
	.site-footer{
		font-size: 15px;
	}
	.site-footer div.morcet img {
		width: 70px;
	}
	.site-footer div.baobob img {
		width: 100px;
	}
	.site-footer div.illusion img {
		width: 75px;
	} 
	.site-footer img {
		margin-left: 20px;
	}
	.secondBlock {
        padding: 60px 80px 65px;
    }
	#section-comme .textBlock {
        padding: 60px 80px;
    }
	#section-croissy {
        padding: 60px 80px;
    }
	.sliderText{
		top: 45px;
		right: 35px;
		font-size: 24px;
		line-height: 32px;
	}
	.sliderText span.text-extrabold{
		font-size: 28px;
	}
	.mainLogo {
        padding: 0 35px 25px 0;
    }
	.mainLogo img {
        width: auto;
    }
}
@media (min-width: 1900px) {
	.homeSection .leftColumn {
        padding: 100px 0 0 180px;
    }	
	.site-footer div.morcet img {
		width: auto;
	}
	.site-footer div.baobob img {
		width: auto;
	}
	.site-footer div.illusion img {
		width: auto;
	} 
	.mainSlider.owl-carousel .owl-item img{
		max-height: 790px;
		object-fit: cover;
		object-position: center;
	}
	#section-contact {
        padding: 120px 80px 50px;
    }
}