*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Regular.eot);
    src: local('Proxima Nova Regular'),local('ProximaNova-Regular'),url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Regular.woff) format('woff'),url(../fonts/ProximaNova-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Bold.eot);
    src: local('Proxima Nova Bold'),local('ProximaNova-Bold'),url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Bold.woff) format('woff'),url(../fonts/ProximaNova-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Semibold.eot);
    src: local('Proxima Nova Semibold'),local('ProximaNova-Semibold'),url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Semibold.woff) format('woff'),url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Extrabld.eot);
    src: local('Proxima Nova Extrabld'),local('ProximaNova-Extrabld'),url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Extrabld.woff) format('woff'),url(../fonts/ProximaNova-Extrabld.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Light.eot);
    src: local('Proxima Nova Light'),local('ProximaNova-Light'),url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Light.woff) format('woff'),url(../fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNovaT-Thin.eot);
    src: local('Proxima NovaT Thin'),local('ProximaNovaT-Thin'),url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNovaT-Thin.woff) format('woff'),url(../fonts/ProximaNovaT-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'GreatVibes';
    src: url(../fonts/GreatVibes-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Bella';
    src: url(../fonts/Bella-Script-CYR.otf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Faberge';
    src: url(../fonts/Faberge-Italic.otf) format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Faberge';
    src: url(../fonts/Faberge-Regular.otf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}


body {
    font-family: "Proxima Nova",sans-serif;
    line-height: 1.4;
    margin: 0;
    font-size: 16px;
    color: #333;
}


section {}
section .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 120px 20px 80px;
}
@media all and (max-width:968px) {
	section .container {
		padding: 50px 10px;
	}
}
h1 {
	font-family: 'Faberge';
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	color: #8e616c;
	margin-bottom: 50px;
	font-style: italic;
}
h2 {
    font-family: 'Faberge';
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    color: #8e616c;
    margin-bottom: 50px;
    font-style: italic;
}
h3 {
    font-family: 'Faberge';
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    color: #8e616c;
    margin-bottom: 25px;
    margin-top: 50px;
    font-style: italic;
}
@media all and (max-width:968px) {
	h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}
	h3 {
		font-size: 24px;
		margin-top: 25px;
	}
}
a {
    color: #8e616c;
    transition: all 0.3s;
}
a:hover {
	color: #c3909c;
}
.btn {
    background: #c4909d;
    color: #ffffff;
    height: 50px;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 25px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 300;
    transition:all 0.3s;
    text-decoration: none;
}
.btn:hover {
	background: #8e616c;
	color:#fff;
}

.header {
    background: #c3909c;
    height: 46px;
}
.header .toggle {}
.header .container {
    padding: 0 10px;
    display: flex;
    gap: 30px;
    justify-content: center;
}
.header .container a {
    padding: 10px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}
@media all and (max-width:968px) {
	.header {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
	.toggle {
    display: block;
    width: 30px;
    height: 19px;
    position: relative;
    cursor: pointer;
}	
	
	.toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}
	.toggle span:nth-child(1) {
    top: 0;
}
	.toggle span:nth-child(2) {
    top: 8px;
}
	.toggle span:nth-child(3) {
    bottom: 0;
}
	
	
	.header.open .toggle {}
	.header.open .toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
}
	.header.open .toggle span:nth-child(2) {
    transform: rotate(-45deg);
}
	.header.open .toggle span:nth-child(3) {
    display: none;
}
	
	.header .container {
    position: fixed;
    transition: all 0.3s;
    top: 45px;
    background: #c3909c;
    width: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 10px 8px #64455185;
}
	.header.open .container {
    max-height: 700px;
    padding: 20px;
}
	.header .container a {
		flex:0 0 100%;
		text-align:center;
	}
}

.hero {
    background: #eacccb;
    min-height: 100vh;
}
.hero .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.hero .container .left {
    flex: 0 0 55%;
}
.hero .container .left h1 {
    font-size: 75px;
    margin-bottom: 35px;
    color: #8e616c;
    font-family: 'Faberge';
    font-weight: 400;
    line-height: 1;
    font-style: italic;
}
.hero .container .left .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.hero .container .left .wrap .item {
    background: #f5eee1;
    display: flex;
    padding: 0 25px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}
.hero .container .right {
    flex: 0 0 45%;
    position: relative;
    padding-top: 62%;
    overflow: hidden;
    border-radius: 0 50px 50px 50px;
}
.hero .container .right img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero .container .quote {
    color: #fff;
    padding: 20px 40px;
    background: #c4909d;
    width: 70%;
    font-size: 108px;
    font-family: 'Bella';
    border-radius: 0 20px 0 20px;
    line-height: 0.5;
    margin-top: -280px;
    position: relative;
    height: fit-content;
    right: -31%;
}
@media all and (max-width:1230px) {
	.hero .container .left h1 {
		font-size:60px;
	}
	.hero .container .left .wrap .item {
		font-size:20px;
	}
	.hero .container .quote {
		font-size: 90px;
		margin-top: -160px;
	}
}
@media all and (max-width:968px) {
	.hero .container .left {
		flex:0 0 45%;
		margin-bottom:30px
	}
	.hero .container .left h1 {
		font-size:40px;
	}
	.hero .container .left .wrap .item {
		font-size:16px;
		min-height: 40px;
		padding: 0 15px;
	}
	.hero .container .right {
		flex:0 0 calc(55% - 30px);
		margin-left:30px;
	}
	.hero .container .quote {
		margin-top:0;
		flex:0 0 100%;
		right:auto;
		margin-top:30px;
	}
}
@media all and (max-width:600px) {
	.hero .container .left {
		flex:0 0 100%;
	}
	.hero .container .left h1 {
		font-size:36px;
	}
	.hero .container .left .wrap .item {
    min-height: auto;
    height: auto;
    padding: 8px 10px;
}
	.hero .container .right {
		flex:0 0 100%;
		margin-left:0;
		padding-top: 500px;
	}
	.hero .container .quote {
		margin-top:-120px;
		flex:0 0 95%;
		right:auto;
		font-size: 70px;
		padding: 20px 10px;
	}
}
.about {
    background: #f5eee1;
}
.about .container {
    display: flex;
    flex-wrap: wrap;
}
.about .container h2 {}
.about .container h3 {}
.about .container .left {
    flex: 0 0 60%;
    padding-right: 30px;
}
.about .container .right {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .container .right img {
	border-radius: 0 100px 0 50px;
}
.about .container p {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 300;
}
.about .container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.about .container ul li {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    padding-left: 40px;
}
.about .container ul li::before {
	content:'';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	background-color: #912151;
	-webkit-mask-image: url(../img/check.svg);
	mask-image: url(../img/check.svg);
}
@media all and (max-width:968px) {
	.about .container p {
    font-size: 16px;
	}
	.about .container ul li {
    font-size: 16px;
	margin-bottom: 10px;
	}
	.about .container img {
		display:none;
	}
}
.needs {
    background: url(../img/bg_1.png), #c4909da6;
    background-size: cover;
    background-position: center bottom;
    background-blend-mode: color-burn;
}
.needs .container {backdrop-filter: blur(8px);max-width: none;color: #fff;}
.needs .container .wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.needs .container h2 {
    color: #fff;
    text-align: center;
}
.needs .container h3 {}
.needs .container p {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 300;
}
.needs .container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.needs .container ul li {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    padding-left: 40px;
}
.needs .container ul li::before {
	content:'';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	background-color: #ffffff;
	-webkit-mask-image: url(../img/check.svg);
	mask-image: url(../img/check.svg);
}
@media all and (max-width:968px) {
	.needs .container p {
    font-size: 16px;
	}
	.needs .container ul li {
    font-size: 16px;
	margin-bottom: 10px;
	}
}
.services {
    background: #912151;
    color: #fff;
}
.services .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: none;
    padding: 0;
}
.services .container h2 {
    color: #fff;
    width: 100%;
    position: absolute;
    top: 40px;
    text-align: center;
    pointer-events: none;
}
.services .container .item {
    height: 400px;
    display: flex;
    align-items: flex-end;
    font-size: 25px;
    font-weight: 300;
    background-size: cover !important;
    background-blend-mode: color-burn !important;
}
.services .container .item.half {
    flex: 0 0 50%;
}
.services .container .item.trio {
    flex: 0 0 33.33333%;
}
.services .container .item span {display: block;backdrop-filter: blur(8px);padding: 20px;width: 100%;background: #c4909d5e;}
@media all and (max-width:968px) {
	.services .container .item {
    font-size: 20px;
    line-height: 1.1;
 }
}
@media all and (max-width:840px) {
	.services .container .item.half, .services .container .item.trio {
    flex: 0 0 100%;
	}
}
.events {}
.events .container {}
.events .container h2 {}
.events .container .item {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid #eacccb;
}
.events .container .item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.events .container .item .img {
    flex: 0 0 500px;
    border-radius: 20px;
    position: relative;
    height: 300px;
    overflow: hidden;
}
.events .container .item:nth-child(odd) .img {
	order:2;
}
.events .container .item .img img {
    position: absolute;
    object-fit: cover;
    min-height: 400px;
    top: -30%;
    left: 0%;
}
.events .container .item .text {
    flex: 0 0 calc(100% - 520px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.events .container .item .text .title {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    flex: 0 0 100%;
    margin-bottom: 20px;
}
.events .container .item .text .anounce {
    font-size: 20px;
    font-weight: 300;
    flex: 0 0 100%;
    margin-bottom: 20px;
}
.events .container .item .text .price {
    flex: 0 0 100%;
    margin-bottom: 20px;
    font-family: 'Faberge';
    font-size: 20px;
    line-height: 1;
    color: #8e616c;
    font-style: italic;
}
.events .container .item .text .link {
    display: flex;
    background: #c4909d;
    width: fit-content;
    padding: 0 50px 0 25px;
    height: 50px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
}
.events .container .item .text .link::after {
	content:'';
	position: absolute;
	display: block;
	width: 22px;
	height: 10px;
	background: url(../img/arr_s.svg) center no-repeat;
	background-size: 100%;
	right: 20px;
	top: 19px;
	transition: all 0.3s;
}
.events .container .item .text .link:hover::after {
	right: 15px;
}
@media all and (max-width:968px) {
	.events {}
	.events .container {}
	.events .container h2 {}
	.events .container .item {
    flex-wrap: wrap;
}
	.events .container .item:last-child {}
	.events .container .item .img {
    flex: 0 0 100%;
    max-width: 500px;
}
	.events .container .item:nth-child(odd) .img {
    order: 0;
}
	.events .container .item .img img {}
	.events .container .item .text {
    flex: 0 0 100%;
}
	.events .container .item .text .title {
    font-size: 24px;
}
	.events .container .item .text .anounce {
    font-size: 16px;
}
	.events .container .item .text .price {
    font-size: 18px;
}
	.events .container .item .text .link {
    font-size: 18px;
}
	.events .container .item .text .link::after {}
	.events .container .item .text .link:hover::after {}
}

.faq {
    background: #eacccb;
}
.faq .container {
}
.faq .container h2 {
    text-align: center;
    font-size: 40px;
}
.faq .container .item {
    background: #f5eee1;
    border-radius: 20px;
    padding: 50px 50px 25px;
    margin-bottom: 30px;
}
.faq .container .item:last-child {
	margin-bottom:0;
}
.faq .container .item h3 {
    margin-top: 0;
    font-size: 28px;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
}
.faq .container .item h3::after {
	content: '+';
	display: flex;
	width: 40px;
	height: 40px;
	background: #c4909d;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -6px;
	font-style: normal;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	font-weight: 100;
	font-family: 'Proxima Nova';
	line-height: 1;
	padding: 1px 0 0 1px;
	transition: all 0.3s;
}
.faq .container .item .answer {
    max-height: 0;
    overflow: hidden;
	transition: all 0.3s;
}
.faq .container .item.open {}
.faq .container .item.open h3 {}
.faq .container .item.open h3::after {
    transform: rotate(45deg);
}
.faq .container .item.open .answer {
    max-height: 2000px;
	transition: all 0.3s;
}
.faq .container .item .answer {
	font-size: 18px;
    font-weight: 300;
}
.faq .container .item .answer p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.faq .container .item .answer p:last-child {
}
.faq .container .item .answer p a {}
@media all and (max-width:968px) {
	.faq .container h2 {
		font-size:28px;
	}
	.faq .container .item h3 {
		font-size:24px;
	}
	.faq .container .item {
	    padding: 25px 20px 10px;
	}
}
.footer {
    background: #c4909d;
    color: #fff;
}
.footer .container {
    display: flex;
    justify-content: space-between;
}
.footer .container .left {}
.footer .container .left p {}
.footer .container .left p a {
    color: #fff;
}
.footer .container .right {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-end;
}
.footer .container .right a {}
.footer .container .right a img {
    width: 40px;
}
.footer .container .right a.text_link {
    flex: 0 0 100%;
    color: #fff;
    text-align: right;
}
@media all and (max-width:600px) {
	.footer .container {
		flex-wrap:wrap;
	}
	.footer .container .left {
		flex:0 0 100%;
		text-align:center;
		margin-bottom:20px;
	}
	.footer .container .right {
		flex: 0 0 100%;	
		justify-content:center;
	}
	.footer .container .right a.text_link {
    text-align: center;
	}
}

.event {}
.event .container {
    padding: 60px 10px;
}
.event .container h1 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}
.event .container .main_img {
    max-width: 800px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    padding-top: 400px;
    background-position: center !important;
    background-size: cover !important;
    margin: 0 auto 40px;
}
.event .container .desc {
    margin: 50px 0;
}
.event .container .desc p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}
.event .container .desc ul li {
	font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
.event .container .btn {
    margin: 0 auto;
}

.posts {}
.posts .container {
    padding: 60px 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.posts .container h1 {
    flex: 0 0 100%;
    margin-bottom: 30px;
}
.posts .container .item {
    flex: 0 0 300px;
}
.posts .container .item .img {
    width: 300px;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-size: 100% !important;
    background-position: center !important;
	transition:all 0.3s;
}
.posts .container .item:hover .img {
	background-size: 110% !important;
}
.posts .container .item .title {}

.reviews {
    background: #c4909d;
}
.reviews .container {
    max-width: none;
    padding: 120px 0 80px;
}
@media all and (max-width:968px) {
	.reviews .container {
		padding: 50px 0;
	}
}
.reviews .container h2 {
    color: #fff;
    max-width: 1240px;
    margin: 0 auto 50px;
    padding: 0 20px;
}
.reviews .container .gallery {}
.reviews .container .gallery .cell {
    display: flex;
    width: 320px;
    height: 560px;
    margin: 10px;
    align-items: center;
    justify-content: center;
    outline: none;
}
.reviews .container .gallery .cell img {
	width: 320px;
	box-shadow: 0 0 7px #00000075;
}
.reviews .container .flickity-button-icon {
	fill: #8e616c;
}
.reviews .container .flickity-page-dots .dot {
	background: #8e616c;
}

.paints {
}
.paints .container {
    max-width: none;
    padding: 120px 0 80px;
}
@media all and (max-width:968px) {
	.paints .container {
		padding: 50px 0;
	}
}
.paints .container h2 {
    max-width: 1240px;
    margin: 0 auto 50px;
    padding: 0 20px;
}
.paints .container .gallery {}
.paints .container .gallery .cell {
    display: flex;
    width: 320px;
    height: 460px;
    margin: 10px;
    align-items: center;
    justify-content: center;
    outline: none;
}
.paints .container .gallery .cell img {
	width: 320px;
	box-shadow: 0 0 7px #00000075;
}
.paints .container .flickity-button-icon {
	fill: #8e616c;
}
.paints .container .flickity-page-dots .dot {
	background: #8e616c;
}