/*!
Theme Name: wx
Description: This Custom Theme is Unique and Designed with Soul and Care in a Single Copy only.
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Italiana&family=Roboto:ital,wght@0,300;0,700;1,400&display=swap");
/**
* Main Styles
*/
:root {
	--wx-color-primary: #222222;
	--wx-background-color: #F3F2F7;
	--wx-white: #FFFFFF;
	--wx-black: #000000;
	--wx-gray: #9E937F;
	--wx-brown: #4E432F;
	--wx-dark-pink: #ECC9C7;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .02rem;
	color: var(--wx-color-primary);
	background-color: var(--wx-background-color);
	padding: 0;
	margin: 0;
	position: relative;
}

body.fixed {
	overflow: hidden;
}

@media (min-width: 1366px) {
	body {
		font-size: 18px;
		line-height: 25px;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Italiana', serif;
	text-transform: uppercase;
	color: var(--wx-black);
	letter-spacing: .04rem;
	font-weight: normal;
	margin-top: 0;
}

h1 {
	font-size: 31px;
	line-height: 1.1;
	margin-bottom: 51px;
}

@media (min-width: 992px) {
	h1 {
		font-size: 51px;
	}
}

@media (min-width: 1366px) {
	h1 {
		font-size: 82px;
	}
}

h2 {
	font-size: 21px;
	line-height: 1.1;
}

@media (min-width: 992px) {
	h2 {
		font-size: 31px;
	}
}

@media (min-width: 1366px) {
	h2 {
		font-size: 51px;
	}
}

h3 {
	font-size: 16px;
	line-height: 1.1;
}

@media (min-width: 992px) {
	h3 {
		font-size: 19px;
	}
}

@media (min-width: 1366px) {
	h3 {
		font-size: 31px;
	}
}

.site {
	position: relative;
}

.button {
	display: inline-flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-family: 'Italiana', serif;
	border: 1px solid var(--wx-gray);
	text-decoration: none;
	color: var(--wx-black);
	font-size: 20px;
	padding: 8px 16px 8px 16px;
	font-weight: normal;
	letter-spacing: .04rem;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1140px) {
	.button {
		font-size: 24px;
		padding: 16px 24px 16px 24px;
	}
}

.button:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--wx-white);
	z-index: -2;
}

.button:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: var(--wx-dark-pink);
	transition: all .3s;
	z-index: -1;
}

.button:hover:before {
	width: 100%;
}

.button--round {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: 400;
	box-shadow: none;
	border-radius: 2rem;
	padding: 8px 22px;
}

.button svg {
	margin-left: 8px;
}

input[type="text"] {
	border: 1px solid rgba(158, 147, 127, 0.5);
	font-size: 16px;
	padding: 16px 24px;
	background-color: var(--wx-black);
	color: var(--wx-gray);
	width: 100%;
}

select {
	border: 1px solid rgba(158, 147, 127, 0.5);
	font-size: 16px;
	line-height: 1.5;
	padding: 16px 24px;
	appearance: none;
	position: relative;
	background-image: url("images/arrow.svg");
	background-repeat: no-repeat;
	background-position-Y: 50%;
	background-position-X: calc(100% - 24px);
	color: var(--wx-white);
	width: 100%;
	background-color: var(--wx-black);
}

select:focus, textarea:focus, input:focus {
	outline: 1px solid #9E937F;
}

.wrap {
	min-width: 320px;
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
}

@media (min-width: 1320px) {
	.wrap {
		padding: 0;
	}
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.image-border {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.image-border::after {
	display: block;
	position: absolute;
	top: -10px;
	left: 10px;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	border: 1px solid var(--wx-gray);
}

.site {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.mySwiper .swiper-slide-thumb-active {
	display: none;
}

.slider-gallery .swiper-slide {
	display: flex;
	align-self: center;
	justify-items: center;
}

.slider-gallery img {
	height: 100%;
	max-height: 80vh;
	width: auto;
}

.swiper-button-next, .swiper-button-prev {
	color: var(--wx-white) !important;
}

.swiper.mySwiper {
	display: none;
}

@media (min-width: 992px) {
	.swiper.mySwiper {
		display: block;
	}
}

.xdsoft_datetimepicker {
	z-index: 99999999;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children::after {
	content: '\25BF';
}

.menu-item-has-children:hover .sub-menu {
	display: block !important;
}

.sub-menu {
	position: absolute;
	top: 26px;
	left: -16px;
	background: var(--wx-background-color);
	list-style: none;
	padding: 0;
	display: none;
}

.sub-menu li {
	padding: 0 16px;
	margin: 12px 0 !important;
}

@media (min-width: 769px) {
	.mobile-show {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.mobile-hide {
		display: none !important;
	}
}

.form-with-custom-checkboxes-radios div:first-child {
	padding-bottom: 20px;
	border-bottom: 1px solid;
}

.form-with-custom-checkboxes-radios h4 {
	margin: 20px 0;
}

.form-with-custom-checkboxes-radios .wpcf7-list-item,
.form-with-custom-checkboxes-radios label {
	display: flex;
}

.form-with-custom-checkboxes-radios .wpcf7-list-item {
	margin: 0;
}

.form-with-custom-checkboxes-radios .wpcf7-list-item:not(:last-child) {
	margin-bottom: 10px;
}

.form-with-custom-checkboxes-radios label {
	cursor: pointer;
}

.form-with-custom-checkboxes-radios [type="radio"],
.form-with-custom-checkboxes-radios [type="checkbox"] {
	position: absolute;
	left: -9999px;
}

.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
	line-height: 20px;
}

.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	box-sizing: border-box;
}

.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::after {
	border-radius: 50%;
}

.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::before {
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid var(--wx-gray);
}

.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: var(--wx-gray);
	transition: all 0.2s;
}

.form-with-custom-checkboxes-radios [type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
	opacity: 0;
	transform: scale(0.01);
}

.form-with-custom-checkboxes-radios [type="radio"]:checked + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
	transform: scale(1);
}

.form-with-custom-checkboxes-radios [type="radio"]:focus + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"]:focus + .wpcf7-list-item-label::before {
	box-shadow: 0 0 4px 3px var(--wx-gray);
}

.wpcf7-radio span {
	margin-right: 24px;
}

.wpcf7-text {
	background: transparent !important;
}

.wx-form {
	display: grid;
	grid-template-columns: auto;
	border-bottom: none !important;
	column-gap: 32px;
}

@media (min-width: 769px) {
	.wx-form {
		grid-template-columns: auto auto;
	}
}

.header {
	margin: 0;
}

.header__sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: var(--wx-background-color);
	border-bottom: 1px var(--wx-gray) solid;
}

.header__sticky--home {
	display: none;
}

.header__home-logo {
	max-width: 75%;
	display: block;
	margin: 0 auto 50px;
}

@media (min-width: 992px) {
	.header__home-logo {
		max-width: 50%;
		margin: 0 auto 75px;
	}
}

.header__top-logo {
	max-height: 54px;
	width: auto;
}

.header__top {
	position: relative;
	background-color: var(--wx-background-color);
}

.header__title {
	line-height: 1.1;
	margin: 0 0 16px;
	text-align: center;
	color: var(--wx-white);
}

.header__subtitle {
	font-size: 19px;
	line-height: 1;
	margin: 0 0 44px;
	text-align: center;
	text-transform: uppercase;
	color: var(--wx-white);
}

@media (min-width: 992px) {
	.header__subtitle {
		font-size: 31px;
	}
}

@media (min-width: 1366px) {
	.header__subtitle {
		font-size: 56px;
	}
}

.header__line {
	height: 1px;
	width: 100%;
	background: var(--wx-gray);
	margin: 0;
	padding: 0;
}

.header__wrap {
	display: grid;
	grid-template-columns: minmax(54px, 180px) auto;
	align-items: center;
}

@media (min-width: 1366px) {
	.header__wrap {
		grid-template-columns: 180px auto 140px;
	}
}

.header__logo {
	font-family: 'Italiana', serif;
	font-size: 45px;
	margin: 0;
}

.header__logo a {
	text-decoration: none;
	color: var(--wx-black);
}

.header__nav {
	padding: 0 15px 0 30px;
	height: 69px;
	justify-content: space-between;
	align-items: center;
	border-left: 1px solid var(--wx-gray);
	display: none;
}

@media (min-width: 1140px) {
	.header__nav {
		display: flex;
	}
}

@media (min-width: 1366px) {
	.header__nav {
		padding: 0 60px 0 30px;
		border-right: 1px solid var(--wx-gray);
	}
}

.header__menu-wrap {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

.header__menu-wrap li:not(:first-child) {
	margin-left: 32px;
}

.header__menu-wrap a {
	text-decoration: none;
	color: var(--wx-black);
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}

.header__social {
	justify-self: end;
	display: none;
}

@media (min-width: 1366px) {
	.header__social {
		display: block;
	}
}

.header__social-wrap {
	display: flex;
}

.header__social-item {
	margin: 0 4px;
}

.header__menu-home-page {
	display: none;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 1140px) {
	.header__menu-home-page {
		display: flex;
	}
}

.header__menu-home-page li {
	position: relative;
	display: block;
	z-index: 1;
}

.header__menu-home-page li::before {
	display: block;
	position: absolute;
	top: -6px;
	left: 6px;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	border: 1px solid var(--wx-black);
}

.header__menu-home-page li a {
	text-transform: uppercase;
	color: var(--wx-color-primary);
	text-decoration: none;
	font-family: 'Italiana', serif;
	font-size: 24px;
	background: var(--wx-white);
	padding: 12px 24px;
	display: block;
}

@media (min-width: 1366px) {
	.header__menu-home-page li a {
		font-size: 32px;
	}
}

.header__menu-home-page li:not(:first-child) {
	margin-left: 40px;
}

.header__bg {
	padding: 100px 0 0;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 1140px) {
	.header__bg {
		padding: 75px 0 72px;
	}
}

.header__bg .button {
	margin-bottom: 88px;
}

.header__switcher {
	display: block;
	justify-self: flex-end;
}

@media (min-width: 992px) {
	.header__switcher {
		display: none;
	}
}

.header__switcher--home {
	position: absolute;
	right: 16px;
	top: 16px;
}

.footer {
	margin: 0 0 32px 0;
}

@media (min-width: 992px) {
	.footer {
		margin: 0 0 97px 0;
	}
}

@media (min-width: 1366px) {
	.footer__wrap {
		border-top: 1px solid rgba(158, 147, 127, 0.2);
		border-bottom: 1px solid rgba(158, 147, 127, 0.2);
		display: grid;
		grid-template-columns: 416px auto;
	}
}

@media (min-width: 1366px) {
	.footer__wrap {
		grid-template-columns: 416px auto 264px;
	}
}

.footer__map {
	border-right: 1px solid rgba(158, 147, 127, 0.2) !important;
	overflow: hidden;
}

.footer__map iframe {
	display: block !important;
}

.footer__contacts {
	padding: 15px;
	justify-self: center;
	align-self: center;
}

.footer__phone {
	font-size: 32px;
	line-height: 1;
	margin: 0 0 .5rem;
	display: flex;
	align-items: center;
}

@media (min-width: 1366px) {
	.footer__phone {
		font-size: 40px;
	}
}

.footer__phone svg {
	width: 48px;
	height: 48px;
	margin-right: 8px;
}

.footer__address {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 27px;
	display: flex;
	align-items: center;
	margin: 0;
}

@media (min-width: 1366px) {
	.footer__address {
		font-size: 22px;
	}
}

.footer__address svg {
	width: 48px;
	height: 48px;
	margin-right: 8px;
}

.footer__button-book {
	padding: 16px 32px;
	background-position-X: calc(100% - 48px);
}

@media (min-width: 992px) {
	.footer__button-book {
		padding: 16px 88px;
	}
}

.footer__social-wrap {
	display: flex;
	justify-content: flex-end;
}

.footer__social-item {
	margin: 0 4px;
}

.footer__social-item img {
	display: inline-block;
}

.footer__menu {
	padding: 0 0 0 60px;
	border-left: 1px solid rgba(158, 147, 127, 0.2);
	display: none;
}

@media (min-width: 1366px) {
	.footer__menu {
		display: block;
	}
}

.footer__menu-container {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer__menu-container li {
	text-transform: uppercase;
	margin-top: 16px;
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
}

.footer__menu-container li a {
	text-decoration: none;
	color: var(--wx-color-primary);
}

.main {
	margin-top: 101px;
	margin-bottom: auto;
}

.main--home {
	margin-top: 50px;
}

@media (min-width: 992px) {
	.main--home {
		margin-top: 90px !important;
	}
}

@media (min-width: 992px) {
	.main {
		margin-top: 163px;
	}
}

.post ul {
	list-style: none;
	padding-left: 13px;
}

.post ul li:before {
	content: "\2022";
	margin-right: 13px;
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: -200px;
	width: 200px;
	height: 100%;
	background-color: var(--wx-white);
	z-index: 999;
	transition: .3s;
}

.mobile-menu .sub-menu {
	list-style: none;
	border-left: 1px var(--wx-gray) solid;
	padding-left: 16px;
	margin-left: 8px;
	margin-top: 16px;
}

.mobile-menu .sub-menu li {
	margin-bottom: 16px;
}

.mobile-menu--active {
	right: 0;
}

.mobile-menu__close {
	padding: 16px;
	margin-bottom: 32px;
}

.mobile-menu__menu {
	list-style: none;
	padding: 0;
	margin: 0 0 64px 16px;
}

.mobile-menu__menu li {
	margin-bottom: 16px;
}

.mobile-menu__menu li a {
	text-transform: uppercase;
	color: var(--wx-black);
	font-style: italic;
	font-size: 18px;
	text-decoration: none;
}

/**
* Page Styles
*/
.services {
	margin-bottom: 140px;
}

.services__title {
	margin-bottom: 26px;
}

.services__description {
	font-size: 21px;
	margin-bottom: 64px;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.services__description {
		font-size: 31px;
		margin-bottom: 80px;
	}
}

@media (min-width: 1366px) {
	.services__description {
		font-size: 51px;
		margin-bottom: 160px;
	}
}

.services__description > p {
	margin: 0;
}

.services__items {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.services__item {
	display: block;
}

.services__name {
	margin-bottom: 0;
}

.services__price {
	font-size: 51px;
}

.services__text {
	margin-bottom: 50px;
}

.services__text ul {
	list-style: none;
	padding-left: 13px;
}

.services__text ul li:before {
	content: "\2022";
	margin-right: 13px;
}

.services__item:not(:last-child) {
	margin-bottom: 80px;
}

.services__item.even {
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.services__item.even {
		display: grid;
		grid-template-columns: auto 304px;
		grid-column-gap: 144px;
	}
}

.services__item.even .services__row {
	justify-content: flex-end;
}

.services__item.odd {
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.services__item.odd {
		display: grid;
		grid-template-columns: 304px auto;
		grid-column-gap: 144px;
	}
}

.services__item.odd .services__row {
	justify-content: flex-start;
}

.services__info-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 48px;
}

.services__illustration {
	width: 100%;
	order: -1;
}

@media (min-width: 992px) {
	.services__illustration {
		order: 0;
	}
}

.services__illustration.odd {
	order: -1;
}

.services__row {
	display: flex;
}

.services__row--right {
	justify-content: flex-end;
}

.services__photo-next {
	cursor: pointer;
	padding: 24px 0;
}

.services__photo-next svg {
	fill: #4E432F;
}

.services__photo-next.swiper-button-disabled svg {
	fill: #9E937F;
}

.services__photo-prev {
	margin-right: 24px;
	cursor: pointer;
	padding: 24px 0;
}

.services__photo-prev svg {
	fill: #4E432F;
}

.services__photo-prev.swiper-button-disabled svg {
	fill: #9E937F;
}

.services__photo-next--light svg {
	fill: #9E937F;
}

.services__photo-next--light.swiper-button-disabled svg {
	fill: #4E432F;
}

.services__photo-prev--light svg {
	fill: #9E937F;
}

.services__photo-prev--light.swiper-button-disabled svg {
	fill: #4E432F;
}

.service {
	margin-top: 0;
}

.service__wrap {
	padding: 16px 16px 32px 16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 64px;
}

@media (min-width: 768px) {
	.service__wrap {
		padding: 32px;
	}
}

@media (min-width: 992px) {
	.service__wrap {
		padding: 64px;
		margin-bottom: 144px;
	}
}

.service__block {
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.service__block {
		display: grid;
		grid-template-columns: 50% 50%;
		justify-content: space-between;
		grid-gap: 30px;
	}
}

@media (min-width: 1140px) {
	.service__block {
		grid-template-columns: minmax(320px, 640px) 480px;
	}
}

.service__title {
	color: var(--wx-white);
	margin-bottom: 24px;
}

.service__price {
	color: var(--wx-white);
	font-size: 51px;
	margin-top: 0;
	margin-bottom: 24px;
	font-weight: 300;
}

.service__text {
	color: var(--wx-white);
	margin-bottom: 70px;
}

@media (min-width: 1140px) {
	.service__text {
		margin-bottom: 140px;
	}
}

.service__images {
	order: -1;
}

@media (min-width: 992px) {
	.service__images {
		order: initial;
	}
}

.benefit__wrap {
	margin-bottom: 140px;
}

.faq__title {
	margin-bottom: 64px;
}

.faq__items {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 0 64px 0;
}

@media (min-width: 992px) {
	.faq__items {
		margin: 0 0 144px 0;
	}
}

.faq__item {
	display: block;
	padding: 24px 80px 24px 24px;
	border: 1px solid var(--wx-dark-pink);
	position: relative;
}

.faq__item:before {
	content: '';
	position: absolute;
	top: 24px;
	right: 24px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url("images/arrow.svg") no-repeat center center;
	display: block;
}

.faq__item.active:before {
	transform: rotate(180deg);
}

.faq__item:not(:last-child) {
	margin-bottom: 16px;
}

.faq__question {
	margin-bottom: 0;
	cursor: pointer;
}

.faq__answer.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0 !important;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/**
* Block Styles
*/
.about {
	margin-bottom: 64px;
}

@media (min-width: 992px) {
	.about {
		margin-bottom: 150px;
	}
}

.about__wrap {
	display: grid;
	justify-content: space-between;
}

@media (min-width: 992px) {
	.about__wrap {
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	}
}

@media (min-width: 1140px) {
	.about__wrap {
		grid-template-columns: minmax(320px, 752px) minmax(320px, 416px);
	}
}

.about__text {
	margin-right: 30px;
	margin-bottom: 32px;
	text-align: center;
}

@media (min-width: 992px) {
	.about__text {
		margin-bottom: 0;
	}
}

.about__photo {
	padding-right: 15px;
	text-align: center;
}

@media (min-width: 1140px) {
	.about__photo {
		padding: 0;
	}
}

.block-services {
	margin-bottom: 64px;
}

@media (min-width: 992px) {
	.block-services {
		margin-bottom: 150px;
	}
}

.block-services a {
	text-decoration: none;
	color: var(--wx-color-primary);
}

.block-services__title {
	margin-bottom: 0;
	text-align: center;
}

@media (min-width: 992px) {
	.block-services__title {
		text-align: initial;
	}
}

.block-services__item {
	text-align: center;
}

.block-services__name {
	margin: 16px 0;
}

.block-services__text p {
	margin: 0;
}

.block-services__illustration {
	object-fit: cover;
	width: 100%;
	height: 160px;
}

.block-services__row {
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.block-services__row {
		justify-content: flex-end;
	}
}

.block-services__next {
	cursor: pointer;
	padding: 24px 0;
}

.block-services__next svg {
	fill: #4E432F;
}

.block-services__next.swiper-button-disabled svg {
	fill: #9E937F;
}

.block-services__prev {
	margin-right: 24px;
	cursor: pointer;
	padding: 24px 0;
}

.block-services__prev svg {
	fill: #4E432F;
}

.block-services__prev.swiper-button-disabled svg {
	fill: #9E937F;
}

.block-benefits {
	margin-bottom: 64px;
}

@media (min-width: 992px) {
	.block-benefits {
		margin-bottom: 150px;
	}
}

.block-benefits a {
	text-decoration: none;
	color: var(--wx-color-primary);
}

.block-benefits__title {
	text-align: center;
	margin-bottom: 24px;
}

@media (min-width: 992px) {
	.block-benefits__title {
		text-align: initial;
	}
}

.block-benefits__item {
	text-align: center;
}

.block-benefits__name {
	margin: 16px 15%;
}

.block-benefits__text {
	display: none;
}

@media (min-width: 768px) {
	.block-benefits__text {
		display: block;
	}
}

.block-benefits__text p {
	margin: 0;
}

.block-benefits__illustration {
	object-fit: cover;
	width: 100%;
	height: 160px;
}

.block-benefits__row {
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.block-benefits__row {
		justify-content: flex-end;
	}
}

.block-benefits__next {
	cursor: pointer;
	padding: 0 0 24px 0;
}

.block-benefits__next svg {
	fill: #4E432F;
}

.block-benefits__next.swiper-button-disabled svg {
	fill: #9E937F;
}

.block-benefits__prev {
	margin-right: 24px;
	cursor: pointer;
	padding: 0 0 24px 0;
}

.block-benefits__prev svg {
	fill: #4E432F;
}

.block-benefits__prev.swiper-button-disabled svg {
	fill: #9E937F;
}

.block-portfolio {
	margin-bottom: 64px;
}

@media (min-width: 992px) {
	.block-portfolio {
		margin-bottom: 150px;
	}
}

.block-portfolio__title {
	margin-bottom: 24px;
	text-align: center;
}

@media (min-width: 992px) {
	.block-portfolio__title {
		text-align: initial;
	}
}

.block-portfolio__first {
	display: grid;
	grid-template-areas: 'img-1 img-2' 'img-3 img-3';
	justify-content: center;
	grid-gap: 32px;
}

.block-portfolio__img:nth-child(1) {
	grid-area: img-1;
}

.block-portfolio__img:nth-child(2) {
	grid-area: img-2;
}

.block-portfolio__img:nth-child(3) {
	grid-area: img-3;
}

.block-portfolio__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-portfolio__next {
	cursor: pointer;
	padding: 24px 0;
}

.block-portfolio__next svg {
	fill: #4E432F;
}

.block-portfolio__next.swiper-button-disabled svg {
	fill: #9E937F;
}

.block-portfolio__row {
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.block-portfolio__row {
		justify-content: flex-end;
	}
}

.block-portfolio__prev {
	margin-right: 24px;
	cursor: pointer;
	padding: 24px 0;
}

.block-portfolio__prev svg {
	fill: #4E432F;
}

.block-portfolio__prev.swiper-button-disabled svg {
	fill: #9E937F;
}

.slider-services {
	margin-bottom: 64px;
}

.slider-services__row {
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.slider-services__row {
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.slider-services__block {
		display: flex;
	}
}

@media (min-width: 768px) {
	.slider-services__image {
		width: 305px;
	}
}

.slider-services__info {
	display: none;
}

@media (min-width: 768px) {
	.slider-services__info {
		display: block;
		width: calc(100% - 305px);
		padding-left: 20px;
	}
}

.slider-services__info .swiper-slide {
	cursor: pointer;
}

.slider-services__title {
	font-family: 'Italiana', serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 4px 0;
}

@media (min-width: 1140px) {
	.slider-services__title {
		font-size: 24px;
	}
}

.slider-services__price {
	font-style: italic;
}

.slider-services__bottom {
	text-align: right;
}

.slider-services__button {
	text-decoration: none;
	color: black;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
}

.slider-services__button-all {
	margin-left: 16px;
	margin-top: -15px;
}

@media (min-width: 768px) {
	.slider-services__button-all {
		margin-left: 32px;
		margin-top: -5px;
	}
}

@media (min-width: 1366px) {
	.slider-services__button-all {
		margin-left: 78px;
		margin-top: 7px;
	}
}

.slider-services__button-next {
	width: 64px;
	height: 64px;
	border: 1px #4E432F solid;
	border-radius: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.slider-services__button-next svg {
	fill: #4E432F;
}

.slider-services__button-next.swiper-button-disabled {
	border: 1px #9E937F solid;
}

.slider-services__button-next.swiper-button-disabled svg {
	fill: #9E937F;
}

.slider-services__button-prev {
	width: 64px;
	height: 64px;
	border: 1px #4E432F solid;
	border-radius: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 16px;
}

.slider-services__button-prev svg {
	fill: #4E432F;
}

.slider-services__button-prev.swiper-button-disabled {
	border: 1px #9E937F solid;
}

.slider-services__button-prev.swiper-button-disabled svg {
	fill: #9E937F;
}

.slider-services__arrows {
	margin-top: 16px;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.slider-services__arrows {
		justify-content: flex-start;
	}
}

/**
* Vendor Style
 */
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	margin: auto;
	text-align: left;
	color: #000;
	border-radius: 0px;
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
	outline: none;
	background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
	background: #b93d0c;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	transform: rotate(-45deg);
}

.modaal-close:after {
	transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

.modaal-content-container {
	padding: 30px;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

@keyframes instaReveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes instaReveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes instaReveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes instaReveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes instaReveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev-outer {
	left: 45px;
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

@media only screen and (min-width: 1400px) {
	.modaal-video-container {
		padding-bottom: 0;
		height: 731px;
	}
}

@media only screen and (max-width: 1140px) {
	.modaal-image .modaal-inner-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}
	.modaal-gallery-control {
		top: auto;
		bottom: 20px;
		transform: none;
		background: rgba(0, 0, 0, 0.7);
	}
	.modaal-gallery-control:before, .modaal-gallery-control:after {
		background: #fff;
	}
	.modaal-gallery-next {
		left: auto;
		right: 20px;
	}
	.modaal-gallery-prev {
		left: 20px;
		right: auto;
	}
}

@media screen and (max-width: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}
}

@media screen and (max-height: 1100px) {
	.modaal-instagram iframe {
		width: 700px !important;
	}
}

@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.modaal-instagram iframe {
		width: 600px !important;
	}
}

@media screen and (max-height: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}
	.modaal-video-container {
		max-width: 900px;
		max-height: 510px;
	}
}

@media only screen and (max-width: 600px) {
	.modaal-instagram iframe {
		width: 280px !important;
	}
}

@media only screen and (max-height: 820px) {
	.modaal-gallery-label {
		display: none;
	}
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .12s;
	-moz-animation-delay: .12s;
	-webkit-animation-delay: .12s;
	-o-animation-delay: .12s;
	animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .25s;
	-moz-animation-delay: .25s;
	-webkit-animation-delay: .25s;
	-o-animation-delay: .25s;
	animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .37s;
	-moz-animation-delay: .37s;
	-webkit-animation-delay: .37s;
	-o-animation-delay: .37s;
	animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .62s;
	-moz-animation-delay: .62s;
	-webkit-animation-delay: .62s;
	-o-animation-delay: .62s;
	animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .75s;
	-moz-animation-delay: .75s;
	-webkit-animation-delay: .75s;
	-o-animation-delay: .75s;
	animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .87s;
	-moz-animation-delay: .87s;
	-webkit-animation-delay: .87s;
	-o-animation-delay: .87s;
	animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/**
* Etc Styles
*/
.book__title {
	color: var(--wx-white);
	margin-bottom: 64px;
	text-align: center;
}

/*# sourceMappingURL=style.css.map */