<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: Mario Theme
	Version: 1.0
	Author: Ð¢Ð°Ñ€Ð°ÑÐ¾Ð² ÐÐ½Ð´Ñ€ÐµÐ¹
*/




/*--------------------------------------------------------------
&gt;&gt;&gt; Ð¡ÐžÐ”Ð•Ð&nbsp;Ð–ÐÐÐ˜Ð•:
----------------------------------------------------------------
	CSS RESET
	ÐžÐ‘Ð©Ð˜Ð• Ð¡Ð¢Ð˜Ð›Ð˜
		Ð¢ÐµÐºÑÑ‚Ð¾Ð²Ñ‹Ð¹ ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚
		ÐšÐ½Ð¾Ð¿ÐºÐ¸
		Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€Ñ‹
	ÐœÐžÐ”ÐÐ›Ð¬ÐÐ«Ð• Ð¤ÐžÐ&nbsp;ÐœÐ« Ð˜ ÐžÐšÐÐ
		Ð¡Ð¿Ð°ÑÐ¸Ð±Ð¾
		ÐŸÐ¾Ð´Ð±Ð¾Ñ€ Ñ‚ÑƒÑ€Ð°
	Ð¨ÐÐŸÐšÐ
	Ð“Ð›ÐÐ’ÐÐÐ¯
	ÐŸÐžÐ”Ð’ÐÐ›
	ÐœÐ•Ð”Ð˜Ð-Ð—ÐÐŸÐ&nbsp;ÐžÐ¡Ð«

--------------------------------------------------------------*/



/* ==========================================================================
	CSS RESET
========================================================================== */

body { margin: 0; }
main { display: block; }
hr { height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; margin: 0; }
a { background-color: transparent; }
abbr[title] { border-bottom: none; text-decoration: underline; 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 { color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { 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, [hidden] { display: none; }
figure { margin: 0; }



/* ==========================================================================
	ÐžÐ‘Ð©Ð˜Ð• Ð¡Ð¢Ð˜Ð›Ð˜
========================================================================== */
*:not(.ab-icon):not(.ab-item):not(.dashicons):not(.fa):not(ymaps),
*:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 500 14px/1.3 'Manrope', sans-serif;
	color: #482913;
}
body.admin-bar { padding-top: 32px; }
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	margin: 0;
}
h1 { font-size: 48px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a { transition: 0.3s; text-decoration: none; }
a img { vertical-align: bottom; }
em { font-style: italic; }
blockquote {
	border: dotted #666 1px;
	border-left: solid #ff5a00 5px;
	margin: 10px 40px;
	padding: 15px;
	color: #333;
	font-style: italic;
	background: #fcfcfc;
}
blockquote p { margin: 0; }
p { margin: 0;}
ul { margin: 0; padding: 0; list-style: none; }
ol { list-style: decimal inside; }
ol li { margin: 1rem 0; }
input[type='submit'] { cursor: pointer; }
*:focus {
	outline: none !important;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
img {max-width: 100%; max-height: 100%; height: auto; border-style: none; }
iframe { display: block; max-width: 100%; border: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
input, textarea { max-width: 100%; }
textarea { display: block; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
   color: transparent !important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
div#wpadminbar ~ span.select2-container, body.admin-bar &gt; span.select2-container {
	padding-top: 32px !important;
}
@media screen and ( max-width: 782px ) {
	div#wpadminbar ~ span.select2-container, body.admin-bar &gt; span.select2-container {
		padding-top: 46px !important;
	}
}

/* 											Ð¢ÐµÐºÑÑ‚Ð¾Ð²Ñ‹Ð¹ ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚
------------------------------------------------------------- */
.text_content h1, .text_content h2, .text_content h3,
.text_content h4, .text_content h5, .text_content h6,
.text_content p:not(:last-child) {
	margin: 0 0 30px;
}
.text_content table {
	margin: 0 0 30px;
}
.text_content tr:first-child &gt; * {
	background: #eee;
}
.text_content td {
	font-size: 14px;
	padding: 15px;
	text-align: center;
	border: 1px solid #e6e2e3;
}
.text_content ul {
	list-style: none;
	margin: 0 0 30px 30px;
}
.text_content ul li {
	position: relative;
}
.text_content ul li:before {
	content: '';
	position: absolute;
	left: -30px;
	top: 3px;
	width: 20px;
	height: 20px;
	background: url(img/check.svg);
}
.text_content ul li:not(:last-child) {
	margin-bottom: 20px;
}
.text_content ol {
	margin: 0 0 30px 30px;
	padding: 0;
}
.text_content ol li {
	margin: 0 0 5px;
}

/* 													   ÐšÐ½Ð¾Ð¿ÐºÐ¸
------------------------------------------------------------- */
.btn {
	display: inline-flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	border-radius: 20px;
	border: none;
}
.btn.yellow {
	background: #DF7A14;
}
.btn.yellow:hover {
	background-color: #bf6102 !important;
}

/* 													 Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€Ñ‹
------------------------------------------------------------- */
.owl-nav span {
	display: none;
}
.owl-nav button {
	position: absolute;
	top: calc( 50% - 12px);
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.owl-prev {
	left: -55px;
	background: #FF9100 url(img/arrow-left.svg) no-repeat 50% 50% !important;
}
.owl-next {
	right: -55px;
	background: #FF9100 url(img/arrow-right.svg) no-repeat 50% 50% !important;
}
.owl-nav button:hover {
	background-color: #bf6102 !important;
}

.owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -25px;
}
.owl-dots button {
	margin: 0 5px;
}
.owl-dots span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #E8CDA5;
}
.owl-dots .active span {
	background: #CBAF87;
}

/* 											   ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ
------------------------------------------------------------- */
.tamm_open {
	overflow: hidden;
}
.hamburger {
	display: none;
	position: relative;
    z-index: 99999;
	padding: 0 !important;
	line-height: 1 !important;
	width: 30px;
	margin: 4px 15px 0 25px !important;

}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	width: 30px !important;
	background: #482913 !important;
}
.ta_mobile_menu_wrp {
	position: fixed;
	z-index: 9999;
	right: -100%;
	top: 156px;
	bottom: 0;
	width: 100%;
	padding: 50px 40px 0;
	margin: 0 !important;
	overflow: auto;
	transition: .3s;
	background: #FFF9F1;
}
.ta_mobile_menu_wrp * {
	font-family: 'Manrope', sans-serif;
}
body.admin-bar .ta_mobile_menu_wrp {
	top: 188px;
}
.tamm_open .ta_mobile_menu_wrp {
	right: 0;
}
.ta_mobile_menu_wrp .email {
	display: inline-block;
	padding-left: 33px;
	margin: 0 0 30px;
	color: #482913;
	font-size: 18px;
	font-weight: 700;
	background: url(img/mail.svg) no-repeat 0 71% / 18px auto;
}
.ta_mobile_menu_wrp ul {
	list-style: none;
	margin: 0; padding: 0;
}
.ta_mobile_menu_wrp li {
	margin: 0 0 15px;
	list-style: none;
}
.ta_mobile_menu_wrp li a {
	color: #482913;
	font-size: 18px;
}
.ta_mobile_menu_wrp .soc {
	margin: 30px 0 0;
}
.ta_mobile_menu_wrp .soc span {
	display: none;
}
.ta_mobile_menu_wrp .soc a {
	margin-right: 10px;
}

/* 											ÐŸÐ»Ð°Ð²Ð°ÑŽÑ‰Ð¸Ðµ Ð¸ÐºÐ¾Ð½ÐºÐ¸
------------------------------------------------------------- */
.aside-callback-show-button {
	position: fixed;
    z-index: 9999;
    bottom: 60px;
    right: 60px;
    width: 48px;
    height: 48px;
    background: url(img/whatsapp4.svg) no-repeat 50% 50% / contain;
	border-radius: 50px;
}

.aside_soc {
	position: fixed;
	z-index: 9999;
	width: 45px;
	top: 50%;
	right: 0;
}
.aside_soc .item {
	display: flex;
	align-items: center;
	position: relative;
	left: 0;
	width: 140px;
	height: 48px;
	right: -100px;
	color: #482913;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	transition: .5s;
	background: #fff;
}
.aside_soc .item:hover {
	left: -95px;
}
.aside_soc .item img {
	margin: 0 10px;
}
body.podbor_result .aside_soc .item:last-child,
body.home .aside_soc .item:last-child {
	display: none;
}

/* 								   ÐžÐ±Ñ‚ÐµÐºÐ°Ð½Ð¸Ðµ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ¸ Ñ‚ÐµÐºÑÑ‚Ð¾Ð¼
------------------------------------------------------------- */
.aligncenter, [align="center"] {
	display: block;
	margin: 5px auto;
}
.alignright, [align="right"] {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft, [align="left"] {
	float:left;
	margin: 5px 20px 20px 0;
}
.wp-caption {
	max-width: 100%;
	text-align: center;
	padding: 5px 3px 0;
	margin: 0 0 15px;
	background: #fff;
	border: 1px solid #f0f0f0;
}
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* 													   ÐŸÑ€Ð¾Ñ‡ÐµÐµ
------------------------------------------------------------- */
.clearfix:after {
	clear: both;
    content: "";
    display: block;
    height: 0;
}
.justify { text-align: justify; line-height: 0;  font-size: 0; }
.justify:after { content: ''; display: inline-block; width: 100%; }
.justify &gt; * { line-height: 1.2; display: inline-block; vertical-align: top; font-size: initial; }
.container {
	max-width: 1170px;
	margin: 0 auto;
}
body &gt; span.select2-container {
	margin-top: 8px !important;
	z-index: 1;
}
body.admin-bar &gt; span.select2-container {
	margin-top: -24px !important;
}
@media screen and ( max-width: 782px ) {
	body.admin-bar &gt; span.select2-container { margin-top: -38px !important; }
}
.mobile {
	display: none;
}



/* ==========================================================================
	ÐœÐžÐ”ÐÐ›Ð¬ÐÐ«Ð• Ð¤ÐžÐ&nbsp;ÐœÐ« Ð˜ ÐžÐšÐÐ
========================================================================== */

.modal {
	display: none;
	text-align: center;
	padding: 20px;
	box-shadow: 0px 4px 20px 0px #00000014;
	background: #FFF9F1;
	border-radius: 10px;
}
.modal h3 {
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 30px;
}
.modal .wpcf7-form-control-wrap {
	display: block;
	margin: 0 0 20px;
}
.fancybox-close-small {
	padding: 0 !important;
}
.wpcf7-text, .wpcf7-textarea {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	font-size: 18px;
	border: 1px solid #DEDEDE;
	border-radius: 50px;
}
.wpcf7-textarea {
	height: 200px;
	padding: 20px;
	border-radius: 30px;
}
.wpcf7 .btn {
	width: 170px;
	height: 50px;
	font-size: 16px;
	font-weight: 700;
}
.wpcf7 .submit_wrp {
	position: relative;
	display: inline-block;
	margin-top: 30px;
}
.wpcf7-spinner {
	position: absolute;
	margin: 0;
	right: 9px;
	top: 13px;
}
.wpcf7-not-valid-tip,
.wpcf7-form.sent .wpcf7-response-output {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: red !important;
}
.iti__selected-flag {
	border-radius: 20px;
}

/* 													  Ð¡Ð¿Ð°ÑÐ¸Ð±Ð¾
------------------------------------------------------------- */
#modal_thnx {
	width: 340px;
	height: 262px;
}
#modal_thnx p {
	font-size: 22px;
	margin: 40px 0 35px;
}
#modal_thnx .btn {
	width: 230px;
	height: 40px;
	font-size: 16px;
	font-weight: 700;
}

/* 												  ÐŸÐ¾Ð´Ð±Ð¾Ñ€ Ñ‚ÑƒÑ€Ð°
------------------------------------------------------------- */
#modal_tour_select {
	width: 500px;
}

/* 											Ð”Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ðµ Ð¾Ñ‚Ð·Ñ‹Ð²Ð°
------------------------------------------------------------- */
#modal_add_review {
	width: 500px;
}
#stars_wrp {
	text-align: center;
	margin: 0 0 15px;
	border: 1px solid transparent;
	border-radius: 50px;
}
#stars_wrp.not_valid {
	border-color: red;
}
#stars {
	display: inline-block;
	overflow: hidden;
}
#stars input { display: none; }
#stars label {
	float: right;
	width: 37px;
	height: 32px;
	background: url(img/stars.png) no-repeat;
	cursor: pointer;
}
#stars input:checked ~ label {
	background-position: 0 -32px;
}
#stars label:hover, #stars label:hover ~ label {
	background-position: 0 -64px !important;
}



/* ==========================================================================
	Ð¨ÐÐŸÐšÐ
========================================================================== */

/* 														 Ð’ÐµÑ€Ñ…
------------------------------------------------------------- */
#header * {
	font-family: 'Manrope', sans-serif;
}
#header .top {
	background: #FFF6E8;
}
#header .container:before {
	display: none !important;
}
#header .top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
}
#header .logo_wrp {
	display: flex;
	align-items: center;
}
#header .logo {
	margin-right: 10px;
}
#header .lang_wrp {
	display: flex;
	margin-left: 220px;
}

.language-chooser .active {
	display: none !important;
}
html[lang="auto"] .gtranslate_wrapper [data-gt-lang="ru"],
html[lang="ru-RU"] .gtranslate_wrapper [data-gt-lang="ru"],
html[lang="kk"] .gtranslate_wrapper [data-gt-lang="kk"],
.gtranslate_wrapper img {
	display: none !important;
}
.gtranslate_wrapper span {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: .1;
	color: #482913;
	padding: 19px 22px 20px 21px;
	background: #F9E1C0;
	border-radius: 20px;
}
.gtranslate_wrapper span:hover,
.gtranslate_wrapper span:active {
	color: #fff;
	background-color: #bf6102;
}

#header .currency + .select2 {
	margin-left: 25px;
}
.currency_select_dropdown .select2-results__option {
	color: #482913 !important;
	font-size: 20px !important;
	text-align: center;
	background: #fff9f1 !important;
}
.currency_select_dropdown .select2-results__option--highlighted {
	background: #f9e1c1 !important;
}
.currency_select {
	height: auto !important;
	border-radius: 20px !important;
	background: #F9E1C0 url(img/arrow-down2.svg) no-repeat right 14px top 16px !important ;
	border: none !important;
}
.currency_select:hover {
	background: #bf6102 url(img/arrow-down3.svg) no-repeat right 14px top 16px !important ;
}
.currency_select:hover .select2-selection__rendered {
	color: #fff !important;
}
.currency_select .select2-selection__rendered {
	color: #482913 !important;
	font-size: 24px !important;
	padding: 6px 16px !important;
}
.currency_select .select2-selection__arrow {
	display: none !important;
}

#header .call_wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 520px;
}

#header .phone_wrp {
	text-align: right;
}
#header .phone_wrp a {
	display: block;
	line-height: 1;
}
#header .phone {
	color: #482913;
	font-size: 24px;
	font-weight: 600;
	padding: 7px 0 7px 34px;
	background: url(img/phone.svg) no-repeat 0 50%;
}
#header .form_link {
	color: #DF7A14;
	text-decoration-line: underline;
	text-decoration-style: wavy;
	text-underline-offset: 16%;
	text-decoration-thickness: 8.5%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
#header .form_link.mobile {
	display: none;
}
.whatsapp_btn {
	display: inline-block;
	line-height: 1;
	color: #482913;
	font-weight: 700;
	padding: 13px 16px 12px 50px;
	background: #FCE1C0 url(img/whatsapp2.svg) no-repeat 10px 50%;
	border-radius: 20px;
}

/* 														  ÐÐ¸Ð·
------------------------------------------------------------- */
#header .bottom {
	background: #FFF6E8;
}
#header .bottom .container {
	background: #482913;
	border-radius: 10px;
}
#header .bottom .top_menu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .bottom li {
	display: inline-block;
	line-height: 1;
}
#header .bottom li a {
	display: inline-block;
	padding: 15px 0;
	font-size: 20px;
	color: #fff;
}
.block_soc_icons a {
	text-decoration: none !important;
}
.block_soc_icons a:not(:last-child) {
	margin-right: 14px;
}



/* ==========================================================================
	Ð“Ð›ÐÐ’ÐÐÐ¯
========================================================================== */

.front_page .title {
	font-size: 32px;
	font-weight: 700;
}

/* 												 Ð¤Ð¾Ñ€Ð¼Ð° Ð¿Ð¾Ð¸ÑÐºÐ°
------------------------------------------------------------- */
.search_form {
	padding: 40px 0 70px !important;
	background: linear-gradient(to bottom,  #fff6e8 0%,#fffbf4 100%);
}
.search_form p {
	text-align: center;
	font-size: 20px;
	color: #FFF6E8;
	margin: 30px 0 0;
}

/* 													   Ð‘Ð°Ð½Ð½ÐµÑ€
------------------------------------------------------------- */
.front_page .banner {
	/*background: #482913;*/
}
.front_page .banner .container {
	position: relative;
}
.front_page .banner img {
	border-radius: 10px;
}
.front_page .banner .mobile {
	display: none;
}

/* 									Ð˜Ð½Ñ‚ÐµÑ€ÐµÑÐ½Ñ‹Ðµ Ñ‚ÑƒÑ€Ð¿Ñ€ÐµÐ´Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ
------------------------------------------------------------- */

.front_page .block_2 {
	padding: 60px 0 110px;
}

.front_page .block_2 h2 {
	margin: 0 0 40px;
}
.front_page .block_2 h2 .select2 {
	top: -3px;
	margin-left: 10px;
}
.front_page .block_2 h2 .select2-selection--single {
	border: 0;
}
.front_page .block_2 h2 .select2-selection__rendered {
	position: relative;
	color: #4B4E68;
	padding: 0 0 5px;
	border-bottom: 2px dashed #4B4E68;
}
.front_page .block_2 h2 .select2-selection--single {
	padding-right: 26px;
	background: url(img/arrow-down.svg) no-repeat 100% 11px;
}
.front_page .block_2 h2 .select2-selection__arrow {
	display: none;
}
.city_select_options {
	font-size: 18px;
	background: #FFF9F1;
    border-radius: 0 0 10px 10px;
	border: none;
	overflow: hidden;
}
.city_select_options .select2-results__option {
	padding: 7px 20px;
}
.city_select_options .select2-results__option[aria-selected=true] {
	color: #482913;
	background-color: transparent !important;
}
.city_select_options .select2-results__option--highlighted[aria-selected] {
	color: #482913;
	background: #F9E1C0 !important;
}

.front_page .block_2 .owl-stage {
	display: flex;
}
.front_page .block_2 .owl-item {
	background: #FFF9F1;
	border-radius: 10px;
}
.front_page .block_2 .last {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	justify-content: space-between;
	height: 100%;
	padding: 45px 20px 25px;
	text-align: center;
	font-size: 20px;
	color: #482913;
	background: url(img/img-52.jpg) no-repeat 50% 50% / cover;
	border-radius: 10px;
}
.front_page .block_2 .last btn {
	height: 40px;
}
.front_page .block_2 .img_wrp {
	position: relative;
	padding-top: 89%;
	border-radius: 10px;
}
.front_page .block_2 .discount,
.front_page .block_3 .discount {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: url(img/discount.svg);
}
.front_page .block_3 .discount {
	right: auto;
	left: 10px;
}
.front_page .block_2 .tags {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 10px;
}
.front_page .block_2 .tags a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	line-height: .8;
	padding: 9px 14px 8px;
	margin: 0 4px 4px 0;
	border-radius: 20px;
	background: #14A2DF;
}
.front_page .block_2 .img_wrp + a {
	display: block;
	padding: 0 12px 20px;
	color: #482913;
}
.front_page .block_2 h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	min-height: 52px;
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0 10px;
}
.front_page .block_2 .price {
	text-align: center;
	color: #DF7A14;
	font-size: 20px;
	font-weight: 700;
}
.front_page .block_2 p {
	height: 58px;
	overflow: hidden;
	margin: 10px 0;
}
.front_page .block_2 .time {
	height: 24px;
	text-align: center;
	margin: 0 0 20px;
}
.front_page .block_2 .time span {
	display: inline-block;
	padding: 3px 0 3px 34px;
	background: url(img/clock.svg) no-repeat 0 50%;
}
.front_page .block_2 .btn {
	display: flex;
	height: 40px;
	font-size: 16px;
	font-weight: 700;
}
.front_page .slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -55px;
}

/* 											 ÐŸÐ¾Ð¿ÑƒÐ»ÑÑ€Ð½Ñ‹Ðµ Ð¾Ñ‚ÐµÐ»Ð¸
------------------------------------------------------------- */
.front_page .block_3 {
	padding: 60px 0 110px;
	background: #FFF9F1;
}
.front_page .block_3 .countries {
	margin: 30px 0;
	padding: 0 0 8px;
	border-bottom: 1px solid #E8CDA5;
}
.front_page .block_3 .countries span {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	padding: 5px 0 5px 30px;
	margin: 0 50px 10px 0;
}
.front_page .block_3 .countries .active {
	color: #4D7159;
	border-bottom: 2px solid #4D7159;
}

.front_page .block_3 .owl-stage {
	display: flex;
}
.front_page .block_3 .owl-item {
	background: #fff;
	border-radius: 10px;
}
.front_page .block_3 .last {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	justify-content: space-between;
	height: 100%;
	padding: 45px 30px 26px;
	text-align: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
	background: url(img/img-51.jpg) no-repeat 50% 50% / cover;
	border-radius: 10px;
}
.front_page .block_3 .last img {
	display: inline-block;
	width: 36px;
	margin-top: 20px;
}
.front_page .block_3 .last .btn {
	width: 111px;
	height: 31px;
	font-size: 14px;
}
.front_page .block_3 .img_wrp {
	position: relative;
	padding-top: 89%;
	border-radius: 10px;
}
.front_page .block_3 .img_wrp .tags {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	flex-direction: column;
	align-items: end;
}
.front_page .block_3 .img_wrp .tags span,
.front_page .block_3 .img_wrp .tags a {
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 4px;
	padding: 7px 14px 6px;
	background: #DF7A14;
	border-radius: 20px;
}
.front_page .block_3 .img_wrp + a {
	display: block;
	padding: 0 10px 20px;
	color: #482913;
}
.front_page .block_3 .meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 20px;
	margin: 6px 0 0;
}
.front_page .block_3 .meta .resort {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}
.front_page .block_3 .meta i {
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 1;
	background: url(img/star-empty.svg);
}
.front_page .block_3 .meta .full {
	background: url(img/star-full.svg);
}
.front_page .block_3 h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	min-height: 43px;
	font-size: 16px;
	font-weight: 700;
	margin: 5px 0 17px;
}
.front_page .block_3 .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.front_page .block_3 .bottom .btn {
	width: 111px;
	height: 31px;
}

/* 											  ÐšÐ°Ðº Ð¼Ñ‹ Ñ€Ð°Ð±Ð¾Ñ‚Ð°ÐµÐ¼
------------------------------------------------------------- */
.front_page .block_4 {
	padding: 60px 0 40px;
}
.front_page .block_4 h2 {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 30px;
}
.front_page .block_4 .wrp {
	display: flex;
}
.front_page .block_4 .left,
.front_page .block_4 .right {
	width: 50%;
	height: 390px;
	border-radius: 20px;
}
.front_page .block_4 .left {
	margin-right: 15px;
	padding: 92px 28px 0 301px;
	background: #FFF9F1 url(img/block_4-1.png) no-repeat 0 100%;
}
.front_page .block_4 .left ul {
	padding-left: 30px;
	margin: 0 0 117px;
}
.front_page .block_4 .left li {
	font-size: 20px;
	list-style: disc;
	line-height: 1.4;
}
.front_page .block_4 .right {
	position: relative;
	margin-left: 15px;
	padding: 293px 0 0 301px;
	background: #FFF9F1 url(/wp-content/themes/sheftour/img/block_4-2.png) 70px 30px no-repeat;
}
.front_page .block_4 .reviews {
	position: absolute;
	left: 180px;
	top: 55px;
	width: 370px;
	padding: 20px 30px;
	background: #482913;
	border-radius: 20px;
	opacity: .9;
}
.front_page .block_4 .reviews .item {
	padding: 7px 0;
	color: #FFF9F1;
}
.front_page .block_4 .reviews .item:first-child {
	padding-top: 0;
}
.front_page .block_4 .reviews .item:last-child {
	padding-bottom: 0;
}
.front_page .block_4 .reviews .item:not(:last-child) {
	border-bottom: 1px solid #FFF9F1;
}
.front_page .block_4 .reviews .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.front_page .block_4 .reviews p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0;
}
.front_page .block_4 .reviews .name {
	font-size: 20px;
}


.front_page .block_4 .btn {
	font-size: 18px;
	font-weight: 700;
	width: 170px;
	height: 50px;
	border-radius: 30px;
}

/* 											ÐŸÐ¾Ð¿ÑƒÐ»ÑÑ€Ð½Ñ‹Ðµ ÑÑ‚Ñ€Ð°Ð½Ñ‹
------------------------------------------------------------- */
.front_page .block_5 {
	padding: 60px 0;
	background: #FFF9F1;
}
.front_page .block_5 .from {
	margin: 30px 0;
	padding: 0 0 4px;
	border-bottom: 1px solid #E8CDA5;
}
.front_page .block_5 .from span {
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}
.front_page .block_5 .from span:not(:last-child) {
	margin-right: 50px;
}
.front_page .block_5 .from .active {
	color: #4D7159;
	border-bottom: 2px solid #4D7159;
}
.front_page .block_5 section:not(.active) {
	display: none;
}
.front_page .block_5 .countries_wrp {
	overflow: hidden;
}
.front_page .block_5 .countries {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
.front_page .block_5 .country {
	flex-basis: calc(33.3% - 30px);
	margin: 15px;
	background: #4D7159;
	border-radius: 10px;
}
.front_page .block_5 .country .img {
	position: relative;
	height: 184px;
	border-radius: 10px;
}
.front_page .block_5 .country_logo {
	position: absolute;
	top: 11px;
	left: 11px;
}
.country_tags {
	position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
}
.country_tags a {
	display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    line-height: .8;
    padding: 9px 14px 8px;
    margin: 0 4px 4px 0;
    border-radius: 20px;
}
.front_page .block_5 .insta {
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 230px;
	padding: 40px 30px 30px;
	color: #fff;
	text-align: center;
}
.front_page .block_5 .insta .text_1 {
	display: block;
	font-size: 20px;
}
.front_page .block_5 .insta .text_2 {
	display: block;
	margin: 10px 0 0;
}
.front_page .block_5 .insta .btn {
	width: 148px;
	height: 40px;
	font-size: 16px;
	font-weight: 700;
}
.front_page .block_5 .country .meta {
	height: 46px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	color: #fff;
}
.front_page .block_5 .country .country_name {
	font-size: 20px;
}
.front_page .block_5 .country .price {
	font-size: 16px;
	font-weight: 700;
}
.front_page .block_5 .more_countries {
	display: none;
	max-width: 280px;
	margin: 15px auto 0;
	padding: 11px 0;
	color: #DF7A14;
	text-align: center;
	cursor: pointer;
	border-radius: 50px;
	border: 1px solid #DF7A14;
	transition: .3s;
}
.front_page .block_5 .more_countries:hover {
	color: #fff;
	background: #DF7A14;
}

/* 														Ðž Ð½Ð°Ñ
------------------------------------------------------------- */
.front_page .block_6 {
	padding: 60px 0;
	text-align: center;
}
.front_page .block_6 .container {
	position: relative;
}
.front_page .block_6 .wrp {
	display: flex;
}
.front_page .block_6 .left {
	flex-shrink: 0;
	width: 370px;
	height: 445px;
	margin-right: 30px;
	background: url(img/block_5-1.png) no-repeat 50% 50% / cover;
}
.front_page .block_6 .right {
	max-width: 770px;
}
.front_page .block_6 .text_1 {
	font-size: 24px;
	font-weight: 700;
}
.front_page .block_6 p {
	margin: 28px 0 0;
	font-size: 20px;
}
.front_page .block_6 .text_2 {
	margin-top: 40px;
}

/* 														ÐšÐ°Ñ€Ñ‚Ð°
------------------------------------------------------------- */
.map_wrp {
	position: relative;
	overflow: hidden;
}
#map {
	height: 566px;
}
.map_wrp .info {
	position: absolute;
	z-index: 1;
	left: calc( ( 100% - 1170px ) / 2 );
	top: calc( 50% - 223px );
	padding: 30px 50px 30px 30px;
	background: #E8CDA5;
	border-radius: 10px;
}
.map_wrp .info .title {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 25px;
}
.map_wrp .select2 {
	top: -3px;
	margin-left: 10px;
}
.map_wrp .select2-selection--single {
	border: 0;
}
.map_wrp .select2-selection__rendered {
	position: relative;
	color: #4B4E68 !important;
	padding: 0 0 5px !important;
	border-bottom: 2px dashed #4B4E68;
}
.map_wrp .select2-selection--single {
	padding-right: 26px;
	background: url(img/arrow-down.svg) no-repeat 100% 12px;
}
.map_wrp .select2-selection__arrow {
	display: none;
}
.map_wrp .info p {
	padding: 13px 0 13px 40px;
	font-size: 20px;
	font-weight: 500;
	color: #1E1F21;
	line-height: 1;
}
.map_wrp .info a {
	color: #1E1F21;
}
.map_wrp .info a:hover {
	text-decoration: underline;
}
.map_wrp .address {
	background: url(img/pointer.svg) no-repeat 0 11px;
}
.map_wrp .work_time {
	background: url(img/clock2.svg) no-repeat 0 10px;
}
.map_wrp .email {
	background: url(img/mail.svg) no-repeat 0 10px;
}
.map_wrp .tel {
	background: url(img/phone3.svg) no-repeat 0 8px;
}
.map_wrp .whatsapp_btn {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 500;
}
.map_wrp .whatsapp_btn.insta {
	margin-left: 10px;
	background-image: url(img/instagram.svg);
}
.map_wrp .whatsapp_btn.tg {
	margin-left: 10px;
	background-image: url(img/telegram.svg);
}
.map_wrp .text1 {
	font-size: 20px;
	margin: 30px 0 20px;
}
.map_wrp .link {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #482913;
	padding: 5px 0 5px 35px;
	text-decoration: none !important;
}
.map_wrp .link span {
	border-bottom: 1px dashed;
}
.map_wrp .link:not(:last-child) {
	margin-right: 25px;
}
.map_wrp .gm {
	background: url(img/google-maps.png) no-repeat 0 50%;
}
.map_wrp .gis {
	background: url(img/2gis.png) no-repeat 0 50%;
}
.map_wrp .ya {
	background: url(img/ya-maps.png) no-repeat 0 50%;
}

/* 											   Ð¤Ð¾Ñ€Ð¼Ð° Ð¿Ð¾Ð´Ð¿Ð¸ÑÐºÐ¸
------------------------------------------------------------- */
.front_page .block_7 {
	padding: 18px 0;
	background: #FFF9F1;
}
.front_page .block_7 .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.front_page .block_7 .wrp {
	display: flex;
	align-items: center;
}
.front_page .block_7 p {
	max-width: 360px;
	margin: 0 33px;
	font-size: 20px;
}
.front_page .block_7 .wpcf7 {
	max-width: 570px;
}
.front_page .block_7 [type="tel"] {
	width: 370px;;
}
.front_page .block_7 .wpcf7 .submit_wrp {
	margin: 0;
}
.front_page .block_7 .btn {
	margin-left: 25px;
}
.front_page .block_7 .wpcf7-spinner {
	position: absolute;
}



/* ==========================================================================
	Ð”Ð•Ð¤ÐžÐ›Ð¢ÐÐÐ¯ Ð¡Ð¢Ð&nbsp;ÐÐÐ˜Ð¦Ð
========================================================================== */

.page_standard {
	font-size: 18px;
	padding-top: 40px;
	padding-bottom: 40px;
}



/* ==========================================================================
	Ð¡Ð¢Ð&nbsp;ÐÐÐ˜Ð¦Ð Ð&nbsp;Ð•Ð—Ð£Ð›Ð¬Ð¢ÐÐ¢ÐžÐ’ ÐŸÐžÐ”Ð‘ÐžÐ&nbsp;Ð
========================================================================== */

.podbor_result #header {
	margin-bottom: 30px;
}
.ssam-container-main {
	min-height: 200px;
}

@media screen and (max-width: 700px) {
	.ssam-container-main {
		min-height: auto;
	}
	.pf-container {
		padding: 20px 15px 40px;
		background: #FFF6E8;
	}
	.resultset {
		margin-top: 30px !important;
	}
}



/* ==========================================================================
	ÐŸÐžÐ”Ð’ÐÐ›
========================================================================== */

#footer * {
	font-family: 'Manrope', sans-serif;
}

/* 													 ÐŸÐ°Ñ€Ñ‚Ð½ÐµÑ€Ñ‹
------------------------------------------------------------- */
#footer .owl-stage {
	display: flex;
	align-items: center;
	padding-top: 23px;
	padding-bottom: 23px; 
}
.partners .item {
	position: relative;
}
.partners .item:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #CBAF87;
}

/* 														 Ð’ÐµÑ€Ñ…
------------------------------------------------------------- */
#footer .top {
	color: #FFF6E8;
	padding: 50px 0;
	background: #482913;
}
#footer .top *:before, #footer .top *:after {
	display: none !important;
}
#footer .top &gt; .container {
	padding: 0 !important;
}
#footer .top .row {
	margin: 0 !important;
}
#footer .top a {
	color: #FFF6E8;
}
#footer .top .row {
	display: flex;
	justify-content: space-between;
}
#footer .top ul,
#footer .top li {
	display: inline-block;
}
#footer .top li {
	font-size: 20px;
}
#footer .top li:not(:last-child) {
	margin-right: 20px;
}
#footer .top .logo {
	position: relative;
	top: -20px;
	margin-right: 50px;
}
#footer .top address {
	font-style: normal;
}
#footer .top .row2 {
	margin: 17px 0 0;
	font-size: 20px;
}
#footer .top .phones {
	position: relative;
	top: -60px;
	text-align: right;
}
#footer .top .email,
#footer .top .phone {
	display: inline-block;
	padding: 3px 0 3px 44px;
}
#footer .top .email {
	margin: 5px 0 13px;
}
#footer .top .row2 a:hover span {
	text-decoration: underline;
}
#footer .top .row2 .phone {
	background: url(img/phone4.svg) no-repeat 0 50%;
}
#footer .top .row2 .email {
	background: url(img/mail2.svg) no-repeat 0 50%;
}
#footer .top .links {
	margin: 0 0 15px;
}
#footer .top .links a {
	color: #DF7A14;
}
#footer .top .links a:not(:last-child) {
	margin-right: 30px;
}
#footer .top .links a:hover {
	text-decoration: underline;
}
#footer .top .row3 .right {
	position: relative;
	top: -30px;
	text-align: right;
}
#footer .top .row3 .right a:hover span {
	text-decoration: underline;
}

/* 														  ÐÐ¸Ð·
------------------------------------------------------------- */
#footer .bottom {
	padding: 30px 0;
	font-size: 12px;
	font-weight: 400;
	background: #FFF6E8;
}
#footer .bottom span {
	color: #DF7A14;
}

#footer .mobile {
	text-align: center;
}
#footer .mobile .row_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .mobile .row_1 .logo {
	top: 0;
	margin: 0;
	height: 64px;
}
#footer .mobile .row_2 {
	margin: 20px 0 30px;
}
#footer .mobile .row_4 {
	margin: 30px 0;
}
#footer .mobile .row_4 a {
	display: block;
	padding: 5px 0;
	color: #DF7A14;
}
#footer .mobile .row_5 {
	display: inline-block;
	max-width: 400px;
}




/* ==========================================================================
	ÐœÐ•Ð”Ð˜Ð-Ð—ÐÐŸÐ&nbsp;ÐžÐ¡Ð«
========================================================================== */

@media screen and (max-width: 1500px) {
	.front_page .block_6 { overflow: hidden; }
}

@media screen and (max-width: 1300px) {
	.owl-next, .owl-prev { display: none; }
}

@media screen and (max-width: 1200px) {
	.container { padding-left: 15px !important; padding-right: 15px ! important; }
	.search_form { padding: 70px 15px 110px !important; }
	.front_page .block_4 .wrp { display: block; }
	.front_page .block_4 .left, .front_page .block_4 .right { width: 100%; margin: 0; }
	.front_page .block_6 .container:after { display: none; }
	.map_wrp .info { position: initial; }
	.front_page .block_7 .btn { margin-left: 0; }
	.map_wrp .info .title { position: absolute; left: 30px; right: 30px; top: 20px; background: #FFEDD2; border-radius: 4px; font-size: 26px; font-weight: 500; padding: 7px 12px; margin: 0; }
	#header .call_wrp { max-width: 480px; }
	#header .whatsapp_btn { margin-left: 2vw; }
	#header .lang_wrp { margin-left: 10vw; }
}

@media screen and (max-width: 1100px) {
	#header .call_wrp { width: auto; max-width: none; }
	#header .logo { margin: 8px 10px 8px 0; }
}
@media screen and (max-width: 1000px) {
	body { padding-top: 156px; }
	body.admin-bar { padding-top: 188px; }
	#header { position: fixed; top: 0; left: 0; right: 0; z-index: 999; }
	body.admin-bar #header { top: 32px; }
	#header .logo_wrp { margin-left: 15px; }
	#header .bottom { display: none; }
	#header .top .container { flex-wrap: wrap; padding: 0 !important; }
	#header .call_wrp { width: 100%; background: #482913; padding: 8px 0; }
	#header .phone_wrp { position: relative; top: -3px; padding-left: 33px; background: url(img/phone5.svg) no-repeat 14px 8px; }
	#header .phone { color: #FFF9F1; padding: 7px 0 2px 15px; }
	#header .form_link { color: #FFF6E9; }
	#header .whatsapp_btn { margin: 0 15px 0 0; }
	#header .lang_wrp { margin: 0; }
	.search_form { background: #FFF6E8; }
	.search_form p { color: #482913; }
	.hamburger { display: inline-block; }
	.front_page .block_2 .owl-item &gt; *, .front_page .block_3 .owl-item &gt; * { width: 250px; }
	.front_page .block_4 { background: #FFF9F1; }
	.front_page .block_4 { padding: 20px 0 40px; }
	.front_page .block_4 .left { background-color: #FFEDD2; border-radius: 20px; }
	.front_page .block_5 { background: none; }
	.aside_soc { display: none; }
}

@media screen and (max-width: 900px) {
	.front_page .block_5 .country { flex-basis: calc(50% - 30px); }
	.front_page .block_6 .wrp { display: block; }
	.front_page .block_6 .wrp .left { width: 100%; height: auto; margin: 0 0 30px; padding-top: 70%; background: url(img/block_5-2.png) no-repeat 50% 50% / cover; }
	.front_page .block_6 .right { max-width: none; }
	.front_page .block_6 .text_1:not( .text_2 ) { display: none; }
	.front_page .block_6 .slogan { background: #482913; border-radius: 10px; color: #FFF6E9; padding: 9px 10px 7px; }
}

@media screen and (max-width: 800px) {
	.front_page .block_2 .container, .front_page .block_3 .container { padding-right: 0 !important; }
	.front_page .block_5 .from { border: none; }
	.front_page .block_5 .from .active { color: #DF7A14; border-bottom: 2px solid #DF7A14; }
	.front_page .block_5 .from span { display: inline-block; margin: 0 30px 15px 0 !important; }
	.front_page .block_7 .container { display: block; }
	.front_page .block_7 .wrp { margin-bottom: 20px; }
	.front_page .block_7 .wpcf7 .submit_wrp { margin-left: 20px; }
	#footer .top { padding: 30px 0; }
	#footer .top .row1 &gt; div, #footer .top .container { display: none; }
	#footer .top .container.mobile { display: block; }
}

@media screen and (max-width: 782px) {
	body.admin-bar #header { top: 46px; }
	body.admin-bar .ta_mobile_menu_wrp { top: calc(188px + 14px); }
	body.admin-bar { padding-top: calc(188px + 14px); }
}

@media screen and (max-width: 700px) {
	.map_wrp .whatsapp_btn.insta { margin-left: 0; }
}

@media screen and (max-width: 600px) {
	body { padding-top: 141px; }
	.ta_mobile_menu_wrp { top: 141px; }
	#header .logo { max-width: 120px; }
	#header .logo2 { max-width: 120px; }
	.gtranslate_wrapper span { padding: 19px 11px 20px 11px; }
	.currency_select { background: #F9E1C0 url(img/arrow-down2.svg) no-repeat right 8px top 16px !important; }
	.currency_select .select2-selection__rendered { padding: 6px 9px !important; }
	#header .whatsapp_btn { font-size: 0; color: transparent; padding: 0; width: 37px; height: 37px; border-radius: 20px; background: url(img/whatsapp3.svg) no-repeat 50% 50% / cover; }
	.front_page .block_4 .left, .front_page .block_4 .right { height: auto; }
	.front_page .block_4 .left { padding: 32px 20px 0 36vw; background: #FFEDD2 url(img/block_4-1.png) no-repeat 0px 100% / 222px auto; }
	.front_page .block_4 .left ul { margin: 0; }
	.front_page .block_4 .reviews { left: 73px; top: 85px; }
	.front_page .block_4 .left .btn { margin: 35px 0 30px 26px; }
	.front_page .block_4 .right { background: #FFF9F1 url(/wp-content/themes/sheftour/img/block_4-2.png) 18px 30px no-repeat; padding: 293px 0 25px 207px; }
	.front_page .block_7 .wpcf7 .submit_wrp { display: block; margin: 20px 0 0; }
	#map { height: 450px; }
}

@media screen and (max-width: 500px) {
	body { padding-top: 107px; }
	.ta_mobile_menu_wrp { top: 104px; }
	#header .logo { max-width: 73px; }
	#header .logo2 { margin-top: 7px; }
	#header .currency + .select2 { margin-left: 3vw; }
	#header .phone_wrp { background: url(img/phone5.svg) no-repeat 14px 6px; display: flex; justify-content: space-between; align-items: center; position: initial; width: 100%; padding: 9px 15px 7px 47px; }
	#header .phone { font-size: 18px; padding: 0; }
	#header .form_link { display: none !important; position: relative; top: -2px; font-size: 16px; }
	#header .form_link.mobile { display: block !important; }
	#header .whatsapp_btn { display: none; }
	.search_form { padding: 20px 15px 18px !important; }
	.search_form p { font-size: 16px; margin: 18px 0 0; }
	.search_form p br { display: none; }
	.front_page .title { font-size: 20px; }
	.front_page .banner { background: none; }
	.front_page .banner .container { padding-left: 0 !important; padding-right: 0 !important; }
	.front_page .banner img { display: none; }
	.front_page .banner .mobile { display: block; }
	.front_page .block_2 h2 .select2-selection__rendered { padding: 0; }
	.front_page .block_2 h2 .for { display: none; }
	.front_page .block_3 { padding: 25px 0 90px; }
	.front_page .block_3 .countries { border: none; margin: 15px 0; padding: 0; }
	.front_page .block_3 .countries span { font-size: 14px; margin: 0 14px 10px 0; }
	.front_page .block_4 h2 { font-size: 24px; }
	.front_page .block_4 .left { background: #FFEDD2 url(img/block_4-1.png) no-repeat -24px 100% / 194px auto; padding: 32px 20px 0 31vw; }
	.front_page .block_4 .left li { font-size: 14px; }
	.front_page .block_4 .btn { font-size: 14px; width: 145px; height: 40px; }
	.front_page .block_4 .right { padding: 390px 0 0; text-align: center; }
	.front_page .block_4 .reviews { left: auto; right: 0; width: 72vw; }
	.front_page .block_4 .reviews p { text-align: left; }
	.front_page .block_5 { padding: 30px 0 0; }
	.front_page .block_5 .from { margin: 15px 0 15px; }
	.front_page .block_5 .from span { font-size: 14px; margin: 0 15px 10px 0 !important; }
	.front_page .block_5 .country { display: none; flex-basis: 100%; }
	.front_page .block_5 .country:nth-child(1), .front_page .block_5 .country:nth-child(2), .front_page .block_5 .country:nth-child(3), .front_page .block_5 .country:nth-child(4) { display: block; }
	.front_page .block_5 .country .country_name, .front_page .block_5 .country .price { font-size: 14px; }
	.front_page .block_5 .more_countries { display: block; }
	.front_page .block_6 { padding: 30px 0; }
	.front_page .block_6 p { margin: 20px 0 0; font-size: 14px; }
	.front_page .block_6 .text_2 { margin-top: 20px; }
	.front_page .block_6 .text_1 { font-size: 16px; font-weight: 700; }
	.map_wrp .info .title { font-size: 20px; left: 15px; right: 15px; }
	.map_wrp .select2-selection__rendered { padding: 0 !important; }
	#map { height: 300px; }
	.map_wrp .info { padding: 30px 15px 30px 15px; }
	.map_wrp .info p { font-size: 14px; }
	.map_wrp .email { background: url(img/mail.svg) no-repeat 0 6px; }
	.map_wrp .address { background: url(img/pointer.svg) no-repeat 0 8px; }
	.map_wrp .tel { background: url(img/phone3.svg) no-repeat 0 6px; }
	.map_wrp .whatsapp_btn { font-size: 14px; }
	.map_wrp .text1 { font-size: 14px; margin: 20px 0 10px; }
	.map_wrp .link { font-size: 14px; font-weight: 500; }
	.map_wrp .link:not(:last-child) { margin-right: 15px; }
	.front_page .block_7 p { font-size: 14px; margin: 0 0 0 30px; max-width: none; }
	.block_7 .wpcf7-form-control-wrap { display: block; }
	.block_7 .wpcf7-tel, .block_7 .wpcf7-submit { width: 100% !important; }
}

@media screen and (max-width: 390px) {
	body { padding-top: 95px; }
	.ta_mobile_menu_wrp { top: 95px; }
	#header .logo { display: none; }
}










/* == IN CODE WE TRUST == */
</pre></body></html>