/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

@font-face {
	font-family: "Satisfy";
	font-style: normal;
	font-weight: 400;
	src: local("Satisfy Regular"), local("Satisfy-Regular"),
		url(https://fonts.gstatic.com/s/satisfy/v8/rP2Hp2yn6lkG50LoCZOIHTWEBlw.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Satisfy";
	font-style: normal;
	font-weight: 400;
	src: local("Satisfy Regular"), local("Satisfy-Regular"),
		url(https://fonts.gstatic.com/s/satisfy/v8/rP2Hp2yn6lkG50LoCZOIGw.woff) format("woff");
}

iframe {
	border: 0;
}

html {
	line-height: 1.3;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #fff;
	font-family: "Open Sans", "sans-serif";
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

a {
	color: #000;
	transition: 200ms;
}

a:hover {
	color: #fa7455;
}

.dashed {
	text-decoration: none !important;
	border-bottom: 1px dashed;
	cursor: pointer;
}

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

.wrap {
	position: relative;
}

img {
	border: 0;
	max-width: 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	color: inherit;
	cursor: pointer;
	padding: 0;
	outline: none;
	background: none;
}

.message button:not(.button),
input[type="submit"].button,
input[type="submit"].codeButtons,
input[type="submit"].manFlSbm,
input[type="submit"].manFlRst,
input[type="reset"].button,
input[type="reset"].codeButtons,
input[type="reset"].manFlSbm,
input[type="reset"].manFlRst,
input[type="button"].button,
input[type="button"].codeButtons,
input[type="button"].manFlSbm,
input[type="button"].manFlRst,
button.button,
button.codeButtons,
button.manFlSbm,
button.manFlRst,
.button.button,
.button.codeButtons,
.button.manFlSbm,
.button.manFlRst {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #fff !important;
	justify-content: center;
	font-weight: 400;
	height: 34px;
	background: #fa7455;
	color: #fff;
	font-family: "Open Sans", "sans-serif";
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	padding: 0 25px;
	border-radius: 6px;
	transition: 300ms;
}

.message button:hover:not(.button),
input[type="submit"].button:hover,
input[type="submit"].codeButtons:hover,
input[type="submit"].manFlSbm:hover,
input[type="submit"].manFlRst:hover,
input[type="reset"].button:hover,
input[type="reset"].codeButtons:hover,
input[type="reset"].manFlSbm:hover,
input[type="reset"].manFlRst:hover,
input[type="button"].button:hover,
input[type="button"].codeButtons:hover,
input[type="button"].manFlSbm:hover,
input[type="button"].manFlRst:hover,
button.button:hover,
button.codeButtons:hover,
button.manFlSbm:hover,
button.manFlRst:hover,
.button:hover,
.button.codeButtons:hover,
.button.manFlSbm:hover,
.button.manFlRst:hover {
	background-color: #ff4b22;
}

.message button[disabled]:not(.button),
input[disabled][type="submit"].button,
input[disabled][type="submit"].codeButtons,
input[disabled][type="submit"].manFlSbm,
input[disabled][type="submit"].manFlRst,
input[disabled][type="reset"].button,
input[disabled][type="reset"].codeButtons,
input[disabled][type="reset"].manFlSbm,
input[disabled][type="reset"].manFlRst,
input[disabled][type="button"].button,
input[disabled][type="button"].codeButtons,
input[disabled][type="button"].manFlSbm,
input[disabled][type="button"].manFlRst,
button[disabled].button,
button[disabled].codeButtons,
button[disabled].manFlSbm,
button[disabled].manFlRst,
[disabled].button,
[disabled].button.codeButtons,
[disabled].button.manFlSbm,
[disabled].button.manFlRst {
	background-color: #ccc;
	cursor: no-drop;
}

.message button:not(.button) {
	display: flex;
}

input[type="text"],
input[type="password"],
textarea,
select,
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="time"] {
	font-size: 18px;
	font-family: "Open Sans", "sans-serif";
	font-weight: 300;
	line-height: 32px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	padding: 0 12px;
	height: 34px;
	-webkit-appearance: none;
	outline: none;
}

textarea {
	height: auto;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

::placeholder {
	color: #ccc;
}

[class^="show-for-"] {
	display: none;
}

.top {
	display: flex;
}

.top span {
	font-size: 10px;
	font-weight: 300;
	line-height: normal;
}

.top img {
	vertical-align: middle;
	margin-right: 5px;
}

.top_left {
	background: #fa7455 url("//online-pattaya.ru/assets/img/bg_top.jpg") no-repeat center;
	min-height: 45px;
	padding-left: 247px;
}

.top_inner {
	display: flex;
	align-items: center;
	justify-content: space-around;
	line-height: 18px;
	min-height: 45px;
	color: #fff;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}

.top_inner img {
	width: 25px;
}

.top_inner_phone {
	font-size: 12px;
}

.top_inner a {
	color: #fff;
}

.top_inner a:hover {
	color: #fff;
}

.left_menu_content ul::before {
	content: "";
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	background-position: center;
	background-repeat: no-repeat;
	left: -48px;
	top: -10px;
}

.left_menu {
	position: absolute;
	height: 100vh;
	width: 247px;
	background: #657684;
	box-shadow: inset 52px 0 0 #4e6172;
	z-index: 21;
	top: 0;
	overflow: hidden;
}

.left_menu.m_hide .arrow_up_outer {
	opacity: 1;
}

.left_menu.m_hide .left_menu_item>span {
	display: none;
}

.left_menu:hover {
	overflow: visible;
}

.left_menu:hover .left_menu_item>span {
	display: block;
}

.left_menu ul {
	width: 247px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	transition-property: width;
}

.left_menu .all {
	display: block;
}

.left_menu .all a {
	font-weight: 500;
}

.left_menu_item {
	position: relative;
}

.left_menu_item--search {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 479px) {
	.left_menu_item--search {
		height: 65px;
	}
}

.left_menu_item--search:before {
	content: "";
	flex: 0 0 52px;
	display: block;
	width: 52px;
	height: 45px;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 13px;
}

@media screen and (max-width: 1220px) {
	.left_menu_item--search:before {
		margin: 0;
	}
}

@media screen and (min-width: 480px) and (max-width: 812px) and (max-height: 650px) {
	.left_menu_item--search:before {
		background-size: 25px;
		height: 50px;
	}
}

@media screen and (max-width: 479px) {
	.left_menu_item--search:before {
		margin: auto;
		background-size: 25px;
		height: 50px;
	}
}

.left_menu_item--search .left_menu_search_label {
	display: none;
}

@media screen and (max-width: 1220px) {
	.left_menu_item--search .left_menu_search_label {
		display: block;
		font-family: "Open Sans", "sans-serif";
		font-size: 9px;
		bottom: -10px;
		right: 0;
		top: auto;
		line-height: normal;
		width: 52px;
	}
}

@media screen and (min-width: 480px) and (max-width: 812px) and (max-height: 650px) {
	.left_menu_item--search .left_menu_search_label {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.left_menu_item--search .left_menu_search_label {
		display: none;
	}
}

.left_menu_item a {
	position: relative;
	display: block;
	line-height: 45px;
	width: 247px;
	color: #d2d2d2;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}

.left_menu_item a:before {
	content: "";
	position: relative;
	z-index: 2;
	display: block;
	width: 52px;
	height: 45px;
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 13px;
	float: left;
}

.left_menu_item span {
	position: absolute;
	width: 16px;
	right: 12px;
	top: 0;
	line-height: 45px;
	font-family: initial;
	cursor: pointer;
	text-align: center;
}

.left_menu_item:hover a,
.left_menu_item.hover a {
	background: #4e6172;
	color: #fff;
}

.left_menu_item:hover+.left_menu_content,
.left_menu_item.hover+.left_menu_content {
	display: block;
}

.left_menu_item.chover {
	background: #4e6172;
	color: #fff;
}

.left_menu_search {
	display: flex;
	align-items: center;
}

.left_menu_search form {
	flex: 0 1 100%;
}

@media screen and (max-width: 1220px) {
	.left_menu_search form {
		position: absolute;
		width: 165px;
		top: 14px;
		left: 52px;
		padding-left: 10px;
	}
}

@media screen and (min-width: 480px) and (max-width: 812px) and (max-height: 650px) {
	.left_menu_search form {
		position: static;
		padding: 0 10px;
		padding-left: 5px;
	}
}

@media screen and (max-width: 479px) {
	.left_menu_search form {
		position: static;
		padding: 0 10px;
	}
}

.left_menu_search input {
	height: 34px;
	background-color: #7d868f;
	border: 0;
	border-radius: 4px;
	width: calc(100% - 13px);
	font-size: 12px;
	padding: 10px;
	color: #d6d9dd;
	-webkit-appearance: none;
}

@media screen and (min-width: 480px) and (max-width: 812px) and (max-height: 650px) {
	.left_menu_search input {
		width: 100%;
		height: 12vh;
	}
}

@media screen and (max-width: 479px) {
	.left_menu_search input {
		width: 100%;
	}
}

.left_menu_content {
	display: none;
	max-width: 750px;
	width: calc(100vw - 52px);
	background-color: rgba(70, 88, 106, 0.88);
	position: absolute;
	top: 0;
	left: 100%;
	padding-left: 75px;
	padding-top: 16px;
	padding-bottom: 60px;
	height: 100%;
	max-height: 2000px;
}

.left_menu_content:hover {
	display: block;
}

.left_menu_content ul {
	position: relative;
	float: left;
	width: 50%;
	margin-top: 20px;
	padding-right: 40px;
}

.left_menu_content ul:nth-child(even) {
	clear: left;
}

.left_menu_content ul:nth-child(odd) {
	padding-right: 20px;
}

.left_menu_content a {
	text-decoration: none;
	color: #fff;
}

.left_menu_content a:hover {
	text-decoration: underline;
}

.left_menu_content li:first-child {
	font-weight: 500;
	margin-bottom: 12px;
}

.left_menu_content>.close {
	display: none;
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 30px;
	background: none;
	padding: 0;
	line-height: 0;
}

.left_menu .arrow_up_outer {
	position: absolute;
	opacity: 0;
	bottom: 0;
	transition: 300ms;
}

@media screen and (max-height: 560px) {
	.left_menu .arrow_up_outer {
		display: none;
	}
}

.left_menu .arrow_up::before {
	content: "»";
	width: 52px;
	transform: rotate(-90deg);
	display: flex;
	justify-content: center;
	font-size: 31px;
	line-height: 1.1;
}

.mob_menu_search {
	position: fixed;
	top: 65px;
	left: 0;
	background: #4e6172;
	width: 100%;
	overflow: hidden;
	height: 0;
	z-index: 2;
	transition: 400ms;
	top: calc(65px + constant(safe-area-inset-top));
	top: calc(65px + env(safe-area-inset-top));
}

@media screen and (min-width: 480px) and (max-width: 812px) and (max-height: 650px) {
	.mob_menu_search {
		width: 0;
		height: 20vh;
		top: auto;
		bottom: 0;
		left: 52px;
		left: calc(52px + constant(safe-area-inset-left));
		left: calc(52px + env(safe-area-inset-left));
	}
}

@media screen and (max-width: 479px) {
	.mob_menu_search.opened {
		height: 45px;
	}
}

@media screen and (min-width: 480px) and (max-width: 812px) and (max-height: 650px) {
	.mob_menu_search.opened {
		width: calc(100% - 52px);
		width: calc(100% - 52px - constant(safe-area-inset-left));
		width: calc(100% - 52px - env(safe-area-inset-left));
		height: 20vh;
	}
}

.mob_menu_search::before {
	display: none;
}

.search_form {
	display: flex;
	max-width: 315px;
}

.search_form [type="search"] {
	width: 100%;
}

.search_form [type="submit"] {
	margin-left: 10px;
}

.m_hamb,
.mob_menu {
	display: none;
}

.fix {
	position: fixed;
}

.m_hide,
.c_hide {
	width: 52px;
}

.m_hide:hover,
.c_hide:hover {
	width: auto;
}

.m_hide:hover .list_item a,
.c_hide:hover .list_item a {
	width: 247px;
}

.m_hide>ul,
.c_hide>ul {
	width: auto;
}

.m_hide+.content,
.m_hide~.footer,
.c_hide+.content,
.c_hide~.footer {
	padding-left: 52px;
	padding-left: calc(52px + constant(safe-area-inset-left));
	padding-left: calc(52px + env(safe-area-inset-left));
}

.goog-te-banner-frame {
	z-index: 20 !important;
}

.head {
	max-height: 62px;
	min-height: 62px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: space-around;
	transition: max-height 300ms;
}

.head.ext_head {
	max-height: 300px;
}

@media screen and (min-width: 480px) and (max-width: 812px) and (max-height: 650px) {
	.head {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.head {
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media screen and (max-width: 479px) {
	.head {
		display: none;
	}
}

.head_search {
	width: calc(100vw - 430px);
	max-width: 280px;
	position: relative;
}

@media screen and (max-width: 600px) {
	.head_search {
		width: calc(100vw - 300px);
	}
}

.head_search_field {
	border: 1px solid #fa7455;
	border-radius: 3px;
	padding: 8px 10px;
	outline: none;
	width: 100%;
	padding-right: 34px;
	-webkit-appearance: none;
}

.head_search_button {
	position: absolute;
	top: 0;
	right: 0;
	color: #fa7455;
	font-size: 20px;
	padding: 5.5px;
	padding-right: 10px;
	height: 100%;
}

.head_search_button svg {
	display: block;
}

.head .logo a,
.foot_logo .logo a,
.head .logo,
.foot_logo .logo {
	color: #424242;
	text-decoration: none;
	font-size: 10px;
	font-weight: 600;
	line-height: 9px;
}

.head .logo,
.foot_logo .logo {
	margin: 2px 0;
}

.head .logo svg,
.foot_logo .logo svg {
	display: block;
	margin: auto;
}

@media screen and (max-width: 600px) {
	.head .logo {
		margin-left: 20px;
	}
}

.menu {
	text-align: center;
}

@media screen and (max-width: 600px) {
	.menu {
		width: 100%;
		line-height: normal;
		margin-bottom: 10px;
	}
}

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

.menu li {
	display: inline-block;
	margin-right: 59px;
}

@media screen and (max-width: 960px) {
	.menu li {
		margin-right: 30px;
	}
}

@media screen and (max-width: 600px) {
	.menu li {
		display: block;
		margin: 0;
	}
}

.menu li:last-child {
	margin: 0;
}

.menu a {
	font-size: 18px;
	color: #fa7455;
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	.menu a {
		font-size: 20px;
	}
}

.menu a:hover {
	text-decoration: underline;
}

.success {
	background-image: url(/assets/img/promo/success.jpg) !important;
}

.success .social img {
	background: #fff;
}

.success .social a:hover {
	background: none;
}

.promo {
	width: 100%;
	height: 460px;
	background: url(/assets/img/promo/promo.webp) top center no-repeat;
	color: #fff;
	background-size: cover;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 960px) {
	.promo {
		height: 390px;
	}
}

@media screen and (max-width: 479px) {
	.promo--section {
		height: 322px;
	}

	.promo--section h1 {
		padding-top: 30px !important;
		font-size: 25px !important;
		height: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.promo--section .maintitle {
		display: none;
	}
}

.promo h1,
.promo .maintitle {
	font-family: "Satisfy", "cursive";
	font-size: 50px;
	font-weight: 400;
	padding-top: 145px;
	margin: 0;
	margin-bottom: 14px;
	text-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.5);
}

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

	.promo h1,
	.promo .maintitle {
		padding-top: 10%;
	}
}

@media screen and (max-width: 960px) {
	.promo h1 {
		padding-top: 90px;
	}
}

.promo .more {
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 4px;
	line-height: 45px;
	padding: 0 25px;
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
	margin-top: 36px;
}

.promo h2 {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}

.promo h2 b {
	font-weight: 400;
}

.promo h3 {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}

.toggler {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	align-items: center;
}

.toggler_inner {
	position: relative;
	width: 42px;
	height: 21px;
	border: 1px solid #fff;
	border-radius: 15px;
	margin: 0 10px;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.toggler_inner.right::after {
	transform: translateX(23px);
}

.toggler_inner::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
	transform: translateX(2px);
	transition: 300ms;
}

.toggler_text {
	text-shadow: 0 0 10px #000;
}

.toggler_text.active {
	color: #fff;
}

.toggler_text a {
	color: #97b2be;
	text-decoration: none;
	background: none !important;
	line-height: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.toggler_text a:hover {
	color: #fff;
}

.content {
	background: #fff;
	padding-left: 247px;
}

.content>div:not(.promo) h2:not(.accord_title) {
	font-size: 40px;
	font-weight: 300;
	padding-top: 23px;
	margin: 0;
	margin-bottom: 10px;
}

.content>div:not(.page_content) p span {
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 28px;
}

.content>div p {
	margin: auto;
	line-height: 24px;
	max-width: 620px;
}

.content>div p span {
	margin-bottom: 13px;
}

.content>div .inner * {
	max-height: 9999px;
	transition: 300ms;
}

.content>div.about h2 {
	margin-bottom: 22px !important;
}

.content>div.about p {
	max-width: 840px;
	padding: 0;
	text-align: justify;
}

.content>div>.hide {
	cursor: pointer;
}

.content>div>.hide> :not(.control):not(h2):not(p) {
	opacity: 0;
	max-height: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.content:not(.page)>div:not(.head) {
	width: 100%;
	position: relative;
	z-index: 1;
}

.content:not(.page)>div:not(.head)>.inner {
	padding-bottom: 75px;
}

.content:not(.page)>div:not(.head)>.inner a {
	color: #fff;
}

.about {
	padding: 0 20px;
	padding-bottom: 60px;
	background: #fa7455;
}

.advantages {
	padding: 0 20px;
	padding-bottom: 60px;
	text-align: center;
}

.advantages h2 {
	color: #fa7455;
}

.advantages p {
	color: #fa7455;
}

.control {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -40px;
	border: 40px solid transparent;
	border-bottom: 45px solid #615c85;
	border-top: 0;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

.control:hover {
	color: #fff;
}

.control span {
	position: absolute;
	transform: rotate(-90deg);
	font-size: 31px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	line-height: 12px;
	transition: all 0.3s ease;
	padding-left: 2px;
	top: 18px;
}

.control.top_hide span {
	transform: rotate(90deg);
}

.benefit {
	overflow: hidden;
	max-width: 840px;
	margin: auto;
	margin-top: 64px;
}

.benefit div {
	float: left;
	width: 25%;
	color: #514745;
	padding: 0 5px;
	line-height: 24px;
}

.benefit h3 {
	font-size: 20px;
	color: #fa7455;
	line-height: normal;
	margin-top: 9px;
	margin-bottom: 22px;
}

.benefit span {
	display: block;
	width: 120px;
	height: 100px;
	margin: auto;
	background-size: 62px;
	background-repeat: no-repeat;
	background-position: center;
}

.excursions {
	background: #615c85;
}

.categories {
	max-width: 1180px;
	margin: auto;
	margin-top: 23px;
}

.categories ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: 0;
}

.categories li {
	display: inline-block;
	padding: 0 36px;
	font-size: 16px;
	margin-top: 10px;
}

.inf_material {
	max-width: 870px;
	margin: auto;
	overflow: hidden;
	margin-top: 50px;
}

.inf_material a {
	position: relative;
	float: left;
	max-width: 276px;
	margin-right: 20px;
}

.inf_material a:nth-child(3) {
	margin-right: 0;
	margin-bottom: 15px;
}

.inf_material a:last-child {
	margin-right: 0;
}

.inf_material a:nth-child(2) {
	margin-bottom: 15px;
}

.inf_material a:only-child {
	float: none;
	display: block;
	margin: auto;
}

.inf_material a:before {
	content: "";
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 0,
			rgba(0, 0, 0, 0) 58%,
			rgba(0, 0, 0, 0.22) 73%,
			rgba(0, 0, 0, 0.66) 100%);
}

.inf_material .main_img {
	max-width: 426px;
}

.inf_material a {
	max-width: 202px;
}

.inf_material img {
	display: block;
	width: 100%;
}

.inf_material h5,
.inf_material h3 {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	text-shadow: 0 0 24px rgba(97, 92, 133, 0.45);
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	margin-bottom: 11px;
	z-index: 3;
}

.shopping {
	background: #f38194;
}

.shopping .control {
	border-bottom-color: #f38194;
}

.shopping:after {
	color: #000;
}

.taxi {
	background: #eae700;
	color: #000;
}

.taxi .control {
	border-bottom-color: #eae700;
	color: #000;
}

.taxi:after {
	color: #fff;
}

.taxi_vehicles {
	text-align: center;
}

.taxi_vehicles_desc {
	display: flex;
	font-weight: 600;
}

.taxi_vehicles_desc div {
	flex: 1 1 33.333%;
}

.spa {
	background: #8bb900;
}

.spa .control {
	border-bottom-color: #8bb900;
}

.transfer {
	background: #55c2fa;
}

.transfer .control {
	border-bottom-color: #55c2fa;
}

.services {
	background: #fa7455;
}

.services .control {
	border-bottom-color: #fa7455;
}

.section--estate {
	background: #3097d0;
}

.section--estate .control {
	border-bottom-color: #3097d0;
}

.footer {
	padding-left: 52px;
	padding-left: calc(52px + constant(safe-area-inset-left));
	padding-left: calc(52px + env(safe-area-inset-left));
	padding-top: 50px;
}

@media screen and (max-width: 479px) {
	.footer {
		padding-left: 0 !important;
		padding-top: 20px;
	}
}

.foot_inner {
	color: #24214d;
}

.foot_inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.foot_inner a {
	color: #24214d;
}

.foot_info {
	overflow: hidden;
}

.foot_info>div {
	float: left;
	width: 28%;
}

.foot_info>.foot_logo {
	width: 16%;
}

.foot_menu {
	border-top: 3px solid #f2f4f5;
	border-bottom: 3px solid #f2f4f5;
	margin-top: 30px;
}

.foot_menu ul {
	margin: auto;
	overflow: hidden;
	line-height: 50px;
}

.foot_menu li {
	display: inline-block;
	margin-right: 38px;
}

.foot_menu li:last-child {
	margin: 0;
}

.foot_payments {
	padding: 10px 0;
}

.foot_payments svg {
	margin: 0 4px;
	height: 20px;
}

.foot_lang {
	padding: 10px 0;
}

.foot_logo .logo {
	width: auto;
	margin: 0;
	float: none;
}

.call {
	font-size: 14px;
	line-height: 25px;
}

.no_call {
	display: inline-block;
	margin: auto;
	text-align: left;
	padding-left: 10px;
}

.no_call svg {
	vertical-align: middle;
}

.no_call svg.fa-envelope {
	color: #ed2024;
	font-size: 21px;
}

.copyright {
	font-size: 12px;
	margin-top: 33px;
	margin-bottom: 40px;
	line-height: 1.8;
	padding: 0px 25px;
}

.social {
	overflow: hidden;
	margin: auto;
	font-size: 0;
}

.social h4 {
	font-size: 21px;
	font-weight: 400;
	margin-top: 27px;
	margin-bottom: 29px;
}

.social a {
	display: inline-block;
	margin: 6px;
}

.social img {
	width: 45px;
}

.u-menuh {
	width: auto !important;
}

.popup {
	color: #000;
}

.popup a {
	color: #000;
}

.m_hdde span,
.m_more span {
	transform: rotate(90deg);
	display: inline-block;
	font-size: 22px;
	line-height: 28px;
	vertical-align: middle;
	font-weight: 400;
	margin-left: 3px;
	height: 35px;
	position: relative;
}

.m_more {
	display: inline;
	font-weight: 700;
}

.m_more * {
	cursor: pointer;
}

.m_more:hover a {
	text-decoration: underline;
}

.m_hdde {
	font-weight: 700;
	display: inline;
}

.m_hdde * {
	cursor: pointer;
}

.m_hdde span {
	transform: rotate(-90deg);
}

.m_hdde:hover a {
	text-decoration: underline;
}

.not_wrap {
	position: static;
}

.not_wrap .left_menu {
	position: absolute;
	top: 45px;
}

.not_wrap .left_menu.fix {
	position: fixed;
	top: 0;
}

.secondtitle,
.page .promo h2,
.page .promo h1 {
	font-family: "Open Sans", "sans-serif";
	font-weight: 300;
	font-size: 40px;
	text-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.5);
	padding-top: 0;
	word-break: break-word;
}

.page {
	color: #000;
	text-align: left;
}

.page:before {
	content: "";
	display: table;
	clear: both;
}

.page--help {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
}

.page .promo .maintitle {
	margin-bottom: 0;
}

.page .promo.status {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #f7f7f7;
}

.page .promo.status .fa {
	font-size: 160px;
}

.page .promo.status .fa-check {
	color: #99c06e;
}

.page .promo.status .fa-exclamation-circle {
	color: #c62828;
}

.page .promo.status p {
	margin: 20px 0 0 0;
	color: #626262;
	font-size: 18px;
}

.page>div p {
	line-height: inherit !important;
	max-width: inherit !important;
}

.page .advantages h2 {
	padding-top: 0 !important;
}

.page_content {
	padding: 0 140px;
	margin-top: 20px;
}

.page_content hr {
	height: 1px;
	background-color: #a2a2a2;
	border: 0;
	margin-top: 48px;
	margin-bottom: 30px;
}

.page_content .manHr {
	margin: 10px 0;
}

.page_content .advantages {
	padding: 0;
	padding-bottom: 50px;
}

.page .success {
	padding: 0 10px;
}

.page .success h1 {
	padding-top: 22px;
	margin-bottom: 10px;
}

.page .success .secondtitle {
	padding-top: 20px;
	font-size: 30px;
}

.page .success .social {
	margin-top: 20px;
}

.page .success h2 {
	font-size: 17px;
	margin-top: 0;
}

.page .error h1 {
	font-size: 110px;
	line-height: 110px;
	padding-top: 25px;
}

.page .error h2 {
	font-size: 40px;
	line-height: 45px;
}

.page .error h2 span {
	font-size: 32px;
}

.page .error h3 {
	font-size: 16px;
	margin-top: 40px;
}

.page .not_found {
	background-image: url(/assets/img/promo/error.jpg);
}

.page .not_found h1 {
	color: #80a23e;
	font-weight: 600;
	font-size: 110px;
	text-shadow: none;
	line-height: 110px;
	padding-top: 90px;
	border-bottom: 2px solid;
	display: table;
	margin: auto;
}

.page .not_found h2 {
	color: #80a23e;
	font-weight: 600;
	text-shadow: none;
	font-size: 40px;
	line-height: 45px;
}

.page .not_found h2 span {
	display: block;
	font-size: 32px;
}

.page .not_found h3 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 60px;
}

.whyseethis {
	position: absolute;
	width: 270px;
	top: 0;
	left: calc(50% + 140px);
	height: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	color: #000;
}

.whyseethis ol {
	color: #d33c3d;
	font-size: 26px;
	font-weight: 600;
	padding-left: 50px;
	text-align: left;
	margin: 0;
}

.whyseethis li {
	padding: 37px 0;
	position: relative;
	padding-right: 10px;
}

.whyseethis li:after {
	content: "";
	display: block;
	height: 1px;
	width: 250px;
	background: #000;
	opacity: 0.3;
	position: absolute;
	bottom: 0;
	left: -40px;
}

.whyseethis li:last-child:after {
	display: none;
}

.whyseethis h4 {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	color: #000;
	vertical-align: middle;
	display: inline-block;
}

.faq .promo {
	background-image: url(/assets/img/promo/promo_module.jpg);
}

.faq hr {
	margin-top: 144px;
	margin-bottom: 80px;
}

.faq_quest {
	margin-top: 30px;
}

.faq_name {
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}

@media screen and (max-width: 479px) {
	.secondtitle {
		font-size: 25px !important;
		font-weight: 400;
	}
}

.path {
	margin-top: 30px;
	padding: 0 140px;
}

.path [itemprop="itemListElement"]:last-child {
	color: #666;
}

.cat_descr {
	color: #000;
}

.page_sel {
	text-align: right;
	line-height: 26px;
	margin-top: 26px;
}

.page_sel .pagesBlockuz2 {
	display: block;
	text-align: center;
}

.page_sel .swchItemA,
.page_sel .swchItemA1 {
	background: #fff;
	box-shadow: inset 0 0 0 1px #fa7455;
	color: #fa7455;
}

.page_sel .swchItemA:hover,
.page_sel .swchItemA1:hover {
	color: #fa7455;
}

.page_sel>span>* {
	display: inline-block;
	background: #fa7455;
	padding: 3px 12px;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}

.page_sel>span>*:hover {
	color: #fff;
}

.posts {
	margin-top: 4px;
	padding-bottom: 40px;
}

.posts:after {
	content: "";
	display: block;
	clear: both;
}

.service {
	float: left;
	width: 50%;
	color: #000;
	margin-top: 27px;
}

@media screen and (max-width: 600px) {
	.service {
		float: none;
		width: auto;
		padding: 0;
	}
}

@media screen and (max-width: 479px) {
	.service {
		box-shadow: 0 0 15px rgba(74, 97, 116, 0.51);
		border-radius: 5px;
		padding: 10px 10px 10px 10px !important;
		display: flex;
		flex-direction: column;
		position: relative;
		min-height: 145px;
	}
}

@media screen and (max-width: 479px) {
	.serv_url {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.serv_img {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 479px) {
	.serv_img {
		height: 100px;
		width: 100px;
		position: static;
		margin-bottom: -65px;
		overflow: hidden;
		display: flex;
		justify-content: center;
	}
}

.serv_img .u-mpanel {
	position: absolute;
	right: 10px;
	top: 10px;
}

.serv_img>a img {
	display: block;
	border: 3px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 100%;
}

@media screen and (max-width: 479px) {
	.serv_img>a img {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		height: 100px;
		width: auto;
		max-width: none;
	}
}

.serv_img .wo_pre {
	position: absolute;
	top: 47px;
	left: -9px;
	background: #7ea549;
	color: #fff;
	width: 135px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	z-index: 2;
	transform: rotate(-45deg);
	text-transform: uppercase;
}

@media screen and (max-width: 479px) {
	.serv_img .wo_pre {
		display: none;
	}
}

.serv_img .wo_pre:before {
	content: "";
	position: absolute;
	top: 7px;
	left: -16px;
	border: 16px solid transparent;
	border-left: 17px solid #7ea549;
	transform: rotate(45deg);
}

.serv_img .wo_pre:after {
	content: "";
	position: absolute;
	top: 6px;
	right: -14px;
	border: 15px solid transparent;
	border-top: 17px solid #7ea549;
	transform: rotate(45deg);
}

.serv_img .price {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	line-height: 52px;
	color: #fff;
	padding: 0 24px;
	border-radius: 0 0 10px 10px;
	border: 3px solid #fff;
	border-top: 0;
}

@media screen and (max-width: 479px) {
	.serv_img .price {
		width: auto;
		background: none;
		color: #000;
		font-weight: bold;
		padding: 0;
		border: 0;
		border-radius: 0;
		right: 10px;
		font-size: 16px;
		bottom: 10px;
		line-height: normal;
		text-align: right;
		max-width: 120px;
	}
}

.serv_img .price img {
	width: 42px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}

.serv_img .price .adult {
	font-weight: 600;
	margin-right: 35px;
}

@media screen and (max-width: 479px) {
	.u-star-rating-20 {
		width: 21px !important;
	}

	.serv_img .price .adult {
		width: auto;
		background: none;
		color: #000;
		font-weight: bold;
		padding: 0;
		border: 0;
		border-radius: 0;
		right: 15px;
		font-size: 16px;
		bottom: 10px;
		line-height: normal;
		margin-right: 0px;
	}
}

.serv_img .price .adult b {
	background-color: #1794d0;
}

.serv_img .price .child {
	font-weight: 600;
}

@media screen and (max-width: 479px) {
	.serv_img .price .child {
		display: none;
	}
}

.serv_img .price .child b {
	background-color: #fa7455;
}

.serv_img .price .p_price {
	color: #fa7455;
	font-size: 120%;
	font-weight: 600;
}

.serv_img .price s {
	margin-left: 12px;
}

@media screen and (max-width: 479px) {
	.serv_img .price span.child {
		display: none;
	}
}

.serv_img .price span b {
	padding: 2px 5px;
	font-weight: 400;
	border-radius: 6px;
}

.serv_img .small {
	position: absolute;
	bottom: -30px;
	right: -7px;
	z-index: 2;
	width: 102px;
	height: 102px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	border: 3px solid #fff;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 479px) {
	.serv_img .small {
		display: none;
	}
}

.serv_name {
	margin-top: 30px;
	margin-bottom: 10px;
}

@media screen and (max-width: 479px) {
	.serv_name {
		order: -1;
		margin: 0;
		margin-bottom: 5px;
		overflow: hidden;
		height: 20px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.serv_name a {
	color: #010101;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
}

.serv_name a:hover {
	color: #fa7455;
}

@media screen and (max-width: 479px) {
	.serv_name a {
		font-size: 14px;
	}
}

.serv_descr {
	text-align: justify;
	line-height: 24px;
}

@media screen and (max-width: 479px) {
	.serv_descr {
		padding-left: 110px;
		font-size: 11px !important;
		text-align: left;
		line-height: normal;
		overflow: hidden;
		position: relative;
		top: -35px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		max-height: 50px;
	}
}

.rating {
	overflow: hidden;
	margin-top: 10px;
	line-height: 20px;
}

@media screen and (max-width: 479px) {
	.rating {
		transform-origin: left bottom;
		padding-left: 110px;
		position: absolute;
		bottom: 10px;
	}
}

.rating .count {
	margin-left: 3px;
	float: left;
}

@media screen and (max-width: 400px) {
	.rating .count span {
		display: none;
	}
}

@media screen and (max-width: 320px) {
	.rating .count {
		display: none;
	}
}

.u-star-rating-20 {
	float: left;
}

.u-star-rating-20 li.u-current-rating {
	background-position: left bottom 1px !important;
}

.u-star-rating-20 li a {
	transition: none;
}

.count {
	color: #777;
}

.count span {
	color: #1794d0;
}

.count span a {
	color: #1794d0;
}

.mainprice {
	position: absolute;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.75);
	left: 50%;
	bottom: 20px;
	margin-left: -65px;
	font-size: 16px;
	transition: opacity 300ms;
	opacity: 1;
}

.mainprice .price-discount {
	display: none !important;
}

.mainprice:empty {
	opacity: 0;
}

.mainprice hr {
	height: 2px;
	border: 0;
	background: #fff;
	opacity: 0.25;
	margin: 5px 10px;
}

.mainprice b {
	display: block;
}

.mainprice .adult {
	font-size: 15px;
	color: #1794d0;
}

.mainprice .child {
	font-size: 15px;
	color: #fa7455;
}

.main_img h5 {
	line-height: normal;
	font-size: 35px;
	margin-bottom: 20px;
}

.oneline,
.m_price {
	color: red;
	font-size: 24px;
	font-weight: 600;
}

.oneline {
	line-height: 130px;
}

.mainprice .m_bot,
.mainprice .m_top {
	display: table-cell;
	width: 130px;
	height: 59px;
}

.mainprice .m_top {
	vertical-align: bottom;
}

.mainprice .m_bot {
	vertical-align: top;
}

.cats {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}

@media screen and (max-width: 479px) {
	.cats {
		padding-top: 0;
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 479px) {
	.cats.is_fixed {
		position: fixed;
		bottom: auto;
		top: 65px;
		z-index: 2;
	}
}

.cats tbody,
.cats div.catsTable {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.catsTable>div,
.catsTable>button,
.catsTable tr {
	margin: 0 7px;
	margin-top: 10px;
}

.catsTable>div:not(.cats_more),
.catsTable>button:not(.cats_more),
.catsTable tr:not(.cats_more) {
	display: none;
}

.catsTable>div:nth-child(-n + 4),
.catsTable>button:nth-child(-n + 4),
.catsTable tr:nth-child(-n + 4) {
	display: block;
}

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

	.catsTable>div,
	.catsTable>button,
	.catsTable tr {
		margin-top: 5px;
		margin-left: 2px;
		margin-right: 2px;
	}

	.catsTable>div:not(:first-child):not(.cats_more),
	.catsTable>button:not(:first-child):not(.cats_more),
	.catsTable tr:not(:first-child):not(.cats_more) {
		display: none;
	}
}

.cats.is_folded tr,
.cats.is_folded div.catsTable>div {
	display: block;
}

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

	.cats.is_folded tr,
	.cats.is_folded div.catsTable>div {
		display: block !important;
	}
}

.catsTd {
	background: #fff;
	border-radius: 6px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	padding: 0 20px;
	font-weight: 400;
	color: #000;
}

@media screen and (max-width: 479px) {
	.catsTd {
		height: 24px;
		line-height: 24px;
	}
}

.cats a {
	color: #000;
	text-decoration: none;
}

.cats a:hover {
	background: none !important;
	color: initial;
}

.cats_more {
	border-radius: 6px;
}

.cats_more,
.cats_more td {
	background-color: #1794d0;
}

.cats_more a,
.cats_more>div {
	color: #fff;
}

.cats_more a::after,
.cats_more>div::after {
	content: "";
	border-top: 7px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
	margin-top: -2px;
	transition: 300ms;
}

.cats_more.is_open a::after,
.cats_more.is_open>div::after {
	transform: rotate(180deg);
}

.catNameActive {
	font-weight: 600;
}

.place {
	text-align: center;
	font-size: 18px;
	margin-top: 19px;
	color: #666;
}

.place .count {
	float: none;
	display: inline-block;
	margin-left: 20px;
}

.place .u-star-rating-20 {
	margin-top: 2px;
	margin-right: 10px;
}

.options {
	max-width: 930px;
	margin: auto;
	font-size: 15px;
	overflow: hidden;
	text-align: center;
	color: #666;
}

@media screen and (max-width: 479px) {
	.options {
		font-size: 14px;
	}
}

.options div {
	vertical-align: top;
	display: inline-block;
	margin: 0 6px;
	margin-top: 30px;
	max-width: 120px;
}

@media screen and (max-width: 479px) {
	.options div {
		margin-top: 15px;
	}
}

.options span {
	display: block;
	margin: auto;
	width: 100%;
	height: 32px;
	margin-bottom: 12px;
	background-position: center;
	background-repeat: no-repeat;
	min-width: 100px;
}

@media screen and (max-width: 479px) {
	.options span {
		height: 30px;
		margin-bottom: 10px;
	}
}

.responsive_block {
	overflow: hidden;
}

.responsive_block>div {
	width: 50%;
	float: left;
	border-right: 5px solid #fff;
}

.responsive_block>div:last-child {
	border-right: 0;
	border-left: 5px solid #fff;
}

.message iframe[src^="https://www.google.com/maps"] {
	width: 100%;
}

.ret_date {
	display: none;
}

.publ_name {
	margin-top: 34px;
	margin-bottom: 28px;
}

.publ_name a {
	color: #010101;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
}

.publ_name a:hover {
	color: #fa7455;
}

.publ_img>a img {
	display: block;
	border: 3px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 100%;
	max-width: 230px;
}

@media screen and (max-width: 479px) {
	.publ_img>a img {
		max-width: none;
	}
}

.publ_content {
	display: flex;
}

.publ_message {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 20px;
	flex: 1 100%;
}

.publ_message p {
	margin: 0 !important;
}

.publ_details span {
	white-space: nowrap;
}

.publ_rating {
	float: right;
}

@media screen and (max-width: 479px) {
	.publ_rating {
		float: none;
		overflow: hidden;
		margin: 5px 0;
	}
}

.publ_rating--item ul {
	float: none;
	display: inline-block;
	vertical-align: bottom;
}

.prepaid {
	white-space: nowrap;
}

a.goback {
	display: inline-block;
	text-shadow: 0.5px 0.9px 5px rgba(0, 0, 0, 0.35);
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
	line-height: 2;
}

a.order {
	display: block;
	width: 150px;
	font-size: 17px;
	line-height: 32px;
	background-color: #fa7455;
	border-radius: 8px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	margin: auto;
	text-align: center;
	margin-top: 25px;
}

.entry_top h1 {
	font-size: 50px;
	font-weight: 300;
	color: #000;
	margin-bottom: 0;
	text-align: center;
	margin-top: 0;
}

.pricelist_refresh span {
	display: none;
	margin-left: 5px;
	vertical-align: top;
}

.pricelist table {
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 2px solid #eaeaea;
}

@media screen and (max-width: 742px) {
	.pricelist table[data-category="shopping"] td:not(.pricelist_shop):not(.price_more):last-child {
		display: none;
	}
}

.pricelist table:not([data-category="shopping"]) td:not(.price_more):first-child {
	padding: 15px 20px;
}

@media screen and (max-width: 812px) {
	.pricelist table[data-category="tury_iz_moskvy"] td:not(.pricelist_shop):nth-child(-n + 2):not([colspan])::before {
		display: none;
	}

	.pricelist table[data-category="tury_iz_moskvy"] td:not(.pricelist_shop):nth-child(-n + 2):not([colspan]) div {
		border-left: 0;
	}

	.pricelist table[data-category="tury_iz_moskvy"] td:not(.pricelist_shop):nth-child(-n + 2):not([colspan]) div::before {
		content: "от ";
	}

	.pricelist table[data-category="tury_iz_moskvy"] td:not(.pricelist_shop):nth-child(-n + 2):not([colspan]) div::after {
		content: " руб.";
	}
}

.pricelist tr:last-child td {
	border-bottom-width: 0;
}

.pricelist th {
	border: 1px solid #eaeaea;
	font-weight: 400;
	padding: 20px;
	padding-bottom: 40px;
	color: #000;
	border-bottom: 0;
	border-top-width: 2px;
	background-color: #ffd217;
	font-size: 24px;
}

.pricelist th:first-child {
	border-left-width: 2px;
}

.pricelist th:last-child {
	border-right-width: 2px;
}

.pricelist th p {
	font-size: 18px;
	padding: 2px;
	background-color: #ffb31a;
	margin-bottom: -40px;
	margin-top: 12px;
	margin-left: -20px;
	width: calc(100% + 40px);
	text-align: center;
}

.pricelist th a {
	color: #000;
}

.pricelist td {
	border: 1px solid #eaeaea;
	padding: 0;
}

.pricelist td:first-child {
	border-left-width: 2px;
	text-align: left;
}

.pricelist td:last-child {
	border-right-width: 2px;
}

.pricelist td[colspan]:only-child:not(.price_more) {
	background-color: #eaeaea;
	padding: 10px 15px !important;
	padding-left: 20px;
	font-size: 19px;
}

.pricelist td[colspan]:only-child:not(.price_more) a {
	text-decoration: none;
	border-bottom: 1px solid;
}

.pricelist td div {
	padding: 15px 20px;
}

.pricelist td.price_more {
	padding: 15px 20px;
}

.pricelist--simple table:not(:last-child) {
	margin-bottom: 0;
	border-bottom: 0;
}

.pricelist--simple th {
	padding: 10px;
	background-color: #fa7455;
	font-size: 20px;
}

.pricelist--simple td:first-child,
.pricelist--simple td div {
	padding: 5px !important;
}

.cat_descr .pricelist th {
	padding-bottom: 20px;
}

.cat_descr .pricelist th p {
	display: none;
}

.notification {
	transition: none;
	background-image: linear-gradient(to top, #eaeaea 0%, #fff 100%);
}

@media screen and (min-width: 480px) and (max-width: 812px) and (max-height: 650px) {
	.notification {
		margin-left: 52px;
		margin-left: calc(52px + constant(safe-area-inset-left));
		margin-left: calc(52px + env(safe-area-inset-left));
	}
}

@media screen and (max-width: 479px) {
	.notification {
		margin-top: 65px;
		margin-top: calc(65px + constant(safe-area-inset-top));
		margin-top: calc(65px + env(safe-area-inset-top));
	}
}

.notification.hide {
	height: 0;
	overflow: hidden;
}

.notification+.notification {
	margin: 0;
}

.notification_inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	padding: 5px 20px;
	max-width: 1200px;
	margin: auto;
}

.notification_content {
	font-size: 13px;
	color: #000;
}

.notification_close {
	padding: 5px 10px;
	height: auto;
	background: #6f6f6f;
	color: #fff;
	font-weight: 600;
	margin: 3px 0;
}

.notification_close:hover {
	background: #565656;
}

@media screen and (max-width: 1220px) {
	.wo_pre {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
		width: 115px;
		top: 40px;
	}

	.wo_pre:before {
		top: 6px;
		left: -11px;
		border: 11px solid transparent;
		border-left: 12px solid #7ea549;
	}

	.wo_pre:after {
		top: 5px;
		right: -12px;
		border: 13px solid transparent;
		border-top: 13px solid #7ea549;
	}

	.top_left {
		padding: 0;
	}

	.left_menu {
		width: 52px;
	}

	.left_menu:hover {
		width: auto;
	}

	.left_menu>ul {
		width: auto;
	}

	.left_menu_item span {
		display: none;
	}

	.left_menu_item a {
		width: 52px !important;
		overflow: hidden;
		white-space: normal;
		font-size: 9px;
		line-height: 10px;
		text-align: center;
	}

	.left_menu_item+.left_menu_content>.close {
		display: block;
	}

	.left_menu+.content {
		padding-left: 52px;
		padding-left: calc(52px + constant(safe-area-inset-left));
		padding-left: calc(52px + env(safe-area-inset-left));
	}

	.left_menu .arrow_up {
		display: none;
	}

	.path {
		padding: 0 50px;
	}

	.page_content {
		padding: 0 50px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 480px) {
	.left_menu_content {
		display: none !important;
	}

	.price .child {
		display: none;
	}

	.price .adult b {
		margin-right: 20px;
	}

	li.sub+.left_menu_content {
		display: block !important;
	}
}

@media screen and (max-width: 960px) {
	.page .error h1 {
		margin-left: 74px;
		width: 190px;
		padding-top: 50px;
	}

	.page .error h2 {
		margin-left: 60px;
		width: 220px;
	}

	.page .promo h1 {
		padding-top: 0;
		font-size: 35px;
		font-weight: 400;
	}

	.page .not_found h1 {
		margin-left: 74px;
		width: 190px;
		padding-top: 50px;
		font-size: 110px;
		font-weight: 600;
	}

	.page .not_found h2 {
		margin-left: 60px;
		width: 220px;
	}

	.page .success h1 {
		padding-top: 22px;
	}

	.whyseethis {
		left: auto;
		right: 60px;
	}

	.whyseethis li {
		padding: 26px 0;
	}

	.inf_material {
		max-width: 670px;
	}

	.inf_material .main_img {
		margin: 0;
		margin-bottom: 15px;
		border: 0 !important;
		max-width: 100%;
	}

	.inf_material a:nth-child(4) {
		clear: left;
	}

	.inf_material a:nth-child(even) {
		border-right: 7.5px solid transparent;
	}

	.inf_material a:nth-child(odd) {
		border-left: 7.5px solid transparent;
	}

	.inf_material a:not(.main_img) {
		margin-right: 0;
		max-width: 50%;
	}

	.path {
		padding: 0 20px;
	}

	.page_content {
		padding: 0 20px;
	}

	.top_inner div {
		margin: 0 5px;
	}

	.top_inner div:first-child {
		margin-right: 5px;
	}

	.top_inner div:last-child {
		margin-right: 0;
	}

	a.goback {
		display: block;
		float: left;
		margin-left: 75px;
	}
}

@media screen and (max-width: 930px) {
	#bxpager a img:last-child {
		display: none;
	}
}

@media screen and (max-width: 812px) {
	.left_menu_content {
		width: 716px;
	}

	.left_menu .opened .hamb {
		border-color: transparent;
		transition-delay: 0;
	}

	.head,
	.foot_logo {
		position: relative;
	}

	.head .logo,
	.foot_logo .logo {
		height: 58px;
	}

	.top_left:not(#fancybox-buttons) {
		background-size: 160% 100%;
	}

	.benefit div {
		width: 50%;
		margin-bottom: 10px;
	}

	.benefit div:nth-child(3) {
		clear: left;
	}

	.opened .hamb {
		border-color: transparent;
		transition-delay: 0;
	}

	.opened .hamb:before {
		transition-delay: 0.125s;
		transform: translateY(13px) rotate(135deg);
	}

	.opened .hamb:after {
		transition-delay: 0.125s;
		transform: translateY(-13px) rotate(-135deg);
	}
}

@media screen and (max-width: 812px) {
	.hamb {
		border-bottom: 6px solid #fa7455;
		height: 23px;
		text-indent: -999px;
		transition-property: transform, border-color;
		transition-duration: 0.25s;
		transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
	}

	.hamb:before {
		border-top: 6px solid #fa7455;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		transition-delay: 0;
		transform-origin: center;
		top: 4px;
		transition-property: transform, border-color;
		transition-duration: 0.25s;
		transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
	}

	.hamb:after {
		border-top: 6px solid #fa7455;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		transition-delay: 0;
		transform-origin: center;
		bottom: 4px;
		transition-property: transform, border-color;
		transition-duration: 0.25s;
		transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
	}

	.toggler_inner {
		display: none;
	}

	.toggler_text {
		font-size: 16px;
		text-shadow: 0 0 10px #000;
	}

	.toggler_text:first-child::after {
		content: " / ";
		color: #fff;
	}

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

	.content:not(.page)> :not(.head):not(.promo) {
		padding-left: 20px;
		padding-right: 20px;
	}

	.content>div:not(.promo) h2:not(.accord_title) {
		font-size: 40px;
		word-break: break-word;
	}

	.inf_material {
		max-width: 416px;
	}

	.inf_material h5 {
		font-size: 15px;
		padding: 0 10px;
	}

	.inf_material .main_img h5 {
		font-size: 30px;
	}

	.foot_info {
		position: relative;
	}

	.foot_info>div {
		width: 50% !important;
		min-height: 75px;
	}

	.foot_info>div:last-child {
		position: absolute;
		top: 95px;
		right: 0;
	}

	.foot_logo {
		position: absolute;
		top: 113px;
		left: 0;
	}

	.contacts {
		margin-top: 30px;
	}

	.contacts li {
		padding-left: 15%;
	}

	.whyseethis {
		right: 20px;
	}

	.adult {
		font-size: 20px;
		margin: 0;
	}

	.top_inner span {
		display: none;
	}

	.left_menu_content {
		width: 470px;
		padding-left: 55px;
		padding-right: 20px;
	}

	.entry_top h1 {
		font-size: 40px;
	}

	.promo .more {
		line-height: 35px;
		font-size: 15px;
	}

	.foot_menu li {
		margin: 0 19px;
	}

	.pricelist tr:last-child td {
		border-bottom-width: 0;
	}

	.pricelist th {
		display: none;
	}

	.pricelist th:first-child {
		display: block;
	}

	.pricelist td {
		width: 100%;
		align-items: center;
		border-width: 2px;
		border-bottom-width: 0;
		text-align: center;
		display: none;
	}

	.pricelist td:first-child {
		padding: 0;
	}

	.pricelist td:first-child:not([colspan]):not([data-title]) {
		padding: 5px 10px !important;
		justify-content: flex-start;
		font-size: 14px !important;
		font-weight: normal !important;
	}

	.pricelist td:not(.pricelist_shop):nth-child(-n + 2) {
		display: flex;
	}

	.pricelist td.pricelist_shop {
		display: block;
	}

	.pricelist td[colspan]:only-child:not(.price_more) {
		display: block;
		padding: 5px 10px !important;
		font-size: 16px;
	}

	.pricelist td[data-title]:before {
		width: 40%;
		text-align: center;
		content: attr(data-title);
		display: block;
		min-width: 40%;
		border-right: 2px solid #eaeaea;
		margin-right: -2px;
		font-weight: 400;
		font-size: inherit;
	}

	.pricelist td[data-title] div {
		border-left: 2px solid #eaeaea;
	}

	.pricelist td:not([data-title]):not([colspan]):not(:first-child) {
		display: none;
	}

	.pricelist td:not([data-title]):not([colspan]):not(:first-child)+td {
		display: block;
	}

	.pricelist td.price_more {
		font-size: 14px;
		text-align: left;
		padding: 5px 10px 8px;
	}

	.pricelist td div {
		width: 100%;
		text-align: center;
		padding: 5px;
	}

	#bxpager a img:nth-last-child(2) {
		display: none;
	}

	.page .error h1,
	.page .not_found h1 {
		margin-left: 24px;
	}

	.page .error h2,
	.page .not_found h2 {
		margin-left: 10px;
	}

	a.goback {
		margin-left: 25px;
	}

	.price .adult b {
		display: none;
	}
}

@media screen and (min-width: 480px) and (max-width: 812px) and (max-height: 650px) {
	.top_left {
		margin-left: 52px;
	}

	.left_menu {
		position: fixed;
		padding-left: constant(safe-area-inset-left);
		padding-left: env(safe-area-inset-left);
		width: calc(52px + constant(safe-area-inset-left));
		width: calc(52px + env(safe-area-inset-left));
		box-shadow: inset calc(52px + constant(safe-area-inset-left)) 0 0 #4e6172;
		box-shadow: inset calc(52px + env(safe-area-inset-left)) 0 0 #4e6172;
	}

	.left_menu:hover {
		width: 52px;
		width: calc(52px + constant(safe-area-inset-left));
		width: calc(52px + env(safe-area-inset-left));
	}

	.left_menu:after {
		content: "";
		display: table;
		clear: both;
	}

	.left_menu.ext_left {
		width: 374px;
		width: calc(374px + constant(safe-area-inset-left));
		width: calc(374px + env(safe-area-inset-left));
	}

	.left_menu>ul {
		display: none;
	}

	.left_menu_item {
		height: 33.33%;
		width: 52px;
	}

	.left_menu_item:hover {
		background: 0;
	}

	.left_menu .mob_menu {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 100%;
		overflow: hidden;
		justify-content: space-between;
	}

	.left_menu .mob_menu li {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 9px;
		line-height: 10px;
		text-align: center;
		color: #d2d2d2;
		width: 64.5px;
		padding: 0 5px;
	}

	.left_menu .mob_menu li:nth-child(-n + 4) {
		width: 52px;
		height: 25%;
	}

	.left_menu .mob_menu li>a {
		min-height: 70px;
		background: none !important;
	}

	.left_menu .mob_menu li>a:before {
		float: none;
		margin: auto;
		background-size: 30px;
		height: 50px;
		background-color: transparent;
	}

	.left_menu .t_hamb {
		position: relative;
		width: 35px;
		height: 30px;
		margin-bottom: 13px;
	}

	.left_menu .hamb {
		height: 19px;
	}

	.left_menu .hamb:before {
		top: 0;
	}

	.left_menu .hamb:after {
		bottom: -2px;
	}

	.not_wrap .left_menu {
		position: fixed;
		top: 0;
	}

	.t_hamb .hamb {
		border-color: #d8d8d8;
	}

	.t_hamb .hamb:before {
		border-color: #d8d8d8;
	}

	.t_hamb .hamb:after {
		border-color: #d8d8d8;
	}

	.no_scroll .left_menu {
		margin: 0;
	}
}

@media screen and (max-width: 600px) {
	.m_hamb {
		display: block;
		position: relative;
		float: right;
		width: 40px;
		height: 40px;
		cursor: pointer;
		margin-right: 20px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.related_inner {
		flex-direction: column;
	}

	.rel {
		flex: 100% 0 0;
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}

	.rel .rating {
		margin-top: 10px;
	}

	.whyseethis {
		display: none;
	}

	.top_inner>div:first-child {
		display: none;
	}

	.content>div:not(.promo) .message h2:not(.accord_title) {
		font-size: 30px;
	}

	.message h3 {
		font-size: 17px;
		margin-top: 0;
	}

	.message h3:before {
		font-size: 25px;
		line-height: 19px;
		margin-right: 7px;
	}

	#bxpager a img:nth-last-child(3) {
		display: none;
	}

	.page .not_found h1,
	.page .error h1 {
		margin-left: auto;
	}

	.page .not_found h2,
	.page .error h2 {
		width: auto;
		margin: 0;
	}

	a.goback {
		float: none;
		display: table;
		margin: auto;
		margin-top: 15px;
	}
}

@media screen and (max-width: 479px) {
	.toggler {
		top: 10px;
		right: 0;
		width: 50%;
		justify-content: center;
		padding-left: 56px;
	}

	.wo_pre {
		font-size: 11px;
		width: 100px;
		top: 35px;
		left: -6px;
	}

	.wo_pre:before {
		top: 5px;
		left: -12px;
		border: 13px solid transparent;
		border-left: 13px solid #7ea549;
	}

	.publ_content {
		flex-direction: column;
	}

	.publ_message {
		padding: 0;
		padding-top: 20px;
	}

	.page .error h1,
	.page .not_found h1 {
		padding-top: 50px;
	}

	.left_menu {
		position: fixed;
		width: 100%;
		height: auto;
		max-height: 65px;
		background: #4e6172;
		padding: 0 10px;
		transition: all 0.3s ease;
		padding-top: constant(safe-area-inset-top);
		padding-top: env(safe-area-inset-top);
		max-height: calc(65px + constant(safe-area-inset-top));
		max-height: calc(65px + env(safe-area-inset-top));
	}

	.left_menu:hover {
		width: 100%;
		overflow: hidden;
	}

	.left_menu>ul {
		display: none;
	}

	.left_menu>ul.mob_menu {
		display: block;
		height: 100%;
	}

	.left_menu_item {
		float: left;
		width: 52px;
	}

	.left_menu .mob_menu li {
		display: block;
		width: 33.33%;
		font-size: 9px;
		line-height: 10px;
		text-align: center;
		color: #d2d2d2;
	}

	.left_menu .mob_menu li:hover {
		color: #fff;
	}

	.left_menu .mob_menu li:nth-child(-n + 4) {
		width: 25%;
	}

	.left_menu .mob_menu li:last-child {
		float: right;
	}

	.left_menu .mob_menu li>a {
		height: 65px;
		width: auto !important;
	}

	.left_menu .mob_menu li>a:before {
		float: none;
		margin: auto;
		background-size: 30px;
		height: 50px;
	}

	.left_menu .t_hamb {
		position: relative;
		width: 35px;
		height: 30px;
		margin: auto;
		margin-top: 11px;
		margin-bottom: 9px;
	}

	.left_menu .hamb {
		height: 19px;
	}

	.left_menu .hamb:before {
		top: 0;
	}

	.left_menu .hamb:after {
		bottom: -2px;
	}

	.left_menu+.content {
		padding-left: 0;
	}

	.skiptranslate:not([style^="display"]):not(#goog-gt-tt)~.wrap>.left_menu {
		top: 40px;
	}

	.not_wrap .left_menu {
		position: fixed;
		top: 0;
	}

	.ext_left {
		max-height: 400px;
		padding-bottom: 8px;
	}

	.ext_left .mob_menu {
		-moz-columns: initial;
		columns: initial;
	}

	.categories li {
		display: block;
		padding: 0;
	}

	.foot_info {
		padding: 0;
	}

	.foot_info>div {
		width: 100% !important;
		float: none;
	}

	.foot_info>div:last-child {
		position: static;
		margin-top: 20px;
	}

	.foot_logo {
		position: static;
		margin-bottom: 20px;
	}

	.call {
		line-height: 35px;
	}

	.price .child {
		display: none;
	}

	.price img {
		display: none;
	}

	.price .adult b {
		margin-right: 20px;
	}

	.comments {
		overflow: hidden;
	}

	.commTable [name="subs"] {
		width: 100%;
	}

	.commTable>tbody>tr>td:not([colspan]) {
		display: block;
	}

	.g-recaptcha {
		transform: scale(0.91);
		margin-right: -17px;
		margin-left: -14px;
	}

	.responsive_block>div {
		float: none;
		width: 100%;
		border: 0 !important;
	}

	.responsive_block>div:first-child {
		margin-bottom: 10px;
	}

	.t_hamb .hamb {
		border-color: #d8d8d8;
	}

	.t_hamb .hamb:before {
		border-color: #d8d8d8;
	}

	.t_hamb .hamb:after {
		border-color: #d8d8d8;
	}

	.benefit div {
		width: 100%;
		float: none;
	}

	.contacts li {
		padding-left: 26%;
	}

	.social {
		width: 260px;
	}

	.social a {
		margin: 5px;
	}

	#buttons_rotation a:last-child {
		display: none;
	}

	.no_scroll .left_menu {
		margin: 0;
	}

	.page_sel {
		text-align: center;
	}

	.page_sel>span>* {
		padding: 4px 14px;
		margin: 0 2px;
		margin-top: 5px;
	}
}

@media screen and (max-width: 320px) {
	.promo .maintitle {
		padding-top: 20px;
	}

	.inf_material .main_img h5 {
		line-height: normal;
	}

	.contacts li {
		padding-left: 15%;
	}
}

#allEntries>div:nth-of-type(odd) .service {
	padding-right: 12px;
	clear: left;
}

#allEntries>div:nth-of-type(even) .service {
	padding-left: 12px;
}

.p_meth label {
	display: block;
}

.commTable .codeButtons {
	width: auto !important;
	padding: 0 10px !important;
	margin-bottom: 2px;
}

.welcome {
	max-width: 375px;
	margin: 20px auto;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	padding-bottom: 20px;
	box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08);
	max-height: calc(100vh - 40px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-image: linear-gradient(to top, #fa7455 0%, #fa7455 100%);
	background-size: 100% 218px;
	background-repeat: no-repeat;
}

@media screen and (max-height: 650px) and (max-width: 812px) and (min-width: 480px),
(max-width: 479px) {
	.welcome {
		margin: 0;
		border-radius: 0;
		max-height: 100%;
		height: 100vh;
		max-width: 100%;
		background-attachment: fixed;
	}
}

@media screen and (max-width: 479px) {
	.welcome {
		margin: 65px 0 0;
		max-height: calc(100vh - 65px);
		background-size: 100% 283px;
	}
}

.welcome_header {
	color: #fff;
	padding: 32px 32px 80px;
	margin-bottom: -53px;
}

.welcome_title {
	margin-top: 0;
	margin-bottom: 10px;
}

.welcome_descr.welcome_descr {
	font-size: 15px;
	line-height: normal !important;
}

.welcome_content {
	margin: 0 20px;
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
	padding: 16px;
	border-radius: 10px;
}

.welcome_content ul {
	margin-bottom: 0;
}

.welcome_content+.welcome_content {
	margin-top: 16px;
}

.welcome_content .button {
	width: 100%;
}

.welcome_top {
	display: flex;
}

.welcome_top_logo {
	flex: 0 0 70px;
	height: 70px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.welcome_top_info.welcome_top_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 70px);
	padding: 0 0 0 16px;
	color: #888;
}

.welcome_top_info.welcome_top_info p {
	margin: 0;
	margin-bottom: 2px;
	color: #000;
	font-weight: 600;
	font-size: 18px;
}

.price-discount {
	font-size: 14px;
	color: #000;
	margin-right: 5px;
	display: table;
	text-align: left;
	position: relative;
	bottom: -2px;
}

.price-discount:after {
	content: "";
	height: 1px;
	width: 100%;
	display: table;
	top: calc(50% - 1px);
	position: absolute;
	border-top: #000 1px solid;
	border-bottom: #fff 1px solid;
}

.cats .catNumData,
.cats .catDescr {
	display: none;
}

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

	.service .price,
	.service .serv_descr {
		pointer-events: none;
	}
}

@media screen and (max-width: 400px) {
	.service .rating .count span {
		display: block !important;
		width: 100%;
		position: relative;
		left: -22px;
	}
}

@media screen and (max-width: 330px) {
	.service .rating .count span {
		display: none !important;
	}
}

.price-discount {
	display: none;
}

@media screen and (max-width: 479px) {
	.price-discount {
		display: block;
	}

	.rel .rating {
		display: none !important;
	}
}