html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
}
label{
	cursor: pointer;
}
ol, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li{
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
select:focus {
	outline: none;
}
sup {
	vertical-align: top;
	font-size: 10px;
}
sub {
	vertical-align: bottom;
	font-size: 10px;
}
html, body {
    width: 100%;
	height: 100%;
	font-family: 'Gilroy';
	color: #200D0D;
	font-size: 20px;
	line-height: 140%; 
	background:	#EFF1EE;
}
body {
    display: flex;
    flex-direction: column;
}
a {
	color: inherit;
	text-decoration: none;
	transition: 1s;
}	
a:hover {
	transition: 1s;
}	
h1 {
	margin: 0 0 24px 0;
	font-size: 60px;
	line-height: 115%;
	font-weight: 700;
	font-family: 'Comfortaa';
}			
h2 {
	margin: 0 0 24px 0;
	font-size: 42px;
	line-height: 120%;
	font-weight: 700;
	font-family: 'Comfortaa';
}
h3 {
	margin: 0 0 24px 0;
	font-size: 30px;
	line-height: 120%;
	font-weight: 700;
	font-family: 'Comfortaa';
}		
h4 {
	margin: 0 0 12px 0;
    font-size: 24px;
    line-height: 120%;
	font-weight: 700;
	font-family: 'Comfortaa';
}
h5 {
    margin: 0 0 12px 0;
	color: #3E1010;
	font-size: 24px;
    line-height: 120%;
	font-weight: 700;
	font-family: 'Caveat';
}	
img {
	width: 100%;
	height: auto;
	display: block;
}	
button, input, label {
	font-family: 'Gilroy';
}	
div {
	box-sizing: border-box;
}
.wrapper {
	position: relative;
	overflow: hidden;
	flex: 1 0 auto;
}		
.wp {
    max-width: 1512px;
	position: relative;
	margin: 0 auto;
	padding: 0 36px;
}

/* header */
.header {
	padding-top: 36px;
	z-index: 50;
}	
.header .wp {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
}
.header__left {
	position: relative;	
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	gap: 84px;
}
.burger {
    width: 30px;
    height: 30px;
	position: relative;
	background-image: url(../images/burger.svg);
	background-repeat: no-repeat;
	background-position: center;
    cursor: pointer;
	display: none;
}	
.header .logo {
    width: 215px;
    height: 120px;
    position: relative;
    display: block;
    background: url(../images/logo.svg) no-repeat;
	transition: 0s;
}

.header .menu {
	position: relative;
	z-index: 10;
}
.header .menu ul {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	gap: 48px;
}
.header .menu ul li {
	position: relative;
}	
.header .menu ul li a {
	display: block;
	font-size: 20px;
    line-height: 125%;
	font-weight: 700;
	font-family: 'Comfortaa'; 
}
.header .menu ul li a:hover {
	color: #9A1E5A;
}
  
.header .menu .close {
	display: none;
}	
.close {
	position: absolute;
	top: 24px;
	right: 24px;
	cursor: pointer;
}
.close .svgIcon {
	width: 24px;
	height: 24px;
	display: block;
	fill: #1D1D1B;
}		

.header .contacts {
	position: relative;	
}
.header .phone {
	position: relative; 
}
.header .phone a {
	display: block;
	margin-bottom: 6px;
	font-size: 24px;
    line-height: 125%;
	font-weight: 700;
	font-family: 'Comfortaa';
}
.header .phone a:last-child {
	margin-bottom: 0;
}
.header .phone a:hover {
	color: #9A1E5A;
}	
.header .mode {
	position: relative; 
	margin-bottom: 12px;
	color: #3E1010;
	font-size: 24px;
    line-height: 125%;
	font-weight: 700;
	font-family: 'Caveat';
}

.header.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 12px 0;
	background: #3E1010;
	-webkit-box-shadow: 0px 4px 9px 0px rgba(30, 69, 175, 0.1);
	-moz-box-shadow: 0px 4px 9px 0px rgba(30, 69, 175, 0.1);
	box-shadow: 0px 4px 9px 0px rgba(30, 69, 175, 0.1);
	z-index: 100;
}		
.header.fixed .logo {
	width: 140px;
    height: 80px;
    position: relative;
    display: block;
    background: url(../images/logo-w.svg) no-repeat;
    background-size: 100% auto;	 
}
.header.fixed .menu ul li a {
	color: #fff;
	font-size: 18px;
}
.header.fixed .mode	{
	display: none;
}
.header.fixed .phone a {
	color: #fff;
	font-size: 18px;
}	
.header.fixed .burger {
	background-image: url(../images/burger-w.svg);
}

/* footer */
.footer {
    position: relative;
    flex: 0 0 auto;
	padding: 48px 0;
    background: #3E1010;
}	
.footerTop {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 36px;
}
.footer .logo {
	width: 180px;
    height: 104px;
    position: relative;
    display: block;
    background: url(../images/logo-w.svg) no-repeat;
    background-size: 100% auto;
}
.footer h5 {
	color: rgba(255,255,255,0.7);
}	
.footer .menu {
	position: relative;
}
.footer .menu ul {
	position: relative;
}
.footer .menu ul li {
	position: relative;
	margin-bottom: 6px;
}	
.footer .menu ul li:last-child {
	margin-bottom: 0;
}	
.footer .menu ul li a {
	display: block;
	color: #fff;
    font-size: 18px;
}
.footer .menu ul li a:hover {
	color: #B55A86;
}	
.footer .contacts {
	position: relative;
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	gap: 24px;
	align-items: flex-start;
	color: #fff;
    font-size: 18px;
}	
.footer .contacts .address, .footer .contacts .phone {
	position: relative; 
}
.footer .contacts .phone a {
	display: block;
	font-weight: 500;
}	
.footer .contacts .phone a:hover {
	color: #B55A86;
}	
.footer .contacts .email a {
	display: block;
}
.footer .contacts .email a:hover {
	color: #B55A86;
}	

.feedbacks {
	position: relative;
}
.feedbacks .social {
	margin-top: 24px;
}	
.social {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.social a {
	width: 36px;
    height: 36px;
    display: block;
	background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.social a:hover {
	background-color: #B55A86;
}
.social a.social__max {
	background-image: url(../images/i-max.svg);
}	
.social a.social__tme {
	background-image: url(../images/i-tme.svg);
}

.footerBottom {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 36px;
	padding-top: 24px;
	margin-top: 36px;
	font-size: 16px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.copyright {
	position: relative;
	color: #fff;
	font-weight: 500;
}	
.policy {
	position: relative;
}
.policy a {
	display: block;
	color: rgba(255,255,255,0.7);
}
.policy a:hover {
	color: #fff;
}	


/* ----- */
.sectionMain {
	position: relative;
	padding-bottom: 120px;
}
.section {
	position: relative;
	padding: 120px 0;
}
.fonWhite {
	background: #fff;
}
.title {
	position: relative;
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	gap: 24px;
}
.center {
	justify-content: center;
	text-align: center;
}
.content {
	position: relative;
}		
.btns {
	position: relative; 
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 48px;
}	
.btn {
	position: relative; 
	padding: 16px 36px;
	display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
	color: #fff;
	font-size: 18px;
	line-height: 120%;
	font-weight: 600;
	border: none;
    outline: none;
	background: #9A1E5A;
	-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
	cursor: pointer;
}
.btn:hover {
	background: #7F395B;
}
.btn:disabled {
	color: #fff;
	background: #C6C6C6;
}

.btnBorder {
	position: relative; 
	padding: 16px 36px;
	display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
	color: #200D0D;
	font-size: 18px;
	line-height: 120%;
	font-weight: 600;
	border: 2px solid #7F395B;
    outline: none;
	background: none;
	-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
	cursor: pointer;
}
.btnBorder:hover {
	border-color: #9A1E5A;
}

.snippet {
	max-width: 1040px;
	position: relative;
	font-size: 24px;
	line-height: 125%;
	font-weight: 500;	
} 
.text {
	position: relative;
}
.text p, .text ul, .text ol {
	margin-bottom: 12px;
}
.text ul li {
	margin: 0 0 6px 20px;
	list-style: circle;
}
.text ul li::marker {
  font-size: 0.8em; 
}
.text ul li ul {
	margin: 6px 0 0 0;
}	
.text ul li ul li::marker {
  font-size: 0.6em; 
}
.text ol li {
	margin: 0 0 6px 20px;
	list-style: decimal;
}	
.text ol li::marker {
  font-size: 0.8em; 
}

.marg72 {
	margin-top: 72px;
}
.marg60 {
	margin-top: 60px;
}
.marg48 {
	margin-top: 48px;
}
.marg36 {
	margin-top: 36px;
}	
 
.main {
	position: relative;
	display: grid;
    grid-template-columns: auto 640px;
	gap: 48px;
	align-items: center;
}
.main__info, .main__img {
	position: relative;
}
	
.plus {
	position: relative; 
	display: flex;
	flex-wrap: wrap;
	gap: 72px;
}
.plus__item {
	position: relative;
}
.plus__item img {
	width: 48px;
	margin-bottom: 12px;
} 
.plus__item span {
	display: block;
	font-size: 21px;
	line-height: 125%;
	font-weight: 500;	
}  

/* carousel_slider */	
.carouselSlider {
	position: relative;
}	
.carouselSlider .owl-carousel .owl-stage-outer {
	overflow: visible;
}	
.carouselSlider .slider-img {
	opacity: 0.4;
    filter: alpha(opacity = 40);
	transform: scale(0.9);
}
.carouselSlider .owl-item.active .slider-img {
	opacity: 1;
    filter: alpha(opacity = 100);
	transform: scale(1);
}

.owl-prev, .owl-next {
	width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
	border: none;
	background-color: #EFF1EE;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: 1s;
}	
.owl-prev {
	left: -24px;
	background-image: url(../images/prev.svg);
}
.owl-next {
	right: -24px;
	background-image: url(../images/next.svg);
}	
.owl-prev.disabled, .owl-next.disabled {
	display: none;
}	
.owl-prev:hover, .owl-next:hover {
	background-color: #F5931E;
	transition: 1s;
}

.slider-img {
	position: relative;
}
 
.titleText {
	position: relative;
	display: grid;
    grid-template-columns: 520px auto;
	align-items: flex-start;
	gap: 48px;
}

.plusNumber {
	position: relative;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 48px;
}
.plusNumber__item {
	position: relative;
}
.plusNumber__item span {
	color: #3E1010;
	font-size: 48px;
	line-height: 100%;
	font-weight: 200;
	display: block;
	margin-bottom: 24px;
}
.plusNumber__item p {
	font-weight: 500;
}

.about {
	position: relative;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	align-items: flex-start;
	gap: 36px;
}
.about__item {
	position: relative;
}
 

.services {
	position: relative;
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	gap: 60px;
	align-items: flex-start;
}
.services__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 72px;
}
.services__item:nth-child(even) {
	flex-direction: row-reverse;
}
.services__item-img {
	width: 40%;
	position: relative;
    flex-shrink: 0;
}
.services__item:nth-child(odd) .services__item-img img {
	-webkit-border-radius: 0;
    -webkit-border-top-left-radius: 120px;
    -moz-border-radius: 0;
    -moz-border-radius-topleft: 120px;
    border-radius: 0;
    border-top-left-radius: 120px;
}
.services__item:nth-child(even) .services__item-img img {
	-webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 120px;
    -moz-border-radius: 0;
    -moz-border-radius-bottomright: 120px;
    border-radius: 0;
    border-bottom-right-radius: 120px;
}
.services__item-info {
	position: relative;
	flex-shrink: 1;
}

.colText {
	position: relative;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 60px;
}

.sectionPromo__1 {
	color: #fff;
	background-image: url(../images/fon1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.sectionPromo__2 {
	color: #fff;
	background-image: url(../images/fon2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.sectionPromo__1 h5, .sectionPromo__2 h5 {
	color: #fff;
}	
.sectionPromo__1:before, .sectionPromo__2:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(62,16,16,0.5);
	content: '';
}

.gallery {
	position: relative;
	display: grid;
    grid-template-columns: repeat(6, 1fr);
	gap: 6px;
}
.gallery__item {
	position: relative;
}	


/* stages */
.stages {
	position: relative;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.stages-item {
	position: relative;
	padding: 36px;
	border: 1px dashed rgba(181,90,134,0.4);
	-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}			
.stages-item_info {
	position: relative;
}
.stages-item_info span {
	height: 48px;
	display: block;
    margin-bottom: 24px;
    color: #7F395B;
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
	background-image: url(../images/icon-logo.svg);
    background-repeat: no-repeat;
    background-size: 48px auto;
    padding-left: 60px;
}
.stages-item:last-child {
	color: #fff;
	background: #9A1E5A;
	border: none;
}
.stages-item:last-child span {
	color: rgba(255,255,255,0.7);
	background-image: url(../images/icon-logo-w.svg);
}	

.reviews {
	width: 560px;
	height: 460px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.reviews iframe {
	width: 100%;
	height: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	box-sizing: border-box;
}

.contactsBlock {
	position: relative;
	display: grid;
    grid-template-columns: 300px auto;
	gap: 36px;
	align-items: stretch;
}
.contactsInfo {
	position: relative;
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	gap: 24px;
	align-items: flex-start;
}	
.contactsInfo__item {
	position: relative;
}
.contactsInfo .address, .contactsInfo .phone, .contactsInfo .mode {
	position: relative; 
}
.contactsInfo .phone a {
	display: block;
    font-weight: 700;
    font-family: 'Comfortaa';
}	
.contactsInfo .phone a:hover {
	color: #9A1E5A;
}	
.contactsInfo .email a {
	position: relative; 
	font-weight: 500;
}
.contactsInfo .email a:hover {
	color: #9A1E5A;
}	

.map {
	height: 460px;
	position: relative;
}
.map iframe {
	width: 100%;
	height: 100%;
	position: relative; 
}


/* popup */
.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0,.4);
    z-index: 6000;
	overflow-y: auto;
	display: none;
}
.popup-wp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.popup-title {
	position: relative;
}	
.popup-form {
    width: 96%;
	max-width: 600px;
	position: relative;
    margin: 48px auto;
    padding: 48px 36px;
	color: #fff;
	box-sizing: border-box;
	-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
	background: #3E1010;
}		
.close {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    border: none;
	background-color: transparent;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.form {
	position: relative;
}
.form .snippet {
	max-width: 940px;
	margin: 0 auto;
}		
.form .item {
	position: relative;
	margin-bottom: 30px;
	display: flex;
    flex-wrap: wrap;
}
.form .item label {
	margin-right: 30px;
}	
.form .item label:last-child {
	margin-right: 0;
}	

.input-container {
	width: 100%;
	height: 60px;
	position: relative;
}
.input {
	width: 100%;
    height: 100%;
    padding: 0 24px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 500;
    font-family: 'Gilroy';
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-sizing: border-box;
}
.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}
.placeholder {
	position: absolute;
	top: 0;
	left: 20px;
	color: rgba(255,255,255,0.7);
	font-size: 18px;
	line-height: 60px;
	font-weight: 500;
	pointer-events: none;
	transform-origin: 0 50%;
	transition: transform 200ms, color 200ms;
}
.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-20px) translateX(0) scale(1);
}
.input:not(:placeholder-shown) ~ .placeholder {
    color: rgba(255,255,255,0.7);
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
    letter-spacing: 0.05em;
}
.input:focus ~ .placeholder {
	color: rgba(255,255,255,0.7);
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
    letter-spacing: 0.05em;
} 
	
.form ::-webkit-input-placeholder {color: #fff;}
.form ::-moz-placeholder {color: #fff;}
.form  :-moz-placeholder {color: #fff;}
.form :-ms-input-placeholder {color: #fff;}

.form-button {
	position: relative;
	margin-top: 24px;
	display: inline-block;
}	
.form-button input[type="submit"]:disabled {
	background: #B55A86;
	cursor: default;
}

.form .check {
	position: relative;
	padding-left: 36px;
	margin-bottom: 16px;
	display: block;
	font-size: 16px;
    line-height: 120%;
    font-weight: 400;
	background-repeat: no-repeat;
	background-image: url(../images/check.svg);
	background-position: 0 0;
}
.form .check a {
	color: rgba(255,255,255,0.7);
}
.form .check a:hover {
	text-decoration: underline;
}

.form .check input[type="checkbox" i] {
	display: none;
}

.form .checked {
	background-image: url(../images/checked.svg);
}

 
.conf-content {
	position: relative;
}
.conf-content p, .conf-content ol, .conf-content ul {
	margin-bottom: 24px;
}
.conf-content ol li {
	margin: 0 0 12px 24px;
	list-style: decimal;
}
.conf-content ol li ul li {
	margin: 0 0 12px 24px;
	list-style: disc;
}
.conf-content ul li {
	margin: 0 0 12px 24px;
	list-style: disc;
}
.conf-content table {
	width: 100%;
	margin-bottom: 24px;
}	
.conf-content th {
	padding: 12px;
	border: none;
	background: rgba(181, 90, 134, 0.1)
}
.conf-content td {
	padding: 12px;
	border: 1px dashed rgba(181, 90, 134, 0.4);
}

.cookieinfo {
    padding: 24px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    flex-direction: column-reverse;
    color: #200D0D !important;
    font-size: 16px !important;
    line-height: 120% !important;
    font-weight: 500 !important;
    font-family: "Gilroy", sans-serif !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}    
.cookieinfo span {
    width: 100%;
	max-width: 1140px;
    padding: 0 !important;
    margin: 0 auto;
}    
.cookieinfo-close {
    padding: 12px 28px !important;
    margin: 0 auto !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 120% !important;
    font-family: 'Gilroy' !important;
    font-weight: 600 !important;
    background: #9A1E5A !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    box-sizing: border-box!important;
    float: none !important;
}        

.mobMenu {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	padding: 36px 24px;
    background: #3E1010;
    z-index: 6000;
	overflow-y: auto;
	display: none; 
}
.mobMenu .logo {
	width: 120px;
	height: 68px;
	position: relative;
    display: block;
	margin-bottom: 36px;
    background: url(../images/logo-w.svg) no-repeat;
    background-size: 100% auto;
}
.mobMenu .menu, .mobMenu .menu ul {
	position: relative;	
}
.mobMenu .menu ul li {
	margin-bottom: 24px;
}
.mobMenu .menu ul li a {
	display: block;
    color: #fff;
    font-size: 24px; 
}
.mobMenu .contacts {
	position: relative;
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	gap: 24px;
	align-items: flex-start;
	color: #fff;
    font-size: 20px;
	margin-top: 36px;
}	
.mobMenu .contacts .address, .mobMenu .contacts .phone {
	position: relative; 
}
.mobMenu .contacts .phone a {
	display: block;
	font-weight: 500;
}	
.mobMenu .contacts .phone a:hover {
	color: #B55A86;
}	
.mobMenu .contacts .email a {
	display: block;
}
.mobMenu .contacts .email a:hover {
	color: #B55A86;
}	
.mobMenu h5 {
	color: rgba(255,255,255,0.7);
}	

.thanks {
	max-width: 1040px;
	position: relative; 
	margin: 0 auto;
	text-align: center;
}	