/*!
Theme Name: myata
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: myata
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

myata is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #C4C4C4;
	font-family: "Inter", sans-serif;
}

@font-face {
    font-family: Inter;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/Inter-Regular.woff);
}
@font-face {
    font-family: Inter;
    font-weight: 500;
    font-style: normal;
    src: url(fonts/Inter-Medium.woff);
}
@font-face {
    font-family: Onest;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/OnestBold.woff);
}

.footer {
	height: 12px;
	background-color: #89B697;
	position: relative;
	z-index: 75;
}
.header {
	position: fixed;
	box-shadow: 0px 4px 64px rgba(138, 217, 193, 0.56);
	background-color: #000;
	width: 100%;
	z-index: 100;
	left: 0;
	top: 0;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 75px;
}
.logo {
	/*padding: 8px 0;*/
	display: flex;
	align-items: center;
	height: 100%;
}
.page-content {
	min-height: calc(100vh - 12px);
	background-color: #000;
	padding-bottom: 80px;
}
.btns {
	display: flex;
	height: 100%;
}
.header-menu {
	padding-left: 20px;
	padding-right: 5px;
	display: flex;
	align-items: center;
}
.menu-icon {
	position: relative;
	width: 26px;
	height: 17px;
	cursor: pointer;
}
.menu-icon span {
	position: absolute;
	left: 0;
	width: 100%;
	transition: all .25s ease-in-out;
	background-color: #fff;
	display: block;
	height: 1px;
}
.menu-icon span.top {
	top: 0;
}
.menu-icon span.middle {
	top: 8px;
}
.menu-icon span.bottom {
	bottom: 0;
}
.menu-open .menu-icon span.top {
	transform: rotate(45deg);
	top: 8px;
}
.menu-open .menu-icon span.bottom {
	transform: rotate(-45deg);
	bottom: 8px;
}
.menu-open .menu-icon span.middle {
	opacity: 0;
}
.cart-header {
	display: flex;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 0.5px solid rgba(196,196,196.3);
	border-right: 0.5px solid rgba(196,196,196.3);
}
.cart-icon {
	position: relative;
}
.cart-icon .cart-counter {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #5EF58D;
	top: 3px;
	right: -4px;
}
.mobile-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 50;
	overflow-y: auto;
	transition: all .25s ease-in-out;
	transform: translateY(-100%);
	padding-top: 160px;
}
.menu-open .mobile-menu {
	transform: translateY(0);
}
.mobile-menu__menu nav>ul>li>a, .mobile-menu__menu nav>ul>li>a:not([href]):not([tabindex]) {
	color: #fff;
	text-decoration: none;
	outline: 0;
	font-size: 24px;
	font-family: "Onest";
	line-height: 1.1;
}
.mobile-menu__menu nav>ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.mobile-menu__menu nav>ul>li {
	width: 100%;
	text-align: center;
}
.mobile-menu__menu nav>ul>li:not(:last-child) {
	margin-bottom: 30px;
}
.mobile-menu__menu .sub-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	max-height: 0;
	overflow: hidden;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.mobile-menu__menu .sub-menu li {
	text-align: center;
	transition: all .4s ease-in-out;
}
.mobile-menu__menu .sub-menu a{
	color: #C4C4C4;
	font-weight: 500;
	text-decoration: none;
	outline: 0;	
}
.mobile-menu__menu .sub-menu li a {
	transition: all .4s ease-in-out;
}
.mobile-menu__menu nav>ul>li.menu-item-has-children>a {
	position: relative;
	display: inline-block;
}
.mobile-menu__menu nav>ul>li.menu-item-has-children>a::before {
	content: '';
	position: absolute;
	right: -20px;
	top: 10px;
	width: 11px;
	height: 6px;
	background-image: url(img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.submenu-open .sub-menu {
	max-height: 500px;
	opacity: 1;
	visibility: visible;
}
.submenu-open .sub-menu li {
	margin-top: 10px;
}
.submenu-open .sub-menu li a {
	font-weight: 500;
	font-size: 16px;
	transition: all .4s ease-in-out;
}
.socserv {
	margin-top: 80px;
}
.socserv-title {
	font-size: 12px;
	margin-bottom: 25px;
	line-height: 1.1;
	color: #AAA8A8;
	text-align: center;
}
.socserv-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.socserv-list li:not(:last-child) {
	margin-right: 44px;
}
.socserv-list {
	margin-bottom: 35px;
}
.copyright {
	margin: 0;
	padding-bottom: 35px;
	color: #AAA8A8;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
.page-content {
	padding-top: 175px;
}
.page-title {
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	position: relative;
	font-weight: 400;
}
.my-product-descr img {
	max-width: 100%;
	height: auto;
}
.page-title::before {
	content: '';
	position: absolute;
	width: 75px;
	height: 9px;
	left: 50%;
	transform: translateX(-50%);
	top: -24px;
	background-image: url(img/title-top.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.page-title::after {
	content: '';
	position: absolute;
	width: 75px;
	height: 9px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -24px;
	background-image: url(img/title-bottom.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.home-slider__title {
	text-align: center;
	margin-bottom: 25px;
	font-size: 12px;
	color: #fff;
}
.home-slider {
	margin-top: 90px;
}
.home-slider__title span {
	display: inline-block;
}
.home-slider__title span:first-child {
	margin-right: 8px;
}
.home-slider__title span:last-child {
	margin-left: 8px;
}
.owl-carousel .menu-slide_image img {
	width: auto;
	margin: 0 auto;
	max-height: 100%;
}
.menu-slide_image {
	height: 155px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-slides {
	margin-top: 25px;
}
.menu-slide_title {
	text-align: center;
}
.menu-slide_title .line {
	display: inline-block;
	height: 20px;
	width: 1px;
	background-color: #fff;
	margin-bottom: 15px;
	margin-top: 25px;
}
.menu-slide_title-category a {
	text-decoration: none;
	outline: 0;
	color: #fff;
	font-size: 24px;
	letter-spacing: 1px;
	font-family: "Onest";
	line-height: 1.2;
}
.menu-slide_title-category a sup {
	display: inline-block;
	margin-right: 6px;
	color: #5EF58D;
	font-weight: 400;
	font-size: 13px;
}
.owl-item {
	opacity: 0.3;
	transition: all .25s ease-in-out;
}
.owl-item.active {
	opacity: 1;
}
.archive .nav-line_wrap {
	display: block;
	border-top: 1px solid rgba(196,196,196,.3);
	position: fixed;
	top: 75px;
	left: 0;
	width: 100%;
	background-color: #000;
	box-shadow: 0px 4px 64px rgba(138, 217, 193, 0.56);
	z-index: 80;
	padding: 7px 15px;
	overflow-x: scroll;
}
.nav-line_wrap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.nav-line_wrap::-webkit-scrollbar {
    height: 0;
}
.archive .header {
	box-shadow: none;
}
.nav-line_wrap ul li:not(:last-child) {
	margin-right: 20px;
}
.nav-line_wrap ul li a {
	text-decoration: none;
	outline: 0;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1.1;
	white-space: nowrap;
}
.nav-line_wrap ul li:last-child {
	padding-right: 15px;
}
.category-page {
	background-color: #000;
	position: relative;
	padding-top: 70px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 100vh;
}
.category-section {
	padding-top: 80px;
}
.category-section__title {
	padding-bottom: 30px;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.category-section__title span {
	position: relative;
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
}
.category-section__title span::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 9px;
	background-image: url(img/cat-left.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	left: -25px;
}
.category-section__title span::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 9px;
	background-image: url(img/cat-right.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
}
.category-products-item {
	padding-bottom: 55px;
}
.cat-product-image {
	position: relative;
}
.cat-product-image-bg {
	border-radius: 8px;
	padding-top: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.cat-product-label {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: flex;
	align-items: center;
}
.cat-product-price {
	background: linear-gradient(108.33deg, #5EF58D 32.71%, #FFFFFF 90.6%);
	border-radius: 9px;
	padding: 6px 6px 4px 6px;
	color: #000;
	font-size: 18px;
	font-family: "Onest";
	line-height: 1;
}
.cat-product-bokal {
	background: linear-gradient(108.33deg, #FF8541 32.71%, #FFFFFF 90.6%);
	border-radius: 9px;
	padding: 9px 6px 7px 6px;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	margin-right: 10px;
}
.my-product-top {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 17px;
	align-items: flex-end;
}
.my-product-middle {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	align-items: flex-end;
}
.my-product-title {
	width: 65%;
	color: #fff;
	font-size: 20px;
	font-family: "Onest";
	line-height: 1.2;
}
.my-product-title span {
	background-color: #5EF58D;
	width: 30px;
	height: 1px;
	display: inline-block;
	position: relative;
	top: -5px;
	padding-left: 10px;
}
.my-product-weight {
	width: 35%;
	text-align: right;
	padding-left: 10px;
	color: #fff;
	font-size: 12px;
}
.my-product-descr {
	width: 65%;
	font-size: 12px;
	color: #fff;
	padding-right: 10px;
	line-height: 1.15;
}
.my-product-quantity {
	width: 35%;
	display: flex;
	justify-content: flex-end;
	position: relative;
	top: -5px;
}
.qib-button-wrapper button.qib-button {
	padding: 0 !important;
	width: 27px !important;
	height: 16px !important;
	background-color: transparent !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	font-size: 0 !important;
	border: 1px solid #AAA8A8 !important;
	outline: 0 !important;
}
.qib-button-wrapper button.qib-button.minus {
	background-image: url(img/minus.svg) !important;
}
.qib-button-wrapper button.qib-button.plus {
	background-image: url(img/plus.svg) !important;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
	background-color: transparent !important;
	padding: 0 !important;
	width: 37px !important;
	height: 16px !important;
	color: #fff !important;
	font-size: 12px !important;
	font-family: "Onest";
	border: none !important;
	border-top: 1px solid rgba(170,168,168,.5) !important;
	border-bottom: 1px solid rgba(170,168,168,.5) !important;
}
.qib-button-wrapper div.quantity.wqpmb_quantity {
	height: 16px !important;
}
.qib-button.qib-button-wrapper {
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
}
.my-product-add-to-cart {
	margin-top: 20px;
}
.my-product-add-to-cart .product.woocommerce.add_to_cart_inline {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.my-product-add-to-cart a.add_to_cart_button {
	font-size: 12px !important;
	text-transform: uppercase !important;
	width: 100% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	text-align: center !important;
	border: 1px solid #82C1AE !important;
	border-radius: 14px !important;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	height: 26px !important;
	outline: 0 !important;
	text-decoration: none !important;
}
.my-product-add-to-cart a.add_to_cart_button:hover {
	outline: 0 !important;
	text-decoration: none !important;
}
.my-product-add-to-cart a.added_to_cart.wc-forward {
	font-size: 12px !important;
	text-transform: uppercase !important;
	width: 100% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	text-align: center !important;
	border: 1px solid #82C1AE !important;
	border-radius: 14px !important;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	height: 26px !important;
	outline: 0 !important;
	text-decoration: none !important;
	background-color: #82C1AE;
	margin-top: 5px;
}
.cart-page {
	padding-top: 110px;
	background-color: #000;
	min-height: calc(100vh - 12px);
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce-cart-form__cart-item {
	display: flex;
	background-color: #2B2B2B;
	min-height: 65px;
	border-radius: 4px;
	flex-wrap: wrap;
}
.product-thumbnail {
	width: 35%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
}
.product-info {
	width: 65%;
}
.product-info {
	padding: 12px;
	display: flex;
	flex-wrap: wrap;
}
.product-name {
	width: 50%;
	font-size: 10px;
	font-family: "Onest";
	line-height: 1.2;
	color: #fff;
	display: flex;
	align-items: center;
}
.product-info-right {
	width: 50%;
	position: relative;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.product-price {
	position: absolute;
	right: -20px;
	top: -26px;
	background: linear-gradient(108.33deg, #5EF58D 32.71%, #FFFFFF 90.6%);
	border-radius: 9px;
	padding: 6px 6px 4px 6px;
	color: #000;
	font-size: 18px;
	font-family: "Onest";
	line-height: 1;
}
.product-weight {
	font-size: 7px;
	color: #fff;
	text-align: right;
	width: 100%;
}
.product-info-right .product-quantity {
	width: 100%;
}
.product-info-right .qib-button-wrapper .quantity input.input-text.qty.text {
	font-size: 9px !important;
	width: 30px !important;
}
.product-info-right .qib-button-wrapper button.qib-button {
	width: 23px !important;
}
.product-info-right .qib-button.qib-button-wrapper {
	justify-content: flex-end;
}
.woocommerce-notices-wrapper {
	display: none !important;
}
button[name="update_cart"] {
	display: none !important;
}
.cart-collaterals .shop_table {
	display: none;
}
.wc-proceed-to-checkout {
	display: none;
}
.after-cart {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	margin-bottom: 22px;
}
.after-cart .cart-ps {
	width: 50%;
	font-weight: 500;
	font-size: 10px;
	padding-right: 10px;
	line-height: 1.2;
	margin: 0;
}
.after-cart__total {
	padding-left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 50%;
}
.after-cart__total span.after-cart__total-text {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px;
	line-height: 1.2;
	position: relative;
	top: -3px;
}
.after-cart__total-sum {
	color: #5EF58D;
	font-size: 22px;
	line-height: 1.15;
	font-family: "Onest";
}
.clear-cart a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #82C1AE;
	outline: 0;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 14px;
	height: 26px;
	font-size: 12px;
	transition: all .25s ease-in-out;
}
.clear-cart a:focus {
	background-color: #82C1AE;
}
.order-cart a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #82C1AE;
	outline: 0;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 14px;
	height: 26px;
	font-size: 12px;
	transition: all .25s ease-in-out;
}
.order-cart a:focus {
	background-color: #82C1AE;
}
.cart-btns {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.clear-cart, .order-cart {
	width: 50%;
}
.clear-cart {
	padding-right: 10px;
}
.order-cart {
	padding-left: 10px;
}
.woocommerce-cart-form__cart-item:not(:last-child) {
	margin-bottom: 28px;
}
.my-cart-empty {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: "Onest";
}
.return-to-shop a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #82C1AE;
	outline: 0;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 14px;
	height: 30px;
	font-size: 12px;
	transition: all .25s ease-in-out;
}
.page-contact {
	padding-top: 150px;
	padding-bottom: 12px;
	background-color: #000;
	min-height: calc(100vh - 12px);
	padding-left: 15px;
	padding-right: 15px;
}
.page-privacy {
	padding-top: 150px;
	padding-bottom: 80px;
	background-color: #000;
	min-height: calc(100vh - 12px);
	padding-left: 15px;
	padding-right: 15px;
}
.inner-page-title {
	padding-bottom: 30px;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.inner-page-title span {
	position: relative;
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
}
.inner-page-title span::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 9px;
	background-image: url(img/cat-left.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	left: -25px;
}
.inner-page-title span::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 9px;
	background-image: url(img/cat-right.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
}
.contact-address {
	margin: 0 0 26px;
	font-size: 12px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}
a.contact-phone {
	color: #fff;
	text-decoration: none;
	outline: 0;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
}
.page-contact__content {
	text-align: center;
}
.page-contact__content .socserv {
	margin-top: 70px;
}
.page-contact__content .copyright {
	padding-bottom: 0;
	margin-top: 40px;
}
.privacy-content {
	line-height: 1.2;
	color: #fff;
	font-size: 12px;
}
.prev-order__title {
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(196, 196, 196, 0.3);
	margin-bottom: 30px;
}
.prev-order {
	margin-bottom: 10px;
}
.prev-order-item {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(196, 196, 196, 0.3);
}
.prev-order-item .product-quantity {
	color: #fff;
	font-size: 11px;
	text-align: right;
}
.prev-order-total {
	display: flex;
	justify-content: flex-end;
	opacity: 0.5;
}
.prev-orders .cart_item {
	position: relative;
}
.prev-orders .cart_item::after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-color: rgba(65, 65, 65, 0.6);
	border-radius: 4px;
}
.prev-orders .product-price {
	z-index: 10;
}
.prev-orders .product-price::after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-color: rgba(65, 65, 65, 0.6);
	border-radius: 9px;	
}
.return-to-shop {
	margin: 0;
	padding-bottom: 70px;
}

.page-contact__content {
	max-width: 576px;
	margin: 26px auto 0;
	padding-top: 18px;
	border-top: 1px solid #82C1AE;
}
.contact-item {
	text-align: center;
}
.contact-small-header {
	color: #AAA8A8;
	font-size: 12px;
}
.contact-address__main {
	color: #fff;
	font-size: 27px;
	line-height: 1.18;
	margin: 11px 0 25px;
}
.contact-address__link a {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 1px solid #82C1AE;
}
.contact-address__link {
	margin-bottom: 18px;
}
.contact-address__map {
	height: 195px;
	border-radius: 12px;
	overflow: hidden;
}
.contact-menu {
	margin: 20px 0 55px;
}
.contact-menu__items {
	border-top: 1px solid #82C1AE;
	margin-top: 20px;
}

.contact-menu__title {
	padding: 12px 0;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #82C1AE;
}
.booking-row {
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.booking-row:not(:last-child) {
	border-bottom: 1px solid #82C1AE;
}
.booking-row__item-text {
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 1.2;
}
.booking-row__item {
	width: 50%;
	padding: 20px 13px;
	min-height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;

}
.booking-row__item-border-right {
	border-right: 1px solid #82C1AE;
}
.booking-row__item-icon {
	margin: 0 auto;
	width: 38px;
	height: 38px;
}
.booking-row__item-image {
	text-align: center;
}
.booking-row__item-link__text {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin-top: 13px;
	padding-bottom: 3px;
	border-bottom: 1px solid #5EF58D;
}
.contact-form {
	margin-bottom: 32px;
}
.contact-form__text {
	margin-top: 18px;
	margin-bottom: 24px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	line-height: 15px;
}
.contact-form .text-field {
	margin-bottom: 15px;
}
.contact-form .text-field input {
	background-color: #fff;
	outline: 0;
	text-align: left;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 14px;
	height: 29px;
	width: 100%;
	padding-left: 20px;
	border: none;
	font-size: 12px;
}
.contact-form .text-field textarea {
	background-color: transparent;
	outline: 0;
	text-align: left;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 14px;
	height: 52px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #A5F9BF;
	font-size: 12px;
	padding-top: 10px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 7px;
	color: #fff;
	line-height: 14px;
}
.contact-form .text-field textarea::placeholder {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}
.submit-field {
	margin-top: 25px;
}
.submit-field input {
	width: 136px;
	height: 32px;
	background: linear-gradient(108.33deg, #5EF58D 32.71%, #FFFFFF 90.6%);
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	outline: 0;
	border: none;
	color: #000;
	font-family: "Onest";
	margin: auto;
}
.contact-menu__content {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all .6s linear;
	border-bottom: 1px solid transparent;
}
.contact-menu__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 5px;
	border-top: 1px solid transparent;
	transition: all .25s ease-in-out;
}
.contact-menu__title svg path {
	transition: all .25s ease-in-out;
	fill: #5EF58D;
}
.contact-menu_item_open .contact-menu__title svg path{
	fill: #fff;
}
.contact-menu__title svg {
	transition: all .25s ease-in-out;
}
.contact-menu_item_open .contact-menu__title svg{
	transform: rotate(180deg);
}

.contact-menu_item_open .contact-menu__content {
	opacity: 1;
	visibility: visible;
	max-height: 5000px;
	border-bottom: 1px solid #82C1AE;
}
.common-contact {
	padding-top: 50px;
}
.common-contact__items {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 30px;
}
.common-contact__item:not(:last-child) {
	margin-right: 30px;
}
.common-contact__address {
	margin-bottom: 5px;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.common-contact__phone {
	text-align: center;
}
.common-contact__phone a {
	text-decoration: none;
	outline: 0;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.common-contact .contact-small-header {
	text-align: center;
}
.menu__big-btn {
	text-align: center;
	margin-top: 80px;
}
.menu__big-btn a {
	display: inline-block;
	animation: round 9s linear infinite; 
}
.mobile-menu .copyright {
	margin-top: 30px;
}
.divider {
	height: 1px;
	color: white;
	background-color: white;
	margin-top: 15px;
	opacity: 10%;
}
.logo a {
	height: 100%;
	overflow: hidden;
}
.logo a img {
	height: 180px;
	transform: translate3d(-52px, -44px, 0);
}

@keyframes round {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}