/* Development - LLC "MephiPro" https://mephi.pro/*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

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

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
    color: #412156;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

body.fixed {
	overflow: hidden;
}

.screen {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.wrap {
	padding: 0 70px;
    margin: 0 auto;
    max-width: 1470px;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Caveat', sans-serif;
    font-weight: 600;
	color: #533368;
}

h3 {
	margin-bottom: 30px;
    font-size: 55px;
    line-height: 60px;
}

h4 {
	margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
}

.head_title {
	text-align: right;
    font-family: "Annabelle", sans-serif;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    transition: all 0.3s ease;
}

input[type="text"], textarea, input[type="date"] {
	border: 0;
	outline: none;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	background: #ffffff;
	color: #412156;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}

textarea {
	resize: none;
	height: 100px;
}

.button, button {
	display: inline-block;
	transition: all 0.3s ease;
	text-align: center;
	outline: none;
	border: 0;
	cursor: pointer;
	padding: 14px 20px 12px 20px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	background: #b706c6;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}

.button.white, button.white {
	background: #ffffff;
	box-shadow: 0 0 10px 0 #ce6ed6;
	color: #b706c6;
}

.button.blue, button.blue {
	background: #068CFE;
}

@keyframes cat {
    0% {
		left: 10px;
    }
	30% {
		left: -54px;
	}
	40% {
		left: -35px;
	}
    100% {
        left: -71px;
    }
}

@keyframes cat_m {
    0% {
		right: -90px;
    }
	20% {
		right: -35px;
    }
	30% {
		right: -55px;
	}
    100% {
        right: -25px;
    }
}

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}

.top_menu {
	background: #b706c6;
    padding: 5px 0;
    color: #ffffff;
    transition: top 0.8s ease;
    top: -200px;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.7);
}

.top_menu.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0;
	z-index: 1;
}

.top_menu a {
	display: block;
    padding: 5px;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.top_menu .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top_menu .logo {
	display: block;
    width: 150px;
    height: 75px;
    background: url(../icons/logo.webp) center / contain no-repeat;
    margin-right: 30px;
    padding: 0;
    transition: 0s;
}

.top_menu.fixed .logo {
	height: 50px;
	width: 100px;
}

.top_menu .scroll_menu {
	display: flex;
    align-items: center;
}

.top_menu nav {
	display: flex;
    align-items: center;
	font-weight: 500;
}

.top_menu nav a {
	position: relative;
	z-index: 1;
}

.top_menu nav a .decor {
	position: absolute;
	z-index: -1;
	width: 60px;
	height: 60px;
	left: 0;
	top: -10px;
	transform: rotate(45deg);
}

.top_menu nav a .decor svg {
	width: 100%;
	height: 100%;
}

.top_menu nav a svg path {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
}

.top_menu nav a svg path.step_1 {
	transition-delay: 0s;
}

.top_menu nav a svg path.step_2 {
	transition-delay: 0.2s;
}

.top_menu nav a svg path.step_3 {
	transition-delay: 0.4s;
}

.top_menu nav a svg path.step_4 {
	transition-delay: 0.8s;
}

.top_menu .phone {
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
}

.top_menu .link_chat {
	width: 35px;
	height: 35px;
	background: url(../icons/telegram.svg) center / contain no-repeat;
	margin-right: 0;
}

.btn_menu {
	display: none;
}

.content {
	margin-bottom: 80px;
}

.banner {
	height: 100vh;
	position: relative;
}

.banner .text_banner {
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
    z-index: 1;
    text-align: center;
	background: rgba(255, 255, 255, 0.6);
	font-family: "Caveat", sans-serif;
	padding: 100px 0 50px 0;
	width: 30vw;
	min-width: 500px;
	font-size: 30px;
	line-height: 35px;
}

.banner .text_banner p:nth-last-child(2) {
	padding-bottom: 10px;
	position: relative;
}

.banner .text_banner p:nth-last-child(2)::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100px;
	border-bottom: 2px solid #412156;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.banner .text_banner .wrap {
	padding-left: 20px;
}

.banner .text_banner .button {
	width: 200px;
}

#animation_text {
	stroke-dasharray: 1330px;
	stroke-dashoffset: 0;
	animation: animation_text 5s linear forwards;
}

@keyframes animation_text {
	from {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -1330px;
	}
}

.banner video {
	object-fit: cover;
	height: 100%;
	width: 100%;
	display: block;
}

.banner::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(183, 6, 198, 0.1);
}

.pink_bg {
	background: #ffc0cb;
	background-size: 100px;
}

.about_section {
	padding: 80px 0;
}

.about_section .text {
	margin-bottom: 35px;
}

.about_section .footnote_text {
	padding-top: 10px;
	display: inline-block;
	border-top: 2px solid #412156;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 10px;
}

.slider_certs .slick-list {
	display: flex;
	margin-right: -15px;
}

.slider_certs .slick-track {
	display: flex;
}

.slider_certs .item_cert {
	margin-right: 15px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.slider_certs .item_cert::before {
	display: block;
	content: "";
	padding-top: calc(100% + 90px);
}

.slider_certs .item_cert .progressive {
	cursor: zoom-in;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slider_certs .progressive img {
	display: block;
	height: 100%;
	object-fit: cover;
}

.slick-arrow {
	font-size: 0;
	line-height: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 0;
	z-index: 1;
	background: url(../icons/arrow.svg) center / contain no-repeat;
}

.slick-arrow.slick-next {
	right: -55px;
	transform: translateY(-50%) rotate(180deg);
}

.slick-arrow.slick-prev {
	left: -50px;
}

.contacts_section .name_section {
	position: relative;
	z-index: 1;
	margin-bottom: -45px;
	text-align: center;
}

.title_catalog {
	font-size: 25px;
	line-height: 35px;
	font-style: italic;
	font-weight: 500;
	padding: 15px 20px 15px 100px;
	margin: 0 0 50px 100px;
	background: #febefe;
	position: relative;
	border-radius: 5px;
	display: none;
	align-items: center;
	justify-content: space-between;
}

.title_catalog nav {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.title_catalog nav .arrow {
	cursor: pointer;
	width: 35px;
	height: 35px;
	background: url(../icons/cat_trail.svg) center / contain no-repeat;
	transition: all 0.3s ease;
	display: none;
}

.title_catalog nav .arrow.prev {
	transform: rotate(-60deg);
	margin-right: 20px;
}

.title_catalog nav .arrow.next {
	transform: rotate(60deg);
}

.title_catalog.dog::before {
	position: absolute;
	content: "";
	left: -120px;
	top: 50%;
	transform: translateY(-50%);
	width: 250px;
	height: 250px;
	background: url(../img/dog.svg) center / contain no-repeat;
}

.title_catalog.rabbit::before {
	position: absolute;
	content: "";
	left: -90px;
	top: 50%;
	transform: translateY(-50%);
	width: 150px;
	height: 150px;
	background: url(../img/rabbit.svg) center / contain no-repeat;
}

.title_catalog.cat::before {
	position: absolute;
	content: "";
	left: -120px;
	top: 50%;
	transform: translateY(-50%);
	width: 250px;
	height: 250px;
	background: url(../img/cat.svg) center / contain no-repeat;
}

.catalog {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.catalog .slick-list {
	margin-right: -20px;
	display: flex;
	padding: 10px;
}

.catalog .slick-track {
	display: flex;
}

.catalog .slick-list::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 100%;
	right: 0;
	top: 0;
	background: #ffffff;
}

.catalog .item_catalog {
	cursor: pointer;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	min-height: 300px;
	transition: all 0.3s ease;
}

.catalog.slick-initialized .item_catalog.slick-slide {
	display: flex;
}

.catalog .item_catalog::after {
	display: block;
	content: "";
	padding-top: 100%;
}

.catalog .item_catalog::before {
	position: absolute;
	content: "Подробнее...";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.6);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	font-weight: 500;
}

.catalog .item_catalog .progressive {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.catalog .item_catalog .progressive img {
	display: block;
	height: 100%;
	object-fit: cover;
}

.catalog .item_catalog .item_name {
	font-size: 35px;
	line-height: 40px;
	font-weight: 600;
	color: #ffffff;
	padding: 15px 20px;
	background: rgba(139, 0, 255, 0.6);
	font-family: "Caveat";
	flex-grow: 1;
	position: relative;
	z-index: 1;
}

.catalog .item_catalog .price {
	background: rgba(255, 255, 255, 0.7);
	color: #412156;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 15px 10px 20px;
	border-radius: 0 20px 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 500;
}

.promo_section {
	position: relative;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
    width: 100%;
	
}

.promo_section .wrap {
	position: relative;
	z-index: 1;
}

.promo_section .text_promo {
	margin-bottom: 30px;
	font-family: "Caveat";
	font-size: 75px;
	line-height: 80px;
}

.promo_section .text_promo span {
	display: block;
	color: #8b00ff;
}

.promo_section .button {
	margin-left: 40px;
	min-width: 200px;
}

.promo_section::before {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
}

.gallery_section {
	padding: 80px 0;
	overflow: hidden;
}

.gallery {
	position: relative;
}

.gallery .slick-arrow.slick-next {
	right: 15px;
	z-index: 2;
}

.gallery .slick-arrow.slick-prev {
	left: 15px;
	z-index: 2;
}

.gallery .slick-list {
	padding: 5px 80px;
	margin-right: -20px;
}

.gallery::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 75px;
	height: 100%;
	z-index: 1;
	background: rgba(255, 192, 203, 0.6);
	filter: blur(5px);
}

.gallery::after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 75px;
	height: 100%;
	z-index: 1;
	background: rgba(255, 192, 203, 0.6);
	filter: blur(5px);
}

.gallery .item_gallery {
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.gallery .item_gallery::after {
	display: block;
	content: "";
	padding-top: calc(100% + 80px);
}

.gallery .progressive {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.gallery .progressive img {
	display: block;
	height: 100%;
	object-fit: cover;
}

.booking_section {
	position: relative;
	padding: 90px 0px;
}

.booking_section::before {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
	z-index: 1;
}

.booking_section .progressive {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.booking_section .progressive img {
	height: 100%;
	object-fit: cover;
}

.booking_section .wrap {
	position: relative;
	z-index: 2;
}

.booking_section .text {
	margin-bottom: 30px;
}

.booking_section .text .footnote_title {
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	font-style: italic;
	padding-left: 40px;
}

.booking_section .text p {
	margin-bottom: 10px;
}

.booking_section .title {
	margin-bottom: 30px;
    font-family: "Caveat";
    font-size: 70px;
    line-height: 100%;
	font-weight: 500;
	width: 80%;
}

.booking_section .button_wrap {
	text-align: center;
	display: inline-block;
}

.booking_section .button {
	min-width: 300px;
	margin-bottom: 10px;
	display: block;
}

.booking_section .readme_info {
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
}

.contacts_section .name_section .wrap {
	text-align: center;
	font-family: "Annabelle", sans-serif;
	font-size: 70px;
	line-height: 75px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.7);
	padding-bottom: 30px;
	border-radius: 0 0 50px 50px;
}

.map_section {
	width: 100%;
    height: 400px;
    overflow: hidden;
}

footer {
	background: #8b00ff;
	color: #ffffff;
	padding: 40px 0;
}

.footer_menu {
	display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer_menu nav {
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	line-height: 25px;
	align-items: flex-end;
}

.footer_menu nav a {
	display: block;
    margin: 0 20px 10px 0;
    transition: all 0.3s ease;
}

.net_links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.net_links a {
	width: 30px;
	height: 30px;
}

.net_links .vk {
	background: url(../icons/vk.svg) center / contain no-repeat;
}

.net_links .whatsapp {
	background: url(../icons/whatsapp.svg) center / contain no-repeat;
}

.net_links .telegram {
	background: url(../icons/telegram.svg) center / contain no-repeat;
}
.net_links .max {
    background: url(../icons/maxw.svg) center / contain no-repeat;
}

.footer_menu .sup_block {
	width: 25%;
    text-align: right;
    padding-left: 30px;
    max-width: 250px;
}

.footer_menu .sup_block .small_title {
	font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer_menu .sup_block a {
	display: block;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    border-radius: 5px;
}

.footer_menu .sup_block a img {
	display: block;
}

.footnote_footer {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.footnote_footer nav {
	display: flex;
    align-items: center;
    margin-right: 30px;
}

.footnote_footer nav .copyright {
	margin-right: 20px;
}

.footnote_footer a {
	display: inline-block;
    text-decoration: underline;
}

.contacts_section .flex_wrap {
	margin-bottom: 30px;
}

.contacts_section .links {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left 0px bottom 0px;
	padding-bottom: 240px;
	width: 260px;
}

.contacts_section .links a {
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: all 0.3s ease;
}

.contacts_section .links .phone {
	background: url(../icons/phone_b.svg) left 0 center / contain no-repeat;
	background-size: 20px 20px;
}

.contacts_section .links .mail {
	background: url(../icons/mail_b.svg) left 0 center / contain no-repeat;
	background-size: 20px 20px;
}

.contacts_section .links .vk {
	background: url(../icons/vk_b.svg) left 0 center / contain no-repeat;
	background-size: 20px 20px;
}

.contacts_section .links .whatsapp {
	background: url(../icons/whatsapp_b.svg) left 0 center / contain no-repeat;
	background-size: 20px 20px;
}

.contacts_section .links .telegram {
	background: url(../icons/telegram_b.svg) left 0 center / contain no-repeat;
	background-size: 20px 20px;
}

.contacts_section .links .max {
    background: url(../icons/maxb.svg) left 0 center / contain no-repeat;
    background-size: 20px 20px;
}

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

.wrap_form {
	padding: 40px;
	background: #febefe;
	border-radius: 5px;
	position: relative;
	width: 670px;
}

.wrap_form .form .title_form {
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center;
}

.wrap_form .form .title_form span {
	color: #160524;
}

.wrap_form .form .wrap_input {
	position: relative;
	z-index: 1;
	background: #ffffff;
	margin-bottom: 25px;
	border-radius: 5px;
}

.wrap_form .form .wrap_input input[type="text"], .wrap_form .form .wrap_input textarea {
	background: none;
	margin-bottom: 0;
	border-radius: 0;
	display: block;
}

.wrap_form .form .wrap_input input[type="text"].error, .wrap_form .form .wrap_input textarea.error {
	box-shadow: 0 0 10px 0 rgba(235, 28, 28, 1);
}

.form .wrap_input::before {
	position: absolute;
    content: attr(data-placeholder);
    left: 10px;
    top: 12px;
    color: #7f7d7dc0;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 18px;
    z-index: -1;
}

.form .wrap_input.active::before {
	color: #160524;
    top: -20px;
}

.wrap_form .form .footnote_form {
	font-size: 14px;
	line-height: 20px;
}

.wrap_form .form .footnote_form a {
	text-decoration: underline;
}

.wrap_form .form_message {
	display: none;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	text-align: center;
}

.wrap_form .form button {
	width: 100%;
	margin-bottom: 20px;
}

.fixed_buttons {
	text-align: right;
}

.fixed_buttons .scroll_top {
	position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background: #b706c6 url(../icons/arrow_w.svg) center / contain no-repeat;
    background-size: 30px 30px;
    bottom: 50px;
    display: inline;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
    margin-left: -50px;
}

.fixed_buttons .scroll_top.active {
	opacity: 1;
    visibility: visible;
}

.popup {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    background: rgba(183, 6, 198, 0.3);
    z-index: 7;
}

.popup .wrap_popup {
	width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 40px 20px;
}

.popup .content_popup {
	max-width: 1340px;
    margin: 0 auto;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    height: 100%;
    padding: 60px 10px 40px 0;
}

.popup .close {
	position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 10px;
    right: 10px;
    overflow: hidden;
    z-index: 6;
}

.popup .close::before, .popup .close::after {
	position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 50%;
    top: 50%;
    background: #a5a5a5;
    transition: background 0.3s ease;
    transition: all 0.3s ease;
}

.popup .close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.popup .close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.popup .text_section {
	max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 70px;
    height: 100%;
}

.popup#politic {
	z-index: 9;
}

.grid_section {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(250px, 250px);
    grid-template-areas:
        "item_1 item_1 item_2 item_3"
        "item_1 item_1 item_4 item_5";
}

.grid_section .item_grid {
	position: relative;
	cursor: pointer;
}

.grid_section .item_grid:nth-child(1) {
	grid-area: item_1;
}

.grid_section .item_grid:nth-child(2) {
	grid-area: item_2;
}

.grid_section .item_grid:nth-child(3) {
	grid-area: item_3;
}

.grid_section .item_grid:nth-child(4) {
	grid-area: item_4;
}

.grid_section .item_grid:nth-child(5) {
	grid-area: item_5;
}

.grid_section .progressive {
	width: 100%;
    height: 100%;
}

.grid_section .progressive {
	display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.grid_section .progressive img {
	height: 100%;
	object-fit: cover;
}

.grid_section .text_wrap {
	position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
	color: #ffffff;
}

.grid_section .title {
    font-weight: 500;
    margin-bottom: 5px;
	font-family: "Caveat", sans-serif;
	font-size: 30px;
	line-height: 35px;
}

.grid_section .footnote_title {
	margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    line-clamp: 4;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    user-select: none;
}

.grid_section .date {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}

.reviews {
	margin-bottom: 20px;
}

.reviews .slick-list {
	margin-right: -20px;
	display: flex;
}

.reviews .slick-track {
	display: flex;
}

.item_reviews {
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.item_reviews::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 80px;
	background: url(../img/like.png) center / contain no-repeat;
	left: 0;
	bottom: 10px;
	z-index: 1;
	transform: rotate(15deg);
	filter: brightness(3) drop-shadow(0 0 5px #b706c6);
}

.item_reviews::before {
	display: block;
	content: "";
	padding-top: calc(100% + 106px);
}

.item_reviews .progressive {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.item_reviews .progressive img {
	height: 100%;
	object-fit: cover;
}

.item_reviews .text_reviews {
	position: absolute;
	left: calc(100% - 100px);
	bottom: calc(100% - 50px);
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding: 15px 20px;
	font-style: italic;
	transition: all 0.6s ease, border-radius 1.6s ease;
	transition-delay: all 0, border-radius 0.2s;
	border-radius: 0 0 100px 100px;
	z-index: 2;
	overflow: hidden;
	overflow-y: auto;
	color: transparent;
}

.item_reviews .title {
	margin-bottom: 15px;
	text-align: right;
	font-family: 'Caveat', sans-serif;
	font-size: 25px;
	line-height: 30px;
}

.button_rev {
	display: flex;
	align-items: center;
	justify-content: center;
}

.button_rev .button {
	min-width: 200px;
}

.advantages_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px -20px 0;
}

.item_advantages {
	margin: 0 30px 20px 0;
	width: calc(25% - 30px);
	text-align: center;
}

.item_advantages .icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 15px auto;
}

.item_advantages .icon img {
	display: block;
}

.slider_popup {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(183, 6, 198, 0.5);
    padding: 15px 40px;
    z-index: 7;
    display: none;
}

.slider_popup .close {
	position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 10px;
    right: 10px;
    overflow: hidden;
    z-index: 6;
	background: #ffffff;
	border-radius: 50%;
}

.slider_popup .close::before, .slider_popup .close::after {
	position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 50%;
    top: 50%;
    background: #a5a5a5;
    transition: background 0.3s ease;
    transition: all 0.3s ease;
}

.slider_popup .close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.slider_popup .close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.slider_popup .wrap_slider {
	position: relative;
    /* width: 800px; */
    margin: 0 auto;
    height: 100%;
}

.slider_popup .slider_gallery {
	height: 100%;
}

.slider_popup .slider_gallery .slick-list {
	height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.slider_popup .slider_gallery .slick-track {
	height: 100%;
}

.slider_gallery .slick-arrow {
	background: url(../icons/arrow_w.svg) center / contain no-repeat;
}

.slider_gallery .slick-arrow.slick-prev {
	transform: translateY(-50%) rotate(-90deg);
	left: 70px;
}

.slider_gallery .slick-arrow.slick-next {
	transform: translateY(-50%) rotate(90deg);
	right: 70px;
}

.popup.booking .wrap_popup {
	overflow-y: auto;
    height: auto;
}

.popup.booking .content_popup {
	height: auto;
    max-width: 600px;
	padding-right: 0;
}

.popup.booking .selector {
	padding: 0 40px;
}

.popup.booking .button, .popup.booking button {
	display: block;
	margin-bottom: 15px;
	width: 100%;
}

.popup.booking .button:last-child {
	margin-bottom: 0;
}

.popup.booking .form {
	width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    padding: 0 40px;
	display: none;
}

.popup.booking .footnote_form {
	font-size: 14px;
    line-height: 18px;
}

.popup .form .footnote_form a {
	text-decoration: underline;
}

.popup.booking .form_message {
	display: none;
}

.popup.booking .title {
	text-align: right;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.type_selector {
	margin-bottom: 20px;
}

.type_selector input[type="checkbox"] {
	display: none;
}

.popup.booking .wrap_input:not(:last-child) {
	margin-bottom: 10px;
}

.type_selector label.check_section {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(183, 6, 198, 0.3);
	user-select: none;
	transition: all 0.3s ease;
}

.type_selector input[type="checkbox"]:checked+label.check_section {
	box-shadow: none;
	background: rgba(183, 6, 198, 0.8);
	color: #ffffff;
}

.order_info {
	display: none;
}

.sub_input {
	display: none;
	padding: 15px 0 15px 15%;
	text-align: right;
}

.sub_input label {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 30px;
	cursor: pointer;
	margin-bottom: 10px;
	user-select: none;
}

.sub_input label::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #8b00ff;
	left: 0;
	top: 4px;
}

.sub_input input[type="checkbox"]:checked+label::before {
	background: url(../icons/check.svg) center / contain no-repeat;
	background-size: 15px 15px;
}

.amount_selector {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(183, 6, 198, 0.3);
}

.amount_selector input {
	padding: 0 10px;
	margin-bottom: 0;
	text-align: center;
	width: calc(100% - 40px);
}

.amount_selector .minus {
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.amount_selector .plus {
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.amount_selector .minus::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	background: #8b00ff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.amount_selector .plus::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	background: #8b00ff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.amount_selector .plus::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 15px;
	background: #8b00ff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.popup.booking .wrap_input .label {
	font-weight: 500;
	margin-bottom: 5px;
	text-align: left;
}

.popup.booking .wrap_input label span {
	font-weight: 500;
	white-space: nowrap;
}

.wrap_amount {
	display: none;
}

.sub_input .wrap_input:not(:last-child) {
	padding-bottom: 10px;
	border-bottom: 1px solid #533368;
}

.order_info .date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.order_info .date .wrap_input {
	width: calc(50% - 15px);
	margin-bottom: 0;
}

.popup.booking .order_info .date .wrap_input:not(:last-child) {
	margin-bottom: 0;
}

.order_info .date .wrap_input input {
	padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(183, 6, 198, 0.3);
	margin-bottom: 0;
}

.order_info .date .wrap_input input.error {
	box-shadow: 0 0 10px 0 rgba(235, 28, 28, 1);
}

.info_list {
	margin-bottom: 30px;
}

.info_list .wrap_input input {
	padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(183, 6, 198, 0.3);
    margin-bottom: 0;
}

.info_list .wrap_input input.error {
	box-shadow: 0 0 10px 0 rgba(235, 28, 28, 1);
}

.flex_result {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #533368;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popup.booking .back {
	position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 20px;
    left: 40px;
    overflow: hidden;
    z-index: 6;
	background: url(../icons/arrow.svg) center / contain no-repeat;
	background-size: 20px 20px;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.popup.booking .back.active {
	opacity: 1;
	visibility: visible;
}

.time_selector {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -10px 0;
}

.time_selector .item_time {
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 5px;
	background: #FFFFFF;
	text-align: center;
	margin: 0 10px 10px 0;
	box-shadow: 0 0 10px 0 rgba(183, 6, 198, 0.3);
	width: 65px;
}

.time_selector .item_time.active {
	background: rgba(183, 6, 198, 0.8);
    color: #ffffff;
}

.wrap_time {
	display: none;
}

.popup#readme_info {
	z-index: 9;
}

.flex_popup {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 60px;
	height: 100%;
}

.flex_popup .image_wrap {
	width: calc(40% - 20px);
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
}

.flex_popup .image_wrap img {
	display: block;
	object-fit: cover;
}

.flex_popup .text_popup {
	width: calc(60% - 20px);
	height: 100%;
}

.popup.booking {
	z-index: 8;
}

.popup .text_popup .text_section {
	padding: 0;
	margin-bottom: 30px;
	height: calc(100% - 160px);
}

.popup .text_popup .text_service {
	margin-bottom: 20px;
}

.price_list .item_price {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 5px;
	padding: 5px 10px;
}

.price_list .item_price:nth-child(even) {
	background: #ffc0cb;
}

.price_list .item_price .price {
	white-space: nowrap;
	font-weight: 500;
}

.flex_popup .text_popup .buttons {
	display: flex;
	margin-right: -20px;
}

.flex_popup .text_popup .buttons .button {
	margin-right: 20px;
	width: calc(50% - 20px);
}

.price_list .item_price .name {
	padding-right: 10px;
	word-break: break-word;
	hyphens: auto;
}

.popup .image_new {
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 20px;
	width: 100%;
	height: 300px;
}

.popup .image_new img {
	display: block;
	object-fit: cover;
}

.popup .text_new {
	margin-bottom: 20px;
}

.popup .date {
	font-style: italic;
}

.popup.review_popup .wrap_popup {
	overflow: hidden;
    overflow-y: auto;
    height: auto;
}

.review_popup .content_popup {
	max-width: 500px;
    height: auto;
}

.popup.review_popup .form {
	width: 100%;
    height: 100%;
    padding: 0 40px;
}

.popup .title_form {
	font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
	font-weight: 500;
}

.popup.review_popup .form .wrap_input {
	margin-bottom: 30px;
	position: relative;
    z-index: 1;
}

.popup.review_popup .form .wrap_input input[type="text"] {
	background: none;
	padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(183, 6, 198, 0.3);
    margin-bottom: 0;
}

.popup.review_popup .form .wrap_input input[type="text"].error {
	box-shadow: 0 0 10px 0 rgba(235, 28, 28, 1);
}

.popup.review_popup .form textarea {
	background: none;
	padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(183, 6, 198, 0.3);
    margin-bottom: 0;
	height: 150px;
}

.popup.review_popup .form textarea.error {
	box-shadow: 0 0 10px 0 rgba(235, 28, 28, 1);
}

.popup.review_popup .form .wrap_input::before {
	left: 20px;
}

.popup.review_popup .form button {
	width: 100%;
    margin-bottom: 15px;
}

.popup.review_popup .form .footnote_form {
	font-size: 14px;
    line-height: 18px;
}

.popup.review_popup .form .wrap_input .label {
	color: #160524;
	font-size: 14px;
    line-height: 18px;
	margin-bottom: 10px;
}

.popup.review_popup .form .wrap_input.file_selector input[type="file"] {
	display: none;
}

.popup.review_popup .file_selector label {
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	border: 2px solid #533368;
}

.popup.review_popup .file_selector input[type="file"].error+label {
	border-color: rgba(235, 28, 28, 1);
}

.popup.review_popup .file_selector label::before, .popup.review_popup .file_selector label::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.popup.review_popup .file_selector label::before {
	width: 20px;
	height: 2px;
	border-bottom: 2px solid #533368;
}

.popup.review_popup .file_selector label::after {
	width: 2px;
	height: 20px;
	border-right: 2px solid #533368;
}

.file_selector .image_rev_wrap {
	width: 100px;
	height: 100px;
	position: relative;
	display: none;
}

.file_selector .image_rev_wrap img {
	display: block;
	object-fit: cover;
}

.file_selector .image_rev_wrap .delete {
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	top: -5px;
	right: -5px;
	z-index: 1;
	border-radius: 50%;
	background: #412156;
}

.file_selector .image_rev_wrap .delete::before, .file_selector .image_rev_wrap .delete::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	left: 50%;
	top: 50%;
	border-bottom: 1px solid #ffffff;
}

.file_selector .image_rev_wrap .delete::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.file_selector .image_rev_wrap .delete::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.ajax_form .error {
    color: brown;
}

.af-message-success {
	background-color: green!important;
}

.af-message-error {
	background-color: brown!important;
}

.af-message-info {
	background-color: black!important;
}

.ajax_form.af_example {
    width: 100%;
}

.popup .form_message {
	display: none;
    padding: 0 40px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

.booking_price_section {
	width: 50%;
}

.item_price_booking {
	margin-bottom: 15px;
}

.item_price_booking .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 5px;
	background: #b706c6;
	color: #ffffff;
}

.item_price_booking .list {
	padding: 0 5px 0 30px;
}

.item_price_booking .list .item_list {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.item_price_booking .list .item_list:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #533368;
	left: 0;
	bottom: 10px;
}

.item_price_booking .list .item_list .name {
	position: relative;
	z-index: 1;
	padding: 0 5px 5px 0;
	background: #ffffff;
}

.item_price_booking .list .item_list .price {
	position: relative;
	z-index: 1;
	padding: 0 0 5px 5px;
	background: #ffffff;
}

.item_price_booking .price {
	font-weight: 500;
}

.hidden_inputs {
	display: none;
}

@media (min-width: 993px) {
    .top_menu .link_chat:hover {
        transform: scale(1.2);
    }
    .top_menu nav a:hover svg path {
        opacity: 1;
        visibility: visible;
    }
    .net_links a:hover {
        transform: scale(1.2);
    }
    .footer_menu nav a.scroll_to:hover {
        text-shadow: 0 0 5px #ffffff;
    }
    .contacts_section .links a:hover {
        text-decoration-color: #412156;
    }
    .catalog .item_catalog:hover::before {
        opacity: 1;
        visibility: visible;
    }
    .catalog .item_catalog:hover {
        box-shadow: 0 0 10px 1px #febefe;
    }
    .gallery .item_gallery:hover {
        box-shadow: 0 0 10px 2px #febefe;
    }
    .button:not(.slick-arrow):hover, button:not(.slick-arrow):hover {
        background: #6b0374;
        box-shadow: 0 0 10px 2px #febefe;
    }
    .button.white:hover, button.white:hover {
        color: #ffffff;
    }
    .button.blue:hover, button.blue:hover {
        background: #0668be;
        box-shadow: 0 0 10px 1px #0668be;
    }
    .fixed_buttons .scroll_top:hover {
        box-shadow: 0 0 10px 2px #febefe;
    }
    .popup .text_section {
        scrollbar-color: #8b00ff #ffffff;
    }
    .popup .text_section::-webkit-scrollbar-thumb {
        background: #8b00ff;
        border-radius: 2px;
    }
    .popup .text_section::-webkit-scrollbar {
        width: 4px;
    }
    .popup .close:hover::before, .popup .close:hover::after {
        background: #8b00ff;
    }
    .grid_section .item_grid:hover .text_wrap {
        opacity: 1;
        visibility: visible;
    }
    .title_catalog nav .arrow.prev:hover {
        transform: scale(1.2) rotate(-90deg);
    }
    .title_catalog nav .arrow.next:hover {
        transform: scale(1.2) rotate(90deg);
    }
    .item_reviews:hover .text_reviews {
        left: 0;
	    bottom: 0;
        border-radius: 0;
        color: #412156;
        scrollbar-color: #8b00ff #ffffff;
    }
    .item_reviews:hover .text_reviews::-webkit-scrollbar-thumb {
        background: #8b00ff;
        border-radius: 2px;
    }
    .item_reviews:hover .text_reviews::-webkit-scrollbar {
        width: 4px;
    }
    .wrap_form::before {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        width: 100px;
        height: 145px;
        background: url(../img/cat_looks_out.png) center / contain no-repeat;
        z-index: -1;
        left: 0;
    }
    .wrap_form.start_animation::before {
        animation: cat 4s forwards;
        animation-delay: 0.5s;
    }
    .slider_popup .close:hover::before, .slider_popup .close:hover::after {
        background: #8b00ff;
    }
    .type_selector label.check_section:hover {
        background: rgba(183, 6, 198, 0.3);
    }
}

@media (max-width: 1270px) {
    .wrap {
        padding: 0 50px;
    }
    .top_menu .logo {
        width: 130px;
        height: 65px;
    }
    .wrap_form {
        width: 480px;
    }
    .top_menu .scroll_menu {
    	font-size: 14px;
    	line-height: 20px;
    }
    .top_menu .phone {
    	font-size: 16px;
    	line-height: 20px;
    }
    .top_menu a {
    	margin-right: 10px;
    }
}

@media (max-width: 992px) {
    body {
        font-size: 16px;
        line-height: 20px;
    }
    p {
        margin-bottom: 10px;
    }
    .wrap {
        padding: 0 20px;
    }
    .top_menu .logo {
        width: 100px;
        height: 45px;
        margin-right: 15px;
    }
    .top_menu .link_chat {
        display: none;
    }
    .top_menu .phone {
        font-size: 15px;
        line-height: 20px;
        margin-right: 15px;
    }
    .top_menu {
        padding: 0;
        border-radius: 0 0 10px 10px;
    }
    .btn_menu {
        width: 30px;
        height: 30px;
        display: block;
        cursor: pointer;
        position: relative;
    }
    .btn_menu span {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 2px;
        background: #ffffff;
        transition: all 0.3s ease;
        border-radius: 2px;
    }
    .btn_menu span::before, .btn_menu span::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #ffffff;
        left: 0;
        transition: all 0.3s ease;
        border-radius: 2px;
    }
    .btn_menu span::before {
        top: -8px;
        transition-delay: 0.2s;
    }
    .btn_menu span::after {
        bottom: -8px;
    }
    .banner {
        height: auto;
    }
    .about_section {
        padding: 30px 0;
    }
    h3 {
        margin-bottom: 10px;
        font-size: 35px;
        line-height: 40px;
    }
    .about_section .text {
        margin-bottom: 20px;
    }
    .slider_certs .item_cert {
        margin-right: 10px;
    }
    .slider_certs .slick-list {
        margin-right: 0;
        padding-right: 20px;
    }
    .slider_certs {
        margin-right: -20px;
    }
    .content {
        margin-bottom: 30px;
    }
    .title_catalog.dog, .title_catalog.cat, .title_catalog.rabbit {
        display: flex;
    }
    .title_catalog {
        font-size: 20px;
        line-height: 25px;
        padding: 10px 15px 10px 100px;
        margin: 0 0 40px 0;
    }
    .title_catalog.dog::before {
        width: 160px;
        height: 160px;
        left: -40px;
    }
    .title_catalog.cat::before {
        width: 160px;
        height: 160px;
        left: -40px;
    }
    .title_catalog.rabbit::before {
        left: -40px;
        width: 100px;
        height: 100px;
    }
    .catalog {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        margin-right: -20px;
        margin-left: -20px;
        scrollbar-color: transparent transparent;
        padding-left: 20px;
    }
    .catalog::-webkit-scrollbar-thumb {
        background: transparent;
    }
    .catalog::-webkit-scrollbar {
       height: 0;
    }
    .catalog .item_catalog {
        margin-right: 15px;
        width: calc(100vw - 55px);
        min-width: calc(100vw - 55px);
    }
    .catalog .item_catalog .item_name {
        padding: 10px 15px;
        font-size: 30px;
        line-height: 35px;
    }
    .catalog .item_catalog .price {
        border-radius: 0 10px 0 0;
    }
    .booking_section {
        padding: 30px 0;
    }
    .booking_section .title {
        font-size: 35px;
        width: auto;
        margin-bottom: 20px;
    }
    .booking_section .text .footnote_title {
        padding-left: 10px;
        font-size: 18px;
        line-height: 20px;
    }
    .booking_section .button_wrap {
        width: 100%;
    }
    .booking_section .button {
        width: 100%;
    }
    .advantages_list {
        margin-right: -20px;
    }
    .item_advantages {
        width: calc(50% - 20px);
        margin-right: 20px;
    }
    .item_advantages .icon {
        width: 60px;
        height: 60px;
    }
    .gallery_section {
        padding: 30px 0;
    }
    .gallery .item_gallery {
        margin-right: 15px;
    }
    .gallery .slick-list {
        margin-right: -15px;
        padding: 0 60px;
    }
    .gallery::before {
        width: 55px;
    }
    .gallery::after {
        width: 55px;
    }
    .grid_section {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "item_1 item_1"
            "item_2 item_3"
            "item_4 item_5";
        grid-auto-rows: auto;
    }
    .grid_section .item_grid {
        height: 250px;
    }
    .item_reviews::after {
        width: 60px;
        height: 60px;
    }
    .item_reviews .text_reviews {
        left: 0;
        bottom: unset;
        top: 0;
        height: 145px;
        border-radius: 0 0 5px 5px;
        padding: 10px 15px 35px 15px;
        min-height: 145px;
        background: rgba(255, 255, 255, 0.3);
        color: #412156;
    }
    .grid_section.hidden .item_grid .text_wrap {
        opacity: 0;
        visibility: hidden;
    }
    .grid_section .item_grid .text_wrap {
        padding: 15px;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s ease;
        transition-delay: 2s;
    }
    .grid_section .item_grid:nth-child(1) .text_wrap {
        transition-delay: 0.3s;
    }
    .grid_section .item_grid:nth-child(2) .text_wrap {
        transition-delay: 0.6s;
    }
    .grid_section .item_grid:nth-child(3) .text_wrap {
        transition-delay: 0.9s;
    }
    .grid_section .item_grid:nth-child(4) .text_wrap {
        transition-delay: 1.2s;
    }
    .grid_section .item_grid:nth-child(5) .text_wrap {
        transition-delay: 1.5s;
    }
    .grid_section .title {
        font-size: 22px;
        line-height: 25px;
    }
    .grid_section .footnote_title {
        line-clamp: 3;
        -webkit-line-clamp: 3;
    }
    .reviews {
        margin-right: -20px;
    }
    .reviews .slick-list {
        margin-right: 0;
        padding-right: 20px;
    }
    .item_reviews {
        margin-right: 15px;
    }
    .item_reviews .text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        display: -webkit-box;
        line-clamp: 3;
        box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        user-select: none;
    }
    .item_reviews .title {
        margin-bottom: 10px;
        padding-left: 30px;
    }
    .item_reviews .text_reviews .close {
        cursor: pointer;
        width: 20px;
        height: 20px;
        top: 10px;
        left: 15px;
        position: absolute;
        display: none;
    }
    .item_reviews .text_reviews .close::before, .item_reviews .text_reviews .close::after {
        position: absolute;
        content: "";
        width: 15px;
        height: 1px;
        background: #533368;
        left: 50%;
        top: 50%;
    }
    .item_reviews .text_reviews .close::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .item_reviews .text_reviews .close::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .item_reviews .text_reviews .more {
        position: absolute;
        width: 20px;
        height: 20px;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%) rotate(180deg);
        cursor: pointer;
        background: url(../icons/arrow_w.svg) center / contain no-repeat;
        z-index: 1;
    }
    .item_reviews .text_reviews.full .text {
        line-clamp: unset;
        -webkit-line-clamp: unset;
    }
    .item_reviews .text_reviews.full {
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
    }
    .promo_section {
        padding: 30px 0;
        background-attachment: unset;
    }
    .promo_section .text_promo {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .promo_section .text_promo span {
        display: inline-block;
    }
    .promo_section .button {
        margin-left: 15px;
    }
    .contacts_section .flex_wrap {
        display: block;
    }
    .contacts_section .links {
        width: calc(100% + 20px);
        background-size: 200px 200px;
        padding-bottom: 160px;
        position: relative;
        margin-right: -20px;
    }
    .contacts_section {
        overflow: hidden;
    }
    .contacts_section .links::after {
        position: absolute;
        content: "";
        top: 0;
        width: 80px;
        height: 110px;
        background: url(../img/cat_looks_out.png) center / contain no-repeat;
        z-index: -1;
        right: -150px;
    }
    .contacts_section .start_animation.links::after {
        animation: cat_m 4s forwards;
        animation-delay: 0.5s;
    }
    .wrap_form {
        width: auto;
        padding: 20px;
        margin: 0 -20px;
    }
    .contacts_section .name_section .wrap {
        font-size: 45px;
        line-height: 50px;
        padding-bottom: 20px;
        border-radius: 0 0 20px 20px;
    }
    .contacts_section .name_section {
        margin-bottom: -25px;
        padding-top: 15px;
    }
    footer {
        padding: 20px 0;
    }
    .footer_menu {
        display: block;
    }
    .footer_menu nav {
        font-size: 14px;
        line-height: 18px;
        display: block;
        column-count: 2;
        column-gap: 15px;
        margin-bottom: 15px;
    }
    .footer_menu nav a {
        margin: 0 0 15px 0;
    }
    .net_links a {
        width: 20px;
        height: 20px;
    }
    .footer_menu nav .net_links a {
        margin: 0 15px 0 0;
    }
    .footer_menu .sup_block {
        width: 100%;
        padding: 0;
        max-width: unset;
    }
    .footnote_footer {
        display: block;
        font-size: 13px;
    }
    .footnote_footer nav {
        margin: 0 0 15px 0;
        display: block;
    }
    .footnote_footer nav .copyright {
        margin: 0 0 15px 0;
    }
    .footnote_footer a {
        margin-bottom: 10px;
        display: block;
        margin-right: 0;
    }
    .net_links {
        margin-right: -15px;
        width: auto;
    }
    .footnote_footer .dev_block a {
        display: inline-block;
    }
    .popup {
        align-items: flex-start;
    }
    .popup .wrap_popup {
        padding: 0;
    }
    .popup .content_popup {
        padding: 40px 0 30px 0;
        border-radius: 0;
    }
    .popup .close {
        width: 30px;
        height: 30px;
    }
    .popup .close::before, .popup .close::after {
        background: #8b00ff;
    }
    .popup .text_section {
        padding: 0 20px;
    }
    .banner video {
        height: 50vh;
    }
    .banner .text_banner {
        position: relative;
        padding: 30px 0;
        width: auto;
        min-width: unset;
        text-align: left;
        font-size: 25px;
        line-height: 30px;
    }
    .banner .text_banner .button {
        width: 100%;
    }
    .fixed_buttons .scroll_top {
        width: 45px;
        height: 45px;
        right: 20px;
        bottom: 20px;
    }
    .wrap_scroll_menu {
        position: fixed;
        right: 0;
        top: 0;
        width: 70%;
        max-width: 400px;
        height: 100%;
        z-index: 5;
        background: #b706c6;
        padding: 30px 0;
        font-size: 18px;
        line-height: 20px;
        text-align: right;
        display: none;
    }
    .top_menu .scroll_menu {
        display: block;
        padding: 0 20px 0 40px;
        font-size: 18px;
        line-height: 20px;
    }
    .top_menu nav a .decor {
        display: none;
    }
    .top_menu nav a {
        margin-right: 0;
        padding: 10px 0;
    }
    .wrap_scroll_menu::before {
        position: absolute;
        content: "";
        width: 100vw;
        height: 100vh;
        right: 100%;
        top: 0;
        background: rgba(183, 6, 198, 0.5);
        z-index: -1;
    }
    .wrap_scroll_menu::after {
        position: absolute;
        content: "";
        width: 4px;
        height: 30px;
        background: #ffffff;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 2px;
    }
    .map_section {
        height: 350px;
    }
    .sub_input {
        padding-left: 0;
    }
    .amount_selector {
        border-radius: 10px;
    }
    .order_info .date .wrap_input input {
        border-radius: 10px;
    }
    .info_list .wrap_input input {
        border-radius: 10px;
    }
    .time_selector .item_time {
        width: 62px;
    }
    .slider_popup {
        padding: 15px 0;
    }
    .slider_popup img {
        margin-right: 15px;
    }
    .slider_popup .slick-list {
        padding: 0 20px;
    }
    .flex_popup .text_popup .buttons {
        display: block;
        margin: 0 0 15px 0;
    }
    .flex_popup {
        display: block;
        padding: 0 20px;
        overflow: hidden;
        overflow-y: auto;
    }
    .flex_popup .image_wrap {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    .flex_popup .text_popup {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .flex_popup .text_popup .buttons .button {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .price_list {
        margin: 0 -20px;
    }
    .popup .text_popup .text_section {
        overflow: unset;
    }
    .popup .text_popup .text_section h4 {
        padding: 0 20px;
    }
    .price_list .item_price {
        padding: 5px 20px;
    }
    .popup .text_popup h3 {
        order: 1;
    }
    h4 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .popup.booking .form {
        padding: 0 20px;
    }
    .popup.booking .back {
        left: 20px;
    }
    .popup.review_popup .form {
        padding: 0 20px;
    }
    .popup.review_popup .form textarea {
        height: 100px;
        border-radius: 5px;
    }
    .popup.review_popup .form .wrap_input input[type="text"] {
        border-radius: 5px;
    }
    .popup .form_message {
    	padding: 0 20px;
    }
    .booking_price_section {
    	width: 100%;
    }
    .ui-datepicker {
    	height: 100vh;
    }
}