.all-objects-in-map #indexmap,
.modal-body #indexmap {
    height: 480px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-body.showinfoContact {
  padding: 10px 15px;
}

.float-right {
  float: right;
}

.modal-body.showinfoContact .gray-text {
  margin-top: 10px;
}
.modal-body.showinfoContact p {
  margin-bottom: 10px;
  line-height: 1.3;
}
.modal-content {
  border-radius: 0;
}

input[type="checkbox"] {
  opacity: 0;
  margin: 0;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}

input[type="checkbox"] + span::before {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 2px;
  border:1px solid #cccdcb;
  display: inline-block;
  vertical-align: top;
  content: '';
  position: relative;
  top:2px;
  margin-right: 12px;
  cursor: pointer;
}

input[type="checkbox"]:checked + span::before {
  background: #618c38;
  border-color: #618c38;
}

.spoil {
  display: none;
}

.leftImg {
  float: left;
  margin: 0 15px 10px 0;
}

.rightImg {
  float: right;
  margin: 0 0 10px 15px;
}

.spoil-wrap.on .spoil {
  display: block;
}

.spoil-wrap.spoil-wrap-mobile {
  max-height: 250px;
  overflow: hidden;
}

.spoil-wrap.spoil-wrap-mobile.on {
  max-height: none;
  overflow: visible;
}

.spoil-wrap.on tr.spoil {
  display: table-row;
}

.ru-symbol {
  position: relative;
  display: inline;
}

.padding-0 {
  padding: 0 !important;
}

.ru-symbol::after {
  display: block;
  content:'';
  width: 70%;
  height:0;
  border-bottom: 1px solid;
  position: absolute;
  left:0px;
  bottom: 30%;
}

.flexgrid {
  width: 100%;
  margin-top: -20px;
  margin-left: -17px;
}



.flexcontainer {
  display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
  flex-direction: row;
}

.flexcell {
  -webkit-flex: 1 0 0;
   flex: 1 0 0;
   position: relative;

}

.content_collapsar.on {
  display: none;
}

.material-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.br-wrapper {
  position: relative;
  z-index: 10;
  text-align: right;

}

.mt {
  margin-top: 15px;
}

.site-header {
  padding: 15px 0;
}

.index-page__site-header {
  padding-top: 50px;
}

.logo__site-header,
.logo__index-page__site-header {
  text-align: center;
}

.logo__index-page__site-header span,
.logo__index-page__site-header a,
.logo__site-header a,
.logo__site-header span {
  display: inline-block;
  width: 213px;
  height: 48px;
  vertical-align: middle;
}

.logo__site-header a,
.logo__site-header span {
  background-position:0 0;
}

.logo__index-page__site-header span,
.logo__index-page__site-header a {
  background-position:0 -96px;
}

.logo__site-footer {
  min-width: 170px;
  height: 39px;
  display: inline-block;
}

.tagline {
  font-size: 13px;
  text-align: center;
  margin: 8px 40px 0 40px;
  line-height: 1.4;
}

.site-nav {
  margin-top: 5px;
  text-align: center;
}

.trigger__mobile__site-nav {
  cursor: pointer;
  color:#618c38;
  font-size: 48px;
}

.content__mobile__site-nav {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 5;
  width: 100%;
  left: 0;
  padding: 32px 22px 22px 22px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.on .content__mobile__site-nav {
  display: block;
}

.content__mobile__site-nav .btn {
  display: block;
}

.content__mobile__site-nav .btn-default {
  margin-bottom: 12.5px;
}

.content__mobile__site-nav .btn-transparent {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}

.sign__group__collapsar {
  display: inline-block;
  vertical-align: top;
}

.btn__add-tbase {
  vertical-align: top;
  margin-top: 0;
}

.trigger__sign__group__collapsar {
    color:#333;
    font-size: 11.5px;
    letter-spacing: 0;
    margin-top: 1.5px;
}

.trigger__sign__group__collapsar .material-icons {
    font-size: 1.6rem;
    position: relative;
    top:-2px;
}

.all-objects-in-map {
  position: relative;
}

.all-objects-in-map .rumap-wrap {
    height:480px;
}

.title__all-objects-in-map {
    position: absolute;
    z-index: 1;
    top:0;
    left: 0;
    width: 100%;
    color:#fff;
    font-weight: 700;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    line-height: 36px;
    padding: 15px;
}

.inner-page-header__section__site-main {
  position: relative;
  color:#fff;

  overflow: hidden;
}

.inner-page-header__section__site-main.section__site-main {
  padding: 30px 0;
}

.inner-page-header__section__site-main a {
  color:#fff;
}

.inner-page-header__section__site-main.admin-panel .breadcrumb a,
.inner-page-header__section__site-main.admin-panel .breadcrumb li {
  color:#000;
}

.table.table-striped.table-bordered td 
{ padding: 10px; }

.base-services-preview {
  font-size: 0;
  letter-spacing: -5px;
  margin-left: -5px;
  margin-top: 35px;
}

.base-services-preview span {
  width:28px;
  height: 28px;
  background: url('../images/base-icons.png') no-repeat 0 0;
  display: inline-block;
  vertical-align: top;
  border:1px solid #fff;
  border-radius: 100px;
  letter-spacing: 0;
  margin-left: 5px;
  margin-top: 5px;
}

.base__adv-search .base-services-preview {
  margin-bottom: 30px;
}

.base__adv-search .base-services-preview span {
  border-color:#a1a39f;
}
.base__adv-search .base-services-preview .service-1,
.base-services-preview .service-1 {
    background-position: 6px 6px;
}
.base-services-preview .service-0 {
  background: url('../images/base-moderate.png') no-repeat 50%;
}
.base-services-preview .service-10 {
  background-position: -292px 5px;
}
.base-services-preview .service-3 {
  background-position: -27px 6px;
}
.base-services-preview .service-4 {
  background-position: -60px 6px;
}
.base-services-preview .service-5 {
  background-position: -93px 5px;
}
.base-services-preview .service-6 {
background-position: -126px 6px;
}
.base-services-preview .service-2 {
  background-position: -161px 4px;
}
.base-services-preview .service-7 {
  background-position: -192px 5px;
}
.base-services-preview .service-8 {
  background-position: -226px 5px;
}
.base-services-preview .service-9 {
  background-position: -259px 5px;
}
.base-services-preview .service-11 {
  background-position: -325px 5px;
}
.base-services-preview .service-12 {
  background-position: -356px 5px;
}
.base__adv-search .base-services-preview .service-1,
.base-services-preview .service-1:hover {
  background-position: 6px -18px;
}
.base__adv-search .base-services-preview .service-10,
.base-services-preview .service-10:hover {
  background-position: -292px -18px;
}
.base__adv-search .base-services-preview .service-3,
.base-services-preview .service-3:hover {
  background-position: -27px -18px;
}
.base__adv-search .base-services-preview .service-4,
.base-services-preview .service-4:hover {
  background-position: -60px -18px;
}
.base__adv-search .base-services-preview .service-5,
.base-services-preview .service-5:hover {
  background-position: -93px -19px;
}
.base__adv-search .base-services-preview .service-6,
.base-services-preview .service-6:hover {
  background-position: -126px -18px;
}
.base__adv-search .base-services-preview .service-2,
.base-services-preview .service-2:hover {
  background-position: -161px -19px;
}
.base__adv-search .base-services-preview .service-7,
.base-services-preview .service-7:hover {
  background-position: -192px -18px;
}
.base__adv-search .base-services-preview .service-8,
.base-services-preview .service-8:hover {
  background-position: -226px -18px;
}
.base__adv-search .base-services-preview .service-9,
.base-services-preview .service-9:hover {
  background-position: -259px -18px;
}
.base__adv-search .base-services-preview .service-11,
.base-services-preview .service-11:hover {
  background-position: -325px -18px;
}
.base__adv-search .base-services-preview .service-12,
.base-services-preview .service-12:hover {
  background-position: -356px -18px;
}

.base__adv-search .base-services-preview .tooltip-inner {
  background: #eff0ee;
  box-shadow: none;
}

.base__adv-search .base-services-preview .tooltip-arrow {
  border-top-color: #eff0ee !important ;

}

.base-services-preview span:hover {
  border-color:#628c38;
}

.base-services-preview,
.icon__inner-page-header,
.inner-page-header,
.breadcrumb,
.base-location-badge,
.reviews-this-base,
.bases-in-district-badge {
  position: relative;
  z-index: 1;
}

.bases-in-district-badge {
  margin-top: 31px;
}

.icon__inner-page-header {
  border:1px solid rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  padding: 20px;
  margin-top: 6px;
}

.inner-page-header {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.inner-page-header + .breadcrumb {
  margin-top: 10px;
}

.inner-page-header h1 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.cover__inner-page-header {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
}

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

.scroll-nav__section__site-main.section__site-main {
  padding: 0;
  background: #eff0ee;
  text-align: center;
  min-height:63px;
}

.scroll-nav__section__site-main ul {
  margin: 0;
  font-size: 0;
  letter-spacing: -5px;
  padding: 5px 0;
}

.scroll-nav__section__site-main li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.scroll-nav__section__site-main a {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  position: relative;
}

.scroll-nav__section__site-main a.active::after {
  position: absolute;
  width: 100%;
  height: 5px;
  display: block;
  content:'';
  left: 0;
  bottom: 0;
  background: #618c38;
}

.section__site-main.menu__section__site {
  background: #eff0ee;
  overflow: hidden;
  padding: 13px 0;
}

.menu__section__site ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu__section__site li {
  display: inline-block;
  margin: 0 22px 0 0;
  font-weight: 600;
  font-size: 13px;
}

.menu__section__site li a {
  text-decoration: underline;
}


.base-location-badge {
  position: relative;
  padding-left: 15px;
  text-align: left;
  min-height: 80px;
  padding-top:12px;
  padding-bottom: 12px;
  /*margin-bottom: 50px;*/
  margin-top: 30px;
  width:60%;float: left;
}

.base-location-badge + .br-wrapper {
  width: 40%;
  float: left;
  margin-top: 36px;
}

.district__base-location {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.place__base-location {
  font-size: 13px;
  line-height: 19px;
}

.base-location-badge .material-icons {
  color:#e7b32b;
  border: 1px solid;
  border-radius: 100px;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.bases-in-district-badge .material-icons {
  display: inline-block;
  vertical-align: middle;
  color: #e7b32b;
  border: 1px solid;
  border-radius: 100px;
  padding: 20px;
}

.bases-counter-in-district-badge {
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
}

.bases-counter-in-district-badge span {
  font-size: 27px;
  font-weight: bold;
  display: block;
  line-height: 1.1;
}

.reviews-this-base {
  text-align: right;
  font-size: 12px;
  margin: 5px 3px 0 0;
}

.link__user-favorites {
  font-size: 13px;
  font-weight: 400;
}

.site-footer {
  background:#232620;
  padding: 18px 0;
  color:#929590;
  text-align: center;
}

.group__site-footer {
  margin: 12px 0;
}

.group__title__site-footer {
  color:#fff;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.5;
}

.hotline p {
  margin-bottom: 0;
}

.additional-nav ol {
  margin-bottom: 0;
  margin-top: -6px;
}

.additional-nav a {
  padding: 6px 0;
  display: inline-block;
  color:#929590;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
}



.additional-nav a::before {
  display: block;
  content: '';
  left:-15px;
  background: #618c38;
  opacity: 0;
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  border-radius: 8px;
  transition: all 0.1s ease-in-out;
}

.additional-nav a:hover,
.additional-nav a:active {
  color: #618c38;
  padding-left: 15px;
}

.additional-nav a:hover::before,
.additional-nav a:active::before {
  left:0;
  opacity: 1;
}

.copyright {
  margin-top: 18px;
}

.copyright p {
  margin: 0;
}

.social-media {

  padding-top: 8px;
  padding-bottom: 20px;
  margin-top: -20px;
}


.link__social-media {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color:#929590;
  border-radius: 1000px;
  border:1px solid;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 20px;
}

.link__social-media:hover,
.link__social-media:active {
  color: #618c38;
}

.link__social-media [class^="socicon-"]:before,
.link__social-media [class*=" socicon-"]:before  {
  line-height: 43px;
  vertical-align: top;
  display: inline-block;
}

.russian-nature {
  background: #4c6d8f url('../images/background.jpg') right center no-repeat fixed;
  min-height: 100vh;
  color:#fff;
  background-size: cover;
}

.russian-nature label.btn,
.russian-nature label.btn:hover,
.russian-nature label.btn:focus,
.russian-nature label.btn:active {
  color:#fff;
}

@media (min-width: 768px) {
  .russian-nature .btn-transparent {
    color: #fff;
  }
}

.paid-label {
    float: right;
  }

.russian-nature .btn-transparent:hover {
  color: #f0eaea;
}

.russian-nature .trigger__mobile__site-nav {
  color:#fff;
}

.russian-nature .logo__site-header a,
.russian-nature .logo__site-header span {
  background-position: 0 -48px;
}

.title__search-tbases,
.subtitle__search-tbases {
  text-align: center;
}

.title__search-tbases {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;

}

.subtitle__search-tbases {
  margin-top: 10px;
  line-height: 18px;
}

.form__search-tbases {

  width: 100% ;
  position: relative;
  margin-bottom: 0;
}

.russian-nature .form__search-tbases {
  background: rgba(0, 0, 0, 0.65);
  padding: 30px 30px 27px 30px;
  margin-top: 40px;
}

.russian-nature .form__search-tbases .listLink a {
  color: #FFF;
  text-decoration: underline;
  margin-right: 25px;
}

.form__search-tbases label.btn,
.form__search-tbases .btn-link,
.form__search-tbases .btn-info,
.form__search-tbases .btn-default {
  width: 100%;
}

.section__site-main {
  padding: 35px 0;
}

.section__site-main.admin-panel-content {
  padding: 0 0 40px 0;
}

.title__section__site-main,
.subtitle__section__site-main {
  text-align: center;
}

.title__section__site-main {
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  margin-top: 20px;
}

.subtitle__section__site-main {
  margin-top: 10px;
  margin-bottom: 50px;
  color: #a1a1a1;
  text-align: center;
  position: relative;
}

.title__INFODESC-SMM__section__site-main,
.title__INFODESC__section__site-main,
.title-xs__INFODESC__section__site-main {
  text-align: left;
  margin-bottom: 15px;
}

.title-xs__INFODESC__section__site-main {
  font-size: 18px;
  font-weight: 600;
}

.INFODESC {
  font-size: 13px;
  color:#929590;
}

.newsseller__section__site-main {
  background: #eff0ee url('../images/mountains-trees.png') repeat-x center 90%;
  padding-bottom: 65px;
}

.form__newsseller .btn-group {
  width: 100%;
}

.form__newsseller .btn {
  width: 100%;
}

.popular-and-new-bases__section__site-main {
  border-top: 1px solid #eff0ee;
}

.popular-location__section__site-main {
  padding-bottom: 20px;
}



.in-figures__section__site-main {
  background: #eff0ee;
  overflow: hidden;
  padding: 30px 0;
}

.in-figures__section__site-main p {
  font-size: 12.8px;
  margin-top: 30px;
}


.figure__in-figures {
  font-size: 0;
  letter-spacing: -5px;
  text-align: center;
}

.counter__figure {
  font-size: 14px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;

}

.counter__figure.for-owner-text, .counter__figure.for-owner-text span {
  font-size: 12px;
}

.counter__figure i,
.counter__figure span {
  display: block;
}

.counter__figure i {
  font-size: 28px;
  line-height: 34px;
  font-style: normal;
  font-weight: 600;

}

.counter__figure span {
  font-weight: 600;
  font-size: 9px;
}

.icon__figure {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  height: 72px;
  position: relative;
}

.icon__figure::before {
  display: block;
  content: '';
  position: absolute;
  width: 100px;
  height: 72px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('../images/in-figures.png') no-repeat;
}

.figure-1 .icon__figure::before {
  background-position: 0 0;
}
.figure-2 .icon__figure::before {
  background-position: -100px 11px;
}
.figure-3 .icon__figure::before {
  background-position: -200px 0;
}
.figure-4 .icon__figure::before {
  background-position: -295px 0;
}

.title__popular-base__section,
.subtitle__popular-base__section {
  text-align: center;
}

.title__popular-base__section {
  font-size:30px;
  line-height: 36px;
}

.subtitle__popular-base__section {
  margin-top: 10px;
  margin-bottom: 50px;
  color:#a1a1a1;
}

.title__aside-supporter {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  padding: 7.5px 15px 5px 15px;
  margin-bottom: 20px;
}

.body__aside-supporter {
  padding: 0 27px 20px 27px;
}

.toggle-filter {
  width: 100%;
}

.toggle-filter .hide-search,
.toggle-filter.on .show-search {
  display: none;
}

.toggle-filter.on .hide-search {
  display: block;
}


.search-filter__aside-supporter.aside-supporter  {
  margin-top: 20px;
  position: relative;
}

.search-filter__aside-supporter .title__aside-supporter {
    font-size: 16px;
}

.search-filter__aside-supporter.aside-supporter.price-search-filter {
  margin-top: 0;
}

.price-search-filter,
.distance-search-filter {
  padding-bottom: 15px;
}

.aside-supporter .btn-group .btn {
  color:#333333;
  display: block;
}

.aside-supporter .btn-group .btn {
  margin-left: 0;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.aside-supporter .btn-group > .btn {
  margin-left: 0;
}

.aside-supporter .btn-group .btn + .btn {
  margin-top: 10px;
}
.aside-supporter .btn-group .checkbox-wrapper {
  margin-top: 10px;
}

.search-result-count {
  margin: 10px 0 10px 0;
  text-align: center;
}

.aside-supporter label.btn:hover {
  background: #f8f9f6;
}

.aside-supporter .btn-group .search-filter__popup .btn {
  color: #fff;
}

.search-filter__popup {
    position: absolute;
    white-space: nowrap;
    display: none;
    margin-top: -12px;
    left: 92%;
    width: 220px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    padding: 2rem 3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.search-filter__popup:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: -10px;
    width: 20px;
    height: 20px;
    box-shadow: -3px 3px 6px -2px rgba(0,0,0,.15);
    background: inherit;
}

.aside-supporter .btn-group {
  padding: 10px 0 25px 0;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
}

.look-on-map__aside-supporter.aside-supporter {
position: relative;
color:#fff;
display: block;
border:1px solid #dfe2dc;
border-radius: 2px;
overflow: hidden;
margin-top: 30px;
}

.look-on-map__aside-supporter:hover,
.look-on-map__aside-supporter:focus,
.look-on-map__aside-supporter:active {
  color:#fff;
}
.title__look-on-map {
  display: inline-block;
  height: 60px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 20px;
  z-index: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 0 0 2px 2px;
}

.title__look-on-map {

}

.title__look-on-map i {
  vertical-align: top;
}

.title__look-on-map__aside-supporter > * {
  vertical-align: middle;
}

.look-on-map__aside-supporter img {
  max-width: 100%;

}

.base-geo-data {
  background: #eff0ee;
  padding: 10px;
  margin-top: 20px;
}

.base-geo-data .geo-data-title {
  padding: 5px 15px 8px 15px;
  display: block;
  line-height: 1.4;
}

.base-geo-data dl {
  margin-bottom: 0;
  font-size: 0;
  letter-spacing: -5px;

}

.base-geo-data dl dt,
.base-geo-data dl dd {
  width: 35%;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 22px;
  vertical-align: middle;
  padding: 5px 0 5px 15px;
}

.base-geo-data dl dt {
    width: 65%;
}

.base-geo-data dl dt::before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width:18px;
    height:18px;
    background: url('../images/geo.png') no-repeat 0 0;
    margin-right: 10px;
}

.base-geo-data dl dt:nth-child(3)::before,
.base-geo-data dl dt.water::before {
  background-position: -18px;
}

.base-geo-data dl dt.water::before {
  float: left;
}

.base-geo-data dl dt.water {
  font-weight: normal;
  width: 65%;
  overflow: auto;
  white-space: normal;
}

.base-geo-data .geo-data-water-name {
  
  margin-left: 30px;
  line-height: 1.6;
  overflow: auto;
}

.base-contacts dl {
  margin-bottom: 0;
  font-size: 0;
  letter-spacing: -5px;

}

.base-contacts dd,
.base-contacts dt {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 7px;
}

.nav.profile-menu {
    margin: 20px 0;
}

.user-form {
    margin-left: 15px;
}

.base-contacts dd a {
  display: inline-block;
  margin-bottom: 10px;
}
.base-contacts dt {
  width: 30%;

}


.base-contacts dd {
  width: 70%;
}

.aside-supporter {
  margin-top: 50px;
}

.aside-supporter:first-child {
  margin-top: 0;
}

.title__base-contacts {
  font-size: 16px;
  font-weight: 600;
  padding: 7.5px 0 5px 0;
}

.base-thumb__aside-supporter {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
}


.image__base-thumb__aside-supporter {
  height: auto;
  overflow: hidden;
  float: left;
  width: 120px;
  margin-right: 15px;
}

.image__base-thumb__aside-supporter img {
  -webkit-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  filter: grayscale(30%);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.name__base-thumb__aside-supporter {
  font-size: 16px;
  font-weight: 700;
}

.location__base-thumb__aside-supporter {
    font-size: 12px;
    color: #929590;
}

.image__base-thumb__aside-supporter img {
  max-width: 100%;
}

.location__base-thumb__aside-supporter i {
  color:#e7b32b;
  font-size: 16px;
  position: relative;
  top:2px;
  margin-right: 5px;
}

.base-thumb__aside-supporter {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 15px;
}

.base-thumb__aside-supporter,
.base-thumb__aside-supporter:hover,
.base-thumb__aside-supporter:active,
.base-thumb__aside-supporter:focus,
.base-thumb__aside-supporter.active,
.base-thumb__aside-supporter.active:active,
.base-thumb__aside-supporter.active:focus,
.base-thumb__aside-supporter.active:hover {
  color:#232620;
  background: #e1e2e0;
}

.base-thumb__aside-supporter {
  background: transparent;
}

.similar-bases__aside-supporter.base-thumb__aside-supporter,
.similar-bases__aside-supporter.base-thumb__aside-supporter:hover,
.similar-bases__aside-supporter.base-thumb__aside-supporter:active,
.similar-bases__aside-supporter.base-thumb__aside-supporter:focus,
.similar-bases__aside-supporter.base-thumb__aside-supporter.active,
.similar-bases__aside-supporter.base-thumb__aside-supporter.active:active,
.similar-bases__aside-supporter.base-thumb__aside-supporter.active:focus,
.similar-bases__aside-supporter.base-thumb__aside-supporter.active:hover {
  background: #e1e2e0;
}

.base-thumb__aside-supporter.similar-bases__aside-supporter,
.popular-and-new-bases__section__site-main .base-thumb__aside-supporter,
.similar-bases__aside-supporter .base-thumb__aside-supporter {
  background: #eff0ee;
}

.popular-bases__aside-supporter .base-thumb__aside-supporter {
  border-bottom: 1px solid #dfe2dc;
}

.popular-bases__aside-supporter .order-form.base-thumb__aside-supporter {
    border: none;
  }


.base-thumb__aside-supporter:hover,
.base-thumb__aside-supporter:active,
.base-thumb__aside-supporter:focus,
.base-thumb__aside-supporter.active,
.base-thumb__aside-supporter.active:active,
.base-thumb__aside-supporter.active:focus,
.base-thumb__aside-supporter.active:hover {
  color:#232620;
  background: #e1e2e0;
}

.base-thumb__aside-supporter:hover .name__base-thumb__aside-supporter {
  color:#618c38;
}


.base-thumb__aside-supporter:hover  .image__base-thumb__aside-supporter img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);

}


.new-bases__aside-supporter,
.similar-bases__aside-supporter {
  background: transparent;
}

.similar-bases__aside-supporter {
  margin-top: 20px;
}

.popular-bases__aside-supporter {
  margin-top: 20px;
}

.how-rest-in-district__section__site-main {
  border-top: 1px solid #eff0ee;
}

.popular-bases__aside-supporter .base-thumb__aside-supporter:hover,
.popular-bases__aside-supporter .base-thumb__aside-supporter:active,
.popular-bases__aside-supporter .base-thumb__aside-supporter:focus,
.popular-bases__aside-supporter .base-thumb__aside-supporter.active,
.popular-bases__aside-supporter .base-thumb__aside-supporter.active:active,
.popular-bases__aside-supporter .base-thumb__aside-supporter.active:focus,
.popular-bases__aside-supporter .base-thumb__aside-supporter.active:hover {
    border-bottom: 1px solid #dfe2dc;
}

.popular-bases__aside-supporter .title__aside-supporter {
    padding: 15px 25px 10px 25px;

 }

.name__base-thumb__aside-supporter {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.all-new-bases__aside-supporter {
  padding: 0;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.all-new-bases__aside-supporter .btn {
  width: 100%;
}

.aside-supporter {

}

.cost__base-thumb__aside-supporter i {
  font-style: normal;
  font-weight: 600;
  color:#618c38;
  font-size: 16px;
}

.bases__grid .row {
  margin-left: 0;
  margin-right: 0;
}

.bases__grid .col-xs-1, .bases__grid .col-sm-1, .bases__grid .col-md-1, .bases__grid .col-lg-1, .bases__grid .col-xs-2, .bases__grid .col-sm-2, .bases__grid .col-md-2, .bases__grid .col-lg-2, .bases__grid .col-xs-3, .bases__grid .col-sm-3, .bases__grid .col-md-3, .bases__grid .col-lg-3, .bases__grid .col-xs-4, .bases__grid .col-sm-4, .bases__grid .col-md-4, .bases__grid .col-lg-4, .bases__grid .col-xs-5,
.bases__grid .col-sm-5, .bases__grid .col-md-5, .bases__grid .col-lg-5, .bases__grid .col-xs-6, .bases__grid .col-sm-6, .bases__grid .col-md-6, .bases__grid .col-lg-6, .bases__grid .col-xs-7, .bases__grid .col-sm-7, .bases__grid .col-md-7, .bases__grid .col-lg-7, .bases__grid .col-xs-8, .bases__grid .col-sm-8, .bases__grid .col-md-8, .bases__grid .col-lg-8, .bases__grid .col-xs-9,
.bases__grid .col-sm-9, .bases__grid .col-md-9, .bases__grid .col-lg-9, .bases__grid .col-xs-10, .bases__grid .col-sm-10, .bases__grid .col-md-10, .bases__grid .col-lg-10, .bases__grid .col-xs-11, .bases__grid .col-sm-11, .bases__grid .col-md-11, .bases__grid .col-lg-11, .bases__grid .col-xs-12, .bases__grid .col-sm-12, .bases__grid .col-md-12, .bases__grid .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}


.base-thumb {
  display: block;
  padding: 0;
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 2px;
  margin: 15px;
}


.base-thumb,
.base-thumb:hover,
.base-thumb:active,
.base-thumb:focus,
.base-thumb.active,
.base-thumb.active:active,
.base-thumb.active:focus,
.base-thumb.active:hover {
  color:#232620;
}

.inner__base-thumb {
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,.11);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  transition: all 0.25s ease-in-out;
  border-radius: 2px;
  overflow: hidden;
}

.image__base-thumb {
  overflow: hidden;
  text-align: center;
  position: relative;
  transition: all 0.25s ease-in-out;
}

.image__base-thumb:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  border: 4px solid #fff;
  z-index: 1;
  opacity: 0;
  transition: opacity .15s;
}

.paid_block .image__base-thumb:after {
  border: 4px solid #ffffea;
}

.image__base-thumb::before {
  display: block;
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );
  z-index: 1;
}

.image__base-thumb img {
  display: block;
  width: 100%;
  position: relative;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  transition: all 0.25s ease-in-out;
}

.cost__base-thumb {
  position: absolute;
  z-index: 5;
  bottom: 15px;
  left: 25px;
  color:#fff;
  transition: all 0.25s ease-in-out;
}

.cristal__base-thumb {
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 15px;
  color:#fff;
  transition: all 0.25s ease-in-out;
}

.cost__base-thumb i {
  font-style: normal;
  font-size: 23px;
  font-weight: 600;
  color:#e7b32b;
}

.name-and-location__base-thumb {
  padding: 15px 5px 0;
  text-align: center;
  transition: all 0.25s ease-in-out;
  height: 95px;
}

.name-and-location__base-thumb.region-list {
  height: 165px;
}

.name__base-thumb {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.title__section__map {
  margin-bottom: 15px;
  padding-left: 15px;
}

.title__section__water {
  margin-top: 0;
}

.title__section__map img {
  height: 65px; 
  float: left; 
  margin: 0 15px 0 0;
  min-width: 50px;
}

img.gerb-logo {
  height: 65px; 
  min-width: 50px;
}

.title__section__map h2 {
  margin-top: 12px;
}

.location__base-thumb i {
  color:#e7b32b;
  font-size: 16px;
  position: relative;
  top:2px;
  margin-right: 5px;
}

.location__base-thumb {
  font-size:12px;
  color:#929590;
  position: relative;
  margin: 4px 0 0 -15px;
}

.text__base-thumb {
  font-size:12px;
  line-height: 1.3;
  padding: 7px 10px 0 10px; 
  position: relative;
  text-align: justify;
}

.base-thumb:hover .inner__base-thumb {
  box-shadow: 0 0 30px rgba(0,0,0,.26);
}

.base-thumb:hover .name__base-thumb {
  color: #618c38;
}

.base-thumb:hover .image__base-thumb:after {
  opacity: 1;
}

.base-thumb:hover .image__base-thumb img {
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  filter: grayscale(40%);
}

.show-more-location__base-reviews {
  text-align: center;
  margin-top: 50px;
}

.show-more-popular-bases-location__base-reviews {
  margin-top: 30px;
  margin-bottom: 30px;
}

.show-more-popular-bases-location__base-reviews .btn {
  padding-left: 95px;
  padding-right: 95px;
}

.show-more-popular-bases-location__base-reviews .btn-map {
  padding-left: 35px;
  padding-right: 35px;
}

.btn-map i {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/map-icon.png);
  width: 28px;
  height: 22px;
  margin-right: 10px;
}

.popular-bases__section__site-main {
  border-bottom: 1px solid #eff0ee;
  border-top: 1px solid #eff0ee;
}


.last_reviews__section__site-main {
  background: #eff0ee url('../images/snowtrees.jpg');
}

.title__last_reviews__section {
  font-size:30px;
  text-align: center;
  line-height: 36px;
}

.subtitle__last_reviews__section {
  margin-top: 10px;
  margin-bottom: 50px;
  color:#a1a1a1;
  text-align: center;
  position: relative;
}

.last-review {
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  overflow: hidden;
  display: block;
  color:#232620;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
}

.last-review:hover,
.last-review:active,
.last-review:focus,
.last-review.active,
.last-review.active:hover,
.last-review.active:active,
.last-review.active:focus {
  color:#232620;
}

.base__last-review {
  position: relative;
}

.image__base__last-review::before {
  position: absolute;
  content: '';
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.image__base__last-review {
  position: absolute;
  overflow: hidden;
  height: 162px;
  top:0;
  left: 0;
  width: 100%;
  z-index: 0;
  text-align: center;
}

.image__base__last-review img {
  min-width: 100%;
  height: auto;
}

.image__base__last-review .name-and-location__base-thumb {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 100%;
  padding-top: 25px;
  z-index: 2;
}

.image__base__last-review .name__base-thumb {
  font-size: 18px;
}

.image__base__last-review .location__base-thumb {
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.client__last-review {
  position: relative;
  padding-top: 190px;
}

.name__client__last-review {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  margin: 0 40px;
}

.photo__client__last-review {
  position: absolute;
  width: 115px;
  height: 115px;
  top:57px;
  left: 50%;
  transform:translateX(-50%);
  z-index: 2;
  overflow: hidden;
  border-radius: 115px;
  border:5px solid #f8f8f8;
  background: #f8f8f8;
}

.review-text__client__last-review {
  margin: 15px 40px 30px 40px;
  font-size: 13px;
  background: url('../images/quote.png') no-repeat 0 0;
  max-height: 94px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.popular-location__section__site-main .owl-item a,
.thumb-location__popular-location {
  display: block;
  position: relative;
  color:#fff;
  overflow: hidden;
}

.location__popular-location {
  text-align: center;
  width: 100%;
  transform: translate(-90px, 50%);
}

.location__popular-block {
  line-height: 1;
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.location__popular-block:hover {
  background: #f5f5f5;
}

.thumb-circle-location__popular-location {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.thumb-circle-location__popular-location img {
  display: block;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}



.location__popular-location-title {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}

.location__popular-location-title b {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1.3;
  text-decoration: underline;
}

.popular-location__section__site-main .owl-item a:hover,
.popular-location__section__site-main .owl-item a:focus,
.popular-location__section__site-main .owl-item a:active,
.popular-location__section__site-main .owl-item a.active,
.popular-location__section__site-main .owl-item a.active:hover,
.popular-location__section__site-main .owl-item a.active:active,
.popular-location__section__site-main .owl-item a.active:focus,
.popular-location__section__site-main .thumb-location__popular-location:hover,
.popular-location__section__site-main .thumb-location__popular-location:focus,
.popular-location__section__site-main .thumb-location__popular-location:active,
.popular-location__section__site-main .thumb-location__popular-location.active,
.popular-location__section__site-main .thumb-location__popular-location.active:hover,
.popular-location__section__site-main .thumb-location__popular-location.active:active,
.popular-location__section__site-main .thumb-location__popular-location.active:focus {
  color:#fff;
}

.location__popular-location {
  position: absolute;
  bottom: 50%;
  left: 90px;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.popular-location__section__site-main .thumb-location__popular-location:hover .location__popular-location,
.popular-location__section__site-main .owl-item a:hover .location__popular-location {
  opacity: 1;
}

.district-name__popular-location {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.location-name__popular-location {
  font-size: 12px;
  color: #929590;
  margin-top: 3px;
}

.location-name__popular-location i {
  color: #e7b32b;
  font-size: 16px;
  position: relative;
  top: 3px;
  margin-left: -2px;
}

.title__popular-location,
.subtitle__popular-location {
  text-align: center;
}

.title__popular-location {
  font-size: 30px;
  line-height: 36px;
}

.subtitle__popular-location {
  margin-top: 10px;
  margin-bottom: 50px;
  color: #a1a1a1;
}

.popular-location__section__site-main .thumb-location__popular-location {
  margin-bottom: 30px;
}

.popular-location__section__site-main .show-more-location__base-reviews {
  margin-top: 20px;
}

.popular-location__section__site-main .thumb-location__popular-location img,
.popular-location__section__site-main .owl-item img {
  -webkit-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  filter: grayscale(30%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100%;
}

.popular-location__section__site-main .thumb-location__popular-locationtem:hover img,
.popular-location__section__site-main .owl-item.active img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}

.popular-location__section__site-main .owl-nav {
  position: absolute;
  top:50%;
  left: 0;
  width: 100%;
  height: 0;

}


.popular-location__section__site-main .owl-prev,
.popular-location__section__site-main .owl-next {
  position: absolute;

  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.popular-location__section__site-main .owl-prev i,
.popular-location__section__site-main .owl-next i {
  font-size: 30px;
  width: 30px;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.popular-location__section__site-main .owl-prev:hover i,
.popular-location__section__site-main .owl-next:hover i {
  opacity: 1;
}

.popular-location__section__site-main .owl-item a::before,
.popular-location__section__site-main .thumb-location__popular-location::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background: rgba(97, 140, 56, 0);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  cursor: pointer;
}

.popular-location__section__site-main .owl-item a::before,
.popular-location__section__site-main .thumb-location__popular-location::before {
  background: rgba(97, 140, 56, 0.4);
}

.popular-location__section__site-main .owl-prev {
  left: 0;
  text-align: right;
  padding-right: 40px;
}

.popular-location__section__site-main .owl-next {
  right: 0;
  text-align: left;
  padding-left: 40px;
}

.rest-type-link-1 .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat 0 0;
}

.rest-type-link-2 .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat -64px 0;
}

.rest-type-link-3 .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat -128px 0;
}

.rest-type-link-4 .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat -192px 0;
}

.rest-type-link-5 .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat -256px 0;
}

.rest-type-link-6 .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat -320px 0;
}

.rest-type-link-7 .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat 0 -64px;
}

.rest-type-link-8 .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat  -64px -64px;
}

.rest-type-link-9 .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat  -128px -64px;
}

.rest-type-link-10 .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat  -192px -64px;
}

.rest-type-link-11 .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat  -256px -64px;
}

.rest-type-link-12 .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat  -320px -64px;
}

.rest-type-link-1:hover .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat 0 -128px;
}

.rest-type-link-2:hover .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat -64px -128px;
}

.rest-type-link-3:hover .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat -128px -128px;
}

.rest-type-link-4:hover .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat -192px -128px;
}

.rest-type-link-5:hover .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat -256px -128px;
}

.rest-type-link-6:hover .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat -320px -128px;
}

.rest-type-link-7:hover .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat 0 -192px;
}

.rest-type-link-8:hover .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat  -64px -192px;
}

.rest-type-link-9:hover .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat  -128px -192px;
}

.rest-type-link-10:hover .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat  -192px -192px;
}

.rest-type-link-11:hover .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat  -256px -192px;
}

.rest-type-link-12:hover .icon__rest-type-link {
  background: url('../images/rest-types.png') no-repeat  -320px -192px;
}

.all-popular-locations {
  text-align: center;
  margin-top: 40px;
}

.base-reviews__section__site-main {
    background: #eff0ee url('../images/snowtrees.jpg');
}

.base-reviews__section__site-main .row {

}

.send-review__base-review form {
  background: #fff;
  border-top: 5px solid #618c38;
  min-width: 250px;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 30px 30px 50px 30px;
}

.title__base-reviews{
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 50px;
}

.send-review__base-review {
  margin-top: 50px;
}

.title__send-review__base-review {
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 30px;
}

.title-group__message {
  margin: 0 0 25px;
}

.photo__client__base-review img {
  display: block;
  max-width: 100%;
  border-radius: 50%;
}

.photo__client__base-review.header-line {
  width: 50px;
  float: left;
  height: 50px;
}

a.logout-link {
  color: #333333;
}

a.logout-link.white {
  color: #FFF;
}

.name__client__base-review {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 0;
}

.login-form-title {
  font-size: 19px;
  font-weight: bold;
  margin: 0;
}

.date__client__base-review {
  color: #a1a1a1;
  font-size: 13px;
}

.rating__base-review {
  margin: 15px 0 0;
}

.rating__base-review ul {
  margin: 12px 0 0;
  text-align: right;
}
.separate-rating__review li {
  display: inline-block;
  vertical-align: top;
}
.separate-rating__review li + li {
  margin-left: 10px;
}
.separate-rating__review li span {
  font-weight: bold;
}

.name__admin__base-review {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
}

.to-user__base-review {
  color: #b1b1b1;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.comment-wrapper {
  margin-bottom: 25px;
}

.user-message,
.admin-message {
  background: #fff;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.admin-message {
  margin-left: 50px;
  border:3px solid #e7b32b;
  margin-bottom: 25px;
}

.user-message + .admin-message {
  margin-top: 20px;
}


.show-more-reviews__base-reviews {
  margin-top: 50px;
  text-align: center;
}

.show-more-reviews__base-reviews .btn {
  width: 100%;
}

.title__where-rest__section {
  font-size: 30px;
  text-align: center;
  line-height: 36px;
}

.subtitle__popular-bases__section__site-main {
  margin-bottom: 40px;
}

.subtitle__where-rest__section {
  margin-top: 10px;
  margin-bottom: 50px;
  color: #a1a1a1;
  text-align: center;
  position: relative;
}

.rest-type-link {
  color:#000;
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}


.icon__rest-type-link {
  width: 64px;
  height: 64px;
  border:1px solid #a1a39f;
  display: inline-block;
  vertical-align: top;
  border-radius: 100px;
}

.rest-type-link:hover .icon__rest-type-link {
  color:#618c38;
  border-color:#618c38;
  border-width: 2px;
}

.counter__rest-type-link {
  color:#fff;
  background: #618c38;
  font-weight: 600;
  font-size: 11px;
  border-radius: 100px;
  width: 26px;
  line-height: 22px;
  border: 2px solid #fff;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right:50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top:-2px;
  margin-right: -46px;
}

.title__base-services {

  font-size: 30px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 30px;
}



.base-services {
  margin: 50px 0;
}

.base-services ul {
  margin-bottom: 50px;
  background: #eff0ee;
  padding: 25px 30px 25px 25px;
  border-radius: 2px;
}

.base-path {
  margin-bottom: 50px;
}

.rumap-wrap {
  border:1px solid #dfe2dc;
  overflow: hidden;
}

.rumap-wrap img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.favorite-wrap {
  width: 190px;
  margin: 0 auto 15px auto;
}

.favorite-wrap i.material-icons {
  float: left;
}

.favorite-wrap a span {
  text-decoration: underline;
}

.btn-addfav, .btn-booking {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.btn-showphone, .btn-showprice {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.btn-showphone b, .btn-showprice b {
  font-size: 18px;
}
.phone-number-list {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.phone-number-list a {
  color: #333;
}

.gray-text {
  color: #929590;
}

.base-detail-conditions {
  margin-bottom: 50px;
}

/*
.base-detail-conditions table,
.base-detail-conditions table tr,
.base-detail-conditions table td,
.base-detail-conditions table th {
  display: block;
}
*/

.title__base-detail-conditions {
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 30px;
}

.title__base-path {
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 30px;
}

.social-media-share {
  background: #eff0ee;
  text-align: center;
  font-weight: 600;
  margin-top: 0;
  padding: 15px;
  margin: 50px 0;
}

.title__social-media-share {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  margin-right: 15px;
}

.social-media-share .social-media {
  display: inline-block;vertical-align: top;padding-bottom: 0;padding-top: 0;margin-top: 0;
}

.social-media-share .link__social-media {
  margin-top: 0;
}

.title__base-accommodation {
  font-size: 30px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 30px;
}

.photo__title-group__item__accomodation {
  margin-bottom: 10px;
}

.photo__title-group__item__accomodation img {
  width: 100%;
}

.item__base-accommodation {
  padding: 15px 20px 10px 20px;
  font-size: 13px;
}
/*
.item__base-accommodation:hover,
.item__base-accommodation.on {
  background: #eff0ee;
}
*/

.order-panel-board {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

.item__base-accommodation.order-panel:hover {
  background: #fff;
}

.item__base-accommodation .panel-collapse {
  padding-top: 20px;
}

.cost__base-accommodation {
  text-align: left;
  line-height: 22px;
}

.cost__base-accommodation.pay-form-cost {
  text-align: right;
}

.cost__base-accommodation i {
  color:#618c38;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
}

.rules__base-accommodation {
  font-weight: bold;
  margin-top: 15px;
}

.rules__base-accommodation li i {
  font-size: 13px;
  color:#618c38;
}

.name__title-group__item__accomodation {
  font-weight: bold;
  font-size:16px;
  line-height: 22px;
}

.name__title-group__item__accomodation.price-desc {
  font-weight: normal;
  font-size:14px;
}

.list-item__base-services {
  padding-left: 70px;
  position: relative;
  margin-top: 30px;
  font-size: 0;
  letter-spacing: -5px;
}

.list-item__base-services span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0;
  margin-right: 15px;
  margin-bottom: 1px;
}

.list-item__base-services span.span-desc::after {
  display: inline-block;
  vertical-align: top;
  content: '?';
  font-weight: 600;
  color:#fff;
  margin-left: 5px;
  background: #618c38;
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100px;
  transform: translateY(3px);
  -moz-transform: translateY(3px);
  -webkit-transform: translateY(3px);
}

.list-item__base-services span:hover::after {
  background: #e7b32b;
}


.title__list-item__base-services {
  font-weight: 600;
  font-size: 16px;
  position: relative;
  letter-spacing: 0;
}

.list-item__base-services .icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/rest-types-2.png') no-repeat;
}

.list-item-1__base-services .icon {
  background-position:0 0;
}

.list-item-6__base-services .icon {
  background-position:-50px 0;
}

.list-item-4__base-services .icon {
  background-position:-100px 0;
}


.list-item-3__base-services .icon {
  background-position:-150px 0;
}


.list-item-7__base-services .icon {
  background-position:-200px 0;
}

.list-item-2__base-services .icon {
  background-position:-250px 0;
}

.list-item-9__base-services .icon {
  background-position:-300px 0;
}

.list-item-5__base-services .icon {
  background-position:-350px 0;
}

.list-item-8__base-services .icon {
  background-position:-400px 0;
}

#index__owl-carousel .owl-prev,
#index__owl-carousel .owl-next {
  width: 60px;
padding: 0;
display: block;
height: 60px;
line-height: 60px;
text-align: center;



}

#index__owl-carousel .owl-prev .material-icons,
#index__owl-carousel .owl-next .material-icons {
  vertical-align: middle;
}





#thumbs__base-photos__owl-carousel {
  margin-top: 10px;
}

#thumbs__base-photos__owl-carousel .owl-item {
  overflow: hidden;

}

 #thumbs__base-photos__owl-carousel .owl-item.highlight::before,
  #thumbs__base-photos__owl-carousel .owl-item.active:first-child::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  border: 5px solid #e7b32b;
  border-radius: 5px;
  z-index: 1;
}

 #thumbs__base-photos__owl-carousel .owl-item.highlight,
   #thumbs__base-photos__owl-carousel .owl-item.active:first-child {
   border-radius: 7px;
   z-index: 1;
 }


 #large__base-photos__owl-carousel{
   margin-bottom: 30px;
   z-index: 10;
   position: relative;
 }

#thumbs__base-photos__owl-carousel img {
  height:90px;
  width: auto;
}

#large__base-photos__owl-carousel .owl-prev,
#large__base-photos__owl-carousel .owl-next {
    position: absolute;
    bottom: calc(50% - 45px);

    background: rgba(255, 255, 255, 0.7);
    height: 90px;
    line-height: 90px;
    width: 13.75%;
}

#large__base-photos__owl-carousel .owl-prev .material-icons,
#large__base-photos__owl-carousel .owl-next .material-icons {
  vertical-align: middle;
}


#large__base-photos__owl-carousel .owl-prev {
  left: 0;
  text-align: center;

}

#large__base-photos__owl-carousel .owl-next {
  right: -1px;
  text-align: center;
}

.btn-link__last_reviews {
  margin-left: 10px;
  font-weight: 700;
}

.base-accommodation .collapsar {
  border-top:1px solid #dfe2dc;
  border-bottom:1px solid #dfe2dc;
}

.search-bar__section__site-main {
  background: #eff0ee url('../images/mountains-trees.png') repeat-x center 90%;
}

.search-bar__section__site-main.section__site-main {
  padding: 30px 0;
}

.search-filter__aside-supporter {
  border:1px solid #dfe2dc;
  display: none;
}

.blockInfo__left.search-filter__aside-supporter {
  border: none;
}

.search-filter__aside-supporter.on {
  display: block;
}

.search-filter__aside-supporter .noUi-target {
  margin: 30px 25px 25px 25px;
}

.price-search-filter .form-group,
.distance-search-filter .form-group {
  margin: 0 25px 20px 25px;
}

.price-search-filter .form-control,
.distance-search-filter .form-control {
  width: 60px;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.sotr-n-view__adv-search {
  border-radius: 2px;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 48px;
  background: transparent;
  color:#929590;
}

.sotr-n-view__adv-search .row {
  margin-left: 0;
  margin-right: 0;
}

.sotr-n-view__adv-search .row > * {
  padding: 0;
}

.sotr-n-view__adv-search .btn:first-child {
  margin-left: 15px;
}

.sort__adv-search {

  padding: 0 0 15px 0;

}

.view__adv-search {
  padding: 0 0 5px 0;
  text-align: left;

}

.sotr-n-view__adv-search .btn {
  font-size: 12px;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
    color:#000;
}

.sotr-n-view__adv-search .btn-transparent.active,
.sotr-n-view__adv-search .btn-transparent:hover,
.sotr-n-view__adv-search .btn-transparent:focus,
.sotr-n-view__adv-search .btn-transparent:active,
.sotr-n-view__adv-search .btn-transparent.active:hover,
.sotr-n-view__adv-search .btn-transparent.active:focus,
.sotr-n-view__adv-search .btn-transparent.active:active {
  background: #dadad9;
  color:#618c38;
}

.sotr-n-view__adv-search .btn-transparent.active {
  cursor: default;
}

.sotr-n-view__adv-search .btn-transparent .material-icons {
  font-size: 1.6rem;
}


.found-count__adv-search {
  font-size: 22px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.found-count__adv-search span {
  font-weight: bold;
  color:#618c38;
}

.found-bases-list__adv-search {
   margin-bottom: 30px;
 }

.base__adv-search {
  border:1px solid #dfe2dc;
  border-radius:2px;
  padding: 20px;
}

.base__adv-search.paid_block,
.base-thumb.paid_block {
  background: #ffffea;
}

.base__adv-search.paid_block .title__base-accomodation__adv-search {
  background: #efefca;
}

.paid-label {
  cursor: pointer;
}

.paid-label.detail-page {
  float: left;
  position: relative;
  z-index: 1;
  margin: 25px 0 0 18px;
  text-decoration: none;
}

.paid-label .paid-label-text {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dotted #e7b32b;
  color: #e7b32b;
  text-decoration: none;
}

.paid-label.detail-page  .paid-label-text {
  font-size: 13px;
  cursor: pointer;
}

.base__adv-search .paid-label img,
.paid-label.detail-page img {
  margin-right: 7px;
}

.base-services-preview {
  margin-top: 10px;
  float: left;
}

.base__adv-search + .base__adv-search {
  margin-top: 20px;
}

.base-thumb__adv-search {
  margin-bottom: 15px;
  display: block;
}

.base-thumb__adv-search img {
  width: 100%;
}

.base-type__adv-search,
.base-location__adv-search {
  color:#929590;
  display: inline-block;
  vertical-align: top;
}

.base-type__adv-search {
    font-weight: bold;

}

.base-location__adv-search {
  font-size: 12px;
  margin-top: 2px;
}


.base-location__adv-search .material-icons {
  color: #e7b32b;
font-size: 16px;
position: relative;
top: 2px;
}

.base-name__adv-search {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.base-name__adv-search a {
  color: #333333;
  text-decoration: underline;
}

.base-accomodation__adv-search {
  margin-top: 20px;
  font-size: 13px;
}

.show-all-items .hide-other {
  display: none;
}

.show-all-items .show-other {
  display: inline-block;
  vertical-align: top;
}

.popular-location__section__site-main .show-all-items .show-other {
  margin-top: 10px;
}

.on .show-all-items .show-other {
  display: none;
}

.on .show-all-items .hide-other {
  display: inline-block;
  vertical-align: top;
}

.title__base-accomodation__adv-search {
  background: #eff0ee;
  color:#000;
  padding: 5px 15px;
  font-weight: bold;
}

.cost-base__prs-search {
  text-align: right;
  white-space: nowrap;
}

.cost-base__prs-search i {
  font-style: normal;
  font-size: 21px;
  font-weight: 700;
  color:#618c38;
}

.base-accomodation__adv-search table {
  margin: 0 15px;
  width: calc(100% - 30px);
}

.base-accomodation__adv-search .table th,
.base-accomodation__adv-search .table td {
  padding: 5px 0;
  border-top:0;
  vertical-align: top;
  line-height: 24px;
  min-width: 25px;
}

.base-accomodation__adv-search .table th + th,
.base-accomodation__adv-search .table td + td,
.base-accomodation__adv-search .table th + td,
.base-accomodation__adv-search .table td + th {
  padding-left:15px;
}

.base-accomodation__adv-search .table tr + tr {
  border-top: 1px solid #dfe2dc;
}

.base-accomodation__adv-search table .material-icons {
  font-size: 14px;
  color:#a1a39f;
  vertical-align: middle;

}

.base-reviews__adv-search {
  text-align: left;
}

.base-reviews__adv-search .br-theme-css-stars .br-widget .br-current-rating {
  color:#000;
}

.base-reviews__adv-search > * + * {
  margin-left: 20px;
}

.base-reviews__adv-search > a:nth-child(2) {
  display: inline-block;
  line-height: 50px;
  font-size: 13px;
}

.base-reviews__adv-search .br-wrapper {
  display: inline-block;
  vertical-align: top;
  height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
}

.base-photos {
  margin-bottom: 30px;
}

.hide-popular-location {
  display: none;
}

.popular-location__section__site-main .show-all-items {
  display: block;
  text-align: center;
  width: 100%;
}

.popular-location__section__site-main .show-all-items .material-icons {
  vertical-align: middle;
}

.base-description {
  position: relative;
}

.base-description .show-all-items {
  display: block;
  text-align: center;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
z-index: 1;
}

.base-description .show-all-items > * {
  line-height: 1.3;
}

.base-description .show-all-items .material-icons {
  vertical-align: middle;
}

.base-description .on .show-all-items {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  line-height: 30px;
}

.photos_base-accomodation {
  font-size: 0;
  letter-spacing: -5px;
  margin-left: -10px;
  margin-top: -10px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
}

.photos_base-accomodation li {
  font-size: 14px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 10px;
}

#accomodations-list {
  border-top:1px solid #e0e1db;
  border-bottom:1px solid #e0e1db;
}

#accomodations-list .panel.panel-rooms {
  margin-bottom: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;

}

#accomodations-list .panel + .panel {
  border-top:1px solid #e0e1db;
}

#accomodations-list [data-toggle="collapse"] i {
  vertical-align: middle;
}

#accomodations-list .hide-other {
  display: none;
}

#accomodations-list .collapsed .hide-other {
  display: inline-block;
}

#accomodations-list .collapsed .show-other {
  display: none;
}

.base-quality-badge {
  margin-top: 40px;
}

.base-quality-badge .btn {
  width: 100%;
}

.form-login {
  padding: 20px 30px;
}

.width170 {
  width: 170px;
}
.width200 {
    width: 200px;
}

.panel.owner_block {
  height: 120px; 
  margin-top: 45px;
  position: relative;
  border-top: 1px solid #e7b32b;
  border-color: #e7b32b;
  background: url(/images/owner_bg_n.jpg) no-repeat left center;
}

.owner_block button.close {
  top: 8px;
  right: 10px;
  position: absolute;
  float: right;
}

.owner_block .owner_block__right {
  float: left;
  margin: 28px 0 0 300px;
}
.owner_block .owner_block__right b {
  font-size: 16px;
}

.owner_block .owner_block__right a {
  text-decoration: underline;
}

.submit-reservation {
  margin: 15px 0 0 0;
  float: none;
}

.panel-rooms .show-other {
  min-width: 200px;
  display: inline-block;
}

img.img-mobile-map, img.img-desctop-map {
  margin: 0 auto;
}

img.img-mobile-map {
  display: none;
}

@media (min-width: 300px) {
  .panel.owner_block {
    height: 120px; 
    margin-top: 45px;
    border-top: 1px solid #e7b32b;
    border-color: #e7b32b;
    background: url(/images/owner_bg_mob.jpg) no-repeat left center;
  }

  .paid-label {
    float: right;
  }

  .owner_block .owner_block__right {
    float: left;
    margin: 5px 0 0 170px;
    line-height: 1.5em;
  }

  .submit-reservation {
      margin: -7px 0 10px 0;
      float: right;
  }

  img.img-mobile-map {
    display: block;
  }

  img.img-desctop-map {
    display: none;
  }
}

@media (max-width:459px) {
  .base-location-badge {
    margin-top: 10px;
    padding-left: 80px;
  }
}

@media (min-width:460px) {
  .link__social-media {
      margin-left: 10px;
      margin-right: 10px;
  }

  .base-location-badge {
    margin-top: 20px;
    padding-left: 80px;
  }

  .paid-label {
    float: right;
  }

  .wr-star-block {
    margin-top: 15px;
  }

  .submit-reservation {
      margin: -7px 0 10px 0;
      float: right;
  }

  .counter__figure i {
    font-size: 40px;
    line-height: 46px;
  }

  .counter__figure span {
    font-size: 14px;
  }

  .figure-2 .icon__figure::before {
    background-position: -100px 0;
  }

  .content__mobile__site-nav .profile-data .btn {
    display: inline;
  }

  .content__mobile__site-nav .profile-data {
    line-height: 3;
  }

  .panel.owner_block {
  height: 120px; 
  margin-top: 45px;
  border-top: 1px solid #e7b32b;
  border-color: #e7b32b;
  background: url(/images/owner_bg_mob.jpg) no-repeat left center;
  }

  .owner_block .owner_block__right {
    float: left;
    line-height: 1.5em;
    margin: 15px 0 0 180px;
  }
}

.scroll-contacts-wrap, .scroll-contacts-menu {
  display: none;
}

@media (min-width: 618px) {
  .form__search-tbases label.btn,
  .form__search-tbases .btn-link {
    width: 45%;
  }

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

  .paid-label {
    float: right;
  }

  .submit-reservation {
      margin: -7px 0 10px 0;
      float: right;
  }

  .content__mobile__site-nav .profile-data .btn {
    display: inline;
  }

  .content__mobile__site-nav .profile-data {
    line-height: 3;
  }

  .base-location-badge {
    margin-top: 20px;
    padding-left: 80px;
  }

  .wr-star-block {
    margin-top: 15px;
  }

  .panel.owner_block {
    height: 120px; 
    margin-top: 45px;
    border-top: 1px solid #e7b32b;
    border-color: #e7b32b;
    background: url(/images/owner_bg_mob.jpg) no-repeat left center;
  }

  .owner_block .owner_block__right {
    float: left;
    line-height: 1.5em;
    margin: 15px 0 0 180px;
  }
}

@media (min-width:768px) {

  .search-filter__aside-supporter {

    display: block;
  }

  .paid-label {
    float: right;
  }

  .scroll-nav-wrap.firescroll {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 100;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
      background: #eff0ee;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }

  .scroll-nav__section__site-main li {
    width: auto;
  }

  .show-more-reviews__base-reviews .btn {
    width: auto;
  }


  .admin-message {
    margin-left: 170px;
  }

  .base-reviews__adv-search {
    text-align: right;
  }

  .base-reviews__adv-search > * + * {
    margin-left: 20px;
  }

  .base__adv-search .base-services-preview {
    margin-bottom: 0;
    margin-top: 10px;
    padding-right: 15px;
  }



  .found-count__adv-search {
    text-align: left;
    margin-top: 0;
  }

  .base-reviews__adv-search > a:nth-child(2) {
    line-height: 1.5;
    display: block;
    margin-bottom: 20px;
  }

  .base-reviews__adv-search .br-wrapper {
    display: block;
    height: auto;
      line-height: 1.5;
  }

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

  .cost__base-accommodation.text-center {
    text-align: right;
  }


  #large__base-photos__owl-carousel .owl-prev,
  #large__base-photos__owl-carousel .owl-next {
    bottom: -100px;
  }

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

  .rules__base-accommodation {
    font-weight: bold;
    margin-top: 0;
  }

  .base-location-badge + .br-wrapper {
    width: 40%;
    float: left;
    padding-left: 90px;
    margin-top: 0;
    }

  .base-location-badge {
    margin-top: 20px;
    padding-left: 80px;
  }

  .wr-star-block {
    margin-top: 15px;
  }

  .popular-location__section__site-main .owl-item a::before,
  .popular-location__section__site-main .thumb-location__popular-location::before {
    background:transparent;
  }

  .popular-location__section__site-main .owl-item:hover a::before,
  .popular-location__section__site-main .thumb-location__popular-location::before {
    background: rgba(97, 140, 56, 0.3);
  }

  .popular-location__section__site-main .thumb-location__popular-location:hover::before {
    background: rgba(97, 140, 56, 0);
  }

  .location__popular-location {
    bottom: 20px;
    left: 25px;
    text-align: left;
  }

  .popular-location__section__site-main .thumb-location__popular-location .location__popular-location,
  .popular-location__section__site-main .owl-item a .location__popular-location {
    opacity: 0;
    transform: none;
  }

  .popular-location__section__site-main .thumb-location__popular-location .location__popular-location,
  .popular-location__section__site-main .owl-item.show-text .location__popular-location,
  .popular-location__section__site-main .owl-item.center .location__popular-location {
    opacity: 1;
  }

  #index__owl-carousel .owl-prev,
  #index__owl-carousel .owl-next {
    width: 25.2%;
    height: 280px;
    line-height: 280px;
  }

  #index__owl-carousel .owl-prev {
    text-align: right;
    padding-right: 40px;
  }

  #index__owl-carousel .owl-next {
    text-align: left;
    padding-left: 40px;
  }

  .title__search-tbases {
      margin-top: 20vh;
  }

  #large__base-photos__owl-carousel{
      margin-bottom: 10px;
  }

  .logo__site-header,
  .logo__index-page__site-header {
    text-align: right;
  }

  .tagline {
    margin: 0;
    padding-top: 0;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
    line-height: 1.6;
  }

  .tagline::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    border-left:1px solid;
    opacity: 0.5;
  }

  .site-nav {
    text-align: left;
    margin-top: 20px;
  }

  .content__mobile__site-nav .btn {
    display: inline-block;
  }

  .content__mobile__site-nav {
    display: block;
    position: relative;
    background: transparent;
    text-align: justify;
    width: auto;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-shadow: none;
    box-shadow: none;
    height: 48px;
  }

  .content__mobile__site-nav::after {
    display: inline-block;
    content:'';
    vertical-align: top;
    line-height: 0;
    width: 100%;
  }

  .content__mobile__site-nav .btn-default {
    margin-bottom: 0;
  }

  .content__mobile__site-nav .btn-transparent {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .scroll-nav__section__site-main ul {
    padding: 0;
  }

  .scroll-nav__section__site-main a {
    padding: 20px;
    font-size: 13px;
  }

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

  .group__title__site-footer {
    font-size: 17px;
  }

  .additional-nav ol {
    margin-top: 0;
  }

  .additional-nav a {
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-media {
    padding-bottom: 13px;
    margin-top: -13px;
  }

  .link__social-media {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 13px;
  }

  .title__search-tbases {
    font-size: 32px;
    line-height: 38px;
  }

  .russian-nature .form__search-tbases {
    border-radius: 2px;
    margin-bottom: 50px;
  }

  .form__search-tbases label.btn,
  .form__search-tbases .btn-link {
    width: auto;
  }

  .inner-page-header__section__site-main.section__site-main {
    padding: 35px 0;
  }

   .inner-page-header__section__site-main.section__site-main.admin-panel {
    padding: 10px;
  }

  .admin-panel .navbar.navbar-default.navbar-static-top {
    margin-bottom: 10px;
  }

  .new-bases__aside-supporter {
    margin-left: -20px;

  }

  .base-thumb__aside-supporter {
    width: calc(50% - 25px);
    margin-left: 15px;
  }

  .new-bases__aside-supporter .base-thumb__aside-supporter .title__aside-supporter,
  .new-bases__aside-supporter .all-new-bases__aside-supporter {
    margin-left: 15px;
    width: calc(100% - 25px);
  }


  .all-new-bases__aside-supporter {
    margin-top: 0;
  }

  .btn-base-know-more {
    padding: 10px 15px;
    float: right;
    margin-top: 15px;
  }

  .panel.owner_block {
    background: url(/images/owner_bg_n.jpg) no-repeat left center;
  }

  .owner_block .owner_block__right {
    float: left;
    margin: 28px 0 0 300px;
  }
}

@media (min-width: 992px) {

  .photos_base-accomodation a {
    position: relative;
    display: block;

  }

  .paid-label {
    float: none;
  }

  img.img-mobile-map {
    display: none;
  }

  img.img-desctop-map {
    display: block;
  }

  .base-location-badge {
    padding-left: 15px;
  }

  .wr-star-block {
    margin-top: -10px;
  }

  .photos_base-accomodation a::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }

  .photos_base-accomodation a:hover::before {

    background: rgba(0, 0, 0, 0);
  }


  .popular-bases__aside-supporter .base-thumb__aside-supporter {
    border-bottom: 1px solid #dfe2dc;
  }

  .popular-bases__aside-supporter .order-form.base-thumb__aside-supporter {
    border: none;
  }

  .new-bases__aside-supporter {
    margin-left: 0;

  }

  .base-thumb__aside-supporter {
    width: 100%;
    margin-left: 0;
  }

  .new-bases__aside-supporter .base-thumb__aside-supporter .title__aside-supporter,
  .new-bases__aside-supporter .all-new-bases__aside-supporter {
    margin-left: 0;
    width: 100%;
  }

    .base__adv-search .base-services-preview {
      padding-right: 0;
    }

  .base-quality-badge.firescroll {
    position: fixed;
    /*right:50%;
    margin-right: calc(-50% + 25px );*/
    width: 293px;
    top:30px;
  }

  .title__all-objects-in-map {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .popular-bases__aside-supporter {
    border:1px solid #dfe2dc;
  }

  .sotr-n-view__adv-search {
    margin-bottom: 30px;
  }

  .btn-base-know-more {
    padding: 10px 30px;
    float: right;
    margin-top: 15px;
  }

  .sort__adv-search,
  .view__adv-search {
    padding: 0 0 0 20px;
  }

  .sotr-n-view__adv-search .btn + .btn {
    margin-left: 0;
  }


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

  .bases-in-district-badge {
    margin-top: 0;
  }


  .base-location-badge {
    margin-top: 0;
  }

  .base-location-badge + .br-wrapper {
    margin-top: 0;
  }

  .base-location-badge {
    text-align: right;
    padding-right: 80px;

    margin-top: 0;
  }

  .base-location-badge,
  .base-location-badge + .br-wrapper {
    width: auto;
    float:none;
  }

  .base-location-badge .material-icons {
    right:0;
    left:auto;
  }

  .base-thumb__aside-supporter {
    margin-bottom: 0;
  }

  .sotr-n-view__adv-search {
    background: #eff0ee;
  }



  #index__owl-carousel .owl-prev,
  #index__owl-carousel .owl-next {
    width: 12.2%;
    height: 210px;
    line-height: 210px;
  }

  .russian-nature .site-header {
    padding-top: 50px;
  }



  .title__search-tbases {
    margin-top: 15vh;
  }

  .title__aside-supporter {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-weight: 600;
    padding: 7.5px 15px 5px 15px;
  }

  .base-thumb__aside-supporter + .base-thumb__aside-supporter {
    margin-top: 0;
  }




  .image__base-thumb__aside-supporter {
    margin-bottom: 15px;
    margin-right: 0;
    height: auto;
    overflow: hidden;
    width: 100%;
  }

  .image__base-thumb__aside-supporter img {
    -webkit-filter: grayscale(30%);
    -moz-filter: grayscale(30%);
    filter: grayscale(30%);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
  }

  .all-new-bases__aside-supporter {
    margin-top: 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .base-thumb__aside-supporter {
    width: 100%;
    padding: 15px;
  }

  .new-bases__aside-supporter,
  .similar-bases__aside-supporter {
    background: #eff0ee;

  }

  .new-bases__aside-supporter {
    margin-top: 0;
  }

  .title__aside-supporter {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }



  .btn-link__last_reviews {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    margin-top: 0;
  }

  .logo__site-header,
  .logo__index-page__site-header {
    text-align: left;
  }


  .site-nav {
    margin-top: 0;
  }

  .scroll-nav__section__site-main a {

    padding: 20px 30px;
  }


  .site-footer {
    background:#232620;
    padding: 38px 0;
    color:#929590;
    font-size: 13px
  }

  .title__search-tbases {
    font-size: 36px;
    line-height: 44px;
  }



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

  .icon__figure {
    text-align: right;
    width: 100px;
  }

  .image__base-thumb__aside-supporter {
    height: 80px;
  }

  .inner-page-header {
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
  }

  .owner_block .owner_block__right {
    line-height: 1.8;
  }
}

@media (min-width: 1200px) {

  .base-quality-badge.firescroll {
    position: fixed;
    /*right:50%;
    margin-right: calc(-50% + 97px );*/
    width: 263px;
    top:30px;
  }

  .location__popular-location-outer {
    height: 100px;
    line-height: 100px;
  }

    .all-new-bases__aside-supporter {
      padding-left: 25px;
      padding-right: 25px;
    }

    .base-thumb__aside-supporter {
      width: 100%;
      padding: 20px 30px;
    }

    .base-location-badge {
      padding-left: 15px;
    }

    .wr-star-block {
      margin-top: -10px;
    }

    .tagline {
      position: relative;
      left:-36px;
      top:3px;
    }

    .tagline::before {
      left: -22px;
    }

    .content__mobile__site-nav {
      margin-left: -15px;
    }

    .scroll-nav__section__site-main a {

      padding: 20px 40px;
    }

  .group__title__site-footer {
    font-size: 18px;
  }

  .in-figures__section__site-main p {
    margin-top: 0;
    margin-bottom: 0;
  }


}

@media (min-width: 1400px) {
  #index__owl-carousel .owl-prev,
  #index__owl-carousel .owl-next {
    width: 12.4%;
    height: 420px;
    line-height: 420px;
  }
}

.simbol-list ul {
  list-style: none;
  width: 30%;
}

.simbol-list-main ul {
  list-style: none;
  width: 33.33%;
}

.main-simbol {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  display: block;
  padding-top: 10px;
}

.hide-recommend .btn {
  margin-left: 25px;
}

.owl-carousel .owl-item img {
  margin: 0 auto;
}

.submit-login {
  float: right;
  margin-top: 10px;
}

.left-login-form {
  float: left;
  margin-top: 10px;
}

.left-login-form .form-group {
  margin-bottom: 0;
}

.left-login-form a {
  color: #337ab7;
  text-decoration: underline;
}
.left-login-form .login-form-title {
  margin-top: 5px;
}

.blockInfo__left {
  margin: 10px 0 40px 0;

}

.reset-filter {
  margin-bottom: 30px;
}

.blockInfo__left h3.title__section__water {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 30px;
}

ul.social-eauth {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.social-eauth li {
  margin: 0 17px 0 0;
  padding: 0;
  float: left;
}

ul.social-eauth li:last-child {
  margin-right: 2px;
}

ul.social-eauth a {
  display: block;
  width: 47px;
  height: 47px;
  background: url('../images/social_icons_s.png') no-repeat;
}

ul.social-eauth a:hover {
  background-position: 0 -48px;
}

ul.social-eauth a.service-facebook {
  background-position: -64px 0;
}
ul.social-eauth a.service-facebook:hover {
  background-position: -64px -48px;
}
ul.social-eauth a.service-odnoklassniki {
  background-position: -193px 0;
}
ul.social-eauth a.service-odnoklassniki:hover {
  background-position: -193px -48px;
}
ul.social-eauth a.service-twitter {
  background-position: -127px 0;
}
ul.social-eauth a.service-twitter:hover {
  background-position: -127px -48px;
}

img#signupform-verifycode-image,
img#comment-verifycode-image {
  border: 1px solid #cccccc;
}

img#comment-verifycode-image {
  margin: -2px 10px 0 15px;
}

.change-owner .form-login {
  padding: 15px 30px 0 30px;
}

.change-owner {
  padding: 20px 0 30px 0;
}

.search-tbases .alert {
  margin-bottom: 0 !important;
  margin-top: 25px;
}

.submit-reservation, .submit-reply {
  margin: 15px 0 0 0;
}

.submit-reservation i {
  color: #FFF;
}

.reservation-block {
  padding: 15px 20px 25px 20px;
  margin-bottom: 25px;
  background: #fdf2cf;
  border: 1px solid #e7b32b;
}

.reservation-block select.form-control {
  font-weight: normal;
}

.title-group__item__accomodation.panel-heading ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

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

.info-oferta {
  margin-top: 15px;
  font-size: 13px;
  color: #929590;
}

.base-thumb__aside-supporter.order-form:hover {
  background: none;
}

.info-reservation {
    color: #e7b32b;
    font-size: 23px;
    position: relative;
    top: 5px;
}

.underline {
  text-decoration: underline;
}

.service-mail-link {
  color: #fff;
  background-color: #618c38;
  border-color: #618c38;
  position: relative;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  width: 245px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 30px auto 40px auto;
  display: block;
}
.service-mail-link:hover{
  background-color: #76a449;
  border-color: #76a449;
  text-decoration: none;
  color: #FFF;
}
.service-mail-link .notice-mail {
  position: absolute;
  font-size: 12px;
  line-height: 1.7;
  font-family: Arial, Helvetica, sans-serif;
  top: -5px;
  right: -10px;
  display: block;
  width: 40px;
  height: 20px;
  color: #FFF;
  background: #ff5035;
  border-radius: 50px;
}

#w0.form-control[readonly],
#w0-2.form-control[readonly] {
  background: #FFF;
}

.wr-star-block {
  position: relative;
}

.wr-star-href {
  position: absolute;
  width: 150px;
  height: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 99;
}

.base-ablock-content {
  max-height: 220px;
  margin-bottom: 20px;
}

.base-ablock-right {
  margin-top: 20px;
}

.base-ablock-recommend {
  margin: 20px 0;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin-bottom: 25px;
  overflow: hidden
}
.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.dateFormPrice {
  width: 120px;
  float: left;
}

.dateFormPrice.periodSerp {
  height: 30px;
  width: 33px;
  padding: 10px;
}

i.price_season-val {
  color:#618c38;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}

td.price_season-wrap {
  font-size: 12px;
  text-align: center;
}

.table > thead > tr > th.price-table-season__standart {
  background: #e7e7cf;
}

.table.price-table-season span {
  font-style: normal;
  font-weight: normal;
}

.table.price-table-season  > thead > tr > th {
  text-align: center;
}

td.price_season-wrap.price-standart {
  background: #fafae1;
  text-align: center;
}

.season_price-block {
  margin: 50px;
}

.price-table-season a {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #333;
}

.price-table-season th {
  background: #eff0ee;
}
.price-table-season th i {
  font-weight: normal;
}

.price-table-season__room {
  width: 27%
}

.turbase-view-list ul {
  float: left;
}


/* Начало стилей лендинга */
.content-center {
  text-align: center;
}


.homepage-container {
    padding: 30px 0;
}

.header-aside__description {
  color: #fff;
  font-size: 19px;
  line-height: 26px;
  margin: 10px 0 20px
}

.header-aside {
  display: -ms-flexbox;
  display: flex;
  font-family: PT Sans, Helvetica, Arial, sans-serif’;
  font-weight: 400;
  font-size: 16px;
  padding: 40px 0 80px 0;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.header-aside,
.header-aside__content {
  position: relative
}

.header-aside .btn-default, 
.b-article-form .btn-default, 
.system-functions .btn-default {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 2px 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "PT Sans", Helvetica, Arial, sans-serif’;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 3px;
    padding: 12px 30px;
    transition: all 0.25s ease 0s;
    overflow: hidden;
}

.system-functions {
  padding: 40px 0;
  position: relative
}

.system-functions .blog-item h2,
.system-functions .h2,
.system-functions .instruction-content h2,
.blog-item .system-functions h2,
.instruction-content .system-functions h2 {
  margin-bottom: 30px;
  text-align: center
}

.system-functions .btn {
  margin-top: 40px
}

.system-function-item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px
}

.system-function-item,
.system-function-item__icon {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.system-function-item__icon {
  background: #ece6be;
  border-radius: 50%;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .04);
  height: 48px;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
  width: 48px
}

.system-function-item__text {
  color: #4a4a4a;
  font-size: 17px
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.clr {
  clear: both;
}

.clrfix:before, .clrfix:after {
  content: " ";
  display: table;
}
.clrfix:after {
  clear: both;
}
.clrfix {
  *zoom: 1;
}

.search-adv .adsbygoogle{
  height: 100% !important;
  margin-bottom: 10px;
}

.space-10 {
    width: 100%;
    height: 10px; }

.space-20 {
    width: 100%;
    height: 20px; }

.space-30 {
    width: 100%;
    height: 30px; }

.space-40 {
    width: 100%;
    height: 40px; }

.space-50 {
    width: 100%;
    height: 50px; }

.space-60 {
    width: 100%;
    height: 60px; }

.space-70 {
    width: 100%;
    height: 70px; }

.space-80 {
    width: 100%;
    height: 80px; }

.space-90 {
    width: 100%;
    height: 90px; }

.space-100 {
    width: 100%;
    height: 100px; }


.y-video {
    background: #d8d8d8;
    border: 3px solid hsla(0, 0%, 59%, .1);
    height: 400px;
    max-height: 400px;
    position: relative;
    width: 100%;
}

.y-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.integration-section {
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .13);
  z-index: 1
}

.integration-section .homepage-container__header {
  margin: 30px 0 40px;
  text-align: center
}

.integration_list {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px
}

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

.integration__list__item img {
  max-width: 150px;
  display: block;
  width: auto;
  height: 70px
}

@media (max-width:992px) {
  .integration-section .homepage-container__header {
    margin: 0 0 40px
  }
  .integration_list {
    margin-bottom: 0
  }

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

  .thumb-circle-location__popular-location {
    margin: 0 auto;
  }

  .location__popular-location-outer {
    height: 60px;
    line-height: 60px;
    text-align: center;
  }

    .scroll-contacts-wrap {
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    z-index: 160;
    height: 78px;
    min-height: 78px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background: #eff0ee;
    border-top: 1px solid #e0e1db;
  }

  .scroll-contacts-menu {
    position: fixed;
    display: block;
    bottom: -200px;
    opacity: 0.8;
    padding: 10px 0;
    left:0;
    width: 100%;
    z-index: 150;
    min-height: 63px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    border-top: 1px solid #e0e1db;
    background: #f9f9f9;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }

  .scroll-contacts-menu .phone-number-list {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5;
      padding: 8px 10px;
  }

  .scroll-contacts-menu hr {
    margin: 0;
  }

  .scroll-contacts-menu hr:last-child {
    display: none;
  }

  .scroll-contacts-link {
    padding: 5px 10px;
    display: block;
  }

  .scroll-contacts-button {
    margin: 12px 0 0 0;
    padding: 13px 20px;
    width: 220px;
    font-weight: bold;
  }
}

@media (max-width:480px) {
  .scroll-contacts-button {
    padding: 13px 8px;
    width: 170px;
  }
}

@media (max-width:390px) {
  .scroll-contacts-button {
    padding: 13px 4px;
    width: 165px;
  }
}

@media (max-width:360px) {
  .scroll-contacts-button.btn-warning {
    display: none;
  }

  .scroll-contacts-wrap .col-lg-12 {
    text-align: center;
  }
}

.title__section__site-main.title-landing,
.header-aside__content h1 {
    color: #4a4a4a;
    font-size: 32px;
    line-height: 31px;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: PT Sans, Helvetica, Arial, sans-serif’;
}

.header-aside__content h1 {
  color: #FFF;
  margin-bottom: 0;
}

.russian-nature.owner-landing {
  background: #4c6d8f url('../images/background_owner.jpg') center center no-repeat fixed;
  min-height: 60vh;
  color:#fff;
  background-size: cover;
}

.custom-toggle-n {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center
}

.custom-toggle-n-input,
.custom-toggle-n-input:active {
  border: none;
  height: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  width: 0
}

.custom-toggle-n-label {
  background: #9c0f10;
  border-radius: 18px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 16px;
  margin: 0 15px;
  position: relative;
  width: 40px;
  -ms-flex-order: 1;
  order: 1
}

.custom-toggle-n-label:before {
  background: #76a449;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 1;
  transition: transform .25s
}

.custom-toggle-n-label:after {
  color: #fff;
  content: none;
  display: block;
  height: 100%;
  left: -300px;
  padding: 10px;
  position: absolute;
  text-align: right;
  top: 0;
  white-space: nowrap;
  width: 300px;
  z-index: 0
}

.custom-toggle-n-input:checked+.custom-toggle-n-label:before {
  transform: translate(100%, -50%)
}

.custom-toggle-n-input:checked+.custom-toggle-n-label:after {
  content: none;
  left: 60px;
  width: 36px
}

.toggle-label {
  font-size: 15px;
  line-height: 22px;
  transition: color .25s
}

.toggle-label--on {
  -ms-flex-order: 2;
  order: 2
}

.toggle-label--off {
  -ms-flex-order: 0;
  order: 0
}

.custom-toggle-n-input:checked~.toggle-label--on,
.custom-toggle-n-input~.toggle-label--off {
  color: #fff
}

.custom-toggle-n-input:checked~.toggle-label--off,
.custom-toggle-n-input~.toggle-label--on {
  color: hsla(0, 0%, 100%, .5)
}

.toggle-controls {
  padding: 10px 0;
  position: relative;
  margin: 20px 0 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.toggle-controls .custom-toggle-n-label {
  background: hsla(0, 0%, 61%, .5)
}

.toggle-controls .custom-toggle-n-input:checked~.toggle-label--off,
.toggle-controls .custom-toggle-n-input~.toggle-label--on {
  color: hsla(0, 0%, 61%, .5)
}

.toggle-controls .custom-toggle-n-input:checked~.toggle-label--on,
.toggle-controls .custom-toggle-n-input~.toggle-label--off {
  color: #4a4a4a
}

.toggle-controls .selectric {
  background: #fff
}

.toggle-controls .selectric .label {
  font-weight: 600;
  color: #4a4a4a
}

@media (max-width:768px) {
  .toggle-controls {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .toggle-controls .change-region {
    padding: 10px 0 0;
    margin: 0
  }
}

@media (max-width:640px) {
  .toggle-controls .change-region,
  .toggle-controls .change-region .selectric-wrapper,
  .toggle-controls .change-region>*,
  .toggle-controls .custom-toggle-n {
    width: 100%
  }
}

.pricing-table {
  padding: 10px 0;
  width: 100%;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  font-family: PT Sans, Helvetica, Arial, sans-serif’;
}

.pricing-table .btn-default {
  color: #FFF;
  margin-top: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14);
    cursor: pointer;
    line-height: normal;
    border: none;
    border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    font-family: PT Sans, Helvetica, Arial, sans-serif’;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all .25s;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.blog-item .pricing-table h2,
.instruction-content .pricing-table h2,
.pricing-table .blog-item h2,
.pricing-table .h2,
.pricing-table .instruction-content h2 {
  margin-bottom: 0;
  padding-right: 40px;
  text-align: left;
  text-transform: none
}

.pricing-table .pricing-table__tr,
.pricing-table .pricing-table__tr .pricing-table__th {
  border-bottom: 2px solid hsla(0, 0%, 59%, .2)
}

.pricing-table .pricing-table__tr:last-of-type {
  border-bottom: none
}

.pricing-table .pricing-table__tr:first-of-type .pricing-table__th:nth-of-type(2) {
  border-radius: 3px 0 0 0
}

.pricing-table .pricing-table__tr:first-of-type .pricing-table__th:last-of-type {
  border-radius: 0 3px 0 0
}

.pricing-table .pricing-table__tr:last-of-type .pricing-table__td {
  border-bottom: none
}

.pricing-table .pricing-table__tr:last-of-type .pricing-table__td:nth-of-type(2) {
  border-radius: 0 0 0 3px
}

.pricing-table .pricing-table__tr:last-of-type .pricing-table__td:last-of-type {
  border-radius: 0 0 3px 0
}

.pricing-table__tr .pricing-table__td:not(:first-of-type),
.pricing-table__tr .pricing-table__th:not(:first-of-type) {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .03);
  text-align: center
}

.pricing-table__tr .pricing-table__td:not(:first-of-type):nth-of-type(3),
.pricing-table__tr .pricing-table__th:not(:first-of-type):nth-of-type(3) {
  border-right: 1px solid hsla(0, 0%, 59%, .35);
  border-left: 1px solid hsla(0, 0%, 59%, .35)
}

.pricing-table__tr .pricing-table__td.recommended {
  background: #fffceb
}

.pricing-table__tr .pricing-table__td:first-of-type {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-right: 40px
}

.pricing-table__tr .pricing-table__td.pricing-table__td--regular {
  font-weight: 300;
  font-size: 13px
}

.pricing-table__th {
  color: #4a4a4a;
  font-size: 17px;
  line-height: 21px;
  width: 34%;
  font-weight: 600;
  padding: 20px 0;
  text-transform: uppercase
}

.pricing-table__th.price-columns {
  width: 22%;
}

.pricing-table__th .pricing-toggle {
  font-size: 14px;
  text-transform: none
}

.pricing-table__th__content {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center
}

.pricing-table__td {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  padding: 15px 0;
  position: relative;
  vertical-align: middle
}

.pricing-table__td .popup {
  position: absolute;
  right: 15px;
  top: 13px
}

.pricing-column-control {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px
}

.pricing-column-control .column-control:first-of-type {
  border-radius: 5px 0 0 5px
}

.pricing-column-control .column-control:last-of-type {
  border-radius: 0 5px 5px 0
}

.pricing-column-control .column-control:not(:last-of-type) {
  border-right: 1px solid #dcdcdc
}

.column-control {
  color: #b40000;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  transition: background .25s;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.column-control:hover {
  background: #fff
}

.column-control.active {
  background: #fff;
  color: #4a4a4a;
  cursor: default;
  font-weight: 600
}

@media (max-width:992px) {
  .pricing-table-container {
    border: 1px solid #dcdcdc;
    border-radius: 5px
  }
  .pricing-table .btn-default {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .pricing-table .pricing-table__th,
  .pricing-table .pricing-table__th__title {
    display: none
  }
  .pricing-table .pricing-table__tr .pricing-table__td {
    padding: 10px 15px
  }
  .pricing-table .pricing-table__tr .pricing-table__td:first-of-type {
    padding: 10px 40px 10px 15px
  }
  .pricing-table .pricing-table__tr:not(:last-of-type) {
    border-bottom: none
  }
  .pricing-table .pricing-table__tr .pricing-table__td:not(:first-of-type),
  .pricing-table .pricing-table__tr .pricing-table__th:not(:first-of-type) {
    display: none
  }
  .pricing-table .pricing-table__tr .pricing-table__td:not(:first-of-type).show_td,
  .pricing-table .pricing-table__tr .pricing-table__th:not(:first-of-type).show_td {
    display: table-cell;
    border: none
  }
  .pricing-table .pricing-table__tr .pricing-table__th {
    border-radius: 3px 3px 0 0!important
  }
  .pricing-table .pricing-table__tr:last-of-type .pricing-table__td {
    border-radius: 0 0 3px 3px!important
  }
  .pricing-table__tr .pricing-table__td:not(:first-of-type),
  .pricing-table__tr .pricing-table__th:not(:first-of-type) {
    background: none;
    box-shadow: none
  }
  .pricing-column-control {
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width:640px) {
  .column-control {
    font-size: 14px;
    padding: 10px
  }
}

.popup {
  font-size: 19px;
  font-weight: normal;
}

.popup:before {
  transition: color .25s;
  color: rgba(245, 166, 35, .5);
  content: "help_outline";
  font-family: 'Material Icons';
}

.popup:active:before,
.popup:focus:before,
.popup:hover:before {
  color: #f5a623
}

.popup:active .popup__content,
.popup:focus .popup__content,
.popup:hover .popup__content {
  display: block
}

.popup__content {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .12);
  color: #4a4a4a;
  display: none;
  font-size: 14px;
  left: calc(100% + 15px);
  min-width: 200px;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10
}

.popup__content:before {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  left: -10px;
  z-index: 1
}

.popup__content:after,
.popup__content:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.popup__content:after {
  border-bottom: 11px solid transparent;
  border-right: 11px solid #e2e2e2;
  border-top: 11px solid transparent;
  left: -11px
}

@media (max-width:768px) {
  .popup {
    display: none
  }
}

.icon {
  display: inline-block
}

.icon-accept {
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgPGRlZnM+PC9kZWZzPiAgIDxnIGlkPSJwYWdlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgPGcgaWQ9ImF0cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM5MS4wMDAwMDAsIC0zNDAxLjAwMDAwMCkiPiAgICAgICAgIDxnIGlkPSJwcmljaW5nLXRhYmxlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMzI1Ny4wMDAwMDApIj4gICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAwLjAwMDAwMCwgNzEuMDAwMDAwKSI+ICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkxLjAwMDAwMCwgNzMuMDAwMDAwKSI+ICAgICAgICAgICAgICAgICAgPGcgaWQ9Imljb25zOC1jaGVja2VkIj4gICAgICAgICAgICAgICAgICAgICA8Zz4gICAgICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBmaWxsPSIjQzhFNkM5IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGN4PSI5IiBjeT0iOSIgcj0iOSI+PC9jaXJjbGU+ICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjNENBRjUwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHBvaW50cz0iMTQuMDEzOTQ3NCA0LjU0MDczNjg0IDcuNTg1NTc4OTUgMTAuOTc2MjEwNSA0LjkzMjQ3MzY4IDguMzI5MjYzMTYgMy41OTM4NDIxMSA5LjY3MDczNjg0IDcuNTg3OTQ3MzcgMTMuNjU1MzY4NCAxNS4zNTQ0NzM3IDUuODgwMzE1NzkiPjwvcG9seWdvbj4gICAgICAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICA8L2c+ICAgICAgICAgPC9nPiAgICAgIDwvZz4gICA8L2c+PC9zdmc+) no-repeat 50%;
  background-size: cover;
  height: 20px;
  width: 20px
}

.pricing-section {
  padding-bottom: 40px
}

.pricing-header-section,
.pricing-header-table {
  width: 100%;
  z-index: 1
}

.pricing-header-table {
  position: relative;
  top: 2px
}

.pricing-header-table .pricing-header__td.recommended {
  background: #fffceb!important;
  position: relative
}

.pricing-header-table .pricing-header__td.recommended .pricing-header__cost {
  color: #ff6700
}

.pricing-header-table .pricing-header__td.recommended:before {
  -ms-flex-align: center;
  align-items: center;
  background: #ffe9c8;
  border-radius: 3px 3px 0 0;
  color: #4a4a4a;
  content: attr(data-recommend);
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  width: 100%
}

.pricing-header-table .pricing-header__td:not(:first-of-type) {
  background: #fff;
  border-bottom: 2px solid hsla(0, 0%, 59%, .35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .03)
}

.pricing-header-table .pricing-header__td:nth-of-type(2) {
  border-radius: 3px 0 0 0
}

.pricing-header-table .pricing-header__td:nth-of-type(4) {
  border-radius: 0 3px 0 0
}

.pricing-header-table .btn {
  color: #4a4a4a;
  margin: 25px auto 10px
}

.pricing-header__td__content {
  padding: 20px 0 40px
}

.pricing-header__title {
  color: #4a4a4a;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase
}

.pricing-header__title>.text {
  padding: 30px 0 15px
}

.pricing-header__title>.text a {
  background-color: transparent;
  text-decoration: none;
  color: #8c0303
}

.pricing-header__title>.text a:hover {
  text-decoration: underline
}

.pricing-header__description {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 300;
  margin: 20px auto 0;
  text-align: center;
  width: 80%
}

.pricing-header__for {
  color: #4a4a4a;
  font-size: 15px;
  margin: 15px auto 0;
  text-align: center;
  width: 50%
}

.pricing-header__cost {
  color: #ff9f0f;
  font-size: 35px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center
}

.pricing-header__cost .small {
  font-size: 20px
}

@media (max-width:992px) {
  .pricing-header-section {
    background: #f7f7f7;
    padding-top: 20px
  }
  .pricing-section .pricing-table-container {
    border-radius: 0 0 5px 5px;
    border-top: none
  }
  .pricing-header:before {
    content: none
  }
  .pricing-header-table {
    top: 0;
    border: 1px solid #dcdcdc
  }
  .pricing-header-table .pricing-header__td {
    display: none
  }
  .pricing-header-table .pricing-header__td.recommended {
    background: #fff!important
  }
  .pricing-header-table .pricing-header__td.recommended .pricing-header__cost {
    color: #ff9f0f
  }
  .pricing-header-table .pricing-header__td:not(:first-of-type) {
    border-bottom: none
  }
  .pricing-header-table .pricing-header__td.show_td {
    display: table-cell
  }
  .pricing-header-table .pricing-header__td.recommended:before {
    content: none
  }
  .pricing-header__title {
    display: none
  }
  .pricing-header__td__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .pricing-header__cost {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px
  }
  .pricing-header__cost .btn {
    margin: 0
  }
  .pricing-header__for {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
    padding: 0 15px 15px
  }
  .pricing-header__description {
    width: 100%;
    -ms-flex-order: 3;
    order: 3;
    text-align: left;
    padding: 0 15px
  }
}

.b-article-form
{
  background-size: cover;
  padding-top: 53px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .22);
}
.b-article-form .bsw-subtitle
{
  color: rgb(74, 74, 74);
    font-size: 32px;
    line-height: 31px;
    font-weight: 700;
    font-family: "PT Sans", Helvetica, Arial, sans-serif’;
  padding: 0;
}
.b-article-form .bsw-desc
{
  color: #262B42;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: 25px;
  max-width: 530px;
  padding: 0;
}
.b-article-form .bsw-image img
{
  margin-left: -107px;
}
.b-article-form .bsw-form
{
  padding-top: 0;
}
.b-article-form .bsw-form input
{
  height: 40px;
  margin-top: 16px;
  width: 450px;
}
.bsw-form .bsw-agreement
{
  color: #878787;
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 20px;
}
.b-article-form .bsw-form .bsw-agreement
{
  display: block;
  max-width: 450px;
  padding-bottom: 0;
  padding-top: 10px;
}
.b-article-form .bsw-form .bsw-button
{
  margin-bottom: 71px;
  margin-top: 35px;
}
.b-article-form .bsw-form .bsw-button button
{
  font-size: 14px;
  height: auto;
  line-height: 31px;
  padding: 4px 45px 3px 45px;
}
.b-article-form
{
  background: url(/images/contact_form_bg.jpg) no-repeat center;
  background-size: cover;
}

.how-to-call {
  padding: 30px 0
}

.how-to-call .h2 {
  margin-bottom: 30px;
  text-align: center
}

.custom-list.custom-list--horizontal {
  list-style: none;
}

.custom-list.custom-list--horizontal.success .custom-list__item {
  background: url(/images/icons/list-success-ico.svg) no-repeat -7px -7px;
    background-size: 33px;
    color: #4a4a4a;
    display: list-item;
    text-align: -webkit-match-parent;
}

.custom-list__item {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 25px;
    padding-left: 30px;
    float: left;
    margin-right: 30px;
}

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

.recommendLinkList {
  list-style: none;
  padding: 0 0 0 15px;
}

.recommendLinkList li {
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 1px;
  background-color: #eff0ee;
  margin: 0 8px 8px 0; 
}

.recommendLinkList li a {
  display: block;
  padding: 0 0 0 23px;
  margin: 2px 0 3px 0;
  color: #848484;
  line-height: 1.6;
}

.recommendLinkList li a:hover {
  color: #618c38;
}

.recommendLinkList.listWaters {
  margin-top: 15px;
  padding-left: 0;
}

.recommendLinkList.listWaters li {
  font-size: 0.95em;
  border-radius: 2px;
  margin: 0 8px 8px 0; 
}

.recommendLinkList.listWaters li a {
  padding: 0;
}

.show-all-btn {
  border-bottom: 1px dotted;
  width: 100%;
  font-weight: bold;
}

.recommendLinkList.listWaters li.hide-list {
  display: none;
}

.title__section__site-main.faq-title {
  margin-bottom: 20px;
}

.faq-item {
  background: #f8f8f8;
  margin: 0 0 12px 0;
  position: relative;
}

.faq-question {
  font-size: 1.25em;
  cursor: pointer;
  padding: 15px 45px 15px 20px;
  font-weight: normal;
}

.faq-answer {
  display: none;
  margin: 0 20px;
  padding: 12px 0 20px 0;
  border-top: 1px solid #dfe2dc;
}

.icon-arrow {
  position: absolute;
  top: 16px;
  right: 16px;
}

.icon-arrow img {
  cursor: pointer;
  transition: transform .1s ease-in;
}

.icon__filter_basseyn a {background: url(/images/icons_filter.png) no-repeat 0 3px;}
.icon__filter_basseyn a:hover {background: url(/images/icons_filter.png) no-repeat 0 -18px;}
.icon__filter_vse-vklyucheno a {background: url(/images/icons_filter.png) no-repeat 0 -40px;}
.icon__filter_vse-vklyucheno a:hover {background: url(/images/icons_filter.png) no-repeat 0 -62px;}
.icon__filter_s-pitaniem a {background: url(/images/icons_filter.png) no-repeat 0 -82px;}
.icon__filter_s-pitaniem a:hover {background: url(/images/icons_filter.png) no-repeat 0 -102px;}
.icon__filter_prokat a {background: url(/images/icons_filter.png) no-repeat 0 -122px;}
.icon__filter_prokat a:hover {background: url(/images/icons_filter.png) no-repeat 0 -144px;}
.icon__filter_detskaya-ploshchadka a {background: url(/images/icons_filter.png) no-repeat 0 -165px;}
.icon__filter_detskaya-ploshchadka a:hover {background: url(/images/icons_filter.png) no-repeat 0 -186px;}
.icon__filter_nedorogie a {background: url(/images/icons_filter.png) no-repeat 0 -209px;}
.icon__filter_nedorogie a:hover {background: url(/images/icons_filter.png) no-repeat 0 -231px;}
.icon__filter_banketnyy-zal a {background: url(/images/icons_filter.png) no-repeat 0 -253px;}
.icon__filter_banketnyy-zal a:hover {background: url(/images/icons_filter.png) no-repeat 0 -276px;}
.icon__filter_katok a {background: url(/images/icons_filter.png) no-repeat 0 -299px;}
.icon__filter_katok a:hover {background: url(/images/icons_filter.png) no-repeat 0 -322px;}
.icon__filter_zimnie-s-otopleniem a {background: url(/images/icons_filter.png) no-repeat 0 -344px;}
.icon__filter_zimnie-s-otopleniem a:hover {background: url(/images/icons_filter.png) no-repeat 0 -367px;}
.icon__filter_letnie a {background: url(/images/icons_filter.png) no-repeat 0 -389px;}
.icon__filter_letnie a:hover {background: url(/images/icons_filter.png) no-repeat 0 -412px;}
.icon__filter_svadebnye a {background: url(/images/icons_filter.png) no-repeat 0 -433px;}
.icon__filter_svadebnye a:hover {background: url(/images/icons_filter.png) no-repeat 0 -453px;}
.icon__filter_transfer a {background: url(/images/icons_filter.png) no-repeat 0 -473px;}
.icon__filter_transfer a:hover {background: url(/images/icons_filter.png) no-repeat 0 -491px;}
.icon__filter_wi-fi a {background: url(/images/icons_filter.png) no-repeat 0 -510px;}
.icon__filter_wi-fi a:hover {background: url(/images/icons_filter.png) no-repeat 0 -530px;}
.icon__filter_gornolyzhnye a {background: url(/images/icons_filter.png) no-repeat 0 -551px;}
.icon__filter_gornolyzhnye a:hover {background: url(/images/icons_filter.png) no-repeat 0 -573px;}
.icon__filter_plyazh a {background: url(/images/icons_filter.png) no-repeat 0 -594px;}
.icon__filter_plyazh a:hover {background: url(/images/icons_filter.png) no-repeat 0 -616px;}
.icon__filter_banya a {background: url(/images/icons_filter.png) no-repeat 0 -638px;}
.icon__filter_banya a:hover {background: url(/images/icons_filter.png) no-repeat 0 -659px;}
.icon__filter_rybolovnye a {background: url(/images/icons_filter.png) no-repeat 0 -681px;}
.icon__filter_rybolovnye a:hover {background: url(/images/icons_filter.png) no-repeat 0 -700px;}
.icon__filter_ohothozyaystvo a {background: url(/images/icons_filter.png) no-repeat 0 -720px;}
.icon__filter_ohothozyaystvo a:hover {background: url(/images/icons_filter.png) no-repeat 0 -740px;}
.icon__filter_camping a {background: url(/images/icons_filter.png) no-repeat 0 -761px;}
.icon__filter_camping a:hover {background: url(/images/icons_filter.png) no-repeat 0 -781px;}

.header-text-search {
  margin-top: 15px;
}

.header-text-search hr {
  margin: 10px 0; 
}

.header-text-search p {
  margin-bottom: 0;
  font-size: 0.950em;
  line-height: 1.6;
  text-align: justify;
}

.header-text-search p.single {
  margin-bottom: 15px;
}

@media (max-width: 992px)
{
  .b-article-form,.salesap-promo .b-landing-form
  {
    background: #f0f1f3;
  }
  .b-article-form .row
  {
    margin-left: 30px;
  }
  .b-article-form .bsw-form input
  {
    width: 90%;
  }
}

#datamap {
  border: 1px solid #dfe2dc;
  padding: 1px;
}
