@charset "UTF-8";
/*--------------------------------------------------------------
>>> CONTENTS:
----------------------------------------------------------------
	MAIN STYLES
		Fonts
		Common
		Buttons
		links
		Switchers
		Info icons
		Info blocks
		More btn
		Share block
		Sidebar
		Pagination
		Tag
		Containers
		Tables

	MAIN HEADER

	MAIN MENU

	MAIN PAGE
		Top section
		Content header
		Pop tours
		About section
		Blog section

	COUNTRY PAGE
		Top country banner
		Pop destinations
		Visa
		About country

	DESTINATION PAGE
		About destination
		About info

	TOUR PAGE
		Top tour banner
		About country
		Tour gallery
		Tour shedule
		Tour includes
		Tour hotels
		Other tours
		Lead form

	TOUR LIST PAGE
		Filter
		Tours list
		Tours pagination
		Tours lead

	PLACE PAGE
		Top place banner
		About place
		Places

	HOTEL PAGE
		Hotel map
		Hotel info
		Hotel hall

	GALLERY PAGE
		Gallery showcase
		Gallery nav
		Gallery list

	BLOG
		Category
		Articles list

	ARTICLE
		Article tags
		Article intro
		Article content

	ABOUT PAGE
		About company
		Services
		Reviews
		Skyway album

	CONTACTS PAGE
		Address

	VISA PAGE
		Side nav

	SITE MAP
		Link map

	OTHER

	LANDING PAGE

	RESPONSIVE

--------------------------------------------------------------*/
/* ==========================================================================
	MAIN STYLES
========================================================================== */
/* 								Fonts
------------------------------------------------------------- */
/* 								Gilroy
------------------------------------------------------------- */
@font-face {
  font-family: Gilroy;
  src: url("../../assets/fonts/Gilroy-Light.otf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: Gilroy;
  src: url("../../assets/fonts/Gilroy-ExtraBold.otf") format("truetype");
  font-weight: 900;
  font-style: normal; }

/* 								Montserrat
------------------------------------------------------------- */
@font-face {
  font-family: Montserrat;
  src: url("../../assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: Montserrat;
  src: url("../../assets/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: Montserrat;
  src: url("../../assets/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Montserrat;
  src: url("../../assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: Montserrat;
  src: url("../../assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: Montserrat;
  src: url("../../assets/fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

/* 								Open Sans
------------------------------------------------------------- */
@font-face {
  font-family: Open Sans;
  src: url("../../assets/fonts/landing/OpenSans-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: Open Sans;
  src: url("../../assets/fonts/landing/OpenSans-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: Open Sans;
  src: url("../../assets/fonts/landing/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: Open Sans;
  src: url("../../assets/fonts/landing/OpenSans-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: Open Sans;
  src: url("../../assets/fonts/landing/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

/* 								Roboto
------------------------------------------------------------- */
@font-face {
  font-family: Roboto;
  src: url("../../assets/fonts/landing/Roboto-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("../../assets/fonts/landing/Roboto-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("../../assets/fonts/landing/Roboto-Medium.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("../../assets/fonts/landing/Roboto-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("../../assets/fonts/landing/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

.line_through {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.3); }

.gilroy_lighter {
  font-family: Gilroy;
  font-weight: 100; }

.gilroy_bolder {
  font-family: Gilroy;
  font-weight: 900; }

.montserrat_light {
  font-family: Montserrat;
  font-weight: 100; }

.montserrat_medium {
  font-family: Montserrat;
  font-weight: 400; }

.montserrat_regular {
  font-family: Montserrat;
  font-weight: 500; }

.montserrat_semibold {
  font-family: Montserrat;
  font-weight: 700; }

.montserrat_bold {
  font-family: Montserrat;
  font-weight: 800; }

.montserrat_black {
  font-family: Montserrat;
  font-weight: 900; }

/* 								Common
------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: Montserrat;
  font-weight: 500; }

body.home {
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

p {
  font-family: Montserrat;
  font-weight: 500; }

a {
  text-decoration: none;
  color: #333333; }

a:hover {
  text-decoration: none;
  /*color: #333333;*/ }

input[type="text"] {
  background: none;
  border: none;
  color: #ffffff; }

input[type="text"]::placeholder {
  font-family: Montserrat;
  font-weight: 100;
  color: #ffffff;
  font-size: 14px; }

input[type="text"]:focus {
  outline: none; }

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0; }

div#wpadminbar ~ span.select2-container, body.admin-bar > span.select2-container {
	padding-top: 32px !important;
}
@media screen and ( max-width: 782px ) {
	div#wpadminbar ~ span.select2-container, body.admin-bar > span.select2-container {
		padding-top: 46px !important;
	}
}
  
  
/* 								Buttons
------------------------------------------------------------- */
.btn {
  cursor: pointer;
  position: relative;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  color: #5595c1;
  padding: 12px 14px 14px 27px;
  background-color: #ffffff;
  border-radius: 50px;
  z-index: 0;
  overflow: hidden; }

.btn:focus,
button:focus,
input {
  outline: 0; }

.anim {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1; }

.anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%; }

.anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%; }

.btn:hover > .anim {
  animation: anim-out 0.75s; }

.btn:hover > .anim:after {
  animation: anim-out-pseudo 0.75s; }

@keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: rgba(0, 0, 0, 0); } }

.btn img {
  margin-left: 16px;
  position: relative;
  top: -1px;
}

.btn__transparent {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4); }

/* 								Links
------------------------------------------------------------- */
/* 								Switchers
------------------------------------------------------------- */
.switcher {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
  margin-left: 10px; }

.switcher--active {
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  background-color: transparent; }

.arrow_switcher {
  display: inline-block;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  padding-top: 18px;
  transition: all 0.3s ease-out; }

.arrow_switcher:hover {
  background-color: rgba(255, 255, 255, 0.4); }

.arrow_switcher img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.rating_stars {
  display: inline-block; }

.rating_stars span {
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 0; }

.rating_star {
  display: inline-block; }

/* 								Info icons
------------------------------------------------------------- */
.info_icons {
  padding: 30px 0; }

.info_icons__block {
  display: inline-block;
  margin-right: 55px;
  margin-bottom: 15px;
  height: 28px; }

.info_icons__img {
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px; }

.info_icons__img--calendar {
  background-image: url(../../assets/i/vector/icons/calendar.svg); }

.info_icons__img--eye {
  background-image: url(../../assets/i/vector/icons/eye.svg); }

.info_icons__text {
  display: block;
  float: left;
  padding-left: 12px;
  margin-top: 7px; }

/* 								Info blocks
------------------------------------------------------------- */
.info_block {
  display: block;
  float: left;
  width: 33%;
  height: 278px;
  padding-top: 55px; }

.info_block__icon {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 2px solid #f0efef;
  text-align: center;
  padding-top: 20px;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat; }

.info_block__descr {
  margin-top: 50px;
  font-size: 27px; }

.info_block__descr span {
  font-size: 13px;
  color: #66a1c8; }

/* 								More btn
------------------------------------------------------------- */
.more {
  padding: 30px 0 10px 0;
  text-align: center; }

.more__link {
  color: #66a1c8;
  font-size: 13px; }

.more img {
  margin-left: 14px;
  margin-bottom: -4px; }

/* 								Share block
------------------------------------------------------------- */
.share {
  height: auto;
  border-radius: 10px;
  background-image: url(../../assets/i/share_bg.png);
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  margin-top: 30px; }

.share__container {
  height: 112px;
  padding: 36px 60px 0 60px; }

.share__text {
  float: right;
  text-align: right;
  font-size: 17px;
  color: #ffffff;
  margin-right: 40px; }

.share__ico {
  cursor: pointer;
  float: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-left: 20px; }

/* 								Sidebar
------------------------------------------------------------- */
.sidebar {
  float: left;
  min-width: 175px;
  padding: 20px 0;
  border-left: 1px solid #cdcdcd; }

.sidebar__block_name {
  margin-top: 52px;
  margin-left: 30px;
  margin-bottom: 30px; }

.sidebar__block_name:first-child {
	margin-top: 30px;
}
li.sidebar__elem {
  position: relative;
  list-style: none;
  margin-left: 34px;
  padding: 5px 0; }
li.sidebar__elem:before {
  content: "\2022";
  position: absolute;
  color: #cdcdcd;
  font-size: 38px;
  line-height: 0;
  top: 12px;
  left: -36px; }
li.sidebar__elem.first {
	margin-top: 30px;
}
.sidebar__searchbar {
  position: relative;
  margin-left: 30px; }

.sidebar__searchbar input[type="text"]::placeholder {
  color: #6c6c6c; }

.sidebar__searchbar input[type="text"] {
  color: #6c6c6c;
  width: 100%; }

.sidebar__searchbar:after {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../i/search_blue.png);
  background-size: cover;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0; }

.sidebar__searchbar_input {
  padding: 10px 10px 10px 28px; }

/* 								Pagination
------------------------------------------------------------- */
.tour_pagination {
	display: flex;
	justify-content: center;  
	flex-wrap: wrap;
}
.tour_pagination .page-numbers {
  display: block;
  float: left; }

.tour_pagination a.page-numbers,
.tour_pagination .page-numbers.current {
  cursor: pointer;
  text-align: center;
  width: 38px;
  height: 38px;
  border: 1px solid #cdcdcd;
  color: #448dbc;
  font-size: 17px;
  padding-top: 9px;
  border-radius: 10px;
  margin: 0 9px; }

.tour_pagination .page-numbers.current {
  background-color: #448dbc;
  color: #ffffff;
  border: 1px solid #448dbc; }

.tour_pagination .dots {
  margin: 0 5px;
  padding-top: 5px;
  color: #cdcdcd;
  font-size: 45px;
  line-height: 0; }

.tour_pagination a.prev,
.tour_pagination a.next {
  vertical-align: top;
  margin: 15px 5px 0 5px;
  background-image: url(../../assets/i/arrow_blue_left.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 15px;
  padding-top: 0;
  border: none; }

.tour_pagination a.next {
  background-image: url(../../assets/i/arrow_blue_right.png); }

/* 								Tag
------------------------------------------------------------- */
.tags a {
  display: inline-block;
  margin-right: 10px;
  font-family: Montserrat;
  font-weight: 800;
  color: #ffffff;
  border-bottom: 2px solid #ffffff; }

/* 								Tables
------------------------------------------------------------- */
table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  border-collapse: collapse !important; }

.table td,
.table th {
  background-color: #fff !important; }

.table-bordered td,
.table-bordered th {
  border: 1px solid #ddd !important; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd; }

.table > thead > tr > th {
  text-align: center;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent; }

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }

/* 								Containers
------------------------------------------------------------- */
.grid_container {
  max-width: 1365px;
  margin: 0 auto; }

.container {
  padding: 0 183px;
  margin: 0 auto;
  overflow: hidden; }

.clear {
  clear: both; }

/* ==========================================================================
	MAIN HEADER
========================================================================== */
.main_header {
  position: relative;
  z-index: 1200;
  width: 100%;
  height: 107px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.4); }

.main_header__line {
  position: absolute;
  z-index: 25;
  background-color: #ffffff;
  width: 45px;
  height: 3px;
  bottom: -1px;
  left: 0;
  right: 0; }

.main_header__left {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  height: 100%;
  z-index: 200;
  /*background-color: rgba(0,0,0,0.4);*/ }

.main_header__logo {
  width: 189px;
  height: 50px;
  float: left;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 28px 0 0 27%; }

.main_header__goodwin_btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 17px;
  padding: 10px 20px;
  float: right;
  display: block;
  margin: 32px 20px 0 0; }
.main_header__goodwin_btn.agency {
	padding: 11px 20px;
}
.main_header__leng {
  position: relative;
  z-index: 110;
  float: right;
  display: block;
  margin: 45px 25px 0 0; }

.main_header__leng a {
  list-style: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase; }

.main_header__leng li {
  display: block;
  float: left; }

.main_header__leng li {
  margin-left: 10px; }

.main_header__leng li:first-child {
  margin-left: 0; }

.main_header__leng li.active {
  font-weight: 800; }

.main_header__right {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  height: 100%;
  z-index: 200; }

.main_header__right_container {
  position: relative;
  z-index: 300; }

.main_header__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 124, 186, 0.5);
  z-index: 50; }

.main_header__search {
  float: left;
  position: relative;
  margin: 40px 0 0 80px;
  z-index: 100; }

.main_header__search_input {
	padding: 10px 10px 10px 28px;
	background: url(../i/vector/icons/search.svg) no-repeat 7px 50% / 15px auto !important;
}

.main_header__search_remove {
  display: none;
  position: absolute;
  color: #ffffff;
  cursor: pointer;
  right: 10px;
  top: 0;
  height: 100%;
  margin-top: 6px;
  z-index: 1052; }
  .main_header__search_remove--active {
    display: block; }

.codyshop-ajax-search {
  position: absolute;
  top: 75px;
  left: 10%;
  width: 85%;
  box-sizing: border-box;
  background: #ffffff;
  z-index: 1100;
  border-radius: 3px;
  border: 1px solid #eee;
  border-top: none;
  padding: 20px 20px 20px 20px;
  display: none;
  max-height: 500px;
  overflow-y: auto; }

.main_header__search_input.focus {
  box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.65);
  position: relative;
  z-index: 1051; }

#searchform .search-field:focus ~ #searchsubmit {
  position: relative;
  z-index: 1100; }

.codyshop-ajax-search li {
  overflow: hidden;
  line-height: 17px;
  width: 100%;
  /*min-height: 100px;*/
  /*max-height: 100px;*/
  display: inline-block;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 10px;
  list-style: none; }

.codyshop-ajax-search li:first-child {
  padding: 0 10px 15px 10px; }

.codyshop-ajax-search li:last-child {
  padding: 15px 10px 0 10px;
  border-bottom: none; }

.codyshop-ajax-search li a {
  position: relative;
  display: inline-block;
  color: #66a1c8;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 5px; }

.codyshop-ajax-search li a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 11px;
  height: 16px;
  background-image: url("../i/triangle_blue.svg");
  background-repeat: no-repeat; }

.codyshop-ajax-search span {
  height: 100%;
  float: left;
  /*min-height: 100px;*/ }

.codyshop-ajax-search li p, .codyshop-latest-post li p {
  line-height: 14px;
  font-size: 13px;
  color: #7c83a0;
  font-style: italic;
  background-color: white; }

.codyshop-ajax-search .codyshop_empty {
  padding: 0 !important; }

.main_header__hamburger {
  display: block;
  cursor: pointer;
  float: right;
  width: 30px;
  margin: 40px 25% 0 0;
  position: relative;
  z-index: 110; }

.main_header--spy {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: linear-gradient(to top, #448dbc1f, #448dbc); }

.main_header__left--spy {
  background: none; }

.main_header__right--spy {
  background: none; }

.main_header__right--country {
  background: none; }

.main_header__left--country {
  background: none; }

/* ==========================================================================
	MAIN MENU
========================================================================== */
.main_menu {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../../assets/i/main_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2000; }

.main_menu_left {
  position: relative;
  height: 100vh;
  min-height: 100%;
  width: 50%;
  float: left;
  background-color: rgba(255, 255, 255, 0.9); }

.main_menu_right {
  height: 100vh;
  width: 50%;
  float: right;
  background-color: rgba(255, 255, 255, 0.9); }

.main_menu_header {
  width: 100%;
  height: 107px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.main_menu_header__logo {
  float: left;
  width: 189px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 28px 0 0 13%; }

.main_menu_header__leng {
  float: right;
  display: block;
  margin: 45px 45px 0 0; }

.main_menu_header__leng a {
  list-style: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase; }

.main_menu_header__leng li {
  display: block;
  float: left; }

.main_menu_header__leng li {
  margin-left: 10px; }

.main_menu_header__leng li:first-child {
  margin-left: 0; }

.main_menu_header__leng li.active {
  font-weight: 800; }

.main_menu_header__leng--silver a {
  color: #68717a; }

.main_menu_body {
  width: 100%;
  height: 50%;
  padding: 8% 0 0 27%; }

.main_menu_body ul {
  display: table;
  height: 100%; }

.main_menu_body__exit {
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  margin: 60px 0 0;
}

.main_menu_body__exit img {
  margin-left: 30px;
  margin-bottom: -10px; }

.main_menu_body li {
  display: table-row;
  vertical-align: middle;
  margin-bottom: 71px; }

.main_menu_body li:last-child {
  margin-bottom: 0; }

.main_menu_body ul a {
  font-family: Montserrat;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 50px;
  color: #68717a; }

.main_menu_body__exit a {
  color: #68717a; }

.main_menu_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 117px;
  display: block;
  padding-top: 42px;
  padding-left: 27%; }

.main_menu_footer__contacts {
  display: block;
  float: left;
  color: #68717a; }

.main_menu_footer__contacts a:last-child {
  color: rgba(104, 113, 122, 0.5); }

.main_menu_footer__social {
  display: block;
  float: right;
  margin-right: 50px;
  margin-top: 14px; }

.main_menu__country {
  position: relative;
  background-color: rgba(22, 31, 123, 0.4);
  text-align: right;
  width: 50%;
  min-height: 246px;
  height: 50%;
  float: left;
  background-repeat: no-repeat;
  background-size: cover; }

.main_menu__country:after, .main_menu__more:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 169px;
  height: 112px;
  margin: -56px auto 0 auto;
  content: '';
  background-image: url(../../assets/i/logo_title.png); }

.main_menu__country_link_container {
  position: absolute;
  z-index: 2010;
  right: 0;
  top: 50%;
  min-height: 118px;
  margin: -109px 25% 0 0; }

.main_menu__country_link {
  display: block;
  font-size: 16px; }

.main_menu__country_link:nth-child(1) {
  padding-bottom: 20px; }

.main_menu__country_link:nth-child(5) {
  padding-top: 20px; }

.main_menu__country_link:nth-child(6) {
  padding-top: 20px; }

.main_menu__country_name {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 800;
  margin: 30px 0;
  color: #ffffff; }

.main_menu__country_link a, .main_menu__country_name a {
  color: #ffffff; }

.main_menu__more {
  display: table;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  text-align: center;
  width: 50%;
  min-height: 246px;
  height: 50%;
  float: left; }

.main_menu__more_link {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle; }

.mobile_menu_right {
  display: none;
  position: relative;
  height: 388px;
  width: 100%;
  overflow: hidden; }

.mobile_menu_right__container {
  height: 388px;
  width: 85%; }

.mobile_menu_right__country {
  /*height: 388px;
	width: 50%;*/
  position: relative;
  background-color: rgba(22, 31, 123, 0.4);
  text-align: right;
  /* width: 50%;
    float: left;*/
  background-repeat: no-repeat;
  background-size: cover; }

/*.mobile_menu_right__country--hidden {
	display: none;
}*/
.mobile_menu__more {
  cursor: pointer;
  top: 0;
  right: 0;
  position: absolute;
  background-color: transparent;
  text-align: center;
  width: 15%;
  height: 100%; }

.mobile_menu__more_link {
  transform: rotate(-90deg);
  margin-top: 220px;
  width: 100px; }

.mobile_menu__more_link img {
  margin-left: 25px;
  margin-bottom: 2px; }

.mobile_menu__more_link a {
  width: 100%;
  white-space: nowrap; }

/* ==========================================================================
	MAIN PAGE
========================================================================== */
/* 								Top section
------------------------------------------------------------- */
.top_section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  /* overflow: hidden; */ }

/*.top_section--kz .main_contacts_left { background-color: rgba(0,124,186,.5); }
.top_section--uz .main_contacts_left { background-color: rgba(83, 146, 9,.5); }
.top_section--kg .main_contacts_left { background-color: rgba(224, 56, 23,.5); }*/
.top_section--kz .main_banner__bg {
  background-color: rgba(0, 124, 186, 0.4); }

.top_section--uz .main_banner__bg {
  background-color: rgba(83, 146, 9, 0.3); }

.top_section--kg .main_banner__bg {
  background-color: rgba(224, 56, 23, 0.3); }

.top_section--kz .main_header__bg {
  background-color: rgba(0, 124, 186, 0.4); }

.top_section--uz .main_header__bg {
  background-color: rgba(83, 146, 9, 0.3); }

.top_section--kg .main_header__bg {
  background-color: rgba(224, 56, 23, 0.3); }

.top_section--kz .main_slider__bg {
  background-color: rgba(0, 124, 186, 0.4); }

.top_section--uz .main_slider__bg {
  background-color: rgba(83, 146, 9, 0.3); }

.top_section--kg .main_slider__bg {
  background-color: rgba(224, 56, 23, 0.3); }

.top_section__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block; }

.top_section__bg_container {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s ease-out; }

.top_section__bg_container--active {
  opacity: 1; }

.top_section__country_bg {
  position: relative;
  display: none;
  height: 100%; }

.top_section__country_bg--active {
  display: block; }

.top_section__country_bg_video {
  border: none;
  vertical-align: top;
  height: auto !important;
  max-width: 100% !important; }

.top_section__country_bg_image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%; }

.main_banner {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #ffffff;
  height: 548px;
  background-color: rgba(0, 0, 0, 0.4); }

.main_banner__video {
  display: block;
  position: relative;
  float: left;
  height: 100%;
  width: 50%;
  /*background-color: rgba(0,0,0,.4);*/ }

.main_banner__switch {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 67px;
  height: 50px;
  margin-top: -25px; }

.main_banner__switcher {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 12px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: silver; }

.main_banner__switcher--active {
  cursor: default;
  width: 10px;
  height: 10px;
  background-color: #ffffff; }
.main_banner__controller {
  position: absolute;
  bottom: 56px;
  left: 183px; }

.main_banner__start_btn {
  cursor: pointer;
  display: inline-block;
  background-image: url(../../assets/i/vector/controllers/pause.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 16px; }

.main_banner__speaker {
  cursor: pointer;
  display: inline-block;
  background-image: url(../../assets/i/vector/controllers/volume_off.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 17px;
  margin-left: 20px; }

.main_banner__start_btn--active {
  background-image: url(../../assets/i/vector/controllers/play.svg); }

.main_banner__speaker--active {
  background-image: url(../../assets/i/vector/controllers/volume_on.svg); }

.main_banner__description {
  position: relative;
  display: block;
  float: left;
  height: 100%;
  width: 50%;
  box-sizing: border-box;
  overflow: hidden; }

.main_banner__description_slide {
  display: none; }

.main_banner__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 124, 186, 0.5); }

.main_banner__description_container {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  padding: 78px 40px 0 81px;
  transition: opacity 0.4s ease-out; }

.main_banner__description_container--active {
  display: block; }

.main_banner__intro {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 17px;
  color: #ffffff; }

.main_banner__country {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 60px;
  margin-top: 38px;
  color: #ffffff;
  max-width: 450px; }

.main_banner__text {
  color: #ffffff;
  margin-bottom: 50px;
  font-size: 14px; }

.main_banner__detail {
  display: inline-block;
  color: #09223a; }

.main_banner__slide_control {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 300;
  display: inline-block;
  margin-left: 24%; }

.main_banner__slide_control span {
  color: #fefeffa3;
  margin-left: 16px;
  cursor: pointer; }

.main_banner__slide_control span.main_banner__slide_control--active {
  color: #fefeff; }

.main_bottom {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 117px;
  background-color: rgba(0, 0, 0, 0.4); }

.main_contacts_left {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 5.5%;
  padding-right: 5.5%;
  /*background-color: rgba(0,0,0,.4);*/ }

.main_contacts__mail_phone {
  color: #fff; }

.main_contacts__mail_phone p:not(:last-of-type) {
  margin-bottom: 7px; }

.main_contacts__mail_phone a {
  color: #ffffff; }

.main_contacts__mail_phone a:hover {
  border-bottom: 1px solid #fff; }

.main_contacts__mail_phone p:last-of-type,
.main_contacts__mail_phone p:last-of-type a {
  color: #ffffff82; }

.main_contacts__social {
  margin-left: 17px; }

.main_contacts__social:first-child {
  margin-left: 0; }

.main_slider_control {
  position: relative;
  width: 50%;
  height: 100%;
  display: block;
  float: right;
  overflow: hidden; }

.main_slider_country__container {
  width: 75%;
  height: 100%;
  float: left; }

.main_slider_country {
  position: relative;
  display: block;
  width: 33.3%;
  height: 100%;
  cursor: pointer;
  float: left;
  font-family: Montserrat;
  font-weight: 100;
  font-size: 14px;
  color: #fefeff;
  text-align: center;
  z-index: 80; }

.main_slider_country img {
  transition: opacity 0.3s ease-out; }

.main_slider_more {
  position: relative;
  display: block;
  width: 25%;
  height: 100%;
  /*cursor: pointer;*/
  float: left;
  font-family: Montserrat;
  font-weight: 100;
  font-size: 14px;
  color: #fefeff;
  text-align: center;
  z-index: 80; }

.main_slider_country__img {
  position: absolute;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-out; }

.main_slider_country__name {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  margin: -7px auto 0 auto;
  z-index: 90; }

.main_slider_country--active .main_slider_country__img {
  opacity: 0; }

.main_slider_country--active img {
  opacity: 0; }

.main_slider_country img, .main_slider_more img {
  margin-left: 12px; }

.main_slider__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 50;
  background-color: rgba(0, 124, 186, 0.5); }

/*
							Content header
------------------------------------------------------------- */
.content_header {
  position: relative;
  display: block;
  width: 100%;
  height: 190px;
  padding-top: 80px; }
.content_header.empty {
	height: 0px;
}
.content_header__left {
  position: relative; }

.content_header__left:before {
  content: '';
  position: absolute;
  top: -30px;
  left: -40px;
  width: 169px;
  height: 112px;
  background-image: url(../../assets/i/logo_title.png); }

.content_header__intro {
  font-family: Montserrat;
  font-weight: 400;
  color: #448dbc; }

.content_header__name {
  font-family: Montserrat;
  font-size: 45px;
  font-weight: 800;
  line-height: 80%;
  padding-top: 11px; }

.content_header__right {
  position: absolute;
  bottom: 65px;
  right: 0; }

.content_header_all_btn img {
  margin-bottom: -4px;
  margin-left: 15px; }

.content_header_all_btn {
  display: block;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 13px;
  color: #66a1c8; }

.content_header__arrow {
  height: 20px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  cursor: pointer; }

.content_header__arrow--left {
  background-image: url(../../assets/i/arrow_blue_left.png); }

.content_header__arrow--right {
  background-image: url(../../assets/i/arrow_blue_right.png); }

.content_header__arrow--left:active {
  background-image: url(../../assets/i/arrow_blue_left_disable.png); }

.content_header__arrow--right:active {
  background-image: url(../../assets/i/arrow_blue_right_disable.png); }

.content_header__arrow:last-child {
  margin-left: 15px; }

.about_country_header {
  position: relative;
  display: block;
  width: 100%;
  height: 145px;
  padding-top: 0; }

.about_country_header__intro {
  font-family: Montserrat;
  font-weight: 400;
  color: #ffffff; }

.about_country_header__name {
  font-family: Montserrat;
  font-size: 45px;
  font-weight: 800;
  line-height: 80%;
  padding-top: 11px;
  color: #ffffff; }

.about_country_header__left {
  position: relative;
  float: left;
  width: 50%; }

.about_country_header__left:before {
  content: '';
  position: absolute;
  top: -30px;
  left: -40px;
  width: 169px;
  height: 112px;
  background-image: url(../../assets/i/logo_title.png); }

.about_country_header__right {
  width: 50%;
  position: relative;
  float: left; }

.about_country_header__right p {
  color: #ffffff;
  font-size: 17px; }

/* 								Pop tours
------------------------------------------------------------- */
.pop_tours {
  padding-bottom: 20px;
  height: auto; }
.pop_tours .route {
	text-align: center;
	margin: 7px 0 0;
	font-weight: 400;
}
.main_tour_block {
  display: block;
  float: left;
  width: 100%;
  background-image: url(../i/banner1.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 13px;
  height: 450px; }

.main_tour_block__top {
  height: 280px;
  background-color: rgba(0, 124, 186, 0.5);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.main_tour_block__name_container {
  display: block;
  padding: 62px 0 0 8%; }

.main_tour_block__detail_container {
  display: block;
  padding: 47px 0 47px 8%; }

.main_tour_block__bottom {
  position: relative;
  width: 100%;
  height: 170px;
  border-top: 1px solid #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5); }

.main_tour_block__name {
  color: #ffffff;
  font-size: 31px;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: bold; }

.main_tour_block__day_price {
  display: block;
  float: right;
  margin-top: -5px;
  margin-right: 25px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 17px;
  vertical-align: bottom;
  font-weight: 800; }

.main_tour_block__day_price span {
  margin: 0 15px; }

.main_tour_block_descr {
  display: block;
  max-width: 390px;
  float: left;
  height: 100%;
  padding: 30px 0 0 45px; }

.main_tour_block_text {
  display: none; }

.main_tour_block_descr p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  /*line-height: 100%;*/ }

.main_tour_block__switch {
  position: absolute;
  left: 35px;
  bottom: 20px; }

.main_tour_block_arrow_switch {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #ffffff; }

.hit_tour_block {
  display: block;
  float: left;
  width: 100%;
  margin-left: 1%;
  border-radius: 10px;
  margin-bottom: 13px;
  height: 450px; }

.hit_tour_block__img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-image: url(../i/banner4.png);
  background-repeat: no-repeat;
  background-size: cover; }

.hit_tour_block__top {
  position: relative;
  width: 100%;
  height: 280px;
  background: #00000033;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }

.hit_tour_block__info {
  position: absolute;
  top: 20px;
  right: 25px;
  display: block;
  color: #ffffff;
  padding-left: 10px;
  }

.hit_tour_block__info_text {
  font-family: Montserrat;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  float: left;
  height: 100%;
  }
.hit_tour_block__info_text.montserrat_black {
	margin-left: 10px;
}
.hit_tour_block__label {
  position: absolute;
  top: 14px;
  width: 62px;
  padding: 4px 0 6px 12px;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4); }

.hit_tour_block__bottom {
  width: 100%;
  height: 170px;
  display: table;
  text-align: center;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.hit_tour_block__name {
  font-family: Montserrat;
  font-weight: 100;
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
  font-size: 25px; }

.default_tour__container {
	display: flex;
	flex-wrap: wrap;
	clear: both;
}
  .default_tour_block {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  /*min-width: 280px;*/
  min-height: 335px;
  margin-right: 2%;
  margin-bottom: 13px;
  border-radius: 10px; }

.default_tour_block__top {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover; }

.default_tour_block__bottom {
  display: table;
  width: 100%;
  height: calc(100% - 200px - 18px);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver; }

.default_tour_block__name {
  font-family: Montserrat;
  font-weight: 100;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
  font-size: 20px; }

.default_tour_block_info {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  width: 100%;
  height: 80px;
  border-top: 1px solid silver;
  font-size: 18px; }

.default_tour_block_text {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff; }
.default_tour_block_text .route {
	margin: 7px 0 0;
	font-weight: 400;
}
.default_tour_block_text span {
  margin: 0 15px; }

.default_tour_block .online,
.tour_list_block .online {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 10px;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	font-family: Montserrat;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: rgba(85, 85, 85, 0.4);
}
  
/* 								About section
------------------------------------------------------------- */
.about_section {
  position: relative;
  width: 100%;
  height: 654px;
  background-size: cover;
  background-repeat: no-repeat; }

.about_section_container {
  margin: 0 auto;
  width: 924px; }

.about_section__parts {
  height: 236px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-top: 80px; }

.about_section__part {
  float: left;
  width: 231px; }

.about_section__icon {
  display: block;
  float: left;
  width: 73px;
  height: 73px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 100%; }

.about_section__part:nth-child(1) img {
  padding-top: 17px; }

.about_section__part:nth-child(2) .about_section__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
}

.about_section__part:nth-child(3) img {
  padding-top: 23px; }

.about_section__part:nth-child(4) img {
  padding-top: 10px; }

.about_section__text {
  display: inline-block;
  max-width: 130px;
  margin-left: 19px;
  padding-top: 12px; }

.about_section__text p {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 14px;
  color: #ffffff; }

.about_section__descr {
  padding-left: 183px;
  padding-top: 81px; }

.about_section__descr_logo {
  width: 189px;
  height: 50px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 35px; }

.about_section__descr_text {
  max-width: 374px;
  margin-bottom: 37px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px; }

/* 								Blog section
------------------------------------------------------------- */
.blog_section__acticles {
  height: 764px;
  padding-top: 20px;
  padding-bottom: 154px; }

.blog_section__acticle {
  position: relative;
  display: block;
  float: left;
  width: 31%;
  max-width: 320px;
  margin-left: 2%;
  max-height: 600px;
  overflow: hidden; }

.blog_section__acticle:nth-child(1) {
  margin-left: 0; }

.blog_section__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #fefcea;
  /* Для старых браузров */
  background: linear-gradient(to bottom, transparent, #ffffff); }

.blog_section__image {
  position: relative;
  width: 100%;
  height: 222px;
  background-size: cover; }

.blog_section__btn {
  cursor: pointer;
  font-family: Montserrat;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 77, 97, 0.86);
  padding-top: 100px;
  opacity: 0; }

.blog_section__btn img {
  margin-left: 11px;
  margin-bottom: -2px; }

.blog_section__acticle:hover .blog_section__btn {
  opacity: 1; }

.blog_section__name {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 27px;
  color: #09223a;
  text-align: center;
  padding: 30px 0 25px 0; }

.blog_section__date {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  color: #595f6f; }

.blog_section__descr {
  font-family: Montserrat;
  font-weight: 500;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #2f435682;
  text-align: center; }

/* ==========================================================================
	COUNTRY PAGE
========================================================================== */
/* 								Top country banner
------------------------------------------------------------- */
.top_banner {
  position: relative;
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5); }

.top_banner__bg {
  height: auto;
  background-color: rgba(68, 141, 188, 0.3); }

.banner_slider {
  padding-top: 46px;
  min-height: 450px; }

.banner__breadcrumbs {
  margin-left: 180px; }

.banner__path, .banner__path a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff; }

.banner__path_ico {
  margin: 0 11px; }

.banner__path--current {
  color: rgba(255, 255, 255, 0.6); }

.banner_slider_container {
  position: relative;
  padding-top: 30px;
  /*padding-bottom: 140px;*/
  text-align: center;
  max-width: 600px;
  margin: 0 auto; }

.banner_slider__name {
  color: #ffffff;
  font-size: 62px;
  line-height: 100%; }

.banner__separator {
  display: block;
  width: 60px;
  margin: 15px auto 25px auto;
  border-bottom: 2px solid #ffffff; }

#facts_wrp {
  position: relative;
  max-width: 420px;
  margin: 0 auto 40px;
  padding: 25px;
  /*background: #00000066;*/
  border-radius: 10px; }

#facts_wrp.width2 {
  max-width: 670px; }

.banner_slider__separator {
  display: block;
  width: 60px;
  margin: 0px auto 25px auto; }

.banner_slider__separator span {
  display: block;
  width: 0;
  border-bottom: 2px solid #ffffff; }

.banner_slider__fact {
  display: none; }

.banner_slider__text {
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  text-align: center; }

.banner_slider__text p {
  height: 100px; }

.banner_slider__label {
  font-size: 15px;
  color: #ffffff;
  margin-top: 28px; }

.fact-slider {
  position: relative;
  height: auto;
}

.banner_slider__left_ctrl {
  cursor: pointer;
  position: absolute;
  bottom: 23px;
  left: 50%;
  margin-left: -65px; }

.banner_slider__right_ctrl {
  cursor: pointer;
  position: absolute;
  bottom: 23px;
  right: 50%;
  margin-right: -65px; }

.banner_contacts {
  background-color: rgba(0, 0, 0, 0.4);
  height: 124px;
  width: 100%;
  border-top: 1px solid #ffffff; }

.banner_contacts__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 8%;
  padding-right: 12%; }

/* 								Pop destinations
------------------------------------------------------------- */
.pop_destinations .slick-arrow {
	width: 0;
	height: 0;
}
.pop_destinations .slick-prev {
	left: 10px;
}
.pop_destinations .slick-next {
	right: 10px;
}
.pop_destinations .slick-prev:before,
.pop_destinations .slick-next:before {
	display: none;
}

.default_dest_block {
  display: block;
  float: left;
  width: 100%;
  /*min-width: 280px;*/
  height: 335px;
  margin-right: 20px;
  margin-bottom: 13px;
  border-radius: 10px; }

.default_dest_block__top {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover; }

.default_dest_block__bottom {
  display: table;
  width: 100%;
  height: 120px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver; }

.default_dest_block__name {
  /*padding: 10px 10% 0 10%;

	font-size: 25px;*/
  font-family: Montserrat;
  font-weight: 100;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
  font-size: 20px; }

.default_dest_block_info {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  width: 100%;
  height: 80px;
  border-top: 1px solid silver;
  font-size: 18px; }

.default_dest_block_text {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 17px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff; }

.default_dest_block_text span {
  margin: 0 26px; }

.default_dest_block_info--blue {
  background-color: rgba(0, 124, 186, 0.5); }

.default_dest_block__descr {
  display: none;
  height: 140px;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: rgba(0, 124, 186, 0.5); }

.default_dest_block:hover .default_dest_block__descr {
  display: table; }

.default_dest_block__descr p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 35px; }

/* 								Visa
------------------------------------------------------------- */
.visa {
  margin-top: 80px;
  position: relative;
  width: 100%;
  height: 198px;
  background-image: url(../../assets/i/visa_bg.png);
  background-repeat: no-repeat;
  background-size: cover; }

.visa__passport {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 262px;
  height: 244px;
  background-image: url(../../assets/i/passport.png); }

.visa__detail_block {
  width: 265px;
  height: 100%;
  padding-top: 52px;
  margin-left: 55%; }

.visa__btn {
  margin-top: 32px;
  padding: 12px 26px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff; }

.visa__btn img {
  margin-left: 10px;
  margin-top: 2px; }

.visa__descr {
  color: #ffffff;
  font-size: 17px; }

#listCounries {
  height: 325px;
  margin-right: 30px;
  overflow-y: auto; }

/* 								About country
------------------------------------------------------------- */
.about_country {
  min-height: 900px; }

.about_country_section {
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat; }

.about_country_section__header {
  height: auto;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 80px; }

.about_country_section__descr {
  padding-top: 48px;
  padding-bottom: 80px;
  padding-left: 12%;
  padding-right: 12%; }

.about_country_section__descr_text {
  max-width: 374px;
  /*color: rgba(255,255,255,.7);*/
  color: #ffffff;
  font-size: 13px; }

.about_country_section__descr_btn {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4); }

.about_country_section__descr_left {
  width: 50%;
  float: left; }

.about_country_section__descr_right {
  width: 50%;
  float: left; }

/* ==========================================================================
	DESTINATION PAGE
========================================================================== */
/* 								About destination
------------------------------------------------------------- */
.about_destination_section {
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(68, 141, 188, 0.3);
  border-top: 1px solid #fff; }

.about_destination_section .about_country_section__header {
  padding-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.6); }

.about_destination_section .about_country_section__descr {
  background-color: rgba(0, 0, 0, 0.6); }

.about_destination_section header {
  height: auto; }

/* 								About info
------------------------------------------------------------- */
.about_destination_info {
  padding-top: 30px;
  padding-bottom: 100px; }

/* ==========================================================================
	TOUR PAGE
========================================================================== */
/* 								Top tour banner
------------------------------------------------------------- */
.top_banner_tour {
  position: relative;
  height: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5); }

.banner_tour {
  padding-top: 46px;
  min-height: 550px; }

.banner_tour__container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto; }

.banner_tour__name {
  color: #fff;
  font-size: 62px;
  line-height: 100%; }

.banner_tour__info {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 34px;
  margin-top: 12px; }

.banner_tour__price {
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 33px;
  white-space: nowrap; }

.banner_tour__duration {
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 33px;
  border-left: 1px solid #ffffff;
  white-space: nowrap; }

.banner_tour__price span {
  font-size: 20px; }

.banner_tour__duration span {
  font-size: 20px; }

.banner_tour__btn {
	margin-top: 41px;
	padding: 14px 20px;
}

.banner_tour__label {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  color: #ffffff; }

.banner_tour__label p {
  display: inline-block;
  max-width: 353px;
  font-size: 13px; }

.order_btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 470px;
  width: 120px;
  height: 120px;
  background-color: #448dbc;
  border-radius: 100%; }

.order_btn__spy {
  display: none;
  position: fixed;
  bottom: 95px;
  right: 20px;
  top: unset;
  z-index: 1000; }

.order_btn__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  background: url(../i/logo_title_small.png) no-repeat 50% 50%;
}

.banner_details {
  background-color: rgba(0, 0, 0, 0.4);
  height: auto;
  width: 100%;
  border-top: 1px solid #fff;
  padding: 21px 10%;
  text-align: center; }

.banner_details__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  margin: 0 auto;
  text-align: left; }

.banner_details__part {
  display: flex;
  align-items: center;
  height: 70px; }
.banner_details__part:not(:last-child) {
	margin-right: 15px;
}
.banner_details__ico {
  position: relative;
  display: block;
  float: left;
  min-width: 70px;
  min-height: 70px;
  text-align: center;
  border: 2px solid #787d7e;
  border-radius: 100%;
  padding-top: 18px;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat; }

.banner_details__text {
  padding-left: 10px;
  font-size: 14px;
  color: #ffffff;
  float: left; }

.banner_details__left_ctrl {
  position: absolute;
  top: 50px;
  left: 55px; }

.banner_details__right_ctrl {
  position: absolute;
  top: 50px;
  right: 55px; }

/* 								About country
------------------------------------------------------------- */
.about_tour {
  max-width: 1365px;
  margin: 0 auto;
  /*min-height: 600px;*/
  border-bottom: 1px solid #e0e1e5;
  padding-left: 183px;
  padding-right: 183px;
  padding-bottom: 80px; }

.about_country_text {
  font-size: 20px;
  color: #2b2a2a; }

.about_country_text__left {
  float: left;
  width: 50%;
  padding-right: 26px; }

.about_country_text__right {
  float: left;
  width: 50%;
  padding-right: 26px; }

/* 								Страница тура - Купить
------------------------------------------------------------- */
.tour_booking_list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px;
	background: #448dbc4a;
	border-radius: 8px;
}
.tour_booking_list .item:not(:last-child) {
	margin-bottom: 15px;
}
.tour_booking_list .title {
	flex-basis: 500px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding-right: 15px;
}
.tour_booking_list .date {
	width: 200px;
	flex-shrink: 0
}
.tour_booking_list .select2-selection__rendered {
	padding: 0 42px 0 15% !important;
	line-height: 56px !important;
	font-weight: 600;
}
.tour_booking_list .select2-selection--single {
	height: 56px;
	border: 1px solid #E6E7EB;
	border-radius: 8px;
}
.tour_booking_list .select2-selection__arrow {
	height: 56px !important;
	width: 42px !important;
	background: url(../../assets-dev/i/arrow-down.svg) no-repeat 50% 50%;
}
.tour_booking_list .select2-selection__arrow b {
	display: none;
}
.tour_booking_list .price {
	color: #A31F34;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	margin: 0 30px;
}
.tour_booking_list .btn {
	padding: 14px;
	flex-shrink: 0;
}
.tour_booking_list .btn:hover {
	color: #A31F34;
}

/* 								Tour shedule
------------------------------------------------------------- */
.tour_shedule {
  max-width: 1365px;
  margin: 0 auto;
  padding: 0 183px;
  overflow: hidden; }

.tour_shedule__right {
  text-align: right; }

.tour_shedule_all_btn {
  cursor: pointer;
  display: block;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 13px;
  color: #66a1c8; }

.tour_shedule_all__open {
  display: inline-block; }

.tour_shedule_all__close {
  display: none; }

.tour_shedule_all_btn--open .tour_shedule_all__open {
  display: none; }

.tour_shedule_all_btn--open .tour_shedule_all__close {
  display: inline-block; }

.tour_shedule_all_btn img {
  margin-bottom: -4px;
  margin-left: 15px; }

.tour_shedule__days {
  padding-top: 40px; }

.tour_shedule__name {
  cursor: pointer;
  position: relative;
  padding: 22px 35px 22px 56px;
  font-size: 27px;
  border: 1px solid #dedfe5;
  border-radius: 5px; }

.tour_shedule__arrow {
  position: absolute;
  width: 9px;
  height: 5px;
  top: 50%;
  right: 24px;
  margin-top: -3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/i/triangle_down.png); }

.tour_shedule__arrow--active {
  background-image: url(../../assets/i/triangle_up.png); }

.tour_shedule__name .day {
	color: #66a1c8;
	margin-right: 8px;
}

.tour_shedule__day_detail {
  padding: 34px 0 34px 56px;
  border: 1px solid #dedfe5;
  border-radius: 5px; }

.tour_shedule__top {
  margin-bottom: 60px;
  font-size: 17px;
  color: #448dbc; }

.tour_shedule__top span {
  margin: 0 24px; }

.tour_shedule__body li {
  position: relative;
  list-style: none;
  margin-bottom: 19px;
  font-size: 20px;
  color: #4d4c4c;
  margin-left: 31px; }

.tour_shedule__body li:before {
  content: "\2022";
  position: absolute;
  color: #448dbc;
  font-size: 50px;
  line-height: 0;
  top: 4px;
  left: -31px; }

/* 								Tour includes
------------------------------------------------------------- */
.tour_includes {
  padding: 0 183px;
  max-width: 1365px;
  margin: 0 auto; }

.tour_includes_block {
  padding-top: 57px; }

.tour_includes_block h4 {
  text-transform: uppercase;
  font-size: 27px;
  color: #448dbc;
  margin-bottom: 56px; }

.tour_includes_block li,
.tour_question_text li {
  position: relative;
  list-style: none;
  margin-bottom: 21px;
  margin-left: 30px;
  font-size: 20px; }

.tour_includes_block li:before,
.tour_question_text li:before {
  content: "\2022";
  position: absolute;
  color: #448dbc;
  font-size: 50px;
  line-height: 0;
  top: 4px;
  left: -31px; }

.tour_include {
  width: 50%;
  float: left; }

.tour_not_include {
  width: 50%;
  float: left; }

/* 								Tour hotels
------------------------------------------------------------- */
.tour_hotels {
  padding: 0 183px;
  max-width: 1365px;
  margin: 0 auto; }

/*.tour_hotels__slider {
	overflow: hidden;
}*/
.tour_hotels .slick-arrow {
  display: none !important; }

.tour_hotels__container {
  margin-left: 5px;
  margin-right: 5px; }

.tour_hotels__container:focus {
  outline: none; }

.tour_hotel_banner {
  position: relative;
  float: left;
  width: 50%;
  min-height: 450px;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden; }

.tour_hotels__photo_slider {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0; }

.tour_hotels__photo {
  height: 100%;
  width: 100%;
  background-size: cover; }

.tour_hotel_banner__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 165px;
  padding-top: 30px;
  padding-left: 40px;
  background-color: rgba(9, 34, 58, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.tour_hotel_banner__label {
  color: #ffffff;
  display: inline-block;
  margin-right: 10px; }

.tour_arrow_switch {
  position: absolute;
  right: 30px;
  bottom: 30px; }

.tour_switch {
  position: absolute;
  left: 30px;
  bottom: 30px; }

.hotel_arrow_switch {
  display: none;
  position: absolute;
  right: 30px;
  bottom: 30px; }

.hotel_switch {
  display: none;
  position: absolute;
  left: 30px;
  bottom: 30px; }

.tour_hotel_descr {
  height: 450px;
  overflow-y: auto;
  width: 50%;
  float: left;
  padding-left: 34px; }

.tour_hotel_descr__block {
  margin-bottom: 28px; }

.tour_hotel_descr__label {
  color: #448dbc;
  font-size: 17px; }

.tour_hotel_descr__label a {
  color: #448dbc;
  font-size: 17px; }

.tour_hotel_descr__text {
  font-size: 20px;
  color: #4d4c4c; }

/* 								Other tours
------------------------------------------------------------- */
.other_tours {
  padding-left: 183px;
  padding-right: 183px;
  max-width: 1365px;
  margin: 0 auto;
  height: auto; }

/* 								Lead form
------------------------------------------------------------- */
.tour_lead {
  position: relative; }

.tour_lead .close {
  display: inline-block;
  color: #eeeeee;
  position: absolute;
  top: 15px;
  right: -15px;
  font-size: 30px;
  cursor: pointer; }

.tour_lead .content_header {
  position: relative;
  padding-top: 70px;
  height: 175px; }

.tour_lead .content_header__name {
  font-size: 30px; }

.tour_lead .content_header__left:before {
  left: -10px; }

.tour_lead__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1500; }

.tour_lead__form_container {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 450px;
  height: 500px;
  margin-top: -250px;
  padding: 0 45px;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 1550; }

.tour_lead__input {
  margin-bottom: 17px;
  margin-top: 17px; }

/*.tel .tour_lead__input: {
	margin-top: 0;
}*/
.tour_lead__form_container input[type="submit"] {
  background: none;
  padding: 12px 14px 14px 12px;
  border: 1px solid #97a2ae;
  margin-top: 17px; }

.tour_lead__form_container input[type="submit"]:hover {
  color: #0f5f96; }

.tour_lead__form_container input[type="submit"] + span {
  position: absolute;
  top: 18px;
  right: -27px; }

.tour_lead__form_container input[type="text"] {
  font-size: 16px;
  color: #97a2ae;
  width: 100%;
  border-radius: 25px;
  border: 1px solid #97a2ae;
  padding: 15px 25px 15px 25px;
  background-color: rgba(255, 255, 255, 0.6); }

.tour_lead__form_container input[type="text"]::placeholder {
  font-size: 16px;
  color: #97a2ae; }

.tour_lead__form_container input[type="text"] + span {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 14px;
  color: #ff3f3f;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: -17px; }

.tour_lead__form_container .wpcf7-mail-sent-ok {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 14px;
  color: #2a883b;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 5px;
  border: none; }

.tour_lead__form_container .wpcf7-validation-errors {
  display: none !important; }

/* ==========================================================================
	TOUR LIST PAGE
========================================================================== */
/* 								Filter
------------------------------------------------------------- */
.tours_list,
.hotel_list,
.place_list {
  position: relative;
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
  /*border-left: 1px solid #cdcdcd;*/ }

.filter {
  position: relative;
  width: 30%;
  float: left;
  min-width: 145px;
  padding: 20px 0;
  margin-top: 40px; }

.filter__block_name {
  margin-top: 52px;
  margin-left: 30px;
  margin-bottom: 30px; }

.filter__block label {
  cursor: pointer; }

.filter__block li {
  list-style: none; }

.filter__elem {
  cursor: pointer;
  display: inline-block;
  position: relative;
  list-style: none;
  margin-left: 30px;
  padding: 5px 0;
  font-size: 13px; }

.filter__elem:hover {
  color: #66a1c8; }

.filter__input {
  display: none; }

.filter__elem--title {
  font-family: Montserrat;
  font-weight: 800;
  color: #09223a; }

.filter__elem--passive {
  cursor: default; }

.filter__elem--passive:before {
  content: '';
  display: none; }

.filter__elem--passive:hover {
  color: #09223a; }

.filter__elem--disable {
  cursor: default;
  color: #cdcdcd; }

.filter__space {
  display: block;
  height: 30px; }

.filter__elem:before {
  content: "\2022";
  position: absolute;
  font-size: 38px;
  font-weight: normal;
  line-height: 0;
  top: 12px;
  left: -36px; }

.filter__input:checked + .filter__elem {
  color: #66a1c8; }

.filter__input:checked + .filter__elem:after {
  content: '';
  display: inline-block;
  background-image: url(../../assets/i/d_arrow_left.png);
  width: 12px;
  height: 13px;
  margin-left: 15px;
  margin-bottom: -2px; }

.filter__searchbar {
  position: relative;
  margin-left: 30px; }

.filter_close {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 15px;
  font-size: 35px;
  color: #ededed; }

.filter__init {
  display: block;
  width: 125px;
  color: #09223a;
  border: 1px solid #09223a;
  padding: 12px 25px 14px 27px;
  margin-top: 15px;
  /*margin-left: auto;
	margin-right: auto;*/ }

.filter__init input {
  display: none; }

/* 								Tours list
------------------------------------------------------------- */
.tour_list_blocks {
  float: left;
  width: 70%;
  margin-bottom: 180px; }

.tour_list_blocks .content_header {
  padding-top: 60px;
  height: 190px; }

.tour_list_block {
  position: relative;
  display: block;
  float: left;
  width: 49%;
  max-width: 370px;
  height: auto;
  margin-bottom: 30px;
  border-radius: 10px; }

.tour_list_block:nth-child(odd) {
  margin-right: 2%; }

.tour_list_block__top {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover; }

.tour_list_block__bottom {
  display: table;
  width: 100%;
  height: 120px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver; }

.tour_list_block__name {
  font-family: Montserrat;
  font-weight: 100;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
  font-size: 20px; }

.tour_list_block_info {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  width: 100%;
  height: 80px;
  border-top: 1px solid silver;
  font-size: 18px; }

.tour_list_block_text {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 17px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff; }
.tour_list_block_text span {
  margin: 0 26px; }
.tour_list_block_text .route {
	margin: 7px 0 0;
	font-weight: 400;
}

/* 								Tours pagination
------------------------------------------------------------- */
.tour_pagination {
  margin: 30px auto 30px auto; }

/* 								Tours lead
------------------------------------------------------------- */
.tour_list_lead {
  position: relative;
  min-height: 256px;
  background-color: #f5f8fb;
  display: flex;
  align-items: center;
  padding: 50px 0;
  margin-top: 170px; }

.tour_list_lead:after {
  content: '';
  position: absolute;
  display: block;
  width: 299px;
  height: 267px;
  background-image: url(../../assets/i/operator.png);
  background-repeat: no-repeat;
  top: -155px;
  right: 30%; }

.tour_list_lead__container {
  margin: 0 auto;
  max-width: 690px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.tour_list_lead__name {
  position: relative;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 45px;
  color: #09223a;
  line-height: 40px; }

.tour_list_lead__name:before {
  content: '';
  position: absolute;
  top: -30px;
  left: -40px;
  width: 169px;
  height: 112px;
  background-image: url(../../assets/i/logo_title.png); }

.tour_list_lead__text {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 17px;
  color: #a4a3a3;
  margin-top: 20px; }

.tour_list_lead__left {
  width: 390px;
  float: left; }

.tour_list_lead__right {
  float: left;
  width: 300px; }

.tour_list_lead__input {
  display: block;
  width: 300px;
  position: relative;
  margin-top: 35px; }

.tour_list_lead__input input[type="submit"] {
  position: absolute;
  top: 4px;
  right: 5px;
  border: none;
  background: none;
  padding: 12px 14px 14px 12px; }

.tour_list_lead__input input[type="submit"]:hover {
  color: #0f5f96; }

.tour_list_lead__input input[type="submit"] + span {
  position: absolute;
  top: 13px;
  right: -57px; }

.tour_list_lead__input input[type="text"] {
  font-size: 16px;
  color: #97a2ae;
  width: 100%;
  border-radius: 25px;
  border: 1px solid #97a2ae;
  padding: 15px 110px 15px 25px;
  background-color: rgba(255, 255, 255, 0.6); }

.tour_list_lead__input input[type="text"]::placeholder {
  font-size: 16px;
  color: #97a2ae; }

.tour_list_lead__input input[type="text"] + span {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 14px;
  color: #ff3f3f;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 5px; }

.tour_list_lead__input .wpcf7-mail-sent-ok {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 14px;
  color: #2a883b;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 5px;
  border: none; }

.tour_list_lead__input .wpcf7-validation-errors {
  display: none !important; }

/* ==========================================================================
	PLACE PAGE
========================================================================== */
/* 								Top place banner
------------------------------------------------------------- */
.top_banner_place {
  position: relative;
  height: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5); }

.banner_place {
  padding-top: 46px; }

.banner_place__container {
  position: relative;
  padding-bottom: 0;
  text-align: center;
  max-width: 700px;
  margin: 0 auto; }

.banner_place__name {
  color: #fff;
  font-size: 62px;
  line-height: 100%;
  margin-top: 15px;
}

/* 								About place
------------------------------------------------------------- */
.about_place {
  max-width: 1365px;
  margin: 0 auto;
  padding-bottom: 80px;
  border-bottom: 1px solid #e0e1e5;
  padding-left: 183px;
  padding-right: 183px; }

/* 								Places
------------------------------------------------------------- */
.pop_places {
  padding-left: 183px;
  padding-right: 183px;
  max-width: 1365px;
  margin: 0 auto;
  height: auto; }

.pop_places_container {
  height: auto; }

.pop_place_block {
  display: block;
  float: left;
  width: 32%;
  height: 340px;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 13px;
  border-radius: 10px; }

.pop_place_block__top {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover; }

.pop_place_block_info {
  display: table;
  opacity: 0;
  height: 100%;
  background-color: rgba(9, 69, 133, 0.6);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: opacity 0.3s ease-out; }

.pop_place_block_text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  padding: 0 20px; }

.pop_place_block__bottom {
  display: table;
  width: 100%;
  height: 120px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver; }

.pop_place_block__name {
  font-family: Montserrat;
  font-weight: 100;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  /*padding: 0 40px;*/
  font-size: 20px; }

.pop_place_block:hover .pop_place_block_info {
  opacity: 1; }

/* ==========================================================================
	HOTEL PAGE
========================================================================== */
/* 								Hotel map
------------------------------------------------------------- */
.hotel_map__container {
  height: 385px; }

/* 								Hotel info
------------------------------------------------------------- */
.hotel_info {
  padding: 0 183px;
  max-width: 1365px;
  margin: 0 auto; }

.hotel_info_banner {
  position: relative;
  float: left;
  width: 50%;
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px; }

.hotel_info_banner__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*height: 165px;*/
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  background-color: rgba(9, 34, 58, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.hotel_info_banner__name {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 21px;
  color: #ffffff;
  margin: 11px 0; }

.hotel_info_banner__text {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 12px;
  color: #ffffff; }

.hotel_info_descr {
  width: 50%;
  float: left;
  padding: 11px 34px; }

.hotel_info_descr__detail {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 15px;
  color: #5695be;
  margin-bottom: 23px;
  list-style: none;
  column-count: 2;
  column-gap: 20px; }

.hotel_info_descr__value {
  font-weight: 900;
  color: #448dbc;
  font-size: 17px; }

.hotel_info_descr__services {
  list-style: none;
  column-count: 2;
  column-gap: 20px; }

.hotel_info_descr__service {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 13px;
  color: #2b2a2a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 18px; }

.hotel_info_descr__service img {
  margin-right: 15px; }

/* 								Hotel hall
------------------------------------------------------------- */
.hotel_hall {
  padding: 0 183px;
  max-width: 1365px;
  margin: 0 auto; }

.hotel_hall_table {
  /*overflow-x: hidden;*/ }

/*.hotel_hall_table table {
    width: 100%;
	border-collapse: collapse;
}*/
.hotel_hall table {
	margin-bottom: 0;
}
.hotel_hall_table tr,
.hotel_hall_table td,
.hotel_hall_table th {
  /*	border: 1px solid #dedfe5;*/ }

.hotel_hall_table thead td,
.hotel_hall_table thead tr,
.hotel_hall_table thead th {
  border: none; }

.hotel_hall_table td,
.hotel_hall_table th {
  text-align: center; }

.hotel_hall_table__icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 30px;
  height: 45px; }

.hotel_hall_table__name td,
.hotel_hall_table__name th {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 13px;
  color: #2b2a2a;
  text-align: center;
  /*border: 1px solid #dedfe5;*/ }

.hotel_hall_table__name th {
  font-weight: 900;
  font-size: 17px;
  color: #5695be; }

.hotel_hall_table__room td,
.hotel_hall_table__room th {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 15px;
  color: #5695be;
  text-align: center; }

/* ==========================================================================
	GALLERY PAGE
========================================================================== */
/* 								Gallery showcase
------------------------------------------------------------- */
.gallery {
  height: auto;
  margin: 0 auto 60px; }

.gallery__container {
  height: 558px;
  overflow: hidden; }

.gallery__slide_container {
  height: 100%;
  width: 100%; }

.gallery__slide_block {
  width: 50%;
  height: 100%;
  float: left; }

.gallery__photos_col {
  width: 50%;
  height: 100%;
  float: left; }

.gallery__photos_row {
  height: 50%;
  width: 100%; }

.gallery__photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff; }

.gallery__bg {
  position: relative;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 141, 188, 0.7); }

.gallery__video_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 141, 188, 0.7); }

.gallery__bg:after {
  content: '';
  position: absolute;
  width: 74px;
  height: 74px;
  top: 50%;
  left: 0;
  right: 0;
  margin: -37px auto 0 auto;
  background-image: url(../../assets/i/plus.png); }

.gallery__video_bg:after {
  content: '';
  position: absolute;
  width: 74px;
  height: 74px;
  top: 50%;
  left: 0;
  right: 0;
  margin: -37px auto 0 auto;
  background-image: url(../../assets/i/play.png); }

.gallery__bg:hover {
  opacity: 1; }

.gallery__photo:nth-child(2) {
  height: 100%;
  width: 50%;
  float: right; }

.gallery__photo:nth-child(1),
.gallery__photo:nth-child(3) {
  height: 50%;
  width: 50%;
  float: left; }

/* 								Gallery nav
------------------------------------------------------------- */
.gallery_nav {
  padding-right: 183px;
  padding-left: 183px;
  max-width: 1365px;
  margin: 0 auto; }

.gallery_nav__container {
  margin-top: 63px; }

li.gallery_nav__link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  list-style: none;
  margin-bottom: 21px;
  margin-left: 10px;
  margin-right: 25px;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 13px;
  color: #999b9c; }

li.gallery_nav__link a {
  color: #999b9c; }

li.gallery_nav__link--active a {
  color: #6f85a7; }

li.gallery_nav__link.gallery_nav__link--active:before {
  color: #6f85a7; }

li.gallery_nav__link:before {
  content: "\2022";
  position: absolute;
  color: #999b9c;
  font-size: 25px;
  line-height: 0;
  top: 6px;
  left: -21px; }

/* 								Gallery list
------------------------------------------------------------- */
.gallery_list {
  padding-right: 183px;
  padding-left: 183px;
  max-width: 1365px;
  margin: 0 auto; }

.gallery_list__container {
  margin-top: 50px; }

.gallery_list__photo {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  border: 1px solid #ffffff;
  float: left;
  margin-bottom: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.gallery_list__photo:nth-child(5n+1),
.gallery_list__photo:nth-child(5n+2),
.gallery_list__photo:nth-child(5n+3) {
  height: 222px;
  width: 32%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  margin-right: 2%; }

.gallery_list__photo:nth-child(5n+4) {
  margin-right: 2%; }

.gallery_list__photo:nth-child(5n+4),
.gallery_list__photo:nth-child(5n+5) {
  height: 350px;
  width: 49%; }

.gallery_list__photo:nth-child(5n+3) {
  margin-right: 0; }

/* ==========================================================================
	BLOG
========================================================================== */
/* 								Category
------------------------------------------------------------- */
.category_nav {
  width: 984px;
  margin: 60px auto 0 auto;
  height: 175px;
  overflow: hidden; }

.category_block {
  position: relative;
  float: left;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  width: 164px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  margin-top: 30px; }

a.category_block:hover .category_block__bg {
  background-color: rgba(0, 0, 0, 0.1); }

.category_block__name {
  display: none;
  position: absolute;
  color: #66a1c8;
  font-size: 14px;
  top: -25px;
  left: 0;
  width: 100%;
  text-align: center; }

.category_block__container {
  height: 145px; }

.category_block__bg {
  display: table;
  height: 115px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  text-align: center;
  transition: background-color 0.3s ease-out; }

.category_block__bg img {
  margin-left: 10px; }

.category_block__bg span {
  display: table-cell;
  vertical-align: middle; }

.category_block__down {
  height: 31px;
  background-color: #ffffff; }

.category_block--active .category_block__name {
  display: block; }

.category_block--active .category_block__bg {
  background: none; }

.category_block--active .category_block__bg span {
  display: none; }

.category_block--active .category_block__down {
  background: none;
  border: 80px solid #ffffff;
  border-top: 30px solid transparent; }

/* 								Articles list
------------------------------------------------------------- */
.articles_list {
  height: auto;
  width: 984px;
  margin: 0 auto; }

.articles_list__container {
  padding: 50px 0;
  height: auto; }

.articles_list__block {
  position: relative;
  width: 32.3%;
  margin-left: 1.5%;
  height: 220px;
  float: left;
  border-radius: 5px;
  margin-bottom: 11px; }

.articles_list__block:nth-child(3n+1) {
  margin-left: 0; }

.articles_list__descr {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.articles_list__name {
  display: table;
  text-align: center;
  width: 100%;
  height: 60px; }

.articles_list__name h4 {
  display: table-cell;
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  vertical-align: middle; }

.articles_list__info {
  text-align: center; }

.articles_list__date {
  display: inline-block;
  height: 50px; }

.articles_list__views {
  display: inline-block;
  height: 50px; }

.articles_list__ico {
  float: left;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-right: 5px; }

.articles_list__text {
  float: left;
  color: #ffffff; }

.articles_list__ico--eye {
  background-image: url(../../assets/i/vector/icons/eye_w.svg); }

/* ==========================================================================
	ARTICLE
========================================================================== */
/* 								Article tags
------------------------------------------------------------- */
.article_tags {
  margin-top: 20px; }

/* 								Article intro
------------------------------------------------------------- */
.article_intro {
  max-width: 1365px;
  padding: 0 183px;
  margin: 0 auto;
  background-image: url(../../assets/i/logo_bg.png);
  background-position: center;
  background-repeat: no-repeat; }

.article_intro__container {
  height: auto;
  padding: 50px 76px 100px 76px;
  text-align: center; }

.article_intro__title {
  padding: 0 120px 44px 120px;
  font-size: 45px; }

/* 								Article content
------------------------------------------------------------- */
.article_content {
  max-width: 1365px;
  padding: 0 183px;
  margin: 0 auto;
  height: auto; }

.article_content__image {
  width: 100%;
  height: auto;
  padding: 30px 0;
  border-radius: 30px; }

.article_content__title {
  font-size: 40px;
  padding-top: 30px; }

.article_content__text {
  padding: 30px 0; }

/* ==========================================================================
	ABOUT PAGE
========================================================================== */
/* 								About company
------------------------------------------------------------- */
.about_company {
  padding-bottom: 75px; }

.about_company .content_header__left {
  float: left;
  width: 30%; }

.about_company .content_header__right {
  display: table;
  position: relative;
  float: left;
  width: 70%;
  min-height: 123px;
  border-radius: 10px;
  border: 1px solid #e3e4e4;
  bottom: unset;
  margin-top: -30px; }

.about_description {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 45px;
  margin: 30px 0; }

.about_company_container {
  max-width: 924px;
  margin: 0 auto; }

.about_company__parts {
  height: auto;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-top: 30px;
  padding-bottom: 30px; }

.about_company__part {
  float: left;
  width: 231px;
  margin-bottom: 20px; }

.about_company__icon {
  display: block;
  float: left;
  width: 73px;
  height: 73px;
  text-align: center;
  border: 2px solid #ededed;
  border-radius: 100%; }

.about_company__part:nth-child(1) img {
  padding-top: 17px; }

.about_company__part:nth-child(2) img {
  width: 52px;
  padding-top: 23px; }

.about_company__part:nth-child(3) img {
  padding-top: 23px; }

.about_company__part:nth-child(4) img {
  padding-top: 10px; }

.about_company__text {
  display: inline-block;
  max-width: 130px;
  margin-left: 19px;
  padding-top: 12px; }

.about_company__text p {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 14px;
  color: #09223a; }

/* 								Services
------------------------------------------------------------- */
.services {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.services_section__header {
  height: auto;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 80px;
  background-color: rgba(0, 0, 0, 0.5); }

.services_header {
  position: relative;
  display: block;
  width: 100%;
  height: 145px;
  padding-top: 0; }

.services_header__intro {
  font-family: Montserrat;
  font-weight: 400;
  color: #ffffff; }

.services_header__name {
  font-family: Montserrat;
  font-size: 45px;
  font-weight: 800;
  line-height: 80%;
  padding-top: 11px;
  color: #ffffff;
  white-space: nowrap; }

.services_header__left {
  position: relative;
  float: left;
  width: 50%; }

.services_header__left:before {
  content: '';
  position: absolute;
  top: -30px;
  left: -40px;
  width: 169px;
  height: 112px;
  background-image: url(../../assets/i/logo_title.png); }

.services_header__right {
  width: 50%;
  position: relative;
  float: left; }

.services_header__right p {
  color: #ffffff;
  font-size: 17px; }

.services_section__descr {
  max-height: 427px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 90px 12%; }

.services_section__block {
  color: #ffffff;
  display: block;
  list-style: none;
  column-count: 2;
  column-gap: 20px; }

.services_section__block li {
  font-family: Montserrat;
  font-weight: 800;
  margin-bottom: 15px; }

.services_section__block li img {
  margin-right: 10px; }

/* 								Reviews
------------------------------------------------------------- */
.reviews {
  padding: 0 183px;
  padding-bottom: 75px; }

.reviews .slick-arrow {
  display: none !important; }

.reviews .slick-slide {
  height: auto; }

.reviews .slick-track {
  height: auto; }

.reviews .slick-list {
  height: auto; }

.reviews__container {
  border: 1px solid #e3e4e4;
  padding: 0 45px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1120px; }

.reviews__block {
  float: left;
  width: 50%;
  padding: 45px;
  text-align: center; }

.reviews__date {
  font-size: 14px;
  color: #595f6f; }

.reviews__text {
  font-size: 14px;
  color: #595f6f;
  padding: 40px 0;
  min-height: 170px; }

.reviews__autor {
  color: #448dbc;
  font-size: 17px; }

.reviews__line {
  display: inline-block;
  margin-top: 20px;
  width: 35px;
  height: 2px;
  background-color: #448dbc; }

/* 								Skyway album
------------------------------------------------------------- */
.skyway_album {
  padding: 0 183px;
  padding-bottom: 75px; }

/* ==========================================================================
	CONTACTS PAGE
========================================================================== */
/* 								Address
------------------------------------------------------------- */
.contacts_content {
  max-width: 1365px;
  padding: 0 183px;
  margin: 100px auto;
  height: auto; }

/* ==========================================================================
	VISA PAGE
========================================================================== */
/* 								Side nav
------------------------------------------------------------- */
.visa__container {
  position: relative;
  height: auto;
  max-width: 950px;
  margin: 0 auto;
  /*border-left: 1px solid #cdcdcd;*/ }

.visa__container .content_header {
	height: auto;
}
.visa__container h2 {
	font-size: 40px;
}
.visa__container h3 {
	font-size: 20px;
	padding: 20px 0 20px;
}
.visa__container .sidebar {
  width: 25%;
  border-left: none;
  padding: 50px 0; }

.visa__main-link {
  margin-top: 27px;
  font-weight: bold; }

.visa__main-link:before {
  display: none; }

.sidebar__elem.visa__country--active:before {
  color: #000000; }

.visa__country--active .visa__coutry_to {
  color: #000000; }

.visa__country--active .visa__country_from {
  color: #000000; }

.visa__coutry_to {
  font-family: Montserrat;
  font-weight: 400;
  color: #448dbc;
  font-size: 17px; }

.visa__country_from {
  font-family: Montserrat;
  font-weight: 800;
  color: #448dbc;
  font-size: 13px; }

.visa__body {
  float: left;
  max-width: 715px;
  width: 75%; }

.visa__body ol {
	margin-left: 40px;
}
.visa__text {
  color: #556a7e; }

.filter_toggle {
  padding: 20px;
  display: none;
  font-family: Montserrat;
  color: #448dbc;
  margin-top: 10px; }

.filter_toggle p {
  font-weight: 800;
  text-align: right; }

.sidedar_close {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 15px;
  font-size: 35px;
  color: #ededed; }

/* ==========================================================================
	MAIN FOOTER
========================================================================== */
.main_footer {
  position: relative;
  height: auto;
  width: 100%;
  margin-top: 50px;
  background-image: url(../../assets/i/main_img.png);
  background-size: cover;
}
body.page-id-462 .main_footer {		/* для страницы Контакты */
	margin-top: 0;
}

.subscribe_block_wrp {
	background-color: rgba(0, 124, 186, 0.5);
}
.subscribe_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 193px;
  max-width: 960px;
  margin: 0 auto;
}
.subscribe_block__logo {
  width: 189px;
  height: 50px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  float: left; }

.subscribe_block_form_wrp {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 190px - 8%);
}
.subscribe_block__title {
	text-align: right;
}
.subscribe_block__title h3 {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 17px;
  color: #ffffff; }

.subscribe_block__title h2 {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 30px;
  color: #ffffff; }

.subscribe_block__input {
  width: 300px;
  position: relative;
}

.subscribe_block__input input[type="text"] {
  width: 100%;
  border-radius: 25px;
  padding: 15px 0 15px 25px;
  background-color: rgba(255, 255, 255, 0.6); }

.subscribe_block__input input[type="submit"] {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  background-image: url(../../assets/i/arrow_r.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
  right: 25px;
  width: 20px;
  height: 12px; }

.subscribe_block__input input[type="text"] {
  font-size: 16px; }

.subscribe_block__input input[type="text"]::placeholder {
  font-size: 16px; }

.main_footer__bottom_block {
  height: auto;
  background-color: rgba(0, 0, 0, 0.6); }

.main_footer__menu {
  padding: 53px 183px 0 183px; }

.main_footer__menu_left {
  width: 60%;
  float: left; }

.main_footer__menu_nav {
  float: left;
  margin-right: 60px; }

.main_footer__menu_nav li {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
  list-style: none;
  padding-left: 10px; }

.main_footer__menu_nav li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0; }

.main_footer__menu_nav a {
  color: #ffffff; }

.main_footer__menu_nav a:hover {
  border-bottom: 1px solid #ffffff; }

.main_footer__site_map_btn.btn img {
  width: 14px;
  margin-left: 16px;
  margin-bottom: -1px; }

.main_footer__site_map_btn {
  font-weight: 800;
  padding: 10px 14px 12px 27px;
  margin-top: 18px; }

.main_footer__menu_contacts {
  float: left;
  color: rgba(255, 255, 255, 0.5); }

.main_footer__menu_phone {
  color: #ffffff; }

.main_footer__menu_contacts .tel p {
  padding: 5px 0; }

.main_footer__menu_contacts .tel p:not(:last-of-type),
.main_footer__menu_contacts .tel a {
  color: #fff; }

.main_footer__menu_contacts .tel a:hover {
  border-bottom: 1px solid #fff; }

.main_footer__menu_contacts .tel p:last-child a {
  color: #ffffff80; }

.main_footer__menu_contacts li {
  list-style: none;
  margin-top: 22px;
  border-left: 2px solid #ffffff;
  padding-left: 26px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5); }

.main_footer__menu_contacts li:first-child {
  margin-top: 0; }

.main_footer__menu_contacts li:first-child a:first-child {
  color: #ffffff; }
.main_footer__menu_contacts li.links span {
	position: relative;
	padding-left: 10px;
}
.main_footer__menu_contacts li.links span:before {
	content: '-';
	position: absolute;
	left: 0;
	top: -2px;
	color: #fff;
}
.main_footer__menu_contacts li.links a {
	display: inline-block;
	margin: 5px 0;
	color: #fff;
	border-bottom: 1px solid transparent;
}
.main_footer__menu_contacts li.links a:hover {
	border-bottom: 1px solid #fff;
}
.main_footer__menu_right {
  width: 40%;
  float: right; }

.main_footer__menu_country {
  display: block;
  float: left;
  margin-left: 40px; }

.main_footer__menu_country:first-child {
  margin-left: 0; }

.main_footer__menu_country li {
  list-style: none;
  font-weight: 100;
  margin-top: 8px; }

.main_footer__menu_country a {
  color: #ffffff; }

.main_footer__menu_country a:hover {
  border-bottom: 1px solid #ffffff; }

.main_footer__menu_country h4 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 800; }

.main_footer__menu_country ul {
  margin-top: 15px; }

.main_footer__copyright_block {
  position: relative;
  height: 63px;
  padding: 23px 183px 0 183px;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.8); }

.main_footer__social {
  display: block;
  float: left;
  position: relative;
  top: -7px;
  left: 0; }

.main_footer__copyright {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 180px;
  margin: 0 auto;
  padding-top: 23px;
  font-weight: 100; }

.main_footer__right {
  float: right;
  display: block;
  position: relative;
  top: 0;
  right: 30px; }

/* ==========================================================================
	SITE MAP
========================================================================== */
/* 								Link map
------------------------------------------------------------- */
.site_map {
  max-width: 1365px;
  padding: 0 183px;
  margin: 100px auto;
  height: auto; }

.site_map__title {
  padding-top: 15px;
  padding-bottom: 10px; }

.wsp-container {
  margin-left: 20px; }

/* ==========================================================================
	OTHER
========================================================================== */
#whatsapp_icon {
  position: fixed;
  z-index: 999;
  right: 40px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  background: url(../i/whatsapp2.svg) no-repeat 50% 50%/contain;
}

/* ==========================================================================
	LANDING PAGE
========================================================================== */
/* 								Landing main
------------------------------------------------------------- */
body .landing {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding-top: 100px; }

body.popup-open {
  overflow-y: hidden; }

.page-id-3732 span.wpcf7-not-valid-tip {
  display: inline-block; }

.lending_arrow {
  display: inline-block;
  background-image: url(../../assets/i/landing/arrow.svg);
  width: 18px;
  height: 8px;
  margin-left: 19px; }

.row-center {
  align-items: center; }

/* 								Landing header
------------------------------------------------------------- */
.landing_header-wrap {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  height: 100px; }

.landing_header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100px;
  background-color: #ffffff; }

.landing_header__logo {
  cursor: pointer;
  background-image: url(../../assets/i/landing/logo.svg);
  background-repeat: no-repeat;
  width: 193px;
  height: 57px;
  float: left;
  margin-top: 20px; }

.landing_header__nav {
  float: left;
  margin-top: 40px;
  margin-left: 5%; }

.landing_header__nav_link {
  display: inline-block;
  cursor: pointer;
  width: 80px;
  text-align: center; }
  .landing_header__nav_link a {
    font-size: 12px;
    color: #7D7D7D;
    font-family: Roboto;
    font-style: normal; }

.landing_header__nav_link a:hover {
  font-weight: bold;
  color: #458AB6; }

.landing_header__social {
  float: right;
  margin-top: 37px;
  margin-right: 5%; }

.landing_header__vk {
  cursor: pointer;
  display: inline-block;
  background-image: url(../../assets/i/landing/vk.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 25px; }

.landing_header__od {
  cursor: pointer;
  display: inline-block;
  background-image: url(../../assets/i/landing/odnoklassniki.svg);
  background-repeat: no-repeat;
  width: 27px;
  height: 25px; }

.landing_header__facebook {
  cursor: pointer;
  display: inline-block;
  background-image: url(../../assets/i/landing/facebook.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 25px; }

.landing_header__instagram {
  cursor: pointer;
  display: inline-block;
  background-image: url(../../assets/i/landing/instagram.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px; }

.landing_header__contacts {
  float: right; }

.landing_header__phone {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #458AB6;
  margin-top: 7px; }

.landing_header__call_lead {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #373737;
  display: block;
  border: 1px solid #458AB6;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 5px 0;
  margin-top: 5px; }

.landing_header__call_lead:hover {
  box-shadow: 1px 1px 1px #d6c9c9; }

.landing_header__call_lead:focus {
  box-shadow: none; }

.landing_header__text_lead {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #373737;
  display: block;
  border: 1px solid #458AB6;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 5px 0;
  margin-top: 5px; }

.landing_header__text_lead:hover {
  box-shadow: 1px 1px 1px #d6c9c9; }

.landing_header__text_lead:focus {
  box-shadow: none; }

/* 								Landing banner
------------------------------------------------------------- */
.landing_banner {
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .landing_banner__bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 500px;
    height: 100%;
    background: linear-gradient(117.9deg, rgba(25, 78, 95, 0.8) 14.15%, rgba(0, 0, 0, 0) 79.51%);
    padding: 70px 154px 70px 154px; }
  .landing_banner__name {
    font-weight: 600;
    font-size: 39px;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #ffffff; }
  .landing_banner__name span {
    font-size: 25px;
    font-weight: normal; }
  .landing_banner__descr_block {
    padding-top: 40px;
    padding-left: 50px;
    width: 470px; }
  .landing_banner__descr {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #E5E5E5; }
  .landing_banner__link {
    background: #FFFFFF;
    border-radius: 48px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #458AB6;
    padding: 17px 30px 17px 50px;
    display: inline-block;
    margin-top: 70px; }

/* 								Landing advantage
------------------------------------------------------------- */
.advantage {
  width: 100%;
  min-height: 180px;
  padding: 58px 0 43px 0;
  text-align: center;
  background: #F7F7F7; }
  .advantage--about {
    background-color: rgba(9, 50, 70, 0.7); }

.advantage_block {
  display: inline-block;
  width: 300px;
  height: auto;
  margin-bottom: 15px;
  text-align: left; }
  .advantage_block__icon {
    float: left;
    display: block;
    margin-top: 15px;
    margin-left: 40px; }
  .advantage_block_separator {
    float: left;
    height: 29px;
    width: 1px;
    background-color: #CFCFCF;
    margin: 18px 16px 0 16px; }
  .advantage_block__text {
    float: left;
    max-width: 47%;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000; }
    .advantage_block__text--about {
      color: #ffffff; }

.landing_tours {
  position: relative;
  padding-top: 47px; }
  .landing_tours__title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5px; }
  .landing_tours__descr {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000; }

.landing_map {
  position: relative;
  display: block;
  background-image: url(../../assets/i/landing/map.png);
  max-width: 1365px;
  height: 768px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 30px auto 0 auto; }
  .landing_map__geotag {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 68px; }
    .landing_map__geotag--burabay {
      top: 9%;
      left: 55%; }
    .landing_map__geotag--turk {
      top: unset;
      bottom: 18%;
      left: 51%; }
    .landing_map__geotag--almaty {
      top: unset;
      left: unset;
      right: 21%;
      bottom: 23%; }
    .landing_map__geotag:hover .landing_map__name {
      font-weight: bold; }
    .landing_map__geotag:hover .landing_map__icon {
      background-size: 100%; }
  .landing_map__icon {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center; }
    .landing_map__icon--purple {
      background-image: url(../../assets/i/landing/geotag_p.svg); }
    .landing_map__icon--blue {
      background-image: url(../../assets/i/landing/geotag_b.svg); }
    .landing_map__icon--green {
      background-image: url(../../assets/i/landing/geotag_g.svg); }
  .landing_map__name {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #000000; }

/* 								Landing slider
------------------------------------------------------------- */
.landing_tours_block {
  position: relative;
  text-align: center;
  font-size: 0;
  padding: 20px 0; }
  .landing_tours_block__tour {
    display: inline-block;
    border-radius: 32px;
    overflow: hidden;
    font: 400 12px/16px 'Open Sans';
    color: #FFFFFF;
    text-align: right;
    margin-left: 20px;
    border: 3px solid transparent;
    cursor: default;
    transition: all 0.5s ease-out; }
    .landing_tours_block__tour:first-child {
      margin-left: 0; }
    .landing_tours_block__tour--blue .landing_tours_block__right {
      background-color: #458AB6; }
    .landing_tours_block__tour--purple .landing_tours_block__right {
      background-color: #9C4DCD; }
    .landing_tours_block__tour--green .landing_tours_block__right {
      background-color: #A8C557; }
    .landing_tours_block__tour--blue:hover, .landing_tours_block__tour--blue.selected {
      border: 3px solid #458AB6; }
    .landing_tours_block__tour--purple:hover, .landing_tours_block__tour--purple.selected {
      border: 3px solid #9C4DCD; }
    .landing_tours_block__tour--green:hover, .landing_tours_block__tour--green.selected {
      border: 3px solid #A8C557; }
  .landing_tours_block__block {
    position: relative;
    display: block;
    width: 350px;
    height: 156px; }
  .landing_tours_block__left {
    display: block;
    width: 35%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ededed; }
  .landing_tours_block__right {
    display: block;
    width: 65%;
    height: 100%;
    float: left;
    padding: 20px 10px; }
  .landing_tours_block__title {
    font: 900 12px/15px 'Open Sans';
    margin-bottom: 12px;
    text-align: left; }
  .landing_tours_block__price {
    font: 400 12px/16px 'Open Sans';
    text-align: left; }
  .landing_tours_block__days {
    font: 400 12px/16px 'Open Sans';
    text-align: left; }
  .landing_tours_block__more {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #202020;
    padding: 8px 14px 8px 20px;
    margin-top: 10px;
    margin-right: 8px; }
    .landing_tours_block__more .lending_arrow {
      vertical-align: top;
      margin-top: 4px; }

/* 								Landing reviews
------------------------------------------------------------- */
.landing_reviews {
  background-color: #458AB6;
  padding: 41px 0; }
  .landing_reviews__title {
    font-family: Roboto;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 25px;
    font-weight: normal; }
  .landing_reviews__slider-wrap {
    position: relative; }
  .landing_reviews__slider {
    margin: 36px 10px 30px 10px; }
  .landing_reviews__slide {
    background-color: #4592C2;
    border-radius: 43px;
    padding: 38px 50px 38px 50px;
    color: #ffffff; }
  .landing_reviews .slick-dots {
    bottom: -34px; }
    .landing_reviews .slick-dots li {
      margin: 0; }
      .landing_reviews .slick-dots li button:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #ffffff; }
  .landing_reviews__arrow {
    position: absolute;
    height: 28px;
    width: 17px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    text-indent: -9999px;
    top: 50%;
    margin-top: -14px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease-out; }
    .landing_reviews__arrow--prev {
      background-image: url("../../assets/i/landing/review-prev.svg");
      left: 0; }
    .landing_reviews__arrow--next {
      background-image: url("../../assets/i/landing/review-next.svg");
      right: 0; }
    .landing_reviews__arrow:hover, .landing_reviews__arrow:focus {
      opacity: 0.75; }
  .landing_reviews__name {
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px; }
  .landing_reviews p {
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px; }
  .landing_reviews__tripadv {
    margin-top: -27px;
    text-align: center; }

/* 								Landing about
------------------------------------------------------------- */
.landing_about {
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 77px; }
  .landing_about__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF; }
  .landing_about__container {
    max-width: 849px;
    margin: 60px auto 60px auto; }
  .landing_about__logo {
    background-image: url(../../assets/i/landing/logo_w.svg);
    background-repeat: no-repeat;
    width: 193px;
    height: 57px;
    margin-top: 20px; }
  .landing_about__logo_wrapper {
    display: block;
    float: left;
    width: 30%; }
  .landing_about__text_wraper {
    display: block;
    float: left;
    width: 70%; }
  .landing_about__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF; }

/* 								Landing services
------------------------------------------------------------- */
.landing_services {
  width: 100%;
  min-height: 490px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 77px 0; }
  .landing_services__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF; }
  .landing_services__block {
    color: #ffffff;
    display: block;
    width: 50%;
    list-style: none;
    column-count: 2;
    column-gap: 20px;
    margin: 80px auto 0 auto; }
  .landing_services__service {
    font-family: Montserrat;
    font-weight: 800;
    margin-bottom: 15px; }
  .landing_services__icon {
    margin-right: 10px; }

/* 								Landing subscribe
------------------------------------------------------------- */
.landing_subscribe {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/i/landing/subscribe.png);
  padding-bottom: 53px; }
  .landing_subscribe__descr_container {
    display: block;
    width: 40%;
    float: left;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: right;
    color: #F0F0F0;
    margin-top: 58px; }
  .landing_subscribe__descr {
    font-weight: normal;
    font-size: 18px; }
  .landing_subscribe__descr_style {
    color: #015E7C;
    font-weight: bold; }
  .landing_subscribe__form {
    display: block;
    width: 40%;
    float: left;
    text-align: center;
    margin-top: 56px; }
  .landing_subscribe__form input[type="text"]::placeholder {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #3D5C68;
    text-align: center; }
  .landing_subscribe__form input[type="text"] {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    width: 287px;
    background-color: #ffffff;
    border-radius: 48px;
    color: #3D5C68;
    text-align: center;
    margin-right: 27px;
    padding-top: 18px;
    padding-bottom: 18px; }
  .landing_subscribe__form input[type="submit"] {
    cursor: pointer;
    width: 206px;
    border-radius: 48px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #458AB6;
    box-shadow: none;
    border: none;
    padding-top: 18px;
    padding-bottom: 18px; }
  .landing_subscribe__social {
    float: left;
    width: 20%;
    margin-top: 70px; }
  .landing_subscribe__vk {
    cursor: pointer;
    display: inline-block;
    background-image: url(../../assets/i/landing/vk_w.svg);
    background-repeat: no-repeat;
    width: 33px;
    height: 25px;
    margin-top: 5px; }
  .landing_subscribe__od {
    cursor: pointer;
    display: inline-block;
    background-image: url(../../assets/i/landing/odnoklassniki_w.svg);
    background-repeat: no-repeat;
    height: 33px;
    width: 27px; }
  .landing_subscribe__facebook {
    cursor: pointer;
    display: inline-block;
    background-image: url(../../assets/i/landing/facebook_w.svg);
    background-repeat: no-repeat;
    height: 31px;
    width: 22px; }
  .landing_subscribe__instagram {
    cursor: pointer;
    display: inline-block;
    background-image: url(../../assets/i/landing/instagram_w.svg);
    background-repeat: no-repeat;
    height: 24px;
    width: 24px; }

/* 								Landing footer
------------------------------------------------------------- */
.landing_footer {
  background: #131313; }
  .landing_footer__wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 180px; }
  .landing_footer__logo {
    cursor: pointer;
    background-image: url(../../assets/i/landing/logo_w.svg);
    background-repeat: no-repeat;
    width: 193px;
    height: 57px;
    float: left;
    margin-top: 60px;
    margin-right: 110px; }
  .landing_footer__contacts {
    float: right;
    margin-top: 44px; }
  .landing_footer__contacts--m {
    display: none; }
  .landing_footer__phone {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
    margin-top: 7px; }
  .landing_footer__call_lead {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    display: block;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 5px 0;
    margin-top: 5px; }
  .landing_footer__call_lead:hover {
    box-shadow: 1px 1px 1px #d6c9c9; }
  .landing_footer__call_lead:focus {
    box-shadow: none; }
  .landing_footer__text_lead {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    display: block;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 5px 0;
    margin-top: 5px; }
  .landing_footer__text_lead:hover {
    box-shadow: 1px 1px 1px #d6c9c9; }
  .landing_footer__text_lead:focus {
    box-shadow: none; }
  .landing_footer__address {
    float: left;
    width: 310px;
    margin-top: 70px; }
  .landing_footer__icon {
    float: left;
    display: block;
    margin-top: 5px;
    margin-right: 10px; }
  .landing_footer__text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #F0F0F0; }

/* 								Landing form
------------------------------------------------------------- */
.landing_form {
  padding: 25px 29px;
  text-align: center; }
  .landing_form__container {
    font-size: 0; }
    .landing_form__container .wpcf7-response-output {
      font-size: 16px;
      line-height: 22px; }
  .landing_form__name {
    display: inline-block;
    width: 225px;
    height: 58px;
    margin: 0;
    vertical-align: top;
    padding: 15px 25px 15px 45px;
    background-color: #F0F0F0 !important;
    border-radius: 48px; }
    .landing_form__name::placeholder {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      text-transform: uppercase;
      color: #3D5C68 !important; }
    .landing_form__name[type=text] {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      color: #3D5C68; }
  .landing_form__phone {
    display: inline-block;
    width: 225px;
    height: 58px;
    margin-left: 10px;
    vertical-align: top;
    padding: 15px 25px 15px 45px;
    background-color: #F0F0F0 !important;
    border-radius: 48px; }
    .landing_form__phone::placeholder {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      text-transform: uppercase;
      color: #3D5C68 !important; }
    .landing_form__phone[type=text] {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      color: #3D5C68; }
  .landing_form__submit {
    margin-left: 10px;
    display: inline-block;
    width: 200px;
    height: 58px;
    padding: 15px 25px 15px 25px;
    border-radius: 48px;
    border: none;
    vertical-align: top;
    background-color: #458AB6;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer; }
  .landing_form__politic {
    display: inline-block;
    margin-top: 15px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
    text-align: center;
    color: #AAAAAA; }

/* 								Landing popup
------------------------------------------------------------- */
.landing_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  /*overflow-y: scroll;*/
  overflow-y: auto;
  overflow-x: hidden; }
  .landing_popup__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001; }
  .landing_popup__content {
    width: 80%;
    max-width: 729px;
    /*min-height: 700px;*/
    min-height: auto;
    margin: 5% auto 5% auto;
    background-color: #ffffff;
    z-index: 1002;
    position: relative; }
  .landing_popup__title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 31px 35px 0px; }

.landing_tour_popup {
  position: relative;
  padding-bottom: 28px; }

.landing_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1003; }
  .landing_slider__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }

.landing_popup_banner {
  position: relative;
  width: 100%;
  height: 242px; }
  .landing_popup_banner__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 64px;
    z-index: 1004;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF; }
  .landing_popup_banner__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 41px; }
  .landing_popup_banner__info {
    max-width: 340px;
    margin: 16px auto 0 auto; }
  .landing_popup_banner__price {
    display: block;
    float: left;
    width: 50%;
    border-right: 1px solid #ffffff;
    text-align: right;
    padding-right: 8px; }
  .landing_popup_banner__days {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 9px; }
  .landing_popup_banner__name {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal; }
  .landing_popup_banner__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.landing_controller {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center; }
  .landing_controller .slick-dots {
    bottom: 0; }
    .landing_controller .slick-dots li {
      margin: 0; }
      .landing_controller .slick-dots li button:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #ffffff; }
  .landing_controller__indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    background-color: #C4C4C4;
    border-radius: 100%;
    cursor: pointer; }
    .landing_controller__indicator_active {
      background-color: #FFFFFF;
      cursor: default; }

.landing_popup_details {
  min-height: 78px;
  padding: 22px 0;
  text-align: center;
  background-color: #F7F7F7; }
  .landing_popup_details__detail {
    display: inline-block;
    padding-right: 30px; }
  .landing_popup_details__icon {
    display: block;
    float: left;
    width: 33px;
    height: 33px;
    background-position: center;
    background-repeat: no-repeat; }
  .landing_popup_details__text {
    display: block;
    float: left;
    height: 29px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 8px;
    padding-top: 2px;
    padding-left: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-left: 1px solid #CFCFCF; }

.landing_popup_body {
  padding: 27px 22px 37px 22px; }
  .landing_popup_body__tab {
    display: inline-block;
    padding: 20px 30px;
    margin-top: 10px;
    margin-right: 13px;
    background-color: #EAEAEA;
    border-radius: 41px;
    color: #8B8B8B;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    cursor: pointer; }
    .landing_popup_body__tab--active {
      background-color: #458AB6;
      color: #ffffff;
      cursor: default; }
  .landing_popup_body__contents {
    padding: 37px 0; }
  .landing_popup_body__content {
    display: none; }
    .landing_popup_body__content:first-child {
      display: block; }

.landing_popup_close {
  width: 28px;
  height: 32px;
  padding-top: 5px;
  text-align: center;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1010;
  cursor: pointer; }
  .landing_popup_close--grey {
    background-color: #F0F0F0; }

/* 								Landing popup photo slider
------------------------------------------------------------- */
.landing_slider {
  background-color: #cccccc; }
  .landing_slider .slick-track {
    min-width: 729px; }

/* 								Landing popup description
------------------------------------------------------------- */
.landing_popup_description {
  padding-bottom: 40px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #747474; }
  .landing_popup_description__text {
    column-count: 2;
    column-gap: 11px; }

/* 								Landing popup schedule
------------------------------------------------------------- */
.landing_popup_schedule__day {
  position: relative;
  margin-bottom: 5px; }

.landing_popup_schedule__day--active .landing_popup_schedule__header {
  background-color: #458AB6;
  color: #FFFFFF; }

.landing_popup_schedule__day--active .landing_popup_schedule__body {
  display: block; }

.landing_popup_schedule__day--active .landing_popup_schedule__indication {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-top: none; }

.landing_popup_schedule__header {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 17px 25px 0 20px;
  background-color: #F6F6F6;
  border-radius: 52px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  cursor: pointer;
  z-index: 1006; }

.landing_popup_schedule__num {
  display: block;
  float: left;
  text-transform: uppercase; }

.landing_popup_schedule__name {
  display: block;
  float: left;
  font-weight: bold;
  margin-left: 10%; }

.landing_popup_schedule__indication {
  float: right;
  margin-top: 2px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #458AB6; }

.landing_popup_schedule__body {
  position: relative;
  margin-top: 0;
  display: none;
  padding: 40px 14px 12px 14px;
  background: #fafafa;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  z-index: 1005;
  top: -20px; }

.landing_popup_schedule__flight {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #458AB6; }

.landing_popup_schedule__list {
  padding: 25px 36px; }

.landing_popup_schedule__part {
  position: relative;
  margin-bottom: 10px;
  list-style: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000; }
  .landing_popup_schedule__part:before {
    content: "\2022";
    position: absolute;
    color: #448dbc;
    font-size: 30px;
    line-height: 0;
    bottom: 11px;
    left: -20px; }

/* 								Landing popup included
------------------------------------------------------------- */
.landing_popup_included {
  padding: 5px 36px; }
  .landing_popup_included__name {
    margin-bottom: 15px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
    color: #458AB6; }
  .landing_popup_included__list {
    margin: 0 18px 30px 18px; }
  .landing_popup_included__part {
    position: relative;
    margin-bottom: 10px;
    list-style: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000; }
    .landing_popup_included__part:before {
      content: "\2022";
      position: absolute;
      color: #448dbc;
      font-size: 30px;
      line-height: 0;
      bottom: 11px;
      left: -20px; }

/* 								Landing popup hotel
------------------------------------------------------------- */
.landing_popup_hotels__left {
  position: relative;
  display: block;
  width: 50%;
  min-height: 255px;
  float: left;
  border-radius: 25px;
  overflow: hidden; }

.landing_popup_hotels__slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1006;
  background-color: #cccccc; }

.landing_popup_hotels__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

.landing_popup_hotels__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1007; }

.landing_popup_hotels__label {
  display: inline-block;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  vertical-align: top;
  margin-top: 4px; }

.landing_popup_hotels__stars {
  display: inline-block; }

.landing_popup_hotels__star {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(../../assets/i/landing/star.svg); }

.landing_popup_hotels__controller {
  display: block;
  margin-top: 15px; }
  .landing_popup_hotels__controller .slick-dots {
    bottom: 20px;
    left: 20px;
    text-align: unset;
    width: auto; }
    .landing_popup_hotels__controller .slick-dots li {
      margin: 0 2px; }
      .landing_popup_hotels__controller .slick-dots li button:before {
        content: "";
        background-color: #ffffff;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        opacity: 1; }
      .landing_popup_hotels__controller .slick-dots li.slick-active button:before {
        background-color: transparent;
        border: 2px solid #ffffff; }

.landing_popup_hotels__slide {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 100%; }
  .landing_popup_hotels__slide--active {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    background-color: transparent;
    cursor: default; }

.landing_popup_hotels__right {
  display: block;
  float: left;
  width: 50%; }

.landing_popup_hotels__description {
  padding-left: 15px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #232323; }

.landing_popup_hotels__title {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #458AB6;
  text-transform: uppercase;
  margin-bottom: 2px; }

/* 								Landing questions
------------------------------------------------------------- */
.landing_questions {
  padding: 28px 0;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px; }
  .landing_questions__container {
    max-width: 443px;
    margin: 0 auto; }
  .landing_questions__left {
    width: 50%;
    float: left; }
  .landing_questions__title {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000000; }
  .landing_questions__text {
    font-size: 14px;
    line-height: 19px;
    color: #717171; }
  .landing_questions__right {
    width: 50%;
    float: left; }
  .landing_questions__chat {
    width: 52px;
    height: 52px;
    display: inline-block;
    margin-left: 16px;
    border-radius: 100%;
    background-color: #F0F0F0; }
  .landing_questions__icon {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center; }
    .landing_questions__icon--viber {
      background-image: url(../../assets/i/landing/viber.svg); }
    .landing_questions__icon--whatsapp {
      background-image: url(../../assets/i/landing/whatsapp.svg); }
    .landing_questions__icon--telegram {
      background-image: url(../../assets/i/landing/telegram.svg); }

/* 								Landing responsible
------------------------------------------------------------- */
@media (max-width: 1440px) {
  .landing_map {
    max-width: 1024px;
    height: 522px; }
  .landing_map__geotag--burabay {
    top: 0;
    left: 55%; }
  .landing_map__geotag--turk {
    top: unset;
    bottom: 18%;
    left: 51%; }
  .landing_map__geotag--almaty {
    top: unset;
    left: unset;
    right: 20%;
    bottom: 22%; } }

@media (max-width: 1365px) {
  .landing_map {
    max-width: 800px;
    height: 430px; }
  .landing_services__block {
    width: 70%; }
  .landing_subscribe__descr_container {
    width: 50%; }
  .landing_subscribe__form {
    width: 50%; }
  .landing_subscribe__social {
    display: none; } }

@media (max-width: 1024px) {
  .landing_banner__descr_block {
    padding-left: 0; }
  .landing_banner__name {
    font-size: 32px; }
  .landing_banner__name span {
    font-size: 20px; }
  .landing_subscribe__descr_container {
    padding-left: 10%; }
  .landing_subscribe__form input[type="text"] {
    margin-right: 0; }
  .landing_subscribe__form input[type="submit"] {
    width: 287px; }
  .landing_footer__logo {
    display: none; }
  .landing_footer__contacts {
    display: none; } }

@media (max-width: 992px) {
  .landing_map {
    max-width: 768px;
    height: 415px; }
  .landing_header__nav {
    margin-left: 1%; }
  .landing_header__nav_link {
    width: 70px; }
  .landing_header__social {
    display: none; }
  .landing_banner__bg {
    padding-left: 10%;
    padding-right: 10%; }
  .landing_about__logo_wrapper {
    width: 100%;
    padding: 0 10%;
    margin-bottom: 15px; }
  .landing_about__text_wraper {
    width: 100%;
    padding: 0 10%; }
  .landing_services__block {
    width: 50%; } }

@media (max-width: 910px) {
  .landing_form__name,
  .landing_form__phone {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0; }
  .landing_form__submit {
    width: 215px;
    margin-left: 0; } }

@media (max-width: 768px) {
  .landing_map {
    display: none; }
  .landing_tours_block__tour {
    margin-left: 0;
    width: 60%;
    min-width: 310px; }
  .landing_tours_block__block {
    width: 100%; }
  .landing_header__nav {
    display: none; }
  .landing_header {
    padding: 0 10%; }
  .landing_banner__name {
    font-size: 25px; }
  .landing_banner__name span {
    font-size: 17px; }
  .landing_banner__descr_block {
    width: 100%; }
  .landing_services__block {
    column-count: 1; }
  .landing_subscribe__descr_container {
    padding: 0 5%;
    width: 100%;
    text-align: center; }
  .landing_subscribe__form {
    width: 100%;
    padding: 0 5%; }
  .landing_subscribe__form input[type="text"] {
    width: 100%;
    margin-bottom: 15px; }
  .landing_subscribe__form input[type="submit"] {
    width: 100%; }
  .landing_footer__wrapper {
    height: auto;
    padding-bottom: 40px; }
  .landing_footer__address {
    width: 100%;
    margin-top: 40px; }
  .landing_popup_hotels__left {
    min-height: 340px;
    width: 90%;
    float: none;
    margin: 0 auto; }
  .landing_popup_hotels__right {
    width: 90%;
    float: none;
    margin: 25px auto; }
  .landing_popup_hotels__description {
    padding-left: 5px;
    padding-right: 5px; } }

@media (max-width: 767px) {
  .landing_popup_schedule__header {
    height: auto;
    overflow: hidden;
    padding: 10px 25px 10px 20px; }
  .landing_popup_schedule__num,
  .landing_popup_schedule__name {
    float: none; }
  .landing_popup_schedule__name {
    margin-left: 0; }
  .landing_popup_schedule__indication {
    float: none;
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -3px; }
  .landing_about {
    padding-bottom: 0; } }

@media (max-width: 470px) {
  .landing_form {
    padding: 25px 5px; }
  .landing_header {
    padding: 0 10px;
    height: 70px; }
  body .landing {
    padding-top: 70px; }
  .landing_header-wrap {
    height: 70px; }
  .landing_header__logo {
    background-size: cover;
    width: 150px;
    height: 44px;
    margin-top: 10px; }
  .landing_header__phone {
    margin-top: 7px;
    font-size: 14px; }
  .landing_header__text_lead {
    padding: 5px 7px; }
  .landing_header__text_lead--m {
    display: none; }
  .landing_header__call_lead {
    display: none; }
  .landing_footer__contacts--m {
    display: block;
    padding-top: 30px; }
  .landing_footer__call_lead {
    height: 58px;
    line-height: 58px;
    margin-top: 0;
    padding: 0;
    font-size: 14px; }
  .landing_services__block {
    width: 100%;
    padding-left: 10%; }
  .landing_footer__address {
    width: 100%; }
  .landing_footer__wrapper {
    height: auto;
    padding-bottom: 40px; }
  .landing_popup__content {
    width: 90%; }
  .landing_popup_banner__container {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px; }
  .landing_popup_banner__title {
    font-size: 25px; }
  .landing_popup_description__text {
    column-count: 1; }
  .landing_popup_hotels__left {
    min-height: 240px;
    width: 100%; }
  .landing_popup_hotels__right {
    width: 100%; } }

@media (max-width: 375px) {
  .landing_popup_body__tab {
    margin-right: 5px; }
  .landing_popup_schedule__list {
    padding: 25px 20px; }
  .landing_popup_included {
    padding: 5px 5px; } }

/* ==========================================================================
	RESPONSIVE
========================================================================== */
@media (min-width: 769px) {
  .main_header__logo {
    margin-left: 15%; }
  .main_header__search {
    margin-left: 10%; }
  .main_slider_country img {
    display: none; }
  .grid_container {
    width: 580px; }
  .container {
    padding: 0; }
  .banner__breadcrumbs {
    margin-left: 80px; }
  .content_header__right {
    bottom: 16px;
    right: 25px; }
  .main_menu__country_name {
    font-size: 22px; }
  .pop_place_block,
  .default_tour_block {
    width: 49%; }
  .pop_place_block:nth-of-type(3n),
  .default_tour_block:nth-of-type(3n) {
    display: none; }
  .pop_place_block:nth-of-type(3n+2),
  .default_tour_block:nth-of-type(3n+2) {
    margin-right: 0; }
  .other_tour_block {
    width: 49%;
    margin-right: 2%; }
  .other_tour_block:nth-child(3) {
    margin-right: 2%; }
  .other_tour_block:nth-child(6) {
    margin-right: 2%; }
  .other_tour_block:nth-child(even) {
    margin-right: 0; }
  .hit_tour_block {
    margin-left: 0; }
  .about_place {
    padding-left: 75px;
    padding-right: 75px; }
  .about_company .content_header {
    height: auto; }
  .about_company .content_header__right {
    position: relative;
    float: left;
    width: 100%;
    min-height: 123px;
    margin-top: 50px;
    margin-bottom: 20px; }
  .about_tour {
    padding-left: 75px;
    padding-right: 75px; }
  .tour_shedule {
    padding: 0 75px; }
  .tour_includes {
    padding: 0 75px; }
  .about_company {
    padding-right: 75px;
    padding-left: 75px; }
  .reviews {
    padding-right: 75px;
    padding-left: 75px; }
  .skyway_album {
    padding-right: 75px;
    padding-left: 75px; }
  .gallery__slide_block {
    width: 100%; }
  .about_section_container {
    margin: 0 auto;
    width: 100%; }
  .about_section__part {
    width: 50%;
    margin-bottom: 25px; }
  .about_section__parts {
    padding-left: 10%;
    padding-top: 30px; }
  .about_place {
    padding-left: 75px;
    padding-right: 75px; }
  .category_nav {
    width: 656px; }
  .info_block__descr {
    font-size: 20px; }
  .about_country_section__header {
    padding-left: 8%;
    padding-right: 8%; }
  .about_country_section__descr {
    padding-left: 8%;
    padding-right: 8%; }
  .pop_places {
    padding-left: 75px;
    padding-right: 75px; }
  .gallery_list {
    padding-left: 75px;
    padding-right: 75px; }
  .gallery_nav {
    padding-left: 75px;
    padding-right: 75px; }
  .tour_hotels {
    padding: 0 75px; }
  .hotel_info {
    padding: 0 75px; }
  .hotel_hall {
    padding: 0 75px; }
  .other_tours {
    padding-left: 75px;
    padding-right: 75px; }
  .tour_hotel_banner {
    width: 100%; }
  .tour_hotel_descr {
    width: 100%;
    margin-top: 43px; }
  .hotel_info_banner {
    width: 100%; }
  .hotel_info_descr {
    width: 100%; }
  .article_intro {
    padding: 0 10%;
    max-width: 992px; }
  .article_intro__container {
    padding: 130px 0; }
  .article_content {
    padding: 0 10%;
    max-width: 992px; }
  .contacts_content {
    padding: 0 10%;
    max-width: 992px; }
  .site_map {
    padding: 0 10%;
    max-width: 992px; }
  .blog_section__acticle {
    width: 49%; }
  .blog_section__acticle:nth-child(3) {
    display: none; }
  .articles_list {
    width: 100%;
    padding: 0 20px; }
  .visa__container {
    margin: 0 20px;
    max-width: unset; }
  .main_footer__menu {
    padding-top: 40px; }
  .main_footer__menu {
    padding: 28px 10%; }
  .main_footer__menu_left {
    width: 100%;
    float: left; }
  .main_footer__menu_contacts {
    padding-top: 0; }
  .main_footer__menu_right {
    width: 100%;
    float: left;
    padding-top: 45px; }
  .main_footer__copyright_block {
    padding: 20px 10% 0; } }

@media (min-width: 992px) {
  .grid_container {
    width: 880px; }
  .container {
    padding: 10%; }
  .main_slider_country img {
    display: inline; }
  .banner__breadcrumbs {
    margin-left: 180px; }
  .content_header__right {
    bottom: 65px;
    right: 0; }
  .main_tour_block {
    width: 58%;
    min-width: 280px;
    max-width: 580px; }
  .hit_tour_block {
    width: 41%;
    margin-left: 1%;
    min-width: 280px;
    max-width: 580px; }
  .pop_place_block,
  .default_tour_block {
    width: 32%; }
  .pop_place_block:nth-of-type(3n+2),
  .default_tour_block:nth-of-type(3n+2) {
    margin-right: 2%; }
  .pop_place_block:nth-of-type(3n),
  .default_tour_block:nth-of-type(3n) {
    display: block;
    margin-right: 0; }
  .other_tour_block {
    width: 31%; }
  .other_tour_block:nth-child(even) {
    margin-right: 2%; }
  .other_tour_block:nth-child(3) {
    margin-right: 0; }
  .other_tour_block:nth-child(6) {
    margin-right: 0; }
  .about_section_container {
    margin: 0 auto;
    width: 924px; }
  .about_section__part {
    width: 25%;
    margin-bottom: 0; }
  .about_section__parts {
    padding-left: 0;
    padding-top: 80px; }
  .info_block__descr {
    font-size: 27px; }
  .about_country_section__header {
    padding-left: 12%;
    padding-right: 12%; }
  .about_country_section__descr {
    padding-left: 12%;
    padding-right: 12%; }
  .about_company .content_header__right {
    display: table;
    position: relative;
    float: left;
    width: 70%;
    min-height: 123px;
    border-radius: 10px;
    border: 1px solid #e3e4e4;
    bottom: unset;
    margin-top: -30px; }
  .category_nav {
    width: 984px; }
  .tour_hotel_banner {
    width: 50%; }
  .tour_hotel_descr {
    width: 50%;
    margin-top: 0; }
  .hotel_info_banner {
    width: 50%; }
  .hotel_info_descr {
    width: 50%; }
  .gallery__slide_block {
    width: 50%; }
  .article_intro {
    max-width: 992px; }
  .blog_section__acticle {
    width: 31%; }
  .blog_section__acticle:nth-child(3) {
    display: block; }
  .articles_list {
    width: 984px;
    padding: 0; }
  .visa__container {
    margin: 0 auto;
    max-width: 950px; }
  .main_footer__menu_left {
    width: 60%; }
  .main_footer__menu_right {
    width: 40%; }
  .main_footer__menu_nav {
    margin-right: 40px; }
  .main_footer__menu_contacts li {
    padding-left: 10px; }
  .main_footer__menu_right {
    padding-top: 0; } }

@media (min-width: 1360px) {
  .grid_container {
    width: 1365px;
    padding-left: 183px;
    padding-right: 183px; }
  .container {
    padding: 0 183px; }
  .subscribe_block__logo {
    display: block; }
  .main_menu__country_name {
    font-size: 30px; }
  .about_place {
    padding-left: 183px;
    padding-right: 183px; }
  .gallery_list {
    padding-left: 183px;
    padding-right: 183px; }
  .gallery_nav {
    padding-left: 183px;
    padding-right: 183px; }
  .about_tour {
    padding-left: 183px;
    padding-right: 183px; }
  .tour_shedule {
    padding: 0 183px; }
  .tour_includes {
    padding: 0 183px; }
  .tour_hotels {
    padding: 0 183px; }
  .hotel_info {
    padding: 0 183px; }
  .hotel_hall {
    padding: 0 183px; }
  .pop_places {
    padding-left: 183px;
    padding-right: 183px; }
  .other_tours {
    padding-left: 183px;
    padding-right: 183px; }
  .article_intro {
    padding: 0 183px;
    max-width: 1365px; }
  .article_intro__container {
    padding: 130px 76px 100px 76px; }
  .article_content {
    max-width: 1365px; }
  .contacts_content {
    max-width: 1365px; }
  .site_map {
    max-width: 1365px; }
  .reviews {
    padding-right: 183px;
    padding-left: 183px; }
  .skyway_album {
    padding-right: 183px;
    padding-left: 183px; }
  .about_company {
    padding-left: 183px;
    padding-right: 183px; }
  .main_footer__menu_nav {
    margin-right: 60px; }
  .main_footer__menu_contacts li {
    padding-left: 26px; }
  .main_footer__menu_right {
    padding-top: 0; }
  .main_footer__menu_country {
    margin-left: 40px; }
  .filter__elem {
    font-size: 16px; } }

@media (max-width: 1500px) {
	#ga-goodwin-event .word1 {
		display: none;
	}
}

@media (max-width: 1360px) {
  .main_header__goodwin_btn {
    font-size: 15px;
    padding: 10px 10px;
    margin: 32px 10px 0 0; }
  .main_header__leng {
    margin-right: 8px; }
  .main_footer__menu {
    padding: 28px 6%; } }
	
@media (max-width: 1100px) {
	#ga-goodwin-event .word2 {
		display: none;
	}
}
	
@media (max-width: 1024px) {
  .header_agent_btn, .main_header__goodwin_btn.agency {
    display: none; }
  .main_header__leng {
    display: none; }
  .main_contacts__social_block {
    margin: 0px 10% 0 0; } }
	.main_menu_body__exit a {
		margin-left: 11px;
	}
	
@media (max-width: 991px) {
  .landing_reviews .boot-container {
    max-width: 100%; }
  .main_footer__menu {
    text-align: center; }
  .main_footer__menu_left {
    float: none;
    display: inline-block;
    width: auto;
    text-align: left; }
  .main_footer__menu_right {
    float: none;
    width: auto;
    display: inline-block;
    margin: 0 10%; } }

@media (max-width: 768px) {
  .landing_reviews__tripadv {
    margin-top: 30px; }
  .grid_container {
    padding-left: 10%;
    padding-right: 10%; }
  .container {
    padding: 0 10%; }
  .main_header__logo {
    margin-left: 10%; }
  .main_header__search {
    margin-left: 10%; }
  .main_contacts__social_block {
    margin: 0; }
  .main_header__left {
    background-color: transparent; }
  .main_header__left--spy {
    background-color: transparent; }
  .main_header__bg {
    width: 100%; }
  .content_header__left:before {
    left: -10px; }
  .main_menu {
    max-height: unset;
    height: auto;
    overflow: scroll; }
  .main_menu_left {
    width: 100%;
    height: auto; }
  .main_menu_body {
    padding: 8% 0 8% 15%;
    height: 430px; }
  .main_menu_right {
    display: none;
    width: 100%;
    height: auto; }
  .mobile_menu_right {
    display: block; }
  .main_menu_footer {
    position: relative;
    padding-left: 10%;
    margin-top: 0; }
  .banner__breadcrumbs {
    margin-left: 0; }
  .banner_slider_container {
    text-align: left;
    margin: 0;
    max-width: 360px; }
  .banner_slider {
    padding-left: 17%; }
  .banner__separator {
    margin-left: 0; }
  .banner_slider__separator {
    margin-left: 0; }
  .banner_slider__left_ctrl {
	margin: 0;
	left: 80%;
}
  .banner_slider__right_ctrl {
	margin: 0;
	right: 0;
}
  .banner_slider__text {
    text-align: left; }
  .banner_slider__name {
    font-size: 4em; }
  .banner_place__name {
    font-size: 4em; }
  .banner_tour {
    padding-left: 17%; }
  .banner_tour__container {
    margin-left: 0; }
  .banner_tour__info {
    font-size: 28px; }
  .banner_tour__duration {
    padding-left: 20px; }
  .banner_tour__label {
    display: none; }
  .about_place {
    height: auto;
    padding-bottom: 75px;
    padding-left: 10%;
    padding-right: 10%; }
  .about_tour {
    height: auto;
    padding-bottom: 75px;
    padding-left: 10%;
    padding-right: 10%; }
  .about_country_text {
    height: auto; }
  .about_country_text__left {
    width: 100%;
    margin-bottom: 35px;
    float: none;
    padding-right: 0; }
  .about_country_text__right {
    width: 100%;
    float: none;
    padding-right: 0; }
  .about_company {
    padding-left: 10%;
    padding-right: 10%; }
  .about_company .content_header {
    height: auto; }
  .about_company .content_header__right {
    position: relative;
    float: left;
    width: 100%;
    min-height: 123px;
    margin-top: 50px;
    margin-bottom: 20px; }
  .skyway_album {
    padding-right: 10%;
    padding-left: 10%; }
  .reviews {
    padding-right: 10%;
    padding-left: 10%; }
  .reviews__block {
    width: 100%; }
  .category_nav {
    width: 480px; }
  .category_block {
    width: 160px; }
  .gallery__slide_block {
    width: 100%; }
  .gallery__container {
    height: 410px;
    margin-top: 15px; }
  .main_contacts_left {
    border-top: 1px solid #ffffff; }
  .main_banner__description {
    width: 100%; }
  .main_banner__description_container {
    padding-left: 10%;
    padding-right: 10%; }
  .main_tour_block__name {
    font-size: 24px; }
	.default_tour_block__name {
		font-size: 16px;
	}
	.hit_tour_block__name {
		font-size: 23px;
	}
  .main_bottom {
    height: auto;
	position: initial; }
  .main_banner {
	border: 0;
  }
  .top_section__bg { z-index: -1; }
  .main_slider_control {
    float: none;
    width: 100%;
    height: 132px; }
  .main_slider_country, .main_slider_more {
    padding-top: 58px; }
  /* .main_slider__bg { display: none; } */
  .banner_place__container {
    text-align: left; }
  .main_contacts_left {
    width: 100%;
    height: 132px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: rgba(0, 124, 186, 0.5); }
  .main_slider_more {
    background-color: rgba(255, 255, 255, 0.5); }
  .content_header__right {
    bottom: 20px; }
  .content_header__name {
    font-size: 22px; }
  .pop_tours {
    padding-bottom: 20px; }
  .main_tour_block, .hit_tour_block {
    width: 100%;
    float: none;
    max-width: unset;
    margin-left: auto;
    margin-right: auto; }
  .default_dest_block_text span {
    margin: 0 10px; }
  .default_tour_block_text span {
    margin: 0 10px; }
  .main_tour_block__day_price span {
    margin: 0 10px;
    font-size: 15px; }
  .pop_place_block,
  .default_tour_block {
    width: 49%; }
  .pop_place_block:nth-of-type(3n+2),
  .default_tour_block:nth-of-type(3n+2) {
    margin-right: 0; }
  .pop_place_block:nth-of-type(3n),
  .default_tour_block:nth-of-type(3n) {
    display: none; }
  .gallery_list__photo {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden; }
  .gallery_list__photo:nth-child(5n+1),
  .gallery_list__photo:nth-child(5n+2) {
    height: 222px;
    width: 49%;
    overflow: hidden; }
  .gallery_list__photo:nth-child(5n+3) {
    width: 100%;
    height: 350px; }
  .gallery_list__photo:nth-child(5n+1) {
    margin-right: 2%; }
  .gallery_list__photo:nth-child(5n+2) {
    margin-right: 0; }
  .gallery_list__photo:nth-child(5n+4),
  .gallery_list__photo:nth-child(5n+5) {
    height: 222px;
    width: 49%; }
  .gallery_list__photo:nth-child(5n+4) {
    margin-right: 2%; }
  .visa__passport {
    left: 2%; }
  .visa__detail_block {
    margin-left: 50%; }
  .info_block {
    width: 50%; }
  .info_block__descr {
    font-size: 20px; }
  .about_country {
    min-height: 1100px; }
  .about_country_header {
    height: 210px; }
  .about_country_header__left {
    width: 100%; }
  .about_country_header__right {
    width: 100%;
    padding: 20px 0; }
  .about_country_section__descr_left {
    width: 100%; }
  .about_country_section__descr_right {
    width: 100%; }
  .about_country_section__descr_text {
    max-width: unset; }
  .services_header {
    height: 210px; }
  .services_header__left {
    width: 100%; }
  .services_header__right {
    width: 100%;
    padding: 20px 0; }
  .about_section_container {
    width: 100%; }
  .about_section {
    height: 890px; }
  .about_section__parts {
    padding-left: 10%;
    padding-top: 78px; }
  .about_section__part {
    width: 50%;
    margin-bottom: 12%; }
  .about_section__descr {
    padding-left: 10%; }
  .about_section__parts {
    height: 407px; }
  .services_section__block {
    column-count: 1; }
  .services_section__descr {
    max-height: 510px; }
  .tour_shedule {
    padding-right: 10%;
    padding-left: 10%; }
  .tour_shedule__name {
    font-size: 20px;
    padding-left: 22px; }
  .tour_shedule__day_detail {
    padding-left: 22px;
    padding-right: 22px; }
  .tour_includes {
    padding: 0 10%; }
  .tour_includes_block {
    padding-top: 12px; }
  .tour_include, .tour_not_include {
    width: 100%;
    float: none;
    margin-bottom: 52px; }
  .gallery_list {
    padding-left: 10%;
    padding-right: 10%; }
  .gallery_nav {
    padding-left: 10%;
    padding-right: 10%; }
  .tour_hotels {
    padding: 0 10%; }
  .hotel_info {
    padding: 0 10%; }
  .hotel_hall {
    padding: 0 10%; }
  .other_tours {
    padding-left: 10%;
    padding-right: 10%; }
  .pop_places {
    padding-left: 10%;
    padding-right: 10%; }
  .tour_hotel_banner {
    width: 100%; }
  .tour_hotel_descr {
    height: initial;
    width: 100%;
    margin-top: 43px;
    padding-left: 0; }
  .hotel_info_banner {
    width: 100%;
    margin-bottom: 35px; }
  .hotel_info_descr {
    width: 100%; }
  .article_intro {
    padding: 0 10%; }
  .article_intro__container {
    padding-right: 0;
    padding-left: 0; }
  .article_intro__title {
    padding-left: 0;
    padding-right: 0; }
  .article_content {
    padding: 0 10%;
    max-width: 992px; }
  .contacts_content {
    padding: 0 10%;
    max-width: 992px; }
  .site_map {
    padding: 0 10%;
    max-width: 992px; }
  .share__container {
    height: auto;
    padding: 36px 20px; }
  .share__text {
    margin-right: 10px; }
  .share__ico {
    margin-left: 8px; }
  .blog_section__acticles {
    height: 530px; }
  .blog_section__acticle {
    width: 48%; }
  .blog_section__acticle:nth-child(3) {
    display: none; }
  .blog_section__descr {
    display: none; }
  .articles_list {
    width: 480px; }
  .articles_list__block {
    width: 49%;
    margin-left: 0; }
  .articles_list__block:nth-child(3n+1) {
    margin-left: 0; }
  .articles_list__block--last {
    display: none; }
  .articles_list__block:nth-child(even) {
    margin-left: 1%; }
  .more {
    padding: 20px 0 10px; }
  .subscribe_block {
    padding-left: 0;
    padding-right: 0; }
  .tour_list_block__name {
    font-size: 20px; }
  .tour_list_block__top {
    height: 175px; }
  .tour_list_block__bottom {
    height: 100px; }
  .tour_list_block_text {
    font-size: 14px; }
  .tour_list_block_text span {
    margin: 0 10px; }
  .filter {
    width: 20%;
    display: none;
    margin-top: 0; }
  .sidebar {
    width: 20%;
    display: none; }
  .tour_list_blocks {
    width: 100%; }
  .tours_list,
  .place_list,
  .hotel_list {
    width: 100%;
    padding: 0 10%; }
  .tour_list_lead__container {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 75px; }
  .tour_list_lead__left {
    width: 100%; }
  .tour_list_lead__right {
    width: 100%; }
  .pagination__first_blocks .pagination__page:nth-child(3) {
    display: none; }
  .pagination__last_blocks .pagination__page:nth-child(1) {
    display: none; }
  .pagination__page {
    margin: 0 4px; }
  .pagination__page {
    height: 30px;
    width: 30px;
    padding-top: 4px; }
  .first_page_arrow,
  .prev_page_arrow,
  .last_page_arrow,
  .next_page_arrow {
    margin-top: 10px; }
  .pagination__dot span {
    font-size: 34px; }
  .visa__container {
    padding: 0 20px;
    max-width: unset; }
  .filter_toggle {
    display: block; }
  /*.visa__container .sidebar {
		display: none;
		position: absolute;
		top: 10px;
		left: 10px;
		background-color: #ffffff;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		z-index: 900;
	    min-width: 200px;
		padding: 0 20px 40px 20px;
	}
	.tours_list .filter {
		display: none;
		position: absolute;
		top: 10px;
		left: 10px;
		background-color: #ffffff;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		z-index: 900;
	    min-width: 200px;
		padding: 0 20px 40px 20px;
	}*/
  .visa__body {
    width: 100%; }
  .visa__body .content_header {
    padding-top: 50px;
    height: 170px; }
  .visa__container {
    border-left: none; }
  .main_footer__menu_right {
    padding-top: 55px; }
  .main_footer__copyright_block {
    padding: 20px 20px 0; }
	#ga-goodwin-event { display: none; }
}

@media (max-width: 768px) {
  .main_menu_footer__social {
    margin-right: 127px; }
  .main_menu_body ul li:last-child {
    display: block; } }
	.main_menu_body ul li {
    display: block;
	list-style: none;
	margin-bottom: 20px; }
  .main_menu_body ul a {
    font-size: 36px; }
	.main_menu_body ul {
		height: auto;
		margin-bottom: 40px;
	}
	.main_menu_body ul a {
		font-size: 30px;
	}

@media (max-width: 716px) {
  .main_header__left {
    width: 70%;
    /* background-color: rgba(0,124,186,.5); */ }
  .main_header__right {
    width: 30%; }
  .main_header__hamburger {
    margin-right: 30%;
    margin-top: 43px; }
  .main_header__search {
    display: none; }
  .main_header__left--spy {
    background-color: transparent; }
  .default_dest_block {
    margin-right: 5px;
    margin-left: 5px; }
  .default_tour_block,
  .pop_place_block {
    width: 100%; }
  .main_tour_block_arrow_switch {
    right: 14px;
    bottom: 14px; }
  .banner_contacts__container {
    padding-right: 8%; }
  .blog_section {
    height: 1170px; }
  .blog_section__acticles {
    padding-top: 10px; }
  .blog_section__acticle {
    width: 100%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    float: none; }
  .blog_section__acticle:nth-child(1) {
    margin-left: auto;
    margin-right: auto; }
}

@media (max-width: 600px) {
  .visa__passport {
    display: none; }
  .visa__detail_block {
    margin-left: 20%; }
  .banner_tour__name {
    font-size: 45px; }
  .tour_shedule__days {
    padding-top: 20px; }
  .tour_shedule__name {
    font-size: 16px; }
  .tour_shedule__top {
    font-size: 13px; }
  .tour_shedule__body {
    margin-top: 30px; }
  .tours_list,
  .hotel_list,
  .place_list {
    padding: 0 5%; }
  .landing_questions__left,
  .landing_questions__right {
    width: 100%;
    float: none;
    text-align: center;
    overflow: hidden; }
  .landing_questions__left {
    margin-bottom: 15px; }
  .landing_questions__chat:first-child {
    margin-left: 0; }
  .main_footer__copyright {
    margin-right: 0; }
  .main_contacts__mail_phone p {
    margin: 0 !important;
    padding: 10px 0; }
  .main_contacts_left {
    padding-left: 5%;
    padding-right: 5%; }
  .main_footer__menu_nav {
    float: none;
    margin: 0 0 30px; }
  .main_footer__menu_right {
    padding-top: 35px;
    margin: 0; }
  .main_footer__menu_country {
    text-align: left; } }

@media (max-width: 480px) {
  .container, .grid_container {
    padding-left: 5%;
    padding-right: 5%; }
  .banner_contacts {
    height: auto; }
  .banner_contacts__container {
    display: block;
    padding: 15px 5% 20px; }
  .main_bottom {
    height: auto; }
  .main_contacts_left {
    height: auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px; }
  .main_contacts__social_block {
    margin-top: 14px; }
  .main_header__search {
    display: none; }
  .main_slider_country span img {
    display: none; }
  .mobile_menu_right__country {
    width: 100%; }
  .mobile_menu__more_link {
    margin-left: -17px; }
  .main_banner {
    height: 460px; }
  .main_banner__description_container {
    padding-top: 30px; }
  .main_banner__country {
    font-size: 2em;
    margin-top: 20px; }
  .main_banner__slide_control {
    margin-left: 0;
    margin-top: 20px;
    display: block; }
  .banner_slider {
    padding-left: 10%;
    padding-right: 10%; }
  .banner_slider_container {
    width: 100%; }
  .banner_slider__name {
    font-size: 2em; }
  .banner_place__name {
    font-size: 2em; }
  .banner_tour {
    padding-left: 10%;
    padding-right: 10%; }
  .banner_tour__info {
    font-size: 20px; }
  .banner_tour__price {
    width: 50%; }
  .hit_tour_block__info_text {
    margin-left: 10px;
    font-size: 15px; }
  .hit_tour_block__info_text.line_through {
    display: none; }
  .hit_tour_block__info {
    right: 15px; }
  .main_tour_block__name_container {
    padding-top: 30px; }
  .main_tour_block {
    height: 410px; }
  .hit_tour_block {
    height: 410px; }
  .main_tour_block__top {
    height: 240px; }
  .hit_tour_block__top {
    height: 240px; }
  .default_tour_block__top {
    height: 200px; }
  .about_section_container {
    width: 236px; }
  .about_section__parts {
    padding-left: 0;
    padding-top: 28px; }
  .about_section__part {
    width: 100%;
    margin-bottom: 20px; }
  .article_intro__title {
    font-size: 30px;
    padding-bottom: 30px; }
  .article_intro {
    background-size: 70%; }
  .article_intro__container {
    padding: 70px 0; }
  .article_content__title {
    font-size: 30px; }
  .articles_list {
    width: 320px; }
  .articles_list__block {
    width: 100%;
    margin-left: 0; }
  .category_nav {
    width: 320px; }
  .share__text {
    display: none; }
  .share__container {
    padding: 15px 20px; }
  .gallery_list {
    padding-left: 5%;
    padding-right: 5%; }
  .gallery_nav {
    padding-left: 5%;
    padding-right: 5%; }
  .about_tour {
    padding-left: 5%;
    padding-right: 5%; }
  .tour_shedule {
    padding-left: 5%;
    padding-right: 5%; }
  .tour_includes {
    padding-left: 5%;
    padding-right: 5%; }
  .tour_hotels {
    padding-left: 5%;
    padding-right: 5%; }
  .hotel_info {
    padding-left: 5%;
    padding-right: 5%; }
  .hotel_hall {
    padding-left: 5%;
    padding-right: 5%; }
  .other_tours {
    padding-left: 5%;
    padding-right: 5%; }
  .pop_places {
    padding-left: 5%;
    padding-right: 5%; }
  .reviews {
    padding-left: 5%;
    padding-right: 5%; }
  .about_company {
    padding-left: 5%;
    padding-right: 5%; }
  .reviews__block {
    padding-left: 0;
    padding-right: 0; }
  .first_page_arrow {
    display: none; }
  .last_page_arrow {
    display: none; }
  .tour_list_block:nth-child(even) {
    margin: 0 auto 15px; }
  .pop_place__top {
    height: 200px; }
  .pop_place__name {
    padding-left: 20px;
    padding-right: 20px; }
  .order_btn {
    width: 90px;
    height: 90px; }
  .order_btn__text {
    font-size: 16px; }
  .tour_list_block {
    width: 100%;
    max-width: 280px; }
  .tour_list_block {
    margin: 0 auto 15px auto;
    float: none; }
  .tour_list_block:nth-child(odd) {
    margin: 0 auto 15px auto; }
  .tour_list_block {
    margin: 0 auto; }
  .tour_hotel_banner {
    min-height: 330px; }
  .tour_hotel_banner__info {
    height: 120px; }
  .tour_arrow_switch {
    display: none; }
  .tour_lead__form_container {
    width: 95%; }
  .hotel_info_descr__services {
    column-count: 1; }
  .hotel_info_descr {
    padding-left: 5px;
    padding-right: 5px; }
  .main_menu_footer__social {
    float: left; } }

@media (max-width: 400px) {
  .main_slider_control {
    height: 105px; }
  /*.main_contacts__social_block { top: 45px; right: 30px; }*/
  .main_contacts__social:first-child {
    margin-left: 0; }
  .main_slider_country {
    font-size: 12px; }
  .main_slider_country, .main_slider_more {
    padding-top: 47px; }
  .main_menu_body ul a {
    font-size: 22px; }
  .main_menu_body {
    padding: 15% 0 15% 15%; }
  .main_footer__menu {
    text-align: left;
    padding: 28px 6% 5px; }
  .main_footer__menu_right {
    width: 100%; }
  .main_footer__menu_country {
    margin: 0 18% 30px 0 !important; }
  .banner_contacts__container {
    padding-left: 10%;
    padding-right: 10%; }
  .banner_tour__name {
    font-size: 38px; }
  .banner_tour__duration {
    white-space: normal; }
  .main_tour_block__day_price {
    float: none;
    margin-right: 0;
    margin-left: 10px;
    margin-top: 10px; }
  .main_tour_block__detail_container {
    padding-top: 27px;
    padding-bottom: 27px; }
  .main_tour_block_arrow_switch {
    display: none; }
  .main_tour_block_descr {
    max-width: 260px;
    padding: 18px 0 0 18px; }
  .visa__detail_block {
    width: 100%;
    margin: 0;
    padding-left: 9%;
    padding-right: 9%; }
  .info_block {
    padding-top: 18px;
    min-height: 200px; }
  .info_block__descr {
    font-size: 13px;
    margin-top: 30px; }
  .about_country {
    min-height: 855px; }
  .about_country_header__name {
    font-size: 30px; }
  .about_country_header {
    height: 245px; }
  .about_section__descr_text {
    max-width: 270px; }
  .services_header__name {
    font-size: 30px; }
  .services_header {
    height: 245px; }
  .gallery_list__photo:nth-child(5n+1),
  .gallery_list__photo:nth-child(5n+2),
  .gallery_list__photo:nth-child(5n+3),
  .gallery_list__photo:nth-child(5n+4),
  .gallery_list__photo:nth-child(5n+5) {
    width: 100%;
    height: 222px; }
  .tour_shedule__name {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px; }
  .tour_shedule__top span {
    margin: 0 10px; }
  .tour_shedule__body li {
    font-size: 13px; }
  .tour_shedule__day_detail {
    padding-top: 16px;
    padding-bottom: 16px; }
  .tour_includes_block h4 {
    font-size: 22px;
    margin-bottom: 25px; }
  .tour_hotel_banner {
    min-height: 270px; }
  .tour_hotel_banner__info {
    padding-top: 23px;
    padding-left: 23px; }
  .hotel_info_banner__info {
    height: 100%; }
  .tour_list_lead__name {
    font-size: 35px; }
  .tour_list_lead:after {
    right: unset; }
  .tour_list_lead__input {
    width: 250px; }
  .gallery__container {
    height: 280px; }
  .main_footer__social {
    display: none; }
  .main_footer__right {
    display: none; }
	.main_tour_block__name {
		font-size: 20px;
	}
	.hit_tour_block__name {
		font-size: 20px;
	}
}

@media (max-width: 320px) {
  .main_footer__menu_country {
    margin-left: 0; }
  .main_footer__menu_country:nth-child(2) {
    margin-left: 40px; }
  .mobile_menu__more_link {
    margin-left: -26px; }
  .articles_list__container {
    padding: 0 20px; } }




