/*--------------------------------------------------------------
>>> СОДЕРЖАНИЕ:
----------------------------------------------------------------
	
	ОБЩИЕ СТИЛИ
	ШАБЛОН СТРАНИЦЫ ВИЗ
	ФОРМА ПОИСКА ТУРОВ
	СТРАНИЦА ОДНОГО ТУРА
	СТРАНИЦА БРОНИРОВАНИЯ ТУРА
	СТРАНИЦА ОПЛАТЫ
	ФОРМА ПОДПИСКИ В ПОДВАЛЕ
	МОБИЛЬНАЯ ФОРМА ПОИСКА
	СТРАНИЦА РЕЗУЛЬТАТОВ ПОИСКА
	СТРАНИЦА РЕЗУЛЬТАТОВ ПОИСКА ТУРОВ
	АДАПТИВ
	
--------------------------------------------------------------*/



/* ==========================================================================
	ОБЩИЕ СТИЛИ
========================================================================== */

.wpcf7-response-output,
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
	border: 1px solid red !important;
}

/* 								Уведомления об отправке формы
------------------------------------------------------------- */
#modal_form_sent {
	display: none;
	width: 400px;
	padding: 50px 30px;
	text-align: center;
}
#modal_form_sent .title {
	font-size: 32px;
	line-height: 1.4;
	margin: 0 0 20px;
}

/* 													  Галерея
------------------------------------------------------------- */
.tour_gallery__header {
	max-width: 1365px;
	margin: 0 auto;
	padding: 0 183px;
}
.ta_gallery {
	display: flex;
	flex-wrap: wrap;
	max-width: 999px;
	margin: 0 auto;
}
.ta_gallery .item {
	position: relative;
	width: 33.33%;
	padding-top: 22%;
	border: 1px solid #fff;
}
.ta_gallery a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* 											Текстовый контент
------------------------------------------------------------- */
.text_content p, .text_content h2, .text_content h3,
.text_content h4, .text_content h5, .text_content h6 {
	margin: 0 0 20px;
}
.text_content table {
	margin: 0 0 30px;
}
.text_content tr:first-child > * {
	background: #eee;
}
.text_content td {
	font-size: 14px;
	padding: 15px;
	text-align: center;
	border: 1px solid #e6e2e3;
}
.text_content ul {
	list-style: disc outside;
	margin: 0 0 30px 18px;
}
.text_content ul li {
	margin: 0 0 10px;
}
.text_content ol {
	margin: 0 0 30px 30px;
	padding: 0;
}
.text_content ol li {
	margin: 0 0 5px;
}

/* 													   Прочее
------------------------------------------------------------- */
#menu-osnovnoe-menyu #menu-item-7744 {
	display: none;
}
.ya-share2 {
	margin:  50px 0 0;
}
.ya-share2__icon {
	width: 36px !important;
	height: 36px !important;
}



/* ==========================================================================
	ШАБЛОН СТРАНИЦЫ ВИЗ
========================================================================== */

.tpl_visas .visa__body {
	padding-top: 80px;
}

@media screen and (max-width: 1360px) {
	.subscribe_block { max-width: 840px; }
	.subscribe_block__input { width: 200px; }
	.subscribe_block__title h2 { font-size: 24px; }
}

@media screen and (max-width: 991px) {
	.subscribe_block { max-width: 580px; }
	.subscribe_block__logo { float: left; }
	.subscribe_block_form_wrp { display: block; }
	.subscribe_block__title { float: right; margin: 0 0 20px; }
	.subscribe_block__input { float: right; width: 300px; }
}

@media screen and (max-width: 716px) {
	.subscribe_block_wrp { padding-left: 10%; padding-right: 10%; }
	.subscribe_block { max-width: 100%; }
	.subscribe_block_form_wrp { width: 100%; }
	.subscribe_block__logo { display: none; }
}

@media screen and (max-width: 480px) {
	.subscribe_block_wrp { padding-left: 5%; padding-right: 5%; }
}

@media screen and (max-width: 400px) {
	.subscribe_block { display: block; height: auto; padding: 40px 0; }
	.subscribe_block__input { width: 100%; margin: 20px 0 0; }
	.subscribe_block__title h2 { font-size: 6.8vw; }
	.subscribe_block__title, .subscribe_block__input { float: none; }
}



/* ==========================================================================
	ФОРМА ПОИСКА ТУРОВ
========================================================================== */

.home_search_form {
	position: absolute;
	right: 80px;
	top: 80px;
	width: 300px;
}
.home_search_form * {
	color: #000 !important;
	font-weight: 400;
}
.home_search_form.wait:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: #f3f3f399 url('img/ajax-loader-pink.svg') no-repeat 50% 50%;
}
.home_search_form .reg {
	position: relative;
}
.home_search_form .reg .select2-selection--single {
	position: relative;
	height: 56px;
	border-radius: 8px;
	background: #fff;
}
.home_search_form .placeholder {
	position: absolute;
	left: 16px;
	top: 7px;
	font-size: 12px;
	color: #6F7481 !important;
}
.home_search_form .reg .select2-selection__rendered {
	position: absolute;
	width: 83%;
	left: 16px;
	bottom: 7px;
	padding: 0 !important;
	font-size: 16px;
	color: #2D3038 !important;
}
.home_search_form .reg .select2-selection__arrow {
	height: 56px !important;
	width: 42px !important;
	background: url(../i/arrow-down.svg) no-repeat 50% 50%;
}
.home_search_form .reg .select2-container--open .select2-selection__arrow {
	background: url(../i/arrow-up.svg) no-repeat 50% 50%;
}
.home_search_form .reg .select2-selection__arrow b {
	display: none;
}

.home_search_form #date_range {
	width: 100%;
	height: 56px;
	padding: 13px 40px 0 16px;
	cursor: pointer;
	font-family: Montserrat;
	font-size: 16px;
	border-radius: 8px;
	border: 1px solid #aaa;
	background: #fff url(../i/calendar.svg) no-repeat right 9px top 50%;
}
.home_search_form .date {
	position: relative;
	margin: 10px 0;
}

.home_search_form .people {
	position: relative;
	cursor: pointer;
}
.home_search_form .people label {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 56px;
	cursor: pointer;
	font-size: 16px;
	padding: 25px 35px 0 16px;
	border: 1px solid #aaa;
	border-radius: 8px;
	background: #fff url(../i/arrow-down.svg) no-repeat right 16px top 50%;
}
.home_search_form .people.show label {
	background-image: url(../i/arrow-up.svg);
}
.home_search_form .people_select {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 115%;
	width: 310px;
	padding: 15px;
	cursor: default;
	background: #fff;
	border: 1px solid #E6E7EB;
	border-radius: 8px;
	box-shadow: 0px 0 12px 1px rgb(104 109 122 / 15%);
}
.home_search_form .show .people_select {
	display: block;
}
.home_search_form .people_select p {
	margin: 0 0 18px;
	height: auto;
	font-size: 16px;
}
.home_search_form .people_select .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}
.home_search_form .people_select .adult {
	margin-bottom: 7px;
}
.home_search_form .people_select .adult .minus {
	margin-right: 28px;
}
.home_search_form .people_select .children {
	margin: 0 0 5px;
}
.home_search_form .people_select .children .minus {
	margin-right: 28px;
}
.home_search_form .people_select i {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	line-height: 23px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	cursor: pointer;
	border: 1px solid #ccc;
}
.home_search_form .people_select i:hover {
	background: #eee;
}
.home_search_form .people_select i:active {
	background: #ddd;
}
.home_search_form .people_select .child {
	display: none;
}
.home_search_form .people_select .child.show {
	display: flex;
}
.home_search_form .people_select .child:not(:last-child) {
	margin-bottom: 5px;
}
.home_search_form .people_select s {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	line-height: 23px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	margin: 0 2px;
	border: 1px solid #ccc;
}
.home_search_form .search_btn {
	display: block;
	text-align: center;
	margin: 10px 0 0;
	font-size: 18px;
	background-color: #00000066;
}
.home_search_form .search_btn span {
	color: #fff !important;
}

.search_tours_form .home_search_form {
	position: initial;
	margin: 50px auto 0;
}



/* ==========================================================================
	СТРАНИЦА ОДНОГО ТУРА
========================================================================== */

#buy_tour_form form {
	position: relative;
}
#buy_tour_form .wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 25px;
	background: #448dbc4a;
}
#buy_tour_form .wpcf7-form-control-wrap {
	width: 400px;	
}
#buy_tour_form .tel {
	margin: 0 20px;
}
#buy_tour_form .wpcf7-form-control-wrap input,
#buy_tour_form .wpcf7-form-control-wrap textarea {
	width: 100%;
	height: 55px;
	color: #333;
	padding: 0 15px;
	font-size: 18px;
	background: #fff;
	border-radius: 8px;
}
#buy_tour_form .question {
	width: 100%;
	margin: 20px 0 0;
}
#buy_tour_form .wpcf7-form-control-wrap textarea {
	width: 100%;
	resize: none;
	overflow: hidden;
	min-height: 100px;
	padding: 15px;
	font-size: 20px;
	border: none;
	outline: none !important;
}
#buy_tour_form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
	font-family: Montserrat;
	font-weight: 100;
	color: #666;
	font-size: 14px;
}
#buy_tour_form .wpcf7-form-control-wrap textarea::-moz-placeholder {
	font-family: Montserrat;
	font-weight: 100;
	color: #666;
	font-size: 14px;
}#buy_tour_form .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
	font-family: Montserrat;
	font-weight: 100;
	color: #666;
	font-size: 14px;
}#buy_tour_form .wpcf7-form-control-wrap textarea:-moz-placeholder {
	font-family: Montserrat;
	font-weight: 100;
	color: #666;
	font-size: 14px;
}
#buy_tour_form .btn {
	min-width: 100px;
	text-align: center;
}
#buy_tour_form [type="submit"] {
	display: none;
	width: 150px;
	height: 37px;
	cursor: pointer;
	border: 0;
	height: 45px;
	font-size: 14px;
	font-weight: 700;
	color: #5595c1;
	border-radius: 50px;
	background: #fff;
}
#buy_tour_form [type="submit"]:hover {
	color: #A31F34;
}
#buy_tour_form *::-webkit-input-placeholder {
	color: #666;
}
#buy_tour_form *::-moz-placeholder {
	color: #666;
}
#buy_tour_form *:-ms-input-placeholder {
	color: #666;
}
#buy_tour_form *:-moz-placeholder {
	color: #666;
}
#buy_tour_form .wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 45px;
	margin: 0;
}
.banner_tour__info.offline .banner_tour__price {
	display: none;
}
.banner_tour__info.offline .banner_tour__duration {
	float: none;
	width: auto;
	padding: 0;
	text-align: center;
	border: 0;
}



/* ==========================================================================
	СТРАНИЦА БРОНИРОВАНИЯ ТУРА
========================================================================== */

.page_booking {
	position: relative;
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 50px;
}
.page_booking.wait:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0; right: 0;
	top:0; bottom: 0;
	background: #eeeeeeb3 url(../i/ajax-loader.svg) no-repeat 50% 50%;
}

/* 												Карточка тура
------------------------------------------------------------- */
.page_booking .tour_card {
	width: 100%;
	max-width: 460px;
	padding: 30px 30px 23px;
	margin: 0 0 0 7%;
	border: 1px solid #E6E7EB;
	border-radius: 8px;
}
.page_booking .tour_card td:first-child {
	padding-right: 25px;
}
.page_booking .tour_card tr:not(:first-child) td:last-child {
	white-space: nowrap;
}
.page_booking .tour_card td {
	color: #2D3038;
	font-size: 14px;
}
.page_booking .tour_card tr:first-child td {
	padding-bottom: 25px;
}
.page_booking .tour_card .val {
	font-weight: 600;
	padding: 7px 0;
	text-align: right;
}
.page_booking .tour_card .img {
	width: 185px;
	height: 105px;
	border-radius: 8px;
}
.page_booking .tour_card h3 {
	color: #001E62;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.page_booking .tour_card h3 a:hover {
	text-decoration: underline;
}

/* 														Форма
------------------------------------------------------------- */
.page_booking .form_wrp {
	width: 560px;
}
.page_booking .form_wrp h2 {
	margin: 0 0 30px;
}
.page_booking .form_wrp h3 {
	font-size: 16px;
	margin: 20px 0 10px;
}
.page_booking .tourists {
	margin: 0 0 30px;
}
.page_booking .tourists p {
	display: inline-block;
}
.page_booking p.children_ages {
	display: none;
	margin-top: 7px;
}
.page_booking .children {
	margin-left: 10px;
}
.page_booking .tourists .select2,
.page_booking_tourists_select {
	font-size: 12px;
}
.page_booking .field {
	position: relative;
	margin: 0 0 15px;
}
.page_booking .form_wrp input {
	width: 100%;
	height: 56px;
	padding: 15px 15px 0;
	font-size: 16px;
	color: #000;
	border: 1px solid #E6E7EB;
	border-radius: 8px;
}
.page_booking .placeholder {
	position: absolute;
	left: 16px;
	top: 19px;
	color: #9FA3AE;
	-webkit-transition-duration: .1s;
	     -o-transition-duration: .1s;
	        transition-duration: .1s;
	-webkit-transition-property: top,font-size;
	-o-transition-property: top,font-size;
	transition-property: top,font-size;
	-webkit-transition-timing-function: ease-in-out;
	     -o-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	pointer-events: none;
	white-space: nowrap;
}
.page_booking .placeholder_replace:focus + .placeholder,
.page_booking .placeholder_replace.not_empty + .placeholder {
	top: 7px;
	font-size: 12px;
	color: #6F7481;
}
.page_booking .placeholder_replace:focus {
	border-bottom: 1px solid #333;
}
.page_booking .form_wrp .error {
	border-color: #E84A38 !important;
}

.page_booking .book_btn {
    color: #fff;
	margin: 20px 0 0;
	background: #A31F34;
}
.page_booking .note {
	display: none;
	margin: 40px 0 0;
}

/* 								   Уведомление о бронировании
------------------------------------------------------------- */
.page_booking .success {
	display: none;
	width: 560px;
	padding: 15px;
	border: 1px solid #E6E7EB;
	border-radius: 8px;
}
.page_booking .success p {
	margin: 0 0 15px;
	color: #001E62;
	font-weight: bold;
}
.page_booking .success .book_num {
	font-weight: bold;
	font-size: 20px;
}
.page_booking .success .cancel {
	display: none;
	text-align: left;
	padding: 15px;
	margin: 0 0 15px;
	background: #d6f7e1;
}
.page_booking .success .cancel.show {
	display: block;
}
.page_booking .success .text2 {
	display: none;
	padding: 15px 0 10px;
}
.page_booking .success .more {
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	padding: 10px 0;
}
.page_booking .success .less {
	display: none;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
}
.page_booking .success .pay {
	text-align: center;
}
.page_booking .success .pay_btn {
	color: #fff;
	background: #A31F34;
}



/* ==========================================================================
	СТРАНИЦА ОПЛАТЫ
========================================================================== */

.payment iframe {
	width: 100%;
	height: 1100px;
	border: 0;
}



/* ==========================================================================
	ФОРМА ПОДПИСКИ В ПОДВАЛЕ
========================================================================== */

.subscribe_block form {
	position: relative;
	width: 200px;
}
.subscribe_block [type=email] {
	width: 100%;
	padding: 15px 0 15px 25px;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.6);
	border: 0;
}
.subscribe_block [type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	color: transparent;
	cursor: pointer;
	font-size: 1px;
	overflow: hidden;
	border: 0;
	background: transparent url(../../assets/i/arrow_r.png) no-repeat 50% 50%;
}
.subscribe_block .wpcf7-not-valid {
	border: 1px solid red;
}
.subscribe_block .wpcf7-spinner {
	position: absolute;
	right: -38px;
	top: 12px;
	margin: 0;
}
.subscribe_block .wpcf7-response-output,
.subscribe_block .wpcf7-not-valid-tip {
	display: none !important;
}



/* ==========================================================================
	МОБИЛЬНАЯ ФОРМА ПОИСКА
========================================================================== */

#mobile_search_form {
	position: relative;
	width: 230px;
	margin: 0 0 20px;
}
#mobile_search_form [type='text'] {
	width: 100%;
	padding: 15px 10px;
	font-size: 14px;
	color: #333;
	background-color: #0000001a;
	border-radius: 25px;
}
#mobile_search_form ::-webkit-input-placeholder {
	color: #000;
}
#mobile_search_form ::-moz-placeholder {
	color: #000;
}
#mobile_search_form :-ms-input-placeholder {
	color: #000;
}
#mobile_search_form :-moz-placeholder {
	color: #000;
}
#mobile_search_form [type='submit'] {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	width: 32px;
	border: 0;
	background: transparent url(../../assets/i/arrow_r.png) no-repeat 50% 50%;
}



/* ==========================================================================
	СТРАНИЦА ПОИСКА ТУРОВ
========================================================================== */

.page_search_tours {
	padding: 0 !important;
}
@media screen and (max-width: 1020px) {
	.page_search_tours { padding: 15px !important; }
}
.page_search_tours_header h1 {
	font-size: 50px;
}
.page_search_tours .content_header {
	padding-top: 0;
}
.page_search_tours .results {
	max-width: 1000px;
	margin: 0 auto;
}
.page_search_tours_header .banner_slider_container {
	max-width: none;
	padding-left: 8%;
	padding-right: 12%;
}

@media screen and (min-width: 1100px) {
	.page_search_tours_header .home_search_form {
		width: auto;
		max-width: 880px;
		text-align: center;
	}
	.page_search_tours_header .home_search_form > * {
		display: inline-block;
		vertical-align: middle;
		width: 280px;
		text-align: left;
	}
	.page_search_tours_header .home_search_form > a {
		width: 150px;
		margin: 0;
		text-align: center;
		padding: 16px 14px 18px 27px;
	}
	.page_search_tours_header .text_under_form {
		max-width: 350px;
		margin: 50px auto 0;
		text-align: center;
		color: #fff;
		font-size: 13px;
	}
}


/* ==========================================================================
	СТРАНИЦА РЕЗУЛЬТАТОВ ПОИСКА
========================================================================== */

.search_page h2 {
	margin: 0 0 30px;
}
.search_page a {
	font-size: 16px;
}
.search_page a:hover {
	text-decoration: underline;
}
.search_item:not(:last-child) {
	margin-bottom: 20px;
}



/* ==========================================================================
	СТРАНИЦА РЕЗУЛЬТАТОВ ПОИСКА ТУРОВ
========================================================================== */

.page_search_tours_header .banner_slider__text {
	text-align: left;
	padding-bottom: 30px;
}
.search_tours_text {
	margin: 40px 0 0;
}
.search_tours_text p:not(:last-child) {
	margin-bottom: 20px;
}



/* ==========================================================================
	АДАПТИВ
========================================================================== */

@media screen and (min-width: 768px) {
	.home .home_search_form .search_btn { background-color: #20202066; }
}

@media screen and (max-width: 1360px) {
	.tour_gallery__header { padding: 0 75px; }
	.ta_gallery { max-width: none; padding: 0 75px; }
}
@media screen and (max-width: 1000px) {
	.search_page { padding: 40px 20px 0; }
}
@media screen and (max-width: 900px) {
	.tour_booking_list .item { flex-wrap: wrap; }
	.tour_booking_list .title { margin: 0 0 15px; padding: 0; flex-basis: 100%; }
	.tour_booking_list .title br { display: none; }
	.page_booking { padding: 40px 25px 0; }
	.home_search_form { right: 40px; top: 40px; }
}
@media screen and (max-width: 768px) {
	.main_banner__video { height: auto; width: 300px; margin: 0 auto; padding: 20px 0; float: none; }
	#video-control { display: none; }
	.tour_booking_list .price { margin: 0 15px; }
	.banner_tour__name { font-size: 50px; }
	.page_booking { display: block; }
	.page_booking .tour_card { margin: 0 0 40px; }
	.home_search_form_wrp { display: block; }
	.home_search_form { position: initial; margin: 0 auto; }
	.tour_gallery__header, .ta_gallery { padding: 0 10%; }
}
@media screen and (max-width: 700px) {
	.tour_booking_list.online .btn { margin: 0 10vw 0 0; }
	.tour_booking_list .price { margin: 0; }
	.tour_booking_list .date { margin: 0 15px 15px 0; }
	.banner_tour { padding: 40px 25px 0; }
	.page_booking .form_wrp { width: 100%; }
	.banner_slider { padding: 40px 20px; min-height: auto; }
	.banner_slider_container { max-width: 100%; position: relative; padding-top: 78px; }
	.banner_slider_container > img { position: absolute; left: 0; top: 65px; }
	.banner_slider__name { font-size: 40px !important; }
}
@media screen and (max-width: 600px) {
	.banner_tour { min-height: auto; }
	.banner_tour__name { font-size: 40px; }
	.banner_tour__info { font-size: 22px; }
	.banner_tour__price span, .banner_tour__duration span { font-size: 16px; }
	#buy_tour_form .wpcf7-form-control-wrap { width: 100%; }
	#buy_tour_form .tel { display: block; margin: 15px 0; }
	#buy_tour_form .btn { min-width: 150px; order: 3; }
	#buy_tour_form .question { order: 2; margin: 0 0 15px; }
	.banner_slider__separator { display: none; }
	.banner_slider__text p { height: auto; }
	.page_booking .success { width: 100%; }
	.page_booking .success p { font-size: 14px; }
	.page_booking .success .book_num { font-size: 18px; }
	.page_booking.wait:after { background-position: 90% 100%; }
	#modal_form_sent { width: 300px; padding: 30px; }
	#modal_form_sent .title { font-size: 26px; }
	.banner_slider_container { padding-top: 48px; }
	.banner_slider_container > img { top: 34px; }
}
@media screen and (max-width: 480px) {
	.online .order_btn__text { font-size: 13px; margin-top: -14px; }
	.banner_tour__name { font-size: 28px; }
	.banner_tour { padding: 20px 10px 0; }
	.banner_tour__info { font-size: 20px; }
	.banner_tour__price span, .banner_tour__price br, .banner_tour__duration span, .banner_tour__duration br { display: none; }
	.banner_tour__price { padding-right: 10px; }
	.banner_tour__duration { padding-left: 10px; }
	.banner_tour__info { margin-top: 25px; }
	.banner_tour__btn { margin-top: 30px; }
	.banner_tour__container { padding-bottom: 30px; }
	.banner_details { padding: 20px }
	.banner_details__ico { min-width: 55px; min-height: 55px; }
	.banner_details__part { height: auto; }
	.page_booking { padding: 30px 15px 0; }
	.page_booking .tour_card { padding: 20px 10px 23px; }
	.tour_list_lead__name { font-size: 35px; }
	.order_btn__container { font-size: 14px; }
	.tour_gallery__header, .ta_gallery { padding: 0 5%; }
}
@media screen and (max-width: 430px) {
	.tour_booking_list .date { width: 100%; margin: 0 0 15px; }
	.tour_booking_list .select2-selection__rendered { padding: 0 42px 0 20px !important; }
	.tour_booking_list .btn { margin: 0; }
	.banner_details__part { width: 200px; }
	.banner_details__part:not(:last-child) { margin-right: 0; }
	.banner_details__ico { min-width: 35px; min-height: 35px; }
	#buy_tour_form .btn { width: 100%; }
	.page_booking .tour_card .img { width: 130px; height: 85px; }
	.page_booking .tour_card h3 { font-size: 13px; }
	.page_booking .form_wrp h2 { font-size: 20px; }
	.banner_slider__name { font-size: 30px !important; }
}
@media screen and (max-width: 350px) {
	.tour_booking_list .btn { font-size: 12px; }
	.banner_tour__info { font-size: 17px; }
	.tour_list_lead__name { font-size: 28px; }
}
