/*!
Theme Name: balalayka
Author: webShop-vlg
Author URI: http://webshop-vlg.ru
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: balalayka

*/








/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}


dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
} */
/* 
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
} */

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #52433B;
}

a:visited {
	color: #52433B;
}

a:hover, a:focus, a:active {
	color: #52433B;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.comments-link, .cat-links {
	font-weight: 900;
	color:#52433B ;
}
.comment {
	margin-bottom: 1rem;
}
.parent {
	margin-bottom: 2rem;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*  custom style */

@font-face {
	font-family: 'CyrillicOld';
	src: url("/assets/fonts/CyrillicOld.woff2") format("woff2"), url("/assets/fonts/CyrillicOld.woff") format("woff"), url("/assets/fonts/CyrillicOld.ttf") format("truetype"), url("/assets/fonts/CyrillicOld.svg#CyrillicOld") format("svg");
	font-weight: bold;
	font-style: normal; }
  
  @font-face {
	font-family: 'FontAwesome';
	src: url("/assets/fonts/fa-brands-400.eot") format("eot"), url("/assets/fonts/fa-brands-400.svg") format("svg"), url("/assets/fonts/fa-brands-400.woff") format("woff"), url("/assets/fonts/fa-brands-400.woff2") format("woff2"), url("/assets/fonts/fa-regular-400.ttf") format("ttf"), url("/assets/fonts/fa-solid-900.eot") format("eot"), url("/assets/fonts/fa-solid-900.ttf") format("ttf"), url("/assets/fonts/fa-solid-900.woff") format("woff"), url("/assets/fonts/fa-solid-900.woff2") format("woff2"), url("/assets/fonts/fa-solid-900.svg") format("svg");
	font-weight: normal;
	font-style: normal; }
  
  html {
	font-size: 10px; }
  
  body {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
  
  a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none; }
	h1,h2,h3,h4,h5,h6 {
	  font-family: 'CyrillicOld';
	  font-weight: 900;
	}
  ul {
	list-style: none;
	padding: 0;
	margin: 0; }
  
  input, input:active, input:focus,
  button,
  button:active,
  button:focus {
	outline: none !important;
	outline-offset: 0; }
  
  .show {
	display: inline-block; }
  
  .hidden {
	display: none; }
  
  input:required {
	-webkit-box-shadow: none;
	box-shadow: none; }
  
  .feedback, .services {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 247, 226, 0.8)), to(rgba(254, 247, 226, 0.8))), url(/assets/images/home-page-1.png) no-repeat center right, url(/assets/images/home-page-2.png) no-repeat center left;
	background: linear-gradient(rgba(254, 247, 226, 0.8), rgba(254, 247, 226, 0.8)), url(/assets/images/home-page-1.png) no-repeat center right, url(/assets/images/home-page-2.png) no-repeat center left;
	background-size: 17%; }
  
  .fishing {
	background-color: rgba(225, 218, 172, 0.5); }
  
  .photogallery {
	position: relative;
	z-index: 9; }
	.photogallery::after {
	  content: '';
	  display: inline-block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 2rem;
	  background: url(/assets/images/section-bottom-3.png) repeat-x;
	  background-size: 11rem;
	  z-index: 10; }
  
  .services, .feedback {
	position: relative; }
	.services::before, .feedback::before {
	  content: '';
	  display: inline-block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 3rem;
	  background: url(/assets/images/section-bottom.png) repeat-x;
	  background-size: 20rem; }
  
  .fishing, .photogallery {
	background-color: #e7e1bd; }
  
  body {
	font-family: 'PT Sans', sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
  
  .logo {
	display: inline-block;
	width: 100%; }
	.logo img {
	  display: inline-block;
	  max-width: 14rem; }
  
  .header__top {
	background: url(/assets/images/bg-header-top2.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 0.5rem 0 0.5rem;
	color: #52433B; }
  
  .header__nav {
	background: url(/assets/images/nav_bg.jpg) no-repeat center;
	background-size: cover; }
  

  .header-place {
	color: #52433B;
	display: table;
	height: 6.7rem; }
	.header-place__inner {
	  display: table-cell;
	  vertical-align: middle; }
	.header-place strong {
	  display: block;
	  font-size: 1.8rem; }
	.header-place small {
	  font-size: 1.5rem; }
  
  .banner {
	min-height: 40rem;
	position: relative; }
	.banner-wrap {
	  padding: 0; }
	.banner__title {
	  position: absolute;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  font-family: 'CyrillicOld';
	  font-weight: 900;
	  max-width: 50rem;
	  font-size: 4rem;
		margin: 0; }
	.banner__title-left {
		left: 10%;}
	.banner__title-right {
		right: 10%;}
	.banner__title-center {
		left: 30%;}
	.banner-btn {
	  position: absolute;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  border: none;
	  background-color: transparent; }
	  .banner-btn__prev {
		left: 5%;
		z-index: 10; }
	  .banner-btn__next {
		right: 5%; }
	.banner-nav__next {
	  right: -2rem;
	  background-color: rgba(255, 255, 255, 0.5); }
	  .banner-nav__next .hover {
		display: none; }
	  .banner-nav__next:hover {
		background-color: rgba(82, 67, 59, 0.5); }
	  .banner-nav__next:hover img {
		display: none; }
	  .banner-nav__next:hover .hover {
		display: inline-block; }
	.banner-nav__prev {
	  left: -2rem;
	  background-color: #ccc;
	  z-index: 10;
	  background-color: rgba(255, 255, 255, 0.5); }
	  .banner-nav__prev .hover {
		display: none; }
	  .banner-nav__prev:hover {
		background-color: rgba(82, 67, 59, 0.5); }
	  .banner-nav__prev:hover img {
		display: none; }
	  .banner-nav__prev:hover .hover {
		display: inline-block; }
  
  .phone {
	display: table;
	height: 6.7rem;
	padding-left: 3rem; }
	.phone__inner {
	  display: table-cell;
	  vertical-align: middle; }
	.phone__link {
	  color: #52433B;
	  font-size: 1.8rem;
	  font-weight: 600;
	  display: inline-block;
	  position: relative;
	  padding-left: 2rem; }
	  .phone__link::before {
		content: "\f095";
		font-family: fontawesome;
		display: inline-block;
		position: absolute;
		font-size: 2rem;
		left: 0; }
  
  .social__link {
	display: block;
	padding-top: 0.3rem;
	font-size: 1.6rem;
	color: #52433B;
	position: relative;
	padding-left: 2rem; }
	.social__link::before {
	  content: "\f16d";
	  font-family: fontawesome;
	  display: inline-block;
	  position: absolute;
	  font-size: 2rem;
		left: 0;
		top:0; }
		.social__link:hover,.phone__link:hover {
      color:#7db921;;
		}
.site-title {
	margin: 0;
	font-size: 2.3rem;
}
 .site-title  a {
	color: #52433B;
	font-size: 2.3rem ; 
	font-weight: bold;
	line-height: 2.2rem;
 }
 .site-description  {
	color: #52433B;
	font-size: 1.4rem; 
 }
  .way {
	height: 6.7rem;
	line-height: 6.7rem; }
	.way-link {
	  display: inline-block;
	  color: #52433B;
	  font-size: 1.5rem;
	  position: relative;
	  padding-left: 4rem;
	  line-height: normal;
	  vertical-align: middle; }
	  .way-link span {
		display: inline-block;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		border: 2px solid #52433B;
		width: 3.6rem;
		height: 3.6rem;
		text-align: center;
		border-radius: 3.6rem; }
		.way-link span::before {
		  content: "\f041";
		  display: inline-block;
		  font-family: fontawesome;
		  color: #52433B;
		  font-size: 2.2rem;
		  line-height: 3.2rem; }
	  .way-link:hover {
		color: #52433B;}
		.way-link:hover span {
		  background-color: #52433B; }
		  .way-link:hover span::before {
			color: #fff; }
  
  .callback, .way {
	height: 6.7rem;
	line-height: 6.7rem; }
  
  .btn {
	color: #000;
	font-size: 1.8rem;
	padding: 0.8rem 1.5rem;
	background-color: transparent;
	border: 2px solid #52433B;
	font-family: 'CyrillicOld';
	font-weight: 900; }
	.btn:hover {
	  background-color: #52433B;
	  color: #fff; }
	.btn-callback {
	  line-height: normal;
	  display: inline-block;
	  vertical-align: middle; }
  .btn-reply {
		display: inline-block;
	color: #000;
	font-size: 1.4rem;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #52433B;
	font-family: 'CyrillicOld';
	font-weight: 900;
	}
	.btn-reply:hover {
		background-color: #52433B;
		color: #fff;}
	.btn-reply:hover a {
		color: #fff;}
  .nav-list {
	padding: 0;
	margin: 0; }
	.nav-list li {
	  display: inline-block;
	  position: relative;
	  padding: 1rem 1.5rem; }
	  .nav-list li .sub-menu {
		display: none; }
	  .nav-list li a {
		display: inline-block;
		color: #fff;
		font-size: 1.8rem; }
  
  .sub-menu, .flexMenu-popup {
	margin: 0;
	background: rgba(254, 247, 226, 0.8);
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
	.sub-menu li, .flexMenu-popup li {
	  display: inline-block;
	  width: 100%;
	  min-width: 20rem;
	  text-align: center;
	  padding: 0.5rem 0;
	  border-bottom: 1px solid rgba(82, 67, 59, 0.8);
	  border-right: 1px solid rgba(82, 67, 59, 0.8);
	  border-left: 1px solid rgba(82, 67, 59, 0.8); }
	  .sub-menu li:hover, .flexMenu-popup li:hover {
		background-color: #52433B; }
	  .sub-menu li:hover a, .flexMenu-popup li:hover a {
		color: #fff; }
	  .sub-menu li a, .flexMenu-popup li a {
		display: block;
		color: #52433B; }
  
  .flexMenu-popup li {
	padding: .5rem 1.5rem;
	min-width: auto; }
	.menu-item-has-children:after{
		content: '▾';
		display: inline-block;
		position: relative; 
		right: 0;
		top: 3px;
		font-size: 2rem;
		color: #fff;}
		/*вывод каретки в меню*/

  .mobile-btn {
	display: none; }
  
  .moreItem {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
	vertical-align: middle; }
	.moreItem::before, .moreItem::after {
	  content: '';
	  position: absolute;
	  display: inline-block;
	  width: 5px;
	  height: 5px;
	  border-radius: 5px;
	  background-color: #fff; }
	.moreItem::before {
	  top: 0;
	  left: -10px; }
	.moreItem::after {
	  top: 0;
	  right: -10px; }
	.comment-respond, .comment-body {
		padding: 0.5rem 1.5rem;}
		.comment-author-title{
			margin: 0;}
	.comment-respond{
		display: inline-block;

	}
		
  .title {
	font-family: 'CyrillicOld';
	font-weight: 900;
	font-size: 4rem;
	margin: 0;
	margin-bottom: 3rem;
	padding-top: 1rem;
	display: inline-block;
	position: relative;
	padding-bottom: 6rem;
	color: #52433B; }
	.title-wrap {
	  text-align: center;
	  width: 100%;
	  position: relative; }
	  .title-wrap span {
		display: inline-block;
		position: absolute;
		top: 5rem;
		left: 50%;
		width: 3.5rem;
		height: 3.5rem;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		padding-bottom: 5rem;
		background: url(/assets/images/title.png) no-repeat center;
		background-size: 100%; }
		.title-wrap span::before {
		  content: '';
		  position: absolute;
		  top: 50%;
		  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
		  left: -12.5rem;
		  display: inline-block;
		  height: 3px;
		  width: 11rem;
		  background-color: #7db921; }
		.title-wrap span::after {
		  content: '';
		  position: absolute;
		  top: 50%;
		  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
		  right: -12.5rem;
		  display: inline-block;
		  height: 3px;
		  width: 11rem;
		  background-color: #7db921; }
	.title-contact {
	  font-size: 3rem;
	  font-family: 'CyrillicOld';
	  font-weight: 900;
	  text-align: center; }
  
  section {
	padding: 6rem 0; }
  
  .fishing__image img {
	display: inline-block;
	max-width: 100%; }
  
  .fishing__desc {
	font-size: 1.6rem;
	line-height: 2rem; }
	.fishing__desc p {
	  margin: 0;
	  padding-bottom: 1.5rem; }
	.fishing__desc img {
	  max-width: 100%;
	  max-height: 15rem; }
  
  .fishing__title {
	font-family: 'CyrillicOld';
	font-weight: 900;
	font-size: 3rem;
	margin: 0; }
	.fishing__title strong {
	  color: #7db921;
	  font-size: 3.5rem; }
  
  .fishing__link {
	text-align: center; }
  
  .photogallery-block {
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	max-height: 22.2rem;
	z-index: 10; }
	.photogallery-block a {
	  display: inline-block;
	  width: 100%;
		height: 100%;
		min-height: 22rem;
		position: relative;
	  z-index: 2; }
	  .photogallery-block a::before {
		content: '\f00e';
		display: inline-block;
		font-family: fontawesome;
		position: absolute;
		top: 40%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #7db921;
		font-size: 5rem;
		z-index: 20;
		display: none; }
	  .photogallery-block a::after {
		content: '';
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7); }
	  .photogallery-block a img {
		max-width: 100%;
		/* object-fit: cover; */
		max-height: 29.1rem;
	 }
  
  .photogallery__link {
	text-align: center;
	padding: 3rem 0; }
  
  .gallary-category li {
	cursor: pointer;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(82, 67, 59, 0.8);
	border-right: 1px solid rgba(82, 67, 59, 0.8);
	border-left: 1px solid rgba(82, 67, 59, 0.8);
	font-size: 1.8rem; }
	.gallary-category li:first-child {
	  border-top: 1px solid rgba(82, 67, 59, 0.8); }
	.gallary-category li:hover {
	  background-color: #52433B;
	  color: #fff; }
	.gallary-category li:first-child {
	  border-radius: 4px 4px 0 0; }
  
  .sidebar-title {
	margin: 0;
	position: relative;
	background-color: transparent;
	padding-bottom: 1rem;
	border-bottom: 3px solid #7db921;
	margin-bottom: 1rem; }
  
  .services-block {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid transparent; }
	.services-block-images img {
	  display: inline-block;
		max-width: auto;
		height: auto;
	  z-index: 9; }
  
  .services-title {
	position: absolute;
	bottom: 0;
	left: 2rem;
	color: #52433B;
	z-index: 11; }
	.services-title h3 {
	  font-family: 'CyrillicOld';
	  font-weight: 900;
	  font-size: 3rem;
	  background-color: #fef7e2;
	  display: inline-block;
	  padding: 0.3rem 1.5rem;
	  margin: 0; }
  
  .services-title p {
	display: block;
	color: #fff;
	margin-top: 5px;
	height: 0;
	opacity: 0; }
  .feedback-images__list {
	padding-left: 15px;
	padding-right: 15px; }
	.feedback-images__list .slick-track {
		margin-left: 0;
		margin-right: 0;
	}
	.feedback-images__list li {
	  display: inline-block; }
  
  .feedback-images-link {
	display: inline-block; }
	.feedback-images-link img {
	  max-width: 10rem; }
  
  .feedback-btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -5rem;
	background-color: transparent;
	border: none; }
  
  .feedback__image {
	overflow: hidden;
	text-align: right;
	width: 15rem;
	height: 15rem;
	border-radius: 15rem;
	position: relative; }
	.feedback__image img {
	  -o-object-fit: cover;
	  object-fit: cover;
	  width: 100%;
	  height: 100%; }
  
  .feedback__desc {
	display: table;
	height: 15rem; }
	.feedback__desc p {
	  color: #52433B;
	  display: block;
	  font-size: 1.5rem;
	  text-align: left; }
	  .feedback__desc p a {
		color: #52433B;
		font-weight: bold; }
  
  .feedback-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 1rem;
	padding: 0; }
  
  .feedback__title {
	font-family: 'CyrillicOld';
	font-weight: 900;
	font-size: 2.4rem;
	margin: 0;
	color: #52433B; }
  
  .feedback__block {
	margin-bottom: 3rem;
	border: 2px solid #52433B;
	border-radius: 15rem 20px 20px 15rem;
	text-align-last: left;
	background-color: rgba(225, 218, 172, 0.5);
	-webkit-box-shadow: 0 2px 5px #52433B, 0 2px 2px #52433B;
	box-shadow: 0 2px 5px #52433B, 0 2px 2px #52433B; }
	.feedback__block:hover {
	  border: 2px solid #7db921; }
  
  .feedback-link {
	text-align: center; }
  
  .feedback-list-block {
	padding: 0 1.5rem;
	margin-bottom: 4rem;
	font-size: 1.6rem; }
	.feedback-list-block a {
	  color: #52433B;
	  font-weight: 900; }
  
  .pagination {
	display: block;
	text-align: center; }
	.pagination li {
	  display: inline-block;
	  cursor: pointer;
	  background-color: transparent;
	  border: 2px solid #7db921;
	  color: #7db921;
	  text-align: center;
	  font-size: 1.6rem;
	  width: 2.6rem;
	  height: 3rem;
	  line-height: 3rem;
	  font-weight: 600; }
  
  .show {
	display: block; }
  
  .hidden {
	display: none; }
  
  .active {
	background-color: #52433B;
	color: #fff; }
  
  /* .page {
	padding-bottom: 4rem; }
	 */
	 .page-404 {
		 text-align: center;
		 font-size: 2.5rem;
	 }
	 .page-404 h2 {
		text-align: center;
		font-size: 4rem;
	}
  .return-call {
	background: url(/assets/images/pre_footer_bg2.png) no-repeat center;
	background-size: 100% 100%;
	height: 27rem;
	padding-top: 6rem; }
  
  .return-title {
	margin-bottom: 2rem; }
	.return-title span {
	  font-size: 1.6rem; }
  
  .return-text {
	color: #52433B;
	margin: 0;
	font-size: 4rem;
	font-family: 'CyrillicOld';
	font-weight: 900; }
  
  .return-wrap .btn {
	width: 100%;
	font-size: 2rem; }
  
  .map {
	background-color: #fef7e4;
	padding: 0; }
	.map-block {
	  background: #ccc;
	  height: 400px;
	  position: relative; }
	.map-way {
	  position: absolute;
	  display: inline-block;
	  background-color: #52433B;
	  position: absolute;
	  left: 0%;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%); }
	.map-info {
		display: inline-block;
		max-width: 25rem;
	  padding: 3rem;
	  font-size: 1.8rem;
	  color: #fff;
	  position: relative; }
	  .map-info span {
		display: inline-block; }
	  .map-info strong {
		display: inline-block; }
	.map-close {
	  position: absolute;
	  top: -1rem;
	  right: 0;
	  border: none;
	  background-color: transparent;
	  font-size: 4rem; }
  
  .footer {
	height: 9rem;
	background: url(/assets/images/footer2.jpg) no-repeat center;
	padding: 0; }
	.footer__logo {
	  height: 9rem;
	  display: table; }
	  .footer__logo a {
		color: #fff;
		text-transform: uppercase;
		font-size: 6rem;
		font-family: 'CyrillicOld';
		font-weight: 900;
		margin: 0;
		padding: 0;
		display: table-cell;
		vertical-align: middle; }
	.footer__contact {
	  display: table-cell;
	  vertical-align: middle; }
	  .footer__contact-wrap {
		display: table;
		height: 9rem; }
  
  .contact {
	color: #fff;
	font-size: 1.8rem;
	position: relative;
	margin: 0;
	display: block;
	line-height: 2rem; }
	.contact:hover, .contact:hover::before {
    color: #7db921;
	}
	.contact-wrap {
	  padding-bottom: 3rem; }
	.contact-mail::before {
	  content: '\f0e0';
	  font-family: 'FontAwesome';
	  display: inline-block;
	  font-size: 2rem;
	  color: #fff;
	  margin-right: 5px; }
	.contact-phone {
	  margin-bottom: 5px; }
	  .contact-phone::before {
		content: '\f095';
		font-family: 'FontAwesome';
		display: inline-block;
		font-size: 2rem;
		color: #fff;
		margin-right: 5px; }
	.contact-item {
	  position: relative;
	  padding-left: 4.5rem; }
	  .contact-item h6 {
		margin: 0;
		font-size: 1.8rem;
		font-weight: 900; }
	  .contact-item span {
		color: #52433B; }
		.contact-item span a {
		  color: #52433B; }
	  .contact-item .icon {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		display: inline-block;
		width: 4rem;
		height: 4rem;
		border-radius: 4rem;
		border: 2px solid #52433B;
		text-align: center; }
		.contact-item .icon i {
		  font-size: 2.5rem;
		  line-height: 3.7rem; }
	  .contact-item:hover .icon {
		background-color: #52433B;
		color: #fff; }
	.contact-text {
	  text-align: left; }
	  .contact-text h2, .contact-text h3, .contact-text h4, .contact-text h5, .contact-text h6 {
		font-family: 'CyrillicOld';
		font-weight: 900; }
  
  .main {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 247, 226, 0.8)), to(rgba(254, 247, 226, 0.8))), url(/assets/images/bg/main-2.png) no-repeat top right, url(/assets/images/bg/main-3.png) no-repeat top left;
	background: linear-gradient(rgba(254, 247, 226, 0.8), rgba(254, 247, 226, 0.8)), url(/assets/images/bg/main-2.png) no-repeat top right, url(/assets/images/bg/main-3.png) no-repeat top left;
	background-size: 22%;
	padding-top: 2rem;
	color: #52433B; }
  
  .house-block {
	margin-bottom: 30px;
	background-color: rgba(225, 218, 172, 0.5); }
  
  .house__title {
	font-family: 'CyrillicOld';
	font-weight: 900;
	font-size: 3rem;
	margin: 0; }
  
  .house__people span {
	display: inline-block;
	width: 100%;
	text-align: right;
	font-size: 2rem;
	font-family: 'CyrillicOld';
	font-weight: 900; }
  
  .house__desc {
	margin: 1.5rem 0;
	text-align: justify; }
  
  .house__thumb {
	overflow: hidden;
	/* max-height: 27rem; */
	border-bottom: 2px solid transparent; }
	.house__thumb img {
	  display: inline-block;
	  width: 100%;
	  max-height: 26rem;
	  -webkit-transition: -webkit-transform .7s;
	  transition: -webkit-transform .7s;
	  transition: transform .7s;
	  transition: transform .7s, -webkit-transform .7s; }
	.house__thumb:hover {
	  border-bottom: 2px solid #7db921; }
	  .house__thumb:hover img {
		-webkit-transform: scale(1.2);
		transform: scale(1.2); }
  
  .house__price span {
	display: inline-block;
	width: 100%;
	font-size: 2.5rem;
	font-family: 'CyrillicOld';
	font-weight: 900; }
  
  .house__btn .btn {
	display: inline-block;
	width: 100%;
	background-color: #52433B;
	color: #fff; }
	.house__btn .btn:hover {
	  background-color: transparent;
	  color: #52433B; }
  
  .house-content {
	padding: 1rem 2rem; }
  
  .house-table {
	width: 100%; }
	.house-table td {
	  padding-top: 0.8rem 0; }
	.house-table td:nth-child(2) {
	  text-align: right; }
  
  .house-catalog li {
	display: inline-block; }
  
  .house__bottom {
	padding: 1rem 0; }
  
  .house__images img {
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	max-height: 45rem; }
  
  .house__images video {
	width: 100%;
	height: 100%; }
	.nav-links a {
		font-size: 2rem;
		color: #52433B;
		font-family: 'CyrillicOld';
		font-weight: 900;
		text-decoration: underline;
	}
	.nav-links a:hover{
		color: #7db921;
	}
  
  .house__video {
	position: relative; }
	.house__video::before {
	  content: '';
	  position: absolute;
	  display: inline-block;
	  top: 42%;
	  left: 50%;
	  -webkit-transform: translate(-20%);
	  transform: translate(-20%);
	  border: 1rem solid transparent;
	  border-left: 1.3rem solid #fff;
	  z-index: 10; }
	.house__video::after {
	  content: '';
	  position: absolute;
	  display: inline-block;
	  top: 35%;
	  left: 50%;
	  -webkit-transform: translate(-50%);
	  transform: translate(-50%);
	  width: 3.5rem;
	  height: 3.5rem;
	  border-radius: 3.5rem;
	  border: 3px solid #fff;
	  z-index: 10; }
  
  .house-cart__title {
	font-family: 'CyrillicOld';
	font-weight: 900;
	font-size: 2.5rem; }
  
  .house-cart__price {
	position: relative;
	min-height: 30rem; }
  
  .house-cart__desc {
	padding: 2rem 0; }
  
  .house-cart__book {
	background: url(/assets/images/pre_footer_bg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 2rem 0 9rem; }
  
  .house__list {
	margin: 1rem 0; }
	.house__list li {
	  position: relative; }
	  .house__list li::before {
		content: "\f00c";
		font-family: 'FontAwesome';
		margin-right: 5px;
		color: #7db921;
		font-size: 1.6rem; }
  
  .house-min__text {
	display: inline-block;
	margin-top: 1.5rem;
	font-size: 1.6rem;
	padding-left: 1.5rem;
	padding-bottom: .5rem;
	width: 100%; }
  
  .house-min__price {
	display: inline-block;
	width: 100%;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 900;
	padding-left: 1.5rem;
	position: relative; }
	.house-min__price::before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 2.5rem;
	  width: 3px;
	  background-color: #7db921; }
  
  .house-comfort {
	padding: 2rem 0; }
	.house-comfort__block {
	  margin-bottom: 30px;
	  text-align: center; }
	  .house-comfort__block h6 {
		font-family: 'CyrillicOld';
		font-weight: 900;
		font-size: 2rem;
		font-weight: 600; }
	  .house-comfort__block img {
		max-width: 6rem;
		display: inline-block; }
  
  .house-bottom {
	text-align: center; }
	.house-bottom-link {
	  display: inline-block;
	  font-size: 1.8rem;
	  padding: 0.8rem 1.5rem;
	  background-color: transparent;
	  border: 2px solid #7db921;
	  color: #7db921;
	  border-radius: 4px;
	  font-family: 'CyrillicOld';
	  font-weight: 900; }
	  .house-bottom-link:hover {
		background-color: #7db921;
		color: #fff; }
  
  .slider-nav__block {
	padding: 5px; }
	.slider-nav__block img {
	  width: 100%;
	  max-height: 14rem; }
	.slider-nav__block video {
	  width: 100%;
	  max-height: 10rem;
	  display: inline-block;
	  position: relative; }
  
  .modal-wrap {
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index: 10000; }
  
  .modal-body {
	position: fixed;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	top: 20%;
	max-width: 70rem; }
  
  .modal-content {
	position: relative;
	padding: 4rem 10rem;
	text-align: center;
	background-color: #e7e1bd;;
	background-size: 100% 100%; }
  
  .modal-title {
	font-size: 3rem;
	font-family: 'CyrillicOld';
	font-weight: 900;
	margin: 0; }
  
  .modal-form {
	margin: 3rem 0; }
  
  .modal-close {
	font-size: 5rem;
	position: absolute;
	top: -1.5rem;
	right: .5rem;
	color: #000;
	cursor: pointer; }
	.modal-close:hover {
	  color: #636363; }
  
  .input {
	display: inline-block;
	width: 100%;
	font-size: 1.6rem;
	padding: 0.9rem 1.5rem;
	border: 1px solid #52433B;
	border-radius: 4px;
	color: #52433B; }
	.input-margin {
	  margin-bottom: 1.4rem; }
	.input-bottom {
		padding-top: 2.5rem; }
	.input-comment{
		font-size: 1.4rem;
		padding: 0.5rem 1rem; 
		margin-bottom: .5rem;}
		.input-title {
			display: none;}
  
  .input:focus {
	border: 1px solid #7db921; }
  
  .fish-title {
	font-size: 3.5rem;
	font-family: 'CyrillicOld';
	font-weight: 900; }
  
  .fish-link {
	padding-right: 2rem;
	display: inline-block; }
	.fish-link img {
	  display: inline-block;
	  width: 100%;
	  border: 2px solid #7db921;
	  max-height: 15rem;
	  -o-object-fit: cover;
	  object-fit: cover; }
  
  .advant {
	padding-top: 5rem; }
	.advant-block {
	  margin-bottom: 3rem; }
	.advant-img {
	  border: 2px solid #52433B;
	  border-radius: 8rem;
	  height: 7rem;
	  width: 7rem;
	  line-height: 6rem;
	  display: inline-block;
	  text-align: center;
	  position: relative; }
	  .advant-img::before {
		content: '';
		position: absolute;
		top: 30%;
		left: 40%;
		width: 2rem;
		height: 2rem;
		border-radius: 1.5rem;
		background-color: rgba(125, 185, 33, 0.5);
		z-index: 8; }
	  .advant-img img {
		display: inline-block !important;
		line-height: normal;
		vertical-align: middle;
		width: 5rem;
		z-index: 9; }
	.advant-title {
	  font-family: 'CyrillicOld';
	  font-weight: 900;
	  font-size: 2.5rem;
	  margin: 0;
	  display: inline-block;
	  position: relative; }
	  .advant-title::before {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #7db921; }
  
  .fishing-advanted {
	margin-bottom: 3rem;
	text-align: center;
	background-color: rgba(225, 218, 172, 0.5);
	padding: 2rem;
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
	.fishing-advanted__item {
	  position: relative; }
	  .fishing-advanted__item::before {
		content: '';
		position: absolute;
		top: 30%;
		left: 40%;
		width: 2rem;
		height: 2rem;
		border-radius: 1.5rem;
		background-color: rgba(125, 185, 33, 0.5); }
	  .fishing-advanted__item img {
		height: 5.5rem; }
	.fishing-advanted__title {
	  font-size: 2rem;
	  font-family: 'CyrillicOld';
	  font-weight: 900;
	  display: inline-block;
	  position: relative; }
	  .fishing-advanted__title::before {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #7db921; }
  
  .callback-img {
	cursor: pointer;
	padding: 1rem; }
	.callback-img__wrap {
	  height: 6rem;
	  width: 6rem;
	  display: inline-block;
	  position: relative; }
	.callback-img img {
	  max-height: 6rem; }
	.callback-img span {
	  padding-top: 3rem;
	  display: block;
	  color: #7db921;
	  font-size: 1.3rem;
	  font-family: 'CyrillicOld';
	  font-weight: 900; }
  
  .callback-img__wrap:before,
  .callback-img__wrap:after {
	content: " ";
	display: block;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #7db921;
	left: -30px;
	right: -30px;
	top: -30px;
	bottom: -30px;
	-webkit-animation: animate 1.5s linear infinite;
	animation: animate 1.5s linear infinite; }
	.link-inner {
		display: inline-block;
		color: #52433B;
	  font-weight: bold;
	}
  
  @-webkit-keyframes animate {
	0% {
	  -webkit-transform: scale(0.5);
	  transform: scale(0.5);
	  opacity: 0; }
	50% {
	  opacity: 1; }
	100% {
	  -webkit-transform: scale(1.2);
	  transform: scale(1.2);
	  opacity: 0; } }
  
  @keyframes animate {
	0% {
	  -webkit-transform: scale(0.5);
	  transform: scale(0.5);
	  opacity: 0; }
	50% {
	  opacity: 1; }
	100% {
	  -webkit-transform: scale(1.2);
	  transform: scale(1.2);
	  opacity: 0; } }
  
  @media (max-width: 1750px) {
	.feedback, .services {
	  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 247, 226, 0.8)), to(rgba(254, 247, 226, 0.8))), url(/assets/images/home-page-1.png) no-repeat 100% 60%, url(/assets/images/home-page-2.png) no-repeat 0 60%;
	  background: linear-gradient(rgba(254, 247, 226, 0.8), rgba(254, 247, 226, 0.8)), url(/assets/images/home-page-1.png) no-repeat 100% 60%, url(/assets/images/home-page-2.png) no-repeat 0 60%;
	  background-size: 15%; } }
  
  @media (max-width: 1560px) {
	.services {
	  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 247, 226, 0.8)), to(rgba(254, 247, 226, 0.8))), url(/assets/images/home-page-1.png) no-repeat 100% 66%, url(/assets/images/home-page-2.png) no-repeat 0 66%;
	  background: linear-gradient(rgba(254, 247, 226, 0.8), rgba(254, 247, 226, 0.8)), url(/assets/images/home-page-1.png) no-repeat 100% 66%, url(/assets/images/home-page-2.png) no-repeat 0 66%;
	  background-size: 11%; } }
  
  @media (max-width: 1560px) {
	.feedback {
	  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 247, 226, 0.8)), to(rgba(254, 247, 226, 0.8))), url(/assets/images/home-page-1.png) no-repeat 100% 100%, url(/assets/images/home-page-2.png) no-repeat 0 100%;
	  background: linear-gradient(rgba(254, 247, 226, 0.8), rgba(254, 247, 226, 0.8)), url(/assets/images/home-page-1.png) no-repeat 100% 100%, url(/assets/images/home-page-2.png) no-repeat 0 100%;
	  background-size: 11%; } }
  
  @media (min-width: 1199px) {
	.services-block:hover {
	  border-bottom: 2px solid #7db921; }
	  .services-block:hover .services-title p {
		height: 80px;
		-webkit-transition: 1s;
		transition: 1s;
		opacity: 1; }
	  .services-block:hover img {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: -webkit-transform 1s;
		transition: -webkit-transform 1s;
		transition: transform 1s;
		transition: transform 1s, -webkit-transform 1s; }
	.services-block-images {
	  position: relative;
	  overflow: hidden; }
	  .services-block-images::after {
		content: '';
		display: none;
		background-color: rgba(0, 0, 0, 0.7);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10; }
	  .services-block-images:hover::after {
		display: inline-block; }
	.photogallery-block a:hover::before, .photogallery-block a:hover::after {
	  display: inline-block; }
	.nav-list li:hover {
	  background-color: #52433B; }
	.nav-list li:hover .sub-menu {
	  display: block; } }
  
  @media (max-width: 1199px) {
	.services-title {
	  padding: 1rem 2rem;
	  position: static;
	  text-align: center;
	  background-color: rgba(225, 218, 172, 0.5); }
	  .services-title h3 {
		background-color: transparent; }
	  .services-title p {
		opacity: 1;
		height: auto;
		color: #52433B; }
	.services-block {
	  margin-bottom: 3rem; } }
  
  @media (max-width: 991px) {
	.banner-btn__next {
	  right: 0; }
	.banner-btn__prev {
	  left: 0; }
	.banner__title {
	  font-size: 3rem; }
	.hidden-sm {
	  display: none; }
	.contact-item {
	  margin-bottom: 3rem; }
	.margin-bottom {
	  margin-bottom: 3rem; } }
  
  @media (max-width: 767px) {
	.logo img {
	  max-width: 10rem; }
	.hidden-xs {
	  display: none; }
	.title {
	  font-size: 2.5rem; }
	.feedback__block {
	  border-radius: 4rem;
	  text-align: center; }
	.feedback__image {
	  border-radius: 4rem 4rem 0 0;
	  text-align: center;
	  width: 100%;
	  height: auto; }
	  .feedback__image img {
		display: inline-block;
		max-height: 30rem; }
	.feedback-inner {
		padding: 1rem; }
		.feedback-inner p, .feedback__desc p {
			margin: 0 !important; }
	.return-text {
	  font-size: 2.5rem; }
	.return-call {
	  height: auto;
	  padding-top: 2rem;
	  padding-bottom: 15rem; }
	  .return-call input {
		margin-bottom: 1rem; }
	.footer {
	  height: auto;
	  background-repeat: repeat; }
	  .footer__logo {
		display: none; }
	.way {
	  height: auto;
	  line-height: normal; }
	.header__nav {
	  position: relative;
	  border-bottom: 3px solid #52433B; }
	.nav-list {
	  display: none; }
	.nav-mobile {
	  position: absolute;
	  display: none;
	  top: 3px;
	  left: 0;
	  right: 0;
	  z-index: 20;
	  background-color: #fef7e2; }
	  .nav-mobile li {
		display: block;
		padding: 0  1rem; }
		.nav-mobile li a {
		  display: inline-block;
		  width: 100%;
		  color: #52433B;
		  padding: 0.8rem 0;
		  border-bottom: 1px solid #52433B; }
		.nav-mobile li .sub-menu {
		  position: static;
		  -webkit-box-shadow: none;
		  box-shadow: none;
		  border: none;
		  width: 100%;
		  -webkit-transform: translateX(0);
		  transform: translateX(0); }
		  .nav-mobile li .sub-menu li {
			border: none;
			background-color: transparent;
			text-align: left;
			padding-left: 1rem;
			padding-right: 0; }
	.mobile-btn {
	  border: none;
	  background-color: transparent;
	  display: inline-block;
	  vertical-align: middle;
	  cursor: pointer; }
	  .mobile-btn span {
		position: relative;
		display: inline-block;
		height: 2px;
		width: 30px;
		background-color: #52433B; }
		.mobile-btn span::before, .mobile-btn span::after {
		  content: '';
		  display: inline-block;
		  position: absolute;
		  left: 0;
		  height: 2px;
		  width: 30px;
		  background-color: #52433B;
		  z-index: 10; }
		.mobile-btn span::before {
		  top: -7px; }
		.mobile-btn span::after {
		  bottom: -7px; }
	  .mobile-btn-close span {
		background-color: transparent; }
		.mobile-btn-close span::before {
		  -webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
		  top: 0; }
		.mobile-btn-close span::after {
		  -webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
		  bottom: 0; }
	.wrap-btn-mobile {
	  height: 3rem;
	  line-height: 3rem; }
	.house-cart__book {
	  padding-bottom: 20rem; }
	.house-cart__book, .return-call {
	  background: url(/assets/images/pre_footer_bg2.png) no-repeat center;
	  background-size: 77rem 100%;
	  padding-top: 6rem; }
	.sidebar {
	  margin-bottom: 2rem; }
	.text-media-left {
	  text-align: left; }
	.link-wrap {
	  display: inline-block;
	  width: 100%;
	  text-align: center; }
	  .link-wrap .link-inner {
		display: inline-block;
		color: #52433B;
	  font-weight: bold; }
	.photogallery-block a img {
		max-height: 30rem; }
		.menu-item-has-children {
			position: relative;
		}
	.menu-item-has-children:after{
		color: #52433B;
		position: absolute;
		right: 3rem;
	} 
	.banner-btn{
		width: 5rem;
		display: none;
	}
	.banner-btn__next {
	  right: 5px; }
	.banner-btn__prev {
		left: 5px; }
		.title-wrap span::before{
			width: 5rem;
			left: -6rem;
		}
		.title-wrap span::after{
			width: 5rem;
			right: -6rem;
		}
		.house-wrap {
			padding-left:0 ;
			padding-right: 0;
		}
		.feedback, .services {
			background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 247, 226, 0.8)), to(rgba(254, 247, 226, 0.8)));
			background: linear-gradient(rgba(254, 247, 226, 0.8), rgba(254, 247, 226, 0.8));}
}
  
