.toggle-menu-wrap {
	display: none;
	cursor: pointer;
	z-index: 19987;
	padding-right: 10px;
	width: 40px;
}

.small-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 66px;
	width: 285px;
	background-color: #fff;
	z-index: 1687;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	padding: 17px 0;
}

.small-menu nav ul {
	flex-direction: column;
}

.small-menu .sub-menu {
	display: none;
	position: static;
	width: 100%;
	height: 100%;
	border-right: 3px solid #1ec31d;
}

.small-menu ul {
	list-style: none;
	padding: 0;
}

.small-menu>ul>li>a {
	color: #7e4363;
	width: 100%;
	display: block;
	padding: 7px 7px;
	font-size: 20px;
	font-weight: 700;
}

.small-menu li a {
	line-height: 1.2;
	transition: all .3s;
}

.small-menu>ul>li>a:hover {
	color: #fff;
	background-color: #7e4363;
}

.small-menu .button {
	margin-top: 20px;
}

.toggle-menu {
	display: block;
	width: 28px;
	height: 30px;
	padding-top: 12px;
	left: 0;
	top: calc(50% - 15px);
}

.toggle-menu span:after,
.toggle-menu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}

.toggle-menu span:after {
	top: 9px;
}

.toggle-menu span {
	position: relative;
	display: block;
}

.toggle-menu span,
.toggle-menu span:after,
.toggle-menu span:before {
	width: 100%;
	height: 5px;
	background-color: #7e4363;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.toggle-menu.on span {
	background-color: transparent;
}

.toggle-menu.on span:before {
	transform: rotate(45deg) translate(5px, 5px);
}

.toggle-menu.on span:after {
	transform: rotate(-45deg) translate(7px, -8px);
}

@media only screen and (max-width: 1600px) {
	.main_slider .slick-arrow-prev {
		left: 60px;
	}

	.main_slider .slick-arrow-next {
		right: 60px;
	}
}

@media only screen and (max-width: 1350px) {
	.form_booking button {
		padding: 8px 34px;
	}

	.form_booking input::-webkit-input-placeholder {
		/* Edge */
		color: #fff;
		font-size: 17px;
		font-family: 'Conv_ubuntu-italic_[allfont.ru]';
	}

	.form_booking input:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #fff;
		font-size: 17px;
		font-family: 'Conv_ubuntu-italic_[allfont.ru]';
	}

	.form_booking input::placeholder {
		color: #fff;
		font-size: 17px;
		font-family: 'Conv_ubuntu-italic_[allfont.ru]';
	}

	.form_booking input {
		width: 177px;
	}

	.main_slide {
		min-height: 560px;
	}

	.main_title {
		font-size: 67px;
	}
}

/*xl*/

@media only screen and (max-width: 1219px) {
	.header_logo {
		display: flex;
		align-items: center;
	}

	.main_slider .slick-slide {
		width: auto;
	}

	.round_add_card {
		margin-bottom: 120px;
	}

	.round_add {
		padding-bottom: 0;
	}

	nav ul li a {
		/*margin-right: 17px;*/
		font-size: 15px;
	}
}

@media only screen and (max-width: 1180px) {
	.main_title {
		font-size: 55px;
		line-height: 1.1;
	}

	.form_booking {
		flex-wrap: wrap;
		padding: 10px 20px 6px;
		height: auto;
	}

	.form_booking .button-wrap {
		justify-content: center;
	}

	.form_booking>div {
		margin-bottom: 10px;
		height: 40px;
		padding: 0 10px;
		width: calc(50% - 10px);
	}

	.form_booking button {
		font-size: 14px;
		padding: 10px 20px;
	}

	.clendar_border {
		border: none;
		margin-left: 0;
		margin-right: 0;
	}

	.form_booking>div:nth-child(2) {
		border-left: 1px solid rgba(255, 255, 255, 0.302);
	}

	.form_booking>div:nth-child(3) {
		border-right: 1px solid rgba(255, 255, 255, 0.302);
	}

	.card_relax_text {
		font-size: 16px;
	}

	.up {
		padding: 35px 20px 25px;
	}

	.title_small {
		font-size: 60px;
	}
}

/*lg*/

@media only screen and (max-width: 991px) {
	.round_hover {
		display: block !important;
	}

	.eat_img {
		height: 300px;
		/*margin-left: auto;*/
		margin-left: auto;
		width: 80%;
	}

	.eat_img .plate {
		bottom: -109%;
	}

	.section_eat {
		padding-bottom: 270px;
	}

	.about_hotel {
		margin-bottom: 52px;
	}

	.main_slider .slick-arrow {
		border-bottom: 5px solid #fff;
		border-right: 5px solid #fff;
		width: 37px;
		height: 37px;
	}

	.main_slider .slick-arrow-prev {
		left: 30px;
	}

	.main_slider .slick-arrow-next {
		right: 30px;
	}

	.main_title {
		font-size: 48px;
		line-height: 1.1;
	}

	.main_slide {
		min-height: 440px;
	}

	.block_information {
		flex-direction: column;
		align-items: flex-end;
		margin-left: 0;
	}

	.block_information>div:not(:last-child) {
		margin-right: 0;
	}

	.header .social {
		align-items: center;
		height: 100%;
	}

	/**/
	.block_information .round-wrap {
		margin-bottom: 10px;
	}

	.main_slider .main_slider_bg {
		height: auto;
		padding-top: 100%;
	}

	.hotel_text_main {
		padding-right: 30px;
	}

	.fz_72 {
		font-size: 60px;
	}

	.header_navigation>.header_nav {
		display: none;
	}

	.toggle-menu-wrap {
		display: block;
	}

	.header_navigation {
		position: relative;
		padding-top: 20px;
	}

	footer .social {
		justify-content: flex-start;
		margin-top: 20px;
	}

	.eat_bg {
		bottom: 0;
		left: 0;
	}

	.lines_2,
	.lines {
		display: none;
	}

	.place {
		margin-bottom: 25px;
	}

	.tabs_wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	.motal_titel {
		font-size: 27px;
		padding-left: 15px;
	}
}

/*md*/

@media only screen and (max-width: 767px) {
	#services .terms_list {
		grid-template-columns: 1fr;
	}

	.eat_img {
		width: 100%;
		margin-top: 20px;
	}

	#rooms_cards {
		padding-bottom: 0;
	}

	.rooms_tabs .form_booking {
		position: static;
		transform: none;
	}

	.tabs__content {
		display: none;
		position: static;
	}

	.tabs__content.active {
		display: block;
	}

	.dalerei_block a {
		margin: 0 10px;
		margin-bottom: 20px;
		width: calc(100% / 2 - 20px);
	}

	.main_title {
		font-size: 42px;
	}

	.form_booking>div {
		width: 100%;
		border: none !important;
	}

	.form_booking .button-wrap {
		justify-content: center;
	}

	.block_information .round-wrap {
		min-width: 166px;
	}

	.round_hover {
		font-size: 14px;
	}

	.tabs_wrapper,
	.tabs__container {
		width: 100%;
	}

	.tabs {
		flex-direction: column;
	}

	.tabs__caption li {
		height: 110px;
	}

	.about_hotel {
		padding-right: 15px;
		padding-left: 15px;
	}

	.about_hotel>div {
		width: 100%;
	}

	.hotel_slider {
		position: static;
		margin-top: 0;
	}

	.hotel_text {
		justify-content: center;
	}

	.hotel_text_main {
		padding-right: 0px;
	}

	.hotel_text_main {
		width: 510px;
	}

	.titel_fix {
		top: 40%;
	}

	.main_slider .slick-arrow-next {
		right: 20px;
	}

	.main_slider .slick-arrow-prev {
		left: 20px;
	}

	.hotel_slider {
		margin-top: 20px;
		height: auto;
	}

	.about_hotel {
		margin-bottom: 22px;
	}

	.hotel_bg {
		height: auto;
		padding-top: 50%;
	}

	.about_hotel {
		padding-bottom: 90px;
		margin-top: 20px;
	}

	.section_rooms {
		padding: 39px 0 60px;
	}

	.title_text {
		font-size: 18px;
		margin-bottom: 0;
	}

	.section_eat {
		padding: 20px 0 265px;
		position: relative;
	}

	.section_galerei {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.section_relaxation {
		padding: 80px 0 80px;
	}

	.section_add_services {
		padding-top: 80px;
	}

	.name_price {
		flex-direction: column;
	}

	.modal_price {
		margin-left: 0;
	}
}

/*sm*/

@media only screen and (max-width: 575px) {

	/*.eat_img*/
	.eat_img .plate {
		transform: scale(0.9);
		left: 0;
	}

	.eat_ingredient-wrap {
		transform: scale(0.8);
	}

	.eat_ingredient-wrap-2 {
		right: 17%;
	}

	.eat_ingredient-wrap-4 {
		right: 7%;
	}

	.card_rooms {
		min-height: 300px;
	}

	.bg_blue:before {
		top: 16px;
		/*top: 50%;*/
	}

	.main_title {
		font-size: 40px;
	}

	.main_slide {
		min-height: 398px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.main_slider .slick-arrow {
		width: 33px;
		height: 33px;
	}

	.main_slider .slick-arrow-prev {
		left: 40px;
	}

	.main_slider .slick-arrow-next {
		right: 40px;
	}

	.round {
		background-size: auto 23px;
		height: 46px;
		min-width: 46px;
		margin-right: -8px;
	}

	.round_hover {
		width: auto;
	}

	.block_information .round-wrap {
		min-width: 0;
	}

	.round_hover {
		font-size: 12px;
	}

	.round_hover .inner {
		/* padding-left: 25px; */
	}

	.header .social {
		justify-content: center;
	}

	.block_information {
		/* flex-direction: row; */
		/* justify-content: center; */
	}

	.tabs__caption li {
		height: auto;
		flex-direction: column;
	}

	.motal_titel {
		font-size: 20px;
	}

	.terms_list li {
		width: 100%;
	}

	.name_tame {
		margin-left: 0;
		text-align: center;
	}

	.terms {
		padding-left: 50px;
	}

	.small_name {
		font-size: 16px;
	}

	.card_relax_title {
		font-size: 31px;
	}

	.galery_bg+img {
		width: 100%;
	}

	.dalerei_block a {
		height: auto;
	}

	.hotel_slider .slick-arrow {
		width: 50px;
		height: 50px;
	}

	.hotel_slider .slick-arrow-next {
		left: 51px;
	}

	.header_phone {
		width: 220px;
		height: 50px;
		font-size: 16px;
		background-size: contain;
		line-height: 1.1;
	}

	.header_phone span {
		font-size: 13.5px;
		border-bottom: 1px dashed;
	}

	.social,
	.block_information {
		justify-content: center;
	}

	.header_logo img {
		margin: 10px auto 20px;
	}

	.header_navigation {
		padding-top: 9px;
	}

	.f-nav .header_navigation {
		margin-top: 0;
		margin-top: 12px;
	}

	.logo_header img {
		margin-bottom: 25px;
	}

	.eat_text_big {
		font-size: 20px;
		margin-left: 40px;
		margin-bottom: 10px;
	}

	.btn_hotel {
		padding-left: 40px;
	}

	.eat_text {
		margin-left: 40px;
	}

	.title_small {
		font-size: 31px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.eat_text p {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.card_rooms .up {
		padding: 50px !important;
	}

	.card_relax .up {
		padding: 30px 10px !important;
	}

	.card_rooms .down_border {
		padding: 0;
	}

	.card_room_text {
		line-height: 1.2;
	}

	.card_room_title {
		margin-bottom: 10px;
		line-height: 1;
		font-size: 32px;
	}

	.card_relax_text {
		line-height: 1.2;
	}

	.name_price>div {
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}

	.modal_price {
		margin-right: 0;
		margin-bottom: 20px;
	}

	#MenuLogo_1 {
		width: 172px;
	}

}

@media only screen and (max-width: 460px) {
	.main_title {
		font-size: 32px;
	}

	.social .round {
		min-width: 34px;
		height: 34px;
	}

	.round i {
		font-size: 18px;
	}

	.header_phone a {
		font-size: 16px;
	}

	.header_phone span {
		font-size: 12px;
	}

	.header_phone {
		background-size: 100% 50px;
		width: 180px;
	}
}

@media only screen and (max-width: 380px) {
	.social a:not(:last-child) {
		margin-right: 6px;
	}

	.header_phone {
		width: 160px;
	}

	.wrapper_bg {
		padding: 0;
	}

	.dropup,
	.dropdown {
		width: 100%;
	}

	.btn_eat,
	.eat_text,
	.eat_text_big {
		margin-left: 0;
	}

	.main_title {
		font-size: 24px;
	}

	.main_title_city {
		font-size: 14px;
	}

	.eat_text,
	.eat_text_big {
		margin-left: 0;
	}

	.btn_hotel {
		padding-left: 0;
	}
}

@media only screen and (max-width: 360px) {
	.header .row>* {
		max-width: 80%;
		flex: 0 0 80%;
	}

	.block_information {
		align-items: flex-start;
	}
}

@media only screen and (min-width: 991px) {}

@media only screen and (min-width: 1220px) {}


/* Loyalty page */
@media only screen and (min-width: 1190px) {
	.loyalty_benefits_wrap>div:nth-of-type(3n+1) {
		padding-right: 2.5px;
	}

	.loyalty_benefits_wrap>div:nth-of-type(3n+2) {
		padding-left: 2.5px;
		padding-right: 2.5px;
	}

	.loyalty_benefits_wrap>div:nth-of-type(3n) {
		padding-left: 2.5px;
	}

	.lb_3_first>.loyalty_btn_big:not(:first-of-type) {
		display: none;
	}
}

@media only screen and (max-width: 1189px) {

	.lb_2_first.lb_3_first>.loyalty_btn_big:not(:first-of-type),
	.lb_2_first.lb_3_second>.loyalty_btn_big:not(:first-of-type),
	.lb_2_first.lb_3_third>.loyalty_btn_big:not(:first-of-type) {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1189px) {
	.loyalty_benefits_wrap>.col-lg-4:nth-of-type(2n+1):not(:last-of-type) {
		padding-right: 2.5px;
	}

	.loyalty_benefits_wrap>.col-lg-4:nth-of-type(2n) {
		padding-left: 2.5px;
		padding-right: 2.5px;
	}

	.loyalty_benefits_wrap>.col-lg-4:last-of-type {
		padding-left: 2.5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1189px) {
	.loyalty_benefits_wrap>.col-md-6:nth-of-type(2n+1) {
		padding-right: 2.5px;
	}

	.loyalty_benefits_wrap>.col-md-6:nth-of-type(2n) {
		padding-left: 2.5px;
	}
}

@media only screen and (max-width: 767px) {
	.lb_3_first>.loyalty_btn_big:not(:first-of-type) {
		display: none;
	}

	.lb_2_second.lb_3_second>.loyalty_btn_big:not(:first-of-type) {
		display: none;
	}

	.lb_3_third>.loyalty_btn_big:not(:first-of-type) {
		display: none;
	}

	.loyalty_title {
		font-size: 60px;
		line-height: 71.25px;
	}

	.loyalty_subtitle {
		font-size: 18px;
		line-height: 25px;
	}

	.loyalty_small-title {
		font-size: 33px;
	}

	.loyalty_text-title {
		font-size: 36px;
	}
}

@media only screen and (max-width: 400px) {
	.loyalty_title {
		font-size: 48px;
		line-height: 57px;
	}
}

#tl-reputation-widget {
	max-width: 170px;
	width: 100%;
}

.tl-with-fancybox jdiv {
	display: none !important;
}

@media screen and (max-width: 991px) {
	#tl-reputation-widget {
		position: absolute !important;
		top: 0;
	}
}

@media screen and (max-width: 957px) {
	#tl-reputation-widget {
		position: relative !important;
		top: auto;
		margin-left: auto;
	}
}

@media (min-width: 767px) and (max-width: 1268px) {
	#services .terms_list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1268px) {
	#MenuLogo_1 {
		width: 172px;
	}
}

.button_23 {
	margin-top: 0 !important;
	width: 100% !important;
	max-width: fit-content !important;
	cursor: pointer !important;
}

a.button_23:hover {
	color: #FFF;
	text-decoration: underline;
}

a.button_23:not([href]):not([tabindex]):focus,
a.button_23:not([href]):not([tabindex]):hover {
	color: #FFF;
}

a.button_23:not([href]):not([tabindex]):hover {
	color: #FFF;
	text-decoration: underline;
}

a.button_23:not([href]):not([tabindex]) {
	color: #FFF;
}

.overlayPop {
	position: fixed;
	height: 100vh;
	width: 100%;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 21;
	transition: .5s;
}

.overlayPop.open {
	visibility: visible;
	opacity: 50%;
	transition: .5s;
}

.invise {
	display: none !important;
}

.popupPop {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: max-content;
	padding: 0 20px;
}

.popupPop .popup__container {
	display: flex;
	flex-direction: column;
	width: auto;
	position: relative;
	background-color: #FFF;
	padding: 20px;
	height: 100%;
	max-height: 70vh;
	overflow-y: scroll;
}

.popupPop .popup__container::-webkit-scrollbar-track {
	background: white;
}

.popupPop .popup__container::-webkit-scrollbar-thumb {
	background-color: gray;
	border-radius: 20px;
}

.popupPop .popup__container::-webkit-scrollbar {
	width: 5px;
}

.popupPop .cont {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.popupPop .react-ui-xkv7ts {
	cursor: pointer;
}

.popupPop .sub_btn {
	border-radius: 10px;
	color: #222;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #d2bd7f;
	height: 40px;
	max-width: 320px;
	margin: 30px auto 0;
}

.popupPop .popup__container img {
	object-fit: contain;
	object-position: center;
	/* border: 50px solid #013C38; */
	width: 100%;
	max-width: min-content;
	max-height: 70vh;
	display: flex;
	position: relative;
}

.popupPop .popup__container .close-btn {
	margin-left: auto;
	width: 12px;
	height: 12px;
	min-height: 12px;
	cursor: pointer;
	opacity: 0.5;
}

.popupPop .popup__container .close-btn:hover {
	opacity: 1;
}

@media (max-width: 1560px) {
	.popupPop .popup__container .close-btn {
		right: -10px;
		top: -55px;
	}
}

@media (max-width: 700px) {
	.popupPop .popup__container img {
		/* border: 15px solid #013C38; */
	}

	.popupPop .popup__container .close-btn {
		position: absolute;
		right: -10px;
		top: -35px;
		z-index: 3;
		width: 35px;
		height: 35px;
	}
}

.popupPop.open {
	display: flex;
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}

.popupPop .popup__container img.mob {
	display: none;
}

.popupPop .popup__container h2 {
	font-size: 2rem;
	margin-top: 15px;
	display: none;
}

.popupPop.good .popup__container h2 {
	display: block;
}

.popupPop .react-ui-iqq6b0 {
	display: flex;
	gap: 15px;
	align-items: center;
}

.popupPop .err {
	border: 1px solid rgb(215, 12, 23);
}

.popupPop.good .cont {
	display: none;
}

@media (max-width: 900px) {
	.popupPop .popup__container img.mob {
		display: block;
	}

	.popupPop .popup__container img.desk {
		display: none;
	}
}

.popupPop input[type="checkbox"]:checked+span:before,
.popupPop input[type="checkbox"]+span:before {
	display: none;
}



/* dsad */

.popupForm {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: max-content;
	padding: 0 20px;
}

.popupForm .popup__container {
	display: flex;
	flex-direction: column;
	width: auto;
	position: relative;
	background-color: #FFF;
	padding: 20px;
	height: 100%;
	max-height: 70vh;
	overflow-y: scroll;
}

.popupForm .popup__container::-webkit-scrollbar-track {
	background: white;
}

.popupForm .popup__container::-webkit-scrollbar-thumb {
	background-color: gray;
	border-radius: 20px;
}

.popupForm .popup__container::-webkit-scrollbar {
	width: 5px;
}

.popupForm .cont {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.popupForm .react-ui-xkv7ts {
	cursor: pointer;
}

.popupForm .sub_btn {
	border-radius: 10px;
	color: #222;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #d2bd7f;
	height: 40px;
	max-width: 320px;
	margin: 30px auto 0;
}

.popupForm .popup__container img {
	object-fit: contain;
	object-position: center;
	/* border: 50px solid #013C38; */
	width: 100%;
	max-width: min-content;
	max-height: 70vh;
	display: flex;
	position: relative;
}

.popupForm .popup__container .close-btn {
	margin-left: auto;
	width: 12px;
	height: 12px;
	min-height: 12px;
	cursor: pointer;
	opacity: 0.5;
}

.popupForm .popup__container .close-btn:hover {
	opacity: 1;
}

@media (max-width: 1560px) {
	.popupForm .popup__container .close-btn {
		right: -10px;
		top: -55px;
	}
}

@media (max-width: 700px) {
	.popupForm .popup__container img {
		/* border: 15px solid #013C38; */
	}

	.popupForm .popup__container .close-btn {
		position: absolute;
		right: -10px;
		top: -35px;
		z-index: 3;
		width: 35px;
		height: 35px;
	}
}

.popupForm.open {
	display: flex;
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}

.popupForm .popup__container img.mob {
	display: none;
}
.popupForm .react-ui-1thucf5 {
	height: auto;
}
.popupForm .react-ui-1thucf5 textarea {
	max-width: 100%;
	max-height: 150px;
	white-space: pre-wrap;
}

.popupForm .popup__container h2 {
	font-size: 2rem;
	margin-top: 15px;
	display: none;
}

.popupForm.good .popup__container h2 {
	display: block;
}

.popupForm .react-ui-iqq6b0 {
	display: flex;
	gap: 15px;
	align-items: center;
}

.popupForm .err {
	border: 1px solid rgb(215, 12, 23);
}

.popupForm.good .cont {
	display: none;
}

@media (max-width: 900px) {
	.popupForm .popup__container img.mob {
		display: block;
	}

	.popupForm .popup__container img.desk {
		display: none;
	}
}

.popupForm input[type="checkbox"]:checked+span:before,
.popupForm input[type="checkbox"]+span:before {
	display: none;
}




.callback-bt {
	background: #491903;
	border: 2px solid #491903;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(107, 36, 0, 0.3);
	cursor: pointer;
	height: 68px;
	text-align: center;
	width: 68px;
	position: fixed;
	right: 2%;
	bottom: 2%;
	z-index: 10000;
	transition: .3s;
	-webkit-animation: hoverWave linear 1s infinite;
	animation: hoverWave linear 1s infinite;
	display: flex;
	align-items: center;
	justify-content: center;
}

.callback-bt .text-call {
	/* height: 68px;
	width: 68px; */
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.callback-bt .text-call span {
	text-align: center;
	color: #38a3fd;
	opacity: 0;
	font-size: 0;
	position: absolute;
	right: 4px;
	top: 22px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: opacity .3s linear;
	font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

/* .callback-bt .text-call:hover span {
	opacity: 1;
	font-size: 11px;
} */

.callback-bt:hover {
	z-index: 100;
	background: #FFF;
	color: transparent;
	transition: .3s;
}

.callback-bt:hover svg {
	stroke: #491903;
	font-size: 40px;
	transition: .3s;
}

.callback-bt:hover path {
	fill: #491903;
}

.callback-bt svg {
	width: 40px;
	height: 40px;
	color: #491903;
	font-size: 34px;
	transition: .3s;
	line-height: 66px;
	transition: .5s ease-in-out;
}

.callback-bt svg {
	animation: 1200ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
	-webkit-animation: 1200ms ease 0s normal none 1 running shake;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(107, 36, 0, 0.3), 0 0 0 0 rgba(142, 98, 76, 0.2), 0 0 0 0 rgba(142, 98, 76, 0.2)
	}

	40% {
		box-shadow: 0 8px 10px rgba(107, 36, 0, 0.3), 0 0 0 15px rgba(142, 98, 76, 0.2), 0 0 0 0 rgba(142, 98, 76, 0.2)
	}

	80% {
		box-shadow: 0 8px 10px rgba(107, 36, 0, 0.3), 0 0 0 rgba(146, 119, 104, 0.2), 0 0 0 26.7px rgba(161, 139, 128, 0.067)
	}

	100% {
		box-shadow: 0 8px 10px rgba(107, 36, 0, 0.3), 0 0 0 rgba(146, 119, 104, 0.2), 0 0 0 40px rgba(188, 175, 169, 0.0)
	}
}

@keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(107, 36, 0, 0.3), 0 0 0 0 rgba(142, 98, 76, 0.2), 0 0 0 0 rgba(142, 98, 76, 0.2)
	}

	40% {
		box-shadow: 0 8px 10px rgba(107, 36, 0, 0.3), 0 0 0 15px rgba(142, 98, 76, 0.2), 0 0 0 0 rgba(142, 98, 76, 0.2)
	}

	80% {
		box-shadow: 0 8px 10px rgba(107, 36, 0, 0.3), 0 0 0 rgba(146, 119, 104, 0.2), 0 0 0 26.7px rgba(161, 139, 128, 0.067)
	}

	100% {
		box-shadow: 0 8px 10px rgba(107, 36, 0, 0.3), 0 0 0 rgba(146, 119, 104, 0.2), 0 0 0 40px rgba(188, 175, 169, 0.0)
	}
}

/* animations icon */

@keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}

	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}

	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}

	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}

	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}

	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}

	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}

	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}

	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}

	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

@-webkit-keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}

	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}

	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}

	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}

	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}

	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}

	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}

	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}

	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}

	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

/* конец кнопки звонка */
@media (max-width: 580px) {
	.fix-cont-14 {
		flex-direction: column;
		gap: 10px;
	}
	.good-place {
		flex-direction: column;
		justify-content: center;
		gap: 5px;
	}

}

@media (max-width: 400px) {
	.fix-cont-20 {
		gap: 10px;
	}
}
.qr {
	margin: auto;
}