@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

*,
*::before,
*::after {
  -webkit-tap-highlight-color: transparent;
}

*:focus,
*:hover,
*:active{
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
button,
input,
optgroup,
select,
textarea,
div{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: transparent;
}
textarea {
  overflow: auto;
  outline: none;
}

[type="checkbox"],
[type="radio"] {
  -webkit-tap-highlight-color: transparent;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  -webkit-tap-highlight-color: transparent;
}

[type="search"] {
  -webkit-appearance: textfield;
  -webkit-tap-highlight-color: transparent;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #fafafa;
}

.all_wr {	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;	
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;	
	background-position: center;
}

/*--- Стили хедера ---*/
.header {
	/* border: 1px solid blue; */
	height: 650px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("../img/bg_01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.top_menu_wr {
	/* border: 1px solid yellow; */
	height: 56pxpx;
	width: 100%;
	background-color: #11141F;
	position: fixed;
	top: opx;
	left: 0px;
	z-index: 10;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 0px;
	padding: 0px;
}

.top_menu_wr_1 {
	position: relative;
	width: 1200px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* border: 1px solid white; */
	margin: 0 auto;
}

.logo_wr {
	/* border: 1px solid green; */
	height: 56px;
	width: 310px;
	display: flex;
	align-items: center;
}

.logo_rura {
	display: block;
	padding: 0px;
	margin: 0px;
	/* border: 1px solid blue; */
	height: 56px;
	width: 170px;
	background-image: url("../img/rura-white.svg");
	background-repeat: no-repeat;
	background-size: 130px;
	background-position: center;
}

.logo_askdr {
	display: block;
	padding: 0px;
	margin: 0px;
	/* border: 1px solid blue; */
	height: 56px;
	width: 120px;
	background-image: url("../img/askdr-white.svg");
	background-repeat: no-repeat;
	background-size: 95px;
	background-position: center;
}

.header_text_wr {
	border: 1px solid transparent;
	max-width: 1200px;
	position: relative;
	height: 498px;
	margin: 100px auto;
}

.header_text_inner_wr {
	/* border: 1px solid red; */	
	position: absolute;
	left: -3px;
	bottom: 120px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 100px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	max-width: 600px;
	width: 500px;
	min-width: 300px;
}

.slogan {
	font-family: Merriweather;
	font-size: 20px;
}

.splitter2 {
	background-color: #BBA583;
	height: 2px;
	width: 115px;
	margin-top: 20px;
    margin-bottom: 20px;
}

.slogan_desc {
	font-family: Montserrat;
	font-size: 16px;
	margin-top: 10px;
	color: #A5ABB9;
	/* border: 1px solid red; */
	display: flex;
	align-items: center;
}

.slogan_desc_txt {
	margin-right: 10px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.slogan_desc_stars {
	display: flex;
	align-items: center;
}

/*--- END ---*/


/*--- Стили меню ---*/
.top_menu_bg {
	position: absolute;
	width: 100%;
	height: 56px;
	background-color: #11141F;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.top_menu_wr {
	position: fixed;
	width: 100%;
	height: 56px;
	background-color: #11141F;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.back_to_catalog_btn {
	display: block;
	width: 160px;
	height: 56px;	
	display: flex;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
}

.back_to_catalog_btn_ico {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background-image: url("../img/icon-pane.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.back_to_catalog_btn_txt {
	color: rgba(255,255,255, 0.8);
	font-family: Montserrat;
	font-size: 13px;
	margin-left: 10px;
}

.main_top_menu {
	display: flex;
	position: relative;
	/* border: 1px solid red; */
	padding: 0px !important;
	margin-right: 10px;
}

.main_top_menu li {
	display: block;
	/* float: left; */	
	/* border: 1px solid blue; */
}

.main_top_menu li.more_menu {
	padding: 10px;	
	/* border: 1px solid green; */
}

.main_top_menu li a {
	display: flex;
	align-items: center;
	color: rgba(255,255,255, 0.6);
	font-family: Montserrat;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	height: 50px;
	border-bottom: 2px solid transparent;
	border-top: 4px solid transparent;
}

.main_top_menu li:hover>a {
	color: rgba(255,255,255, 1.0);
	border-bottom: 2px solid #BBA583;
}

ul.main_top_menu li.active a {
	color: rgba(255,255,255, 1.0);
	border-bottom: 2px solid #BBA583;
}

li.more_menu:hover .more_menu_wr .more_menu_dot {
	background-color: rgba(255,255,255, 1.0);
}

.main_top_menu li.more_menu .more_menu_wr {
	height: 40px;
	width: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* border: 1px solid green; */
	cursor: pointer;
}

.more_menu_dot {
	background-color: rgba(255,255,255, 0.6);
	width: 4px;
	height: 4px;
	border-radius: 2px;
}

li.more_menu {
	position: relative;
	display: none;
}

li.more_menu ul {
	display: none;
}

li.more_menu ul {
	background-color: rgba(17,20,31, 0.9);
	position: absolute;
	right: 0px;
	top: 57px;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}

li.more_menu ul li {
	display: none;
}

li.more_menu ul li a {
	border: none !important;
	height: 40px;
	padding-left: 20px;
	padding-right: 30px;	
}

#auth_block {
	border: 1px solid #fff;
	border-radius: 4px;
	height: 30px;
	color: rgba(255,255,255, 0.6);
	cursor: pointer;
	font-size: 13px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 20px;
}

#auth_block:hover {
	color: rgba(255,255,255, 1.0);
}
/*--- END ---*/

/*--- Стили контента ---*/
.content_wr {
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(100,100,100,0.5);
  position: relative;
  max-width: 1200px;
  min-height: 800px;
  padding: 0 0 40px;
  margin: 500px auto 20px auto;
  background-color: #ffffff;
  color: #555;
}

.content_wr p {
	padding-left: 50px;
	padding-right: 50px;
}

.content_header_wr {
	/* border: 1px solid red; */
	padding: 0px 20px 0px 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;	
	align-items: center;
	font-family: Merriweather;
	font-size: 34px;
	color: #11141F;
}

.villages_wr {
	padding-right: 20px;
	min-height: 200px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-left: 15px;
}

.village_item {
	border-radius: 4px;
	overflow: hidden;
	width: 46%;
	margin-left: 20px;
	margin-top: 10px;
	position: relative;
	background-color: #fff;
	padding-bottom: 20px;
}

.village_item_desc {
	background-color: rgba(0,0,0, 0.55);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	min-height: 20%;
}

.village_item_desc h4 {
	font-family: Merriweather;
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	margin: 10px 20px 10px 20px;
}

.village_item_desc_img {
	/* border: 1px solid red; */
	height: 30px;
	color: #fff;
	font-family: Montserrat;
	font-size: 12px;
	padding-left: 40px;
	margin-left: 20px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	background-image: url("../img/icon-church-white.svg");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 0px 0px;
}

.village_item_desc_img.restaurant {
	background-image: url("../img/icon-restaurant-white.svg");
}

.village_item_desc_img.architecture {
	background-image: url("../img/Icon-architecture-white.svg");
}

.village_item.village_bid {
	border: 2px solid #BBA583;
	height: 366px;
}

.village_item.village_bid .village_bid_wr {
	/* border: 1px solid red; */
	height: 100%;
	padding: 20px;	
}

.village_item.village_bid .village_bid_wr h4 {
	display: block;
	/* border: 1px solid green; */
	font-family: Merriweather;
	font-size: 22px;
	color: #BBA583;
	margin: 0px;
	margin-top: 30px;
}

.village_item.village_bid .village_bid_wr p {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	color: #777;
	line-height: 1.7em;
	margin-top: 40px;
}

.village_bid_btn {
	background-color: #BBA583;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
	border-radius: 4px;
	margin-top: 50px;
}

.village_item a {
	display: flex;
	/* border: 1px solid red; */
	width: 100%;
	/* height: 60%; */
	height: 200px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.village_item a.link_10 {
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
	color: #11141F;
	font-family: Montserrat;
	font-size: 13px;	
}

.village_item .booking_link_wr {
	display: flex;
	justify-content: space-between;
	height: 32px;	
	margin-top: 20px;
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 99%;
}
.village_item a.booking_link {
	height: auto;
	color: #0B77E3;
	text-decoration: none;
	/* border: 1px solid #ccc; */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.village_item a.booking_link:hover {
	text-decoration: underline;
}

.village_item a img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.village_item .item_header_10 {
	font-family: Merriweather;
	font-size: 20px;
	padding: 15px 20px 0px 20px;
}
.village_item .splittrer_10 {
	width: 40%;
	height: 2px;
	background-color: #BBA583;
	margin-left: 20px;
	margin-top: 10px;
}

.village_item p {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.big_map_1 {
	/* border: 1px solid red; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.big_map_1 img {
	width: 91%;
}

.splitter_1 {
	background-color: #A5ABB9;
	width: 95%;
	height: 2px;
	margin: 40px auto;
}

.list_11 {
	display: block;
	padding-left: 70px;
	padding-right: 50px;
}
/*--- END ---*/

/*--- Стили фотогалереи ---*/
.place_img_wr_0 {
	height: 472px;
	padding: 0px 50px 0px 50px;
	margin-bottom: 30px;
}
.place_img_wr_1 {
	height: 472px;
	display: flex;
	justify-content: space-between;
}
.place_img_wr_2 {
	height: 472px;
	width: 720px;
}
.gal_img_item_main_wr {
	height: 100%;
	overflow: hidden;
	border-radius: 4px;
	cursor: pointer;
}
.place_img_wr_3 {
	height: 472px;
	width: 344px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 20px;
}
.gal_img_item_wr {
	height: 224px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	cursor: pointer;
}
.gal_img_item_wr_dark {
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: Montserrat;
	font-size: 16px;
	cursor: pointer;
}
.gal_img_item_main_wr img,
.gal_img_item_wr img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

	/*--- Для полноэкранных галерей ---*/
.darkness {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0, 0.8);
	z-index: 1000;
	display: none;
}
.close_btn_wr {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	top: 20px;
	right: 30px;
	background-color: rgba(255,255,255, 0.6);
	cursor: pointer;
	transform: rotate(45deg);
	z-index: 10000;
}
.v_line {
	width: 2px;
	height: 24px;
	background-color: rgba(0,0,0, 0.7);
	position: absolute;
	top: 6px;
	left: 17px;
}
.h_line {
	width: 24px;
	height: 2px;
	background-color: rgba(0,0,0, 0.7);
	position: absolute;
	top: 17px;
	left: 6px;
}
.gallery_bottom_wr {
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: #11141F;
	left: 0px;
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.gallery_mini_item {
	width: 64px;
	height: 64px;
	background-color: #aaa;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.gallery_mini_item img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.shade_1 {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-color: rgba(0,0,0, 0.5);
	top: 0px;
	left: 0px;
	display: block;
}
.gallery_mini_item:hover .shade_1 {
	display: none;
}
.gallery_full_wr {
	width: 100%;
	height: 82%;
	position: absolute;
	top: 8%;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery_full_img_wr {
	position: relative;
	border-radius: 4px;
	width: 86%;
	height: 100%;
	/* background-color: #aaa; */
}
.gallery_full_item {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 4px;
	display: none;
}
.gallery_full_item img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
	cursor: pointer;
	border-radius: 4px;
}
.gallery_arr_left {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	top: 20px;
	right: 30px;
	background-color: rgba(255,255,255, 0.6);
	cursor: pointer;
	margin-right: 20px;
	transform: rotate(315deg);
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery_arr_left div {
	width: 10px;
	height: 10px;
	border-left: 2px solid #3E414F;
	border-top: 2px solid #3E414F;
	margin-top: 2px;
	margin-left: 2px;
}
.gallery_arr_right {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	top: 20px;
	right: 30px;
	background-color: rgba(255,255,255, 0.6);
	cursor: pointer;
	margin-left: 20px;
	transform: rotate(135deg);
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery_arr_right div {
	width: 10px;
	height: 10px;
	border-left: 2px solid #3E414F;
	border-top: 2px solid #3E414F;
	margin-top: 2px;
	margin-left: 2px;
}
/*--- END ---*/

/*--- Стили блоков иконок ---*/
/*.icons_wr_0 {
	!*border: 1px solid #ccc;*!
	margin-top: 60px;
	min-height: auto;
}
.icons_wr_1 {
	!*border: 1px solid red;*!
	min-height: auto;
}
.icons_wr_1 a.link_icon_1,
.icons_wr_1 a.link_icon_2,
.icons_wr_1 a.link_icon_3,
.icons_wr_1 a.link_icon_4,
.icons_wr_1 a.link_icon_5,
.icons_wr_1 a.link_icon_6,
.icons_wr_1 a.link_icon_7,
.icons_wr_1 a.link_icon_8,
.icons_wr_1 a.link_icon_9 {
	height: auto;
	min-height: 80px;
	border: 1px solid transparent;
	background-image: url("../img/icon-church-gold.svg");
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: top left;
	display: block;
	color: #11141F;
}
.icons_wr_1 a.link_icon_2 {
	background-image: url("../img/icon-museum-gold.svg");
}
.icons_wr_1 a.link_icon_3 {
	background-image: url("../img/icon-park-gold.svg");
}
.icons_wr_1 a.link_icon_4 {
	background-image: url("../img/icon-childrenplay-gold.svg");
}
.icons_wr_1 a.link_icon_5 {
	background-image: url("../img/fishing-gold.svg");
}
.icons_wr_1 a.link_icon_6 {
	background-image: url("../img/icon-restaurant-gold.svg");
}
.icons_wr_1 a.link_icon_7 {
	background-image: url("../img/icon-nature-gold.svg");
}
.icons_wr_1 a.link_icon_8 {
	background-image: url("../img/icon-weather-gold.svg");
}
.icons_wr_1 a.link_icon_9 {
	background-image: url("../img/icon-analytics-gold.svg");
}
.link_icon_header {
	!*border: 1px solid deeppink;*!
	font-family: Monserrat, sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin-left: 45px;
	margin-top: 10px;
	width: 86%;
	color: #11141F;
}
.link_icon_desc {
	!*border: 1px solid #0a5e69;*!
	margin-left: 45px;
	margin-top: 10px;
	width: 86%;
	padding-left: 0px !important;
	font-family: Monserrat, sans-serif;
	font-size: 15px;
	color: #11141F;
}*/
.content-wrap{
  padding: 0 50px;
  position: relative;
  overflow: hidden;
}
.cap__ {
	width: 100%;
	height: 60px;
	background-color: #fff;
	position: absolute;
	top: -14px;
	left: 0px;
}
.map_wrapper {
	/* border: 1px solid red; */
	position: relative;
	/* overflow: hidden; */
}
.route_btns_wr {
	width: 400px;
	height: 65px;
	border-bottom: 1px solid #ccc;
	margin-left: 50px;
	margin-bottom: -30px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	display: flex;
}
.route_btn_bus,
.route_btn_auto {
	border-bottom: 2px solid transparent;
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	padding-left: 48px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 12px center;
}
.route_btn_bus:hover,
.route_btn_auto:hover {
	background-color: #FAFAFA;
}
.route_btn_auto {
	background-image: url("../img/Icon-car-black.svg");
}
.route_btn_bus {
	background-image: url("../img/Icon-bus-black.svg");
}
.route_active {
	border-bottom: 2px solid #BBA583;
}
.map_wr {
	/* border: 1px solid red; */
}
.map_wr_2 {
	/* background-color: #eee; */
	width: 100%;
	height: 461px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: none;
}
.bus_shedule_header {
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px 10px 20px;
}
.bus_shedule_wr {
	margin-left: 50px;
	margin-right: 50px;
	background-color: #FAFAFA; 
	height: 461px;
	border-radius: 4px;
}
.route_counter {
	font-size: 22px;
	margin-left: 50px;
	margin-right: 50px;	
}
.routes_wr {
	/* border: 1px solid #ccc; */
	min-height: 200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.routes_item {
	height: 520px;
	background-color: #f3f3f3;
	width: 48%;
	min-width: 280px;
	border-radius: 4px;
}
.allroutes_btn_wr {
	/* border: 1px solid #ccc; */
	height: 48px;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.allroutes_btn {
	width: 270px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background-color: #BBA583;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
.advantages{
  padding: 50px 0 25px;
}
.block-grid{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.grid-item{
  padding: 0 16px 16px;
  width: calc(100% / 3 - 32px);
  margin-bottom: 32px;
}
.grid-item__wr{
  border-radius: 4px;
  background: #FAFAFA;
  position: relative;
  padding: 16px 16px 0 16px;
  font-family: Montserrat, sans-serif;
  color: #11141F;
  height: 100%;
}
.cover_block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.grid-item__inner{
  padding-left: 48px;
}
.grid-item__inner_1 {
  padding-left: 48px;
}
.grid-item__title{
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 13px;
  color: #11141F;
}
.grid-item__title_1 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 13px;
  color: #11141F;
  /* border: 1px solid green; */
  width: 25%;
  min-width: 250px;
  padding-right: 10px;
}
.grid-item__title_2 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #11141F;
  padding-top: 3px;
}
.grid-item__desc {
	color: #11141F;
	border-left: 1px solid #A5ABB9;
	padding-left: 30px;
}
.grid-item__desc-txt {
	background-image: url(../img/icon-geoloc.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 0 0;
	min-height: 30px;
}
.grid-item__desc-txt p {
	padding-left: 30px;
	margin-top: 0px;
}
.grid-item__txt{
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 6px;
}
.grid-item__txt span{
  font-weight: 500;
}
.grid-item__icon{
  position: absolute;
  top: 16px;
  left: 16px;
}

/*--- слайдер ---*/

.slider-objects{
  padding-bottom: 40px;
}
.slider-wrap {
  padding: 0 50px;
  margin: 30px 0 0 0;
  position: relative;
}

.slider-places {
  margin: 0 -10px;
}
.slide-wr {
  padding: 0 10px;
}
.slider-btn-prev, .slider-btn-next {
  position: absolute;
  top: 48%;
  background: #bca583;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slider-btn-prev {
  left: 15px;
}
.slider-btn-next {
  right: 15px;
}
.slider-btn-prev:before, .slider-btn-next:before {
  position: absolute;
  content: '';
  top: 9px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.slider-btn-next:before {
  transform: rotate(-45deg);
  right: 11px;
}
.slider-btn-prev:before {
  transform: rotate(135deg);
  left: 11px;
}
.slider-btn-prev:hover,
.slider-btn-next:hover {
  background: rgba(0, 0, 0, 0.4);
}
.slide-village-item{
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fafafa;
  height: 100%;
  position: relative;
}
.slide-village-item-img {
  display: flex;
  height: 200px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.slide-village-item-link {
  display: block;
  text-decoration: none;
  color: #11141F;
  font-family: Montserrat, sans-serif;
  padding: 24px 16px;
  position: relative;
}
.slide-village-item-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slide-village-item .splittrer_10 {
  width: 40%;
  height: 2px;
  background-color: #BBA583;
  margin-top: 16px;
}

.slide-village-item-bue {
  font-size: 12px;
  line-height: 15px;
  opacity: 0.5;
}
.slide-village-item-price{
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #BBA583;
  margin-bottom: 6px;
  margin-top: 12px;
}
.slide-village-item-descr{
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
.slider_spacer {
	height: 50px;
}
.slide-village-item .on-map {
  color: #3E414F;
  font-size: 13px;
  line-height: 16px;
  border-radius: 4px;
  padding: 8px 10px 8px 32px;
  display: inline-block;
  cursor: pointer;
  background-image: url(../img/map-1.png);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 8px 7px;
  background-color: #efeff0;
  /* margin-top: 30px;
  margin-left: 15px; */
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.slide-village-item-loc{
  padding-left: 32px;
  font-size: 13px;
  line-height: 18px;
  background-image: url(../img/icon-geoloc.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 0 3px;
  margin-top: 16px;
  min-height: 36px;
  max-width: 240px;
}
.mb_65{
  margin-bottom: 65px;
}
/*--- Блок Вакансии ---*/
.vacancies .grid-item{
  width: calc(100% / 2 - 32px);
}
.section-title-h3{
  font-family: Merriweather, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}
.grid-contact__office{
  color: #A5ABB9;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.grid-contact__phone{
  text-decoration: none;
  outline: none;
  cursor: pointer;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #11141F;
}
.grid-contact__phone:hover,
.grid-contact__mail:hover{
  color: #A5ABB9;
}
.grid-contact__mail{
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #BBA583;
}

/*--- Блок Инфраструктура ---*/
.infra .grid-item{
  width: 100%;
}



/*--- Стили футера ---*/
.container{
  max-width: 1200px;
  margin: 0 auto;
}

.footer_offset{
  padding: 20px 0 40px;
}
.footer_wr {
  min-height: 200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.footer_item {
  overflow: hidden;
  width: 30%;
  min-height: 100px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  padding: 0;
}

.footer_item h4 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 7px;
}

.footer_item a {
  display: block;
  text-decoration: none;
  color: #aaa;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer_item a:hover {
  /*text-decoration: underline;*/
  color: #000000;
}

.footer_logo {
  display: block;
  width: 220px;
  height: 55px;
  background-image: url("../img/rura-black.svg");
  background-repeat: no-repeat;
  background-size: 215px;
  background-position: center;
}

a.footer_phone {
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  background-image: url("../img/icon-phone-black.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  color: #000000;
}

a.footer_mail {
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  background-image: url("../img/icon-email-black.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0 0;
  margin-top: 10px;
  display: flex;
  align-items: center;
  color: #000000;
}
a.footer_mail:hover,
a.footer_phone:hover{
  text-decoration: none;
  color: #aaaaaa;
}

.copyright {
  text-align: center;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #aaa;
}
/*--- END ---*/

@media screen and (max-width:1150px) {
	li.more_menu {
		display: block;
	}
	li.item_10 {
		display: none;
	}
	li.sub_item_10 {
		display: block !important;
	}
}

@media screen and (max-width:1024px) {
	li.item_9 {
		display: none;
	}
	li.sub_item_9 {
		display: block !important;
	}
	.village_item a.to_store {
		padding: 5px 10px 5px 10px;				
	}
	.village_item a.readmore_10 {
		padding: 5px 10px 5px 10px;				
	}
}

@media screen and (max-width:910px) {
	li.item_8 {
		display: none;
	}
	li.sub_item_8 {
		display: block !important;
	}
  .block-grid {
    margin: 0 -8px;
  }
  .grid-item {
    padding: 0 8px 32px;
    width: calc(100% / 3 - 16px);
  }
  .vacancies .grid-item {
    width: calc(100% / 2 - 16px);
  }
}
@media screen and (max-width:888px) {
	.grid-item__title_1 {
		width: 80%;
	}
	.grid-item__desc {
		padding-left: 0px;
		border-left: none;
	}
}
@media screen and (max-width:800px) {
	li.item_7 {
		display: none;
	}
	li.sub_item_7 {
		display: block !important;
	}
	.footer_wr {
		justify-content: flex-start;
	}
	.footer_item {
		width: 45%;
	}
  .grid-item {
    padding: 0 8px 32px;
    width: calc(100% / 2 - 16px);
  }
  .routes_item {
		height: 520px;
		background-color: #f3f3f3;
		width: 100%;
		min-width: 280px;
		border-radius: 4px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:660px) {
	li.item_6 {
		display: none;
	}
	li.sub_item_6 {
		display: block !important;
	}
  .village_item{
    width: 95%;
  }

}


@media screen and (max-width:570px) {
	li.item_5 {
		display: none;
	}
	li.sub_item_5 {
		display: block !important;
	}
}

@media screen and (max-width:568px) {
	.dark {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0, 0.5);
	}
	li.item_4,
	li.item_3,
	li.item_2,
	li.item_1 {
		display: none;
	}
	li.sub_item_4,
	li.sub_item_3,
	li.sub_item_2,
	li.sub_item_1 {
		display: block !important;
	}
	.content_wr {		
		margin-left: 0;
		margin-right: 0;
	}
	.content_wr p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main_top_menu {		
		margin-right: 0;
	}
	.main_top_menu li.more_menu .more_menu_wr {
		margin-right: 10px;
	}	
	.mob_description {
		display: block;
		font-family: Montserrat, sans-serif;
		font-size: 14px;
		line-height: 1.5em;
		margin-top: 10px;
	}
	.mob_read_more1 {
		display: flex;
		align-items: center;
		height: 48px;
		width: 100%;
		margin-top: 40px;
		cursor: pointer;
		text-decoration: none;
	}
	.mob_read_more1_bg {
		width: 48px;
		height: 48px;
		margin-left: 10px;
		background-image: url("../img/back-to-katalog.svg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		transform: rotate(180deg);
	}
	.mob_read_more1_txt {
		display: flex;
		align-items: center;
		margin-left: 10px;
		color: #fff;
		text-decoration: none;		
	}
	.content_header_wr {
		margin-top: 30px;
		padding: 0 20px 0 20px;
		font-size: 22px;
	}
	.header_text_inner_wr {
		max-width: 330px;
		padding-left: 10px;
	}
	.villages_wr {		
		padding-left: 0;
		padding-right: 20px;
	}
	.footer_item {
		width: 90%;
	}
	.footer_wr {
		justify-content: center;
	}
	.header_text_wr {
    overflow: hidden;
		margin-left: -1px;
		width: 90%;
  }
  .content-wrap {
    padding: 0 20px;
  }
  .advantages {
    padding: 40px 0 0;
  }
  .slider-objects {
    padding-bottom: 10px;
  }
  .mb_65{
    margin-bottom: 45px;
  }
  .grid-item {
    padding: 0 8px 12px;
  }
  .list_11 {
    padding-left: 30px;
    padding-right: 20px;
  }
  .place_img_wr_0 {
    padding: 0 20px;
  }
  .bus_shedule_wr {
	  margin-left: 20px;
	  margin-right: 20px;
  }
  .route_btns_wr {
	  margin-left: 20px;
	  margin-right: 20px;
	  min-width: 280px;
	  width: 89%;
	  flex-wrap: wrap;
	  height: auto;
	  border-bottom: none;
  }
  .route_btn_auto,
  .route_btn_bus {
    width: 100%;
    height: 50px;
  }
  .route_counter {
	  font-size: 22px;
	  
  }
  .grid-item__desc-txt p {
	  padding-left: 30px;
  }
  .route_counter {
	  margin-left: 20px;
	  margin-right: 20px;
  }
}

@media screen and (max-width:480px){
  .grid-item,
  .vacancies .grid-item{
    width: 100%;
  }
}