@charset "UTF-8";
/* Код для подключения шрифта в /css/stylename.css */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* Reset Style */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, em, img, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  will-change: transform;
}

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

button, input[type="submit"] {
  border: 0;
}

button, input {
  line-height: normal;
  outline: none;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  font-family: 'Roboto';
  font-weight: 300;
  *vertical-align: middle;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], button, input[type="submit"], input[type="reset"], input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button, input[type="submit"], input[type="reset"], input[type="button"] {
  cursor: pointer;
}

b, strong {
  font-weight: 700;
}

a {
  text-decoration: underline;
  color: #385f36;
}

a:hover {
  text-decoration: none;
}

em, i {
  font-style: italic;
}

input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  *height: 13px;
  padding: 0;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* Base styles */
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 100%;
  outline: none;
}

html *:before, html *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

sup, sub {
  font-size: 12px;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #1b1b1b;
  direction: ltr;
  font-family: 'Roboto', sans-serif, Arial, Verdana;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
}

html.no-scroll {
  overflow: hidden;
}

.cl, .cnt, .photo__info {
  *zoom: 1;
}

.cl:before, .cnt:before, .photo__info:before, .cl:after, .cnt:after, .photo__info:after {
  display: table;
  content: "";
  line-height: 0;
}

.cl:after, .cnt:after, .photo__info:after {
  clear: both;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-flexbox .flex-row {
  display: block;
  font-size: 0;
}

.no-flexbox .flex-item {
  display: inline-block;
  vertical-align: top;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

/*при использовании scale родительскому блоку добавить стиль backface-visibility: hidden*/
/*Content section*/
h1, .h1, h3, .h3, .personal-ttl {
  text-transform: uppercase;
}

h1, .h1 {
  position: relative;
  margin-bottom: 20px;
  padding-top: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

h2, .h2 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
}

h2:before, .h2:before {
  content: '';
  display: block;
  width: 90px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -45px;
  border-top: 2px solid #385f36;
}

h3, .h3, .personal-ttl {
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 18px;
}

h4, .h4 {
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 18px;
}

blockquote {
  position: relative;
  padding: 15px 15px 15px 35px;
  margin-bottom: 15px;
  background-color: #f7f7f7;
}

blockquote em, blockquote i {
  display: block;
  margin-top: 10px;
}

blockquote:before {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 14px;
  top: 20px;
  left: 8px;
  background: url(../images/ico-blockquote.png) no-repeat center;
  background-size: cover;
}

.cnt {
  line-height: 1.5;
}

.cnt .table-wrp {
  overflow-y: auto;
}

.cnt .table-wrp table {
  margin-bottom: 0;
}

.cnt img {
  display: block;
  margin: 0 auto 10px;
  float: none;
}

.cnt .publications__slider-wrp img, .cnt .photo-wrp img, .cnt .banner img {
  max-width: 100%;
  margin-bottom: 0;
}

.cnt hr {
  border: none;
  border-bottom: 1px solid #ebebeb;
}

.cnt p {
  margin-bottom: 15px;
}

.cnt figure {
  clear: both;
  float: none;
  margin-bottom: 30px;
  text-align: center;
}

.cnt figcaption {
  padding-top: 10px;
  text-align: center;
  color: #5a5a5a;
  font-size: 15px;
}

.cnt ol {
  padding: 0;
  margin-bottom: 20px;
  counter-reset: step-counter;
}

.cnt ol > li {
  position: relative;
  padding-bottom: 10px;
  margin-left: 16px;
  counter-increment: step-counter;
}

.cnt ol > li:before {
  content: counter(step-counter) ".";
  counter-increment: step;
  position: absolute;
  top: 0px;
  right: 100%;
  margin-right: 4px;
  text-align: center;
  font-weight: 700;
  color: #385f36;
}

.cnt ol > li ol {
  margin-bottom: 0;
  margin-left: 12px;
}

.cnt ol > li ol li {
  padding-bottom: 0;
  margin-top: 10px;
}

.cnt ol > li ol li:before {
  content: counters(step-counter, ".");
}

.cnt ol > li ul {
  margin-bottom: 0;
  margin-left: 12px;
  margin-left: 0;
}

.cnt ol > li ul li {
  margin-left: 0;
  padding-bottom: 0;
  margin-top: 10px;
}

.cnt ul {
  margin-bottom: 20px;
}

.cnt ul li {
  list-style: none;
  position: relative;
  padding: 0 0 10px 16px;
}

.cnt ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #385f36;
}

.cnt ul li ul {
  margin-bottom: 0;
}

.cnt ul li li {
  padding-bottom: 0;
  margin-top: 10px;
}

.cnt table {
  width: 100%;
  margin: 0 auto 25px;
  border-collapse: collapse;
}

.cnt table[border="none"] td {
  border: none;
}

.cnt table.boder-none td {
  border: none;
}

.cnt td {
  padding: 10px 20px;
  border: 1px solid #ebebeb;
}

.cnt th {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  padding: 10px 20px;
  text-align: left;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.loader {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  background-image: url(../images/loader.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 13;
}

form .loader {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  left: auto;
  right: auto;
  margin: 0 auto;
  clear: both;
}

.services-wrp {
  position: relative;
  min-height: 205px;
}

.services-wrp .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 15px;
}

.services-wrp .slick-dots li div {
  background-color: #385f36;
}

.services {
  display: none;
}

.services.slick-initialized {
  display: block;
}

.photo-showplace-wrp {
  position: relative;
  margin-bottom: 30px;
  min-height: 160px;
}

.photo-showplace-wrp .slick-arrow {
  width: 10%;
  height: 100%;
  top: 0;
  margin-top: 0;
}

.photo-showplace-wrp .slick-prev, .photo-showplace-wrp .prev-photo {
  left: 0;
}

.photo-showplace-wrp .slick-next, .photo-showplace-wrp .next-photo {
  right: 0;
}

.photo-showplace-wrp .slick-dots {
  bottom: -30px;
}

.photo-showplace-wrp .slick-dots li div {
  background-color: #385f36;
}

.photo-showplace__inner {
  position: relative;
  background-image: none !important;
}

.photo-showplace__inner iframe {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

iframe.iframe-show {
  opacity: 1;
  visibility: visible;
}

.publications__photo {
  display: block;
  text-align: center;
  background-image: none !important;
}

.publications__photo img {
  position: relative;
  z-index: 1;
}

.publications__photo:before {
  display: none;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .5;
}

.play-video {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.play-video .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  margin-left: -22px;
  width: 44px;
  height: 44px;
}

.play-video_start {
  display: none;
}

.photo-showplace__img, .publications__photo-inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.photo-showplace:before {
  content: '';
  display: block;
  position: absolute;
  width: 10%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.photo-showplace:after {
  content: '';
  display: block;
  position: absolute;
  width: 10%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.photo-showplace__item {
  position: relative;
  text-align: center;
}

.publications__slider-wrp {
  margin-bottom: 20px;
}

.publications__slide {
  background-color: rgba(0, 0, 0, 0.3);
}

.photo-showplace__bottom {
  position: absolute;
  width: 80%;
  left: 10%;
  padding-left: 12px;
  padding-right: 12px;
  z-index: 2;
  bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.photo-showplace__name {
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.photo-quantity {
  float: right;
}

.main__slider-nav {
  position: absolute;
  max-width: 1230px;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main__slider-wrp {
  position: relative;
  min-height: 425px;
}

.main__slider-wrp .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-initialized .main__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__slider-item {
  position: relative;
  padding: 15px 0;
  min-height: 425px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main__slider-item .main-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.main__slider-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.main__slider-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0;
  -webkit-transition: opacity 1s ease .1s;
  -o-transition: opacity 1s ease .1s;
  transition: opacity 1s ease .1s;
}

.main__slider-2.slick-initialized {
  opacity: 1;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  display: block !important;
}

.main__slider-2:not(.slick-initialized) .main__slider-item {
  width: 0;
}

.main__slider-2:not(.slick-initialized) .main__slider-item:first-child {
  width: 100%;
}

.main__slider-2 .main__slider-item:before {
  display: none;
}

.main__slider-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.main__slider-item_shadow .main__slider-info:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/slider-shadow.png") center no-repeat;
  background-size: cover;
}

.main__slider-txt {
  position: relative;
  padding: 15px 0 0 15px;
  max-width: 452px;
  margin: 0 auto;
}

.main__slider-txt p {
  margin-bottom: 15px;
}

.main__slider-txt a {
  color: #fff;
}

.main__slider-txt a[href^='tel:'] {
  text-decoration: none;
}

.main__slider-txt .social__lnk {
  width: 35px;
}

.main__slider-phones {
  margin-bottom: 25px;
}

.main__slider-contacts {
  margin-bottom: 22px;
}

.main__slider-contacts span {
  display: inline-block;
  margin-bottom: 12px;
}

.main__slider-emails {
  margin-bottom: 12px;
}

.main__slider-ttl {
  display: block;
  position: relative;
  max-width: 500px;
  margin: 0 auto 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

/* Arrows */
.slick-prev, .prev-photo, .slick-next, .next-photo {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #385f36;
  z-index: 2;
  border-radius: 50%;
}

.slick-prev .icon, .prev-photo .icon, .slick-next .icon, .next-photo .icon {
  width: 15px;
  height: 15px;
}

.slick-prev.slick-disabled, .slick-disabled.prev-photo, .slick-next.slick-disabled, .slick-disabled.next-photo {
  opacity: .25;
}

.slick-prev, .prev-photo {
  left: 10px;
}

.slick-next, .next-photo {
  right: 10px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 22px;
  display: block;
  width: 100%;
  font-size: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li div {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #fff;
  opacity: .5;
}

.slick-dots li.slick-active div {
  opacity: 1;
}

/* Magnific Popup CSS*/
.popup {
  background-color: #fff;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  cursor: default;
}

.popup .field, .popup .textarea, .popup .selected-active {
  text-align: center;
}

.popup .err_mess {
  display: block;
  margin-bottom: 10px;
}

.services-popup {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background-color: #fff;
}

.services-popup .close-popup {
  z-index: 2;
  margin-top: 0;
  right: 20px;
  top: 20px;
  background-color: #fff;
}

.services-popup_active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.services__info {
  padding: 10px 20px 20px;
}

.services__info-ttl {
  color: #385f36;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.close-popup {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}

.close-popup .icon-cros {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
  fill: #4f4f4f;
}

.login-popup__ttl {
  position: relative;
  padding: 16px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.bx-authform-social {
  text-align: center;
}

.bx-authform-social ul {
  font-size: 0;
}

.bx-authform-social li {
  display: inline-block;
  width: 30px;
  margin-bottom: 10px;
}

.bx-authform-social__txt {
  max-width: 250px;
  margin: 0 auto 10px;
  font-size: 14px;
}

.bx-authform-social__ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.login-popup__wrp {
  padding: 15px 20px 20px;
}

.login-popup__bottom {
  padding: 20px;
  background-color: #f5f5f5;
  text-align: center;
}

.login-popup__bottom a {
  font-size: 14px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  cursor: url(../images/cros.svg) 0 0, auto;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: url(../images/cros.svg) 0 0, auto;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: url(../images/cros.svg) 0 0, auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup*/
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image*/
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /* Remove all paddings around the image on small screen*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
  stroke: inherit;
}

/*
.icon-arrow-down {
    font-size:(0.7)*1rem;
    width:(1.2 / 0.7)*1em;
}

.icon-avatar {
    font-size:(48.29)*1rem;
    width:(41.08 / 48.29)*1em;
}

.icon-bicycle {
    font-size:(26.45)*1rem;
    width:(51.2 / 26.45)*1em;
}

.icon-btn-arrow {
    font-size:(8.64)*1rem;
    width:(8.73 / 8.64)*1em;
}

.icon-building {
    font-size:(46.9333)*1rem;
    width:(46.9333 / 46.9333)*1em;
}

.icon-bus {
    font-size:(35.839999999999996)*1rem;
    width:(51.29 / 35.839999999999996)*1em;
}

.icon-calendar {
    font-size:(46.9333)*1rem;
    width:(46.9333 / 46.9333)*1em;
}

.icon-call {
    font-size:(38.4)*1rem;
    width:(38.4 / 38.4)*1em;
}

.icon-camp {
    font-size:(51.2)*1rem;
    width:(38.4 / 51.2)*1em;
}

.icon-car {
    font-size:(29.01)*1rem;
    width:(51.12 / 29.01)*1em;
}

.icon-check {
    font-size:(6.220000000000001)*1rem;
    width:(9.51 / 6.220000000000001)*1em;
}

.icon-city {
    font-size:(51.2)*1rem;
    width:(51.2 / 51.2)*1em;
}

.icon-clip {
    font-size:(11.629999999999999)*1rem;
    width:(10.53 / 11.629999999999999)*1em;
}

.icon-clock {
    font-size:(49.2)*1rem;
    width:(43.56 / 49.2)*1em;
}

.icon-compass {
    font-size:(51.2)*1rem;
    width:(51.2 / 51.2)*1em;
}

.icon-country {
    font-size:(51.2)*1rem;
    width:(51.2 / 51.2)*1em;
}

.icon-cros {
    font-size:(3.12)*1rem;
    width:(3.12 / 3.12)*1em;
}

.icon-date {
    font-size:(12.9)*1rem;
    width:(12.9 / 12.9)*1em;
}

.icon-del {
    font-size:(47.519999999999996)*1rem;
    width:(47.519999999999996 / 47.519999999999996)*1em;
}

.icon-distance {
    font-size:(51.2)*1rem;
    width:(51.2 / 51.2)*1em;
}

.icon-double-right-arrow {
    font-size:(51.2)*1rem;
    width:(38.7 / 51.2)*1em;
}

.icon-down-arrow {
    font-size:(6.21)*1rem;
    width:(11.61 / 6.21)*1em;
}

.icon-excursions {
    font-size:(51.2)*1rem;
    width:(38.4 / 51.2)*1em;
}

.icon-hostel {
    font-size:(38.4)*1rem;
    width:(51.2 / 38.4)*1em;
}

.icon-info {
    font-size:(100)*1rem;
    width:(45.45454545454545 / 100)*1em;
}

.icon-key {
    font-size:(51.2)*1rem;
    width:(50.4 / 51.2)*1em;
}

.icon-left-arrow {
    font-size:(51.2)*1rem;
    width:(25.6 / 51.2)*1em;
}

.icon-letter {
    font-size:(38.4)*1rem;
    width:(51.2 / 38.4)*1em;
}

.icon-likes_active {
    font-size:(41.47)*1rem;
    width:(47.17 / 41.47)*1em;
}

.icon-log-in {
    font-size:(48.15)*1rem;
    width:(48.15 / 48.15)*1em;
}

.icon-map {
    font-size:(38.4)*1rem;
    width:(46.93 / 38.4)*1em;
}

.icon-marker {
    font-size:(51.2)*1rem;
    width:(38.4 / 51.2)*1em;
}

.icon-next {
    font-size:(51.2)*1rem;
    width:(51.2 / 51.2)*1em;
}

.icon-person {
    font-size:(51.2)*1rem;
    width:(32.03 / 51.2)*1em;
}

.icon-photo-camera {
    font-size:(39.769999999999996)*1rem;
    width:(49 / 39.769999999999996)*1em;
}

.icon-picture {
    font-size:(48.94)*1rem;
    width:(48.94 / 48.94)*1em;
}

.icon-pictures {
    font-size:(68.84)*1rem;
    width:(64.92 / 68.84)*1em;
}

.icon-pin {
    font-size:(51.2)*1rem;
    width:(25.6 / 51.2)*1em;
}

.icon-play {
    font-size:(6)*1rem;
    width:(6 / 6)*1em;
}

.icon-prev {
    font-size:(51.2)*1rem;
    width:(51.2 / 51.2)*1em;
}

.icon-region {
    font-size:(51.2)*1rem;
    width:(51.2 / 51.2)*1em;
}

.icon-restaurant {
    font-size:(34.13)*1rem;
    width:(51.2 / 34.13)*1em;
}

.icon-right-arrow {
    font-size:(51.2)*1rem;
    width:(25.6 / 51.2)*1em;
}

.icon-search {
    font-size:(45.1)*1rem;
    width:(45.1 / 45.1)*1em;
}

.icon-settings {
    font-size:(48.03)*1rem;
    width:(46.660000000000004 / 48.03)*1em;
}

.icon-smile {
    font-size:(10.6059)*1rem;
    width:(10.6059 / 10.6059)*1em;
}

.icon-star {
    font-size:(46.519999999999996)*1rem;
    width:(48.72 / 46.519999999999996)*1em;
}

.icon-tile {
    font-size:(5)*1rem;
    width:(5 / 5)*1em;
}

.icon-toggle-arrow {
    font-size:(60.010000000000005)*1rem;
    width:(48.7 / 60.010000000000005)*1em;
}

.icon-views {
    font-size:(36.230000000000004)*1rem;
    width:(61.2 / 36.230000000000004)*1em;
}

.icon-working {
    font-size:(42.660000000000004)*1rem;
    width:(51.2 / 42.660000000000004)*1em;
}
*/
.main-container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.main-row {
  margin-left: -10px;
  margin-right: -10px;
}

.main {
  padding-top: 60px;
}

.banner__item {
  display: block;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}

.banner__item img {
  width: 100%;
}

.arrow-page {
  position: fixed;
  width: 30px;
  height: 30px;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}

.arrow-page .icon {
  position: absolute;
  width: 16px;
  height: 9px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -4.5px;
}

.js-up .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.arrow-page__btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.arrow-page__btn_show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/*form styel start*/
.field, .textarea, .selected-active {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #f2f2f2;
  margin-bottom: 10px;
  background-color: #f2f2f2;
}

.field::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .selected-active::-webkit-input-placeholder {
  color: #4f4f4f;
  opacity: 1;
}

.field:-moz-placeholder, .textarea:-moz-placeholder, .selected-active:-moz-placeholder {
  color: #4f4f4f;
  opacity: 1;
}

.field::-moz-placeholder, .textarea::-moz-placeholder, .selected-active::-moz-placeholder {
  color: #4f4f4f;
  opacity: 1;
}

.field:-ms-input-placeholder, .textarea:-ms-input-placeholder, .selected-active:-ms-input-placeholder {
  color: #4f4f4f;
  opacity: 1;
}

.textarea {
  resize: vertical;
  min-height: 80px;
  height: 120px;
}

#review-select, .br-current-rating {
  display: none;
}

.review-form {
  margin-bottom: 15px;
}

.br-widget {
  margin-bottom: 22px;
}

.br-widget a {
  display: inline-block;
  vertical-align: top;
  margin-left: 1px;
  margin-right: 1px;
}

.br-widget a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/ico-star_dark.svg) no-repeat center;
}

.br-widget a.br-active:before, .br-widget a.br-selected:before {
  background-image: url(../images/ico-active-star.svg);
}

.field-wrp {
  margin-bottom: 10px;
  position: relative;
}

.field-wrp .field, .field-wrp .textarea, .field-wrp .selected-active {
  margin-bottom: 0;
}

.field-wrp .icon-cros {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  left: auto !important;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}

.field-wrp .icon-cros:hover {
  fill: #385f36;
}

.field_date {
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #000;
  position: relative;
  z-index: 2;
}

.field_date:focus + .icon {
  fill: #385f36;
}

.field_date__wrp {
  margin-bottom: 10px;
}

.field_other-city {
  background-color: #f5f5f5;
}

.registration-wrp {
  padding-bottom: 30px;
}

.registration-wrp h1, .registration-wrp .h1 {
  color: #4f4f4f;
}

.registration {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.err {
  border-color: #385f36;
}

.btn {
  display: inline-block;
  vertical-align: top;
  min-width: 150px;
  min-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  padding: 8px 18px;
  background-color: #ebebeb;
  border: none;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.btn:hover {
  background-color: #d3d3d3;
}

.btn_red {
  color: #fff;
  background-color: #385f36;
}

.btn_red:hover {
  background-color: #285fc9;
}

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

.form-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.err_mess {
  color: #385f36;
}

.complite {
  color: #008000;
}

.checkbox, .checkbox2 {
  display: none;
}

.checkbox:checked + .label-checkbox .icon-check {
  display: block;
}

.checkbox2:checked + .label-checkbox2 .icon-check {
  display: block;
}

.label-checkbox {
  position: relative;
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
  padding-left: 33px;
  font-size: 18px;
  color: #919191;
  cursor: pointer;
}

.label-checkbox .icon-check {
  display: none;
  position: absolute;
  width: 12px;
  height: 7px;
  left: 6px;
  top: 50%;
  margin-top: -3.5px;
  fill: #385f36;
}

.label-checkbox:before {
  content: '';
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 50%;
  margin-top: -11.5px;
  left: 0;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
}

.checkbox-map-wrp {
  text-align: center;
  margin-top: 20px;
}

.checkbox-map-wrp .checkbox-wrp {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
}

.label-checkbox2 {
  position: relative;
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
  padding-left: 25px;
  color: #919191;
  cursor: pointer;
}

.label-checkbox2 .icon-check {
  display: none;
  position: absolute;
  width: 10px;
  height: 5px;
  left: 2px;
  top: 50%;
  margin-top: -2.5px;
  fill: #5e5e5e;
}

.label-checkbox2:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  left: 0;
  border: 1px solid #5e5e5e;
}

.select {
  position: relative;
  text-align: left;
}

.selected-active {
  padding-right: 30px;
  position: relative;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.selected-active .icon {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  fill: #4f4f4f;
}

#date_range {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1;
}

.select__list {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  text-align: left;
  z-index: 2;
  background-color: #f2f2f2;
}

.select__list_open {
  display: block;
}

.select__item {
  padding: 10px 15px;
  cursor: pointer;
}

.select__item_active {
  color: #385f36;
}

/*form styel end*/
/*header start*/
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #4f4f4f;
  z-index: 15;
}

.header__top {
  position: relative;
}

.header__top .main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__top .lang-wrp {
  margin-right: 50px;
}

.header__top .lang .icon {
  fill: #4f4f4f;
}

.header__top .lang-list {
  margin-top: 10px;
}

.toggle-menu {
  float: right;
  position: absolute;
  z-index: 11;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 16px;
}

.toggle-menu:before,
.toggle-menu:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid #4f4f4f;
  transition-property: border-color, transform;
  transition-duration: .4s;
  transition-timing-function: ease;
}

.toggle-menu:before {
  top: 0;
}

.toggle-menu:after {
  bottom: 0;
}

.toggle-menu__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 2px solid #4f4f4f;
  transform: translateY(-50%);
}

.toggle-menu_open .toggle-menu__line {
  opacity: 0;
}

.toggle-menu_open:before,
.toggle-menu_open:after {
  border-color: #fff;
}

.toggle-menu_open:before {
  top: 7px;
  transform: translateY(-50%) rotate(45deg);
}

.toggle-menu_open:after {
  bottom: 7px;
  transform: translateY(-50%) rotate(-45deg);
}

.nav {
  position: fixed;
  z-index: 10;
  width: 260px;
  height: 100%;
  right: -260px;
  padding-top: 60px;
  top: 0;
  background-color: #385f36;
  -webkit-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
}

.nav a {
  text-decoration: none;
}

.nav .main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.nav .lang-wrp {
  display: none;
}

.lang-wrp {
  position: relative;
}

.lang {
  position: relative;
  width: 42px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
}

.lang .icon {
  position: absolute;
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 7px;
}

.lang-list {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 5px;
  background-color: #EAEAEA;
}

.lang-list:before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 10px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #EAEAEA;
}

.lang-list_open {
  display: block;
}

.lang-list__item {
  display: block;
  margin-bottom: 7px;
}

.lang-list__item:last-child {
  margin-bottom: 0;
}

.nav_open {
  right: 0;
}

.header__search {
  display: none;
}

.header__personal {
  display: none;
  color: #fff;
  text-decoration: none;
}

.header__personal img {
  vertical-align: middle;
  border-radius: 50%;
  max-width: 52px;
  max-height: 52px;
}

.header__personal span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.auth-lnk {
  position: relative;
  display: block;
  color: #4f4f4f;
  text-decoration: none;
  font-weight: 700;
  padding: 3px 0 4px 30px;
}

.auth-lnk .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  fill: #4f4f4f;
}

.auth-lnk:hover {
  color: #385f36;
}

.auth-lnk:hover .icon {
  fill: #385f36;
}

.header__personal-inner {
  position: relative;
  padding-right: 20px;
  display: block;
  text-decoration: none;
  color: #4f4f4f;
}

.header__personal-inner .icon {
  display: none;
}

.mobile-nav {
  position: relative;
}

.logo {
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
}

.logo img {
  vertical-align: middle;
}

.logo span {
  display: none;
  text-align: left;
}

.leng {
  margin-left: 15px;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  background-color: #f6f6f6;
  padding-left: 10px;
  padding-right: 10px;
}

.leng .icon {
  position: absolute;
  width: 11px;
  height: 5px;
  right: 0;
  top: 50%;
  margin-top: -2.5px;
  fill: #a5a5a5;
}

.leng a {
  color: #4f4f4f;
}

.leng__select {
  position: relative;
  padding-right: 16px;
  line-height: 60px;
}

.leng__select_active .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

a.leng-active {
  color: #385f36;
}

.leng__list {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  background-color: #f6f6f6;
}

.leng__list a {
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: block;
}

.leng__list_open {
  display: block;
}

.shadow-nav {
  position: fixed;
  display: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.shadow-nav_show {
  display: block;
  opacity: 1;
}

.submenu, .dropdown {
  display: none;
}

.submenu {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f6f6f6;
}

.submenu__item a {
  display: block;
  padding: 4px 10px;
  color: #4f4f4f;
}

.submenu__item a.active {
  color: #385f36;
}

.submenu_open {
  display: block;
}

.menu {
  display: block;
}

.menu tr, .menu tbody {
  display: block;
}

.menu-wrp {
  width: 100%;
  overflow-y: auto;
}

.menu__item {
  display: block;
  position: relative;
}

.js-dropdown {
  display: none;
}

.js-dropdown_show {
  display: block;
}

.menu__lnk {
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.menu__lnk .icon {
  display: none;
}

.menu__lnk_active {
  background-color: #285fc9;
}

.more-menu {
  display: none;
}

.menu__item-wrp, .menu__lnk-wrp {
  position: relative;
}

.menu__mob-plus {
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  top: 0;
}

.menu__mob-plus:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  border-top: 2px solid #fff;
  margin-top: -1px;
}

.menu__mob-plus:after {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  top: 4px;
  left: 9px;
  border-left: 2px solid #fff;
}

.menu__mob-plus_active:after {
  display: none;
}

.header__contacts {
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
}

.header__contacts a[href^='tel:'] {
  width: 100%;
  font-size: 15px;
  text-decoration: none;
  color: #000;
}

/*header end*/
/*footer start*/
.footer .logo img {
  max-width: 122px;
}

.footer__contacts {
  padding: 20px 0;
}

.footer__contacts .main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__contacts .logo {
  margin-right: 30px;
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #010101;
  font-weight: 400;
}

.footer__right p {
  margin-bottom: 10px;
}

.footer__phone {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__phone a {
  text-decoration: none;
  color: #010101;
}

.footer__social {
  padding: 10px 0;
  font-size: 0;
  text-align: center;
}

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

.footer__social img {
  width: 35px;
}

.footer__social-ttl {
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
}

.footer__logo {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.footer__copyright {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #393939;
  text-align: center;
  color: #adadad;
}

.footer__copyright a {
  color: #adadad;
}

.footer__txt {
  font-size: 14px;
  padding: 26px 0 10px;
  background-color: #f6f6f6;
  color: #a8a8a8;
}

.footer__txt p {
  margin-bottom: 16px;
}

.dev {
  display: inline-block;
}

.footer__nav {
  display: none;
}

/*footer end*/
.bx-breadcrumb_wrp {
  display: none;
}

/*main__top-txt start*/
.text-page-top {
  margin-bottom: 20px;
}

.text-page-top .main__top {
  overflow: hidden;
  padding-bottom: 0;
}

.main__top {
  position: relative;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.main__top:before, .main__top:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.main__top:before {
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 37, 37, 0.3)), to(transparent));
  background-image: -o-linear-gradient(bottom, rgba(224, 37, 37, 0.3) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(224, 37, 37, 0.3) 0%, transparent 100%);
}

.main__top:after {
  background-color: #000;
  opacity: .5;
  z-index: 2;
}

.main__top .main-container {
  position: relative;
  z-index: 3;
}

.main__top-txt {
  color: #fff;
  text-align: center;
}

/*main__top-txt end*/
/*main__top-filter start*/
.top-filter-wrp {
  position: relative;
  padding-top: 20px;
  text-align: center;
}

.top-filter-wrp .btn {
  margin-top: 15px;
}

.top-filter {
  position: relative;
}

.top-filter__item {
  position: relative;
  width: 100%;
  font-size: 12px;
  border-bottom: 1px solid #cbcbcb;
}

.top-filter__field-wrp {
  position: relative;
  background-color: #fff;
  color: #4f4f4f;
}

.top-filter__field-wrp .icon {
  fill: #4f4f4f;
  position: absolute;
  top: 50%;
  left: 12px;
}

.top-filter__field-wrp .icon-country, .top-filter__field-wrp .icon-compass, .top-filter__field-wrp .icon-region, .top-filter__field-wrp .icon-city {
  width: 22px;
  height: 21px;
  margin-top: -10.5px;
}

.top-filter__field-wrp .icon-working {
  width: 21px;
  height: 18px;
  margin-top: -9px;
}

.top-filter__field-wrp .icon-calendar {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.top-filter__field-wrp .icon-building {
  width: 21px;
  height: 21px;
  margin-top: -10.5px;
}

.top-filter__field-wrp .icon-star {
  width: 20px;
  height: 19px;
  margin-top: -9.5px;
}

.top-filter__field-wrp .icon-down-arrow {
  width: 12px;
  height: 6px;
  right: 12px;
  left: auto;
  margin-top: -3px;
  fill: #a2a2a2;
}

.filter-field, .gmi-min-max-date, .filter-selected {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 26px 0 46px;
  border: none;
  background-color: #fff;
  color: #a2a2a2;
}

.filter-field::-webkit-input-placeholder, .gmi-min-max-date::-webkit-input-placeholder, .filter-selected::-webkit-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.filter-field:-moz-placeholder, .gmi-min-max-date:-moz-placeholder, .filter-selected:-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.filter-field::-moz-placeholder, .gmi-min-max-date::-moz-placeholder, .filter-selected::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.filter-field:-ms-input-placeholder, .gmi-min-max-date:-ms-input-placeholder, .filter-selected:-ms-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.filter-field:focus + .icon, .gmi-min-max-date:focus + .icon, .filter-selected:focus + .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.filter-selected {
  cursor: pointer;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow-y: hidden;
}

.top-filter__select {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  max-height: 210px;
  overflow-y: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 4.9px 0.2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 4.9px 0.2px rgba(0, 0, 0, 0.1);
}

.top-filter__select_open {
  display: block;
  z-index: 2;
}

.top-filter__select-item {
  padding: 8px 6px 8px 46px;
  color: #4f4f4f;
  cursor: pointer;
  text-align: left;
}

/*main__top-filter end*/
/*tabs start*/
.tab_visible {
  padding: 10px 0;
  opacity: 1 !important;
  visibility: visible !important;
  max-height: inherit !important;
}

.tab {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

.desc-tabs {
  background-color: #ebebeb;
  font-size: 0;
  text-align: center;
  display: none;
}

.main__map-filter .desc-tabs {
  display: block;
}

.tab-lnk, .js-tabs__lnk {
  padding: 9px 20px;
}

.tab-lnk, .js-tabs__lnk {
  display: inline-block;
  vertical-align: top;
  background-color: #ebebeb;
  color: #4f4f4f;
  text-decoration: none;
  font-size: 16px;
}

.js-tabs__lnk_active, .js-map-tab-lnk_active {
  color: #fff;
  background-color: #385f36;
}

.js-tabs__lnk_active.mobile-tab .icon, .mobile-tab.js-map-tab-lnk_active .icon {
  fill: #fff;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.js-tabs__lnk_active.tabs-route__lnk, .tabs-route__lnk.js-map-tab-lnk_active {
  background-color: #285fc9;
}

.mobile-tab {
  display: block;
  position: relative;
  margin-bottom: 2px;
  padding: 10px 28px 10px 10px;
}

.mobile-tab .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 10px;
  margin-top: -5px;
  fill: #4f4f4f;
}

.tabs-route {
  font-size: 0;
  text-align: center;
  background-color: #385f36;
}

.tabs-route__lnk {
  padding: 16px 20px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background-color: #385f36;
}

.icon-toggle-arrow {
  fill: #4f4f4f;
}

.route-form {
  padding: 0;
  font-size: 0;
  text-align: center;
  overflow: visible;
}

.route-form .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.route-form .toggle-city {
  z-index: 1;
  position: absolute;
  background-color: #fff;
  right: 10px;
  top: 50%;
  width: 34px;
  height: 34px;
  padding: 5px;
  margin-left: -17px;
  margin-top: -17px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.route-form .icon-toggle-arrow {
  width: 18px;
  height: 24px;
}

.route-form__inner {
  position: relative;
  background-color: #fff;
}

.route-field {
  height: 40px;
  width: 100%;
  font-size: 14px;
  border: none;
}

.route-field::-webkit-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.route-field:-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.route-field::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.route-field:-ms-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.route-field:focus + .icon {
  fill: #385f36;
}

.route-item:first-child {
  margin-bottom: 10px;
}

.route-field-wrp {
  position: relative;
  padding-left: 28px;
  margin: 0 22px;
}

.route-field-wrp .icon-search {
  position: absolute;
  left: 0;
  top: 50%;
  fill: #4f4f4f;
  margin-top: -10px;
  height: 20px;
  width: 20px;
}

.icon-marker {
  position: absolute;
  left: 0;
  top: 50%;
  fill: #4f4f4f;
  margin-top: -10px;
  height: 20px;
  width: 15px;
}

.tabs-personal {
  text-align: center;
  margin-top: 0 !important;
}

.tabs-personal__lnk {
  font-size: 20px;
  padding: 10px 25px;
  background-color: transparent;
  border-bottom: 4px solid transparent;
}

.tabs-personal__lnk span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
}

.tabs-personal__lnk .icon {
  position: absolute;
  left: 0;
  top: 50%;
  fill: #606060;
}

.tabs-personal__lnk .icon-avatar {
  width: 23px;
  height: 26px;
  margin-top: -13px;
}

.tabs-personal__lnk .icon-photo-camera {
  width: 27px;
  height: 22px;
  margin-top: -11px;
}

.tabs-personal__lnk.js-tabs__lnk_active, .tabs-personal__lnk.js-map-tab-lnk_active {
  color: #606060;
  border-bottom-color: #385f36;
}

/*tabs end*/
/*404 start*/
.err-404 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.err-404 img {
  margin-bottom: 30px;
}

.err-404__txt {
  font-size: 18px;
}

.err-404__txt span {
  display: block;
  margin-bottom: 20px;
}

/*404 end*/
/*recomendet start*/
.recomendet .main-container {
  padding: 0;
}

.recomendet__wrp {
  height: 320px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.recomendet__wrp .slick-next, .recomendet__wrp .next-photo, .recomendet__wrp .slick-prev, .recomendet__wrp .prev-photo {
  width: 50px;
  height: 50px;
  margin-top: -15px;
  border-radius: 50px;
  background-color: rgba(194, 18, 22, 0.5);
}

.recomendet__wrp .slick-next .icon, .recomendet__wrp .next-photo .icon, .recomendet__wrp .slick-prev .icon, .recomendet__wrp .prev-photo .icon {
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

.recomendet__wrp .icon-right-arrow {
  left: 15px;
}

.recomendet__wrp .icon-left-arrow {
  right: 15px;
}

.recomendet__wrp .slick-next, .recomendet__wrp .next-photo {
  right: -15px;
}

.recomendet__wrp .slick-prev, .recomendet__wrp .prev-photo {
  left: -15px;
}

.recomendet__item {
  position: relative;
  padding: 20px 20px 0 20px;
  height: 320px;
  text-decoration: none;
}

.recomendet__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  will-change: transform;
}

.recomendet__img:before {
  content: '';
  display: block;
  position: absolute;
  width: 101%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(56, 95, 54, 0.49)), to(transparent));
  background-image: -o-linear-gradient(top, rgba(56, 95, 54, 0.49) 0%, transparent 100%);
  background-image: linear-gradient(180deg, rgba(56, 95, 54, 0.49) 0%, transparent 100%);
}

.recomendet__section {
  display: inline-block;
  padding: 7px 10px 5px;
  margin-bottom: 8px;
  text-transform: uppercase;
  background-color: #385f36;
  font-size: 18px;
  font-weight: 700;
}

.recomendet__section_orange {
  background-color: #ed9c0e;
}

.recomendet__section_yellow {
  background-color: #f6c709;
}

.recomendet__section_gray {
  background-color: #4a4a4a;
}

.recomendet__ttl {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.recomendet__txt {
  display: block;
  font-size: 14px;
}

.recomendet__inner {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  color: #fff;
}

/*recomendet end*/
.tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tiles__col {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.tiles__col .main__news-date {
  padding-left: 0;
  padding-right: 0;
}

.booking .tours__item, .booking .main__news-item, .booking .persons__item, .booking .infrastructure__item {
  position: relative;
  padding-bottom: 50px;
}

.booking-filter__field-wrp {
  position: relative;
}

.booking-filter__ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #a2a2a2;
  text-align: center;
}

.booking-filter-wrp {
  margin-bottom: 20px;
}

.booking-filter-wrp .dropdown-menu {
  background-color: #fff;
}

.booking-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #fff;
  padding: 20px 10px 10px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 18.8px 1.2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 18.8px 1.2px rgba(0, 0, 0, 0.16);
}

.booking-filter .btn {
  margin-bottom: 10px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

.field_date__wrp {
  position: relative;
}

.field_date__wrp .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 16px;
  height: 15px;
  fill: #c4c4c4;
}

.booking-filter__col {
  width: 100%;
  padding: 0 10px;
}

.booking__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px 20px;
}

.booking__btn .btn {
  margin: 0 1.5px;
  min-width: 120px;
}

.booking-filter__field-wrp > span {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #4f4f4f;
}

.smartfilter-wrp {
  padding: 0 10px;
  text-align: center;
}

.smartfilter-wrp hr {
  border: none;
  margin: 0 0 20px;
  border-top: 1px solid #cbcbcb;
}

.smartfilter {
  display: none;
  padding-bottom: 15px;
}

.smartfilter .bx-filter-parameters-box {
  text-align: left;
  border: 1px solid #ebebeb;
  margin-bottom: 16px;
}

.smartfilter .bx-filter-parameters-box.bx-active {
  -webkit-box-shadow: 0 0 16px #e8e8e8;
          box-shadow: 0 0 16px #e8e8e8;
}

.smartfilter .bx-filter-parameters-box.bx-active .bx-filter-block {
  display: block;
}

.smartfilter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title .icon-down-arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.smartfilter .top-filter__item {
  margin-bottom: 16px;
  border: 1px solid #ebebeb;
  width: 100%;
}

.smartfilter .top-filter__item_open {
  -webkit-box-shadow: 0 0 16px #e8e8e8;
          box-shadow: 0 0 16px #e8e8e8;
}

.smartfilter .top-filter__select {
  width: calc(100% + 2px);
  border: 1px solid #ebebeb;
  border-top: none;
  left: -1px;
}

.bx-filter-button-box .btn {
  margin-bottom: 10px;
  min-width: 170px;
}

.smartfilter__ttl {
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a2a2a2;
}

.js-filter-btn {
  display: inline-block;
  margin-bottom: 20px;
}

.js-filter-btn span {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.js-filter-btn span .icon {
  position: absolute;
  width: 18px;
  height: 11px;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
}

.bx-filter-parameters-box-title {
  position: relative;
  padding: 15px 26px 15px 0;
  cursor: pointer;
  font-weight: 300;
  color: #a2a2a2;
  font-size: 16px;
}

.bx-filter-parameters-box-title .icon {
  position: absolute;
  top: 50%;
}

.bx-filter-parameters-box-title .icon-down-arrow {
  width: 12px;
  height: 6px;
  right: 12px;
  margin-top: -3px;
  fill: #a2a2a2;
}

.bx-filter-parameters-box-title span {
  display: block;
  position: relative;
  padding-left: 46px;
}

.bx-filter-parameters-box-title span .icon {
  width: 22px;
  height: 22px;
  left: 12px;
  margin-top: -11px;
  fill: #4f4f4f;
}

.filter-checkbox {
  display: none;
}

.filter-checkbox:checked + .filter-label:after {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -4px;
  width: 11px;
  height: 8px;
  background: url("../images/icon-check.svg") no-repeat center;
}

.filter-label {
  position: relative;
  display: block;
  padding-left: 32px;
  margin-bottom: 16px;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.filter-label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  border: 1px solid #ebebeb;
}

.bx-filter-block {
  display: none;
  padding: 0 15px;
}

.bx-filter-button-box {
  display: block;
  padding: 0;
}

/*tours start*/
.tours-wrp, .recomendet-tours-wrp, .main__news-wrp {
  background-color: #f6f6f6;
}

.recomendet-tours-wrp {
  background-color: #fff;
}

.tours-inner, .main__news-inner, .infrastructure-inner, .articles-inner, .articles {
  position: relative;
  text-align: center;
}

.tours__item, .main__news-item, .persons__item, .infrastructure__item {
  background-color: #fff;
  height: 100%;
  -webkit-box-shadow: 0 0 20.4px 0.6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20.4px 0.6px rgba(0, 0, 0, 0.16);
}

.tours__img, .main__news-img, .articles__img, .infrastructure__img {
  display: block;
  position: relative;
  overflow: hidden;
  height: 290px;
}

.tours__img:before, .main__news-img:before, .articles__img:before, .infrastructure__img:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(2, 37, 104, 0.1);
}

.tours__img span, .main__news-img span, .articles__img span, .infrastructure__img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  will-change: transform;
}

.more-info-lnk {
  position: relative;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
  color: #4f4f4f;
  padding-right: 22px;
  text-transform: uppercase;
}

.more-info-lnk .icon {
  position: absolute;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  top: 50%;
  right: 0;
  fill: #385f36;
}

.more-info-lnk .icon2 {
  right: 5px;
}

.tours__info {
  padding: 24px 15px 15px;
  font-size: 16px;
}

.tours__ttl, .persons__name, .tiles_article__ttl {
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  color: #4f4f4f;
}

.tours__ttl:before, .persons__name:before, .tiles_article__ttl:before {
  content: '';
  display: block;
  width: 130px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -65px;
  border-bottom: 2px solid #385f36;
}

.tours__ttl span, .persons__name span, .tiles_article__ttl span {
  display: block;
}

.tours__txt {
  margin-bottom: 10px;
}

.tours__days-ttl {
  margin-bottom: 8px;
}

.tours__days-list {
  margin-bottom: 30px;
  font-size: 0;
  text-align: center;
}

.tours__day {
  width: 30px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  margin-left: 1.5px;
  margin-right: 1.5px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #e8e8e8;
}

.tours__day_active {
  background-color: #385f36;
  color: #fff;
}

/*tours end*/
/*news start*/
.main__news-item {
  text-align: left;
}

.main__news-ttl {
  display: block;
  text-decoration: none;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #385f36;
}

.main__news-rubric {
  display: inline-block;
  margin-bottom: 5px;
  color: #4f4f4f;
}

.main__news-date {
  margin-bottom: 14px;
}

.main__news-info {
  padding: 20px 25px 30px 25px;
  font-size: 14px;
}

/*news end*/
/*photo start*/
.best-photo-inner {
  position: relative;
  text-align: center;
  padding-bottom: 38px;
}

.photo {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}

.photo span {
  display: block;
}

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

.photo__status {
  position: absolute;
  padding: 4px 10px 3px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #385f36;
  color: #fff;
  left: 10px;
  top: 10px;
  z-index: 1;
}

.photo__info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: left;
}

.photo__name-wrp, .photo-glob__name-wrp {
  margin-right: 116px;
  min-height: 20px;
  font-size: 18px;
}

.photo__name-wrp:before, .photo-glob__name-wrp:before {
  content: '';
  display: block;
  position: absolute;
  width: 101%;
  height: 101%;
  min-height: 100px;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}

.photo__name, .photo-glob__name {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.photo__author, .photo-glob__date {
  position: relative;
  z-index: 2;
  font-size: 12px;
  padding-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.photo__likes {
  z-index: 1;
  position: absolute;
  right: 10px;
  width: 112px;
  font-size: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.photo__likes .icon {
  position: absolute;
  left: 0;
  top: 50%;
}

.likes {
  position: relative;
  padding-left: 20px;
  float: right;
  cursor: pointer;
}

.likes .icon {
  width: 16px;
  height: 14px;
  margin-top: -7px;
  background-image: url(../images/likes.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.likes_active .icon {
  background-image: url(../images/likes_active.svg);
}

.views {
  position: relative;
  margin-left: 10px;
  padding-left: 20px;
  float: right;
}

.views .icon {
  width: 17px;
  height: 10px;
  margin-top: -5px;
}

.photo-wrp {
  margin-left: -10px;
  margin-right: -10px;
}

.photo__col {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
}

/*photo end*/
/*map start*/
.map {
  width: 100%;
  height: 320px;
  position: relative;
}

.map .loader {
  display: block;
}

.claster-num {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.marker-ico .icon {
  width: 23px;
  height: 23px;
}

/*map end*/
/*showplace start*/
.showplace-wrp .tab, .persons-wrp .tab, .infrastructure-wrp .tab, .articles-wrp .tab, .popular-wrp .tab {
  padding-left: 0;
  padding-right: 0;
}

.showplace-wrp .map, .persons-wrp .map, .infrastructure-wrp .map, .articles-wrp .map, .popular-wrp .map {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.showplace__btns {
  text-align: center;
  font-size: 0;
  padding-bottom: 20px;
}

.showplace__btns .js-tabs__lnk {
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
}

.showplace__btns .js-tabs__lnk .icon {
  margin-right: 12px;
  fill: #4f4f4f;
}

.showplace__btns .js-tabs__lnk_active .icon, .showplace__btns .js-map-tab-lnk_active .icon {
  fill: #fff;
}

.showplace__btns .icon-tile {
  width: 19px;
  height: 19px;
}

.showplace__btns .icon-map {
  width: 22px;
  height: 19px;
}

/*showplace end*/
/*persons start*/
.persons__img {
  display: block;
  position: relative;
  overflow: hidden;
  height: 220px;
}

.persons__img span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  margin-left: -70px;
  margin-top: -70px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.persons__info {
  padding: 0 15px 25px;
}

.persons-life {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.persons-life:before {
  content: '';
  display: block;
  width: 130px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -65px;
  border-bottom: 2px solid #385f36;
}

/*infrastructure start*/
.infrastructure__item {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 50px;
}

.infrastructure__item:hover .infrastructure__info {
  margin-top: 0;
  top: 0;
  overflow: auto;
}

.articles__item {
  display: block;
  background-color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 50px;
  -webkit-box-shadow: 0 0 20.4px 0.6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20.4px 0.6px rgba(0, 0, 0, 0.16);
}

.articles__item:hover .articles__ttl {
  color: #385f36;
}

.articles__item span {
  display: block;
}

.infrastructure__info {
  position: absolute;
  z-index: 1;
  top: 100%;
  margin-top: -50px;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.articles__info {
  position: absolute;
  z-index: 1;
  top: 100%;
  margin-top: -50px;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.articles__ttl {
  display: block;
  position: relative;
  padding: 15px 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  color: #4f4f4f;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.infrastructure__ttl {
  display: block;
  position: relative;
  padding: 15px 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  color: #4f4f4f;
}

.infrastructure__ttl:hover {
  color: #385f36;
}

.infrastructure__ttl:before {
  content: '';
  display: block;
  width: 130px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -65px;
  border-bottom: 2px solid #385f36;
}

.infrastructure__lnk {
  margin-bottom: 6px;
  font-size: 18px;
}

.infrastructure__lnk a {
  text-decoration: none;
  color: #4f4f4f;
}

.infrastructure__lnk a:hover {
  color: #385f36;
}

/*infrastructure end*/
/*popular start*/
.popular-routes-wrp {
  margin-bottom: 20px;
  font-size: 0;
}

.popular-route {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  font-size: 16px;
}

.popular-route li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.popular-route li:before {
  content: '';
  display: block;
  width: 11px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/double-right-arrow.svg) no-repeat center;
  background-size: cover;
}

.popular-route a {
  color: #4f4f4f;
  text-decoration: none;
}

.popular-route a:hover {
  color: #385f36;
}

/*popular end*/
/*routes stary*/
.routes-filter__addr {
  text-align: center;
  margin-bottom: 20px;
}

.routes-data {
  margin-bottom: 20px;
}

.routes-filter .field, .routes-filter .textarea, .routes-filter .selected-active {
  padding-left: 34px;
  padding-right: 32px;
  background-color: #4f4f4f;
}

.routes-filter .icon {
  left: 10px;
  fill: #4f4f4f;
}

.routes-filter .field:focus + .icon, .routes-filter .textarea:focus + .icon, .routes-filter .selected-active:focus + .icon {
  fill: #385f36;
}

.routes-filter .icon-pin {
  width: 11px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -11px;
}

.routes-filter .js-add-pin {
  padding-left: 34px;
  position: relative;
  text-transform: none;
  cursor: pointer;
}

.routes-filter .js-add-pin .icon {
  fill: #fff;
}

.routes-filter .btn {
  min-width: 120px;
}

.routes-filter .field-wrp .field, .routes-filter .field-wrp .textarea, .routes-filter .field-wrp .selected-active {
  background: #f5f5f5 url(../images/pin.svg) no-repeat 12px center;
}

.routes-filter .field-wrp .field:focus, .routes-filter .field-wrp .textarea:focus, .routes-filter .field-wrp .selected-active:focus {
  background-image: url(../images/pin_active.svg);
}

.routes-filter .field-wrp:first-child .field, .routes-filter .field-wrp:first-child .textarea, .routes-filter .field-wrp:first-child .selected-active, .routes-filter .field-wrp:last-child .field, .routes-filter .field-wrp:last-child .textarea, .routes-filter .field-wrp:last-child .selected-active {
  background: #ebebeb url(../images/marker.svg) no-repeat 10px center;
}

.routes-filter .field-wrp:first-child .field:focus, .routes-filter .field-wrp:first-child .textarea:focus, .routes-filter .field-wrp:first-child .selected-active:focus, .routes-filter .field-wrp:last-child .field:focus, .routes-filter .field-wrp:last-child .textarea:focus, .routes-filter .field-wrp:last-child .selected-active:focus {
  background-image: url(../images/marker_active.svg);
}

.list-city {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
  z-index: 2;
  left: 0;
  top: 100%;
  margin-top: -1px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

.list-city__item {
  font-size: 16px;
  padding: 5px 34px;
  cursor: pointer;
  text-align: left;
  color: #4f4f4f;
}

.list-city__item:hover {
  background-color: #385f36;
  color: #fff;
}

.routes-container, .routes-calc__result {
  padding-left: 10px;
  padding-right: 10px;
}

.routes-row {
  margin-left: -10px;
  margin-right: -10px;
}

.transport {
  margin-bottom: 10px;
  font-size: 0;
  text-align: center;
  background-color: #ebebeb;
}

.transport__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  width: 40px;
  height: 40px;
}

.transport__item .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  fill: #4f4f4f;
  margin-left: -14px;
}

.transport__item .icon-car {
  width: 28px;
  height: 16px;
  margin-top: -8px;
}

.transport__item .icon-person {
  width: 16px;
  height: 26px;
  margin-top: -13px;
  margin-left: -8px;
}

.transport__item .icon-bus {
  width: 28px;
  height: 20px;
  margin-top: -10px;
}

.js-transport_active {
  background-color: #385f36;
  color: #fff;
}

.js-transport_active .icon {
  fill: #fff;
}

.result-field {
  margin-bottom: 10px;
  font-size: 14px;
  padding: 13px 5px 11px 40px;
  position: relative;
  background-color: #f5f5f5;
}

.result-field .icon {
  position: absolute;
  top: 50%;
}

.result-field .icon-distance {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.result-field .icon-clock {
  width: 18px;
  height: 20px;
  left: 12px;
  margin-top: -10px;
}

.consumption {
  background-color: #f5f5f5;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #a2a2a2;
}

.consumption__left {
  position: relative;
  overflow: hidden;
  margin-right: 70px;
}

.consumption__left:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  bottom: 4px;
  border-bottom: 1px dotted #a2a2a2;
}

.consumption__left span {
  position: relative;
  display: block;
  float: left;
  z-index: 1;
  height: 20px;
  line-height: 22px;
  background-color: #f5f5f5;
}

.consumption__right {
  width: 70px;
  height: 20px;
  line-height: 22px;
  padding-left: 5px;
  float: right;
}

.consumption__item {
  margin-bottom: 1px;
}

.fuel-cal, .price-cal {
  float: right;
  height: 20px;
  width: 40px;
  border: none;
  text-align: center;
  position: relative;
  z-index: 1;
}

span.total {
  position: relative;
  z-index: 1;
  float: right;
  line-height: 22px;
}

.social {
  clear: both;
  font-size: 0;
  text-align: center;
}

.social__ttl {
  margin-bottom: 10px;
  font-size: 14px;
}

.social__lnk {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
}

/*routes end*/
/*tiles-chess start*/
.tiles-chess-wrp {
  margin-bottom: 26px;
  text-align: center;
}

.tiles-chess-wrp .btn {
  margin-top: 20px;
}

.tiles-chess__main-ttl {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tiles-chess__col {
  background-color: #f6f6f6;
}

.tiles-chess__col:nth-child(2n) {
  background-color: #eee;
}

.tiles-chess__lnk {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.tiles-chess__lnk img {
  max-width: 130px;
  max-height: 130px;
  border-radius: 50%;
}

.tiles-chess__lnk span {
  display: block;
  color: #4f4f4f;
}

.tiles-chess__img {
  padding: 15px 30px;
}

.tiles-chess__info {
  padding: 0 20px 20px;
  font-size: 14px;
}

.tiles-chess__ttl {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
}

/*tiles-chess end*/
/*personal start*/
.personal-top {
  padding: 25px 0 5px;
  text-align: center;
}

.personal__ava-wrp {
  margin-bottom: 20px;
}

.personal__ava {
  margin: 0 auto 10px;
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.personal__ava-load {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.personal__name {
  display: block;
  font-weight: 700;
  font-size: 25px;
}

.personal-social {
  display: inline-block;
  font-size: 0;
  text-align: center;
}

.personal-social__txt {
  max-width: 240px;
  margin: 0 auto 14px;
  font-size: 14px;
}

.added-social-wrp {
  margin-top: 15px;
  padding-top: 18px;
  border-top: 1px solid #fff;
}

.added-social {
  position: relative;
  display: block;
  margin-bottom: 18px;
  padding-right: 30px;
}

.added-social__item {
  display: block;
  position: relative;
  padding-left: 46px;
  text-align: left;
}

.added-social__item img {
  position: absolute;
  width: 38px;
  left: 0;
  top: 50%;
  margin-top: -19px;
}

.social-user-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
}

.social-user-name span {
  display: block;
  color: #bdbdbd;
}

.del-social {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 0;
  margin-top: -9px;
}

.del-social .icon {
  width: 18px;
  height: 18px;
}

.personal-ttl {
  font-weight: 700;
  text-align: center;
}

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

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

.personal-info {
  margin-top: 10px;
  margin-bottom: 10px;
}

.personal-info .tab {
  padding-left: 0;
  padding-right: 0;
}

.personal-phone__ttl {
  margin-bottom: 15px;
  font-weight: 700;
}

.personal-phone {
  max-width: 600px;
  margin: 15px auto 0;
  text-align: center;
}

.personal-phone .field, .personal-phone .textarea, .personal-phone .selected-active {
  text-align: center;
}

.personal-phone .checkbox-wrp {
  position: relative;
  display: inline-block;
}

.personal-phone .checkbox {
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  opacity: 0;
}

#presonal-data .personal-phone .btn {
  margin-top: 10px;
}

#presonal-data .loader {
  margin-top: 10px;
}

.load-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.add-photo {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 15px;
  margin-left: -10px;
  margin-right: -10px;
}

.add-photo__col {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.add-photo__item {
  width: 100%;
  text-align: center;
}

.add-photo__section {
  position: relative;
  padding: 20px;
  background-color: #f2f2f2;
  text-align: center;
}

.add-photo__section .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  fill: #4f4f4f;
}

.load-photo-ttl {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.load-photo-txt {
  font-size: 14px;
}

.err-load-img {
  margin-top: 10px;
  display: none;
  font-size: 14px;
  font-weight: 700;
  color: #385f36;
}

.win {
  padding: 30px 20px;
  border: 7px solid #f2f2f2;
}

.win__ttl {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7b7b7b;
}

.win__ttl2 {
  margin-bottom: 15px;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.win__txt {
  margin: 0 auto;
  max-width: 320px;
}

.load-img {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sort-photo {
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
  background-color: #f2f2f2;
}

.parameters {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.parameters__sort {
  position: absolute;
  display: none;
  max-height: 250px;
  overflow-y: auto;
  z-index: 4;
  width: 250px;
  padding: 25px 15px 10px 15px;
  margin-top: 10px;
  left: 50%;
  top: 100%;
  margin-left: -125px;
  background-color: #f2f2f2;
  text-align: left;
}

.parameters__sort_show {
  display: block;
}

.parameters__btn {
  position: relative;
  padding-left: 35px;
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 700;
}

.parameters__btn .icon-settings {
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 26px;
  margin-top: -13px;
  z-index: 3;
  fill: #385f36;
}

.sort {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  font-size: 14px;
}

.sort .icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  fill: #4f4f4f;
}

.sort__label {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  padding-left: 10px;
}

.sort__checkbox {
  display: none;
}

.sort__checkbox:checked + .sort__label .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*personal end*/
/*publications start*/
.publications-top {
  text-align: center;
}

.author-publications, .author-photo-glob {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.publications-social, .photo-glob__social {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  font-size: 14px;
}

.publications-social a, .photo-glob__social a {
  width: 35px;
  display: block;
  margin-top: 4px;
  float: left;
}

.author-publications__author {
  max-width: 290px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  padding-right: 20px;
  text-align: left;
  line-height: 22px;
}

.author-publications__source {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  text-align: left;
  line-height: 22px;
}

.author-publications__source span {
  color: #fff;
}

.author-publications__source a {
  color: #fff;
}

.author-publications_ava, .author-photo-globs_ava {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}

.author-publications_ava img, .author-photo-globs_ava img {
  border: 3px solid #fff;
  border-radius: 50%;
}

.author-publications__name, .author-photo-glob__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-align: left;
}

.author-publications__name span, .author-photo-glob__name span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #9e9e9e;
}

.author-publications__likes .icon {
  position: absolute;
  left: 0;
  top: 50%;
}

.author-publications__likes .likes {
  float: left;
  padding-left: 28px;
}

.author-publications__likes .likes .icon {
  width: 20px;
  height: 18px;
  margin-top: -9px;
}

.author-publications__likes .views {
  float: left;
  padding-left: 28px;
}

.author-publications__likes .views .icon {
  width: 22px;
  height: 15px;
  margin-top: -7.5px;
}

.publications__slider-wrp {
  position: relative;
  min-height: 20px;
}

.publications__slider-wrp .slick-prev, .publications__slider-wrp .prev-photo, .publications__slider-wrp .slick-next, .publications__slider-wrp .next-photo {
  margin-top: -22px;
}

.publications__slider-wrp .slick-prev .icon, .publications__slider-wrp .prev-photo .icon, .publications__slider-wrp .slick-next .icon, .publications__slider-wrp .next-photo .icon {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 18.2px 5.8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 18.2px 5.8px rgba(0, 0, 0, 0.3);
}

.publications {
  padding-top: 20px;
}

.publications__tabs {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fbfbfb;
}

.publications__tabs .js-tabs {
  background-color: transparent;
  text-align: center;
}

.publications__tabs .publications-social, .publications__tabs .photo-glob__social {
  display: block;
  float: right;
  text-align: right;
}

.publications__tabs-route {
  margin-bottom: 30px;
}

.publications__photo-info, .photo-glob__info {
  position: relative;
  padding: 10px;
  background-color: #f7f7f7;
  color: #7a7a7a;
}

.publications__photo-info span, .photo-glob__info span {
  display: block;
}

.publications__photo-info .icon, .photo-glob__info .icon {
  fill: #7a7a7a;
}

.publications__photo-info .photo__name-wrp:before, .photo-glob__info .photo__name-wrp:before, .publications__photo-info .photo-glob__name-wrp:before, .photo-glob__info .photo-glob__name-wrp:before {
  display: none;
}

.publications__photo-info .social, .photo-glob__info .social {
  padding-top: 10px;
  text-align: right;
}

.publications__photo-info .social img, .photo-glob__info .social img {
  width: 20px;
}

.publications__photo-likes, .photo-glob__likes {
  float: right;
  font-size: 12px;
}

.publications__photo-likes .likes .icon, .photo-glob__likes .likes .icon {
  background-image: url(../images/likes-dark.svg);
}

.publications__photo-likes .likes_active .icon, .photo-glob__likes .likes_active .icon {
  background-image: url(../images/likes-dark_active.svg);
}

.publications__photo-likes .icon, .photo-glob__likes .icon {
  position: absolute;
  left: 0;
  top: 50%;
}

/*publications end*/
/*photo-gallery start*/
.main__content_photo {
  background-color: #383838;
  color: #fff;
}

.main__content_photo .sort-photo {
  background-color: #272727;
}

.main__content_photo .parameters__sort {
  margin-bottom: 20px;
  background-color: #272727;
}

.main__content_photo .label-checkbox2 {
  color: #fff;
}

.main__content_photo .label-checkbox2:before {
  border-color: #fff;
}

.main__content_photo .label-checkbox2 .icon-check {
  fill: #fff;
}

.main__content_photo .sort .icon {
  fill: #fff;
}

.sort-photo-wrp {
  position: relative;
  text-align: center;
}

.photo-gallery-txt {
  text-align: center;
  margin-bottom: 20px;
}

.add-photo-btn {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  background-color: #385f36;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.add-photo-btn .icon {
  margin-right: 12px;
  width: 23px;
  height: 23px;
  fill: #fff;
}

.contest {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-decoration: none;
  color: #fff;
  display: block;
}

.contest:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.contest__ttl {
  position: relative;
  display: block;
  z-index: 1;
  background-color: #385f36;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
}

.contest__ttl .icon {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.contest__ttl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  border-left: 250px solid #385f36;
  border-top: 400px solid transparent;
}

.contest__ttl span {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
}

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

.contest__step-wrp {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px 15px 10px;
  font-size: 0;
  z-index: 1;
}

.contest__step {
  position: relative;
  display: block;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  counter-increment: step-counter;
}

.contest__step:before {
  content: counter(step-counter);
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #385f36;
}

.contest__step span {
  display: block;
  font-weight: 700;
  font-size: 14px;
}

.photo-glob-wrp {
  padding-top: 30px;
}

.photo-glob__info {
  margin-bottom: 20px;
  background-color: #1c1c1c;
  color: #fff;
}

.photo-glob__info .icon {
  fill: #fff;
}

.photo-glob__img {
  position: relative;
  text-align: center;
}

.photo-glob__likes {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.photo-glob__author {
  margin-bottom: 10px;
  text-align: center;
}

/*photo-gallery end*/
/*place start*/
.place .tours-inner, .place .main__news-inner, .place .infrastructure-inner, .place .articles-inner, .place .articles {
  margin-bottom: 20px;
}

.place .tiles-chess-wrp {
  padding-bottom: 20px;
}

.place .tours-wrp, .place .recomendet-tours-wrp, .place .main__news-wrp {
  background-color: transparent;
  padding-bottom: 0;
}

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

.place-top .icon {
  position: absolute;
  left: 0;
  top: 50%;
  fill: #fff;
}

.place-top a {
  color: #fff;
  text-decoration: none;
}

.place-top__addr {
  position: relative;
  display: inline-block;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 20px;
}

.place-top__addr .icon {
  width: 19px;
  height: 25px;
  margin-top: -12.5px;
}

.place-top__contacts a {
  position: relative;
  padding-left: 30px;
}

.place-top__contacts-item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin-bottom: 10px;
  text-align: left;
}

.place-top__coord {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 36px;
  margin-bottom: 28px;
}

.place-top__coord .icon {
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
}

.place-top__contacts {
  margin-bottom: 20px;
}

.place-top__phone .icon {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.place-top__web .icon {
  width: 18px;
  height: 18px;
  margin-top: -9px;
}

.place-top__email .icon {
  width: 18px;
  height: 14px;
  margin-top: -7px;
}

.place-top__img {
  width: 120px;
  margin: 0 auto -80px;
}

.place-top__img img {
  border-radius: 50%;
  border: 3px solid white;
  -webkit-box-shadow: 0 0 52.1px 9.9px rgba(255, 0, 0, 0.2);
          box-shadow: 0 0 52.1px 9.9px rgba(255, 0, 0, 0.2);
}

.place__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.place__tabs-label {
  width: 50%;
  padding: 0 15px 10px;
  text-align: center;
  text-decoration: none;
  color: #385f36;
  cursor: pointer;
}

.place__tabs-label span {
  display: block;
}

.place__tabs-label span.place__tabs-txt {
  display: none;
}

.place__tab-radio {
  display: none;
}

.place__tab-radio:checked + .place__tabs-label {
  background-color: #f6f6f6;
}

.place__tabs-name {
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
}

.place__tabs-txt {
  color: #4f4f4f;
}

.place__tabs-txt span {
  display: inline-block;
  color: #385f36;
}

.place__tabs-img {
  position: relative;
  height: 60px;
}

.place__tabs-img .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  fill: #4f4f4f;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
      -ms-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}

.place__tabs-img .icon-distance {
  width: 66px;
  height: 66px;
}

.place__tabs-img .icon-hostel {
  width: 65px;
  height: 49px;
}

.place__tabs-img .icon-restaurant {
  width: 65px;
  height: 43px;
}

.place__tabs-img .icon-excursions, .place__tabs-img .icon-camp {
  width: 48px;
  height: 65px;
}

.place__tabs-img .icon-building {
  width: 59px;
  height: 60px;
}

.place__tabs-img .icon-shop-checkbox {
  width: 55px;
  height: 62px;
}

.place__tabs-img .icon-game-checkbox {
  width: 66px;
  height: 65px;
}

.tiles_article .tiles-chess__col {
  position: relative;
}

.tiles_article .tiles-chess__info {
  padding-bottom: 60px;
}

.tiles_article a {
  text-decoration: none;
}

.tiles_article .tiles-chess__img {
  display: block;
}

.tiles__btn {
  display: inline-block;
  min-width: 125px;
  margin: 0 auto 16px;
  padding: 8px;
  color: #fff;
  background-color: #4a4a4a;
  text-transform: uppercase;
}

.tiles__btn_red {
  background-color: #385f36;
}

.tiles__btn_yellow {
  background-color: #ed9c0e;
}

.to-section-lnk__wrp {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.to-section-lnk {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  text-transform: uppercase;
  color: #4f4f4f;
}

.to-section-lnk .icon {
  width: 10px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  fill: #385f36;
}

.add-photo__ttl {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  clear: both;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #385f36;
}

.add-photo__textarea-wrp {
  height: 100%;
  background-color: #f2f2f2;
  padding: 15px;
}

.add-photo__textarea {
  resize: none;
  width: 100%;
  height: 200px;
  padding: 15px;
  background-color: transparent;
}

.add-photo__textarea-ttl {
  max-width: 480px;
  margin: 0 auto 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.add-photo-wrp {
  padding-bottom: 20px;
  text-align: center;
}

.add-photo-wrp .add-photo {
  border-bottom: 0;
  padding-bottom: 0;
}

.place__seo-text {
  max-width: 1300px;
  margin: 0 auto 20px;
  text-align: center;
}

.place__seo-text p {
  margin-bottom: 20px;
}

/*place end*/
/*objects start*/
.objects {
  padding: 20px 0;
  background-color: #f8f8f8;
  text-align: center;
}

.objects__ttl {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
}

.objects__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}

.objects__list_all {
  display: none;
}

.objects__list_all-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.objects__item {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.objects__item-ttl {
  margin-bottom: 15px;
  color: #385f36;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.objects__item-txt {
  font-size: 16px;
}

.objects__item-txt span {
  color: #385f36;
}

.objects__btn {
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #737373;
  font-size: 12px;
}

.objects__btn .icon {
  width: 13px;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -6.5px;
  fill: #737373;
}

.objects__btn-active .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*objects end*/
.tour {
  margin-top: 90px;
}

.accordion-lnk {
  display: block;
  text-decoration: none;
  color: #4f4f4f;
  position: relative;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 30px 10px 45px;
  font-weight: 700;
  background-color: #f6f6f6;
}

.accordion-lnk .icon {
  position: absolute;
  width: 15px;
  height: 8px;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  fill: #4a4a4a;
}

.accordion-lnk_active {
  background-color: #eae9e9;
}

.accordion-lnk_active .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-q {
  position: absolute;
  width: 36px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #385f36;
}

.accordion-q span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.accordion-item_visible {
  padding: 15px 0;
  opacity: 1 !important;
  visibility: visible !important;
  max-height: inherit !important;
}

.accordion-item {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

.tour__desc {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.gallery {
  font-size: 0;
  text-align: center;
}

.gallery__col {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.gallery__lnk {
  display: block;
  overflow: hidden;
}

.place-top__info {
  margin-bottom: 10px;
  font-size: 0;
  text-align: center;
}

.place-top__item {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 16px;
}

.place-top__time, .place-top__distance, .place-top__car, .place-top__onfoot, .place-top__bus {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.place-top__time {
  padding-left: 32px;
}

.place-top__time .icon {
  width: 22px;
  height: 24px;
  margin-top: -12px;
  fill: #fff;
}

.place-top__distance {
  padding-left: 32px;
}

.place-top__distance .icon {
  width: 24px;
  height: 25px;
  margin-top: -12.5px;
}

.place-top__car {
  padding-left: 46px;
}

.place-top__car .icon {
  width: 34px;
  height: 20px;
  margin-top: -10px;
}

.place-top__bus {
  padding-left: 46px;
}

.place-top__bus .icon {
  width: 34px;
  height: 20px;
  margin-top: -10px;
}

.place-top__onfoot {
  padding-left: 32px;
}

.place-top__onfoot .icon {
  width: 16px;
  height: 25px;
  margin-top: -12.5px;
}

*[data-paver] {
  margin-bottom: 1.5rem;
  position: relative;
  height: 80vh;
  left: -25%;
  width: 150%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.panorama-wrp {
  margin: 0 16.66667%;
}

.comment {
  margin-bottom: 20px;
  color: #4f4f4f;
}

.comment__list {
  padding: 20px 15px;
}

.show-more-comment {
  display: block;
  height: 30px;
  text-align: center;
  cursor: pointer;
}

.show-more-comment .icon {
  width: 15px;
  height: 8px;
  fill: #4f4f4f;
}

.comment__form-wrp {
  border-top: 1px solid rgba(56, 56, 56, 0.3);
  padding: 30px 15px 10px;
}

.comment__form {
  position: relative;
  padding-left: 37px;
}

.comment__form .icon {
  fill: #383838;
}

.comment__form-ava {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.comment__form-ava img {
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
}

#emoji {
  margin-right: 35px;
  color: #4f4f4f;
  border-top-left-radius: 5px;
  font-size: 12px;
}

.comment_black {
  background-color: #1c1c1c;
  color: #fff;
}

.comment_black .KEmoji_Cont:after {
  border-bottom-color: #fff;
}

.comment_black .comment__answer {
  color: #fff;
}

.comment_black .comment__form .icon {
  fill: #7d7d7d;
}

.comment_black .comment__btn .icon {
  fill: #fff;
}

.comment_black .comment__author-time, .comment_black .comment__txt {
  color: #9e9e9e;
}

.comment_black .show-more-comment .icon {
  fill: #fff;
}

.comment_black .KEmoji_Block .KEmoji_Input {
  background-color: #383838;
  color: #fff;
}

.comment_black .KEmoji_Block .KEmoji_Input * {
  background-color: #383838 !important;
  color: #fff !important;
}

.comment__btn {
  width: 35px;
  height: 84px;
  float: right;
  background-color: #385f36;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.comment__btn .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.comment__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.comment__item:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  top: 4px;
  left: 15px;
  border-left: 1px solid rgba(56, 56, 56, 0.3);
}

.comment__item .comment__item {
  margin-left: 38px;
  margin-bottom: 0;
}

.comment__item .comment__item:before {
  display: none;
}

.comment__answer {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  color: #383838;
}

.comment__author-name {
  margin-bottom: 4px;
  font-size: 14px;
}

.comment__txt {
  font-size: 12px;
  padding-left: 40px;
  margin-bottom: 20px;
}

.comment__author-time {
  font-size: 12px;
}

.comment-ava {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.comment-ava img {
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
}

.comment__auth-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

.load-file {
  position: absolute;
  top: 92px;
  padding: 5px;
  overflow: hidden;
  cursor: pointer;
}

.load-file .icon {
  width: 18px;
  height: 20px;
}

.inputfile {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.file-path {
  display: none;
  float: left;
  position: relative;
  padding-left: 26px;
  padding-right: 25px;
  margin-top: 14px;
  margin-left: 15px;
}

.file-path .icon-picture {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}

.file-path__del {
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  right: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.file-path__del .icon-del {
  width: 15px;
  height: 15px;
  vertical-align: top;
}

.file-path__txt {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 140px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.answer {
  display: none;
  position: relative;
  margin-top: 14px;
  margin-left: 15px;
  padding-left: 25px;
  padding-right: 18px;
  float: left;
}

.answer .icon {
  position: absolute;
  top: 50%;
}

.answer .icon-avatar {
  left: 0;
  margin-top: -11px;
  width: 19px;
  height: 22px;
}

.answer .icon-del {
  right: 0;
  margin-top: -7.5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.answer__name {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 140px;
}

.my-balloon {
  display: block;
  position: absolute;
  min-height: 40px;
  padding: 10px 30px 10px 10px;
  z-index: 1;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 5px 15px -7px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 5px 15px -7px rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 300px;
  font-size: 13px;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
}

.my-balloon__inner {
  display: block;
}

.my-balloon__inner .close {
  width: 30px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.my-balloon__inner .icon-cros {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  fill: #4f4f4f;
}

.my-balloon__arrow {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-bottom: -17px;
  margin-left: -12px;
  background: rgba(0, 0, 0, 0.15);
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.my-balloon__arrow:before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 1px;
  background-color: #fff;
  width: 20px;
  height: 20px;
}

.footer__flags-col {
  padding: 0 10px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
}

.footer__flags-col p {
  margin-bottom: 0;
}

.footer__flags-col img {
  display: block;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.gray-block, .tours-wrp, .recomendet-tours-wrp, .main__news-wrp {
  padding-bottom: 30px;
  background-color: #f6f6f6;
}

.red-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.red-catalog__col {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%;
}

.red-catalog__item {
  position: relative;
  min-height: 270px;
  height: 100%;
  padding: 56px 16px 84px;
  color: #fff;
  background-color: #385f36;
  text-align: center;
}

.red-catalog__item span {
  display: block;
  position: relative;
}

.red-catalog__item .btn {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  max-width: 210px;
  margin: auto;
}

.red-catalog__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: center no-repeat;
  background-size: cover;
  opacity: .4;
}

.js-scroll-block {
  padding-top: 30px;
}

.gray-block, .tours-wrp, .recomendet-tours-wrp, .main__news-wrp {
  padding-top: 30px;
  margin-top: 30px;
}

.js-hidden-block {
  display: none;
}

.btn.js-show {
  padding-right: 30px;
}

.js-show {
  position: relative;
}

.js-show .icon {
  position: absolute;
  width: 10px;
  height: 5px;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

.js-show_active .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  
  .special_wrp span{
    display: none;
  }

  .main__slider-txt p {
     display: none;
  }

  .header__top .main-container {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
     height: auto;
  }

  .logo {
     display: block;
     max-width: 100%;
     height: auto;
  }

  .header__contacts {
     display: none; /* Добавлено свойство display: none; */
    /* display: flex;
     align-items: center;
     font-size: 12px;
     margin-top: 10px;*/
  }

  .header__top-right-wrp {
     display: flex;
     align-items: center;
    /*margin-top: 10px;*/
  }

  .special_wrp {
     margin: 10px 0;
     line-height: 24px;
     min-width: 24px;
  }

  .header__top .lang-wrp {
     margin-right: 45px;
  }

    .footer__txt {
  font-size: 14px;
  padding: 10px 0 0;
  background-color: #f6f6f6;
  color: #a8a8a8
  }

  .footer__txt p {
  margin-bottom: 16px
  }

}

/*@media only screen and (max-width: 640px) {
  .header__contacts {
    padding-right: 0;
  }
  .header__contacts a[href^='tel:'] {
    font-size: 12px;
  }
}*/

/* Extra Small Devices, Phones*/
@media only screen and (min-width: 768px) {
  .top-filter {
    border: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top-filter__item {
    border-right: 1px solid #cbcbcb;
    width: 50%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .dev {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #adadad;
  }
  .recomendet__inner {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: 0;
  }
  .tiles__col {
    width: 50%;
  }
  .tiles-chess__col {
    width: 50%;
  }
  .tiles-chess__col:nth-child(4n+2), .tiles-chess__col:nth-child(4n+3) {
    background-color: #eee;
  }
  .tiles-chess__col:nth-child(4n+1), .tiles-chess__col:nth-child(4n+4) {
    background-color: #f6f6f6;
  }
  .best-photo .photo {
    width: 50%;
    float: left;
  }
  .best-photo .photo:first-child {
    width: 100%;
  }
  .photo__col {
    width: 50%;
  }
  .main__map-filter {
    text-align: center;
  }
  .main__map-filter .checkbox-wrp {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
  }
  .route-form {
    padding: 0;
  }
  .route-form .toggle-city {
    right: auto;
    left: 50%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .route-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .route-item:first-child {
    margin-bottom: 0;
    border-right: 1px solid #cbcbcb;
  }
  .add-photo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .add-photo__col {
    width: 50%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .add-photo__section, .win {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .parameters {
    margin-bottom: 0;
    float: left;
  }
  .parameters__sort {
    left: 0;
    margin-left: 0;
  }
  .sort {
    float: right;
    font-size: 16px;
  }
  .parameters__sort {
    width: 300px;
  }
  .publications__slider-wrp {
    min-height: 350px;
  }
  .publications-social, .photo-glob__social {
    text-align: left;
  }
  .author-publications, .author-photo-glob {
    margin-right: 20px;
  }
  .contest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contest__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contest__step-wrp {
    padding-left: 16%;
  }
  .contest__step span {
    font-size: 18px;
  }
  .author-photo-glob {
    float: left;
  }
  .photo-glob__social {
    float: right;
  }
  .place__tabs-label {
    width: 25%;
  }
  .photo-showplace-wrp {
    min-height: 327px;
  }
  .objects__item {
    width: 50%;
  }
  .place-top__item {
    width: 50%;
    position: relative;
    text-align: left;
    padding-left: 20px;
  }
  .place-top__item:first-child {
    text-align: right;
    padding-left: 0;
    padding-right: 20px;
  }
  .place-top__item:first-child:before {
    content: '';
    display: block;
    position: absolute;
    height: 30px;
    right: 0;
    top: 50%;
    margin-top: -15px;
    border-right: 1px solid #fff;
  }
  .services-wrp {
    min-height: 410px;
  }
  .banner__item_col4 {
    width: 50%;
  }
  .footer__right {
    width: 50%;
    padding-left: 10px;
  }
  .footer__left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 0;
  }
  .footer__flags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__flags-col {
    width: 50%;
  }
  .red-catalog__col {
    width: 50%;
  }
}

/* Small Devices, Tablets*/
@media only screen and (min-width: 768px) {
  .cnt img {
    display: inline;
  }
  .cnt img[align="left"] {
    float: left;
    margin: 15px 20px 15px 0;
  }
  .cnt img[align="right"] {
    float: right;
    margin: 15px 0 15px 20px;
  }
  .logo img {
    max-width: 122px;
  }
  .logo span {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    color: #4f4f4f;
    font-size: 14px;
    margin-left: 10px;
    padding: 7px 0 7px 10px;
    border-left: 1px solid #4f4f4f;
  }
  .header__contacts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__contacts a[href^='tel:'] {
    display: block;
  }
  .header__search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    padding-left: 30px;
  }
  .header__search .icon {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 50%;
    margin-top: -12.5px;
    fill: #aeaeae;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
  }
  .search-field {
    width: 300px;
    height: 36px;
    border: none;
    border-bottom: 1px solid transparent;
    color: #4f4f4f;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
  }
  .search-field::-webkit-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
  .search-field:-moz-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
  .search-field::-moz-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
  .search-field:-ms-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
  .search-field:focus {
    border-bottom-color: #4f4f4f;
  }
  .search-field:focus + .icon {
    fill: #385f36;
  }
  .footer__copyright {
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .top-filter-wrp {
    max-width: none;
  }
  .top-filter__item {
    border-right: 1px solid #cbcbcb;
    width: 33.333%;
  }
  .slick-prev, .prev-photo, .slick-next, .next-photo {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .slick-prev .icon, .prev-photo .icon, .slick-next .icon, .next-photo .icon {
    width: 30px;
    height: 30px;
  }
  .slick-prev, .prev-photo {
    left: 20px;
  }
  .slick-next, .next-photo {
    right: 20px;
  }
  .main__slider-ttl {
    max-width: 600px;
    font-size: 28px;
  }
  .slick-dots {
    bottom: 30px;
  }
  .recomendet__wrp {
    height: auto;
  }
  .more-info-lnk {
    position: absolute;
    margin-bottom: 0;
    right: 10px;
    top: -50px;
  }
  .photo__author, .photo-glob__date {
    font-size: 14px;
  }
  .map {
    height: 600px;
  }
  .popular-route {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .routes-data {
    width: 45%;
    float: left;
  }
  .routes-filter {
    position: relative;
    margin-bottom: 50px;
  }
  .routes-filter:before {
    content: '';
    display: block;
    position: absolute;
    border-left: 1px solid #ebebeb;
    height: 100%;
    top: 0;
    left: 45%;
    margin-left: -2px;
  }
  .calc-data {
    width: 55%;
    float: left;
  }
  .consumption {
    padding: 13px 15px;
    font-size: 14px;
  }
  .consumption__right {
    width: 92px;
    padding-left: 14px;
  }
  .consumption__left {
    margin-right: 92px;
  }
  .transport {
    text-align: left;
  }
  .routes-filter__addr {
    text-align: left;
    margin-bottom: 0;
  }
  .transport__item {
    width: auto;
    padding-left: 46px;
    padding-right: 10px;
    line-height: 40px;
    font-size: 14px;
  }
  .transport__item .icon {
    left: 10px;
    margin-left: 0;
  }
  .transport__item .icon-person {
    left: 15px;
  }
  .personal-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 75px 20px 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .personal__name {
    font-size: 30px;
  }
  .personal__ava-wrp {
    margin-bottom: 0;
    width: 50%;
    text-align: left;
  }
  .personal-social-wrp {
    width: 50%;
    text-align: right;
  }
  .personal__ava {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .personal__name {
    display: inline-block;
    vertical-align: middle;
  }
  .personal-form__col {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .publications__photo-info .photo__name-wrp, .photo-glob__info .photo__name-wrp, .publications__photo-info .photo-glob__name-wrp, .photo-glob__info .photo-glob__name-wrp {
    margin-right: 185px;
  }
  .publications__photo-info .photo__name, .photo-glob__info .photo__name, .publications__photo-info .photo-glob__name, .photo-glob__info .photo-glob__name {
    font-size: 25px;
  }
  .publications__photo-info .photo__author, .photo-glob__info .photo__author, .publications__photo-info .photo-glob__date, .photo-glob__info .photo-glob__date {
    font-size: 18px;
  }
  .publications__photo-info .social img, .photo-glob__info .social img {
    width: 30px;
  }
  .publications__photo-likes, .photo-glob__likes {
    font-size: 20px;
  }
  .publications__photo-likes .likes, .photo-glob__likes .likes {
    padding-left: 28px;
  }
  .publications__photo-likes .likes .icon, .photo-glob__likes .likes .icon {
    width: 20px;
    height: 18px;
    margin-top: -9px;
  }
  .publications__photo-likes .views, .photo-glob__likes .views {
    padding-left: 32px;
  }
  .publications__photo-likes .views .icon, .photo-glob__likes .views .icon {
    width: 23px;
    height: 14px;
    margin-top: -7px;
  }
  .publications__slider-wrp {
    min-height: 450px;
  }
  .publications__slider-wrp .slick-prev, .publications__slider-wrp .prev-photo, .publications__slider-wrp .slick-next, .publications__slider-wrp .next-photo {
    margin-top: -40px;
  }
  .author-publications, .author-photo-glob {
    margin-right: 58px;
  }
  .author-publications__name, .author-photo-glob__name {
    font-size: 20px;
  }
  .author-publications__name span, .author-photo-glob__name span {
    font-size: 16px;
  }
  .publications-social, .photo-glob__social {
    font-size: 16px;
  }
  .add-photo-btn {
    position: absolute;
    margin-bottom: 0;
    padding-top: 17px;
    padding-bottom: 16px;
    right: 0;
    top: 0;
  }
  .sort-photo-wrp {
    padding-right: 190px;
  }
  .contest__ttl {
    padding-left: 32px;
  }
  .photo-glob__likes {
    margin-top: -12px;
  }
  .photo-showplace__bottom {
    font-size: 16px;
  }
  .objects__item {
    width: 33.333%;
  }
  .accordion-lnk {
    font-size: 18px;
    padding-left: 55px;
  }
  .accordion-q {
    width: 41px;
  }
  .comment__item:before {
    left: 25px;
  }
  .comment__item .comment__item {
    margin-left: 44px;
  }
  .comment__auth-info {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 70px;
    margin-bottom: 6px;
  }
  .comment-ava {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .comment-ava img {
    max-width: 50px;
    max-height: 50px;
  }
  .comment__author-name {
    font-size: 18px;
  }
  .comment__author-time {
    font-size: 14px;
  }
  .comment__txt {
    padding-left: 70px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .comment__btn {
    width: 80px;
  }
  .comment__form-wrp {
    padding-right: 20px;
  }
  .comment__form {
    padding-left: 57px;
  }
  .comment__form-ava {
    width: 50px;
    height: 50px;
  }
  .comment__form-ava img {
    max-width: 50px;
    max-height: 50px;
  }
  .banner__item_col4 {
    width: 50%;
  }
  .services-wrp {
    min-height: 500px;
  }
  .arrow-page {
    width: 50px;
    height: 50px;
  }
  .author-publications__author, .author-publications__source {
    margin-bottom: 0;
  }
  .cnt h1, .cnt .h1, .cnt h2, .cnt .h2, .cnt h3, .cnt .h3, .cnt .personal-ttl, .cnt p, .cnt .table-wrp, .cnt ol, .cnt ul {
    padding-left: 5%;
    padding-right: 5%;
  }
  .cnt table {
    width: 90%;
  }
  .main__news-date {
    padding-left: 5%;
    padding-right: 5%;
  }
  .footer .logo span {
    display: none;
  }
  .main__slider-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main__slider-txt {
    text-align: left;
    margin: 0;
    padding: 20px 0 0 20px;
  }
  .main__slider-txt .social {
    text-align: left;
  }
  .footer .logo img {
    max-width: 180px;
  }
}

/* Medium Devices, Desktops*/
@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3, .personal-ttl {
    font-size: 20px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  blockquote {
    padding: 30px 30px 30px 120px;
  }
  blockquote:before {
    width: 35px;
    height: 27px;
    top: 45px;
    left: 40px;
  }
  .recomendet__item {
    width: 25%;
    height: 390px;
    float: left;
  }
  .recomendet__inner {
    text-align: left;
  }
  .best-photo .photo {
    width: 33.333%;
    float: left;
  }
  .best-photo .photo:first-child {
    width: 66.666%;
  }
  .photo__likes {
    bottom: 22px;
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .photo__col {
    width: 33.333%;
  }
  .mob-filter-btn {
    display: none;
  }
  .mobile-tab {
    display: none;
  }
  .js-filter {
    display: block;
  }
  .desc-tabs {
    margin-top: 10px;
  }
  .desc-tabs .tab-lnk, .desc-tabs .js-tabs__lnk {
    display: inline-block;
  }
  .tabs-route {
    margin-bottom: 0;
  }
  .route-item {
    text-align: right;
  }
  .route-item:last-child {
    text-align: left;
    padding-left: 40px;
  }
  .route-field-wrp {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 100%;
    max-width: 466px;
  }
  .route-field {
    font-size: 16px;
    height: 51px;
  }
  .desc-tabs {
    display: block;
  }
  .route-field_city {
    max-width: 330px;
  }
  .route-field_address {
    max-width: 300px;
  }
  .add-photo__col {
    width: 33.333%;
  }
  .publications__slider-wrp {
    min-height: 580px;
  }
  .contest__step-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10%;
  }
  .contest__step {
    width: 50%;
    padding-right: 5%;
  }
  .add-photo__col_txt {
    width: 63%;
  }
  .photo-showplace__bottom {
    bottom: 20px;
    padding-left: 26px;
    padding-right: 26px;
  }
  .photo-showplace-wrp {
    margin-bottom: 40px;
    min-height: 510px;
  }
  .photo-showplace-wrp .slick-dots {
    bottom: -40px;
  }
  .banner__item_col4 {
    width: 25%;
  }
  .banner__item_col2 {
    width: 50%;
  }
  .services-wrp {
    min-height: 600px;
  }
  .tiles__col {
    width: 33.333%;
  }
  .place__tabs-label span.place__tabs-txt {
    display: block;
  }
  .place__tabs-label {
    padding-bottom: 25px;
  }
  .booking-filter__col {
    width: 25%;
  }
  .booking-filter .btn {
    width: 100%;
  }
  .booking-filter__ttl {
    text-align: left;
  }
  .footer__right {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer__right p {
    margin-right: 30px;
    max-width: 700px;
    margin-bottom: 0;
  }
  .red-catalog__col {
    width: 33.3333%;
  }
}

/* Large Devices, Wide Screens*/
@media only screen and (min-width: 1200px) {
  .nav .lang-wrp {
    display: block;
  }
/*
  .header__top {
    display: none;
  }
*/
  .arrow-page {
    right: 40px;
    bottom: 40px;
  }
  .arrow-page__btn {
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
  }
  .arrow-page__btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  h1, .h1 {
    max-width: 1300px;
    margin: 0 auto 20px;
  }
  /*.main-container
		padding-left: 20px
		padding-right: 20px */
  /*.main-row
		margin-left: -20px
		margin-right: -20px*/
  .header {
    position: relative;
    border-bottom: none;
  }
  .main {
    padding-top: 0;
  }
  .main__top {
    padding-bottom: 40px;
  }
  .toggle-menu {
    display: none;
  }
  .logo span {
    width: 150px;
    padding: 0 0 0 15px;
    margin-left: 15px;
  }
  .leng {
    cursor: pointer;
    padding-left: 21px;
    padding-right: 21px;
  }
  .leng__list {
    padding: 0 21px 15px;
  }
  .leng__select {
    line-height: 88px;
  }
  .leng__list_open {
    z-index: 11;
  }
  .header__personal {
    display: block;
    position: relative;
    float: right;
    background-color: #f6f6f6;
    color: #4f4f4f;
    padding: 18px 20px;
  }
  .header__personal:hover .header__personal-inner .icon {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .header__personal:hover .header__personal-lnks {
    display: block;
  }
  .header__personal-inner {
    min-width: 220px;
  }
  .header__personal-inner .icon {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 11px;
    height: 5px;
    margin-top: -2.5px;
    fill: #4f4f4f;
  }
  .header__personal-lnks {
    position: absolute;
    display: none;
    padding: 20px;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #f6f6f6;
    z-index: 11;
    text-align: center;
  }
  .header__personal-lnks .btn {
    font-size: 12px;
    background-color: #d8d8d8;
    text-transform: none;
    min-width: 80px;
    min-height: 30px;
    padding: 8px;
  }
  .header__personal-lnks .btn:hover {
    background-color: #c1bfbf;
  }
  .header__personal-lnks a {
    text-decoration: none;
    color: #4f4f4f;
  }
  .header__personal-lnks .icon {
    position: absolute;
    left: 0;
    top: 50%;
    fill: #4f4f4f;
  }
  .personal-lnk {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
    text-align: left;
  }
  .personal-lnk:hover {
    color: #385f36;
  }
  .personal-lnk:hover .icon {
    fill: #385f36;
  }
  .personal-lnk .icon {
    margin-top: -11px;
    width: 19px;
    height: 22px;
  }
  .personal-photo {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 32px;
    text-align: left;
  }
  .personal-photo:hover {
    color: #385f36;
  }
  .personal-photo:hover .icon {
    fill: #385f36;
  }
  .personal-photo .icon {
    margin-top: -9px;
    width: 22px;
    height: 18px;
  }
  .mobile-nav {
    display: none;
  }
  .nav {
    width: 100%;
    position: relative;
    display: block;
    right: 0;
    padding-top: 0;
    height: auto;
  }
  .nav .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav_fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .shadow-nav_show {
    opacity: 0;
    display: none;
  }
  .menu-wrp {
    overflow-y: visible;
  }
  .header__contacts {
    padding-right: 0;
  }
  .header__contacts a[href^='tel:'] {
    font-size: 15px;
  }
  .menu {
    margin: 0 auto;
    display: table;
    border-collapse: collapse;
    text-align: center;
  }
  .menu tr {
    display: table-row;
  }
  .menu tbody {
    display: table-row-group;
  }
  .menu__item {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .menu__lnk {
    position: relative;
    padding: 22px 10px;
  }
  .more-menu {
    display: block;
    position: relative;
    padding: 20px 26px 20px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }
  .more-menu span {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
  }
  .more-menu:before, .more-menu:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
  }
  .more-menu:before {
    top: 20px;
  }
  .more-menu:after {
    bottom: 20px;
  }
  .dropdown {
    display: inline-block;
    vertical-align: middle;
  }
  .js-dropdown {
    position: relative;
    display: none;
  }
  .more-menu-wrap {
    position: relative;
  }
  .more-menu-wrap .dropdown-menu .menu__lnk {
    text-align: right;
  }
  .more-menu-wrap:hover .dropdown-menu {
    display: block;
  }
  .more-menu-wrap:hover .more-menu {
    background-color: #285fc9;
  }
  .more-menu-wrap .menu__item-wrp {
    text-transform: none;
  }
  .js-dropdown_show {
    display: table-cell;
  }
  .dropdown-menu {
    position: absolute;
    display: none;
    min-width: 200px;
    width: 100%;
    right: 0;
    top: 100%;
    background-color: #f6f6f6;
  }
  .dropdown-menu .submenu {
    top: 0;
    right: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .dropdown-menu .menu__item {
    display: block;
  }
  .dropdown-menu .menu__item-wrp:hover .menu__lnk {
    color: #385f36;
  }
  .dropdown-menu .menu__lnk {
    padding: 6px 26px;
    font-weight: 700;
    font-size: 15px;
    color: #4f4f4f;
    text-transform: none;
  }
  .dropdown-menu .menu__lnk .icon {
    display: none;
  }
  .dropdown-menu .menu__lnk_active {
    color: #385f36;
    background-color: transparent;
  }
  .unvisible {
    opacity: 0;
    visibility: hidden;
  }
  .menu__mob-plus {
    display: none;
  }
  .menu__item:not(.js-dropdown):nth-last-child(2) .submenu, .menu__item:not(.js-dropdown):last-child .submenu {
    right: 0;
  }
  .submenu {
    display: none;
    min-width: 300px;
    position: absolute;
    top: 100%;
  }
  .submenu a {
    padding: 6px 26px;
    font-weight: 700;
    font-size: 15px;
  }
  .submenu a:hover {
    color: #385f36;
  }
  .menu__item-wrp:hover .icon {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .menu__item-wrp:hover .submenu {
    display: block;
  }
  .footer__nav {
    display: block;
  }
  .footer__menu {
    width: 100%;
    font-size: 0;
  }
  .footer__menu-col {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .footer__menu_lnk-ttl {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
  }
  .footer__contacts-wrp {
    font-size: 0;
    text-align: center;
  }
  .footer__menu_lnk {
    display: block;
    margin-bottom: 8px;
  }
  .footer__contacts-col {
    width: 20%;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
    text-align: left;
  }
  .footer__tel {
    font-size: 16px;
  }
  .footer__contacts-ttl {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
  }
  .footer__logo {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  /*breadcrumb start*/
  .bx-breadcrumb_wrp {
    display: block;
    padding: 16px 0;
    color: #d5e5f3;
    font-weight: 300;
    font-size: 14px;
    background-color: #ebebeb;
  }
  .bx-breadcrumb-item {
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 20px;
  }
  .bx-breadcrumb-item .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4.5px;
    width: 4px;
    height: 9px;
    fill: #959595;
  }
  .bx-breadcrumb-item:first-child {
    padding-left: 0;
  }
  .bx-breadcrumb-item:first-child .icon {
    display: none;
  }
  .bx-breadcrumb-item > span {
    color: #4f4f4f;
  }
  .bx-breadcrumb-item a {
    color: #959595;
    text-decoration: none;
  }
  .bx-breadcrumb-item a:hover {
    text-decoration: underline;
  }
  /*breadcrumb end*/
  .top-filter__item {
    width: 16.666%;
  }
  .top-filter__item:last-child {
    border-right: none;
  }
  .btn {
    font-size: 16px;
    line-height: 20px;
    min-height: 50px;
    padding: 15px 20px;
  }
  .form-message {
    font-size: 16px;
  }
  .field, .textarea, .selected-active {
    font-size: 18px;
    height: 50px;
  }
  .textarea {
    height: 120px;
  }
  .selected-active {
    cursor: pointer;
    line-height: 50px;
  }
  .bx-authform-social__ttl {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .bx-authform-social li {
    width: 48px;
    margin-bottom: 20px;
  }
  .login-popup__wrp {
    padding: 30px 34px;
  }
  #login-popup .btn {
    margin-top: 10px;
  }
  .login-popup__ttl {
    padding: 26px 30px 6px 30px;
  }
  .bx-authform-social img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .bx-authform-social a {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .bx-authform-social a:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .main__slider-item, .main__slider-wrp {
    min-height: 615px;
  }
  .slick-dots {
    bottom: 48px;
  }
  .main__slider-ttl {
    margin-bottom: 30px;
    max-width: 880px;
    font-size: 35px;
  }
  .recomendet__item {
    overflow: hidden;
  }
  .recomendet__item:hover .recomendet__img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .recomendet__img {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
  }
  .tiles__col {
    width: 25%;
  }
  .tours__img, .main__news-img, .articles__img, .infrastructure__img {
    height: 320px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .tours__img span, .main__news-img span, .articles__img span, .infrastructure__img span {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .tours__img:hover span, .main__news-img:hover span, .articles__img:hover span, .infrastructure__img:hover span {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .tours-wrp, .recomendet-tours-wrp, .main__news-wrp {
    padding-bottom: 30px;
  }
  .top-filter-wrp {
    margin-left: -10px;
    margin-right: -10px;
  }
  .infrastructure__img span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .infrastructure__img:hover span {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .more-info-lnk {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }
  .more-info-lnk:hover {
    color: #385f36;
  }
  .photo__status {
    top: 20px;
    left: 20px;
    font-size: 18px;
  }
  .photo {
    overflow: hidden;
  }
  .photo img {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
  }
  .photo:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .photo__info {
    padding: 16px 20px;
  }
  .photo__name-wrp, .photo-glob__name-wrp {
    margin-right: 145px;
    font-size: 20px;
  }
  .photo__likes {
    width: 138px;
    right: 20px;
    bottom: 30px;
    font-size: 14px;
  }
  .best-photo .photo:first-child .photo__name-wrp, .best-photo .photo:first-child .photo-glob__name-wrp {
    font-size: 35px;
  }
  .best-photo .photo:first-child .photo__author, .best-photo .photo:first-child .photo-glob__date {
    font-size: 18px;
  }
  .best-photo .photo:first-child:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .main__news-info {
    font-size: 16px;
  }
  .main__news-date {
    font-size: 18px;
  }
  .persons__img {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .persons__img span {
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  }
  .persons__img:hover span {
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  }
  .toggle-city {
    cursor: pointer;
  }
  .toggle-city:hover .icon {
    fill: #385f36;
  }
  .routes-filter__addr .field, .routes-filter__addr .textarea, .routes-filter__addr .selected-active {
    font-size: 16px;
  }
  .transport__item {
    height: 50px;
    font-size: 16px;
    line-height: 52px;
    cursor: pointer;
  }
  .routes-filter:before {
    left: 32.5%;
    margin-left: -7px;
  }
  .routes-calc .routes-container {
    width: 50%;
    float: left;
  }
  .result-field {
    padding-top: 16px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .routes-data {
    width: 32.5%;
    float: left;
  }
  .calc-data {
    width: 67.5%;
    float: left;
  }
  .social {
    padding-top: 20px;
  }
  .social__ttl {
    font-size: 16px;
  }
  .social__lnk {
    position: relative;
  }
  .social__lnk img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .social__lnk:hover {
    z-index: 2;
  }
  .social__lnk:hover img {
    margin-top: -3px;
  }
  .tiles-chess__col {
    width: 25%;
  }
  .tiles-chess__col:nth-child(8n+1), .tiles-chess__col:nth-child(8n+3), .tiles-chess__col:nth-child(8n+8), .tiles-chess__col:nth-child(8n+6) {
    background-color: #f6f6f6;
  }
  .tiles-chess__col:nth-child(8n+2), .tiles-chess__col:nth-child(8n+4), .tiles-chess__col:nth-child(8n+7), .tiles-chess__col:nth-child(8n+5) {
    background-color: #eee;
  }
  .tiles-chess__ttl {
    font-size: 18px;
  }
  .tiles-chess__info {
    padding-bottom: 50px;
  }
  .tiles-chess__lnk img {
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
  }
  .tiles-chess__lnk:hover img {
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  }
  .tiles-chess__img {
    padding: 30px;
  }
  .tiles-chess__ttl {
    font-size: 20px;
  }
  .personal-top {
    padding-bottom: 30px;
  }
  .personal__name {
    font-size: 45px;
  }
  .added-social__item {
    padding-left: 54px;
  }
  .added-social__item img {
    width: 48px;
    margin-top: -24px;
  }
  .personal-form__col label {
    width: 150px;
    margin-right: 18px;
    margin-bottom: 10px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
  }
  .personal-form__col .field-wrp {
    width: 370px;
    display: inline-block;
    vertical-align: middle;
  }
  .tabs-personal__lnk {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .personal-info .tab_visible {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #presonal-data .btn {
    margin-top: 30px;
  }
  .publications {
    padding-top: 40px;
  }
  .parameters__btn {
    cursor: pointer;
  }
  .sort__label {
    cursor: pointer;
  }
  .select__item:hover {
    background-color: #dcdcdc;
  }
  .publications__tabs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .publications__photo-info, .photo-glob__info {
    padding: 18px 22px;
  }
  .publications__slider-wrp {
    margin-bottom: 40px;
  }
  .publications__slider-wrp {
    min-height: 650px;
  }
  .publications-top {
    padding-top: 20px;
  }
  .author-publications_ava, .author-photo-globs_ava {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }
  .author-publications__name, .author-photo-glob__name {
    font-size: 23px;
  }
  .author-publications__name span, .author-photo-glob__name span {
    font-size: 18px;
  }
  .publications-social, .photo-glob__social {
    font-size: 18px;
  }
  .publications-social a, .photo-glob__social a {
    width: 48px;
    height: 48px;
  }
  .contest__step-wrp {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .photo-glob__likes {
    right: 22px;
  }
  .photo-glob-wrp {
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .place-top__img {
    margin-bottom: -100px;
  }
  .place__tabs-label {
    width: 16.666%;
  }
  .place__tabs-txt {
    font-size: 14px;
  }
  .place__tabs-img {
    height: 120px;
  }
  .place__tabs-img .icon {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .tiles_article .tiles-chess__info {
    font-size: 16px;
  }
  .place .tours-inner, .place .main__news-inner, .place .infrastructure-inner, .place .articles-inner, .place .articles {
    margin-bottom: 30px;
  }
  .add-photo__textarea-wrp {
    padding: 26px;
  }
  .add-photo__ttl {
    margin-bottom: 34px;
    font-size: 22px;
  }
  .add-photo-wrp {
    padding-bottom: 40px;
  }
  .photo-showplace:before, .photo-showplace:after {
    width: 16.7%;
  }
  .photo-showplace .slick-arrow {
    width: 16.7%;
  }
  .photo-showplace__bottom {
    left: 16.7%;
    width: 66.6%;
  }
  .place__seo-text {
    font-size: 20px;
  }
  .objects {
    padding: 36px 0;
  }
  .objects__ttl {
    margin-bottom: 34px;
    font-size: 25px;
  }
  .objects__item {
    margin-bottom: 32px;
    width: 25%;
  }
  .accordion-lnk {
    font-size: 20px;
    padding-left: 55px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .accordion-lnk:hover {
    background-color: #eae9e9;
  }
  .accordion-q {
    width: 44px;
  }
  .gallery__lnk img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .gallery__lnk:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .place-top__info {
    margin-bottom: 24px;
  }
  .place-top__item {
    padding-left: 28px;
  }
  .place-top__item:first-child {
    text-align: right;
    padding-left: 0;
    padding-right: 28px;
  }
  .banner .main-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .services__info-ttl {
    font-size: 25px;
  }
  .author-publications__author {
    font-size: 18px;
    line-height: 24px;
    margin-right: 30px;
  }
  .author-publications__source {
    font-size: 18px;
    line-height: 24px;
  }
  .cnt h1, .cnt .h1, .cnt h2, .cnt .h2, .cnt h3, .cnt .h3, .cnt .personal-ttl, .cnt p, .cnt .table-wrp, .cnt ol, .cnt ul, .cnt .main__news-date, .cnt blockquote {
    padding-left: 13%;
    padding-right: 13%;
  }
  .cnt table {
    width: 74%;
  }
  .cnt blockquote p {
    padding: 0;
  }
  .main__news-date {
    padding-left: 13%;
    padding-right: 13%;
  }
  form .loader {
    width: 50px;
    height: 50px;
    margin-top: 30px;
  }
  .js-filter-btn {
    display: none;
  }
  .smartfilter-wrp {
    width: 25%;
    float: left;
  }
  .smartfilter-wrp hr {
    display: none;
  }
  .smartfilter {
    padding: 46px 22px;
    display: block !important;
    -webkit-box-shadow: 0 0 20.4px 0.6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 20.4px 0.6px rgba(0, 0, 0, 0.16);
  }
  .smartfilter-wrp + .filter-result {
    float: left;
    width: 75%;
  }
  .smartfilter-wrp + .filter-result .tiles__col {
    width: 33.3333%;
  }
  .bx-filter-button-box .btn {
    min-width: 192px;
  }
  .smartfilter__ttl {
    margin-bottom: 38px;
  }
  .bx-filter-button-box {
    padding-top: 20px;
  }
  .booking .tours__item, .booking .main__news-item, .booking .persons__item, .booking .infrastructure__item {
    padding-bottom: 80px;
  }
  .booking__btn .btn {
    width: 50%;
  }
  .booking-filter__ttl {
    margin-bottom: 25px;
  }
  .footer__left, .footer__right {
    font-size: 17px;
  }
  .main__slider-wrp .slick-dots {
    bottom: 60px;
  }
  .footer__right {
    width: 65%;
  }
  .footer__left {
    width: 35%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .footer .logo img {
    max-width: 188px;
  }
  .footer .logo span {
    display: inline-block;
    padding: 10px 0 10px 15px;
    font-size: 18px;
  }
  .red-catalog__col {
    width: 20%;
  }
}

@media only screen and (min-width: 1300px) {
  .booking-filter-wrp {
    margin-bottom: 35px;
  }
  .booking-filter {
    padding: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .booking-filter .btn {
    margin-bottom: 0;
  }
  .booking-filter__field-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .booking-filter__field-wrp > span {
    white-space: nowrap;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .field_date__wrp {
    margin-bottom: 0;
  }
  .booking-filter__ttl {
    margin-bottom: 0;
  }
  .footer__menu {
    width: 83.333%;
    float: left;
  }
  .footer__menu-col {
    width: 20%;
  }
  .footer__contacts-wrp {
    width: 16.666%;
    float: left;
  }
  .footer__contacts-col {
    width: 100%;
  }
  .top-filter__item {
    font-size: 16px;
  }
  .publications__slider-wrp {
    min-height: 700px;
  }
  .objects__item {
    width: 16.666%;
  }
  .tiles-chess__main-ttl {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .main__slider-wrp .slick-prev, .main__slider-wrp .prev-photo {
    left: 0;
  }
  .main__slider-wrp .slick-next, .main__slider-wrp .next-photo {
    right: 0;
  }
  .recomendet .main-container {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1600px) {
  .map {
    height: 800px;
  }
}

/*@media only screen and (min-width: 1600px)
	.cnt
		font-size: 18px
	.btn
		padding-top: 15px
		padding-bottom: 15px
	h1,.h1
		font-size: 45px
		padding-top: 70px
		margin-bottom: 28px
	h2,.h2
		font-size: 30px
		padding-top: 42px
		margin-bottom: 30px
	h3,.h3
		margin-bottom: 24px
		font-size: 25px
	h4,.h4
		margin-bottom: 24px
		font-size: 22px
	blockquote
		font-size: 18px
	.registration-wrp
		h1,.h1
			padding-top: 50px
	.logo
		padding-top: 15px
		padding-bottom: 15px
	.leng__select
		line-height: 100px
	.header__personal
		padding-top: 24px
		padding-bottom: 24px
	.main__top
		padding-bottom: 70px
	.top-filter-wrp
		padding-top: 58px
	.search-field
		width: 500px
	.footer__menu_lnk-ttl,.footer__contacts-ttl
		font-size: 18px
	.filter-field
		height: 80px
		line-height: 80px
	.login-popup__ttl
		font-size: 25px
	.main__slider-item, .main__slider-wrp
		height: 790px
	.main__slider-ttl
		font-size: 45px
	.slick-prev, .slick-next
		width: 50px
		height: 50px
		margin-top: -25px
		.icon
			width: 50px
			height: 50px
	.slick-prev
		left: 8%
	.slick-next
		right: 8%
	.loader
		width: 80px
		height: 80px
		margin-top: -40px
	.recomendet
		padding-bottom: 60px
	.recomendet .main-container
		padding-left: 20px
		padding-right: 20px
	.recomendet__section
		font-size: 20px
	.recomendet__ttl
		font-size: 25px
	.recomendet__txt
		font-size: 16px
	.recomendet__item
		height: 600px
		padding-top: 40px
		&:first-child
			.recomendet__section
				font-size: 40px
			.recomendet__ttl
				font-size: 35px
	.main__news-date
		font-size: 20px
	.main__news-ttl
		font-size: 22px
	.tours__img
		height: 370px
	.tours-wrp
		padding-bottom: 58px
		.main-row
			margin-left: -10px
			margin-right: -10px
	.tours__ttl
		font-size: 22px
	.tours__info
		font-size: 18px
	.tours__txt
		margin-bottom: 18px
	.more-info-lnk
		top: -66px
	.best-photo-inner
		padding-bottom: 85px
	.photo__name-wrp
		margin-right: 190px
	.photo__author
		font-size: 18px
	.photo__name-wrp
		font-size: 25px
	.best-photo
		.photo__status
			top: 30px
		.photo
			&:first-child
				.photo__name-wrp
					font-size: 35px
				.photo__info
					padding-left: 35px
					padding-right: 35px
				.photo__likes
					right: 35px
				.photo__status
					left: 35px
	.photo__likes
		width: 180px
		font-size: 18px
		bottom: 30px
	.likes
		padding-left: 32px
		.icon
			width: 23px
			height: 20px
			margin-top: -10px
	.views
		margin-left: 25px
		padding-left: 32px
		.icon
			width: 26px
			height: 16px
			margin-top: -8px
	.tab-lnk
		font-size: 20px
		padding-top: 20px
		padding-bottom: 20px
	.publications__tabs
		.tab-lnk
			padding-top: 15px
			padding-bottom: 15px
	.map
		height: 890px
	.showplace__btns
		padding-bottom: 30px
		.js-tabs__lnk
			font-size: 18px
			line-height: 46px
	.showplace-wrp
		padding-bottom: 60px
	.persons__info
		padding: 0 26px 40px
	.persons__name
		margin-bottom: 14px
		font-size: 22px
	.persons-life
		padding-bottom: 20px
		margin-bottom: 20px
		font-size: 22px
	.persons__txt
		font-size: 18px
	.persons__img
		display: block
		position: relative
		overflow: hidden
		height: 260px
		span
			width: 170px
			height: 170px
			margin-left: -85px
			margin-top: -85px
	.registration-wrp
		padding-bottom: 50px
	.infrastructure__item
		padding-bottom: 82px
	.infrastructure__info
		margin-top: -82px
	.infrastructure__ttl
		padding: 28px 0
		font-size: 22px
	.infrastructure__lnk
		margin-bottom: 10px
		font-size: 22px
	.popular-route
		font-size: 19px
		li
			&:before
				top: 5px
	.tabs-route__lnk
		padding: 24px 20px
	.route-field
		height: 67px
	.personal-top
		padding: 75px 40px 20px
	.personal-form__col label
		font-size: 18px
		width: 280px
	.tabs-personal__lnk
		padding-top: 21px
		padding-bottom: 21px
	.add-photo__section .icon
		margin-bottom: 30px
	.load-photo-ttl
		font-size: 20px
	.win__ttl
		font-size: 46px
	.win__ttl2
		font-size: 25px
	.add-photo
		padding-bottom: 30px
		margin-bottom: 30px
	.add-photo__item
		.btn
			margin-top: 30px
	.publications
		padding-top: 66px
	.sort-photo
		padding-top: 27px
		padding-bottom: 27px
	.publications__photo-info
		.photo__name
			font-size: 35px
		.social
			padding-top: 22px
		.photo__name-wrp
			margin-right: 240px
	.publications__photo-likes
		font-size: 23px
		.likes
			padding-left: 44px
			.icon
				width: 30px
				height: 26px
				margin-top: -13px
		.views
			padding-left: 44px
			.icon
				width: 34px
				height: 22px
				margin-top: -11px
	.publications__slider-wrp
		min-height: 800px
	.publications__slider-wrp
		.slick-prev
			left: 30px
		.slick-next
			right: 30px
	.publications-top
		padding-top: 50px
	.add-photo-btn
		padding: 29px 34px 28px
		font-size: 16px
	.sort-photo-wrp
		padding-right: 246px
		margin-bottom: 10px
	.contest
		margin-bottom: 30px
	.contest__step
		padding-left: 46px
		font-size: 16px
		&:before
			width: 34px
			height: 34px
			margin-top: -17px
			line-height: 34px
			font-size: 25px
		span
			font-size: 25px
	.contest__ttl
		padding: 28px 26px 28px 80px
		span
			font-size: 45px
			span
				font-size: 25px
		.icon
			width: 84px
			height: 84px
			margin-right: 32px
	.photo-glob__likes
		margin-top: -13.5px
	.photo-glob__info
		padding-top: 26px
	.photo-glob__author
		margin-bottom: 30px
	.photo-glob-wrp
		padding-top: 70px
		margin-bottom: 50px
	.prev-photo
		left: 30px
	.next-photo
		right: 30px
	.place-top__img
		width: 220px
		margin-bottom: -185px
	.place__tabs-label
		padding-bottom: 38px
	.place__tabs-img
		height: 126px
	.place__tabs-txt
		font-size: 16px
	.tiles_article .tiles-chess__info
		padding-bottom: 100px
	.to-section-lnk__wrp
		bottom: 40px
	.add-photo__textarea-ttl
		font-size: 20px
	.place
		margin-top: 160px
	.photo-showplace
		&:before,&:after
			width: 16.7%
		.slick-arrow
			width: 16.7%
	.photo-showplace__bottom
		width: 66.6%
		left: 16.7%
		bottom: 24px
	.play-video
		width: 100px
		height: 100px
		margin-left: -50px
		margin-top: -50px
		.icon
			margin-top: -44px
			margin-left: -44px
			width: 88px
			height: 88px
	.place__seo-text
		margin-bottom: 40px
		font-size: 25px
		p
			margin-bottom: 40px
	.tour
		margin-top: 160px
	.accordion-lnk
		padding: 28px 50px 28px 96px
		.icon
			right: 30px
	.accordion-q
		width: 80px*/
/*@media only screen and (min-width: 1900px)
	.prev-photo
		left: -90px
	.next-photo
		right: -90px*/
