@charset "UTF-8";

/*!----------------------------------------------------------------
 * Fonts
/* --------------------------------------------------------------*/

@font-face {
  font-family: "Ubuntu";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Ubuntu/Ubuntu-Light.eot");
  src: local("☺"), url("../fonts/Ubuntu/Ubuntu-Light.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Light.woff2") format("woff"), url("../fonts/Ubuntu/Ubuntu-Light.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Light.svg") format("svg");
}

@font-face {
  font-family: "Ubuntu";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Ubuntu/Ubuntu-Regular.eot");
  src: local("☺"), url("../fonts/Ubuntu/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Regular.woff2") format("woff"), url("../fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Regular.svg") format("svg");
}

@font-face {
  font-family: "Ubuntu";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Ubuntu/Ubuntu-Italic.eot");
  src: local("☺"), url("../fonts/Ubuntu/Ubuntu-Italic.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Italic.woff2") format("woff"), url("../fonts/Ubuntu/Ubuntu-Italic.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Italic.svg") format("svg");
}

@font-face {
  font-family: "Ubuntu";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Ubuntu/Ubuntu-Medium.eot");
  src: local("☺"), url("../fonts/Ubuntu/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Medium.woff2") format("woff"), url("../fonts/Ubuntu/Ubuntu-Medium.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Medium.svg") format("svg");
}

@font-face {
  font-family: "Ubuntu";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Ubuntu/Ubuntu-Bold.eot");
  src: local("☺"), url("../fonts/Ubuntu/Ubuntu-Bold.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Bold.woff2") format("woff"), url("../fonts/Ubuntu/Ubuntu-Bold.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Bold.svg") format("svg");
}

/*!----------------------------------------------------------------
 * Scafolldings
/* --------------------------------------------------------------*/

html {
  overflow-y: scroll;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  min-width: 320px;
}

body {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

@-ms-viewport {
  width: device-width;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/*!----------------------------------------------------------------
 * Typography
/* --------------------------------------------------------------*/

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
}

/*! Headings */

h1,
.h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 20px;
}

h2,
.h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}

h3,
.h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 14px;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 14px;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 12px;
}

p {
  margin: 0 0 15px;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: underline;
  color: #7fb401;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a[href^='tel:'],
a[href^='mailto:'] {
  text-decoration: none;
}

hr {
  display: block;
  height: 0;
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #e4e4e4;
  outline: 0;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  width: 335px;
  max-width: 100%;
  margin: 30px auto;
  text-align: center;
  background: url("../img/icons/flow_gray.png") no-repeat 0 50%, url("../img/icons/flow_gray.png") no-repeat 100% 50%;
}

.section-title_invert {
  color: #fff;
  background: url("../img/icons/flower_white.png") no-repeat 0 50%, url("../img/icons/flower_white.png") no-repeat 100% 50%;
}

/*!----------------------------------------------------------------
 * Buttons
/* --------------------------------------------------------------*/

.btn {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin: 0;
  padding: 18px 38px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 200ms linear 0s, color 200ms linear 0s, border-color 200ms linear 0s;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
  border-width: 0;
  border-radius: 5px;
  background: none;
  box-shadow: 0 0 1px transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: 0;
}

.btn__icon,
.btn__text {
  display: inline-block;
  vertical-align: middle;
}

/*!----------------------------------------------------------------
 * Navigations
/* --------------------------------------------------------------*/

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li {
  position: relative;
}

.nav a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.nav_head {
  display: table;
  max-width: 50%;
  white-space: nowrap;
  left: 0;
  transition: left 400ms ease 0s;
  position: relative;
}

.nav_head > li {
  display: table-cell;
  width: 1%;
}

.nav_head > li.active > a,
.nav_head > li.current > a,
.nav_head > li:hover > a {
  background-color: #75a501;
}

.nav_head > li.active > a:before,
.nav_head > li.current > a:before,
.nav_head > li:hover > a:before {
  -ms-transform: none;
      transform: none;
}

.nav_head > li > a {
  font-weight: 700;
  line-height: 64px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 0 22px;
  transition: background-color 400ms ease 0s;
  color: #fff;
}

.nav_head > li > a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: '';
  transition: transform 400ms ease 0s;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  background: #699401;
}

.nav_head > li.parent > a:after {
  font-family: FontAwesome;
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 7px;
  content: '\f107';
  transition: transform 200ms linear;
}

.nav_head > li.parent:hover > a:after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

li.parent:hover > .nav_sub {
  z-index: 2;
  transform: perspective(1px) translateZ(0);
  pointer-events: auto;
  /*opacity: 1;*/
  display: block;
  box-shadow: 0 4px 6.5px 0.5px rgba(0, 0, 0, 0.2);
}

.nav_sub {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  white-space: normal;
  min-width: 270px;
  transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms, opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms, box-shadow 400ms linear 200ms;
  transform: translateY(-60px) perspective(1px) translateZ(0);
  pointer-events: none;
  /*opacity: 0;*/
  display: none;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  background-color: #fff;
  will-change: transform;
}

.nav_sub .nav_sub {
  top: 0;
  left: 100%;
  transform: translateX(30px) perspective(1px) translateZ(0);
}

.nav_sub li.active > a,
.nav_sub li.current > a,
.nav_sub li:hover > a {
  color: #fff;
}

.nav_sub li.active > a:after,
.nav_sub li.current > a:after,
.nav_sub li:hover > a:after {
  -ms-transform: none;
      transform: none;
  /*opacity: 1;*/
  display: block;
}

.nav_sub a {
  display: block;
  overflow: hidden;
  padding: 10px 15px;
  transition: color 200ms linear 100ms;
}

.nav_sub a span {
  position: relative;
  z-index: 2;
}

.nav_sub a:after {
  content: '';
  transition: transform 400ms ease 0s, opacity 200ms linear;
  transform: scale(1, 0.6) perspective(1px) translateZ(0);
  /*opacity: 0;*/
  display: none;
  background-color: #f47231;
  will-change: transform;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nav_foot {
  display: table;
  width: 590px;
  float: right;
  white-space: nowrap;
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  max-width: 100%;
}

.nav_foot li {
  width: 1%;
  display: table-cell;
}

.nav_foot li.active > a,
.nav_foot li.current > a {
  color: #7fb401;
}

.nav_foot a {
  display: inline-block;
  font-weight: 400;
  transition: color 400ms ease 0s;
}

.nav_foot a:hover {
  color: #7fb401;
}

.js-nav-toggle {
  display: none;
  z-index: 9;
}

.js-nav-toggle.active {
  background: #fff;
  color: #7fb401 !important;
}

.head__nav-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 36px;
  cursor: pointer;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 5;
  text-align: center;
}

.head__nav-toggle:before {
  font-family: FontAwesome;
  content: '\f0c9';
}

.head__nav-toggle.active:before {
  content: '\f00d';
}

.head__subnav-toggle {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
}

.head__subnav-toggle:before {
  font-family: FontAwesome;
  content: '\f107';
}

.head__subnav-toggle.active:before {
  content: '\f106';
}

.nav_sub .head__subnav-toggle {
  color: #ccc;
  border-color: #ccc;
}

li.parent.active > .head__subnav-toggle,
li.parent.current > .head__subnav-toggle,
li.parent:hover > .head__subnav-toggle {
  color: #fff;
  border-color: #fff;
}

.nav_aside {
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}

.nav_aside a {
  display: block;
  padding: 20px 15px;
}

.nav_aside li.parent .nav-toggle {
  color: #999999 !important;
  font-size: 18px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  background: none !important;
  border: 0;
  top: 0;
  display: block;
  line-height: 1;
}

.nav_aside li.parent .nav-toggle:before {
  line-height: 44px;
  content: '\f105';
  display: block;
  font-family: FontAwesome;
  transition: transform 200ms;
}

.nav_aside li.parent .nav-toggle.active:before {
  -ms-transform: rotate(90deg);
      transform: rotateZ(90deg);
}

.nav_aside li.active .nav-toggle,
.nav_aside li.current .nav-toggle,
.nav_aside li:hover .nav-toggle {
  color: #fff !important;
}

.nav_aside li.active > a,
.nav_aside li.current > a,
.nav_aside li:hover > a {
  color: #fff;
}

.nav_aside li.active > a:after,
.nav_aside li.current > a:after,
.nav_aside li:hover > a:after {
  -ms-transform: none;
      transform: none;
  /*opacity: 1;*/
  display: block;
}

.nav_aside a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 10px 15px;
  transition: color 200ms linear 100ms;
  border-bottom: 1px solid #fff;
}

.nav_aside a span {
  position: relative;
  z-index: 2;
}

.nav_aside a:after {
  content: '';
  transition: transform 400ms ease 0s, opacity 200ms linear;
  transform: scale(1, 0.6) perspective(1px) translateZ(0);
  opacity: 0;
  background-color: #f47231;
  will-change: transform;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nav_aside .nav {
  display: none;
}

.nav_aside .nav a {
  color: #333 !important;
  background: #f4f5f6;
}

.nav_aside .nav a:after {
  background-color: #e1e2e2;
}

.nav_content {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

.nav_content li {
  margin: 0 20px;
  display: inline-block;
}

.nav_content li.current > a,
.nav_content li.active > a {
  color: #7fb401;
}

.nav_content li.current > a span,
.nav_content li.active > a span {
  border-color: #7fb401;
}

.nav_content a {
  transition: color 400ms ease 0s;
}

.nav_content a span {
  display: inline-block;
  border-bottom: 3px solid transparent;
}

.nav_content a:hover {
  color: #7fb401;
}

/*!----------------------------------------------------------------
 * Forms
/* --------------------------------------------------------------*/

.form {
  max-width: 100%;
}

.field-error {
  border-color: #b94a48 !important;
  background-image: url("../img/icons/error.png");
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
}

/*!----------------------------------------------------------------
 * General
/* --------------------------------------------------------------*/

.logo {
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  color: #777777;
  outline: 0;
  line-height: 1.2;
}

.logo:before,
.logo:after {
  display: table;
  content: "";
}

.logo:after {
  clear: both;
}

.logo img {
  float: left;
  margin-right: 20px;
}

.logo span {
  float: left;
  margin-top: 10px;
  text-align: left;
}

.anim {
  visibility: hidden;
  opacity: 0;
}

.anim.animated {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .anim {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
  }
}

#fancybox-thumbs ul {
  white-space: nowrap;
}

#fancybox-thumbs ul li {
  float: none;
  display: inline-block;
}

/*!----------------------------------------------------------------
 * Modules
/* --------------------------------------------------------------*/

.slider {
  overflow: hidden;
}

.slider__item {
  height: 520px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.slider__content {
  position: absolute;
  bottom: 95px;
  left: 15px;
  right: 15px;
}

.slider__box {
  display: inline-block;
  padding: 25px;
  text-align: left;
  color: #fff;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.5);
}

.slider__title {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 15px;
}

.slider__text {
  font-size: 18px;
  line-height: 1.4;
}

.slider .container {
  height: 100%;
  opacity: 0;
}

.slider .slick-current .container {
  opacity: 1;
}

.slider .slick-current .container.text-center {
  animation: fadeInDown 1s;
}

.slider .slick-current .container.text-left {
  animation: fadeInLeft 1s;
}

.slider .slick-current .container.text-right {
  animation: fadeInRight 1s;
}

.slider .slick-dots {
  position: absolute;
  z-index: 9;
  bottom: 35px;
  left: 50%;
  width: 1140px;
  max-width: 100%;
  margin: 0 0 0 -570px;
  padding: 0;
  list-style: none;
  text-align: right;
}

.slider .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

.slider .slick-dots li.slick-active button {
  background: #fff;
}

.slider .slick-dots li button {
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -99px;
  color: transparent;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  outline: 0;
  background: none;
}

.slider .slick-dots li button:hover {
  background: rgba(255, 255, 255, 0.4);
}

.pagination {
  margin: 40px 0 50px;
  padding: 0;
  line-height: 36px;
  text-align: center;
  list-style: none;
  font-weight: 500;
}

.pagination li {
  display: inline-block;
}

.pagination a,
.pagination span {
  display: block;
}

.pagination-page {
  margin: 0 3px;
}

.pagination-page a,
.pagination-page span {
  width: 40px;
  color: #666;
  text-decoration: none;
  height: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
}

.pagination-page a:hover {
  color: #7fb401;
}

.pagination-page span {
  border: 2px solid #7fb401;
}

.pagination-prev {
  margin-right: 10px;
}

.pagination-next {
  margin-left: 10px;
}

.pagination-prev a,
.pagination-next a {
  color: #000;
  text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover {
  color: #7fb401;
}

/*!----------------------------------------------------------------
 * Layouts
/* --------------------------------------------------------------*/

.wrap {
  overflow: hidden;
}

.head {
  position: relative;
  z-index: 15;
  background: #fff;
}

.head__contact {
  background: #f4f5f6;
}

.head__contact .container {
  overflow: hidden;
  padding: 0;
}

.head__middle {
  position: relative;
  z-index: 4;
  padding: 25px 0;
  background: #fff;
}

.head__logo .logo {
  margin-left: 10px;
}

.head__worktime {
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.head__nav {
  position: relative;
  height: 64px;
}

.head__nav .container {
  padding: 0;
}

.head__nav:after {
  z-index: 3;
  content: '';
  background: #7fb401;
  /*box-shadow: 3px 4px 6.5px 0.5px rgba(0, 0, 0, 0.21);*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.head__search {
  line-height: 46px;
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 30px;
  overflow: hidden;
  width: 46px;
  height: 46px;
  transition: width 400ms ease 0s, background-color 200ms linear;
  border: 2px solid #fff;
  border-radius: 26px;
  background-color: #7fb401;
}

.head__search.active {
  width: 255px;
}

.head__search.active input {
  transition-delay: 200ms;
  opacity: 1;
}

.head__search.active button:before {
  -ms-transform: none;
      transform: none;
  opacity: 1;
}

.head__search.focus {
  background-color: #fff;
}

.head__search.focus input {
  z-index: 1;
  color: #333;
}

.head__search.focus button {
  color: #7fb401;
}

.head__search.focus button:before {
  background: #7fb401;
}

.head__search input {
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 210px;
  height: 100%;
  padding: 0 10px 0 15px;
  transition: opacity 150ms linear 0s;
  opacity: 0;
  color: #fff;
  border: 0;
  outline: 0;
  background: none;
}

.head__search input:-moz-placeholder {
  color: #fff;
}

.head__search input::-moz-placeholder {
  color: #fff;
}

.head__search input:-ms-input-placeholder {
  color: #fff;
}

.head__search input::-webkit-input-placeholder {
  color: #fff;
}

.head__search button {
  line-height: 42px;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  padding: 0 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  color: #fff;
  border: 0;
  outline: 0;
  background: none;
}

.head__search button:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 2px;
  width: 1px;
  content: '';
  transition: transform 200ms linear 100ms, opacity 150ms linear 100ms;
  -ms-transform: scale(1, 0);
      transform: scale(1, 0);
  opacity: 0;
  background: #fff;
}

.head__search button .fa {
  position: relative;
}

.contact {
  font-size: 12px;
  font-weight: 300;
  color: #999;
}

.contact .fa {
  font-size: 20px;
  line-height: 1;
  margin-top: -2px;
  margin-right: 8px;
  transition: color 0.2s;
  vertical-align: middle;
  color: #999;
}

.contact a {
  display: inline-block;
  height: 100%;
  transition: color 0.2s;
  text-decoration: none;
  color: inherit;
}

.contact__phone {
  font-size: 14px;
  float: right;
  text-align: right;
}

.contact__phone a {
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
  color: #333;
}

.contact__phone a:hover {
  color: #7fb401;
}

.contact_head {
  line-height: 35px;
}

.contact_head:before,
.contact_head:after {
  display: table;
  content: "";
}

.contact_head:after {
  clear: both;
}

.contact_head .contact__address,
.contact_head .contact__vk,
.contact_head .contact__phone {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.contact_head .contact__address,
.contact_head .contact__vk {
  float: left;
}

.contact_head .contact__address a,
.contact_head .contact__vk a {
  padding: 0 15px;
}

.contact_head .contact__address a:hover,
.contact_head .contact__vk a:hover {
  color: #333;
}

.contact_head .contact__address a:hover .fa {
  color: #f47231;
}

.contact_head .contact__vk {
  border-left: 0;
}

.contact_head .contact__vk a:hover .fa {
  color: #5e81a8;
}

.contact_head .contact__phone {
  padding: 0 15px;
}

.contact_foot {
  text-align: right;
}

.contact_foot:before,
.contact_foot:after {
  display: table;
  content: "";
}

.contact_foot:after {
  clear: both;
}

.worktime {
  font-size: 12px;
  line-height: 1.45;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.worktime__title {
  font-weight: 700;
}

.worktime__inner {
  position: relative;
  display: inline-block;
  padding-top: 8px;
  padding-left: 22px;
  text-align: left;
}

.worktime__inner:after {
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  content: '\f017';
  color: #f47231;
}

.worktime__arrow {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  z-index: 9;
  top: 50%;
  cursor: pointer;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #7fb401;
}

.worktime__arrow_prev {
  left: 25px;
}

.worktime__arrow_next {
  right: 25px;
}

.advantages {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
  padding: 28px 0;
  text-align: center;
  background: #f4f5f6;
}

.advantages .container {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantages__item {
  visibility: hidden;
  opacity: 0;
  display: block;
  width: 20%;
  transition: color 400ms ease 0s;
  perspective: 150px;
}

.advantages__item.animated {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .advantages__item {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
  }
}

.advantages__item:hover {
  color: #7fb401;
}

.advantages__item:hover img {
  animation-name: hvr-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.advantages__text {
  padding: 20px 40px 0;
}

.advantages a {
  text-decoration: none;
  color: inherit;
}

.advantages span {
  display: block;
}

.advantages img {
  transform: perspective(1px) translateZ(0);
  transition: transform 400ms ease 0s;
}

/* Pulse Shrink */

@keyframes hvr-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}

.booking__tab {
  min-height: 135px;
}

.booking__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.booking__group_contacts,
.booking__group_details,
.booking__group_total {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.booking__group_total,
.booking__group_additional {
  margin-top: 14px;
  -ms-flex-align: center;
      align-items: center;
}

.booking__group_contacts .booking__control {
  width: 170px;
}

.booking__group_contacts .booking__control_message {
  width: 330px;
}

.booking__group_contacts .booking__control_submit {
  width: 215px;
}

.booking input[type='text']:-moz-placeholder {
  font-family: "Ubuntu", sans-serif;
  color: #999999;
}

.booking input[type='text']::-moz-placeholder {
  font-family: "Ubuntu", sans-serif;
  color: #999999;
}

.booking input[type='text']:-ms-input-placeholder {
  font-family: "Ubuntu", sans-serif;
  color: #999999;
}

.booking input[type='text']::-webkit-input-placeholder {
  font-family: "Ubuntu", sans-serif;
  color: #999999;
}

.booking__control_date-in,
.booking__control_date-out {
  width: 170px;
}

.booking__control_date-in .booking__field,
.booking__control_date-out .booking__field {
  padding: 0 15px;
  color: #8f939d;
  background: transparent url("../img/icons/calendar.png") no-repeat right 10px top 50%;
}

.booking__control_date-in .booking__field.active,
.booking__control_date-out .booking__field.active {
  color: #333;
  background: transparent url("../img/icons/calendar_active.png") no-repeat right 10px top 50%;
}

.booking__control_persons,
.booking__control_room {
  width: 250px;
  cursor: pointer;
}

.booking__control_persons .booking__field,
.booking__control_room .booking__field {
  padding-right: 30px;
  background: transparent url("../img/icons/arrow-down.png") no-repeat right 10px top 50%;
}

.booking__control_persons .booking__field.active,
.booking__control_room .booking__field.active {
  background: transparent url("../img/icons/arrow-up.png") no-repeat right 10px top 50%;
}

.booking__control_submit {
  width: 215px;
}

.booking__control_crib {
  margin-right: 194px;
  margin-left: 30px;
}

.booking__label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: block;
  min-height: 20px;
  margin-bottom: 10px;
  color: #595d67;
}

.booking__field {
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.booking__field {
  font-family: inherit;
  font-size: 14px;
  line-height: 46px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0 12px;
  transition: border-color 400ms ease 0s;
  border: 2px solid #bfc3cd;
  border-radius: 3px;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.booking__field:focus,
.booking__field.active {
  border-color: #7fb401;
}

.booking__field > span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.booking__submit {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  cursor: pointer;
  transition: box-shadow 400ms ease 0s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 3px;
  outline: 0;
  background: #f47231;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.booking__submit:hover {
  box-shadow: 0px 10px 21px 0px rgba(212, 82, 17, 0.42);
}

.booking__submit:active {
  background-color: #f36119;
}

.booking__notice {
  font-size: 12px;
  line-height: 1.5;
  margin: 30px 0 35px;
  color: #666;
}

.booking__summ {
  font-size: 16px;
  font-weight: 300;
  line-height: 46px;
  width: 250px;
  max-width: 100%;
  height: 46px;
  padding: 0 14px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  background: #7fb401;
}

.booking__summ span {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
}

.booking__offer {
  font-size: 14px;
  text-align: right;
}

.booking__prev {
  font-size: 14px;
  line-height: 1.25;
  display: block;
  margin-bottom: 10px;
  transition: color 400ms ease 0s;
  text-decoration: none;
  color: #595d67;
}

.booking__prev span {
  display: inline-block;
  transition: border-color 400ms ease 0s;
  border-bottom: 1px dashed;
}

.booking__prev .fa {
  margin-right: 5px;
  color: #7fb401;
}

.booking__prev:hover {
  color: #7fb401;
}

.booking__prev:hover span {
  border-color: transparent;
}

#review-sent,
#booking-sent {
  display: none;
  width: 340px;
  max-width: 100%;
  padding: 20px 12px;
  text-align: center;
}

.review-sent__title,
.booking-sent__title {
  font-size: 18px;
  font-weight: 500;
}

.review-sent__text,
.booking-sent__text {
  font-size: 14px;
  margin: 20px 0 10px;
}

.dropdown__inner {
  position: absolute;
  z-index: -1;
  top: 100%;
  right: -2px;
  left: -2px;
  margin-top: 6px;
  cursor: auto;
  transition: box-shadow 400ms ease 0s;
  pointer-events: none;
  opacity: 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 11px 38px 0 rgba(50, 51, 63, 0.34);
}

.dropdown.active .dropdown__inner {
  z-index: 1;
  pointer-events: auto;
  opacity: 1;
}

.dropdown_persons .dropdown__inner {
  padding: 20px 25px 10px;
}

.dropdown_room .dropdown__inner {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
}

.dropdown_room .dropdown__inner::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.dropdown_room .dropdown__inner::-webkit-scrollbar {
  width: 6px;
  background: none;
}

.dropdown_room .dropdown__inner::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 3px;
  background: #bfc3cd;
}

.persons-select {
  line-height: 30px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.persons-select:before,
.persons-select:after {
  display: table;
  content: "";
}

.persons-select:after {
  clear: both;
}

.persons-select * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.persons-select__caption {
  float: left;
}

.persons-select__control {
  float: right;
  text-align: right;
}

.persons-select__control span {
  display: inline-block;
  vertical-align: middle;
}

.persons-select__btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #b6bbc6;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.persons-select__btn:hover {
  background-color: #f47231;
}

.persons-select__btn.disabled {
  cursor: default;
  pointer-events: none;
  background-color: #e2e4e8 !important;
}

.persons-select__btn[data-btn='-'] {
  background-image: url("../img/icons/minus.png");
}

.persons-select__btn[data-btn='+'] {
  background-image: url("../img/icons/plus.png");
}

.persons-select__qty {
  font-size: 18px;
  font-weight: 300;
  width: 30px;
  text-align: center;
}

.room-select {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.room-select li {
  position: relative;
  padding: 8px 10px;
  -webkit-touch-callout: none;
}

.room-select span {
  position: relative;
  z-index: 2;
}

.room-select__group {
  font-weight: 500;
  color: #7fb401;
  background: #f5f5f5;
}

.room-select__item {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.room-select__item:hover {
  transition: color 200ms linear, background-color 200ms linear;
  color: #fff;
  background-color: #7fb401;
}

.services__item {
  visibility: hidden;
  opacity: 0;
  position: relative;
  display: block;
  transition: box-shadow 400ms ease 0s;
  text-decoration: none;
}

.services__item.animated {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .services__item {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
  }
}

.services__item img {
  display: block;
  width: 100%;
}

.services__item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.services__item:hover .services__title {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}

.services__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  padding: 12px 40px 12px 75px;
  transition: box-shadow 400ms ease 0s, transform 400ms ease 0s;
  text-transform: uppercase;
  color: #fff;
  background: rgba(52, 53, 51, 0.67) url("../img/icons/circle.png") no-repeat 20px 50%;
}

.about {
  font-size: 16px;
  line-height: 1.5;
  margin: 50px 0;
  padding: 15px 0 20px;
  color: #fff;
  background: #7fb401 url("../img/bg/leaf.png") repeat;
}

.about__advantages {
  display: -ms-flexbox;
  display: flex;
  margin: 24px 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about__advantage {
  visibility: hidden;
  opacity: 0;
}

.about__advantage.animated {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .about__advantage {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
  }
}

.about__num {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  display: block;
  min-width: 120px;
  max-width: 100%;
}

.about__num .small {
  font-size: 22px;
}

.about__desc {
  font-size: 16px;
  font-weight: 700;
}

.about__k {
  position: relative;
  float: right;
  width: 255px;
  max-width: 100%;
  height: 250px;
  margin-right: 30px;
  background: url("../img/bg/k.png") no-repeat 0 50%;
  background-size: contain;
  perspective: 450px;
}

.about__k a {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  position: absolute;
  right: -10px;
  bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  width: 105px;
  height: 95px;
  transition: background 400ms ease 0s, color 400ms ease 0s, transform 400ms ease 0s;
  transform: rotateY(-25deg);
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 6px;
  background: #fff;
  -ms-flex-align: center;
      align-items: center;
}

.about__k a:hover {
  -ms-transform: none;
      transform: none;
  color: #fff;
  background: #f47231;
}

.about__carousel {
  margin: 30px -15px;
}

.about__carousel:before,
.about__carousel:after {
  display: table;
  content: "";
}

.about__carousel:after {
  clear: both;
}

.about__carousel .slick-track {
  padding: 18px 0;
}

.about__carousel .slick-center {
  z-index: 3;
  overflow: hidden;
  -ms-transform: scale(1.25);
      transform: scale(1.25);
  border-radius: 6px;
}

.about__carousel .slick-center img {
  border-radius: 6px;
}

.about__photo {
  position: relative;
  float: left;
  overflow: hidden;
  transition: transform 400ms ease 0s;
  will-change: transform;
}

.reviews {
  margin-bottom: 25px;
}

.reviews__text {
  font-size: 16px;
  position: relative;
  padding: 5px 85px 40px;
  text-align: center;
}

.reviews__text:before,
.reviews__text:after {
  position: absolute;
  width: 41px;
  height: 27px;
  content: '';
  background: url("../img/icons/quote.png") no-repeat 50%;
  background-size: 100%;
}

.reviews__text:before {
  top: 0;
  left: 25px;
}

.reviews__text:after {
  top: 70%;
  right: 25px;
  transform: rotateY(180deg);
}

.reviews__author {
  text-align: center;
}

.reviews__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 3px solid #e8e9ed;
}

.reviews__name span {
  transition: opacity 400ms ease 0s;
  opacity: 0;
}

.reviews__name:after {
  position: absolute;
  top: -3px;
  right: 20%;
  left: 20%;
  height: 3px;
  content: '';
  transition: opacity 400ms ease 0s;
  opacity: 0;
  background: #f47231;
}

.reviews__photo {
  transition: transform 400ms ease 0s;
  will-change: transform;
}

.reviews__photo img {
  display: inline-block !important;
  padding: 2px;
  cursor: pointer;
  border: 2px solid #7fb401;
  border-radius: 50%;
}

.reviews__author-carousel .slick-track {
  padding: 20px 0;
}

.reviews__author-carousel .reviews__photo {
  -ms-transform: scale(0.6);
      transform: scale(0.6);
}

.reviews__author-carousel .slick-center .reviews__name span {
  opacity: 1;
}

.reviews__author-carousel .slick-center .reviews__name:after {
  opacity: 1;
}

.reviews__author-carousel .slick-center .reviews__photo {
  -ms-transform: scale(1);
      transform: scale(1);
}

.last-news {
  line-height: 1.4;
  padding: 15px 0 25px;
  background: #f4f5f6;
}

.last-news__item {
  margin-bottom: 30px;
}

.last-news__preview {
  position: relative;
  display: block;
}

.last-news__preview:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: opacity 400ms ease 0s;
  opacity: 0;
  background: rgba(127, 180, 1, 0.9);
}

.last-news__preview:hover:after {
  opacity: 1;
}

.last-news__preview img {
  display: block;
  width: 100%;
}

.last-news__info {
  padding: 15px 0;
}

.last-news__date {
  font-size: 14px;
  position: relative;
  color: #9c9c9c;
}

.last-news__date:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  content: '';
  vertical-align: middle;
  border-radius: 50%;
  background: #d1d1d1;
}

.last-news__date .fa {
  margin-right: 8px;
  vertical-align: middle;
  color: #7fb401;
}

.last-news__intro {
  padding: 0 20px 20px;
  border-top: 1px solid #7fb401;
  background: #fff;
}

.last-news__title {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin: 25px 0 20px;
  transition: color 400ms ease 0s;
  text-decoration: none;
  color: inherit;
}

.last-news__title:hover {
  color: #7fb401;
}

.last-news__text {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

.last-news__more {
  font-size: 12px;
  font-weight: 700;
  transition: color 400ms ease 0s;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
}

.last-news__more .fa {
  font-size: 14px;
  margin-top: -1px;
  margin-left: 8px;
  vertical-align: middle;
  color: #f47231;
}

.last-news__more:hover {
  color: #f47231;
}

.foot {
  padding: 50px 0 0;
}

.foot__logo {
  margin-bottom: 20px;
}

.foot__copyright {
  font-size: 14px;
  color: #9a9a9a;
}

.foot__bottom {
  padding: 15px 0;
  border-top: 1px solid #f6f4f0;
}

.foot__wh {
  font-size: 14px;
  text-align: right;
  color: #9a9a9a;
}

.foot__wh .fa {
  margin: 0 1px;
  animation: pulse 0.8s infinite;
  color: #ff3d00;
}

.foot__wh a {
  color: #7fb401;
}

.foot .contact__phone a {
  font-size: 18px;
}

.ui-widget.ui-widget-content {
  margin: 3px 0 0;
  padding: 0 0 5px;
  border: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.ui-widget-header {
  font-weight: 500;
  color: #fff;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f47231;
}

.ui-datepicker-group-first .ui-widget-header {
  border-top-left-radius: 10px;
}

.ui-datepicker-group-last .ui-widget-header {
  border-top-right-radius: 10px;
}

.ui-datepicker {
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 11px 38px 0 rgba(50, 51, 63, 0.34);
}

.ui-datepicker:after {
  position: absolute;
  top: 95px;
  bottom: 20px;
  left: 50%;
  display: none;
  width: 1px;
  content: '';
  background: #d7dce5;
}

.ui-datepicker th {
  font-weight: 500;
  padding: 5px 0 10px;
  color: #fff;
  background: #f47231;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0;
  background: none;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 100%;
  margin: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 28px;
  display: block;
  width: 33px;
  height: 33px;
  margin: 0 auto;
  padding: 0;
  transition: border-color 200ms;
  text-align: center;
  color: #333 !important;
  border: 2px solid transparent !important;
  border-radius: 50%;
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
  border: 2px solid #7fb401 !important;
}

td.ui-datepicker-current-day a {
  color: #fff !important;
  border: 2px solid #7fb401 !important;
  background: #7fb401 !important;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1;
  padding: 10px 0;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  font-size: 24px;
  top: 1px !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 0 !important;
  background: none !important;
}

.ui-datepicker-next span,
.ui-datepicker-prev span {
  display: none !important;
}

.ui-datepicker-next:before,
.ui-datepicker-prev:before {
  font-family: FontAwesome;
  color: #fff;
}

.ui-datepicker-prev {
  left: 2px !important;
}

.ui-datepicker-prev:before {
  content: '\f104';
}

.ui-datepicker-next {
  right: 2px !important;
}

.ui-datepicker-next:before {
  content: '\f105';
}

.datepicker_in:before,
.datepicker_out:before {
  position: absolute;
  top: -19px;
  left: 137px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-width: 0 12px 19px 12px;
  border-style: solid;
  border-color: transparent transparent #f47231 transparent;
}

.booking__control_checkbox input {
  display: none;
}

.booking__control_checkbox label {
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  display: block;
  margin: 10px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
  text-transform: none;
}

.booking__control_checkbox label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  background: url("../img/icons/checkbox.png") no-repeat 0 0;
}

.booking__control_checkbox input:checked + label:before {
  background-position: 0 100%;
}

.booking__control_checkbox label span {
  font-size: 12px;
  font-style: italic;
  display: block;
}

.booking__control label i {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0 0 6px;
  cursor: help;
  vertical-align: middle;
  background: url("../img/icons/info.png") no-repeat 0 0;
}

.form-tooltip {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 360px;
  line-height: 1.6;
  margin: -10px 0 0 -180px;
  padding: 10px 0 0;
  transition: opacity 300ms linear, margin 150ms ease;
  opacity: 0;
}

.form-tooltip-content {
  position: relative;
  display: none;
  padding: 20px 15px;
  transition: all 400ms ease 0s;
  white-space: normal;
  text-transform: none;
  color: #333;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.form-tooltip-content:after {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 1px 0 0 -4px;
  content: '';
  border-width: 0 12px 12px 12px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.booking__control label i:hover .form-tooltip {
  z-index: 5;
  visibility: visible;
  margin-top: 0;
  animation: fadeInDown 0.6s;
  opacity: 1;
}

.booking__control label i:hover .form-tooltip-content {
  display: block;
  box-shadow: 0 11px 38px 0 rgba(50, 51, 63, 0.34);
}

.form-tooltip p {
  margin: 0 !important;
}

.form-tooltip {
  line-height: 1.9;
}

.preview3d {
  position: relative;
  display: inline-block;
}

.preview3d:after {
  content: '';
  transition: opacity 400ms ease 0s, border-color 400ms ease 0s;
  opacity: 0.5;
  border: 3px solid transparent;
  background: url("../img/icons/playbtn.png") no-repeat 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.preview3d:hover:after {
  opacity: 1;
  border-color: #f47231;
}

.price-table {
  margin: 15px 0;
  text-align: left;
}

.price-table td {
  padding: 5px 3px;
}

.price-table tr:nth-child(even) {
  border-top: 1px solid #f47231;
  background: #ffd4a6;
}

.price-table tr {
  transition: background 200ms ease-in;
}

.price-table td {
  vertical-align: middle;
}

.price-table tr:hover {
  color: #fff;
  background: #f47231;
}

.price-table thead {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  background: #7fb401;
}

.price-table tbody {
  display: none;
}

.price-table th {
  padding: 5px;
}

.heading {
  margin-bottom: 30px;
  padding: 30px 0;
  background: #f4f5f6;
}

.heading__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 40px;
  background: url("../img/icons/flow_gray.png") no-repeat 0 50%;
}

.breadcrumb {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  color: #999999;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb .divider {
  display: inline-block;
  margin: 0 5px;
}

.breadcrumb a {
  transition: color 400ms ease 0s;
  text-decoration: none;
  color: inherit;
}

.breadcrumb a:hover {
  color: #7fb401;
}

.sidebar {
  margin: 0 0 30px;
}

.blog__preview a {
  position: relative;
  display: block;
}

.blog__preview a img {
  display: block;
  width: 100%;
}

.host-photo .jcepopup:after {
  position: absolute;
  visibility: hidden;
  content: '';
  transition: all 200ms ease-in;
  opacity: 0;
  background: #f47231 url("../img/icons/zoom.png") no-repeat center center;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.host-photo .jcepopup:before {
  visibility: hidden;
  content: '';
  border-bottom: 3px solid #f47231;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.host-photo .jcepopup:hover:before {
  visibility: visible;
}

.host-photo .jcepopup:hover:after {
  visibility: visible;
  opacity: 0.5;
}

.phocagallery-box-file img {
  width: 300px !important;
  height: 215px !important;
}

.host-photo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -5px 25px;
}

.host-photo a {
  position: relative;
  display: block;
  padding: 5px;
}

.host-photo a img {
  display: block;
  width: 100%;
}

.price-table {
  width: 100%;
}

#ya-map {
  width: 100%;
  background: #eee url("../img/icons/loader.gif") no-repeat 50%;
  height: 600px;
}

.c-info {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  margin-bottom: 20px;
}

.c-info__icon {
  color: #f47231;
  position: absolute;
  top: 0;
  left: 0;
}

.c-info__title {
  font-weight: 500;
}

.blog__item {
  margin-bottom: 30px;
}

.blog__preview {
  margin-bottom: 20px;
}

.blog__thumb {
  display: block;
}

.blog__thumb:after {
  content: '';
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #7fb401;
  opacity: 0;
  transition: opacity 400ms ease 0s;
}

.blog__thumb:hover:after {
  opacity: 0.9;
}

.blog__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.blog__title a {
  color: inherit;
  text-decoration: none;
  transition: color 400ms ease 0s;
  display: inline-block;
}

.blog__title a:hover {
  color: #7fb401;
}

.blog__info {
  padding: 10px 0;
}

.blog__info_page {
  margin-top: -20px;
}

.blog__date {
  font-size: 14px;
  position: relative;
  color: #9c9c9c;
}

.blog__date:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  content: '';
  vertical-align: middle;
  border-radius: 50%;
  background: #d1d1d1;
}

.blog__date .fa {
  margin-right: 8px;
  vertical-align: middle;
  color: #7fb401;
}

.blog__intro {
  color: #4b4b4b;
}

.blog__more a {
  font-size: 12px;
  font-weight: 700;
  transition: color 400ms ease 0s;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
}

.blog__more a .fa {
  font-size: 14px;
  margin-top: -1px;
  margin-left: 8px;
  vertical-align: middle;
  color: #f47231;
}

.blog__more a:hover {
  color: #f47231;
}

.faq__item {
  position: relative;
  margin-bottom: 10px;
  background: #f7f7f7;
  padding-bottom: 1px;
  min-height: 60px;
}

.faq__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 18px 95px;
  transition: color 400ms ease 0s;
}

.faq__text {
  padding: 0 95px;
}

.faq__quest {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 18px;
  background: #f1f1f1;
  width: 60px;
  height: 100%;
  line-height: 1;
  font-size: 18px;
  color: #9c9c9c;
  transition: background-color 400ms ease 0s, color 400ms ease 0s;
}

.faq__toggle {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 60px;
  padding-top: 18px;
  line-height: 1;
  color: #9c9c9c;
  font-size: 18px;
  transition: color 400ms ease 0s;
}

.faq__toggle:before {
  content: '\f067';
  font-family: FontAwesome;
}

.faq__spoiler {
  cursor: pointer;
}

.faq__spoiler:hover .faq__title {
  color: #7fb401;
}

.faq__spoiler:hover .faq__toggle {
  color: #7fb401;
}

.faq__spoiler.active .faq__quest {
  color: #fff;
  background: #7fb401;
}

.faq__spoiler.active .faq__toggle:before {
  content: '\f068';
}

.grid__item {
  position: relative;
  margin-bottom: 30px;
}

.grid__item img {
  display: block;
  width: 100%;
}

.grid__item a {
  text-decoration: none;
  display: block;
  position: relative;
}

.grid__item a:after {
  content: '';
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: opacity 300ms ease;
}

.grid__item:hover a:after {
  opacity: 0.4;
}

.grid__item:hover .grid__text {
  opacity: 1;
}

.grid__inner {
  position: absolute;
  left: 25px;
  top: 25px;
  right: 25px;
  z-index: 2;
}

.grid__title {
  background: #7fb401;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
  display: inline-block;
}

.grid__text {
  opacity: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  transition: opacity 400ms ease;
}

.gallery__item {
  margin-bottom: 30px;
}

.gallery__item img {
  display: block;
  border-radius: 7px;
  width: 100%;
}

.review {
  background: #f7f7f7 url("../img/icons/quote-gray.png") no-repeat 98% 5%;
  border-left: 4px solid #7fb401;
  margin-bottom: 30px;
  padding: 25px;
}

.review p {
  margin: 0;
}

.review__info {
  margin-bottom: 20px;
}

.review__author {
  font-weight: 700;
  display: inline-block;
}

.review__date {
  font-weight: 300;
  margin: 0 10px;
  font-size: 14px;
  display: inline-block;
}

.review__text {
  margin-bottom: 10px;
}

.review__text,
.review__answer {
  font-size: 14px;
}

.review__answer {
  font-style: italic;
}

.review__rate {
  display: inline-block;
  width: 68px;
  height: 11px;
  background: url("../img/icons/rate-small.png") no-repeat 0 0;
}

.review__rate[data-current="1"] {
  background-position: 0 -11px;
}

.review__rate[data-current="2"] {
  background-position: 0 -21px;
}

.review__rate[data-current="3"] {
  background-position: 0 -32px;
}

.review__rate[data-current="4"] {
  background-position: 0 -43px;
}

.review__rate[data-current="5"] {
  background-position: 0 100%;
}

.reviews-add__left {
  float: left;
  width: 195px;
  margin-right: 45px;
}

.reviews-add__right {
  overflow: hidden;
}

.reviews-add__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
}

.reviews-add__notice {
  font-size: 14px;
  line-height: 1.4;
}

.reviews-form__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.reviews-form label {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}

.reviews-form label.required:after {
  content: '*';
  color: red;
}

.reviews-form__control {
  margin-bottom: 25px;
}

.reviews-form__control_submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.reviews-form input[type='text'],
.reviews-form textarea {
  display: block;
  border: 2px solid #bfc3cd;
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  outline: 0;
  transition: border-color 400ms ease 0s;
  font-family: inherit;
}

.reviews-form input[type='text']:focus,
.reviews-form textarea:focus {
  border-color: #7fb401;
}

.reviews-form input[type='text'] {
  height: 50px;
  width: 170px;
  line-height: 46px;
}

.reviews-form textarea {
  width: 100%;
  min-height: 160px;
}

.reviews-form__offer {
  font-size: 14px;
  line-height: 1.4;
}

.reviews-form__submit {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  width: 215px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  cursor: pointer;
  transition: box-shadow 400ms ease 0s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 3px;
  outline: 0;
  background: #f47231;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.reviews-form__submit:hover {
  box-shadow: 0px 10px 21px 0px rgba(212, 82, 17, 0.42);
}

.reviews-form__submit:active {
  background-color: #f36119;
}

.rate {
  width: 135px;
  height: 20px;
  background: url("../img/icons/rate.png") no-repeat 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.rate[data-current="1"] {
  background-position: 0 -22px;
}

.rate[data-current="2"] {
  background-position: 0 -43px;
}

.rate[data-current="3"] {
  background-position: 0 -64px;
}

.rate[data-current="4"] {
  background-position: 0 -85px;
}

.rate[data-current="5"] {
  background-position: 0 100%;
}

.rate__star {
  display: block;
  width: 30px;
  height: 100%;
  cursor: pointer;
}

.foot {
  position: relative;
}

.foot:after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: -235px;
  right: 0;
  width: 293px;
  height: 288px;
  background: url("../img/bg/leaf-foot.png") no-repeat 50%;
  background-size: 100%;
}

.reviews {
  position: relative;
}

.reviews:after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 250px;
  left: 0;
  bottom: -90px;
  height: 323px;
  background: url("../img/bg/leaf-reviews.png") no-repeat 50%;
  background-size: 100%;
}

.about {
  position: relative;
}

.about:after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 164px;
  height: 194px;
  left: 0;
  top: -194px;
  background: url("../img/bg/leaf-left.png") no-repeat 50%;
  background-size: 100%;
}

.advantages {
  position: relative;
}

.advantages:after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 158px;
  height: 152px;
  right: 0;
  top: 70%;
  background: url("../img/bg/leaf-right.png") no-repeat 50%;
  background-size: 100%;
}

.heading {
  position: relative;
}

.heading:before,
.heading:after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.heading:before {
  left: 0;
  top: 100%;
  width: 164px;
  height: 194px;
  background: url("../img/bg/leaf-left.png") no-repeat 50%;
  background-size: 100%;
}

.heading:after {
  width: 158px;
  height: 152px;
  right: 0;
  top: 100%;
  background: url("../img/bg/leaf-right.png") no-repeat 50%;
  background-size: 100%;
}

.room__intro {
  background: #f4f5f6;
  overflow: hidden;
  margin-bottom: 30px;
}

.room__preview {
  box-shadow: 4px 0 14px 2px rgba(0, 0, 0, 0.2);
}

.room__preview img {
  width: 100%;
}

.room__preview a {
  position: relative;
}

.room__preview a:before {
  content: '';
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/icons/zoom-room.png") no-repeat 50% 50%;
  z-index: 4;
}

.room__short {
  padding: 25px 25px 25px 20px;
}

.room__order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.room__price {
  font-size: 14px;
  line-height: 1.2;
}

.room__price span {
  display: block;
  color: #f47231;
  font-weight: 700;
  font-size: 26px;
}

.room__desc {
  padding: 35px 0 20px;
  border-bottom: 1px solid #e1e5ee;
  font-size: 14px;
  line-height: 1.7;
}

.room__btn {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  display: block;
  width: 215px;
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  cursor: pointer;
  cursor: pointer;
  transition: box-shadow 400ms ease 0s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 3px;
  outline: 0;
  background: #f47231;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.room__btn:hover {
  box-shadow: 0px 10px 21px 0px rgba(212, 82, 17, 0.42);
}

.room__btn:active {
  background-color: #f36119;
}

.room__advantages {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 75%;
}

.room__advantages:before,
.room__advantages:after {
  display: table;
  content: "";
}

.room__advantages:after {
  clear: both;
}

.room__advantages li {
  float: left;
}

.room__advantages li:nth-child(3n) {
  clear: left;
}

.r-advantage {
  margin-top: 25px;
  width: 50%;
}

.r-advantage:before,
.r-advantage:after {
  display: table;
  content: "";
}

.r-advantage:after {
  clear: both;
}

.r-advantage__icon {
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 15px;
  border: 1px solid #e3e3e3;
  position: relative;
  border-radius: 50%;
}

.r-advantage__icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}

.r-advantage__desc {
  overflow: hidden;
  line-height: 1.4;
}

.r-advantage__title {
  font-weight: 700;
  font-size: 16px;
}

.r-advantage__text {
  color: #999999;
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/*!----------------------------------------------------------------
 * Utilities
/* --------------------------------------------------------------*/

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-accent {
  font-weight: 500;
  text-transform: uppercase;
  color: #f47231;
}

.text-highlight {
  color: #f47231;
}

.text-muted {
  color: #999;
}

.text-white {
  color: #fff;
}

.text-nowrap {
  white-space: nowrap;
}

.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.d-block {
  display: block;
}

.d-iblock {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.p-absolute {
  position: absolute;
}

.p-relative {
  position: relative;
}

.rounded {
  border-radius: 5px;
}

.c-accent {
  color: #f47231;
}

.c-primary {
  color: #7fb401;
}

.c-gray {
  color: #666;
}

.text-large {
  font-size: 30px;
}

/*!----------------------------------------------------------------
 * No JS
/* --------------------------------------------------------------*/

html.no-js * {
  transition: none !important;
  animation: none !important;
}

.slider:not(.slick-initialized) .slider__item:not(:first-child) {
  display: none;
}

.about__carousel:not(.slick-initialized) {
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
}

.about__carousel:not(.slick-initialized) .about__photo:nth-child(n+6) {
  display: none;
}

.about__carousel:not(.slick-initialized) .about__photo:nth-child(3) {
  -ms-transform: scale(1.25);
      transform: scale(1.25);
  position: relative;
  z-index: 3;
}

.reviews__text-carousel:not(.slick-initialized) .reviews__text:not(:first-child) {
  display: none;
}

.reviews__author-carousel:not(.slick-initialized) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 18px 0;
}

.reviews__author-carousel:not(.slick-initialized) .reviews__author:nth-child(n+6) {
  display: none;
}

.reviews__author-carousel:not(.slick-initialized) .reviews__author:nth-child(3) .reviews__photo {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
}

@media (max-width: 576px) {
  .head__worktime:not(.slick-initialized) .worktime:not(:first-child) {
    display: none;
  }
}

/*!----------------------------------------------------------------
 * Responsive
/* --------------------------------------------------------------*/

.hidden-md {
  display: none;
}

@media (max-width: 1650px) {
  .advantages:before,
  .advantages:after,
  .heading:before,
  .heading:after,
  .about:before,
  .about:after,
  .reviews:before,
  .reviews:after,
  .foot:before,
  .foot:after {
    display: none;
  }
}

@media (min-width: 1650px) {
  body,
  html {
    height: 100%;
    min-height: 850px;
  }

  .wrap {
    min-height: 100%;
    padding-bottom: 185px;
  }

  .foot {
    margin-top: -185px;
  }
}

@media (max-width: 1200px) {
  .logo img {
    margin-right: 10px;
  }

  .section-title {
    font-size: 28px;
    margin: 25px auto;
  }

  .datepicker_in:before,
  .datepicker_out:before {
    left: 103px;
  }

  .head__logo {
    padding-right: 0;
    padding-left: 0;
  }

  .head__logo .logo {
    margin-left: 0;
  }

  .head__search {
    right: -25px;
  }

  .nav_head.translate {
    left: -50%;
  }

  .nav_head > li > a {
    padding: 0 16px;
  }

  .slider .slick-dots {
    margin: 0;
    width: 100%;
    left: 0;
    text-align: center;
  }

  .slider__content {
    bottom: 105px;
  }

  .advantages__item {
    font-size: 16px;
  }

  .advantages__text {
    padding-right: 30px;
    padding-left: 30px;
  }

  .booking__group_contacts .booking__control {
    width: 190px;
  }

  .booking__group_contacts .booking__control_message {
    width: 225px;
  }

  .booking__control {
    margin-left: 10px;
  }

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

  .booking__control_crib {
    margin-right: 51px;
    margin-left: 20px;
  }

  .booking__notice {
    margin-top: 25px;
  }

  .services__title {
    padding: 12px 30px 12px 65px;
  }

  .about__advantages {
    margin-right: 0;
    margin-left: 0;
  }

  .about__num {
    font-size: 66px;
  }

  .about__k {
    margin-right: 0;
  }

  .reviews__text {
    font-size: 14px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .reviews__text:before {
    left: 0;
  }

  .reviews__text:after {
    right: 0;
  }

  .last-news__intro {
    padding-right: 15px;
    padding-left: 15px;
  }

  .last-news__title {
    font-size: 16px;
  }

  .last-news__text {
    font-size: 14px;
    line-height: 1.4;
  }

  .nav_foot {
    width: 100%;
  }

  .reviews-add__left {
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }

  .reviews-add__left p {
    margin: 0 0 10px;
  }

  .reviews-add__title {
    margin-bottom: 10px;
  }

  .room__advantages {
    max-width: 60%;
  }
}

@media (max-width: 1075px) {
  .nav_head > li > a {
    font-size: 14px;
  }

  .head__search {
    right: -10px;
  }
}

@media (max-width: 991px) {
  .sidebar {
    display: none;
  }

  button,
  select,
  textarea,
  a,
  .btn,
  [class*='__btn'] {
    transition: none !important;
  }

  .visible-md {
    display: none;
  }

  .hidden-md {
    display: block;
  }

  .contact__phone {
    font-size: 12px;
  }

  .logo span {
    display: none;
  }

  .heading__title {
    font-size: 24px;
    padding-left: 30px;
  }

  .worktike {
    padding-top: 5px;
  }

  .head__middle {
    padding: 20px 0;
  }

  .head__worktime {
    padding: 0 15px;
  }

  .nav_head > li > a {
    font-size: 13px;
    padding: 0 8px;
  }

  .nav_sub a {
    font-size: 14px;
    padding: 10px;
  }

  .slider__title {
    font-size: 30px;
  }

  .slider__text {
    font-size: 16px;
  }

  .advantages {
    margin-bottom: 20px;
    padding: 20px 0 10px;
  }

  .advantages__item {
    font-size: 14px;
  }

  .advantages__text {
    padding: 15px;
  }

  .advantages .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .booking__label {
    min-height: 0;
  }

  .booking__prev {
    margin: 7px 0 18px;
  }

  .booking__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .booking__group_additional {
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .booking__group_total {
    margin: 0;
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .booking__group_total .booking__summ {
    -ms-flex-order: -1;
        order: -1;
  }

  .booking__group_total .booking__offer {
    width: 100%;
    margin-top: 10px;
    -ms-flex-order: 2;
        order: 2;
  }

  .booking__group_total .booking__control_submit {
    -ms-flex-order: 1;
        order: 1;
  }

  .booking__control {
    width: 48% !important;
    margin: 0 0 10px;
  }

  .booking__control_checkbox label {
    margin: 0;
  }

  .booking__control_submit {
    margin-bottom: 0;
  }

  .booking__summ {
    line-height: 50px;
    width: 48%;
    height: 50px;
  }

  .booking__notice {
    margin: 15px 0;
  }

  .form-tooltip {
    font-size: 13px;
    width: 320px;
  }

  .datepicker_in:before,
  .datepicker_out:before {
    left: 221px;
  }

  .services__item {
    margin-bottom: 30px;
  }

  .about {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .about__num {
    font-size: 44px;
  }

  .about__k {
    height: 210px;
  }

  .about__k a {
    font-size: 14px;
    bottom: 35px;
    width: 70px;
    height: 70px;
  }

  .about__advantages {
    margin: 15px 10px 0;
  }

  .reviews__text {
    padding: 0 35px 20px;
  }

  .reviews__text:before,
  .reviews__text:after {
    width: 30px;
  }

  .reviews__photo {
    -ms-transform: scale(0.5);
        transform: scale(0.5);
  }

  .ui-datepicker .ui-datepicker-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

@media (max-width: 768px) {
  .logo span {
    display: block;
  }

  .contact__phone span {
    display: none;
  }

  .contact__phone a {
    margin-left: 0;
  }

  .room__advantages {
    max-width: 100%;
  }



  .worktime {
    font-size: 11px;
  }

  .worktime__inner {
    padding-left: 18px;
  }

  .head__logo {
    margin-bottom: 15px;
    text-align: center;
  }

  .head__worktime {
    padding: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .head__nav {
    position: relative;
    height: auto;
  }

  .head__nav .container {
    max-width: 100%;
    width: 100%;
  }

  .head__nav [class*='col-'] {
    position: static;
  }

  .head__nav [class*='col-']:first-child {
    padding-top: 55px;
  }

  .head__search {
    line-height: 36px;
    top: 8px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .head__search button {
    line-height: 36px;
    padding: 0 10px;
  }

  .nav_head {
    display: none;
  }

  .advantages__item {
    width: 50%;
  }

  .booking__control {
    width: 100% !important;
    padding: 0;
  }

  .booking__summ {
    width: 100%;
    margin-top: 5px;
  }

  .booking__summ_details {
    margin-bottom: 15px;
  }

  .booking__summ_total {
    margin-bottom: 10px;
  }

  .booking__offer {
    font-size: 12px;
  }

  .about__k {
    display: none;
  }

  .reviews__text {
    padding: 0 24px 20px;
  }

  .reviews__text:before,
  .reviews__text:after {
    width: 18px;
  }

  .foot {
    padding-top: 20px;
  }

  .foot__logo {
    margin-bottom: 25px;
    text-align: center;
  }

  .foot .contact__phone {
    float: none;
    text-align: center;
  }

  .foot .contact__phone span {
    display: inline-block;
    margin-right: 8px;
  }

  .foot .contact__phone a {
    display: block;
  }

  .foot__bottom {
    margin-top: 10px;
    padding: 10px 0;
  }

  .foot__copyright,
  .foot__wh {
    font-size: 12px;
    text-align: center;
  }

  .nav_foot {
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
  }

  .section-title {
    font-size: 26px;
    margin: 20px auto;
  }

  .slider__item {
    height: 400px;
  }

  .js-nav-toggle {
    display: block;
  }

  .nav_head {
    position: relative;
    z-index: 5;
    left: 0 !important;
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    background: #7fb401;
  }

  .nav_head li {
    display: block;
    width: 100%;
  }

  .nav_head > li > a {
    line-height: 60px;
    border-top: 1px solid #75a501;
  }

  .nav_head > li > a:after,
  .nav_head > li > a:before {
    display: none !important;
  }

  .nav_sub {
    position: relative;
    z-index: 6;
    top: 0 !important;
    right: auto;
    bottom: auto;
    left: 0 !important;
    display: block;
    visibility: visible;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    transition: none !important;
    -ms-transform: none !important;
        transform: none !important;
    white-space: normal;
    opacity: 1;
    background: #fff;
    box-shadow: none !important;
  }

  .nav_sub li:hover > a,
  .nav_sub li.active > a,
  .nav_sub li.current > a {
    background: #f47231;
  }

  .nav_sub a {
    line-height: 60px;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
  }

  .nav_sub a:after {
    display: none;
  }

  .nav_sub .nav_sub {
    background: #f3f3f3;
  }

  .nav_head,
  .nav_sub {
    display: none;
  }

  .slider .slick-current .container {
    animation: fadeIn 1s !important;
  }

  .reviews-form__group {
    display: block;
  }

  .reviews-form__control {
    margin-bottom: 15px;
  }

  .reviews-form__control_submit {
    display: block;
    text-align: center;
  }

  .reviews-form__submit {
    display: inline-block;
  }

  .reviews-form__offer {
    margin-bottom: 10px;
  }

  .reviews-form input[type='text'] {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .room__order {
    display: block;
  }

  .r-advantage {
  	width:  100%;
  }

  .room__advantages li {
    float: none;
  }

  .room__btn {
    margin: 15px 0 0;
  }

  .room__desc {
    padding: 15px 0;
  }

  table {
    display: block;
    overflow-x: scroll;
  }

  body {
    font-size: 14px;
    line-height: 1.4;
  }

  .c-info {
    font-size: 14px;
  }

  #ya-map {
    height: 330px;
    margin-bottom: 20px;
  }

  .heading {
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .heading__title {
    font-size: 21px;
  }

  .breadcrumb {
    font-size: 12px;
  }

  .breadcrumb .divider {
    margin: 0 3px;
  }

  .faq__title {
    font-size: 16px;
    padding: 18px 40px;
  }

  .faq__text {
    padding: 0 40px;
  }

  .faq__quest,
  .faq__toggle {
    width: 30px;
  }

  .nav_content {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .nav_content li {
    margin: 0 10px 15px;
  }

  .head__middle {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .head__worktime {
    display: block;
    text-align: center;
  }

  .worktime {
    font-size: 13px;
    margin: 0 0 10px;
  }

  .worktime__inner {
    margin-left: -8px;
    padding-left: 20px;
    padding-top: 6px;
  }

  .reviews__text {
    padding: 0 0 25px;
    text-align: left;
  }

  .reviews__text:before,
  .reviews__text:after {
    display: none;
  }

  .slider__item {
    height: 370px;
  }

  .slider__item .container {
    text-align: center !important;
  }

  .slider__content {
    right: 10px;
    left: 10px;
  }

  .slider__box {
    padding: 15px;
    border-radius: 5px;
  }

  .slider__title {
    font-size: 26px;
  }

  .slider__text {
    font-size: 14px;
  }

  .form-tooltip {
    font-size: 12px;
    width: 255px;
  }

  .about__carousel {
    margin: 0;
  }

  .about__advantages {
    margin: 0;
    text-align: center;
  }

  .about__advantage {
    text-align: left;
    width: auto;
    margin: 0 0 20px;
  }

  .about__photo {
    padding: 0 30px;
    -ms-transform: none !important;
        transform: none !important;
  }

  .about__photo .fancy-img {
    border-radius: 6px;
    width: 100%;
  }

  .about__photo .fancy-img img {
    width: 100%;
  }

  .about__num {
    font-size: 56px;
  }

  .nav_foot {
    display: block;
    text-align: center;
    white-space: normal;
  }

  .nav_foot li {
    display: inline-block;
    width: auto;
    margin: 0 5px 14px;
  }

  .contact_head {
    line-height: 31px;
  }

  .contact_head .contact__address,
  .contact_head .contact__vk {
    width: 50%;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #ccc;
  }

  .contact_head .contact__vk {
    border-left: 1px solid #ccc;
  }

  .contact_head .contact__phone {
    float: none;
    clear: both;
    padding: 0;
    text-align: center;
    border: 0;
  }

  .contact_head .contact__phone span {
    display: inline-block;
    margin-right: 8px;
  }

  .last-news {
    padding-bottom: 0;
  }

  .review {
    background-image: none;
    padding: 15px;
    border-left-width: 3px;
  }

  .review__name {
    display: block;
  }

  .review__date {
    margin: 0 10px 0 0;
  }

  .review__info {
    margin: 0 0 10px;
  }
}

@media (max-width: 992px) {
	#ya-map {
		margin-bottom: 20px;
	}
}

.price-table {
	border-collapse: collapse;
}

.price-table th,
.price-table td {
	padding:  8px;
}

.tl-wrapper {
  background: #f3f3f4;
  z-index: 1000;
}

#tl-search-form {
  margin: 0 auto;
  max-width: 1140px;
}

.tl-wrapper:after {
  z-index: 1;
  position:  absolute;
  content: '';
  width: 100%;
  display: block;
  box-shadow: 3px 1px 3.5px 0.5px rgba(0, 0, 0, 0.51);
}

.nav_head > li.item-154 {
  background-color: #d4752d;
  z-index: 5;
}

.nav_head > li.item-154.current > a,
.nav_head > li.item-154:hover > a {
  background-color: #b96e35;
}

.nav_head > li.item-154.active > a,
.nav_head > li.item-154 > a:before {
  background: none;
}

.nav_aside li.active > a:after, .nav_aside li.current > a:after, .nav_aside li:hover > a:after {
	opacity: 1;
}