@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,600,700&subset=latin-ext");
* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-color: inherit;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  color: #1F1C1C;
  background-color: white;
}
body .wrap-content {
  min-height: calc(100vh - 70px);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #1F1C1C;
  font-weight: bold;
}
a {
  cursor: pointer;
}
a:focus {
  text-decoration: none;
}
p a {
  color: #1F1C1C;
  text-decoration: underline;
  word-break: break-word;
}
p a:hover {
  color: #1D1D1B;
}
a:hover {
  color: #1D1D1B;
  text-decoration: none;
}
.modal.in .modal-dialog {
  z-index: 1041;
}
.notfound {
  padding-top: 60px;
  position: relative;
}
.notfound .container {
  max-width: 510px;
  width: 100%;
  min-height: calc(100vh - 70px);
  text-align: center;
  padding-top: calc(50vh - 220px);
}
.notfound .container span {
  font-size: 222px;
  color: #EFEFEF;
}
.notfound .container h1 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 45px;
  line-height: 22px;
}
.notfound .container:after {
  width: 34px;
  content: "";
  display: inline-block;
  background: url(../images/lineh.png);
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 23px;
}
body.noScroll {
  overflow: hidden;
}
/* Admin bar */
.admin-bar-cont {
  position: fixed;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  padding: 5px;
  font-family: "Arial";
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  border-radius: 0 0px 10px 0px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999;
}
.admin-bar-cont a {
  color: white;
  margin-right: 15px;
}
.admin-bar-cont.atidarytas {
  width: 100%;
  border-radius: 0;
}
.admin-bar-cont.atidarytas .admin-menu {
  display: inline-block;
}
.admin-bar-cont.atidarytas .admin-info {
  display: inline-block;
}
.admin-bar-cont .show-btn {
  float: left;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: white;
  font-size: 18px;
  padding-top: 3px;
}
.admin-bar-cont .show-btn:before {
  font-family: "bebras" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.ab-icn-btn.home:before {
  font-family: "bebras" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 15px;
  padding-top: 3px;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  float: left;
  position: absolute;
  left: 0px;
}
.ab-icn-btn.add:before {
  font-family: "bebras" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 18px;
  padding-top: 2px;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  float: left;
  position: absolute;
  left: 0px;
}
.ab-icn-btn.edit:before {
  font-family: "bebras" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 18px;
  padding-top: 3px;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  float: left;
  position: absolute;
  left: 0px;
}
.ab-icn-btn.edit.hidden {
  display: none;
}
.ab-icn-btn {
  position: relative;
  padding-left: 25px;
}
.ab-icn-btn:hover, .ab-icn-btn:focus, .ab-icn-btn:active {
  text-decoration: none;
}
.admin-bar-cont .admin-menu {
  display: none;
  float: left;
  margin-left: 15px;
  padding-left: 20px;
  color: #fff;
}
.admin-bar-cont .admin-info {
  display: none;
  float: right;
  padding: 0 10px 0 20px;
  color: #fff;
  cursor: default;
}
.spinner:after {
  content: "";
  color: white;
  font-family: "bebras" !important;
  animation: spinner 0.8s linear infinite;
  box-sizing: border-box;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-left: -15px;
  z-index: 98;
  text-align: center;
  line-height: 31px;
  font-size: 30px;
}
.spinner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(31, 28, 28, 0.5);
  z-index: 97;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.modal-header {
  padding: 0;
  border: 0;
  position: relative;
}
.modal-header .modal-title {
  display: none;
}
.modal-header .close {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  right: 30px;
  top: 30px;
  z-index: 99999;
  opacity: 1;
  width: 30px;
  height: 30px;
  color: #f200ff;
  outline: 0;
  line-height: 0;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 5px 0px white;
  -moz-box-shadow: 0px 0px 5px 0px white;
  box-shadow: 0px 0px 5px 0px white;
  font-family: "Open Sans", sans-serif;
}
.modal-header .close span {
  position: absolute;
  left: 10px;
}
.modal-header .close:hover {
  background: #1D1D1B;
  color: white;
}
.modal-backdrop.fade.show {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.ekko-lightbox-nav-overlay a {
  opacity: 1;
}
.ekko-lightbox-nav-overlay a, .ekko-lightbox a {
  opacity: 1 !important;
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a span, .ekko-lightbox a span {
  color: #f200ff;
}
.ekko-lightbox a:hover span {
  color: #1D1D1B;
}
#loadingbar {
  background: #06B223;
  z-index: 99999;
}
#loadingbar dd, #loadingbar dt {
  -moz-box-shadow: #f200ff 1px 0 6px 1px;
  -ms-box-shadow: #f200ff 1px 0 6px 1px;
  -webkit-box-shadow: #f200ff 1px 0 6px 1px;
  box-shadow: #f200ff 1px 0 6px 1px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #796348;
  opacity: 0.8;
}
.mfp-content {
  background: white;
  width: 100%;
  max-width: 940px;
  margin: auto;
  border-radius: 20px;
  padding: 19px 34px 40px 34px;
  position: relative;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.mfp-iframe-holder .mfp-close, .mfp-close-btn-in .mfp-close {
  color: #738187;
  right: -30px;
  top: -17px;
  opacity: 1;
}
.mfp-iframe-holder .mfp-close:hover, .mfp-close-btn-in .mfp-close:hover {
  color: #1D1D1B;
}
.mfp-iframe-holder .mfp-close:hover {
  background: #42cda2;
  border-color: #42cda2;
  color: white;
}
.mfp-content {
  background: white;
  max-width: 815px;
}
#include-route h2 {
  text-align: left;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 32px;
}
#include-route > fieldset > span {
  font-family: "BebasNeue", "BebasNeueCyrillic";
  text-transform: uppercase;
  color: #a9a9a9;
}
#include-route .buttons {
  margin-top: 20px;
}
#include-route .line {
  height: 1px;
  width: 100%;
  background-color: #a9a9a9;
}
#include-route .trip-line {
  height: 50px;
  cursor: pointer;
}
#include-route .trip-line > .name {
  width: calc(100% - 40px);
}
#include-route .trip-line > .name > input {
  width: 100%;
  border: none;
  border-bottom: 1px solid grey;
}
#include-route .trip-line > .name > input:focus {
  outline: 0;
}
#include-route .checkbox {
  width: 30px;
  height: 30px;
  border: 2px solid #738187;
  border-radius: 3px;
  display: inline-block;
  float: left;
}
#include-route .trip-line:hover .checkbox:before {
  content: "✔";
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  display: block;
  opacity: 0.5;
  color: #f200ff;
}
#include-route .trip-line.selected .checkbox:before, #include-route .trip-line.selected:hover .checkbox:before {
  content: "✔";
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  display: block;
  opacity: 1;
  color: #1D1D1B;
}
#include-route .trip-line > .name {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  margin-left: 10px;
  color: #738187;
}
.privat-rules {
  text-align: center;
  margin-top: 15px;
}
.privat-rules a {
  color: #1F1C1C;
  text-decoration: underline;
}
.privat-rules a:hover {
  color: #1D1D1B;
}
.paging {
  margin-top: 30px;
}
.flag.flag-en, .flag.flag-gb {
  background-position: -64px -128px;
}
.img-responsive {
  max-width: inherit;
  /* height: 100%; */
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover;
}
body .SumoSelect > .CaptionCont {
  border-color: #f200ff !important;
  border-radius: 10px;
  font-size: 14px;
  line-height: 28px;
}
body .SumoSelect > .optWrapper > .options {
  max-height: 100%;
}
body .SumoSelect.open > .CaptionCont, body .SumoSelect:focus > .CaptionCont, body .SumoSelect:hover > .CaptionCont {
  box-shadow: none;
}
body .SelectBox {
  padding-left: 20px;
}
body .SumoSelect {
  margin-top: 17px;
  margin-bottom: 20px;
}
body .SumoSelect > .CaptionCont > label > i {
  background: none;
  width: 25px;
  height: 33px;
  top: 9px;
}
body .SumoSelect > .CaptionCont > label > i:after {
  content: "";
  font-family: "bebras" !important;
  color: #f200ff;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
}
body .SumoSelect > .optWrapper {
  border-color: #f200ff !important;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  top: 39px !important;
  box-shadow: none;
}
body .SumoSelect.open > .CaptionCont {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .SumoSelect > .optWrapper > .options li label {
  font-weight: 400;
  margin-bottom: 0;
}
body .SumoSelect > .optWrapper > .options li.opt {
  border: 0;
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  padding-left: 20px;
}
body .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #1D1D1B;
  color: white;
}
.widget-list-item.box .swiper-container.top-slider {
  margin-left: 0;
  margin-right: 0;
}
.wrap-content .widget-list-item:first-child .photo-list-cont {
  padding-top: 0;
}
.wrap-content .widget-list-item:first-child .photo-list-cont > .titlespace {
  height: 80px;
}
.wrap.view.content-widget {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
.wrap-content .widgets-page {
  padding-top: 80px;
}
.wrap-content .widgets-page > div:first-child .titlespace {
  height: 0 !important;
}
.inside-container {
  margin-left: -15px;
  margin-right: -15px;
}
body .modal {
  z-index: 99999;
}
body .modal-backdrop {
  z-index: 99998;
}
.header.small-header ~ .wrap-content .wrap.view {
  padding-top: 66px;
}
.tourism-ads {
  height: 433px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tourism-ads .ads-background {
  position: absolute;
  display: flex;
  width: 100%;
  filter: blur(15px);
  -webkit-filter: blur(15px);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.85;
}
.tourism-ads .mobile-store {
  top: 30px;
}
.tourism-ads .iphone {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  max-width: 363px;
}
.tourism-ads .iphone img {
  width: 100%;
}
.tourism-ads .text-area {
  padding-left: 42%;
  padding-right: 47px;
  font-size: 14px;
}
.tourism-ads .text-area h2 {
  width: 100%;
  display: inline-block;
}
.tourism-ads .text-area .ads-desc {
  width: 100%;
  display: inline-block;
  margin: 20px auto;
}
.fancybox-navigation .fancybox-button {
  top: calc(50vh - 50px) !important;
}
.mm-slideout .wrap-content .widgets-page {
  padding-top: 66px;
}
.mm-slideout {
  z-index: 100 !important;
}
.sidebar-footer-bottom {
  top: auto !important;
  bottom: 0 !important;
  position: absolute !important;
}
.sidebar.sidebar-footer-bottom {
  width: 97%;
}
.bootstrap-list {
  padding-top: 80px;
  padding-left: 15px;
}
.bootstrap-list a:not([href]):not([tabindex]) {
  color: #ffffff;
}
.bootstrap-list .sidebar-no-padding {
  padding: 0 !important;
}
.bootstrap-list .object-photo {
  width: inherit;
}
.bootstrap-list .sidebarsticky {
  position: fixed;
  top: 80px;
  width: 100%;
}
.bootstrap-list .filter-block {
  top: 66px;
}
.bootstrap-list #left_side {
  max-width: 1000px;
  margin: 0 auto;
}
.bootstrap-list .object-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 20px 20px 0;
  height: 71px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: -3px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.bootstrap-list .add-favorite {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 15px;
  text-align: center;
}
.bootstrap-list .object-cont .object-rate {
  display: inline-block;
  margin-top: -4px;
  margin-left: 10px;
  float: left;
}
.bootstrap-list .object-cont .object-rate span:before {
  font-family: bebras !important;
  line-height: 1;
  content: "";
  display: inline-block;
}
.bootstrap-list .object-cont .object-rate span.gold {
  color: #ffba00;
}
.bootstrap-list .object-cont .object-rate span {
  color: rgba(115, 129, 135, 0.3);
}
.bootstrap-list .object-cont .object-category {
  float: left;
  margin-top: 5px;
  padding-right: 20px;
}
.bootstrap-list .list-info {
  margin-bottom: 30px;
  position: relative;
}
.bootstrap-list .object-cont {
  margin-bottom: 15px !important;
}
.mm-slideout .bootstrap-list {
  padding-top: 66px;
}
.mm-slideout .bootstrap-list .filter-block {
  top: 66px;
}
.mm-slideout .bootstrap-list .sidebarsticky {
  position: fixed;
  top: 66px;
}
.bootstrap-list.full-map .sidebarsticky {
  right: 0 !important;
}
.bootstrap-list .bootstrap-tourism-view {
  width: 100% !important;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .bootstrap-tourism-view .main-view-photo {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%);
    overflow: hidden;
  }
  .bootstrap-list .objects-list.row, .bootstrap-list .bootstrap-tourism-view {
    margin-bottom: 65px !important;
  }
  .bootstrap-list .object-cont {
    max-width: 433px;
    margin: 15px auto;
  }
  .bootstrap-list #left_side {
    max-width: 100%;
    float: none;
  }
}
header {
  top: 0;
  height: 80px;
  background: white;
  position: fixed;
  width: 100%;
  z-index: 10000;
  -webkit-transition: background 500ms ease-out;
  -moz-transition: background 500ms ease-out;
  -o-transition: background 500ms ease-out;
  transition: background 500ms ease-out;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
header.black {
  background: rgba(0, 0, 0, 0.6);
}
header.black .menu-con nav > ul > li > a {
  color: white;
}
header.black .menu-con nav > ul > li > a:hover {
  color: #1D1D1B;
}
header.black .menu-con nav > ul > li.selected > a {
  color: #06B223;
}
header.black .logo img {
  opacity: 1;
}
header.black.small-header .logo a img {
  opacity: 0;
}
header.small-header.black .logo a img.black {
  opacity: 1;
}
header.small-header:not(.black) .logo a img.black {
  opacity: 0;
}
header.small-header:not(.black) .logo a img:not(.black) {
  opacity: 1;
}
header .container {
  width: 100%;
  max-width: 1903px;
  padding-right: 36px;
  padding-left: 36px;
  /*position:  initial;*/
}
header.full .container {
  max-width: 100%;
  width: 100%;
}
.logo {
  float: left;
  padding-top: 12px;
  width: auto;
  position: absolute;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.logo a {
  display: inline-block;
  height: 56px;
  width: auto;
  text-align: center;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.logo img {
  height: 100%;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.logo img.black {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
}
.menu-con {
  float: left;
  height: 80px;
  position: initial;
  display: contents;
  width: 100%;
  max-width: 100%;
}
.menu-con nav {
  position: initial;
  height: 80px;
  text-align: center;
}
.menu-con nav .left-menu {
  margin-left: 150px;
}
.menu-con nav div.menu-bg {
  content: "";
  position: fixed;
  background: #1F1C1C;
  opacity: 0.5;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 80px;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.menu-con .main-menu:has(li.sub-menu-parent:hover) div.menu-bg, .menu-con .main-menu:has(li.sub-menu-parent:focus-within) div.menu-bg {
  opacity: 0.5;
  visibility: visible;
  overflow: visible;
  overflow-y: auto;
  transition-delay: 0.3s;
}
.menu-con nav > ul {
  list-style: none;
  display: inline-block;
  text-align: left;
  height: 80px;
  margin-bottom: 0;
  position: initial;
}
.menu-con nav > ul > li {
  height: 80px;
  float: left;
  line-height: 80px;
  display: block;
  position: initial;
}
.menu-con nav > ul > li > a {
  padding-left: 10px;
  padding-right: 15px;
  height: 80px;
  display: inline-block;
  font-weight: 600;
  position: relative;
  display: block;
  z-index: 510;
}
.menu-con nav > ul a:focus {
  text-decoration: none;
}
.menu-con nav > ul > li.selected > a {
  color: #06B223;
}
.menu-con nav > ul > li > a:hover {
  text-decoration: none;
  color: #1D1D1B;
}
.menu-con nav > ul > li:hover ul > div {
  padding: 9px 0 16px;
  height: 100%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.menu-con nav > ul li a {
  color: #1F1C1C;
}
.menu-con nav > ul li .nav-column > a.selected {
  color: #06B223;
}
.menu-con nav > ul > li > div.sub-menu-col-2 {
  width: 470px;
  padding: 10px 25px 25px 25px;
}
.menu-con nav > ul > li > div.sub-menu-col-3 {
  width: 695px;
  padding: 10px 25px 25px 25px;
}
.menu-con nav > ul > li > div.sub-menu-col-4 {
  width: 935px;
  padding: 10px 25px 25px 25px;
}
.menu-con nav > ul > li > div.sub-menu-col-5 {
  width: 1190px;
  padding: 10px 25px 25px 25px;
}
.menu-con nav > ul > li > div.sub-menu-col-6 {
  width: 1465px;
  padding: 10px 25px 25px 25px;
}
.menu-con nav > ul > li > div.sub-menu-col-cat-2 {
  width: 680px;
  padding: 10px 25px 25px 25px;
}
.menu-con nav > ul > li > div.sub-menu-col-cat-3 {
  width: 1025px;
  padding: 10px 25px 25px 25px;
}
.menu-con nav > ul > li > div.sub-menu-col-cat-4 {
  width: 1385px;
  padding: 10px 25px 25px 25px;
}
.menu-con nav > ul > li > div.sub-menu-col-cat-5 {
  width: 1765px;
  padding: 10px 25px 25px 25px;
}
.menu-con nav > ul > li > div {
  position: absolute;
  margin-left: 0px;
  margin-right: 0px;
  width: calc(100% - 100px);
  max-width: 1903px;
  border-top: 10px solid #1D1D1B;
  max-height: calc(100vh - 130px);
  padding: 10px 67px 0px 25px;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0.15s;
  -moz-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  -ms-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.menu-con nav > ul > li > div .sub-menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(202px, 1fr));
  grid-gap: 0 2.8%;
}
.menu-con nav > ul > li > div .nav-column {
  margin-top: 20px;
  float: left;
  width: 100%;
  /* height: 314px; */
  border-bottom: 1px solid rgba(31, 28, 28, 0.2);
  padding-bottom: 18px;
}
.menu-con nav > ul > li > div .nav-column .sub-menu-img {
  width: 100%;
  height: 128px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 17px;
  background: rgba(29, 29, 27, 0);
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.menu-con nav > ul > li > div .nav-column .sub-menu-img img {
  max-width: 200px;
  height: 100%;
  min-width: calc(100% + 1px);
  -o-object-fit: cover;
  object-fit: cover;
  line-height: initial;
}
.menu-con nav > ul > li > div .nav-column .sub-menu-title {
  font-weight: 600;
  line-height: 24px;
}
.menu-con nav > ul > li > div .nav-column a:hover .sub-menu-title {
  color: #1D1D1B;
}
.menu-con nav > ul > li > div .nav-column a:hover .sub-menu-img img {
  opacity: 0.5;
}
.menu-con nav > ul > li > div .nav-column a:hover .sub-menu-img {
  background: #1d1d1b;
}
.menu-con nav > ul > li > div .nav-column ul {
  padding-top: 5px;
  list-style: none;
  /* height: 65px; */
  overflow: hidden;
}
.menu-con nav > ul > li > div .nav-column ul li {
  height: auto;
  line-height: initial;
}
.menu-con nav > ul > li > div .nav-column ul li a {
  padding: 5px 0;
  color: #1F1C1C;
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
}
.menu-con nav > ul > li > div .nav-column ul li a:hover {
  color: #1D1D1B !important;
}
.menu-con nav > ul > li > div .nav-column ul li.selected a {
  color: #06B223;
}
.menu-con nav > ul > li > div > div.tourism_category {
  grid-template-columns: repeat(auto-fill, minmax(304px, 1fr));
}
.menu-con nav > ul > li > div > div.tourism_category .nav-column a {
  display: grid;
  grid-template-columns: 164px 1fr;
  grid-gap: 20px;
  border-bottom: 0;
  padding-bottom: 22px;
}
.menu-con nav > ul > li > div > div.tourism_category .nav-column a .sub-menu-img {
  height: 114px;
  margin-bottom: 0;
}
.menu-con nav > ul > li > div > div.tourism_category .nav-column a .turism-title-box {
  padding-top: 24px;
}
.menu-con nav > ul > li > div > div.tourism_category .nav-column a .sub-menu-title {
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.menu-con nav > ul > li > div > div.tourism_category .nav-column a .suggestions {
  font-style: italic;
  font-size: 14px;
  height: 20px;
  display: inline-block;
  line-height: initial;
  float: left;
  color: rgba(31, 28, 28, 0.7);
  margin-top: 4px;
}
.menu-con nav > ul > li > div > div.tourism_category .nav-column a:hover .sub-menu-title {
  color: #1D1D1B;
}
.menu-con nav > ul > li > div > div.tourism_category .nav-column a:hover .suggestions {
  color: rgba(29, 29, 27, 0.7);
}
.menu-con nav > ul > li.submenu-standart > div {
  width: 300px;
  padding-right: 25px;
  left: initial;
  transform: translateX(0);
}
.menu-con nav > ul li:hover > div:not(.search-input) {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.menu-con nav > ul li.sub-menu-parent > a:after {
  content: "";
  opacity: 0;
  height: 10px;
  width: 100%;
  background-color: #1D1D1B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  margin-top: -10px;
  -webkit-transition: all 0.3s ease 0.15s;
  -moz-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  -ms-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
  z-index: 9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu-con nav > ul li.sub-menu-parent:hover > a:after {
  opacity: 1;
}
.menu-con nav > ul .scroll {
  padding-bottom: 30px;
  z-index: 600;
}
.menu-con nav > ul li > ul > div > li {
  line-height: initial;
  padding: 9px 0;
}
.menu-con nav > ul ul li a:hover {
  text-decoration: none;
  color: #06B223;
}
header .sub-menu {
  list-style: none;
  position: absolute;
  padding: 0;
  min-width: 100%;
  left: -21px;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  top: 80px;
  padding: 0 10px 0px;
  min-width: calc(100% + 32px);
}
header .sub-menu div {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  -ms-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  position: relative;
  margin-top: 0px;
  white-space: nowrap;
  padding: 0;
  height: 0;
  border: 1px solid #f200ff;
  border-top: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: white;
  z-index: 10;
}
header .sub-menu-parent ul div {
  z-index: 10;
}
header .sub-menu-parent:hover ul div {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 0px;
  z-index: 10;
}
.account > a {
  /* background:  $main-theme; */
  width: 26px;
  height: 80px !important;
  border-radius: 100%;
  padding: 0px 0px !important;
  display: inline-block !important;
  position: relative;
  line-height: 80px;
  margin-left: 5px;
  margin-right: 5px;
}
.account > a span {
  color: white;
  position: absolute;
  top: 24px;
  font-size: 14px;
  text-align: center;
  width: 16px;
  line-height: 17px;
  background: #D82123;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  line-height: 26px;
  margin-top: 1px;
}
.account > a span.no-login {
  font-size: 11px;
  line-height: 25px;
}
.account > a img {
  width: 26px;
  height: 26px;
  overflow: hidden;
  border: 0px solid white;
  border-radius: 100%;
  max-width: inherit;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  margin-top: -15px;
  left: 0;
  position: absolute;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
header.small-header .account > a img {
  top: 0;
}
.account a:hover img {
  border-color: #06B223;
}
.menu-con nav > ul > li.account:hover:before, .menu-con nav > ul > li.account:hover:after {
  /* border-color: transparent; */
}
.menu-con nav > ul > li.account:hover {
  /* background:  transparent; */
}
.account .sub-menu {
  left: initial;
  right: -11px;
}
.menu-con nav ul > .language-switch {
  line-height: 71px;
}
.menu-con nav ul > .language-switch > a {
  padding-left: 21px;
  padding-right: 22px;
}
.menu-con nav ul > .language-switch > a span {
  color: #f200ff;
  font-size: 10px;
  width: 26px;
  font-weight: bold;
  height: 26px;
  padding-top: 1px;
  padding-left: 1px;
  position: relative;
}
.menu-con nav ul > .language-switch > a span:before {
  content: "";
  font-family: "bebras" !important;
  line-height: 1;
  position: absolute;
  top: -9px;
  left: -14px;
  font-size: 40px;
  color: #D82123;
  font-weight: normal;
}
header .search {
  display: none;
}
header .login {
  text-align: center;
}
header .login:before {
  font-style: normal;
  text-align: center;
  font-weight: normal;
}
header .menu-con nav .right-menu, header.black .menu-con nav .right-menu {
  float: right;
  right: 36px;
  width: initial;
  top: 0;
}
header .menu-con nav .right-menu a, header.black .menu-con nav .right-menu a {
  color: #f200ff;
}
.account > a:hover span {
  background: #1D1D1B;
}
.menu-con nav ul > .language-switch > a:hover span:before, .menu-con nav ul > .language-switch > a:hover span {
  color: #1D1D1B;
}
.search-block a {
  /* height:  26px!important; */
  margin-top: 1px;
}
.search-block a:before {
  font-size: 26px;
  line-height: 74px;
}
header .ps__rail-y > .ps__thumb-y, header .ps__rail-y:hover > .ps__thumb-y, header .ps__rail-y:focus > .ps__thumb-y {
  width: 12px;
}
header .ps--active-x > .ps__rail-x, header .ps--active-y > .ps__rail-y {
  margin-right: 8px;
}
header .ps:hover > .ps__rail-x, header .ps:hover > .ps__rail-y, header .ps--focus > .ps__rail-x, header .ps--focus > .ps__rail-y, header .ps--scrolling-x > .ps__rail-x, header .ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}
header .ps__rail-x:hover, header .ps__rail-y:hover, header .ps__rail-x:focus, header .ps__rail-y:focus {
  background-color: #d3d3d3;
}
.top-nav-mobile-toggle {
  position: relative;
  height: 20px;
  top: 21px;
  color: #f200ff;
  right: 20px;
  font-size: 25px;
  float: left;
  padding-left: 0px;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.mobile-menu {
  display: none;
}
.close-mm {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 26px;
  color: #1F1C1C;
  right: 20px;
  font-size: 26px;
  z-index: 9;
  cursor: pointer;
}
.close-mm:hover {
  color: #1D1D1B;
}
.scroll::-webkit-scrollbar {
  display: none;
}
header.small-header {
  overflow: hidden;
  height: 66px;
}
header.small-header .menu-con {
  height: 66px;
  width: calc(100% - 200px);
  float: right;
}
header.small-header .menu-con nav > ul {
  height: 66px;
}
header.small-header .menu-con nav > ul li {
  height: 66px;
}
header.small-header .menu-con nav > ul li a {
  height: 66px;
}
header.small-header .menu-con nav > ul li a span {
  top: -7px;
}
header.small-header .logo {
  left: 70px;
}
header.small-header .logo a {
  max-height: 40px;
  max-width: 117px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
header.small-header .logo a img {
  height: 100%;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
header.small-header .top-nav-mobile-toggle {
  width: 38px;
  height: 25px;
  padding-left: 13px;
}
header.small-header .top-nav-mobile-toggle:hover {
  color: #1D1D1B;
  text-decoration: none;
  display: block;
}
header.small-header .top-nav-mobile-toggle:focus {
  color: #f200ff;
  text-decoration: none;
  outline: 0;
}
header.small-header .search-block {
  width: 0;
  overflow: hidden;
}
header.small-header .account a {
  margin-top: 20px;
}
.home .wrap-content .widgets-page {
  padding-top: 0;
}
.home header.black {
  background: rgba(0, 0, 0, 0.6);
}
.home .header {
  background: white;
}
.menu-con nav .right-menu li {
  /* position:  relative; */
}
.menu-con nav .right-menu li ul:not(.select_options) {
  background: grey;
  list-style: none;
  border-top: 10px solid #1D1D1B;
  width: auto;
  position: absolute;
  margin-left: 0px;
  margin-right: 0px;
  max-height: calc(100vh - 130px);
  top: 80px;
  right: 14px;
  padding: 19px 21px 19px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0.15s;
  -moz-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  -ms-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.menu-con nav .right-menu li ul:not(.select_options) li:not(.account-name) {
  list-style: none;
  height: auto;
  padding: 0;
  line-height: initial;
}
.menu-con nav .right-menu li ul:not(.select_options) li:not(.account-name) a {
  display: inline-block;
  white-space: nowrap;
  height: 36px;
  color: #f200ff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 52px;
}
.menu-con nav .right-menu li ul:not(.select_options) li:not(.account-name) a:hover {
  color: #1D1D1B;
}
.menu-con nav .right-menu li ul:not(.select_options) li.account-name {
  list-style: none;
  padding: 0;
  line-height: initial;
  margin-bottom: 4px;
}
.menu-con nav .right-menu li ul:not(.select_options) li.account-name a {
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  color: #738187;
}
.menu-con nav .right-menu li ul:not(.select_options) li.account-name a:hover {
  color: #738187;
  cursor: initial;
}
.menu-con nav .right-menu li ul:not(.select_options) li > a > span {
  width: 34px;
  display: inline-block;
  margin-right: 21px;
  font-size: 26px;
  float: left;
  height: 30px;
  line-height: 31px;
}
.menu-con nav .right-menu li ul:not(.select_options) li > a > span > img {
  margin-top: 0px;
  width: 34px;
  height: 34px;
  display: inline-block;
  overflow: hidden;
  border: 0px solid white;
  border-radius: 100%;
  max-width: inherit;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}
.menu-con nav .right-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.menu-con nav .right-menu .sub-menu-parent:after {
  margin-top: -10px;
}
.menu-con nav .right-menu li.language-switch ul {
  width: auto;
}
.menu-con nav .right-menu li.language-switch ul li a {
  height: 55px;
  line-height: 55px;
  color: #1F1C1C;
  font-weight: normal;
  font-size: 16px;
}
.menu-con nav .right-menu li.language-switch ul li a div {
  float: left;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 16px;
  margin-top: 11px;
  border: 2px solid #1F1C1C;
}
.menu-con nav .right-menu li.language-switch ul li a div img {
  max-width: inherit;
  transform: translateX(-17px) translateY(-17px);
}
.menu-con nav .right-menu li.language-switch ul li.active a {
  color: #06B223;
}
.menu-con nav .right-menu li.language-switch ul li.active div {
  border-color: #06B223;
}
.menu-con nav > ul > li > div.search-input {
  background: initial;
  width: calc(100% - 500px);
  z-index: 999;
  display: inline-block;
  grid-gap: initial;
  grid-template-columns: initial;
  margin: initial;
  border: initial;
  max-height: initial;
  padding: initial;
  top: 0px;
  right: 180px;
  left: initial;
  transform: initial;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
}
.menu-con nav > ul > li > div.search-input input {
  height: 49px;
  background: #EFEFEF;
  border-radius: 25px;
  width: 100%;
  outline: 0;
  border: 0;
  padding: 0 15px;
  line-height: 49px;
  margin-top: 15px;
}
.menu-con nav > ul > li > div.search-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}
.menu-con nav > ul > li > div.search-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.menu-con nav > ul > li > div.search-input input:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
.menu-con nav > ul > li > div.search-input input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.right-menu li.e-shop > a {
  padding-right: 15px;
  padding-left: 15px;
}
.right-menu li.e-shop > a .item-count {
  background: #06B223;
  color: white;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  display: inline-block;
  position: absolute;
  bottom: 24px;
  right: 13px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.16);
}
.right-menu li.e-shop a.remove-item {
  padding-right: 15px;
  padding-left: 15px;
}
li.e-shop > a:before {
  content: "";
  font-family: "bebras" !important;
  color: #f200ff;
  font-size: 25px;
  line-height: 80px;
  font-weight: 400;
}
li.e-shop.e-shop-hide {
  display: none;
}
li.e-shop .cart-popup {
  width: auto;
  right: -20px;
  left: initial;
  padding: 10px 10px 0px 10px;
  width: 300px;
}
li.e-shop .cart-popup .cart-items-list {
  display: inline-block;
  height: initial;
  padding: 0;
  margin: 0;
  width: 100%;
}
li.e-shop .cart-popup .cart-items-list > .one {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(31, 28, 28, 0.5);
}
li.e-shop .cart-popup .cart-items-list > .one:not(:first-child) {
  padding-top: 6px;
}
li.e-shop .cart-popup .cart-items-list * {
  line-height: initial;
}
li.e-shop .cart-popup .cart-items-list .info {
  padding-right: 20px;
}
li.e-shop .cart-popup .cart-items-list .pic {
  width: 63px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  float: left;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
li.e-shop .cart-popup .cart-items-list .pic img {
  width: 63px;
  height: 40px;
  max-width: inherit;
  height: 100%;
  min-width: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover;
}
li.e-shop .cart-popup .cart-items-list .name-price {
  display: inline-block;
  max-width: calc(100% - 75px);
}
li.e-shop .cart-popup .cart-items-list .name-price .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
li.e-shop .cart-popup .cart-items-list .name-price .price {
  font-weight: 600;
}
li.e-shop .cart-popup .cart-items-list .name-price .price .value {
  color: #06B223;
}
li.e-shop .cart-popup .cart-items-list .cart-delete {
  position: absolute;
  right: -15px;
  top: -3px;
}
li.e-shop .cart-popup .cart-items-list .cart-delete a:hover {
  color: #06B223;
}
li.e-shop .cart-popup .cart-items-list .total-info {
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  float: left;
}
li.e-shop .cart-popup .cart-items-list .total-info .total {
  font-weight: 600;
  float: left;
  line-height: 40px;
}
li.e-shop .cart-popup .cart-items-list .total-info .total strong {
  color: #06B223;
}
li.e-shop .cart-popup .cart-items-list .total-info .order .btn {
  color: white;
  float: right;
  line-height: 25px;
  width: 150px;
  text-decoration: none !important;
}
li.e-shop:hover a:before {
  color: #1D1D1B;
}
/*#search-block > a{
	padding-right:  15px;
	padding-left:  10px;
}*/
#search-block.show-search > a {
  z-index: 1000;
}
#search-block.show-search > a.selected:before {
  color: #06B223;
}
.menu-con nav > ul li.show-search > div {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.language-img {
  float: left;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  border: 2px solid #1F1C1C;
}
.language-img img {
  max-width: inherit;
  transform: translateX(-17px) translateY(-17px);
}
.mobile-language-switch a.selected {
  color: #06B223;
}
a.selected .language-img {
  border-color: #06B223;
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 99999 !important;
}
.main-menu [class^="bebras-icon-"], .main-menu [class*=" bebras-icon-"] {
  font-size: 25px;
  line-height: inherit;
  font-weight: normal;
}
.mm-menu .mm-navbars-bottom [class^="bebras-icon-"], .mm-menu .mm-navbars-bottom [class*=" bebras-icon-"] {
  color: #1F1C1C;
  font-size: 25px;
}
.mobile-menu-language span {
  color: #1F1C1C;
  font-size: 10px;
  width: 26px;
  font-weight: bold;
  height: 26px;
  position: relative;
}
.mobile-menu-language .sr-only {
  position: absolute;
}
.mobile-menu-language span:before {
  content: "";
  font-family: "bebras" !important;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: -14px;
  font-size: 40px;
  color: #1F1C1C;
  font-weight: normal;
}
.mobile-menu-account span {
  background: #1F1C1C;
  border-radius: 100%;
  overflow: hidden;
  width: 26px;
  height: 26px;
  display: inline-block;
  line-height: 16px;
}
.mobile-menu-account span:before {
  color: white;
  font-size: 10px;
}
.mob-menu {
  display: none;
}
.small-header .mob-menu {
  display: block;
}
.mob-menu > div {
  float: left;
}
.mob-menu a.icon {
  font-size: 25px;
  color: #f200ff;
  line-height: 67px;
  margin-right: 15px;
}
.mobile-language-switch {
  position: absolute;
  width: 100%;
  height: calc(100vh - 150px);
  top: 64px;
  background: white;
  display: none;
  padding: 50px 0px;
}
.mobile-language-switch ul {
  list-style: none;
}
.mobile-language-switch ul li {
  list-style: none;
  display: block;
  padding: 8px 0;
  margin: 0;
  height: 56px;
}
.mobile-language-switch ul li a {
  color: #1F1C1C;
  line-height: 33px;
  padding: 3px 10px 4px 14px !important;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border-left: 6px solid white;
  display: inline-block;
}
.mobile-language-switch ul li a.selected {
  border-color: #06B223;
}
.mobile-language-switch ul li:hover a {
  color: #1D1D1B;
}
.mobile-menu-language.show-language span {
  color: #f200ff;
}
.mobile-menu-language.show-language span:before {
  color: #f200ff;
}
.mobile-language-switch.show-language-switch {
  display: block;
}
.mobile-menu .mobile-account-block {
  position: absolute;
  width: 100%;
  height: calc(100vh - 150px);
  top: 75px;
  background: white;
  display: none;
  padding: 39px 0px;
}
.mobile-menu .mobile-account-block a {
  padding: 3px 10px 3px 14px;
}
.mobile-menu .mobile-account-block a span {
  width: 34px;
  display: inline-block;
  margin-right: 10px;
  font-size: 26px;
  float: left;
  height: 34px;
  line-height: 31px;
}
.mobile-menu .mobile-account-block a span img {
  margin-top: 0px;
  width: 34px;
  height: 34px;
  display: inline-block;
  overflow: hidden;
  border: 0px solid white;
  border-radius: 100%;
  max-width: inherit;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}
.mobile-account-block.show-account-switch {
  display: block;
}
.mobile-menu-account.show-account-block span {
  background: #f200ff;
}
.menu-ads {
  display: grid;
  grid-template-columns: calc(48.6%) calc(48.6%);
  margin-top: 40px;
  grid-gap: 0 2.8%;
}
.menu-ads .ads-info .desc {
  line-height: initial;
  margin-bottom: 50px;
}
.menu-ads .btn {
  color: white;
  min-width: 150px;
}
.menu-ads .ads-photo {
  display: inherit;
  padding-bottom: 23px;
}
.menu-ads .ads-photo a {
  border-radius: 10px;
  display: contents;
  width: auto;
  min-height: 100%;
  height: 100%;
  max-width: 100%;
}
.menu-ads .ads-photo a img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  max-width: inherit;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.menu-con nav > ul > .page-tree a {
  padding-right: 8px;
  padding-left: 8px;
}
.menu-con nav > ul > .page-tree a:before {
  content: "";
  font-family: "bebras" !important;
  font-size: 22px;
}
.sub-menu-list a {
  color: #1F1C1C;
}
/*header .menu-con nav .right-menu .search-block {
	a {
		color: $header-search-icon-color;
	}
}*/
.header.scrolled {
  background: white;
}
.menu-con li.sub-menu-parent:focus-within > div:not(.search-input) {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.menu-con li.sub-menu-parent:focus-within > a:after {
  opacity: 1;
}
.menu-con nav .right-menu li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.menu-con .nav-column a {
  display: block;
}
.trips-indicator .my-trips-link {
  position: relative;
  /*padding-right: 10px;
		padding-left: 15px;*/
}
.trips-indicator .my-trips-link:before {
  color: #f200ff;
  font-size: 25px;
  line-height: 80px;
  font-weight: 400;
}
.trips-indicator .item-count {
  background: #06B223;
  color: white;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  display: inline-block;
  position: absolute;
  bottom: 24px;
  right: 13px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.16);
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.trips-indicator .my-trips-menu-block {
  width: 350px;
  left: auto;
  padding: 10px;
}
.trips-indicator .my-trips-menu-block .my-trips-list {
  line-height: initial;
}
.trips-indicator .my-trips-menu-block .one-trip {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(115, 129, 135, 0.5);
  margin-bottom: 6px;
}
.trips-indicator .my-trips-menu-block .one-trip .name {
  font-weight: 600;
  display: inline-block;
  max-width: calc(100% - 75px);
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1F1C1C;
}
@supports (-webkit-line-clamp: 2) {
  .trips-indicator .my-trips-menu-block .one-trip .name {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.trips-indicator .my-trips-menu-block .photo {
  width: 63px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.trips-indicator .my-trips-menu-block .photo img {
  width: 63px;
  max-width: inherit;
  height: 100%;
  min-width: calc(100% + 2px);
}
.trips-indicator .my-trips-menu-btns .btn {
  color: white;
  width: 49%;
}
.trips-indicator:hover {
  text-align: center;
}
.trips-indicator:hover .my-trips-link:before {
  color: #1D1D1B;
}
.trips-indicator-mobile {
  display: none;
}
header.small-header .trips-indicator-mobile {
  display: inline-block;
}
.trips-indicator-mobile {
  display: none;
}
.trips-indicator-mobile .item-count {
  bottom: -5px;
  right: 0px;
}
.trips-indicator-mobile .my-trips-link:before {
  line-height: 68px;
}
.trips-indicator-mobile .my-trips-link {
  padding: 0;
}
.trips-indicator-mobile {
  float: right;
}
.mm-page .route-edit-delete-block .save-route {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .menu-con nav .left-menu {
    display: none;
  }
  .small-header .menu-con nav .left-menu {
    display: block;
  }
}
/*.menu-con nav > ul > li > a {
	padding-left: 20px;
	padding-right: 20px;
}*/
.main-hp-block {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
}
.main-hp-block .main-photo {
  background: white;
  height: 100%;
  position: absolute;
  width: 100%;
}
.main-hp-block .main-photo img {
  opacity: 1;
  max-width: inherit;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: calc(100%);
  -o-object-fit: cover;
  object-fit: cover;
}
.main-hp-block .main-photo video {
  opacity: 1;
}
.main-hp-block .main-photo iframe {
  opacity: 1;
}
.main-hp-block .logo-area {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.main-hp-block .logo-area svg {
  max-height: 80vh;
}
.main-hp-block .search-area {
  margin: auto;
  width: 100%;
  max-width: 700px;
  margin-top: -128px;
  opacity: 0;
}
.main-hp-block .search-area .main-desc {
  color: white;
  text-align: center;
  top: -50px;
  position: absolute;
  width: 100%;
  opacity: 0;
  padding: 0 15px;
}
.main-hp-block .search-area .hp-search {
  width: 100%;
  margin-top: 24px;
  text-align: center;
  opacity: 0;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.main-hp-block .search-area .hp-search input {
  width: 100%;
  height: 49px;
  background: white;
  border-radius: 25px;
  outline: 0;
  border: 0;
  padding: 0 15px;
}
.main-hp-block .search-area .hp-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}
.main-hp-block .search-area .hp-search input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.main-hp-block .search-area .hp-search input:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
.main-hp-block .search-area .hp-search input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.main-hp-block .search-area .hp-search:after {
  color: #f200ff;
  font-size: 25px;
  line-height: 50px;
  content: "";
  font-family: "bebras" !important;
  float: right;
  position: absolute;
  right: 20px;
  top: 0px;
}
.main-hp-block .search-area.animation {
  opacity: 1;
}
.main-hp-block .search-area.animation .hp-search {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
  transition-delay: 0.95s;
}
.main-hp-block .search-area.animation .main-desc {
  color: white;
  text-align: center;
  top: -20px;
  position: relative;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  transition-delay: 0.85s;
}
.widget-list-item.full .main-hp-block {
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 15px);
}
.widget-list-item .main-hp-block {
  margin-bottom: 40px;
}
.scroll-down {
  position: absolute;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 3000ms ease-out;
  -moz-transition: all 3000ms ease-out;
  -o-transition: all 3000ms ease-out;
  transition: all 3000ms ease-out;
}
.scroll-down:after {
  font-family: "bebras";
  content: "";
  color: white;
  font-size: 30px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.scroll-down:hover:after {
  color: #1D1D1B;
}
.scroll-down.animation {
  opacity: 1;
}
.swiper-pagination-bullet {
  border-color: #fff;
  background-color: transparent;
}
.swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: #f200ff;
}
#main-logo {
  margin-top: 40vh;
}
.main-hp-block .logo-area {
  margin-top: calc(40vh - 100px);
  text-align: center;
}
.main-hp-block .logo-area img {
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 1000ms ease-out;
  -moz-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}
.main-hp-block .logo-area.animation img {
  opacity: 1;
}
.main-hp-block .search-area {
  margin-top: 84px;
}
.main-hp-block .search-area.animation .main-desc {
  font-size: 20px;
  font-weight: 600;
  top: -20px;
}
.main-hp-block .search-area .hp-search {
  margin-top: 0;
}
.slide-text-block-wrapper {
  position: absolute;
  top: 2vh;
  left: 120px;
  max-width: 400px;
}
.slide-text-block {
  background-color: rgba(242, 0, 255, 0.8);
  color: #000;
  font-weight: bold;
  padding: 20px;
  z-index: 10;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.slide-text {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: left;
}
.slide-text-link {
  text-align: end;
}
.slide-link-btn {
  text-decoration: none;
  transition: background-color 0.3s ease;
  color: #000;
}
.slide-link-btn:hover {
  color: #1D1D1B;
}
@media screen and (max-width: 500px) {
  .slide-text-block-wrapper {
    position: absolute;
    top: 10vh;
    left: 35px;
    font-size: 13px;
    max-width: 100%;
    width: 100vw;
  }
  .slide-text-block {
    margin: 0 auto;
    width: calc(100vw - 30px);
  }
}
.app-block {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  height: 860px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
.app-block .app-bg {
  background-image: url("../images/app-bg.jpg");
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.app-block .app-block-cont {
  max-width: 680px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 275px 1fr;
  grid-gap: 40px;
}
.app-block .app-block-cont .app-text {
  padding-top: 18px;
}
.app-block .app-block-cont .app-text .app-desc {
  padding-top: 25px;
}
.app-block .app-buttons {
  position: absolute;
  bottom: 25px;
  width: 140px;
}
.app-block .app-buttons a {
  margin-bottom: 10px;
  display: inline-block;
}
.app-block .app-buttons a img {
  width: 100%;
}
.list .wrap {
  margin-top: 60px;
  height: calc(100vh - 60px);
  background-color: #EFEFEF;
  max-width: 492px;
  width: 100% !important;
  float: left;
}
.big-side {
  width: calc(100% - 492px);
  padding-top: 60px;
  height: 100vh;
  float: right;
  background: grey;
}
.list .objects-list {
  margin-top: 33px;
}
.object-cont a:not(.delete-my-route):not(.add-favorite) {
  background: white;
  color: #f200ff;
  padding: 10px 10px 10px;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.object-info {
  font-size: 15px;
  height: 24px;
  width: calc(100% - 131px);
  padding: 0 10px 0 20px;
  display: inline-block;
}
.object-info > div {
  height: 34px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  margin-right: 40px;
}
.object-info > div:last-child {
  margin-right: initial;
}
.object-cont {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.object-cont a {
  position: relative;
}
.object-info span {
  margin-right: 10px;
  font-size: 24px;
  line-height: 24px;
  float: left;
}
.alert {
  width: 420px;
  position: fixed;
  margin: auto;
  text-align: center;
  top: -100px;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.alert.show {
  width: 420px;
  position: fixed;
  margin: auto;
  text-align: center;
  top: 120px;
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.alert .msg {
  background: rgba(0, 0, 0, 0.87);
  border-radius: 10px;
  color: white;
  height: 46px;
  line-height: 22px;
  padding: 10px 17px;
  font-size: 16px;
  font-style: italic;
  width: auto;
  display: initial;
}
.big-side #map {
  height: 100%;
}
.object-cont .add-favorite {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 13px;
  top: 15px;
  text-align: center;
}
.object-cont .add-favorite input {
  display: none;
}
.object-cont .add-favorite label {
  width: 30px;
  height: 30px;
}
.mobile-filter-map-button {
  display: none;
}
/* ############################# */
.wrap.list .container {
  height: auto;
  width: inherit;
  padding-right: 0px;
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  grid-column: 2/3;
  max-width: 903px;
}
.wrap.list {
  display: grid;
  grid-template-columns: 1fr 922px 441px 1fr;
  padding-left: 0;
  padding-top: 80px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
header.small-header ~ .wrap.list, header.small-header ~ .mm-page > .wrap.list, .mobile-menu:not(.hide) + .mm-page.mm-slideout .wrap.list, header.small-header ~ .wrap-content .wrap.list {
  padding-top: 66px;
}
header.small-header ~ .wrap.list .sidebarsticky, header.small-header ~ .mm-page > .wrap.list .sidebarsticky, .mobile-menu:not(.hide) + .mm-page.mm-slideout .wrap.list .sidebarsticky, header.small-header ~ .wrap-content .wrap.list .sidebarsticky {
  position: fixed;
  top: 66px;
  height: calc(100vh - 66px);
}
.wrap.list.full-map .sidebar .sidebarsticky {
  width: calc(100vw);
  right: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.sidebar {
  padding-top: 39px;
  position: relative;
  min-height: calc(100vh - 80px);
  right: 0;
  z-index: 99;
  width: 100%;
  grid-column: 3/5;
}
.map-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.sidebar #map {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar #map.ios {
  display: block;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999;
}
.sidebar #map.ios + .map-close-fullscreen {
  cursor: pointer;
  height: 40px;
  width: 50%;
  background: #95c12c;
  color: white;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  padding: 13px 10px;
  margin: 0px 10px;
  max-width: 200px;
  z-index: 0;
  position: fixed;
  bottom: 14px;
  right: 0px;
  line-height: 16px;
}
.sidebar.full {
  grid-column: 1 / 3;
}
.list-photo {
  width: calc(100%);
  position: relative;
}
.list-photo img {
  width: 100%;
  height: 433px;
  max-width: inherit;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.list-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-category-name-desktop {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  color: #1F1C1C;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}
.list-category-name-mobile {
  display: none;
  font-family: "Poppins", sans-serif;
  color: #1F1C1C;
  font-weight: bold;
  margin: 10px 0;
}
.list-info {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 23px;
  margin-bottom: 1px;
  grid-column: 2/3;
}
.list-info h1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}
.list-info .object-count {
  line-height: 27px;
  margin: 10px 0;
}
.objects-list .object-cont {
  height: auto;
}
@media (min-width: 1865px) {
  .list.my-route .objects-list {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 22px;
  }
}
.object-cont a:not(.delete-my-route):not(.add-favorite) {
  background: white;
  color: #1F1C1C;
  padding: 0;
  width: 100%;
  display: inline-block;
  border-radius: 10px;
  float: left;
  padding-bottom: 12px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.object-photo {
  width: 280px;
  height: 179px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.object-cont.ads .object-photo {
  height: 100%;
  border-radius: 10px;
}
.object-photo img {
  max-width: inherit;
  height: 100%;
  min-width: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover;
  flex: none;
  position: relative;
}
.object-cont:hover a {
  -webkit-box-shadow: 0px 4px 14px 0px rgba(129, 54, 54, 0);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
}
.object-cont:hover a:not(.delete-my-route):not(.add-favorite)::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  border-radius: 10px;
  border: 2px solid #f200ff;
  left: 0;
}
.object-cont .add-favorite {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
}
.object-cont .add-favorite input {
  display: none;
}
.object-cont .add-favorite label {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 100%;
  line-height: 40px;
  cursor: pointer;
  border: 2px solid #f200ff;
  z-index: 9;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.object-cont .add-favorite label:before {
  content: "";
  font-family: "bebras" !important;
  font-size: 15px;
  color: #f200ff;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  line-height: 36px;
}
.object-cont .add-favorite label:hover:before {
  color: #06B223;
}
.object-cont .add-favorite label:hover {
  border-color: white;
}
.object-cont .add-favorite input:checked + label {
  background: #06B223;
  border-color: #06B223;
}
.object-cont .add-favorite input:checked + label:before {
  content: "";
  color: white;
  opacity: 1;
}
.list .object-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 20px 20px 0;
  height: 71px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: -3px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.object-category {
  font-size: 14px;
  line-height: 19px;
  width: calc(100% - 70px);
  padding: 0 0 0 20px;
  display: inline-block;
  font-style: italic;
  color: #1F1C1C;
  margin-top: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 19px;
}
.shop-list .object-category {
  width: 100%;
  padding-right: 20px;
}
.btn.filter-btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 99;
  height: 40px;
  border-radius: 10px;
  background: white;
  border: 0;
  font-style: normal;
  line-height: 32px;
  background: #f200ff;
  color: white;
  min-width: 146px;
}
.btn.filter-btn.selected {
  background: #06B223;
}
.btn.full-screen-map {
  position: absolute;
  right: 50px;
  top: 20px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  border: 0;
  font-style: normal;
  line-height: 42px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.btn.full-screen-map:before {
  font-family: "bebras" !important;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  color: #f200ff;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  content: "";
}
.btn.full-screen-map:hover:before, .btn.filter-btn:hover:before {
  color: white;
}
.map-close-fullscreen {
  display: none;
}
.poi-distance {
  float: right;
  font-size: 14px;
  font-style: italic;
  color: rgba(31, 28, 28, 0.7);
  padding-right: 20px;
}
@media (max-width: 768px) {
  .list-category-name-desktop {
    display: none;
  }
  .list-category-name-mobile {
    display: block;
  }
  .list-description {
    display: block;
  }
  .list-info .object-count {
    margin: 0;
  }
}
.filter-block {
  position: fixed;
  right: calc(-100%);
  background: white;
  z-index: 999999;
  top: 80px;
  height: calc(100vh - 60px);
  padding: 0px 20px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.filter-block h3 {
  margin-bottom: 22px;
  display: inline-block;
  margin-top: 7px;
}
.filter-block.active {
  right: initial;
  padding-top: 39px;
}
.filter {
  clear: both;
  display: inline-block;
  z-index: 10;
  height: inherit;
  max-width: 414px;
  width: 100%;
}
.filter > .submit-con {
  display: none;
}
.button-group, .button-single {
  position: relative;
  margin-bottom: 10px;
}
.route-distance.show > button.btn {
  background-color: white;
  color: #06B223;
  border-color: #06B223;
  outline: 0;
}
#filter .button-group input {
  opacity: 0;
  display: inline-block;
  position: absolute;
  right: 11px;
  top: 19px;
}
#filter .button-group input:focus-visible + label {
  border: 2px solid #f200ff;
}
#filter .button-group ul {
  padding: 0;
  margin: 0;
}
#filter .button-group li {
  list-style: none;
  border-bottom: 1px solid rgba(31, 28, 28, 0.2);
}
#filter .button-group li:last-child {
  border-bottom: 0;
}
#filter .button-group li > label:hover {
  color: #1D1D1B;
  outline: 0;
  text-decoration: none;
}
#filter .button-group li > label:focus {
  background: white;
  outline: 0;
  text-decoration: none;
}
#filter .button-group li > label {
  color: #1F1C1C;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 13px 5px 6px 0;
  cursor: pointer;
  width: 100%;
  display: inline-block;
}
#filter .button-group li > label.filterform-type {
  font-weight: 900;
}
#filter .button-group li > label i {
  font-size: 25px;
  color: rgba(242, 0, 255, 0.6);
  margin-right: 20px;
  line-height: 26px;
  float: left;
}
#filter .button-group li > label span:after {
  content: "";
  font-family: "bebras" !important;
  line-height: 1;
  font-size: 25px;
  cursor: pointer;
  float: right;
  color: rgba(31, 28, 28, 0.3);
  padding-top: 0px;
}
#filter .button-group input[type="checkbox"]:checked + label span {
  content: "";
  color: #06B223;
}
#filter .button-group input[type="radio"]:checked + label span {
  content: "";
  color: #06B223;
}
#filter .button-group label:has(input[type="checkbox"]:checked) span:after, #filter .button-group input[type="checkbox"]:checked + label span:after {
  content: "";
  color: #06B223;
}
#filter .button-group input[type="radio"]:checked + label span:after {
  content: "";
  color: #06B223;
}
#filter .button-group input:checked + label i {
  color: #06b223;
}
#distance_filter {
  width: 371px;
  display: inline-block;
  height: auto;
  text-align: left;
}
.distance .dropdown-menu {
  width: auto;
}
.amount-cont-max {
  float: right;
}
.amount-cont-min, .amount-cont-max {
  color: #1F1C1C;
  font-weight: 600;
}
.route-distance {
  position: relative;
  margin-right: 0px;
  margin-bottom: 10px;
  outline: 0;
  max-width: 374px;
}
.distance-con {
  margin-top: 10px;
  display: inline-block;
  padding: 5px 0;
  font-size: 14px;
  width: 100%;
  float: left;
  margin-bottom: 19px;
}
.filter-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #1F1C1C;
  display: inline-block;
}
.filter-clear {
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1F1C1C;
  cursor: pointer;
  outline: 0;
  z-index: 5;
}
.filter-clear:hover, .button-group.filtred .filter-clear, .button-single.filtred .filter-clear {
  color: #1D1D1B;
}
.filter-close {
  float: right;
  background: transparent;
  border: 0;
  color: #f200ff;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  outline: 0;
  margin-top: 10px;
  text-transform: uppercase;
  margin-right: 0px;
}
.filter-close span {
  margin-right: 10px;
  font-size: 20px;
  float: left;
}
.filter-close .filter-close-x {
  font-size: 20px;
  margin-top: 5px;
  margin-right: 6px;
}
.filter-content {
  height: auto;
  position: relative;
  max-width: 374px;
  padding-right: 10px;
}
.ps__thumb-y {
  background: #1F1C1C;
  width: 12px;
  left: -2px;
}
.ps__rail-x, .ps__rail-y {
  opacity: 1;
}
.ps__rail-x:hover, .ps__rail-y:hover, .ps__rail-x:focus, .ps__rail-y:focus {
  background: transparent;
  opacity: 1;
  width: 12px;
}
.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y {
  background: #1F1C1C;
  opacity: 1;
  width: 12px;
}
.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  background-color: #EFEFEF;
  border-radius: 10px;
  width: 9px;
  margin-right: 14px;
  right: 8px;
}
.selection-dropdown {
  position: relative;
  z-index: 1;
  padding-top: 16px;
}
.selection-dropdown fieldset {
  position: relative;
}
.selection-dropdown *:focus {
  outline: 0;
}
.list-info .selection-dropdown {
  justify-self: end;
  /* 2019-12-10 wrong syntax
      news-filter > ul:first-child() {
        margin-left: 0;
      }*/
}
.list-info .selection-dropdown #news-filter > ul {
  margin-left: 10px;
}
.selection-dropdown form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.selection-dropdown li {
  list-style: none;
}
.selection-dropdown .select {
  width: 225px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  box-shadow: 0 2px 0 white;
  border-radius: 2px;
  list-style: none;
}
.selection-dropdown .select_expand {
  width: 0;
  height: 0px;
  position: absolute;
  top: 0;
  right: 0;
  outline: 0;
  border: 0;
  -moz-appearance: none;
}
.selection-dropdown .select_expand:focus {
  outline: 0;
}
.selection-dropdown .select_expand::after {
  content: "";
  font-family: "bebras" !important;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  color: #f200ff;
  font-size: 28px;
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  outline: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.selection-dropdown .select_expand:checked::after {
  content: "";
  outline: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.selection-dropdown .select_expandLabel {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  margin-bottom: 0;
  z-index: 0;
}
.selection-dropdown .select_close {
  display: none;
}
.selection-dropdown .select_closeLabel {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.selection-dropdown .select_items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #D82123;
  border-radius: 2px;
  padding-top: 38px;
  border-radius: 10px;
  overflow: hidden;
}
.selection-dropdown .select_options {
  position: relative;
}
.selection-dropdown .select_input {
  display: none;
}
.selection-dropdown .select_label {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  display: block;
  height: 0;
  font-size: 14px;
  line-height: 40px;
  overflow: hidden;
  color: #1F1C1C;
  background-color: #fff;
  cursor: pointer;
  padding-left: 20px;
  margin: 0;
  font-weight: normal;
}
.selection-dropdown .select_label-placeholder {
  height: 40px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: transparent;
}
.selection-dropdown .select_expand:checked + .select_closeLabel {
  display: block;
}
.selection-dropdown .select_expand:checked + .select_closeLabel + .select_options .select_label {
  height: 40px;
  z-index: 100;
}
.selection-dropdown .select_expand:checked + .select_closeLabel + .select_options .select_label:hover {
  background-color: #1D1D1B;
  color: white;
}
.selection-dropdown .select_expand:checked + .select_closeLabel + .select_options + .select_expandLabel {
  display: none;
}
.selection-dropdown .select_input:checked + .select_label {
  height: 40px;
  margin-top: -40px;
}
.view-container .view-button {
  margin-top: 40px;
  text-align: center;
}
.view-container .view-button > div {
  width: auto;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}
.view-container .view-button > div input {
  display: none;
}
.view-container .view-button > div label {
  margin-bottom: 0;
  border: 1px solid #f200ff;
  border-radius: 5px;
  height: 60px;
  line-height: 26px;
  padding: 15px 40px;
  font-weight: bold;
  font-style: italic;
  color: #f200ff;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.view-container .view-button > div label:hover {
  background: #f200ff;
  color: white;
}
.view-container .view-button > div.like-dislike input:checked + label {
  background: #f200ff;
  color: white;
}
.view-container .view-button > div.favorite-object label:before {
  content: "";
  font-family: "zemai" !important;
  line-height: 1;
  font-style: normal;
  margin-right: 5px;
  width: 21px;
  display: inline-block;
}
.view-container .view-button > div.favorite-object input:checked + label:before {
  content: "";
  color: #06B223;
}
.view-container .view-button > div label.likes:before {
  content: "";
  font-family: "zemai" !important;
  line-height: 1;
  font-style: normal;
  margin-right: 5px;
  display: inline-block;
}
.view-container .view-button > div label.dislikes:before {
  content: "";
  font-family: "zemai" !important;
  line-height: 1;
  font-style: normal;
  margin-right: 5px;
  display: inline-block;
}
.content-list {
  margin-top: 12px;
  padding-bottom: 11px;
  border-top: 1px solid rgba(31, 28, 28, 0.2);
  padding-top: 42px;
  display: inline-block;
  width: 100%;
  grid-column: 2/3;
}
.content-list .content p:last-child {
  margin-bottom: 10px;
}
.editable-paragraphs .paragraphs .content-list {
  padding-top: 0;
}
.editable-paragraphs .paragraphs .content-list .ready-to-start {
  margin-top: 50px;
}
.editable-paragraphs .paragraphs .content-list .paragraphs {
  padding-top: 42px;
}
.contact-content {
  display: inline-block;
  width: 100%;
  padding-top: 0px;
}
.contact-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 40px;
  grid-auto-rows: minmax(75px, auto);
  margin-bottom: 59px;
}
.contact-block > div {
  text-align: center;
  font-size: 16px;
}
.contact-block div a:hover {
  color: #06B223;
  text-decoration: none;
}
.contact-block > div.web a:before {
  content: "";
  font-family: "zemai" !important;
  line-height: 1;
  font-style: normal;
  font-size: 26px;
  margin-right: 15px;
}
.contact-block > div.email a:before {
  content: "";
  font-family: "zemai" !important;
  line-height: 1;
  font-style: normal;
  font-size: 26px;
  margin-right: 15px;
}
.contact-block > div.phone a:after {
  content: "\a";
  white-space: pre;
}
.contact-content .contact-block {
  margin-bottom: 0px;
}
.tourism-view-block .contact-content .contact-block {
  margin-bottom: 25px;
}
.contact-block > div {
  font-size: 16px;
  text-align: left;
  width: 233px;
}
.contact-block div.phone .contact-block-title:before {
  content: "";
  color: #f200ff;
  font-family: "bebras" !important;
  line-height: 1;
  font-style: normal;
  font-size: 26px;
  margin-right: 15px;
  float: left;
}
.contact-block div.event-facebook-link .contact-block-title::before {
  content: "";
  color: #f200ff;
  font-family: "bebras" !important;
  line-height: 1;
  font-style: normal;
  font-size: 26px;
  margin-right: 15px;
  float: left;
}
.contact-block div.address-block .contact-block-title:before {
  content: "";
  color: #f200ff;
  font-family: "bebras" !important;
  line-height: 1;
  font-style: normal;
  font-size: 26px;
  margin-right: 15px;
  float: left;
}
.contact-block div.visits-count-block .contact-block-title:before {
  content: "";
  color: #f200ff;
  font-family: "bebras" !important;
  line-height: 1;
  font-style: normal;
  font-size: 26px;
  margin-right: 15px;
  float: left;
}
.contact-block div.working-hour .contact-block-title:before {
  content: "";
  color: #f200ff;
  font-family: "bebras" !important;
  line-height: 1;
  font-style: normal;
  font-size: 26px;
  margin-right: 15px;
  float: left;
}
.contact-block div.phone a, .contact-block div.address a {
  color: #1F1C1C;
  outline: 0;
  word-break: break-word;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.contact-block div.phone a:hover, .contact-block div.address a:hover, .contact-block div.phone a:focus, .contact-block div.address a:focus {
  color: #1D1D1B;
}
.view-container .container > [class*="-content"] > h3 {
  text-align: left;
  margin-bottom: 42px;
}
.view-container .container > [class*="-content"] {
  padding-bottom: 31px;
  padding-top: 30px;
}
.map-content #map {
  height: 495px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
span.comment-error {
  color: red;
  display: block;
  font-weight: bold;
}
.comment-content {
  padding-right: 20px;
  margin-top: 40px;
}
.review-block {
  margin-bottom: 44px;
}
.review-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.review-block ul li {
  padding: 28px 40px 20px 110px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.review-block ul li .user {
  display: inline-block;
}
.review-block ul .user-photo {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 20px;
  position: absolute;
  left: -70px;
  background: #f200ff;
  color: white;
  border-radius: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.review-block ul .user-photo img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  max-width: inherit;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -2 px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.review-block ul .user-name {
  color: #1F1C1C;
  float: left;
  font-size: 16px;
  font-weight: 600;
}
.review-block ul .review-date {
  float: right;
  color: #1F1C1C;
  font-style: italic;
  font-size: 12px;
}
.review-block ul .review-content {
  margin: 20px 41px 4px 0;
  display: block;
  overflow-wrap: break-word;
}
.review-block ul .review-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  grid-auto-rows: minmax(90px, auto);
}
.review-block ul .review-gallery a img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
#review-b .user-name {
  color: #1F1C1C;
  font-weight: 600;
  float: left;
}
#review-b .user-photo {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 40px;
  margin-left: 40px;
  background: #f200ff;
  color: white;
  border-radius: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
#review-b .user-photo img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  max-width: inherit;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -2px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.grid {
  display: grid;
  grid-template-columns: 1fr repeat(2, minmax(auto, 223px)) 1fr;
}
#review-a .content-wrap {
  grid-column: 2/4;
  display: flex;
  justify-content: space-around;
}
#review-b .content-wrap {
  grid-column: 2/4;
}
#review-a a {
  width: 150px;
  border-width: 2px;
  font-style: normal;
}
.btn {
  border: 2px solid #D82123;
  border-radius: 5px;
  height: 40px;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  color: #1F1C1C;
  font-size: 12px;
  outline: 0 !important;
  background: white;
  text-shadow: 0 0px 0 #fff;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.btn.btn-default {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn:focus {
  color: #f200ff;
}
.btn.red {
  border-color: #06B223;
  background: #06B223;
  color: white;
}
.btn:hover {
  border-color: #1D1D1B;
  background: #1D1D1B;
  color: white;
}
.btn.green {
  background: #f200ff;
  color: white;
}
.btn.green:hover {
  border-color: #1D1D1B;
  background: #1D1D1B;
  color: white;
}
.btn.btn-primary {
  background: #f200ff;
  color: white;
  /*border: 0;
	border-radius:  4px;
	min-width: 120px;
	height:  40px;
	font-size:  12px;
	font-weight: bold;
	text-transform:  uppercase;
	outline: 0;
	@include transition;*/
}
.btn.btn-primary:hover {
  background: #1D1D1B;
}
.btn.btn-primary:focus-visible {
  border: 2px solid #1D1D1B !important;
}
#review-b {
  margin-bottom: 25px;
}
#review-b h3 {
  text-align: center;
}
#review-b input[type="text"], #review-b textarea {
  border: 1px solid #f200ff;
  border-radius: 5px;
  height: 60px;
  width: 100%;
  outline: 0;
  color: #1F1C1C;
  padding: 20px;
}
#review-b textarea {
  height: 118px;
  font-size: 14px;
  color: #1F1C1C;
  padding: 25px 40px;
  display: inherit;
}
#review-b textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
}
#review-b textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic;
}
#review-b textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  font-style: italic;
}
#review-b .input-name {
  margin-bottom: 20px;
}
#review-b .like-dislike {
  float: right;
  margin-bottom: 13px;
}
#review-b label.like-count {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 26px;
  color: #1F1C1C;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  margin-left: 40px;
}
#review-b label.likes:before {
  content: "";
  font-family: "bebras" !important;
  line-height: 1;
  font-style: normal;
  margin-right: 5px;
  display: inline-block;
  color: #1F1C1C;
  font-weight: normal;
}
#review-b label.dislikes:before {
  content: "";
  font-family: "bebras" !important;
  line-height: 1;
  font-style: normal !important;
  margin-right: 5px;
  display: inline-block;
  color: #1F1C1C;
  font-weight: normal;
  display: initial;
  bottom: -6px;
  position: relative;
}
#review-b .like-dislike input {
  display: none;
}
#review-b label.like-count.likes:hover, #review-b label.like-count.dislikes:hover, #review-b label.like-count.likes:hover:before, #review-b label.like-count.dislikes:hover:before {
  color: #1D1D1B;
}
#review-b input:checked + label.like-count.likes {
  color: #95C12C;
}
#review-b input:checked + label.like-count.likes:before {
  content: "";
  color: #95C12C;
}
#review-b input:checked + label.like-count.dislikes {
  color: #FF8883;
}
#review-b input:checked + label.like-count.dislikes:before {
  content: "";
  color: #FF8883;
}
#review-b .input-content {
  margin-bottom: 15px;
  clear: both;
}
#review-b [type="submit"] {
  min-width: 150px;
}
#review-b .login, #review-b .logout {
  float: right;
  color: #1F1C1C;
  text-decoration: underline;
  font-weight: 600;
}
#review-b .login:hover, #review-b .logout:hover {
  color: #f200ff;
}
#review-b .logout {
  padding-top: 1px;
}
#review-b .login:hover, #review-b .logout:hover {
  color: #f200ff;
}
#review-b .user {
  width: auto;
  display: inline-block;
}
.tray-app {
  border: 2px solid #06B223;
  border-radius: 5px;
  width: 261px;
  height: 125px;
  position: fixed;
  z-index: 999;
  background: white;
  padding-left: 52px;
  padding-top: 15px;
  overflow: hidden;
  right: -261px;
  bottom: 30px;
  @iclude transition;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.tray-app.on {
  right: 30px;
}
.tray-app:before {
  height: 100%;
  width: 34px;
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/lineh.png);
  position: absolute;
  top: 0;
  left: 7px;
}
.tray-app:after {
  content: "";
  font-family: "zemai" !important;
  line-height: 1;
  font-size: 125px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.1);
  z-index: -100;
  position: absolute;
  top: 18px;
  right: 18px;
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.tray-app .close-tray-app {
  position: absolute;
  right: 7px;
  top: 8px;
  color: #EFEFEF;
  font-size: 22px;
  height: 17px;
  line-height: 17px;
  cursor: pointer;
}
.tray-app .close-tray-app:hover {
  color: #f200ff;
}
.tray-app .title1 {
  color: #f200ff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.tray-app .title2 {
  color: #f200ff;
  font-size: 20px;
  line-height: 22px;
}
.app-button {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  padding: 7px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 7px;
}
.tray-app a img {
  width: 100%;
  height: auto;
}
/* ######### */
.view .container {
  height: auto;
  width: inherit;
  padding-right: 0px;
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  max-width: 1226px;
  grid-column: 2/3;
  margin-right: 0;
}
.view .container.paragraphs {
  padding-right: 40px;
  padding-top: 24px;
  display: inline-block;
  grid-template-columns: initial;
}
.view .container.paragraphs h1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
  grid-column: 2/3;
}
.wrap.view {
  display: grid;
  grid-template-columns: 1fr 922px 441px 1fr;
  padding-top: 80px;
  min-height: calc(100vh - 277px);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.wrap.view .sidebar {
  grid-column: 3/4;
  padding-left: 20px;
}
.wrap.list .sidebar {
  padding-left: 20px;
}
.view.object .sidebarsticky, .wrap.list .sidebarsticky {
  position: fixed;
  width: 30vw;
  top: 80px;
}
header.small-header ~ .wrap.object.view, header.small-header ~ .mm-slideout .wrap.object.view {
  padding-top: 66px;
}
header.small-header ~ .wrap.object.view .sidebar, header.small-header ~ .mm-slideout .wrap.object.view .sidebar {
  min-height: calc(100vh - 66px);
}
header.small-header ~ .wrap.object.view .sidebar .sidebarsticky, header.small-header ~ .mm-slideout .wrap.object.view .sidebar .sidebarsticky {
  top: 0px;
  min-height: calc(100vh - 66px);
}
.wrap.event-view .sidebar {
  padding-left: 15px;
}
.wrap.view.search {
  grid-template-columns: auto minmax(760px, auto) auto;
}
.wrap.view.shop-view {
  grid-template-columns: 1fr 922px 441px 1fr;
}
.main-view-photo {
  width: 100%;
}
.main-view-photo a {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.main-view-photo img {
  max-width: 100%;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}
.view-container .container h1 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 44px;
  margin-bottom: 0;
}
.view-container .container > .container {
  line-height: 24px;
}
.contact-block-title {
  font-size: 14px;
  font-weight: bold;
  color: #1F1C1C;
  margin-bottom: 18px;
}
.contact-block-title a {
  color: #1F1C1C;
}
.gallery-content > .gallery-row, .gallery-cont-outer {
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-cont-outer ul li:before {
  display: none !important;
}
.object-gallery a, .gallery-cont-outer a {
  border-radius: 10px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  overflow: hidden;
  display: inline-block;
}
.gallery-content .object-gallery a:before, .gallery-cont-outer a:before {
  content: "";
  background: #1D1D1B;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.object-gallery a:hover, .gallery-cont-outer a:hover {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(29, 29, 27, 0);
  -moz-box-shadow: 0px 3px 5px 0px rgba(29, 29, 27, 0);
  box-shadow: 0px 3px 5px 0px rgba(29, 29, 27, 0);
  border: 2px solid #f200ff;
}
.gallery-content .object-gallery a {
  width: 100px;
  height: 100px;
  position: relative;
}
.gallery-content .object-gallery a img {
  max-width: inherit;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.object-gallery {
  overflow-y: hidden;
}
.gallery-cont-outer a img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.gallery-content .object-gallery a video {
  height: 100%;
}
.gallery-content .object-gallery i {
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  color: #1F1C1C;
}
.gallery-content .object-gallery i:before {
  font-size: 30px;
}
.gallery-content .object-gallery i:hover {
  color: #1D1D1B;
}
.gallery-content {
  margin-top: 40px;
}
.like-dislike-button {
  display: inline-block;
  margin-top: 39px;
  clear: left;
  float: left;
}
.like-dislike-button .like-dislike {
  float: left;
  margin-right: 40px;
}
.like-dislike-button input {
  display: none;
}
.like-dislike-button label {
  font-weight: normal;
  cursor: pointer;
}
.like-dislike-button label span.rate-text {
  font-size: 16px;
}
.like-dislike-button label span:not(.rate-text) {
  font-size: 14px;
  font-style: italic;
  color: rgba(31, 28, 28, 0.7);
}
.like-dislike-button label:before {
  content: "";
  font-family: "bebras" !important;
  line-height: 20px;
  font-style: normal;
  margin-right: 5px;
  display: inline-block;
  color: #1F1C1C;
  font-size: 26px;
  float: left;
}
.like-dislike-button label:hover:before, .like-dislike-button label:hover span {
  color: #1D1D1B;
}
.like-dislike-button label.dislikes:before {
  content: "";
  line-height: 40px;
}
.like-dislike-button input:checked + label:before, .like-dislike-button input:checked + label, .like-dislike-button input:checked + label span {
  color: #95C12C;
}
.like-dislike-button input:checked + label:before {
  content: "";
}
.like-dislike-button input:checked + label.dislikes:before, .like-dislike-button input:checked + label.dislikes, .like-dislike-button input:checked + label.dislikes span {
  color: #FF8883;
}
.like-dislike-button input:checked + label.dislikes:before {
  content: "";
}
.share-block {
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 35px;
  z-index: 1;
}
.trip-view .share-block {
  margin-top: 0;
}
.place-share .share-block {
  margin-top: 0px;
}
.news-share .share-block {
  margin-top: 0px;
}
.share-list {
  list-style: none;
}
.share-list li {
  float: left;
  margin-left: 7px;
}
.share-list .btn {
  border: 0;
  font-size: 31px;
  height: 44px;
  padding: 6px 6px;
  width: 44px;
}
.share-list .btn-google {
  font-size: 26px;
  padding-top: 9px;
}
.share-list .btn:focus {
  background: white;
  color: #f200ff;
}
.share-list .btn:focus:hover {
  background: #1D1D1B;
  color: white;
}
.share-list i {
  color: #f200ff;
}
.view .sidebar .sidebar-content {
  height: calc(100vh - 80px);
  z-index: 1;
}
.view .sidebar.full-map .sidebar-content {
  width: calc(100vw - 17px);
  right: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.view.object .sidebar, .wrap.list .sidebar {
  grid-column: 3/5;
  /*> div:first-child,*/
}
.view.object .sidebar > div.is_stuck, .wrap.list .sidebar > div.is_stuck {
  width: inherit;
  min-height: calc(100vh - 80px);
  z-index: 9999;
  position: fixed;
}
.wrap.list.shop-list .sidebar, .wrap.list.news-list .sidebar {
  grid-column: 3/4;
}
header.small-header .view.object .sidebar > div:first-child, header.small-header .view.object .sidebar > div.is_stuck, header.small-header .wrap.list .sidebar > div:first-child, header.small-header .wrap.list .sidebar > div.is_stuck {
  min-height: calc(100vh - 66px);
}
.justified-gallery {
  margin-top: 0px;
  margin-bottom: 33px;
}
.object-details {
  padding-top: 25px;
  padding-bottom: 25px;
}
.view.object .container .category {
  float: left;
  margin-right: 13px;
}
.view.object .container .object-rate {
  display: inline-block;
  float: left;
}
.view.object .container .object-rate span:before {
  font-family: "bebras" !important;
  line-height: 1;
  content: "";
  display: inline-block;
}
.view.object .container .object-rate span {
  color: rgba(31, 28, 28, 0.3);
  margin-right: 16px;
}
.view.object .container .object-rate span.gold {
  color: #FFBA00;
}
.property-list {
  margin-top: 20px;
  margin-bottom: 19px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 17px;
}
.property-list .property {
  padding-left: 46px;
  position: relative;
}
.property-list .property span {
  color: #f200ff;
  font-size: 26px;
  float: left;
  margin-right: 20px;
  width: 26px;
  height: 26px;
  left: 0;
  position: absolute;
}
.tripadvisor, .booking {
  margin-bottom: 7px;
  display: block;
  margin-top: 10px;
}
.contact-block div.phone a.tripadvisor:hover, .contact-block div.phone a.booking:hover {
  text-decoration: none;
}
.service-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.service-gallery a {
  background: #1D1D1B;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.service-gallery a img {
  width: 100%;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.service-gallery a span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.service-gallery a:hover {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(36, 185, 206, 0);
  -moz-box-shadow: 0px 3px 5px 0px rgba(36, 185, 206, 0);
  box-shadow: 0px 3px 5px 0px rgba(36, 185, 206, 0);
}
.service-gallery a:hover img {
  opacity: 0.5;
}
.service-list {
  margin-top: 40px;
}
.service {
  border-bottom: 1px solid rgba(31, 28, 28, 0.2);
  padding-bottom: 17px;
  margin-bottom: 38px;
}
.service .title {
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 17px;
}
.service .desc {
  margin-top: 20px;
  line-height: 28px;
}
.service:last-child {
  margin-bottom: 63px;
}
.content p {
  margin-bottom: 35px;
}
#email-popup {
  background: white;
  width: 700px;
  margin: auto;
  position: relative;
}
#email-popup form {
  margin-top: 45px;
}
#email-popup input.email-input {
  border: 1px solid #f200ff;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  outline: 0;
  color: #1F1C1C;
  padding: 20px;
  background: white;
  margin-bottom: 12px;
  font-size: 12px;
  height: 72px;
  padding: 10px 45px;
  margin-bottom: 10px;
  font-size: 16px;
}
#email-popup ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  font-size: 14px;
}
#email-popup ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  font-size: 14px;
}
#email-popup :-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  font-size: 14px;
}
#email-popup :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  font-size: 14px;
}
#email-popup input[type="submit"] {
  background: #f200ff;
  color: white;
  min-width: 226px;
  margin-top: 4px;
}
#email-popup input[type="submit"]:hover {
  background: #1D1D1B;
}
.tourism-view-block {
  max-width: 868px;
  margin: auto;
  padding-top: 25px;
}
.trip-view .suggestion {
  color: red;
}
.travel-type > span {
  float: left;
  margin-bottom: 10px;
  color: #f200ff;
  font-style: italic;
  font-size: 14px;
  margin-right: 12px;
}
.travel-type .selection-dropdown {
  display: inline-block;
  top: -7px;
  padding-top: 0px;
  float: left;
}
.travel-type .selection-dropdown .select_items {
  position: relative;
}
.travel-type .selection-dropdown .select_items .select_options {
  width: 100%;
  background: white;
}
.travel-type .selection-dropdown.disabled {
  margin-left: -10px;
}
.travel-type .selection-dropdown.disabled .select {
  background: transparent;
}
.travel-type .selection-dropdown.disabled .select_items {
  border-color: transparent;
}
.travel-type .selection-dropdown.disabled .select_expand::after {
  color: transparent;
}
.travel-type .selection-dropdown.disabled .select_expandLabel {
  cursor: initial;
  font-weight: 400;
}
#left_side > .add-favorite {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 20px;
  text-align: center;
}
#left_side > .add-favorite input {
  display: none;
}
#left_side > .add-favorite label {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 100%;
  line-height: 40px;
  cursor: pointer;
  border: 2px solid #f200ff;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
#left_side > .add-favorite label:before {
  content: "";
  font-family: "bebras" !important;
  font-size: 15px;
  color: #f200ff;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
#left_side > .add-favorite label:hover:before {
  color: #06B223;
}
#left_side > .add-favorite label:hover {
  border-color: white;
}
#left_side > .add-favorite input:checked + label {
  background: #06B223;
  border-color: #06B223;
}
#left_side > .add-favorite input:checked + label:before {
  content: "";
  color: white;
  opacity: 1;
}
#left_side > .add-favorite input:checked + label:hover, .object-cont .add-favorite input:checked + label:hover {
  background: #fff;
  border-color: #1D1D1B;
}
#left_side > .add-favorite input:checked + label:hover:before, .object-cont .add-favorite input:checked + label:hover:before {
  color: #1D1D1B;
}
.photo-indicator {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.16);
  color: white;
  font-size: 16px;
  font-weight: 500;
  height: 56px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  left: 20px;
  padding: 0 20px;
}
.photo-indicator span {
  font-size: 18px;
  margin-right: 10px;
}
.accordion-title {
  color: #1F1C1C;
}
.accordion-title:focus {
  color: #1F1C1C;
}
.accordion-title:hover {
  color: #1D1D1B;
}
.accordion-title[aria-expanded="true"] .rotate-icon {
  transform: rotate(180deg);
}
.mobile-fullscreen-exit {
  display: none;
  cursor: pointer;
  right: 10px;
  top: 10px;
  background: white;
  position: absolute;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 0;
  font-style: normal;
  line-height: 42px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.16);
}
.mobile-fullscreen-exit:before {
  font-family: bebras !important;
  line-height: 1;
  font-size: 15px;
  color: #5b9125;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  content: "";
}
.fancybox-container .fancybox-content {
  background: transparent;
  overflow: visible;
  padding: 0;
}
#panorama-container {
  width: 90vw;
  height: 85vh;
  max-width: 1200px;
  max-height: 800px;
}
.route-view .view-button > div label {
  padding: 15px 70px;
}
.route-info {
  display: grid;
  grid-template-columns: 2fr 4fr;
  grid-gap: 20px;
  margin-top: 20px;
}
.time-distance {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.route-pavement {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.time-distance, .route-pavement {
  border-radius: 5px;
  text-align: center;
  color: #f200ff;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.time-distance > div, .route-pavement > div {
  padding: 20px 0 28px;
}
.time-distance span, .route-pavement span {
  font-size: 70px;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.time-distance label, .route-pavement label {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
}
.time-distance div div, .route-pavement div div {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
  margin-top: 2px;
}
.route-course-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.route-course-content ul .item > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.route-course-content ul .item .slide-title {
  grid-column: 1/2;
}
.route-course-content ul .item .route-photos {
  grid-column: 2/2;
  grid-row: 1 / 3;
}
.route-course-content ul .item .slide-desc {
  grid-column: 1/2;
  grid-row: 2 / 3;
}
.route-course-content li h3 {
  margin-top: 0;
  padding-left: 30px;
  position: relative;
}
.route-course-content li h3:before {
  content: attr(value);
  width: 20px;
  height: 20px;
  background: #06B223;
  border-radius: 100%;
  display: inline-block;
  color: white;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  margin-top: 2px;
  position: absolute;
  left: 0px;
}
.route-course-content .desc ul {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}
.route-course-content .desc ul li {
  padding-left: 30px;
  position: relative;
}
.route-course-content .desc ul li:before {
  content: "○";
  color: #06B223;
  display: inline-block;
  line-height: 25px;
  float: left;
  margin-right: 19px;
  font-size: 20px;
  position: absolute;
  left: 0px;
}
.route-course-content li .desc {
  margin-top: 40px;
  margin-bottom: 17px;
}
.route-course-content li a.read-more {
  min-width: 200px;
  margin-right: 6px;
}
.route-course-content .add-favorite {
  display: inline-block;
}
.route-course-content .add-favorite input {
  display: none;
}
.route-course-content .add-favorite label {
  width: 60px;
}
.route-course-content .add-favorite label:before {
  content: "";
  font-family: "zemai" !important;
  line-height: 46px;
  font-style: normal;
}
.route-course-content .add-favorite input[type=checkbox]:checked + label:before {
  content: "";
  color: #06B223;
}
li.between {
  display: inline-block;
  border-top: 1px solid rgba(242, 0, 255, 0.5);
  border-bottom: 1px solid rgba(242, 0, 255, 0.5);
  height: 69px;
  width: 100%;
  margin: 40px 0 28px;
}
li.between:last-child {
  margin-bottom: 0;
}
li.between > div {
  float: left;
  color: rgba(242, 0, 255, 0.5);
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
  line-height: 65px;
  margin-right: 40px;
}
li.between > div span {
  margin-right: 15px;
  font-size: 32px;
  padding-top: 18px;
  float: left;
}
.view-container .container .route-course-content[class*="-content"] {
  padding-bottom: 18px;
}
#login-pop h3 {
  text-align: left;
  font-size: 30px;
  display: inline-block;
  margin-top: 0;
}
#login-pop .form-zone {
  padding-top: 0px;
  padding-right: 34px;
}
#login-pop .form-zone h3 {
  font-size: 20px;
}
#login-pop .form-zone form {
  padding-top: 27px;
}
#login-pop .form-zone input {
  border: 1px solid #f200ff;
  border-radius: 10px;
  height: 45px;
  outline: 0;
  width: 100%;
  margin-bottom: 4px;
  max-width: calc(100%);
  padding: 5px 20px;
}
#login-pop .form-zone input.btn {
  padding: 0;
  margin-top: 8px;
}
#login-pop .form-zone input:focus {
  background: white;
}
#login-pop .form-zone span {
  font-weight: bold;
  display: block;
  font-size: 12px;
  padding-left: 20px;
}
#login-pop .form-zone .btn-area {
  padding-top: 16px;
  width: 100%;
  max-width: 310px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 10px;
}
#login-pop .form-zone .btn-area .register.btn {
  width: 100%;
  outline: 0;
  grid-column: 1/3;
}
#login-pop .form-zone #remind-me {
  display: none;
}
#login-pop .form-zone #remind-me + label {
  padding: 11px 0 6px;
  font-weight: 600;
  width: 100%;
}
#login-pop .form-zone #remind-me + label:before {
  content: "";
  font-family: "bebras" !important;
  font-size: 26px;
  margin-right: 10px;
  float: left;
  line-height: 28px;
  color: #EFEFEF;
}
#login-pop .form-zone input#remind-me:checked + label:before {
  content: "";
  color: #FF8883;
}
#login-pop .members-cont {
  grid-column-gap: 12px;
}
#login-pop .members-cont h3 {
  padding-left: 34px;
  font-size: 20px;
}
#login-pop .reg-block {
  display: none;
}
#login-pop .reg-block h3 {
  padding-left: 20px;
  font-size: 20px;
  margin-top: 5px;
}
#login-pop .reg-block .form-zone {
  padding-right: 0;
}
#login-pop .reg-block .form-zone form .reg-input-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 40px;
}
#login-pop .reg-block .form-zone form .register.btn {
  margin: 16px auto 0;
  width: 50%;
  display: inherit;
}
.back-login, .back-login:focus {
  position: absolute;
  left: -13px;
  top: 2px;
  outline: 0;
  color: #f200ff;
  text-decoration: none;
  z-index: 10;
  border: 0;
  height: auto;
  line-height: initial;
  font-weight: initial;
  font-size: initial;
  padding: 0;
}
.back-login:hover {
  text-decoration: none;
  color: #1D1D1B;
  background: none;
}
.back-login:before {
  content: "";
  font-family: "bebras" !important;
  font-size: 26px;
}
.social-login-content {
  padding-left: 34px;
  border-left: 1px solid rgba(31, 28, 28, 0.2);
  height: calc(100% - 77px);
  padding-top: 25px;
  margin-top: 43px;
}
#facebookLoginBtn {
  background: #4267B2;
  color: white;
  border-radius: 5px;
  height: 38px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 7px 16px 7px 8px;
  width: auto;
  display: inline-block;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  width: 100%;
  text-align: center;
}
#facebookLoginBtn span {
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  border-radius: 3px;
  padding-right: 0;
  margin-right: 17px;
  text-align: center;
  line-height: 28px;
  padding-left: 5px;
  background: white;
}
#facebookLoginBtn span:after {
  content: "";
  color: #4267B2;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  line-height: 30px;
}
#facebookLoginBtn:hover {
  cursor: pointer;
  background: white;
  color: #4267B2;
}
#facebookLoginBtn:hover span {
  background: #4267B2;
}
#facebookLoginBtn:hover span:after {
  color: white;
}
#appleid-signin svg, #appleid-signin div {
  position: initial;
}
#appleid-signin:hover {
  cursor: pointer;
}
.space-bracket {
  padding-top: 1px;
  text-align: center;
  position: relative;
  width: 100%;
  grid-column: 1/3;
}
.space-bracket span {
  background: white;
  z-index: 9;
  display: inline-block;
  position: relative;
  padding: 0 10px;
  color: #EFEFEF;
}
.space-bracket.red {
  margin-top: 15px;
}
.space-bracket.red span {
  color: #06B223;
}
.top-space {
  padding-top: 13px;
}
.space-bracket:before {
  content: "";
  box-sizing: content-box;
  position: relative;
  width: 100%;
  height: 15px;
  border-bottom: 1px solid rgba(242, 0, 255, 0.3);
  display: inline-block;
  position: absolute;
  left: 0;
}
.space-bracket.red:before {
  border-color: #06B223;
}
button.mfp-close, button.mfp-close:active {
  color: #1F1C1C;
  right: -30px;
  top: -17px;
  opacity: 1;
}
button.mfp-close:hover {
  color: #1D1D1B;
}
.login-block-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 39px;
}
.pass-reminder {
  display: none;
}
.pass-reminder h3 {
  padding-left: 20px;
  font-size: 20px;
  margin-top: 5px;
}
.login-pop-social {
  text-align: center;
}
.login-pop-social .social-login-content {
  padding-left: 0;
  border-left: none;
  height: 100%;
  padding-top: 25px;
  margin-top: 43px;
}
.login-pop-social h3 {
  text-align: center !important;
}
.privacy-policy-login {
  margin-top: 15px;
  color: #1F1C1C;
}
.privacy-policy-login a {
  color: #1F1C1C;
  text-decoration: underline;
}
.content-list .content h2 {
  font-size: 20px;
  line-height: 40px;
}
.content-list .content h3 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 0;
  font-weight: 600;
}
.ck-right-padding {
  margin-right: 20px;
}
.ck-left-padding {
  margin-left: 20px;
}
figcaption {
  text-align: center;
  padding: 10px 10px;
}
.content ul, .service-list .desc ul, .service .desc ul {
  list-style: none !important;
  padding-left: 0;
}
.content ul li:before, .service-list .desc ul li:before, .service .desc ul li:before {
  content: "·";
  color: #06B223;
  display: inline-block;
  line-height: 25px;
  float: left;
  margin-right: 15px;
  font-size: 40px;
}
.content a:not(.btn) {
  color: #1F1C1C;
  text-decoration: underline;
}
.content a:hover:not(.btn) {
  color: #1D1D1B;
}
.content figure {
  text-align: center;
}
figcaption {
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
}
.content table {
  border: solid #f200ff 1px;
  margin-bottom: 20px;
}
.content table tr th {
  font-weight: bold;
  padding: 14px 20px 16px;
}
.content table tr td {
  padding: 14px 20px 16px;
}
.content table tr td {
  border-top: none;
}
.content table tr td, .content table tr th:last-child {
  border-right: none;
}
.content table tr:last-child td {
  border-bottom: 0;
}
.clear-both {
  clear: both;
}
ol {
  padding-left: 18px;
}
.editable-paragraphs .sidebar > div {
  max-width: 100% !important;
  width: 100%;
  position: sticky !important;
  top: 80px;
  /* @TODO: dynamic header height */
}
.editable-paragraphs .sidebar > div a:hover h3 {
  color: #1D1D1B;
}
.sidebar-paragraph {
  position: sticky !important;
  top: 80px;
  /* @TODO: dynamic header height */
}
.sidebar-menu-cont {
  /*position: fixed!important;*/
  padding-top: 29px;
  /*float:  left;*/
}
.sidebar-menu-cont .sidebar-menu {
  list-style: none;
  margin-top: 26px;
}
.sidebar-menu-cont .sidebar-menu > li {
  font-weight: bold;
  line-height: 24px;
  min-height: 43px;
}
.sidebar-menu-cont .sidebar-menu > li a {
  color: #1F1C1C;
}
.sidebar-menu-cont .sidebar-menu > li ul {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 18px;
}
.sidebar-menu-cont .sidebar-menu > li ul li {
  font-weight: normal;
  border-bottom: 1px solid rgba(31, 28, 28, 0.2);
  line-height: 46px;
  padding-top: 8px;
}
.sidebar-menu-cont .sidebar-menu > li ul li:last-child {
  border-bottom: 0;
}
.sidebar-menu-cont .sidebar-menu a:hover {
  color: #1D1D1B;
}
.sidebar-menu-cont .sidebar-menu .selected > a {
  color: #06B223;
}
.wrap.list .container.list.widget {
  padding-top: 0;
}
.wrap.list .container.list.widget .objects-list {
  margin-top: 0;
}
.fav .object-photo {
  width: 60px;
  height: 60px;
}
.list.fav .object-title {
  font-size: 20px;
  padding-left: 10px;
  line-height: 22px;
  min-height: 46px;
  width: calc(100% - 110px);
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list.fav .track-category {
  padding: 0 0 0 10px;
  width: calc(100% - 131px);
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 600;
  color: #EFEFEF;
  margin-top: -3px;
  height: 17px;
  line-height: 17px;
  float: left;
}
.list.fav .track-category:before {
  content: attr(count);
  color: #06B223;
  padding-right: 8px;
}
.fav .track-remove {
  text-align: right;
  float: right;
  width: calc(49px);
  height: 49px;
  color: #f200ff;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 13px;
  top: 10px;
  cursor: pointer;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.fav a:hover + .track-remove {
  color: white;
}
.object-cont:hover .track-remove:hover:before {
  color: #06B223;
}
.fav .track-time {
  display: inline-block;
  float: right;
  line-height: 11px;
  width: calc(49px);
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  font-family: "Times New Roman", Times, serif;
  margin-top: 35px;
}
.fav .between-track {
  color: white;
  float: right;
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 6px;
}
.fav .object-cont {
  display: inline-block;
  margin-bottom: 0px;
}
.list.fav {
  background: #93A099;
  height: 100vh;
  max-width: 492px;
  float: left;
}
.fav.list .wrap {
  background: #93A099;
  height: calc(100vh - 230px);
}
.my-trip-block {
  position: fixed;
  top: 60px;
  margin-left: -10px;
  height: 97px;
  background-color: #B8B8B8;
  max-width: 492px;
  width: calc(100% + 20px) !important;
  float: left;
  z-index: 99;
  margin-bottom: 20px;
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 15px 0;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.my-trip-block input {
  height: 27px;
  border: 1px solid #f200ff;
  border-radius: 5px;
  outline: 0;
  width: calc(100% - 26px);
  float: left;
  padding: 5px 10px;
  font-size: 16px;
}
.my-trip-block a {
  color: #f200ff;
  outline: 0;
  width: 26px;
  height: 27px;
  text-align: right;
  display: inline-block;
  text-decoration: none;
}
.trips-filter {
  display: inline-block;
  width: 100%;
}
.trips-filter ul {
  list-style: none;
  padding: 0;
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 0;
}
.trips-filter ul li {
  display: inline-block;
  float: left;
  margin-right: 2px;
}
.trips-filter ul li label {
  border: 1px solid #f200ff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  background: white;
  margin-bottom: 0;
  margin-right: 8px;
  color: #f200ff;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.trips-filter input:checked + label {
  background: #f200ff;
  color: white;
}
.trips-filter input {
  display: none;
}
.trips-info {
  float: right;
  line-height: 36px;
  color: #f200ff;
  display: inline-block;
  padding-top: 18px;
}
.trips-info * {
  display: inline-block;
  float: left;
}
.trips-info i {
  font-size: 24px;
  padding-top: 4px;
}
.trips-info span {
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
  margin-right: 15px;
  margin-left: 5px;
}
.trips-info span:last-child {
  margin-right: 0;
}
.fav-add-orderby {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-width: 492px;
  width: 100% !important;
  position: fixed;
  height: 80px;
  bottom: 0;
  background: white;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 10px;
  grid-column-gap: 10px;
  z-index: 999;
  -webkit-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.16);
}
.fav-add:focus {
  outline: 0;
}
.fav-add:before {
  content: "";
  font-family: "zemai" !important;
  line-height: 1;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  margin-right: 10px;
}
#add-object {
  background: white;
  margin: auto;
  border-radius: 5px;
  padding: 25px 40px 28px 40px;
  position: relative;
}
.my-trips-header {
  font-size: 30px;
  line-height: 40px;
  margin-top: 30px;
  width: fit-content;
}
.my-trips-header.editable {
  border: 1px solid dodgerblue;
}
.disabled-link {
  pointer-events: none;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.floating-btn-row {
  margin-top: 20px;
}
.visit-duration {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
.visit-duration .btn-group {
  float: left;
}
.visit-duration > div:last-child {
  text-align: right;
  margin-top: -1px;
}
.visit-duration > div:last-child .form-control {
  float: initial;
  display: inline-block;
}
.visit-duration > div:last-child .btn {
  float: initial;
}
.visit-duration > div:last-child .btn-group {
  text-align: right;
}
.center {
  text-align: center;
}
.visit-duration .form-control {
  width: 100px;
  float: left;
  height: 40px;
  border: 1px solid #f200ff;
  border-radius: 10px;
  line-height: 30px;
  font-size: 14px;
  font-style: italic;
  color: #1F1C1C;
  margin-left: 10px;
  margin-right: 10px;
}
.visit-duration .form-control span {
  font-style: normal;
}
.visit-duration .btn-group .btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #f200ff;
  color: white;
  border-radius: 10px !important;
  outline: 0;
  font-size: 20px;
  padding-left: 1px;
  background: #f200ff;
}
.visit-duration .btn-group .btn:hover {
  background: #1D1D1B;
  border-color: #1D1D1B;
}
.form-input-space span, .duration-label {
  font-size: 16px;
  color: #1F1C1C;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 17px;
  font-weight: bold;
}
.form-input-space input, .add-object-block a.btn {
  border: 1px solid #f200ff;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  outline: 0;
  color: #1F1C1C;
  padding: 20px;
  background: white;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
}
.form-input-space input {
  height: 70px;
  padding: 10px 45px;
  margin-bottom: 22px;
}
.form-input-space input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1F1C1C;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
.form-input-space input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1F1C1C;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
.form-input-space input:-ms-input-placeholder {
  /* IE 10+ */
  color: #1F1C1C;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
.form-input-space input:-moz-placeholder {
  /* Firefox 18- */
  color: #1F1C1C;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
#ajaxAddobject {
  margin-top: 43px;
}
.add-object-block a.btn {
  border-color: #f200ff;
  background: #f200ff;
  color: white;
  margin-top: 20px;
  line-height: 40px;
  padding: 0;
}
.add-object-block a.btn.red:hover {
  background: #1D1D1B;
  border-color: #1D1D1B;
  color: white;
}
.add-object-block h3 {
  text-align: left;
  font-size: 30px;
}
.list.fav .wrap {
  margin-top: 160px;
}
.alert-msg {
  background: white;
  color: #1F1C1C;
  position: absolute;
  bottom: -100px;
  opacity: 0;
  z-index: 9999;
  min-height: 60px;
  line-height: initial;
  padding: 19px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.alert-msg:before {
  content: "";
  color: #f200ff;
  font-family: "bebras" !important;
  line-height: 1;
  font-size: 26px;
  float: left;
  margin-right: 10px;
}
.alert-msg.show {
  bottom: 20px;
  opacity: 1;
}
.trip-info-view {
  border-top: 1px solid rgba(31, 28, 28, 0.2);
  width: 100%;
  display: grid;
  padding-top: 16px;
  padding-bottom: 8px;
}
.trip-info-view .route-info-title {
  grid-column: 1/3;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 16px;
}
.trip-info-view .route-property-list {
  display: grid;
}
.trip-info-view .route-property-list div b {
  font-weight: 600;
}
.trip-info-view .route-property-list span {
  color: #f200ff;
  font-style: italic;
  font-size: 14px;
  margin-right: 12px;
}
.trip-info-view .route-property-list span:before {
  font-style: normal;
  font-size: 26px;
  float: left;
  margin-right: 3px;
  margin-left: 14px;
}
.trip-info-view .route-property-list div.color_114 b {
  color: #95C12C;
}
.trip-info-view .route-property-list div.color_115 b {
  color: #fc9d67;
}
.trip-info-view .route-property-list div.color_116 b {
  color: #FF8883;
}
@media screen and (max-width: 767px) {
  .double-button-fix {
    top: 10px !important;
    right: -7px !important;
  }
  .all-routes-cards.trip-cards {
    bottom: 0 !important;
  }
  .floating-btn-row .col-sm-6 {
    width: 50%;
  }
  .route-edit-delete-block {
    width: 100%;
    margin-bottom: 0;
  }
}
.most-popular {
  margin-bottom: 75px;
}
.most-popular h3, .top-route h3 {
  text-align: center;
  margin-bottom: 42px;
}
.most-popular .object-title {
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
  font-family: "Times New Roman", Times, serif;
  padding: 4px 10px 0 20px;
  width: calc(100% - 248px);
  display: inline-block;
  min-height: 114px;
}
.top-route .object-title {
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
  font-family: "Times New Roman", Times, serif;
  padding: 4px 10px 0 20px;
  width: calc(100% - 248px);
  display: inline-block;
  min-height: 107px;
}
.most-popular .object-cont .add-favorite {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 2px;
  top: 4px;
  text-align: center;
}
.most-popular .object-category {
  height: 16px;
  line-height: 16px;
  display: flex;
  width: calc(100% - 248px);
  float: left;
}
.most-popular .object-cont:hover a, .top-route .object-cont:hover a {
  text-decoration: none;
}
.most-popular .object-photo, .top-route .object-photo {
  width: 248px;
}
.most-popular .object-cont {
  margin-bottom: 0;
}
.all-object {
  text-align: center;
  margin-top: 30px;
}
.top-route .object-info {
  width: calc(100% - 248px);
  display: flex;
}
.top-route .object-info > div {
  height: 24px;
}
.top-route {
  margin-bottom: 30px;
}
.wrap.list.editable-paragraphs, .wrap.list.news-list {
  grid-template-columns: 1fr 922px 441px 1fr;
  padding-left: 0;
}
.wrap.list.editable-paragraphs .container, .wrap.list.news-list .container {
  grid-column: 2/3;
}
.wrap.list.editable-paragraphs .news-list.widget, .wrap.list.news-list .news-list.widget {
  padding-top: 0;
}
.wrap.list.editable-paragraphs .news-list.widget .objects-list.news-list, .wrap.list.news-list .news-list.widget .objects-list.news-list {
  margin-top: 0;
}
.event-list .date-selection {
  padding-bottom: 20px;
}
.event-list .date-selection input {
  border-radius: 10px;
  border: 1px solid #f200ff;
  color: #B4B4B4;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 5px;
  padding-bottom: 5px;
}
.event-list .objects-list .object-cont {
  height: 179px;
}
.widget-list-item .event-list .object-cont {
  height: 179px;
}
.event-list .object-photo {
  width: 114px;
  height: 179px;
  border-radius: 10px;
  float: left;
  position: relative;
}
.event-list .object-photo:before {
  content: "";
  background: #1D1D1B;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.event-list .object-title {
  padding: 0 5px 0 20px !important;
  float: left;
  width: calc(100% - 114px);
  height: calc(100% - 75px);
  margin: 0;
  font-weight: 300 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.event-list .event-date {
  font-size: 14px;
  color: rgba(31, 28, 28, 0.54);
  padding-left: 20px;
  display: inline-block;
  float: left;
  width: calc(100% - 114px);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.event-list .object-category {
  width: calc(100% - 114px);
  margin: 0;
  padding-right: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.event-list .object-cont a:hover .object-photo {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
}
.calendar {
  z-index: 11;
  max-width: 370px;
  position: relative;
}
.events-calendar {
  background-color: #fff;
  font-weight: bold;
  font-size: 13px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  margin-bottom: 22px;
}
.events-calendar li {
  color: #1F1C1C;
  font-size: 10px;
  float: left;
  list-style: none;
}
.events-calendar li.week {
  background: #EFEFEF;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.events-calendar li.one {
  text-align: center;
  position: relative;
}
.event-list-cont .events-list .one a {
  text-decoration: none;
  display: block;
  border-bottom: 2px solid transparent;
}
.events-calendar li .day {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #1F1C1C;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.events-calendar li .day.full {
  background: #f200ff;
  color: white;
  font-weight: bold;
}
.events-calendar li .selected > .day.full {
  background: #06B223;
  color: white;
  font-weight: bold;
}
.events-calendar li .day.old {
  opacity: 0.5;
}
.events-calendar li .day.old.full, .events-calendar li .selected > .old {
  opacity: 1;
  background: #868786;
  color: white;
  font-weight: bold;
}
.events-calendar li .day.old.full:hover, .events-calendar li .selected > .old:hover {
  background: #868786;
}
.events-calendar li .day.empty {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
}
.events-calendar li a:hover {
  text-decoration: none;
}
.events-calendar li a:hover .day.full {
  font-weight: bold;
  color: white;
  text-decoration: none;
  background: #1D1D1B;
}
.events-calendar .month-name {
  color: #4e4e4e !important;
  grid-column: 1/5;
}
.events-calendar .year-list {
  grid-column: 5/8;
}
.events-calendar li .events {
  display: none;
  background-color: #f9d423;
  position: absolute;
  left: 0;
  top: 34px;
  padding: 10px 60px 15px 20px;
  z-index: 2;
}
.calendar li {
  list-style: none;
}
.event-list .selection-dropdown li {
  width: 100%;
}
.month-name.selection-dropdown, .year-list.selection-dropdown {
  padding-top: 15px;
  margin-bottom: -5px;
  width: 100%;
}
.years-plan {
  margin-top: 2px;
  margin-bottom: 40px;
}
.years-plan a {
  color: #1F1C1C;
  font-size: 16px;
}
.years-plan a:before {
  color: #f200ff;
  content: "";
  font-family: "bebras" !important;
  line-height: 1;
  font-style: normal;
  font-size: 25px;
  margin-right: 10px;
  float: left;
  line-height: 25px;
}
.years-plan a:hover {
  text-decoration: none;
  color: #1D1D1B;
}
#filter.event-filter {
  overflow: scroll;
  position: relative;
  right: initial;
  max-width: 374px;
  width: 100%;
  padding: 0;
}
.event-list .button-group, .event-list .button-single {
  margin-right: 0;
  max-width: initial;
}
.event-list .button-group a, .event-list .button-single a {
  color: #1F1C1C;
  text-decoration: underline;
}
.event-list .button-group a label, .event-list .button-single a label {
  font-weight: 400;
}
.event-list .button-group a:hover, .event-list .button-single a:hover {
  color: #1D1D1B;
}
.event-list .button-group a:hover label, .event-list .button-single a:hover label {
  cursor: pointer;
}
.event-list .sidebar .calendar h3 {
  margin-top: 5px;
  display: inline-block;
}
.editable-paragraphs .sidebar {
  width: 350px;
  padding-left: 20px;
  grid-column: 3/4;
}
.event-list .ps--active-x > .ps__rail-x, .event-list .ps--active-y > .ps__rail-y {
  margin-right: 14px;
}
.event-list .recomended {
  background: white;
  color: #06B223;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.event-list .recomended:after {
  content: "";
  font-family: "bebras" !important;
  line-height: 30px;
  font-style: normal;
  font-size: 26px;
}
.sidebar .event-info h3 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.sidebarsticky {
  position: absolute;
  top: 80px;
  height: calc(100vh - 80px);
  width: calc(((100% - 1226px) /2) + 221px);
}
.full-map .sidebarsticky {
  width: calc(100vw - 17px) !important;
}
.shop-list .sidebarsticky {
  right: initial;
  padding-top: 41px;
  padding-bottom: 40px;
  width: inherit;
  padding-left: 7px;
  margin-left: -7px;
  position: fixed;
  top: 80px;
}
.wrap.shop-list .sidebarsticky {
  top: 80px;
}
header.small-header ~ .wrap.shop-list .sidebarsticky, .mobile-menu:not(.hide) + .mm-page.mm-slideout .wrap.shop-list .sidebarsticky, header.small-header ~ .wrap-content .wrap.shop-list .sidebarsticky {
  top: 66px;
}
.wrap.shop-view .sidebar .sidebarsticky {
  right: initial;
  padding-top: 44px;
  padding-bottom: 0;
  width: auto;
  padding-left: 7px;
  margin-left: 0px;
  top: 80px;
  position: fixed;
  background: white;
}
.wrap.shop-view .sidebar .sidebarsticky form {
  padding-bottom: 40px;
}
.event-list-all {
  margin-top: 107px;
  text-align: center;
}
.event-list-all a {
  min-width: 268px;
}
.event-list-photo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 147px;
  background: red;
  left: 0;
  bottom: 0;
  z-index: -2;
  background: rgba(231, 56, 39, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e73827", endColorstr="#000000", GradientType=0);
}
.list-photo.text-opened:before {
  background: transparent;
}
.event-list-photo-text {
  width: auto;
  padding: 0 15px;
  z-index: -1;
  color: white;
  position: absolute;
  bottom: 0;
  padding-bottom: 7px;
}
.line-clamp {
  bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.arrow-icon-wrapper {
  width: 100%;
  padding-bottom: 5px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 30px;
  display: none;
}
.events-arrow {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.events-arrow:hover {
  color: #1D1D1B;
  cursor: pointer;
}
.events-full-text {
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
}
.rotated-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-photo img {
  z-index: -3;
}
.events-list-picture {
  max-width: inherit;
  height: 100%;
  min-width: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
@media (max-width: 1076px) {
  .events-full-text {
    background: black;
    padding-top: 25px;
    position: relative;
    top: 0;
  }
}
@media (max-width: 767px) {
  .arrow-icon-wrapper {
    display: none;
    background: #fff;
    color: #000;
  }
  .events-full-text {
    padding: 0;
    padding-bottom: 15px;
    background: #fff;
    color: #262626;
    width: 100%;
    left: 25px;
  }
  .line-clamp {
    bottom: 5px;
    -webkit-line-clamp: 3;
  }
  .list-photo:before {
    height: 110px;
    width: 100vw;
  }
  .list-photo:before {
    padding-right: 0;
  }
  .event-list-photo-text {
    margin-top: 2rem;
    padding-right: 0;
  }
  .hide-before:before {
    height: 0;
    width: 0;
  }
  .list-photo img {
    width: 100vw !important;
    height: auto !important;
  }
}
.event-list-sidebar {
  padding-top: 20px;
}
.events-calendar .month-name {
  grid-column: 1/8;
  text-align: center;
}
.selection-dropdown form {
  width: calc(100% - 100px);
  display: inline-block;
}
.calendar-control {
  display: inline-block;
  background: #e8e8e8;
  border-radius: 10px;
  width: 40px !important;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px !important;
  cursor: pointer;
}
.calendar-control-left {
  float: left !important;
}
.calendar-control-right {
  float: right !important;
}
.calendar-control.disabled {
  color: #868786;
  cursor: not-allowed;
}
.select_label-placeholder {
  width: 100%;
}
.selection-dropdown .select {
  position: relative;
}
.selection-dropdown .select_label-placeholder {
  font-weight: bold;
}
.widget-list-item .selection-dropdown .select {
  width: 100%;
}
.widget-list-item .month-name.selection-dropdown {
  padding-top: 0;
}
@media (max-width: 767px) {
  .widget-list-item .event-list .calendar {
    width: 100%;
    left: 0;
    background: white;
    max-width: initial;
    margin: auto;
    display: block;
    grid-template-columns: 1fr 370px 1fr;
    height: auto;
    grid-template-rows: 35px 1fr 1fr auto;
    padding-top: 0;
    position: relative;
    top: 0;
  }
  .widget-list-item .event-list .events-side {
    margin-top: 30px;
  }
}
.event-date-time .event-date, .event-date-time .event-time {
  color: #06B223;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  display: inherit;
}
.event-date-time {
  margin-top: 25px;
}
.event-other-time {
  margin-top: 10px;
  min-height: 28px;
}
.event-other-time > a {
  font-size: 16px;
  position: absolute;
}
.event-other-time a:hover {
  color: #1D1D1B;
}
.event-other-time > a:before {
  color: #f200ff;
  content: "";
  font-family: "bebras" !important;
  line-height: 1;
  font-style: normal;
  font-size: 25px;
  margin-right: 10px;
  float: left;
  line-height: 28px;
}
.event-other-time a:hover:before {
  color: #1D1D1B;
}
.event-other-time .other-events-date-block {
  display: none;
}
.event-other-time .other-events-date-block a {
  display: block;
  float: left;
  clear: both;
  color: #1F1C1C;
}
.event-other-time .other-events-date-block a:hover {
  color: #1D1D1B;
}
.event-location {
  margin-top: 32px;
}
.event-location h3 {
  display: initial;
}
.event-location .event-map {
  color: #f200ff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.event-location .event-map span {
  margin-right: 10px;
  font-size: 20px;
  margin-top: 2px;
  float: left;
}
.event-location .event-map:hover {
  color: #1D1D1B;
  text-decoration: none;
}
.event-locations-address {
  line-height: 28px;
  margin-top: 13px;
  margin-bottom: 10px;
}
.event-locations-address .location-title, .event-locations-address .location-address {
  display: inherit;
  color: #1F1C1C;
}
.event-locations-address .location-title:hover, .event-locations-address .location-address:hover {
  color: #1D1D1B;
}
.event-price {
  margin-top: 40px;
  margin-bottom: 40px;
}
.event-price .event-price-block {
  color: #06B223;
  font-size: 30px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-top: 23px;
}
.event-ticket {
  background: #f200ff;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  height: 40px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 14px;
  margin-top: 11px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.event-ticket:hover {
  background: #1D1D1B;
  color: white;
  text-decoration: none;
}
.other-events > .btn {
  min-width: 150px;
  border-width: 2px;
  margin-top: 32px;
}
.other-events.event-list.list {
  padding-top: 40px;
  padding-bottom: 40px;
}
.view-map-content {
  width: 100%;
  height: calc(100vh - 80px);
  position: fixed;
  left: 100%;
  top: 80px;
  z-index: 99;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.view-map-content .full-screen-map.closed-map {
  right: 50px;
  left: initial;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.view-map-content #map {
  width: 100%;
  height: 100%;
}
.view-map-content.full-map {
  left: 0%;
}
.full-screen-map.closed-map {
  right: 50px;
  left: initial;
  background: #f200ff;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.full-screen-map.closed-map:before {
  content: "";
  color: white;
}
.full-screen-map:hover {
  background: #1D1D1B;
}
.other-events.list .objects-list {
  margin-top: 49px;
}
.event-info-mobile {
  display: none;
}
.event-info h3 {
  color: #1F1C1C;
}
.event-view .share-block {
  margin-top: 0px;
  z-index: 1;
}
.objects-list.news-list {
  grid-template-columns: 280px 280px 280px;
  width: 100%;
}
.objects-list.news-list .object-cont {
  min-width: 280px;
  height: 128px;
  width: 100%;
  grid-auto-flow: column;
}
.objects-list.news-list .object-cont a {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
}
.objects-list.news-list .object-cont a .object-photo {
  float: left;
  width: 114px;
  height: 128px;
  border-radius: 10px;
  background: #1D1D1B;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.objects-list.news-list .object-cont a .event-date {
  font-size: 14px;
  color: rgba(31, 28, 28, 0.54);
  padding-left: 20px;
  display: inline-block;
  float: left;
  width: calc(100% - 114px);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.objects-list.news-list .object-cont a .object-title {
  font-weight: normal;
  padding: 0 0 0 20px;
  display: inline-block;
  float: left;
  width: calc(100% - 114px);
  height: calc(100% - 40px);
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.objects-list.news-list .object-cont a .object-category {
  width: calc(100% - 114px);
  margin: 0;
  padding-right: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  line-height: 11px;
}
.objects-list.news-list .object-cont a:hover .event-date {
  color: rgba(29, 29, 27, 0.54);
}
.sidebar-ads {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  padding-right: 20px;
}
.sidebar-ads a {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.sidebar-ads a img {
  max-width: inherit;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: calc(100% + 1px);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.other-news .news-list {
  display: grid;
  margin-top: 47px;
  margin-bottom: 30px;
}
.list-more-btn a {
  width: 150px;
  border-width: 2px;
  font-style: normal;
}
.category-link {
  color: #1F1C1C;
}
.route-object-info {
  padding: 0 0 0 20px;
  display: inline-block;
  width: calc(100% - 280px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.route-object-info .route-property {
  display: inline-block;
  font-size: 14px;
  color: rgba(31, 28, 28, 0.7);
  float: left;
  font-style: italic;
}
.route-object-info .route-property span:before {
  font-size: 16px;
  color: rgba(31, 28, 28, 0.6);
  margin-right: 10px;
}
.route-map {
  color: #f200ff;
  float: right;
  font-size: 24px;
  margin-right: 30px;
  position: absolute;
  right: 0;
  bottom: 17px;
  z-index: 99;
  cursor: pointer;
}
.route-map:hover {
  color: #1D1D1B;
}
.route-map.open {
  color: #06B223;
}
.myroute-info {
  color: rgba(31, 28, 28, 0.4);
  width: 100%;
  padding-left: 20px;
  font-size: 14px;
  font-style: italic;
  margin-top: 9px;
  display: inline-block;
}
.list .my-route-list-grid .object-title {
  margin-top: 0;
  height: 88px !important;
  padding-right: 60px;
}
.delete-my-route, .delete-my-route:focus, .delete-route-sagment, .delete-route-sagment:focus {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: #1F1C1C;
  outline: 0;
  text-decoration: none;
  z-index: 10;
}
.delete-my-route:hover, .delete-route-sagment:hover {
  color: #1D1D1B;
}
.delete-my-route:before, .delete-route-sagment:before {
  content: "";
  font-family: "bebras" !important;
  line-height: 1;
}
#delete-route-popup, #delete-object-popup {
  background: white;
  width: 454px;
  margin: auto;
  border-radius: 5px;
  position: relative;
}
#delete-route-popup .desc, #delete-object-popup .desc {
  text-align: center;
}
#delete-route-popup .desc span, #delete-object-popup .desc span {
  background: #06B223;
  border-radius: 100%;
  color: white;
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  line-height: 100px;
  font-size: 50px;
  margin-bottom: 40px;
  margin-top: 35px;
}
#delete-route-popup .desc a, #delete-object-popup .desc a {
  width: 100%;
  margin-bottom: 10px;
}
#delete-route-popup .desc a.dark, #delete-object-popup .desc a.dark {
  background: #f200ff;
  color: white;
}
#delete-route-popup .desc a.dark:hover, #delete-object-popup .desc a.dark:hover {
  background: #1D1D1B;
}
#delete-route-popup button.mfp-close, #delete-route-popup button.mfp-close:active, #delete-object-popup button.mfp-close, #delete-object-popup button.mfp-close:active {
  display: none;
}
.my-route-list-grid .route-object-info .route-property {
  width: auto;
  padding-right: 10%;
}
.my-route-list-grid .route-object-info {
  width: calc(100% - 335px);
}
.my-route .add-route-marker {
  min-width: 226px;
  margin-top: 30px;
}
.route-object-photo {
  width: 280px;
  display: inline-block;
}
.route-object-photo img {
  max-width: 280px;
  height: 180px;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.route-object-description {
  display: inline-block;
  width: calc(100% - 300px);
}
.route-object-cont a {
  height: 180px;
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 880px) {
  .route-object-description {
    display: block;
    width: 100%;
    padding-bottom: 12px;
  }
  .route-object-photo {
    width: 100%;
    display: block;
  }
  .route-object-photo img {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
  }
}
.trip-object-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 5px 20px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: -3px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.route-page-description {
  margin: 0 auto;
}
.route-info-view {
  border-top: 1px solid rgba(31, 28, 28, 0.2);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 16px;
  padding-bottom: 40px;
}
.route-info-view .route-info-title {
  grid-column: 1/3;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 16px;
}
.route-info-view .route-property-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.route-info-view .route-property-list div b {
  font-weight: 600;
}
.route-info-view .route-property-list span {
  color: #f200ff;
  font-style: italic;
  font-size: 14px;
  margin-right: 12px;
}
.route-info-view .route-property-list span:before {
  font-style: normal;
  font-size: 26px;
  float: left;
  margin-right: 3px;
  margin-left: 14px;
}
.route-info-view .route-property-list div.color_114 b {
  color: #95C12C;
}
.route-info-view .route-property-list div.color_115 b {
  color: #fc9d67;
}
.route-info-view .route-property-list div.color_116 b {
  color: #FF8883;
}
.sagment-photo {
  width: 174px;
  height: 111px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  float: left;
  background: #1D1D1B;
}
.sagment-photo img {
  max-width: inherit;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: calc(100% + 1px);
  -o-object-fit: cover;
  object-fit: cover;
}
.sagment-category {
  font-size: 14px;
  font-style: italic;
  color: rgba(31, 28, 28, 0.7);
  padding-left: 20px;
  display: inline-block;
  float: left;
  width: calc(100% - 174px);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.sagment-title {
  color: #1F1C1C;
  font-weight: 600;
  padding: 0 0 0 20px;
  display: inline-block;
  float: left;
  width: calc(100% - 174px);
  height: calc(100% - 70px);
  margin: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.my-route-view .sagment-title {
  width: calc(100% - 240px);
}
.sagment {
  height: 111px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-right: 15px;
  transition: all 500ms ease-out;
}
.sagment a:first-child {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sagment .sagment-time {
  padding-left: 20px;
  display: inline-block;
  color: rgba(31, 28, 28, 0.7);
  font-style: italic;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.sagment .sagment-time span:before {
  font-size: 16px;
  color: #f200ff;
  margin-right: 10px;
}
.sagment:hover {
  -webkit-box-shadow: 0px 4px 14px 0px rgba(129, 54, 54, 0);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
}
.sagment:hover a:first-child:before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  border-radius: 10px;
  border: 2px solid #95C12C;
  left: 0;
  top: 0;
}
.sagment:hover a .sagment-photo img {
  opacity: 1 !important;
}
.sagment.space {
  margin-bottom: 20px;
}
.sagment:before {
  content: attr(sagment-count);
  font-family: "Open Sans", "Adobe Blank" !important;
  font-weight: bold;
  position: absolute;
  left: -29px;
  top: calc(50% - 8px);
  z-index: 80;
  background: #06B223;
  width: 16px;
  height: 16px;
  color: white;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  -webkit-box-shadow: 0px 0px 7px 10px white;
  -moz-box-shadow: 0px 0px 7px 10px white;
  box-shadow: 0px 0px 7px 10px white;
}
.sagment.route-object .sag-wrap {
  height: 103%;
}
.sagment.route-object .sagment-title {
  margin-top: 15px;
}
.sagment.route-object:hover .sag-wrap {
  width: 100%;
  z-index: 1;
  border-radius: 10px;
  border: 2px solid #95C12C;
}
.between-sagment {
  margin: 27px 0 12px;
  display: inline-block;
  width: 100%;
}
.between-sagment .distance {
  font-style: italic;
  color: rgba(31, 28, 28, 0.7);
  display: inline-block;
  float: left;
  margin-right: 24px;
}
.between-sagment .distance span:before {
  color: rgba(242, 0, 255, 0.6);
  font-size: 26px;
}
.between-sagment .distance span {
  float: left;
  margin-right: 5px;
}
.between-sagment .distance-desc-cont {
  width: calc(100% - 200px);
}
.between-sagment .distance-desc {
  color: rgba(31, 28, 28, 0.7);
  width: calc(100% - 190px);
  float: left;
  max-height: 25px;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.between-sagment .distance-desc span {
  margin-right: 5px;
}
.between-sagment .distance-desc span:before {
  color: rgba(242, 0, 255, 0.6);
}
.between-sagment .distance-desc.open {
  max-height: initial;
}
.between-sagment .distance-more {
  font-weight: bold;
  font-size: 14px;
  float: right;
  color: #f200ff;
}
.route-sagment-cont {
  display: grid;
  grid-template-columns: 29px 1fr;
  padding-bottom: 35px;
  padding-top: 32px;
}
.route-sagment-cont .dots {
  width: 16px;
  height: calc(100% - 158px);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="4" height="21"><image width="4" height="4" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAABHNCSVQICAgIfAhkiAAAAD1JREFUCJldwaEBgEAMBMHNJYYO6OANRaKpDwRtYN6QBM+M9bGvvBp4B9ZXkL6hWmggNcSP8Dwpe2hNou4PZHoSHd7tzh4AAAAASUVORK5CYII=" /></svg>');
  background-position: center top;
  background-repeat: repeat-y;
  margin-top: 79px;
  margin-bottom: 79px;
}
.sagment a:hover .sagment-photo img {
  opacity: 0.5;
}
.route-marking {
  margin-bottom: 50px;
  page-break-before: always;
}
.route-marking h3 {
  margin-bottom: 42px;
}
.route-marking-img {
  max-width: 202px;
  display: inline-block;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.route-marking-img img {
  max-width: inherit;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: calc(100% + 1px);
  -o-object-fit: cover;
  object-fit: cover;
}
.route-marking-desc {
  /* float: left; */
  display: inline-block;
  width: calc(100% - 203px);
  padding-left: 40px;
}
.update-date {
  margin-top: -8px;
}
a.dark, .btn:focus, a.btn-black {
  background: #f200ff;
  border-color: #f200ff;
  color: white;
  z-index: 1;
}
a.dark:hover, a.btn-black:hover {
  background: #1D1D1B;
  border-color: #1D1D1B;
}
.route-edit-delete-block {
  margin-top: 34px;
  margin-bottom: 40px;
  float: left;
}
.route-edit-delete-block a.dark {
  padding: 10px 77px 9px;
}
.route-edit-delete-block a {
  line-height: 31px;
  margin-top: 5px;
  height: auto;
}
.route-edit-delete-block .save-route {
  display: none;
  height: 40px;
  margin-top: 5px;
}
.my-route-view .route-info-view {
  grid-template-columns: 1fr;
}
.my-route-view .route-info-view .route-property-list {
  display: inline-block;
}
.my-route-view .route-info-view .route-property-list > div {
  float: left;
  margin-right: 40px;
}
.my-route-view .route-info-view .route-property-list > div:last-child {
  margin-right: 0;
}
.my-route-view .container {
  padding-top: 25px;
}
.my-route-view .container h1.editable, .my-route-view .container h1.editable:focus {
  border-radius: 10px;
  border: 1px solid #f200ff;
  min-height: 45px;
  font-size: 20px;
  line-height: 35px;
  padding: 5px 10px;
  outline: 0;
  margin-top: 14px;
}
.my-route-view .container .content-list {
  margin-top: 0;
  padding-top: 40px;
  margin-bottom: 0;
  width: 100%;
}
.my-route-view .container .content-list .content.editable {
  border-radius: 10px;
  border: 1px solid #f200ff;
  padding: 24px 40px 20px;
  outline: 0;
}
.my-route-view .container .content-list .content.editable[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-text);
  font-style: italic;
}
.my-route-view .route-sagments .add-route-marker {
  display: none;
  padding-top: 9px;
  padding-bottom: 10px;
}
.my-route-view .btn.full-screen-map:before {
  line-height: 40px;
}
.my-route-view.full-map .sidebar .sidebarsticky {
  width: calc(100vw);
  right: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.my-route .btn.full-screen-map:before {
  line-height: 40px;
}
.gpx-btn {
  float: right;
  margin-top: 35px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .view-route-map .sidebarsticky {
    left: 0;
  }
  .view-route-map .btn.full-screen-map {
    display: none;
  }
  .view-route-map .map-hide {
    left: 100%;
  }
  .view-route-map .mobile-fullscreen-exit:before {
    content: "";
  }
  .view-route-map .mobile-fullscreen-exit.map-opened:before {
    content: "";
  }
}
.gallery-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "a a b b" "a a b b" "a a c c" "a a c c";
  max-width: 1240px;
  width: 100%;
  margin: auto;
  grid-gap: 20px;
}
.gallery-mosaic a {
  width: 100%;
  display: inline-block;
  height: 100%;
  position: relative;
}
.gallery-mosaic a:hover .object-photo {
  position: relative;
  background: white;
}
.gallery-mosaic a:hover .object-photo img {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  opacity: 1;
}
.gallery-mosaic a:hover .object-title-cont {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.gallery-mosaic .object-title-cont {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 25px 20px;
  margin-right: 15px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.gallery-mosaic .object-title-cont .object-title {
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  color: white;
  padding-right: 37px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.gallery-mosaic .object-title-cont .object-category {
  padding-left: 0;
  color: white;
  font-style: normal;
}
.gallery-mosaic .object-photo {
  position: relative;
  width: 100%;
  border-radius: 10px;
  min-height: 100%;
  background: white;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.gallery-mosaic .object-photo img {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  width: 100%;
}
.gallery-mosaic .object-photo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  /* @include transition; */
}
.gallery-mosaic .mosaic-a {
  grid-area: a;
}
.gallery-mosaic .mosaic-b {
  grid-area: b;
  display: grid;
  grid-gap: 20px;
}
.gallery-mosaic .mosaic-b .object-photo {
  position: relative;
  height: 185px;
}
.gallery-mosaic .mosaic-b .object-title-cont {
  bottom: initial;
  bottom: 20px;
  left: 20px;
}
.gallery-mosaic .mosaic-c {
  grid-area: c;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.gallery-mosaic .mosaic-c .object-photo {
  position: relative;
  height: 185px;
}
.gallery-mosaic .mosaic-c .object-title-cont {
  bottom: 20px;
  left: 20px;
}
.gallery-mosaic.layout1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "a b c";
}
.gallery-mosaic.layout2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "a a b" "a a c";
}
footer {
  background: #1F1C1C;
  color: white;
  z-index: 99;
  position: relative;
}
.footer-widget-area {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-widget-area p a {
  color: white;
}
.footer-widget-area .box-list-content {
  margin-left: 15px;
}
.footer-menu-widget {
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
}
.footer-menu-widget ul {
  list-style: none;
}
.footer-menu-widget ul li a {
  font-weight: bold;
  color: white;
}
.footer-menu-widget ul li a:hover {
  color: #1D1D1B;
}
.footer-widget-area-left {
  width: 100%;
  max-width: 360px;
  float: left;
  padding-top: 14px;
}
.footer-widget-area-left .subscribe-widget {
  float: left;
  width: 100%;
}
.footer-widget-area-left .newsletter-input {
  max-width: 360px;
}
.footer-widget-area-left .newsletter-input h3 {
  font-size: 16px;
}
.footer-widget-area-left .newsletter-input .subscribe-category-list {
  margin-bottom: 12px;
}
.footer-widget-area-left .newsletter-input .newsletter_submit {
  display: inline-block;
}
.footer-widget-area-left .newsletter-input .newsletter_submit .news_button {
  background: #f200ff;
  color: white;
  border: 0;
  border-radius: 4px;
  min-width: 120px;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  outline: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.footer-widget-area-left .newsletter-input .newsletter_submit .news_button:hover {
  background: #1D1D1B;
}
.footer-widget-area-left .newsletter-input .newsletter_submit .news_button:focus-visible {
  border: 2px solid #1D1D1B !important;
}
.footer-widget-area-left .newsletter-input input:focus-visible {
  border: 2px solid #1D1D1B !important;
}
.footer-widget-area-left .newsletter-input .email-input-border input {
  border-radius: 4px;
  border: 1px solid white;
  height: 40px;
  min-width: 210px;
  float: left;
  margin-right: 15px;
  font-size: 14px;
  padding: 11px 20px 13px;
  color: white;
  outline: 0;
  background: #1F1C1C;
}
.footer-widget-area-right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  float: right;
  padding-top: 14px;
  max-width: calc(100% - 360px);
  grid-gap: 10px;
}
.footer-widget-area-right .contact-widget {
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
}
.footer-widget-area-right .contact-widget span {
  display: block;
  font-weight: bold;
}
.footer-widget-area-right .contact-widget span a {
  color: white;
}
.footer-widget-area-right .contact-widget span a:hover {
  color: #1D1D1B;
}
.footer-bottom {
  background: #D82123;
  min-height: 50px;
  color: white;
  padding-left: 40px;
  margin-top: 49px;
  padding-right: 40px;
}
.footer-bottom .text-widget {
  float: left;
}
.footer-bottom p {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.footer-bottom a {
  color: white;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #1F1C1C;
}
.footer-bottom .social-widget {
  float: left;
}
.footer-bottom .social-widget .icons {
  line-height: 30px;
}
.footer-bottom .social-widget a:before {
  color: white;
  margin-left: 30px;
  font-size: 30px;
}
.footer-bottom .social-widget a:hover:before {
  color: #1F1C1C;
}
.footer-bottom .footer-bottom-left-block {
  font-size: 12px;
  padding: 10px 0;
  float: left;
  line-height: 30px;
  height: 50px;
}
.footer-bottom .footer-bottom-right-block {
  font-size: 12px;
  padding: 10px 0;
  float: right;
  line-height: 30px;
  height: 50px;
}
.footer-bottom:after {
  content: "";
  clear: both;
  display: table;
}
footer {
  padding-top: 23px;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: white;
}
#footer .widget-list-item .framed-cont h2 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .footer-widget-area-right .contact-widget {
    padding-left: 16px;
  }
  .footer-bottom .box-list-content {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
.footer-bottom .widget-list-item {
  padding-bottom: 0px !important;
}
.event-years-list .month-name {
  font-size: 20px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin-bottom: 13px;
}
.continue {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 11px;
}
.event-years-list table {
  margin-bottom: 39px;
  width: 100% !important;
  display: inline-table;
}
.event-years-list th {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
}
.event-years-list td {
  font-size: 12px;
  padding: 6px 7px 7px;
}
.event-years-list td a {
  color: #1F1C1C;
}
.event-years-list td a:hover {
  color: #1D1D1B;
}
.event-years-list tr {
  border-bottom: 1px solid #EFEFEF;
}
.event-years-list td:nth-child(2) {
  border-right: 0;
}
.event-years-list td:last-child {
  border-left: 0;
  font-weight: normal;
}
.page-print {
  background: #f200ff;
  color: white;
  border-radius: 5px;
  width: 150px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 38px;
  top: 70px;
  right: 0;
  justify-self: end;
  z-index: 100;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.page-print:before {
  content: "";
  font-family: "bebras" !important;
  font-weight: normal;
  font-size: 16px;
  float: none;
  padding-right: 10px;
}
.page-print:hover {
  background: #1D1D1B;
  cursor: pointer;
}
.view.search .container {
  padding-top: 35px;
  grid-column: 2 / 3;
}
.view.search .container .search-result {
  margin-top: -8px;
  margin-bottom: 19px;
}
.result-thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
  float: left;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.result-thumb img {
  max-width: inherit;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: calc(100%);
  -o-object-fit: cover;
  object-fit: cover;
}
.result-content {
  width: calc(100% - 80px);
  padding-left: 20px;
  display: inline-block;
  color: #1F1C1C;
}
.result-content .category {
  font-size: 14px;
  line-height: 24px;
}
.result-content .title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 3px;
}
.result-content .desc {
  font-size: 14px;
}
.result-content .desc span {
  color: #06B223;
  font-weight: bold;
}
.search-var span {
  font-weight: 600;
}
.search-result-block {
  margin-top: 20px;
}
.search-result-block .result-list {
  margin-bottom: 20px;
}
.search-result-block .one {
  border-bottom: 1px solid rgba(31, 28, 28, 0.1);
  padding-bottom: 16px;
  padding-top: 20px;
}
.search-result-block .one a {
  display: inline-block;
}
.search-result-block a:hover .category, .search-result-block a:hover .title, .search-result-block a:hover .desc {
  color: #1D1D1B;
}
.search-result-block .load-more-result {
  min-width: 150px;
}
.highlighted-word {
  color: #06B223 !important;
}
li.show-search #result-cont {
  background: white;
  z-index: -5;
  position: relative;
}
.search-result-block, .news-list-div {
  padding: 0px 80px 39px;
}
.cd-search .close-search {
  height: 72px;
  width: 72px;
  display: inline-block;
  position: absolute;
  right: 0;
  opacity: 0.3;
  padding-top: 19px;
  cursor: pointer;
}
#result-cont {
  line-height: normal;
}
.search-result-block .load-more-result {
  color: #fff !important;
}
.cd-search .close-search {
  height: 72px;
  width: 72px;
  display: inline-block;
  position: absolute;
  right: 0;
  opacity: 0.3;
  padding-top: 28px;
  cursor: pointer;
  z-index: 1;
}
.cd-search .close-search:before, .cd-search .close-search:after {
  position: absolute;
  left: 37px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
}
.cd-search .close-search:after {
  transform: rotate(-45deg);
}
.cd-search .close-search:before {
  transform: rotate(45deg);
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.cd-search .close-search:hover {
  opacity: 1;
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.6s 0s, visibility 0s 0s;
  transition: opacity 0.6s 0s, visibility 0s 0s;
}
.result-list-dropdown {
  max-height: calc(100vh - 263px);
  margin-bottom: 40px;
  padding-left: 2rem;
}
.search-result-block .load-more-result {
  color: #262626;
}
@media (max-width: 1366px) {
  .menu-con nav > ul > li > div.search-input {
    right: 160px !important;
  }
}
.active-menu-bg {
  opacity: 0.5 !important;
  visibility: visible !important;
  overflow: visible !important;
  overflow-y: auto !important;
  transition-delay: 0.3s !important;
}
@media (min-width: 1800px) {
  .menu-con nav > ul > li > div.search-input {
    left: 120px;
    right: 0;
  }
}
@media (min-width: 2100px) {
  .menu-con nav > ul > li > div.search-input {
    left: 30px;
  }
}
.mobile-search-block .cd-search {
  position: fixed;
  width: 90vw;
  top: 80px;
  left: calc(50% - 45vw - 5px);
}
.mobile-search-block .cd-search .close-search {
  top: 0;
  padding-top: 12px;
}
#mobile-search-trigger {
  font-size: 25px;
  font-weight: bold;
  color: #f200ff;
  float: right;
  line-height: 67px;
  margin-right: 15px;
  z-index: 20;
}
.mobile-search-block > div.search-input input {
  height: 49px;
  background: #EFEFEF;
  border-radius: 25px;
  width: 100%;
  outline: 0;
  border: 0;
  padding: 0 15px;
  line-height: 49px;
}
.mobile-search-block .cd-search {
  display: none;
}
.mobile-search-block .cd-search.is-visible {
  display: block;
}
.mobile-search-block .show-search > div {
  display: none;
}
.mobile-search-block .category {
  display: none;
}
.mobile-search-block .desc {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (min-width: 1000px) {
  .cd-search form {
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  }
}
.mobile-search-block {
  display: none;
}
.small-header .mobile-search-block {
  display: block;
}
.mob-search-active {
  height: 100% !important;
  background-color: #fff !important;
}
.mob-search-active {
  height: 250px;
}
.top-nav-mobile-toggle {
  z-index: 20;
}
@media (max-width: 1160px) {
  .search-result-block, .news-list-div {
    padding: 15px;
    text-align: left;
  }
}
#search-block, .main-hp-block .search-area.animation .hp-search {
  color: #B4B4B4 !important;
}
.result-content, .search-result, .search-var {
  color: #000;
}
.search #suggestion {
  color: #f200ff;
  text-decoration: underline;
}
.search #suggestion:hover {
  color: #1D1D1B;
}
.suggestions-block {
  padding: 0 15px;
}
.suggestions-block span {
  margin-right: 1rem;
}
.suggestions-block span a {
  color: #1F1C1C;
}
.suggestions-block .one {
  padding: 10px;
}
.suggestions-block .one:hover {
  background: #EFEFEF;
}
.suggestions-block .bebras-icon-search2:before {
  color: #F2CBCC;
  font-size: 20px;
}
.search-result-link {
  color: #1F1C1C !important;
}
.menu-con nav > ul > li > div.search-input {
  width: calc(100% - 600px);
  right: 215px;
  left: initial;
}
.account.view .container {
  width: 1024px;
}
.account-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  grid-column-gap: 10px;
}
.account-info .btn {
  min-width: 150px;
}
.account-info .btn.edit {
  margin-right: 6px;
}
.account-info .acc-info-block .block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  margin-bottom: 30px;
  grid-column-gap: 15px;
}
.account-info .acc-info-block .name, .account-info .acc-info-block .lastname, .account-info .acc-info-block .acc-email, .account-info .acc-info-block .phone {
  font-size: 14px;
}
.account-info .acc-info-block .name div, .account-info .acc-info-block .lastname div, .account-info .acc-info-block .acc-email div, .account-info .acc-info-block .phone div {
  border: 1px solid transparent;
  height: 30px;
}
.account-info .acc-info-block .name span, .account-info .acc-info-block .lastname span, .account-info .acc-info-block .acc-email span, .account-info .acc-info-block .phone span {
  font-weight: bold;
  display: block;
  font-size: 12px;
}
.account-info .acc-info-block .name div.editable, .account-info .acc-info-block .lastname div.editable, .account-info .acc-info-block .acc-email div.editable, .account-info .acc-info-block .phone div.editable {
  border: 1px solid #f200ff;
  border-radius: 10px;
  padding: 0px 10px;
  outline: 0;
}
.account-info .acc-info-block .phone div.editable:empty:not(:focus):before {
  content: attr(data-text);
}
.account-info .acc-info-block .subscribe {
  margin-top: 34px;
}
.account-info .acc-info-block .subscribe span {
  font-weight: bold;
  display: block;
  font-size: 12px;
}
.account-info .acc-info-block .subscribe input {
  display: none;
}
.account-info .acc-info-block .subscribe label {
  font-weight: normal;
  font-size: 16px;
}
.account-info .acc-info-block .subscribe label:before {
  content: "";
  font-family: "bebras" !important;
  font-size: 26px;
  margin-right: 10px;
  float: left;
  line-height: 28px;
}
.account-info .acc-info-block .subscribe input[type=checkbox]:checked + label:before {
  content: "";
  color: #06B223;
}
.account-info .acc-info-block .acc-photo {
  margin-top: 54px;
  margin-bottom: 30px;
}
.account-info .acc-info-block .acc-photo span {
  font-weight: bold;
  display: block;
  font-size: 12px;
}
.account-info .acc-info-block .acc-photo div {
  margin-top: 14px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.account-info .acc-info-block .acc-photo div img {
  max-width: inherit;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: calc(100%);
  -o-object-fit: cover;
  object-fit: cover;
}
.account-info .acc-passsword h3 {
  padding-left: 32px;
}
.account-info .acc-passsword .block {
  border-left: 1px solid rgba(31, 28, 28, 0.3);
  height: calc(100% - 56px);
  padding-left: 32px;
}
.account-info .acc-passsword label {
  font-weight: bold;
  display: block;
  font-size: 12px;
  margin-bottom: 0;
}
.account-info .acc-passsword input {
  border: 1px solid #f200ff;
  border-radius: 10px;
  height: 45px;
  outline: 0;
  width: 100%;
  margin-bottom: 4px;
  max-width: 395px;
}
.account-info .acc-passsword .btn {
  margin-top: 36px;
  outline: 0;
}
.error {
  color: #D84132;
}
.error span:before {
  content: "*";
}
.delete-account {
  margin-top: 40px;
}
.are-you-sure {
  margin-top: 40px;
  text-align: center;
}
.ready-to-start {
  margin-top: 107px;
  text-align: center;
}
.ready-to-start .start-more {
  min-width: 268px;
  margin-bottom: 3px;
  margin-top: 0;
  top: 0;
}
:not(.home) .ready-to-start {
  margin-top: 0px;
}
.widget-list-item .ready-to-start {
  margin-top: 0;
}
.widget-list-item .ready-to-start .ready-cont > div {
  margin-top: 0;
}
.ready-cont > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1240px;
  width: 100%;
  margin: auto;
  margin-top: 45px;
  margin-bottom: 40px;
  grid-gap: 40px;
}
.ready-cont > div .ready-one {
  border-radius: 10px;
  text-align: center;
  padding: 37px 0 32px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.ready-cont > div .ready-one .title {
  font-weight: bold;
  height: 58px;
  padding-left: 10px;
  padding-right: 10px;
}
.ready-cont > div .ready-one .ready-photo {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  border: 2px solid #005202;
  overflow: hidden;
  margin: 30px auto 51px;
}
.ready-cont > div .ready-one .ready-photo img {
  max-width: inherit;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: calc(100%);
  -o-object-fit: cover;
  object-fit: cover;
}
.ready-cont > div .ready-one .ready-desc {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  height: 62px;
}
.filter-block.shop-list {
  right: calc(0%);
  left: 0;
  position: absolute;
  top: 0;
  padding-top: 39px;
}
.wrap.list.shop-list .sidebar > div:first-child {
  width: 100%;
}
.shop-list .objects-list .object-cont {
  width: 280px !important;
}
.shop-list a:focus {
  text-decoration: none;
  outline: 0;
}
.shop-list .object-title {
  height: 67px;
  margin-bottom: 5px;
  padding-top: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.shop-list .price {
  color: #06B223;
  font-size: 20px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  padding: 0 20px;
  display: block;
  line-height: 18px;
  text-decoration: none !important;
  float: left;
}
.shop-list .object-likes {
  display: inline-block;
  float: right;
  color: rgba(31, 28, 28, 0.7);
  line-height: 19px;
  margin-right: 15px;
  font-style: italic;
}
.shop-list .object-likes span:before {
  content: "";
  font-family: "bebras" !important;
  line-height: 1;
  padding-right: 10px;
  color: rgba(31, 28, 28, 0.6);
  font-style: normal;
}
.shop-list .recomended {
  background: white;
  color: #06B223;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.shop-list .recomended:after {
  content: "";
  font-family: "bebras" !important;
  line-height: 30px;
  font-style: normal;
  font-size: 26px;
}
@media (min-width: 1354px) {
  .list .objects-list.shop-list {
    display: grid;
    grid-template-columns: 274px 274px 274px;
    grid-gap: 22px;
  }
  .shop-list-info {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-top: 39px;
    margin-bottom: 34px;
    grid-column: 2/3;
  }
  .sidebarsticky.shop-list {
    width: calc(((100% - 1226px) /2) + 105px);
  }
  .wrap.list.shop-list {
    display: grid;
    grid-template-columns: 1fr 922px 441px 1fr;
  }
}
.wrap.list.shop-list + footer {
  display: none;
}
.catalog-desc, .catalog-img {
  grid-column: 1/3;
}
.catalog-desc {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 30px;
}
.catalog-img {
  height: 435px;
  overflow: hidden;
}
.catalog-img .main-view-photo {
  padding-bottom: 0;
}
.catalog-img img {
  max-width: inherit;
  height: 100%;
  min-width: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .shop-list .mobile-filter-map-button {
    grid-template-columns: 1fr !important;
    z-index: 1000000;
  }
}
.container.shop-view {
  max-width: 100%;
}
.shop-view .objects-list {
  margin-top: 73px;
  margin-bottom: 30px;
}
.shop-view .objects-list .object-cont {
  width: 100%;
}
.shop-view .objects-list .object-cont a {
  padding-bottom: 11px;
}
.shop-view .objects-list .object-cont .object-photo {
  width: 100%;
}
.view.shop-view .sidebar .sidebar-content {
  height: auto;
  max-height: calc(100vh - 80px);
  min-height: calc(100vh - 80px);
}
.view.shop-view .sidebar .sidebar-content .item-block {
  height: 100%;
}
.sidebar .sidebar-content {
  max-width: 409px;
  right: initial;
  padding: 38px 44px 38px 0;
  width: 100%;
}
.sidebar title {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.sidebar .new-price {
  width: 50%;
  float: left;
}
.sidebar .new-price .price {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #f200ff;
  margin-top: 6px;
  margin-bottom: 10px;
}
.sidebar .quantity {
  display: inline-block;
  clear: both;
  width: 100%;
}
.sidebar .quantity-type.quantity title {
  float: left;
  margin-top: 7px;
  font-weight: initial;
}
.sidebar .quantity-type.quantity .quantity-set {
  float: right;
  margin-top: 0;
}
.sidebar .old-price .price {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #06B223;
  margin-top: 6px;
}
.sidebar .discount {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #06B223;
  text-transform: uppercase;
  margin-top: 36px;
}
.sidebar .left-time {
  margin-top: 8px;
  margin-bottom: 25px;
  display: inline-block;
}
.sidebar .left-time span:before {
  content: "";
  font-family: "bebras";
  color: #f200ff;
  margin-right: 15px;
}
.sidebar .left-time span {
  float: left;
  margin-right: 5px;
}
.sidebar .left-time div {
  font-weight: bold;
  color: #f200ff;
  float: left;
}
.sidebar .span-route {
  vertical-align: middle;
}
.sidebar .buy-button {
  color: white !important;
  background: #f200ff;
}
.sidebar .buy-button:hover {
  background: #1D1D1B;
}
.sidebar .btn-route {
  display: flex !important;
  align-items: center;
}
.sidebar .input-route {
  width: 36px !important;
  height: 30px !important;
}
.sidebar .button-route {
  width: 30px !important;
  height: 30px !important;
  font-size: 15px !important;
}
.sidebar .sumo-vertical {
  display: grid;
}
.sidebar .quantity .quantity-set {
  margin-top: 17px;
  margin-bottom: 17px;
}
.sidebar .quantity .quantity-set button {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #f200ff;
  color: white;
  border-radius: 10px !important;
  outline: 0;
  font-size: 20px;
  padding-left: 1px;
  background: #f200ff;
}
.sidebar .quantity .quantity-set button span {
  width: 24px;
  margin-top: -3px;
}
.sidebar .quantity .quantity-set button .glyphicon-minus:before {
  margin-left: -2px;
}
.sidebar .quantity .quantity-set button:hover {
  background: #1D1D1B;
  border-color: #1D1D1B;
}
.sidebar .quantity .quantity-set .form-control {
  width: 48px;
  float: left;
  height: 40px;
  border: 1px solid #f200ff;
  border-radius: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #1F1C1C;
  margin-left: 10px;
  margin-right: 10px;
}
.sidebar .quantity .quantity-set input.form-control[type="number"] {
  -moz-appearance: textfield;
}
.sidebar .quantity .quantity-set input.form-control::-webkit-outer-spin-button, .sidebar .quantity .quantity-set input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.sidebar .selection-dropdown {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 7px;
}
.sidebar .selection-dropdown .select {
  width: 100%;
}
.sidebar .spec-property {
  margin-top: 20px;
}
.sidebar .spec-property .button-group input {
  display: none;
}
.sidebar .spec-property .button-group ul {
  padding: 0;
  margin: 0;
}
.sidebar .spec-property .button-group li {
  list-style: none;
  border-bottom: 1px solid rgba(31, 28, 28, 0.2);
}
.sidebar .spec-property .button-group li:last-child {
  border-bottom: 0;
}
.sidebar .spec-property .button-group li > label:hover {
  color: #1D1D1B;
  outline: 0;
  text-decoration: none;
}
.sidebar .spec-property .button-group li > label:focus {
  background: white;
  outline: 0;
  text-decoration: none;
}
.sidebar .spec-property .button-group li > label {
  color: #1F1C1C;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 13px 5px 6px 0;
  cursor: pointer;
  width: 100%;
  display: inline-block;
}
.sidebar .spec-property .button-group li > label i {
  font-size: 25px;
  color: rgba(242, 0, 255, 0.6);
  margin-right: 20px;
  line-height: 26px;
  float: left;
}
.sidebar .spec-property .button-group li > label span:after {
  content: "";
  font-family: "bebras" !important;
  line-height: 1;
  font-size: 25px;
  cursor: pointer;
  float: right;
  color: rgba(31, 28, 28, 0.3);
  padding-top: 0px;
}
.sidebar .spec-property .button-group input[type="checkbox"]:checked + label span:after {
  content: "";
  color: #06B223;
}
.sidebar .spec-property .button-group input[type="radio"]:checked + label span:after {
  content: "";
  color: #06B223;
}
.sidebar .spec-property .button-group input:checked + label i {
  color: #06b223;
}
.sidebar .item-price {
  margin-bottom: 26px;
}
.sidebar .item-price div {
  font-weight: bold;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #06B223;
  margin-top: 6px;
}
.sidebar .item-buy {
  width: 100%;
  height: 40px;
}
.sidebar .item-buy:before {
  font-family: "bebras" !important;
  content: "";
  margin-right: 10px;
  font-size: 19px;
  line-height: 18px;
  font-weight: normal;
}
.sidebar .buy-item-btn.disabled {
  background: #1F1C1C;
  cursor: not-allowed;
}
.sidebar .item-info-mobile {
  display: none;
}
.item-block > .open {
  z-index: 999;
}
#buy-popup {
  text-align: center;
}
#buy-popup .button-block {
  text-align: center;
  margin-bottom: 10px;
}
#buy-popup .button-block button {
  text-align: center;
  width: 100%;
}
#buy-popup .button-block a {
  display: inline-block;
  width: 100%;
}
.mfp-content.buy-pop-custom {
  width: 100%;
  max-width: 454px;
}
.mfp-content.buy-pop-custom #buy-popup {
  max-width: 374px;
  margin: auto;
}
.mfp-content.buy-pop-custom #buy-popup .popup-img {
  font-size: 100px;
  clear: both;
  margin-bottom: 30px;
  margin-top: 20px;
  color: #f200ff;
  display: inline-block;
}
.mfp-content.buy-pop-custom #buy-popup h1 {
  font-size: 30px;
}
.mfp-content.buy-pop-custom #buy-popup .mfp-close {
  display: none !important;
}
.way-selection-con .rest {
  display: none;
}
.cartv2-table {
  overflow: hidden;
}
.basket-login {
  min-width: 300px;
}
.basket-login h3 {
  font-size: 20px;
}
.login-info, .recovery, .confirm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  grid-column-gap: 10px;
}
.login-info .block span, .recovery .block span, .confirm .block span {
  font-weight: bold;
  display: block;
  font-size: 12px;
  padding-left: 20px;
}
.login-info .block input, .recovery .block input, .confirm .block input {
  border: 1px solid #f200ff;
  border-radius: 10px;
  height: 45px;
  outline: 0;
  width: 100%;
  margin-bottom: 4px;
  max-width: calc(100% - 24px);
  padding: 5px 20px;
}
.login-info .block .recovery-pass, .login-info .block .confirm-btn, .recovery .block .recovery-pass, .recovery .block .confirm-btn, .confirm .block .recovery-pass, .confirm .block .confirm-btn {
  background: #f200ff;
  color: white;
  margin-top: 15px;
}
.login-info .block .recovery-pass:hover, .login-info .block .confirm-btn:hover, .recovery .block .recovery-pass:hover, .recovery .block .confirm-btn:hover, .confirm .block .recovery-pass:hover, .confirm .block .confirm-btn:hover {
  background: #1D1D1B;
  border-color: #1D1D1B;
}
.login-info .login-with-social .block, .recovery .login-with-social .block, .confirm .login-with-social .block {
  border-left: 1px solid rgba(115, 129, 135, 0.3);
  padding-left: 32px;
  height: calc(100% - 40px);
}
.login-info #login_form .login-pass, .recovery #login_form .login-pass, .confirm #login_form .login-pass {
  margin-bottom: 16px;
}
.login-info .invoice, .recovery .invoice, .confirm .invoice {
  margin-top: 16px;
}
.login-info .acc-info-block .btn, .recovery .acc-info-block .btn, .confirm .acc-info-block .btn {
  min-width: 150px;
}
.login-info .acc-info-block .acc-login, .recovery .acc-info-block .acc-login, .confirm .acc-info-block .acc-login {
  margin-bottom: 0;
  height: 40px;
  background: #f200ff;
  width: auto;
  color: white;
  border-radius: 5px;
}
.login-info .acc-info-block .acc-login:hover, .recovery .acc-info-block .acc-login:hover, .confirm .acc-info-block .acc-login:hover {
  background: #1D1D1B;
  border-color: #1D1D1B;
}
.login-info .login-block, .recovery .login-block, .confirm .login-block {
  padding-bottom: 43px;
}
.login-info .login-with-social .block span {
  padding: 0;
}
.login-with-social {
  max-width: 400px;
}
.lost-create-block {
  max-width: 310px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 50px;
  display: inline-block;
}
.lost-create-block .btn {
  width: 100%;
  margin-bottom: 20px;
}
.lost-create-block .create-acc {
  background: #f200ff;
  color: white;
}
.lost-create-block .create-acc:hover {
  background: #1D1D1B;
  border-color: #1D1D1B;
}
.login-with-social h3 {
  padding-left: 32px;
  font-size: 20px;
}
.login-with-social .block {
  width: 100%;
  padding: 28px 0 80px;
}
.login-with-social .fb-login {
  background: #334F8E;
  border-radius: 5px;
  width: 100%;
  color: white;
  display: block;
  height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 40px;
  max-width: 394px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.login-with-social .fb-login span {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  line-height: 36px;
}
.view .sidebar .sidebar-basket {
  padding-top: 35px;
  z-index: 1;
}
.view .sidebar .sidebar-basket .item-price, .view .sidebar .sidebar-basket .basket-discount, .view .sidebar .sidebar-basket .basket-tax, .view .sidebar .sidebar-basket .shipping-price, .view .sidebar .sidebar-basket .pay-type {
  display: inline-block;
  border-bottom: 1px solid rgba(31, 28, 28, 0.2);
  width: 100%;
  padding-bottom: 11px;
  padding-top: 3px;
  margin-bottom: initial;
}
.view .sidebar .sidebar-basket .item-price title, .view .sidebar .sidebar-basket .basket-discount title, .view .sidebar .sidebar-basket .basket-tax title, .view .sidebar .sidebar-basket .shipping-price title, .view .sidebar .sidebar-basket .pay-type title {
  float: left;
}
.view .sidebar .sidebar-basket .item-price span, .view .sidebar .sidebar-basket .basket-discount span, .view .sidebar .sidebar-basket .basket-tax span, .view .sidebar .sidebar-basket .shipping-price span, .view .sidebar .sidebar-basket .pay-type span {
  float: right;
  font-weight: bold;
}
.view .sidebar .final-price {
  display: inline-block;
  width: 100%;
  color: #06B223;
  font-weight: bold;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  padding-top: 15px;
  padding-bottom: 13px;
}
.view .sidebar .final-price title {
  float: left;
  font-size: 30px;
}
.view .sidebar .final-price span {
  float: right;
}
.view .sidebar .continue-buy {
  width: 100%;
  text-transform: uppercase;
  background: #f200ff;
  color: white;
}
.view .sidebar .continue-buy:hover {
  background: #1D1D1B;
  border-color: #1D1D1B;
}
.view .invoice input, .view .terms input {
  display: none;
}
.view .invoice label, .view .terms label {
  font-weight: normal;
}
.view .invoice label a, .view .terms label a {
  color: #1F1C1C;
  text-decoration: underline;
}
.view .invoice label a:hover, .view .terms label a:hover {
  color: #1D1D1B;
}
.view .invoice label:before, .view .terms label:before {
  content: "";
  font-family: "bebras" !important;
  font-size: 26px;
  margin-right: 10px;
  float: left;
  line-height: 28px;
  color: #EFEFEF;
}
.view .invoice input[type=checkbox]:checked ~ label:before, .view .terms input[type=checkbox]:checked ~ label:before {
  content: "";
  color: #06B223;
}
.view .registration-content {
  display: none;
}
.purchase-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  grid-column-gap: 46px;
  padding-top: 40px;
  padding-bottom: 25px;
  padding-right: 20px;
}
.purchase-content .info-block {
  background: #EFEFEF;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  color: rgba(31, 28, 28, 0.7);
  text-align: center;
  height: 40px;
  line-height: 30px;
}
.purchase-content .info-block:not(:last-child):after {
  content: "";
  font-family: "bebras" !important;
  color: #1F1C1C;
  position: absolute;
  right: -35px;
  font-size: 24px;
}
.purchase-content .info-block.green {
  background: #f200ff;
  color: white;
}
.purchase-content .info-block.red {
  background: #06B223;
  color: white;
}
.pay-method h3, .pickup h3 {
  padding-left: 32px;
  font-size: 20px;
}
.pay-method > ul, .pickup > ul {
  list-style: none;
  border-left: 1px solid rgba(115, 129, 135, 0.3);
  padding-left: 32px;
  height: auto;
  padding-top: 15px;
}
.pay-method > ul li, .pickup > ul li {
  border-bottom: 1px solid rgba(31, 28, 28, 0.2);
  width: 100%;
  max-width: calc(100% - 24px);
}
.pay-method > ul li input, .pickup > ul li input {
  display: none;
}
.pay-method > ul li label, .pickup > ul li label {
  font-weight: normal;
  padding: 11px 0 6px;
  font-weight: 600;
  width: 100%;
}
.pay-method > ul li label span, .pickup > ul li label span {
  float: right;
}
.pay-method > ul li label:before, .pickup > ul li label:before {
  content: "";
  font-family: "bebras" !important;
  font-size: 26px;
  margin-right: 10px;
  float: left;
  line-height: 28px;
  color: #EFEFEF;
}
.pay-method > ul li input:checked + label:before, .pickup > ul li input:checked + label:before {
  content: "";
  color: #06B223;
}
.pay-method > ul li:last-child, .pickup > ul li:last-child {
  border-bottom: 0;
}
.pickup h3 {
  padding-left: 0;
}
.pickup > ul {
  border: 0;
  padding-left: 0;
  padding-bottom: 32px;
}
.shipping-address {
  display: none;
  padding-top: 1px;
}
.shipping-address h3 {
  padding-bottom: 27px;
}
.office-address {
  display: none;
  padding-top: 1px;
}
.office-address .selection-dropdown {
  width: 100%;
  display: block !important;
}
.office-address .selection-dropdown form {
  justify-content: initial;
}
.office-address .selection-dropdown ul {
  width: calc(100% - 24px);
}
.basket table {
  margin: auto;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  max-width: 100%;
  float: left;
}
.basket table th {
  padding: 7px 0px;
}
.basket table th:nth-child(3), .basket table th:nth-child(4), .basket table th:nth-child(5) {
  text-align: center;
  min-width: 120px;
}
.basket table td:nth-child(3), .basket table td:nth-child(4), .basket table td:nth-child(5) {
  padding: 4px 7px !important;
  text-align: center;
  font-weight: bold;
}
.basket table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 20px 8px 14px;
}
.basket table td:first-child {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
}
.basket table td:nth-child(2) {
  border-left: 0;
  padding-left: 0;
  width: 100%;
}
.basket table td:last-child {
  border-right: 0;
  font-weight: bold;
  white-space: nowrap;
}
.basket table td:nth-child(3) {
  font-weight: bold;
  white-space: nowrap;
  padding: 4px 7px;
}
.basket table .width-variant td:first-child {
  border-right: 0;
  border-bottom: 0;
}
.basket table .width-variant td {
  border-bottom: 0;
}
.basket table .variant td {
  border-top: 0;
  padding: 4px 0px;
}
.basket table .variant td:first-child {
  border: 0;
}
.basket table .variant td:nth-child(2) {
  border-top: 0;
}
.basket table .photo-area {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
  float: left;
  margin-right: 12px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.basket table .photo-area img {
  max-width: inherit;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: calc(100%);
  -o-object-fit: cover;
  object-fit: cover;
}
.basket table .item-title *, .basket table .item-title {
  font-weight: bold;
  margin-right: 40px;
  line-height: 24px;
  margin-bottom: 18px;
  color: #1F1C1C;
}
.basket table a:hover {
  color: #1D1D1B;
}
.basket table .item-code {
  line-height: 20px;
}
table .btn-block {
  min-width: 100px;
}
table .btn-group button, table .btn-group button:focus {
  width: 18px;
  height: 18px;
  color: #f200ff;
  font-size: 18px;
  text-align: center;
  background: none;
  border: 0;
  background: white;
  border-width: 0;
  padding: 0;
  line-height: 18px;
  margin-top: 11px;
}
table .btn-group button:hover {
  color: #1D1D1B;
  background: white;
}
table .btn-group .form-control {
  border: 1px solid #f200ff;
  border-radius: 10px;
  height: 40px;
  font-size: 14px;
  line-height: 30px;
  margin-left: 7px;
  margin-right: 7px;
  float: left;
  width: 48px;
  -webkit-appearance: none;
  font-weight: 600;
  -moz-appearance: textfield;
}
table .btn-group .form-control::-webkit-inner-spin-button, table .btn-group .form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.basket table .remove-item {
  position: absolute;
  top: -6px;
  right: 12px;
  color: #1F1C1C;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.basket table .variant .remove-item {
  right: 20px;
}
.basket table .remove-item:before {
  content: "";
  font-family: "bebras" !important;
}
.basket table .remove-item:hover {
  color: #1D1D1B;
}
.order-info-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.order-info-container h3 {
  font-size: 20px;
}
.order-info-container .address > div {
  white-space: pre-line;
}
.order-info-container a {
  min-width: 150px;
}
.order-info-container .customer-detail-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 32px;
  padding-bottom: 16px;
}
.order-info-container .customer-detail-info span {
  font-weight: bold;
  width: 100%;
  display: block;
}
.order-info-container .order-info h3 {
  padding-left: 35px;
}
.order-info-container .order-info .order-info-block {
  border-left: 1px solid rgba(31, 28, 28, 0.2);
  padding-left: 35px;
}
.order-info-container .order-info .order-info-block .order-detail-info {
  height: calc(100% - 56px);
  display: grid;
  grid-row-gap: 32px;
  padding-bottom: 16px;
}
.order-info-container .order-info .order-info-block .order-detail-info span {
  font-weight: bold;
  display: block;
}
.order-info-container .order-info .order-info-block a {
  display: inline-block;
  min-width: 150px;
}
.order-item {
  padding-top: 43px;
}
.order-item table {
  padding-top: 18px;
  padding-bottom: 20px;
}
.order-item a {
  min-width: 150px;
}
.order-price-info .item-price, .order-price-info .basket-discount, .order-price-info .basket-tax, .order-price-info .shipping-price, .order-price-info .pay-type {
  display: inline-block;
  border-bottom: 1px solid rgba(31, 28, 28, 0.2);
  width: 100%;
  padding-bottom: 11px;
  padding-top: 3px;
  margin-bottom: initial;
}
.order-price-info {
  margin-right: 13px;
  max-width: 394px;
  float: right;
  padding-top: 14px;
}
.order-price-info title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  float: left;
}
.order-price-info span {
  float: right;
  font-weight: bold;
}
.order-price-info .final-price {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  padding-top: 15px;
  padding-bottom: 13px;
}
.order-price-info .final-price title {
  font-size: 30px;
}
.order-review .basket {
  padding-top: 30px;
}
.order-review .basket h1 {
  display: inline-block;
  width: 50%;
}
.review-print {
  text-transform: uppercase;
  font-size: 12px;
  width: calc(30% - 35px);
  margin-top: 10px;
  min-width: 260px;
}
.review-print span {
  margin-top: -5px;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 18px;
}
.review-print span:before {
  content: "";
  font-family: "bebras" !important;
  font-size: 16px;
  padding-right: 10px;
  font-weight: normal;
  position: absolute;
  left: 0;
}
.apgavikas {
  display: none;
  visibility: hidden;
}
.invoice-data {
  display: none;
}
.view .invoice input:checked ~ .invoice-data, .view .invoice input:checked ~ .invoice-data input {
  display: block;
}
.login-info .block .registration-btn-block:not(.without-acc) .create-acc, .login-info .block .without-acc .create-acc-without {
  min-width: 150px;
  background: #f200ff;
  color: white;
  width: auto;
  border-radius: 5px;
  float: left;
  height: 40px;
}
.login-info .block .without-acc .create-acc, .login-info .block .without-acc {
  float: right;
  color: #f200ff;
  text-decoration: underline;
}
.login-info .registration-btn-block {
  margin-top: 20px;
  width: 100%;
  max-width: calc(100% - 24px);
  float: left !important;
}
.order-history table {
  display: inline-table;
  width: 100% !important;
}
.order-history table a {
  color: #1F1C1C;
  text-decoration: underline;
}
.order-history table a:hover {
  color: #1D1D1B;
}
.order-history table td:nth-child(2) {
  width: auto;
}
.wherhouse.selection-dropdown ul {
  width: auto;
}
.single-step-sidebar-basket span {
  font-weight: 700;
  display: block;
  font-size: 12px;
  padding-left: 20px;
}
.single-step-sidebar-basket input {
  border: 1px solid #f200ff;
  border-radius: 10px;
  height: 45px;
  outline: 0;
  width: 100%;
  margin-bottom: 4px;
  max-width: calc(100% - 24px);
  padding: 5px 20px;
}
.single-step-sidebar-basket .continue-buy {
  margin-top: 30px;
  max-width: calc(100% - 24px);
}
.single-step-sidebar-basket h3 {
  font-weight: 600;
  font-size: 1.5rem;
}
.single-step-basket #cart-cont {
  margin-top: 35px;
}
.single-step-basket h1 {
  font-weight: 600;
  font-size: 1.5rem;
}
.single-step-basket table {
  overflow-x: initial;
}
.single-step-basket table td:first-child {
  border-left: 1px solid #dddddd;
  padding-left: 18px;
}
.single-step-basket table td:last-child {
  border-right: 1px solid #dddddd;
}
.single-step-basket .item-title a {
  color: #f200ff !important;
}
.single-step-basket .total-price {
  color: #f200ff;
  text-align: center;
  border-left: 1px solid #ddd !important;
}
.single-step-basket .total-black {
  color: #000;
  text-align: center;
  border-left: 1px solid #ddd !important;
  font-weight: 700 !important;
}
.register-link-wrap {
  margin-top: 30px;
}
.register-link {
  font-size: 1rem;
  color: #f200ff;
  text-decoration: underline;
}
.order-view table {
  float: none;
}
.order-view .order-price-info {
  float: none;
  margin-left: calc(100% - 405px);
}
@media only screen and (max-width: 768px) {
  .order-view table {
    float: none;
  }
  .order-view .order-price-info {
    float: none;
    margin-left: 15px;
  }
  .order-view .order-price-info .final-price {
    font-size: 16px;
  }
}
.partner-list-block {
  padding-top: 86px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
.partner-list-block h3 {
  text-align: center;
  margin-bottom: 40px;
}
.partner-list-block .partner-list > div, .partner-list-block .partner-list-color > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 30px 10px;
}
.partner-list-block .partner-list > div > div, .partner-list-block .partner-list-color > div > div {
  text-align: center;
  align-self: center;
}
.partner-list-block .partner-list > div img, .partner-list-block .partner-list-color > div img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.partner-list-block .partner-list > div a:hover img, .partner-list-block .partner-list > div span:hover img, .partner-list-block .partner-list-color > div a:hover img, .partner-list-block .partner-list-color > div span:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.widget-list-item .partner-list-block {
  padding-top: 0;
  padding-bottom: 40px;
}
.widget-list-item .partner-list-block .partner-list > div {
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 44px)/3), calc((100% - 44px)/3)));
}
.widget-list-item .partner-list-block .partner-list > div > div {
  overflow: hidden;
}
.inside-container .partner-list-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.partner-list-block .color {
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -o-filter: none !important;
  -ms-filter: none !important;
  filter: none !important;
  opacity: 1 !important;
  cursor: pointer;
}
.widget-list-item {
  padding-bottom: 50px !important;
}
.widget-list-item:after {
  border-bottom: 1px solid rgba(31, 28, 28, 0.2);
  content: "";
  grid-column: 2/3;
}
.widget-list-item .framed-cont h1 {
  font-size: 30px;
  padding-top: 5px;
  padding-bottom: 32px;
}
.widget-list-item .framed-cont h2 {
  padding-top: 5px;
  padding-bottom: 32px;
  font-size: 26px;
}
.widget-list-item .framed-cont .title-center {
  text-align: center;
}
.widget-list-item .object-cont {
  margin-bottom: 0;
}
.widget-list-item [class*="column-count-"] {
  margin-bottom: 40px;
}
.widget-list-item .column-count-1 {
  display: grid;
  grid-template-columns: repeat(1, calc((100% - 0px)
                / 1));
  gap: 40px 22px;
}
.widget-list-item .column-count-2 {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 22px)
                / 2));
  gap: 40px 22px;
}
.widget-list-item .column-count-3 {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 44px)
                / 3));
  gap: 40px 22px;
}
.widget-list-item .column-count-4 {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 66px)
                / 4));
  gap: 40px 22px;
}
.widget-list-item .column-count-5 {
  display: grid;
  grid-template-columns: repeat(5, calc((100% - 88px)
                / 5));
  gap: 40px 22px;
}
.widget-list-item .column-count-6 {
  display: grid;
  grid-template-columns: repeat(6, calc((100% - 110px)
                / 6));
  gap: 40px 22px;
}
.widget-list-item .column-type-1-2-1 {
  margin: auto;
  display: grid;
  margin-bottom: 40px;
  grid-gap: 40px 22px;
  grid-template-columns: repeat(auto-fill, minmax(1188px/2, calc((100% - 22px)/2)));
}
.widget-list-item .column-type-1-2-1 .object-cont:nth-child(3n) {
  grid-column: 2/3;
}
.widget-list-item .column-type-1-2-1 .object-cont:nth-child(3n+1) {
  grid-column: 1/3;
}
.widget-list-item .column-type-1-2-1 .object-cont:nth-child(3n+2) {
  grid-column: 1/2;
}
.widget-list-item .column-type-2-4-2 {
  margin: auto;
  display: grid;
  grid-gap: 40px 22px;
  grid-template-columns: repeat(auto-fill, minmax(1144px/4, calc((100% - 66px)/4)));
  padding-bottom: 40px;
}
.widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+1) {
  grid-column: 1/3;
}
.widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+2) {
  grid-column: 3/5;
}
.widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+3) {
  grid-column: 1/2;
}
.widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+4) {
  grid-column: 2/3;
}
.widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+5) {
  grid-column: 3/4;
}
.widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n) {
  grid-column: 4/5;
}
.widget-list-item .objects-list .object-cont {
  width: 100%;
  grid-column: initial;
}
.widget-list-item .objects-list .object-cont .object-photo {
  width: 100%;
}
.widget-list-item .news-list .object-cont a {
  padding-bottom: 0;
}
.widget-list-item .route-object-list.list .object-cont {
  width: 100%;
  height: 179px;
}
.widget-list-item .route-object-list.list .object-cont .object-title {
  width: calc(100% - 280px);
  height: 113px;
}
.widget-list-item .route-object-list.list .object-cont .object-photo {
  width: 280px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
}
.widget-list-item .route-object-list.list .object-cont .object-photo:before {
  border-top-right-radius: 0;
}
.widget-list-item .news-list .object-cont {
  height: auto;
  grid-auto-flow: column;
  width: 100%;
}
.widget-list-item .news-list .object-cont a {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
}
.widget-list-item .news-list .object-cont a .object-photo {
  float: left;
  width: 114px;
  height: 128px;
  border-radius: 10px;
  background: #1D1D1B;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.widget-list-item .news-list .object-cont a .event-date {
  font-size: 14px;
  color: rgba(31, 28, 28, 0.54);
  padding-left: 20px;
  display: inline-block;
  width: calc(100% - 114px);
}
.widget-list-item .news-list .object-cont a .object-title {
  font-weight: normal;
  padding: 0 0 0 20px;
  display: inline-block;
  width: calc(100% - 114px);
  height: auto;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.widget-list-item .news-list .object-cont a .object-category {
  width: calc(100% - 114px);
  margin: 0;
  padding-right: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.widget-list-item .featured-x {
  display: grid;
  grid-template-columns: minmax(338px, 1fr) 338px;
  grid-gap: 40px;
  padding-top: 0px;
}
.widget-list-item .featured-x .list-big-block .object-cont {
  width: 100%;
}
.widget-list-item .featured-x .list-big-block .object-cont a .object-photo {
  width: 100%;
  height: 350px;
}
.widget-list-item .featured-x .list-big-block .object-cont a .event-date {
  padding: 13px 0 7px 20px;
  width: 100%;
}
.widget-list-item .featured-x .list-big-block .object-cont a .object-title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  padding: 0;
  -webkit-line-clamp: 1;
  height: 24px;
  padding-left: 20px;
  padding-bottom: 35px;
  padding-right: 10px;
  overflow: hidden;
  line-height: initial;
}
.widget-list-item .featured-x .list-small-block .object-cont {
  margin-bottom: 18px;
}
.widget-list-item .featured-x .list-small-block .object-cont a .object-photo {
  float: left;
  height: 114px;
}
.widget-list-item .featured-x .list-small-block .object-cont:last-child {
  margin-bottom: 0;
}
.widget-list-item .column-count-3 {
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 44px)/3), calc((100% - 44px)/3)));
}
.widget-list-item:first-child .framed-cont {
  border-bottom: 0;
}
.event-list .object-cont a {
  padding-bottom: 0;
}
.widget-list-item.full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.widget-list-item.full.swiper-full {
  padding-right: 0;
  padding-left: 0;
}
.widget-list-item.full.full-object-slider {
  margin-right: -15px;
  margin-left: -15px;
}
.widget-list-item.box {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}
.widget-list-item.box .swiper-slide.swiper-slide-active {
  background: transparent;
}
.widget-list-item .titlespace {
  width: 100%;
  height: 35px;
}
.news-list.list .object-cont:hover a::before, .event-list.list .object-cont:hover a::before {
  left: 0;
}
.news-list.list .object-cont:hover a .object-photo, .event-list.list .object-cont:hover a .object-photo {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
}
.widget-list-item .photo-list-cont .column-count-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 114px);
  grid-gap: 40px calc((100% - (114px*4))/3);
}
.widget-list-item .photo-list-cont .column-count-3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 114px);
  grid-gap: 40px calc((100% - (114px*3))/2);
}
.widget-list-item .photo-list-cont .column-count-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 114px);
  grid-gap: 40px calc((100% - (114px*4))/3);
}
.widget-list-item .photo-list-cont .column-count-5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 114px);
  grid-gap: 40px calc((100% - (114px*5))/4);
}
.widget-list-item .photo-list-cont .column-count-6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 114px);
  grid-gap: 40px calc((100% - (114px*6))/5);
}
.widget-list-item .photo-list-cont .object-cont .object-photo {
  float: left;
  width: 114px;
  height: 114px;
  border-radius: 10px;
}
.widget-list-item .photo-list-cont .object-cont a {
  -webkit-transition: all 0ms ease-out;
  -moz-transition: all 0ms ease-out;
  -o-transition: all 0ms ease-out;
  transition: all 0ms ease-out;
  padding-bottom: 0;
}
.widget-list-item .photo-list-cont .gallery-content > .gallery-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -22px;
  margin-top: -22px;
}
.widget-list-item .photo-list-cont .gallery-content > .gallery-row .object-gallery {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 40px;
}
.widget-list-item .swiper-container.partner {
  padding-bottom: 40px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -10px;
}
.widget-list-item .swiper-container.partner + .object-nav {
  top: -40px;
  right: -10px;
}
.swiper-slide video {
  width: 100%;
  height: auto;
  background: black;
}
.widgets-page.sidebar-force .widget-list-item.box .photo-list-cont, .widgets-page.sidebar-force .widget-list-item.box .objects-list, .widgets-page.sidebar-force .widget-list-item.box .event-list, .widgets-page.sidebar-force .widget-list-item .pagetree, .widgets-page.sidebar-force .widget-list-item .route-object-list, .widgets-page.sidebar-force .widget-list-item .event-promo, .widgets-page.sidebar-force .widget-list-item .news-list, .widgets-page.sidebar-force .widget-list-item .heading, .widgets-page.sidebar-force .widget-list-item .box-list {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.widgets-page.sidebar-force .widget-list-item:first-child .heading {
  margin-top: 22px;
}
.event-promo .event-info {
  width: 298px;
  float: left;
  margin-top: -4px;
}
.event-promo .event-info h3 {
  margin-top: 0;
  font-size: 16px;
}
.event-promo .clearfix:not(:last-child) {
  margin-bottom: 30px;
}
.event-promo .event-promo-main-info {
  width: calc(100% - 338px);
  float: left;
  margin-right: 40px;
}
.event-promo .event-promo-main-info .main-view-photo {
  border-radius: 10px;
  padding: 0;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.event-promo .event-promo-main-info h2 {
  font-size: 20px;
  margin-top: 25px;
}
.event-promo .event-promo-main-info h2 a {
  color: #1F1C1C;
}
.event-promo .event-promo-main-info h2 a:hover {
  color: #f200ff;
}
.widget-list-item .box-list-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px 22px;
  margin-bottom: 40px;
}
.widget-list-item .box-list-content .item-box img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .event-promo .event-promo-main-info {
    width: 100%;
    margin-right: 0;
  }
  .event-promo .event-promo-main-info .main-view-photo {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 300px;
  }
  .event-promo .event-info {
    display: none;
  }
  .event-promo .event-promo-main-info h2 {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 794px) {
  .widget-list-item .photo-list-cont [class^="column-count-"] {
    grid-gap: 40px 22px;
    grid-template-columns: repeat(auto-fill, minmax(114px, 1fr));
  }
  .widget-list-item .photo-list-cont [class^="column-count-"] .object-cont {
    width: 114px;
    margin: auto;
  }
}
@media only screen and (max-width: 763px) {
  .widget-list-item .featured-x {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  .widget-list-item .featured-x .list-big-block .object-cont a .object-photo {
    float: left;
    height: 114px;
    width: 114px;
  }
  .widget-list-item .featured-x .list-big-block .object-cont a .event-date {
    width: calc(100% - 114px);
    padding: 0 0 0 20px;
  }
  .widget-list-item .featured-x .list-big-block .object-cont a .object-title {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    width: calc(100% - 114px);
    padding: 0 0 0 20px;
    -webkit-line-clamp: 3;
    height: calc(100% - 40px);
  }
  .widget-list-item .featured-x .list-small-block .object-cont {
    margin-bottom: 10px;
  }
}
.widget-list-item .route-object-list.list .column-count-3 .object-cont, .widget-list-item .route-object-list.list .column-count-4 .object-cont, .widget-list-item .route-object-list.list .column-count-5 .object-cont, .widget-list-item .route-object-list.list .column-count-6 .object-cont, .widget-list-item .route-object-list.list .column-type-2-4-2 .object-cont, .widget-list-item .route-object-list.list .column-type-1-2-1 .object-cont {
  height: inherit;
}
.widget-list-item .route-object-list.list .column-count-3 .object-cont .object-photo, .widget-list-item .route-object-list.list .column-count-4 .object-cont .object-photo, .widget-list-item .route-object-list.list .column-count-5 .object-cont .object-photo, .widget-list-item .route-object-list.list .column-count-6 .object-cont .object-photo, .widget-list-item .route-object-list.list .column-type-2-4-2 .object-cont .object-photo, .widget-list-item .route-object-list.list .column-type-1-2-1 .object-cont .object-photo {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
}
.widget-list-item .route-object-list.list .column-count-3 .object-cont .object-title, .widget-list-item .route-object-list.list .column-count-4 .object-cont .object-title, .widget-list-item .route-object-list.list .column-count-5 .object-cont .object-title, .widget-list-item .route-object-list.list .column-count-6 .object-cont .object-title, .widget-list-item .route-object-list.list .column-type-2-4-2 .object-cont .object-title, .widget-list-item .route-object-list.list .column-type-1-2-1 .object-cont .object-title {
  width: 100%;
  height: auto;
}
.widget-list-item .route-object-list.list .column-count-3 .object-cont .route-object-info, .widget-list-item .route-object-list.list .column-count-4 .object-cont .route-object-info, .widget-list-item .route-object-list.list .column-count-5 .object-cont .route-object-info, .widget-list-item .route-object-list.list .column-count-6 .object-cont .route-object-info, .widget-list-item .route-object-list.list .column-type-2-4-2 .object-cont .route-object-info, .widget-list-item .route-object-list.list .column-type-1-2-1 .object-cont .route-object-info {
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 620px) {
  .widget-list-item .route-object-list.list .column-count-1 .object-cont, .widget-list-item .route-object-list.list .column-count-2 .object-cont {
    height: inherit;
  }
  .widget-list-item .route-object-list.list .column-count-1 .object-cont .object-photo, .widget-list-item .route-object-list.list .column-count-2 .object-cont .object-photo {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
  .widget-list-item .route-object-list.list .column-count-1 .object-cont .object-title, .widget-list-item .route-object-list.list .column-count-2 .object-cont .object-title {
    width: 100%;
    height: auto;
  }
  .widget-list-item .route-object-list.list .column-count-1 .object-cont .route-object-info, .widget-list-item .route-object-list.list .column-count-2 .object-cont .route-object-info {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1230px) {
  .widget-list-item .route-object-list.list .column-count-1 .route-object-info, .widget-list-item .route-object-list.list .column-count-2 .route-object-info {
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 640px) {
  .widget-list-item .route-object-list.list .column-count-1, .widget-list-item .route-object-list.list .column-count-2 {
    grid-template-columns: 1fr;
  }
  .widget-list-item .column-type-1-2-1 {
    grid-template-columns: 1fr;
  }
}
.pagetree {
  padding-bottom: 40px;
}
.pagetree .menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(202px, 1fr));
  grid-gap: 0 2.8%;
}
.pagetree .nav-column {
  margin-top: 20px;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(115, 129, 135, 0.2);
  padding-bottom: 18px;
}
.pagetree .nav-column:focus {
  outline: 1px solid red;
}
.pagetree .nav-column .sub-menu-img {
  width: 100%;
  height: 128px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 17px;
  background: rgba(36, 185, 206, 0);
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.pagetree .nav-column .sub-menu-img img {
  max-width: inherit;
  height: 100%;
  min-width: calc(100% + 1px);
  -o-object-fit: cover;
  object-fit: cover;
}
.pagetree .nav-column a {
  display: block;
  color: #1F1C1C;
}
.pagetree .nav-column a:hover {
  color: #1D1D1B;
}
.pagetree .nav-column > ul {
  padding-top: 5px;
  list-style: none;
  /* height: 65px; */
  overflow: hidden;
}
.pagetree .nav-column > ul li {
  height: auto;
  line-height: initial;
}
.pagetree .nav-column > ul li a {
  padding: 5px 0;
  color: #1F1C1C;
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
}
.pagetree .sub-menu-title {
  font-weight: 600;
  line-height: 24px;
}
.menu-list.pagetree-list-line-4 {
  grid-template-columns: repeat(4, 1fr);
}
.menu-list.pagetree-list-line-4 .sub-menu-img {
  margin: 0;
}
.menu-list.pagetree-list-line-4 .nav-column {
  max-width: 200px;
}
.menu-list.pagetree-list-line-3 {
  grid-template-columns: repeat(3, 1fr);
}
.menu-list.pagetree-list-line-3 .sub-menu-img {
  height: 180px;
  margin: 0;
}
.menu-list.pagetree-list-line-3 .nav-column {
  max-width: 300px;
}
.wrap-content .widgets-page.sidebar-force {
  display: grid;
  grid-template-columns: 1fr 922px 441px 1fr;
}
.wrap-content .widgets-page.sidebar-force .widget-list-item {
  display: grid;
  grid-template-columns: 1fr 888px 1fr;
  width: 100%;
  max-width: 1226px;
  grid-column: 2/3;
}
.wrap-content .widgets-page.sidebar-force .widget-list-item > div {
  grid-column: 2/3;
}
.wrap-content .widgets-page.sidebar-force .sidebar {
  grid-column: 3/4;
  grid-row: 1/100;
  padding-left: 20px;
}
.wrap-content .widgets-page.sidebar-force .widget-list-item .column-count-2 {
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 44px)/2), calc((100% - 22px)/2)));
}
.wrap-content .widgets-page.sidebar-force .widget-list-item .column-count-4 {
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 66px)/4), calc((100% - 66px)/4)));
}
.wrap-content .widgets-page.sidebar-force .widget-list-item .column-type-1-2-1 {
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 22px)/2), calc((100% - 22px)/2)));
}
.wrap-content .widgets-page.sidebar-force .widget-list-item .column-type-2-4-2 {
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 66px)/4), calc((100% - 66px)/4)));
}
.widgets-page.sidebar-force .pagetree .nav-column {
  border-bottom: 1px solid rgba(115, 129, 135, 0);
}
@media (max-width: 462px) {
  .pagetree .nav-column:nth-child(1n+1):nth-last-child(-n+1), .pagetree .nav-column:nth-child(1n+1):nth-last-child(-n+1) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .pagetree .nav-column:nth-child(1n+1):nth-last-child(-n+1) a, .pagetree .nav-column:nth-child(1n+1):nth-last-child(-n+1) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (min-width: 463px) and (max-width: 688px) {
  .pagetree .nav-column:nth-child(2n+1):nth-last-child(-n+2), .pagetree .nav-column:nth-child(2n+1):nth-last-child(-n+2) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .pagetree .nav-column:nth-child(2n+1):nth-last-child(-n+2) a, .pagetree .nav-column:nth-child(2n+1):nth-last-child(-n+2) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (min-width: 689px) and (max-width: 929px) {
  .pagetree .nav-column:nth-child(3n+1):nth-last-child(-n+3), .pagetree .nav-column:nth-child(3n+1):nth-last-child(-n+3) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .pagetree .nav-column:nth-child(3n+1):nth-last-child(-n+3) a, .pagetree .nav-column:nth-child(3n+1):nth-last-child(-n+3) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (min-width: 930px) and (max-width: 1184px) {
  .pagetree .nav-column:nth-child(4n+1):nth-last-child(-n+4), .pagetree .nav-column:nth-child(4n+1):nth-last-child(-n+4) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .pagetree .nav-column:nth-child(4n+1):nth-last-child(-n+4) a, .pagetree .nav-column:nth-child(4n+1):nth-last-child(-n+4) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (min-width: 1185px) {
  .pagetree .nav-column:nth-child(5n+1):nth-last-child(-n+5), .pagetree .nav-column:nth-child(5n+1):nth-last-child(-n+5) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .pagetree .nav-column:nth-child(5n+1):nth-last-child(-n+5) a, .pagetree .nav-column:nth-child(5n+1):nth-last-child(-n+5) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (max-width: 788px) {
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(1n+1):nth-last-child(-n+1), .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(1n+1):nth-last-child(-n+1) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(1n+1):nth-last-child(-n+1) a, .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(1n+1):nth-last-child(-n+1) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (min-width: 789px) and (max-width: 1129px) {
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(2n+1):nth-last-child(-n+2), .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(2n+1):nth-last-child(-n+2) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(2n+1):nth-last-child(-n+2) a, .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(2n+1):nth-last-child(-n+2) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (min-width: 1130px) and (max-width: 1537px) {
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(3n+1):nth-last-child(-n+3), .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(3n+1):nth-last-child(-n+3) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(3n+1):nth-last-child(-n+3) a, .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(3n+1):nth-last-child(-n+3) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (min-width: 1537px) {
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(4n+1):nth-last-child(-n+4), .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(4n+1):nth-last-child(-n+4) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(4n+1):nth-last-child(-n+4) a, .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(4n+1):nth-last-child(-n+4) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (max-width: 561px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(1n+1):nth-last-child(-n+1), .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(1n+1):nth-last-child(-n+1) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(1n+1):nth-last-child(-n+1) a, .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(1n+1):nth-last-child(-n+1) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (min-width: 562px) and (max-width: 787px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(2n+1):nth-last-child(-n+2), .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(2n+1):nth-last-child(-n+2) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(2n+1):nth-last-child(-n+2) a, .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(2n+1):nth-last-child(-n+2) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (min-width: 788px) and (max-width: 1028px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(3n+1):nth-last-child(-n+3), .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(3n+1):nth-last-child(-n+3) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(3n+1):nth-last-child(-n+3) a, .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(3n+1):nth-last-child(-n+3) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (min-width: 1029px) and (max-width: 1283px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(4n+1):nth-last-child(-n+4), .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(4n+1):nth-last-child(-n+4) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(4n+1):nth-last-child(-n+4) a, .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(4n+1):nth-last-child(-n+4) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (min-width: 1284px) and (max-width: 1601px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(5n+1):nth-last-child(-n+5), .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(5n+1):nth-last-child(-n+5) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(5n+1):nth-last-child(-n+5) a, .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(5n+1):nth-last-child(-n+5) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (min-width: 1602px) and (max-width: 1891px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(6n+1):nth-last-child(-n+6), .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(6n+1):nth-last-child(-n+6) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(6n+1):nth-last-child(-n+6) a, .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(6n+1):nth-last-child(-n+6) ~ .nav-column a {
    padding-bottom: 0;
  }
}
@media (min-width: 1892px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(7n+1):nth-last-child(-n+7), .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(7n+1):nth-last-child(-n+7) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(7n+1):nth-last-child(-n+7) a, .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(7n+1):nth-last-child(-n+7) ~ .nav-column a {
    padding-bottom: 0;
  }
}
.menu-con nav > ul > li.submenu-standart .nav-column {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.wrap-content .text-widget {
  padding-bottom: 70px;
}
.widget-list-item .this-title a {
  color: #1F1C1C;
}
.widget-list-item .this-title a:hover {
  color: #1D1D1B;
}
.theme-dark {
  background: #E4F2F5;
}
.theme-dark .ready-cont > div .ready-one {
  background: #fff;
}
.color-padding {
  padding: 1px 0;
}
.widget-row {
  padding-bottom: 10px;
}
.gallery-with-text {
  padding: 15px;
}
.gallery-with-text .object {
  max-width: 345px;
}
.gallery-with-text .col {
  margin-bottom: 30px;
}
.gallery-with-text .photo {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.gallery-with-text .object-title {
  font-family: "Avenir", sans-serif;
  font-size: 20px;
  color: #1F1C1C;
  margin-top: 20px;
  font-weight: bold;
  padding: 0 8px;
}
.gallery-with-text .object-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Dosis", sans-serif;
  color: #1F1C1C;
  font-size: 14px;
  margin-top: 10px;
  min-height: 112px;
  padding: 0 8px;
}
.gallery-with-text-link {
  display: block;
  max-width: 345px;
}
.gallery-with-text-link .object {
  border: 2px solid transparent;
  border-radius: 12px;
}
.gallery-with-text-link:hover .object {
  border-color: #f200ff !important;
}
@media only screen and (min-width: 1200px) {
  .event-list .column-count-5 .object-photo {
    width: 100px;
  }
  .event-list .column-count-5 .object-title {
    padding-left: 10px !important;
    width: calc(100% - 100px);
  }
  .event-list .column-count-5 .event-date {
    padding-left: 10px;
    font-size: 13px;
  }
  .event-list .column-count-5 .object-category {
    padding-left: 10px;
  }
  .news-list .column-count-5 .object-title {
    padding-left: 10px !important;
  }
  .news-list .column-count-5 .event-date {
    padding-left: 10px !important;
    font-size: 13px !important;
  }
  .news-list .column-count-5 .object-category {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-with-text .photo {
    height: 180px;
  }
  .gallery-with-text .gallery-row {
    overflow-x: auto;
    flex-wrap: nowrap !important;
  }
  .gallery-with-text .col {
    max-width: 280px;
  }
}
.widget-list-item .event-list .events-calendar {
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
#footer .widget-list-item .framed-cont h2 {
  font-size: 18px;
}
.page-heading {
  padding-top: 20px;
}
.list-all {
  display: grid;
  grid-template-columns: 361px 1fr;
  margin-top: 80px;
  height: calc(100vh - 80px);
  overflow: hidden;
}
.list-all .left-side-block {
  height: inherit;
  position: relative;
  display: inline-block;
}
.list-all .left-side-block .top-side-block {
  padding-left: 23px;
  padding-right: 37px;
  padding-top: 14px;
}
.list-all .left-side-block .top-side-block ul.select {
  width: 100%;
}
.list-all .left-side-block .title-column {
  width: 100%;
}
.list-all .left-side-block .title-column h1 {
  font-size: 30px;
  margin-bottom: 1px;
}
.list-all .left-side-block .filter-button {
  height: 40px;
  background: #f200ff;
  color: white;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  margin-bottom: 22px;
  cursor: pointer;
}
.list-all .left-side-block .filter-button:hover {
  background: #1D1D1B;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
}
.list-all .left-side-block .filter-block {
  width: 361px !important;
  padding: 0;
  z-index: 999999;
}
.list-all .left-side-block .filter-block.active {
  left: 0;
  right: initial;
  z-index: 50;
}
.list-all .left-side-block .filter-block .filter {
  width: 361px;
  background: white;
  left: 0;
  padding-left: 23px;
}
.list-all .left-side-block .filter-block .filter #filter-list {
  height: calc(100vh - 200px);
  padding-right: 29px;
}
.list-all .left-side-block .filter-block .filter .ps__thumb-y {
  background: #DDDDDD;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  left: -3px;
}
.list-all .left-side-block .filter-block .filter .ps--active-x > .ps__rail-x, .list-all .left-side-block .filter-block .filter .ps--active-y > .ps__rail-y {
  margin-right: 11px;
  width: 6px;
  background-color: #D4D8DA;
}
.list-all .right-map-block .map-cont-holder {
  display: block;
  height: 100%;
}
.list-all .right-map-block .map-cont-holder #map-canvas {
  height: 100%;
}
.list-all .right-map-block .mobile-fullscreen-exit {
  display: none;
}
.list-all .right-map-block .full-map .mobile-fullscreen-exit {
  display: block;
}
.list-all .mobile-filter {
  display: none;
}
.list-all #map-listings {
  max-height: calc(100% - 240px);
  width: 100%;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 14px;
}
.list-all #map-listings .object-cont {
  width: 300px;
  margin-left: 23px;
  height: 100px;
  margin-bottom: 8px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.list-all #map-listings .object-cont a.list-all-card {
  display: grid;
  grid-template-columns: 100px 200px;
  padding: 0;
  overflow: hidden;
}
.list-all #map-listings .object-cont a.list-all-card:before {
  display: none !important;
}
.list-all #map-listings .object-cont a.list-all-card:hover {
  background: #1D1D1B;
  border-radius: 10px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
}
.list-all #map-listings .object-cont a.list-all-card .object-photo {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.list-all #map-listings .object-cont a.list-all-card .object-title {
  width: calc(100% + 10px);
  height: 75px;
  padding: 6px 14px 0;
}
.list-all #map-listings .object-cont a.list-all-card .object-category {
  font-style: initial;
  padding: 0 0 0 14px;
  width: calc(100% - 40px);
}
.list-all #map-listings .object-cont .add-favorite {
  right: initial;
  left: 0px;
  top: 5px;
}
.list-all #map-listings .object-cont .add-favorite label {
  width: 20px;
  height: 20px;
  line-height: 10px;
}
.list-all #map-listings .object-cont .add-favorite label:before {
  font-size: 10px;
  line-height: 18px;
}
.map-favorite-indicator {
  border: #fff 1px solid;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #06B223;
  bottom: 2px;
  left: 2px;
}
.map-favorite-indicator:before {
  content: "";
  font-family: "bebras" !important;
  line-height: 18px;
  font-size: 10px;
  padding-left: 3px;
  color: white;
  opacity: 1;
}
@keyframes fade {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.add-favorite label:before {
  animation: fade 2000ms infinite;
  -webkit-animation: fade 2000ms infinite;
}
@media (max-width: 767px) {
  .list-all {
    display: block;
    grid-template-columns: 1fr;
  }
  .list-all .filter-button {
    display: none;
  }
  .list-all #map-listings {
    max-height: calc(100% - 150px);
    margin-top: 14px;
  }
  .list-all .left-side-block .filter-block, .list-all .left-side-block .filter-block .filter {
    width: 100% !important;
  }
  .list-all .map-cont-holder {
    position: fixed;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  .list-all .map-cont-holder .full-map {
    position: fixed;
    left: 100%;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  .list-all .left-side-block {
    width: 100%;
  }
}
.all-routes-cards {
  position: absolute;
  bottom: 35px;
  z-index: -999999;
  width: 560px;
  height: 250px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  font-family: "Open Sans";
  color: #1F1C1C !important;
  opacity: 0;
}
.all-routes-cards .swiper-button-prev {
  left: 0;
  height: 45px;
  width: 45px;
  background: none;
}
.all-routes-cards .swiper-button-next {
  right: 0;
  height: 45px;
  width: 45px;
  background: none;
}
.all-routes-cards .swiper-button-prev:after, .all-routes-cards .swiper-button-next:after {
  font-size: 45px;
}
.all-routes-cards a {
  display: inline-block !important;
}
.all-routes-cards .close-button {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 1101;
}
.all-routes-cards .close-button:before {
  font-family: bebras !important;
  content: "";
  color: #f200ff;
}
.map-object-slide, .map-route-slide {
  padding: 30px;
  height: 250px;
  text-align: left;
}
.map-object-slide-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 180px;
  width: 135px;
}
.map-object-slide-photo-selection {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 140px;
  width: 120px;
}
.map-object-slide-photo img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.map-route-slide .route-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  height: 64px;
}
.map-route-slide .properties {
  padding: 0 20px;
}
.map-route-slide .route-property {
  margin-bottom: 20px;
  color: #1F1C1C;
  font-size: 18px;
  float: right;
}
.map-route-slide .route-property span {
  color: #f200ff;
  margin-right: 10px;
}
.map-route-slide .btn {
  width: 100%;
}
.map-object-slide .route-name, .map-object-slide .category-name {
  font-size: 10px;
  font-style: italic;
  opacity: 0.7;
  line-height: 14px;
}
.map-object-slide .object-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.map-object-slide .object-contact {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}
.map-object-slide .object-contact-value {
  font-size: 14px;
}
.map-object-slide .contact-row {
  line-height: 16px;
}
.map-object-slide .object-link {
  color: #1F1C1C;
}
.map-object-slide .object-link:hover {
  color: #1D1D1B;
}
.map-object-slide .btn {
  width: 100%;
}
.floating-btn {
  position: absolute;
  bottom: 30px;
  width: 100%;
  right: 30px;
}
@media (max-width: 767px) {
  .all-routes-cards {
    width: 100%;
    bottom: 0;
    left: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .all-routes-cards .route-title {
    color: #1F1C1C;
    padding-right: 40px;
    font-size: 20px;
  }
  .all-routes-cards .properties {
    margin-top: 0;
    padding: 0 15px;
  }
  .all-routes-cards .property-col {
    max-width: 33%;
    padding: 0;
  }
  .all-routes-cards .route-name, .all-routes-cards .category-name {
    color: #1F1C1C;
  }
  .all-routes-cards .object-name {
    color: #1F1C1C;
  }
  .all-routes-cards .contact-wrapper {
    display: none;
  }
  .all-routes-cards .photo-col, .all-routes-cards .text-col {
    width: 50%;
    max-width: 50%;
  }
  .all-routes-cards .text-col {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .floating-btn {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 30px);
    right: 30px;
  }
  .map-object-slide-photo {
    height: 150px;
    width: 100%;
  }
  .map-route-slide .route-property {
    font-size: 16px;
  }
  .map-object-slide, .map-route-slide {
    padding: 15px;
  }
}
.obj-counter {
  position: absolute;
  right: 50px;
  font-size: 12px;
  top: 16px;
}
.subgroup-list {
  display: grid;
  grid-template-columns: 280px 280px 280px;
  grid-gap: 22px;
  grid-column: 2/3;
}
.subgroup-list .group-cont {
  height: 100%;
  position: relative;
  display: inline-block;
  width: 280px;
}
.subgroup-list .group-cont .name {
  font-weight: bold;
  width: calc(100% - 80px);
  color: #1F1C1C;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.subgroup-list .group-cont .items {
  display: inline-block;
  color: #1F1C1C;
  margin-top: 15px;
  margin-bottom: 15px;
}
.subgroup-list .group-cont .photo {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.subgroup-list .group-cont > a {
  background: white;
  color: #06B223;
  height: 100%;
  padding: 0;
  width: 100%;
  display: inline-block;
  border: 2px solid white;
}
.subgroup-list .group-cont > a:hover {
  border: 2px solid #f200ff;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .subgroup-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 22px 22px;
  }
  .subgroup-list .group-cont {
    margin: 0 auto;
  }
}
#catalog-items-container {
  grid-column: 2/3;
}
.catalog-group-info {
  grid-column: 2/3;
}
.catalog-group-info .pic-content {
  margin-top: 1rem;
}
.catalog-group-info .pic-content img {
  width: 100%;
}
#catalog-group-tree a {
  color: #1F1C1C;
  font-weight: bold;
}
#catalog-group-tree a:hover {
  color: #0A84FF;
}
#catalog-group-tree .catalog-group-list {
  margin-left: 20px !important;
}
h3.hover-title:hover {
  color: #0A84FF;
}
.selected {
  color: #06B223 !important;
}
.btn.filter-btn.selected {
  color: #fff !important;
}
.btn.filter-btn.selected:hover {
  background-color: #1D1D1B;
}
@media only screen and (max-width: 767px) {
  .shop-list a#list-more-button {
    margin-top: 20px;
    display: block;
  }
}
.shop-list .filter-content .name {
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .filter-block.shop-list.active {
    height: auto;
  }
}
@media (max-width: 400px) {
  .filter-content {
    max-width: 330px !important;
  }
}
.wrap.order-view {
  margin-top: 80px;
}
.order-title, .order-top-btn-wrapper {
  width: 50%;
  display: inline-block;
}
.order-top-btn-wrapper {
  margin-top: 20px;
  float: right;
}
.order-pay-btn, .invoice-btn {
  width: calc(30% - 35px);
  min-width: 260px;
  margin-top: 10px;
  float: right;
}
.invoice-btn-lower {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .review-print {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .order-top-btn-wrapper {
    display: none;
  }
  .invoice-btn-lower {
    width: calc(30% - 35px);
    min-width: 260px;
    margin-top: 10px;
    display: inherit;
  }
}
.slider-with-search .main-photo .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 0;
}
.slider-with-search .main-photo .swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #D82123;
  border: 1px solid #1D1D1B;
  opacity: 1;
}
.slider-with-search .main-photo .swiper-container .swiper-pagination-bullet-active {
  border-color: red;
  background-color: #1D1D1B;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 50px;
  left: 0;
  width: 100%;
}
.swiper-slide {
  border-radius: 0;
}
.swiper-slide a {
  position: relative;
}
.swiper-slide .swiper-slide-active {
  background: none;
}
.swiper-slide video {
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: fit-content;
  max-width: fit-content;
}
.swiper-slide iframe {
  min-width: 100%;
}
.gallery-with-description {
  position: relative;
}
.gallery-with-description .bottom-shade:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 147px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(231, 56, 39, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e73827", endColorstr="#000000", GradientType=0);
}
.gallery-with-description .gallery-with-description-block {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.gallery-with-description .gallery-with-description-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-left: 30px;
  z-index: 3;
  color: white;
  font-weight: bold;
  position: relative;
}
.gallery-with-description .bottom-part-wrapper {
  width: 90%;
  padding-bottom: 30px;
}
.gallery-with-description .button-side {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.gallery-with-description .text-side {
  display: table-cell;
  text-align: left;
  padding-right: 10px;
}
.gallery-with-description .gallery-with-description-more-link {
  background: #f200ff;
  color: white;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  outline: 0;
  padding: 5px 10px !important;
  display: inline-block;
  z-index: 2;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.gallery-with-description .gallery-with-description-more-link:hover {
  background: #1D1D1B;
}
.gallery-with-description .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #D82123;
  border: 1px solid #1D1D1B;
  opacity: 1;
}
.gallery-with-description .swiper-pagination-bullet-active {
  border-color: red;
  background-color: #1D1D1B;
}
.main-photo.swiper-slide.styled-swiper-slide {
  height: 100%;
  width: 100%;
}
@media (min-width: 765px) {
  .gallery-with-description .swiper-pagination {
    width: 20px !important;
    left: 95% !important;
    bottom: 30px !important;
  }
}
@media (max-width: 765px) {
  .widget-list-item.full .main-hp-block {
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 15px);
  }
  .scroll-down.animation {
    display: none !important;
  }
  .gallery-with-description .gallery-with-description-text {
    -webkit-line-clamp: 4;
    padding: 0 15px;
    margin-left: 0;
  }
  .gallery-with-description .bottom-part-wrapper {
    width: 100%;
  }
  .gallery-with-description .button-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 95%;
    margin-top: 10px;
  }
  .gallery-with-description .gallery-with-description-more-link {
    width: fit-content;
  }
  .gallery-with-description .bottom-shade:before {
    height: 210px;
  }
  .gallery-with-description .swiper-pagination {
    width: 100% !important;
    left: 0 !important;
    bottom: 0px !important;
    text-align: center !important;
  }
}
@media (max-width: 500px) {
  .swiper-slide .swiper-slide-active {
    padding-bottom: 0 !important;
  }
}
.top-item-widget-wrap {
  min-height: auto !important;
}
.top-item-widget-wrap .top-item-widget-sidebar {
  min-height: auto !important;
}
.top-item-widget-wrap .top-item-widget-sidebar-content {
  min-height: auto !important;
  height: auto !important;
}
.widgets-page.sidebar-force .top-item-widget-wrap {
  grid-template-columns: 1fr auto;
}
@media (min-width: 1684px) {
  .widgets-page.sidebar-force .top-item-widget-wrap {
    min-width: 900px;
  }
}
@media (max-width: 767px) {
  .top-item-widget-wrap {
    padding-bottom: 66px !important;
    display: block !important;
  }
  .top-item-widget-wrap .container {
    padding-bottom: 0 !important;
  }
  .top-item-widget-wrap .main-view-photo {
    padding-bottom: 0;
  }
  .top-item-widget-sidebar {
    height: 100% !important;
  }
  .top-item-widget-sidebar .item-info-mobile {
    display: none !important;
  }
  .top-item-widget-sidebar .item-buy {
    display: block;
  }
  .top-item-widget-sidebar-content {
    position: relative !important;
    left: 0% !important;
    padding-top: 0 !important;
    margin-top: -60px;
  }
}
.category-text-column .title {
  font-size: 16px;
  color: #f200ff;
  padding-left: 5px !important;
}
.category-text-column .count {
  padding-left: 5px;
}
.swiper-slide:hover .count {
  color: #1D1D1B !important;
}
#video-widget .two-columns-video {
  padding-top: 50px;
  padding-bottom: 100px;
}
#video-widget .two-columns-video .main-text, #video-widget .two-columns-video #player {
  margin-top: 50px;
}
#video-widget .two-columns-video .video-js {
  width: 100%;
}
.vjs-button > .vjs-icon-placeholder:before {
  line-height: 0 !important;
}
.vjs-big-play-button .vjs-icon-placeholder {
  position: absolute;
  left: 30%;
  top: 0;
}
.tourism-ads {
  color: black;
  height: 433px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tourism-ads .ads-background {
  position: absolute;
  display: flex;
  width: 100%;
  filter: blur(15px);
  -webkit-filter: blur(15px);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.85;
}
.tourism-ads .iphone {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  max-width: 363px;
}
.tourism-ads .iphone img {
  width: 100%;
}
.tourism-ads .text-area {
  padding-left: 42%;
  padding-right: 47px;
}
.tourism-ads .text-area h2 {
  color: black;
  width: 100%;
  display: inline-block;
  line-height: 1.4;
}
.tourism-ads .text-area .ads-desc {
  width: 100%;
  display: inline-block;
}
@media (max-width: 1230px) {
  .tourism-ads {
    margin-left: -15px;
    margin-right: -15px;
    height: 375px;
  }
  .tourism-ads .iphone, .tourism-ads .ads-desc {
    display: none !important;
  }
  .tourism-ads .text-area {
    padding-left: 47px;
    text-align: center;
  }
  .tourism-ads .mobile-story {
    margin-top: 30px;
  }
  .tourism-ads .mobile-story a {
    display: block;
  }
}
.products-sidebar-block {
  right: calc(-100%);
  top: 80px !important;
  position: fixed;
  background: #fff;
  z-index: 999999;
  height: calc(100vh - 80px);
  width: inherit;
}
.mm-slideout .products-sidebar-block {
  top: 66px !important;
}
.products-sidebar-block.active {
  right: initial;
}
.products-wrapper {
  width: 90%;
  max-width: 450px;
}
.ticket-type-title {
  display: block;
  font-weight: 700;
  font-size: 16px;
}
.route-product-option-row {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(115, 129, 135, 0.2);
}
.route-product-property {
  margin-top: 15px;
  width: 100%;
}
.route-product-property-title {
  font-weight: 700;
}
.route-product-property-value {
  float: right;
}
.route-product-total-persons {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.route-product-total-price .route-total-price, .route-product-total-price .currency {
  font-weight: 700;
  font-size: 36px;
}
.ask-form textarea {
  min-height: 150px !important;
}
.product-btn {
  float: right;
  margin-top: 35px;
  margin-left: 15px;
  margin-right: 15px;
  min-width: 116px;
}
.product-column {
  width: 45% !important;
}
.item-ask-btn {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
}
.products-wrapper .quantity-set {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  float: none !important;
}
.products-wrapper title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.products-wrapper .SumoSelect {
  margin-top: 0px;
  margin-bottom: 15px;
}
.products-wrapper .input-route {
  width: 40px !important;
}
.products-wrapper .item-buy {
  margin: 30px 0;
}
.products-wrapper .form-control {
  border: 1px solid #f200ff;
  min-height: 40px;
  border-radius: 10px;
}
.products-wrapper .gpx-button {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .products-wrapper .item-buy {
    display: block;
  }
}
@media (max-width: 1000px) {
  .product-column {
    width: 100% !important;
  }
  .products-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #left_side > .product-btn {
    display: none !important;
  }
  .products-sidebar-block.active {
    left: 0;
  }
  .products-sidebar-block {
    height: calc(100% + -132px);
    width: 100% !important;
    overflow-y: scroll;
    top: 66px !important;
    z-index: -1;
  }
  .products-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-wrapper .SumoSelect {
    max-width: 260px;
    width: 100% !important;
  }
  .product-btn {
    float: left;
    margin-top: 0;
    border: 0;
    width: 46%;
    padding: 0;
    margin-left: 0;
  }
  .product-column {
    width: 49% !important;
  }
}
.initial-load .slider-with-search .swiper-slide {
  width: 100% !important;
}
.initial-load .right-menu {
  display: none;
}
.initial-load .mm-menu {
  display: none;
}
.newsletter-v2-widget .title {
  padding-left: 15px;
  padding-right: 15px;
}
.newsletter-v2-widget .contact-form {
  padding: 30px;
  text-align: center;
  position: relative;
}
.newsletter-v2-widget .subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.newsletter-v2-widget .form-label {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.newsletter-v2-widget .contact-form input, .newsletter-v2-widget .contact-form textarea {
  border-radius: 4px;
  border: 1px solid #262626;
  height: 40px;
  min-width: 410px;
  margin-right: 15px;
  font-size: 18px;
  padding: 11px 20px 13px;
  color: #262626;
  outline: 0;
}
.newsletter-v2-widget .contact-form textarea {
  min-height: 160px;
}
.newsletter-v2-widget .consultation-form {
  max-width: 410px;
  margin: 0 auto;
}
.newsletter-v2-widget .register {
  margin-top: 30px;
  width: 100%;
  background: #1f63b4;
  border-color: #1f63b4;
  color: #fff !important;
  padding: 0px !important;
  border: none !important;
  font-size: 14px !important;
}
.newsletter-v2-widget .err {
  color: #ff7474;
}
.newsletter-v2-widget .form-sent {
  color: #2ff12f;
  padding-top: 25%;
}
.newsletter-v2-widget {
  margin-bottom: 35px;
}
.newsletter-v2-widget .contact-form:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f200ff;
  opacity: 0.5;
}
.custom-guide-title {
  font-size: 20px !important;
  margin-top: 15px;
  padding-left: 0;
  padding-bottom: 15px;
}
.custom-guide-field-title {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  margin-bottom: 10px;
}
.custom-guide-user-section {
  height: 30px;
  margin-bottom: 10px;
}
.custom-guide-user-section .default-avatar, .custom-guide-user-section .image {
  background: #f200ff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.custom-guide-user-section .avatar-letters {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.custom-guide-duration-input {
  border-radius: 4px;
  border: 1px solid #262626;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 30px;
  font-size: 16px;
  color: #262626;
  outline: 0;
  padding: 0 10px;
  width: 100%;
}
.custom-guide-description-input {
  border-radius: 4px;
  border: 1px solid #262626;
  margin-right: 15px;
  min-height: 250px;
  width: 75%;
  font-size: 16px;
  color: #262626;
  outline: 0;
  padding: 0 10px;
}
.custom-guide-form .travel-type-input span {
  margin: 0 10px;
  color: #1D1D1B;
}
.custom-guide-form input:checked + label {
  font-weight: 600;
}
.custom-guide-form input.dark {
  background: #f200ff;
  color: white;
  width: 100%;
}
.custom-guide-form .error-message {
  height: 30px;
  margin-bottom: 10px;
}
.custom-guide-form .error-message {
  color: #ea1313;
  font-size: 14px;
}
.custom-guide-form .custom-guide-sent {
  color: #2ff12f;
}
.custom-guide-user-section.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .newsletter-v2-widget .contact-form input, .newsletter-v2-widget .contact-form textarea {
    min-width: 210px;
    width: 100%;
    margin-bottom: 20px;
  }
  .newsletter-v2-widget .custom-guide-description-input {
    width: 100%;
  }
  .newsletter-v2-widget .custom-guide-user-section.mobile-only {
    display: block;
  }
  .newsletter-v2-widget .custom-guide-user-section.desktop-only {
    display: none;
  }
}
.page-banner-top {
  color: #1F1C1C;
}
.page-banner-top .page-banner-description {
  padding-top: 144px;
  padding-bottom: 70px;
}
.page-banner-top .page-banner-text {
  width: 50%;
  margin: 0 auto;
  font-family: "Poppins", "sans-serif";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.page-banner-top:before {
  content: "";
  height: 100%;
  width: 100%;
  background: white;
  opacity: 0.5;
  position: absolute;
}
.page-banner-top .page-banner-title {
  text-align: center;
  color: #f200ff;
  font-size: 68px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.page-banner-top .page-banner-title h1 {
  font-weight: 100;
}
@media (max-width: 1366px) {
  .page-banner-top .page-banner-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .page-banner-top .page-banner-title {
    font-size: 32px;
  }
}
.page-banner-photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.accordion {
  margin-top: 50px;
}
.accordion .accordion-item {
  border-radius: 30px;
  background: #F9FBFD;
  border: 0;
  margin-bottom: 19px;
  overflow: hidden;
}
.accordion .accordion-item h2 {
  margin-bottom: 0;
}
.accordion .accordion-button {
  font-size: 22px;
  font-weight: 500;
  color: #214269;
  padding: 27px 40px;
  letter-spacing: 0.3px;
  background: #F9FBFD;
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.accordion .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.081' height='19.5' viewBox='0 0 12.081 19.5'%3E%3Cpath id='arrow-right-lg' d='M17.919,17.55l8.054-7.8-8.054-7.8L19.933,0,30,9.75,19.933,19.5Z' transform='translate(-17.919 0)' fill='%23024089'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 19px;
  background-size: 12px;
  margin-top: -3px;
  margin-right: -6px;
}
.accordion .accordion-body {
  padding: 30px;
  text-align: left;
}
.accordion .accordion-body h3 {
  font-weight: 500;
  letter-spacing: 0.1px;
  font-size: 27px;
  margin-bottom: 21px;
  margin-top: 20px;
}
.accordion .accordion-body .accordion-text {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  margin-bottom: 25px;
}
.accordion .accordion-body .accordion-text strong {
  font-weight: 600;
}
.accordion .accordion-body .accordion-text + h3 {
  margin-top: 42px;
}
.accordion .accordion-body .list {
  padding-left: 39px;
  list-style: none;
  max-width: 940px;
  margin-bottom: 43px;
}
.accordion .accordion-body .list .list-item {
  font-size: 16px;
  position: relative;
  margin-bottom: 9px;
}
.accordion .accordion-body .list .list-item:before {
  content: "";
  border: 2px solid #4D637C;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: -21px;
  top: 7px;
}
@media (max-width: 1023px) {
  .accordion {
    font-size: 18px;
  }
  .accordion .accordion-button {
    font-size: 18px;
  }
  .accordion .accordion-body h3 {
    font-size: 20px;
  }
}
.space-clear-wrapper {
  display: inline-block;
  width: 100%;
}
.audio-player {
  display: grid;
  grid-template-columns: auto 1fr;
  max-width: 1000px;
  z-index: 5;
  position: relative;
  background: white;
  margin-bottom: 10px;
  border-radius: 10px;
}
.audio-player h3 {
  border-radius: 0;
  margin-bottom: 0px;
  padding: 8px 30px;
  float: left;
  margin-top: 0px;
  padding-left: 0;
}
.audio-player .player {
  padding-bottom: 0px;
  margin-right: 20px;
}
.audio.yellow-audio-player {
  width: 100%;
  min-width: 300px;
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  user-select: none;
  -webkit-user-select: none;
  position: relative;
}
.audio.yellow-audio-player .play-pause-btn {
  display: none;
  cursor: pointer;
}
.audio.yellow-audio-player .bebras-icon-spinner {
  color: #f200ff;
  width: 25px;
  height: 25px;
  animation: spin 0.5s linear infinite;
}
.audio.yellow-audio-player .slider {
  flex-grow: 1;
  background-color: #1D1D1B;
  cursor: pointer;
  position: relative;
}
.audio.yellow-audio-player .slider .progress {
  background: #f200ff;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
  overflow: initial;
}
.audio.yellow-audio-player .slider .progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background-color: #f200ff;
  position: absolute;
  pointer-events: all;
  border: 3px solid white;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}
.audio.yellow-audio-player .slider .progress #volume-pin.pin {
  width: 16px;
  height: 16px;
}
.audio.yellow-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}
.audio.yellow-audio-player .controls .slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 10px;
}
.audio.yellow-audio-player .controls .slider .progress {
  width: 0;
  height: 100%;
}
.audio.yellow-audio-player .controls .slider .progress .pin {
  right: -8px;
  top: -4px;
}
.audio.yellow-audio-player .controls span {
  cursor: default;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
}
.audio.yellow-audio-player .volume {
  position: relative;
}
.audio.yellow-audio-player .volume .volume-btn {
  cursor: pointer;
}
.audio.yellow-audio-player .volume .volume-btn path {
  fill: #f200ff;
  font-size: 16px;
}
.audio.yellow-audio-player .volume .volume-controls {
  width: 30px;
  height: 135px;
  background-color: transparent;
  border-radius: 7px;
  position: absolute;
  left: -10px !important;
  bottom: 20px !important;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.audio.yellow-audio-player .volume .volume-controls.hidden {
  display: none;
}
.audio.yellow-audio-player .volume .volume-controls .slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.audio.yellow-audio-player .volume .volume-controls .slider .progress {
  bottom: 0;
  height: 100%;
  width: 6px;
  margin-bottom: 0;
}
.audio.yellow-audio-player .volume .volume-controls .slider .progress .pin {
  left: -5px;
  top: -8px;
}
.audio-widget .audio-player {
  margin: 20px !important;
  padding-left: 20px !important;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.play-gidas.fa-play {
  color: #f200ff;
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .audio-player {
    display: block;
  }
}
@media (min-width: 1684px) {
  .wrap.view.shop-view .shop-view {
    padding-right: 40px;
  }
  .wrap.view.basket {
    grid-template-columns: 1fr auto 441px 1fr;
  }
}
@media (min-width: 1366px) {
  .list .objects-list.list-line-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .list .objects-list.list-line-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .list .objects-list.list-line-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .list .objects-list.list-line-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .list .objects-list.list-line-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .event-list .objects-list .object-cont {
    width: 100%;
  }
}
@media (max-width: 1684px) {
  .purchase-content {
    grid-template-columns: auto auto auto auto;
  }
  .sidebar-basket {
    min-width: 300px;
  }
  .wrap.list.shop-list .container {
    grid-column: 2/3;
  }
  .wrap.list.shop-list .sidebar {
    grid-column: 3/4;
  }
  .account.view .container {
    width: 100%;
    grid-column: 2 /3;
  }
  .wrap.view.account .sidebar {
    grid-column: 3/4;
  }
  .wrap.view.account {
    grid-template-columns: 1fr 824px 1fr 1fr;
  }
  .wrap.list {
    grid-template-columns: 1fr 888px 350px 1fr;
  }
  .wrap.list.shop-list {
    grid-template-columns: 1fr 888px 441px 1fr;
  }
  .wrap.list .container {
    grid-column: 2/3;
  }
  .sidebar {
    grid-column: 3/ 5;
  }
  .wrap.list.news-list {
    grid-template-columns: 1fr minmax(50%, auto) auto 1fr;
  }
  .wrap.list.news-list .sidebar {
    width: initial;
    padding-right: 20px;
  }
  .wrap.view .sidebar {
    grid-column: 3 / 4;
  }
  .wrap.view.object .sidebar {
    grid-column: 3/5;
    width: 100%;
  }
  .objects-list .object-cont {
    width: fit-content;
  }
  .list .objects-list {
    grid-template-columns: 274px 274px 274px;
  }
  .wrap.list .sidebar {
    grid-column: 3/5;
    width: 100%;
  }
  .wrap.view.editable-paragraphs .sidebar {
    width: auto;
    max-width: 350px;
  }
  .my-route .sidebarsticky {
    width: 50%;
  }
  .wrap.view, .wrap.view.shop-view {
    grid-template-columns: 1fr 888px 350px 1fr;
  }
  .wrap.view.object {
    grid-template-columns: 1fr 888px 350px 1fr;
  }
  .wrap-content .widgets-page.sidebar-force {
    grid-template-columns: 1fr 888px 350px 1fr;
  }
  .wrap-content .widgets-page.sidebar-force .sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrap-content .widgets-page.sidebar-force .widget-list-item {
    display: inline-block;
    grid-template-columns: initial;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 888px;
  }
  .wrap.event-view {
    grid-template-columns: calc(100% - 441px) 441px;
    padding-right: 20px;
  }
  .wrap.event-view .container {
    grid-column: 1/2;
  }
  .wrap.event-view .sidebar {
    padding-right: 20px;
    grid-column: 2/3;
    width: 441px;
  }
  .view .container {
    grid-column: 2 / 3;
    padding-bottom: 66px;
  }
  .view.object .container {
    grid-column: 2/3;
    max-width: 888px;
  }
  .filter-content {
    max-width: 90%;
    padding-right: 15px;
  }
  #distance_filter {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .widget .objects-list.news-list {
    grid-template-columns: calc(50% - 11px) calc(50% - 11px);
  }
  header .container {
    padding-right: 13px;
    padding-left: 27px;
  }
  .menu-con nav > ul li > div {
    width: calc(100% - 54px);
  }
  .menu-con nav > ul > li > div.search-input {
    right: 105px;
    width: calc(100% - 266px);
  }
}
@media (max-width: 1354px) {
  .event-list .objects-list .object-cont {
    width: 100%;
    height: auto;
  }
  .event-list .objects-list .object-cont a {
    padding-bottom: 10px;
  }
  .event-list .objects-list .object-cont a .object-photo {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .event-list .objects-list .object-cont a .event-date {
    width: auto;
    line-height: initial;
    padding-top: 3px;
  }
  .event-list .objects-list .object-cont a .object-title {
    width: 50%;
    height: 96px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .event-list .objects-list .object-cont a .object-category {
    width: auto;
    height: 27px;
    line-height: 27px;
    clear: both;
  }
  .event-list .event-date, .event-list .object-title, .event-list .object-category {
    width: 50%;
  }
  .wrap.list.shop-list .container {
    grid-column: 1/4;
  }
  .list .objects-list.shop-list {
    grid-template-columns: calc(50% - 11px) calc(50% - 11px);
  }
  .wrap.list.shop-list {
    grid-template-columns: 1fr auto 441px 1fr;
  }
  .wrap.list.shop-list .sidebar {
    grid-column: 4/5;
    margin-right: 0px;
    width: 414px;
    max-width: 100%;
  }
  .shop-list.sidebarsticky {
    right: initial;
    padding-top: 41px;
    padding-bottom: 40px;
    width: inherit;
  }
}
@media only screen and (max-width: 1257px) {
  .wrap-content .widgets-page.sidebar-force .widget-list-item .column-count-4 {
    grid-template-columns: repeat(auto-fill, minmax(1144px/4, 1fr));
  }
  .widget-list-item .column-count-2 {
    grid-template-columns: repeat(auto-fill, minmax(1188px/2, 1fr));
  }
  .widget-list-item .column-count-3 {
    grid-template-columns: repeat(auto-fill, minmax(1166px/3, 1fr));
  }
  .widget-list-item .column-count-4 {
    grid-template-columns: repeat(auto-fill, minmax(1144px/4, 1fr));
  }
  .widget-list-item .column-count-5 {
    grid-template-columns: repeat(auto-fill, minmax(1122px/5, 1fr));
  }
  .widget-list-item .column-count-6 {
    grid-template-columns: repeat(auto-fill, minmax(1100px/6, 1fr));
  }
  .widget-list-item .column-type-1-2-1 {
    grid-template-columns: repeat(auto-fill, minmax(1166px/2, 1fr));
  }
  .widget-list-item .column-type-1-2-1 .object-cont:nth-child(3n), .widget-list-item .column-type-1-2-1 .object-cont:nth-child(3n+1), .widget-list-item .column-type-1-2-1 .object-cont:nth-child(3n+2) {
    grid-column: initial;
  }
  .widget-list-item .column-type-2-4-2 {
    margin: auto;
    display: grid;
    grid-gap: 40px 22px;
    grid-template-columns: repeat(auto-fill, minmax(1144px/4, 1fr));
  }
  .widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+1), .widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+2), .widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+3), .widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+4), .widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+5), .widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n) {
    grid-column: initial;
  }
  .wrap.view.object, .wrap.list {
    grid-template-columns: calc(100% - 350px) 350px;
  }
  .wrap.view.object .container, .wrap.list .container {
    grid-column: 1/2;
  }
  .wrap.view.object .sidebar, .wrap.list .sidebar {
    grid-column: 2/3;
    padding-right: 0;
  }
}
@media (max-width: 1230px) {
  .wrap-content .widgets-page.sidebar-force {
    grid-template-columns: calc(100% - 350px) 350px;
  }
  .wrap-content .widgets-page.sidebar-force .widget-list-item {
    grid-column: 1/2;
  }
  .wrap-content .widgets-page.sidebar-force .sidebar {
    grid-column: 2/3;
  }
  .tourism-view-block {
    padding-right: 20px;
  }
  .wrap.view.basket.order-review {
    grid-template-columns: 100%;
  }
  .wrap.view.basket.order-review .container.basket {
    /* grid-column: ; */
  }
  .wrap.view.basket.order-review .sidebar {
    display: none;
  }
  .wrap.view.basket.order-review ~ footer {
    display: none;
  }
  .view .sidebar .sidebar-basket {
    padding-right: 20px;
  }
  .purchase-content {
    grid-column-gap: 20px;
  }
  .purchase-content .info-block:not(:last-child):after {
    right: -21px;
  }
  .objects-list.shop-list .object-cont {
    width: 100%;
  }
  .list .objects-list.shop-list {
    display: grid;
    grid-template-columns: calc(50% - 11px) calc(50% - 11px);
    grid-gap: 22px;
  }
  .shop-list-info {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-top: 23px;
    margin-bottom: 34px;
    grid-column: 1/3;
  }
  .footer-widget-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ready-cont > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
    grid-gap: 20px;
  }
  .widget-list-item .ready-cont {
    overflow: initial;
    height: initial;
  }
  .widget-list-item .ready-cont > div {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
    white-space: initial;
    max-width: initial;
  }
  .widget-list-item .ready-cont .ready-one {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .inside-container .ready-cont {
    margin-left: -25px;
    margin-right: 0;
    width: calc(100% + 50px);
  }
  .gallery-mosaic {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gallery-mosaic .mosaic-b {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .delete-my-route, .delete-my-route:focus, .delete-route-sagment, .delete-route-sagment:focus {
    background: white;
    border-radius: 100%;
    width: 40px;
    height: 40px !important;
    text-align: center;
    line-height: 40px;
    right: 20px;
    top: 20px;
  }
  .mobile-show-map.mobile-route-map {
    right: -20px;
    bottom: -20px;
  }
  .route-object-info .route-property {
    width: 50%;
  }
  .route-object-info, .my-route-list-grid .route-object-info {
    width: calc(100% - 30px);
  }
  .route-map {
    margin-right: 15px;
  }
  .wrap.list .container {
    grid-column: 1 / 2;
  }
  .sidebar {
    grid-column: 2 / 3;
  }
  .wrap.list .sidebarsticky {
    width: calc(100% - 531px);
    padding-left: 20px;
  }
  .list .objects-list {
    grid-template-columns: calc(50% - 11px) calc(50% - 11px);
    grid-column: 1/3;
    margin-top: 0;
  }
  .list .objects-list .object-photo {
    width: 100%;
  }
  .objects-list .object-cont {
    width: 235px;
  }
  .wrap.list, .wrap.list.shop-list {
    grid-template-columns: minmax(auto, 531px) 1fr;
  }
  .wrap.view, .wrap.view.account, .wrap.view.shop-view {
    grid-template-columns: 70vw 1fr;
  }
  .wrap.view {
    grid-template-columns: 1fr 350px;
  }
  .view .container {
    grid-column: 1 / 2;
  }
  .wrap.view .sidebar {
    grid-column: 2 / 3;
    padding-right: 20px;
  }
  .view.account .container {
    grid-column: 1/2;
  }
  .wrap.view.account .sidebar {
    grid-column: 2/3;
  }
  .view .sidebarsticky {
    width: 350px;
  }
  .route-map {
    bottom: 12px;
  }
  .shop-view .objects-list {
    margin-top: 30px;
  }
  .tourism-ads {
    margin-left: -15px;
    margin-right: -15px;
    height: 375px;
  }
  .tourism-ads .iphone, .tourism-ads .ads-desc {
    display: none !important;
  }
  .tourism-ads .text-area {
    padding-left: 47px;
    text-align: center;
  }
  .tourism-ads .mobile-store {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
  }
  .tourism-ads .mobile-store a {
    display: block;
  }
}
@media (max-width: 1076px) {
  .widget-list-item .featured-x {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    padding-top: 0px;
  }
  .wrap-content .widgets-page.sidebar-force .widget-list-item .column-type-2-4-2 {
    grid-template-columns: repeat(auto-fill, minmax(286px, 1fr));
  }
  .wrap.event-view .sidebar {
    width: 350px;
  }
  .sidebar-basket {
    min-width: initial;
  }
  .purchase-content {
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    padding-right: 0px;
  }
  .purchase-content .info-block:not(:last-child):after {
    right: -20px;
  }
  .wrap.view.search {
    grid-template-columns: 1fr;
  }
  .wrap.view.search .container {
    grid-column: 1/3;
  }
  .sidebarsticky, .my-route .sidebarsticky {
    width: calc(100vw - 50%);
  }
  .property-list {
    grid-template-columns: 1fr 1fr;
  }
  .contact-block {
    grid-template-columns: 1fr 1fr;
  }
  .wrap.event-view {
    grid-template-columns: calc(100% - 350px) 350px;
  }
  .sagment-title {
    height: calc(100% - 56px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 960px) {
  .wrap.list .sidebarsticky {
    width: calc(100% - 440px);
  }
  .list.shop-list .sidebar > div:first-child {
    right: 20px;
  }
  .event-list .objects-list .object-cont {
    grid-column: 1/2;
  }
  .gallery-mosaic.layout1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a a" "b b" "c c";
  }
  .gallery-mosaic.layout2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "a a b b" "a a c c";
  }
  .objects-list.news-list .object-cont {
    width: 100%;
  }
  .news-list .list-info {
    grid-template-columns: 1fr;
  }
  .list .objects-list {
    grid-template-columns: 1fr;
  }
  .shipping-info.login-info {
    grid-template-columns: 1fr;
  }
  .pickup, .pay-method {
    max-width: 500px;
  }
  .pickup h3, .pickup ul, .pay-method h3, .pay-method ul {
    padding-left: 0;
    border: 0;
  }
  .pickup li, .pay-method li {
    max-width: initial !important;
  }
  .view .sidebar .new-price {
    width: 100%;
  }
  .objects-list.shop-list .object-cont {
    grid-column: 1/3;
  }
  .list .objects-list.shop-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 22px 22px;
  }
  .objects-list .object-cont {
    width: 100%;
    grid-column: 1/3;
    margin: auto;
  }
  .sidebarsticky, .my-route .sidebarsticky {
    width: calc(100% - 420px);
  }
  .widget .objects-list .object-cont {
    grid-column: initial;
  }
  .wrap.list, .wrap.list.shop-list {
    grid-template-columns: minmax(auto, 420px) 1fr;
  }
  .sidebarsticky.shop-list {
    width: 400px !important;
  }
  .filter-block.shop-list {
    left: 20px;
  }
  .shop-list-info .selection-dropdown {
    grid-column: 1/2;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hide-medium {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .inside-container .col-md-6 {
    width: 100%;
  }
  .inside-container .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  header.small-header ~ .wrap.list .sidebarsticky, .mobile-menu:not(.hide) + .mm-page.mm-slideout .wrap.list .sidebarsticky, header.small-header ~ .wrap-content .wrap.list .sidebarsticky {
    position: fixed;
    top: 66px;
    height: calc(100vh - 66px);
    max-width: initial;
  }
  .partner-list-block .partner-list > div a img, .partner-list-block .partner-list > div span img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    max-width: 100%;
  }
  .event-list-all {
    margin-top: 35px;
  }
  .view .sidebarsticky {
    position: fixed;
  }
  .wrap.list .container {
    padding-right: 20px;
  }
  .wrap.view.object {
    grid-template-columns: 1fr;
    display: block;
  }
  .wrap.view.object .container {
    grid-column: 1/2;
  }
  .wrap.view.object .sidebar {
    width: 0;
    height: auto;
    min-height: initial !important;
  }
  .wrap.view.object .sidebar > div:first-child {
    min-height: initial !important;
  }
  .wrap-content .widgets-page.sidebar-force {
    grid-template-columns: 100%;
  }
  .widget-list-item.full .main-hp-block {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .main-hp-block .search-area.animation .hp-search {
    padding: 0px 20px;
    margin-left: 0;
  }
  .event-list .objects-list .object-cont {
    width: 100%;
  }
  .gallery-mosaic.layout1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: initial;
  }
  .gallery-mosaic.layout1 .mosaic-b, .gallery-mosaic.layout1 .mosaic-c {
    grid-template-columns: 1fr;
    grid-row: initial;
  }
  .gallery-mosaic.layout2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: initial;
  }
  .gallery-mosaic.layout2 .mosaic-b, .gallery-mosaic.layout2 .mosaic-c {
    grid-template-columns: 1fr;
    grid-row: initial;
  }
  .tourism-view-block {
    padding-right: 0;
  }
  .wrap.view .sidebar {
    padding-left: 0px;
    padding-right: 0;
  }
  .wrap.view > .container {
    padding-right: 20px;
  }
  .wrap.view > .container .main-view-photo {
    width: calc(100% + 30px) !important;
  }
  .wrap.view > .container .comment-content {
    padding-right: 0;
  }
  iframe {
    width: 100%;
  }
  .hide-small {
    display: none !important;
  }
  .footer-widget-area-right {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
  .footer-widget-area-right .contact-widget {
    margin-left: initial;
    width: 100%;
    margin: auto;
    display: flex;
    display: inline-block;
    margin-bottom: 20px;
  }
  .footer-widget-area-right .contact-widget span {
    width: 100%;
    display: inline-block;
  }
  .footer-widget-area-right .contact-widget div {
    width: auto;
    margin: auto;
    display: inline-block;
  }
  .widget .objects-list.news-list {
    grid-template-columns: 1fr;
  }
  .partner-list-block {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .partner-list-block .partner-list > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 10px 5px;
  }
  #are-you-sure {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .gallery-mosaic .object-title-cont {
    margin-right: 0;
  }
  .account-info .acc-passsword input {
    max-width: initial;
  }
  .footer-widget-area-left {
    max-width: initial;
  }
  .view.account .container {
    grid-column: 1/3;
    padding-bottom: 20px;
  }
  .wrap.view.account .sidebar {
    grid-column: 1/3;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrap.view.account .sidebar .delete-account {
    margin-top: 0;
  }
  body .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
  body .mfp-content {
    border-radius: 0;
    padding: 0;
  }
  #login-pop {
    border-radius: 0;
  }
  #login-pop .reg-block {
    padding-top: 55px;
  }
  #login-pop .login-block {
    padding-top: 20px;
  }
  #login-pop .form-zone {
    padding-top: 55px;
  }
  body .mfp-wrap {
    z-index: 99999;
  }
  body .mfp-bg {
    z-index: 99999;
  }
  .list-info .object-count {
    padding-bottom: 20px;
  }
  .list-info > div h1 {
    width: 100%;
  }
  .btn.filter-btn {
    bottom: 5px;
    display: none;
  }
  .other-shop-item.shop-list.list {
    padding-top: 24px;
  }
  .order-review .basket h1 {
    width: 100%;
  }
  .order-price-info {
    margin-right: 0;
  }
  .review-print {
    display: none;
  }
  .purchase-content {
    display: block;
    max-width: calc(100% - 95px);
    margin: auto;
  }
  .container.basket-login {
    overflow-x: hidden;
  }
  .purchase-content .info-block:not(:last-child):after {
    right: -35px;
  }
  .purchase-content .green {
    position: absolute;
    left: calc(-100% - 45px);
    width: 100%;
  }
  .purchase-content .info-block:not(.red):not(.green) {
    position: absolute;
    width: 100%;
    right: calc(-100% - 45px);
    top: 40px;
  }
  .view .sidebar .sidebar-basket {
    padding-left: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap.list.shop-list .container {
    grid-column: 1/5;
  }
  .wrap.list.shop-list .sidebar {
    width: 100%;
  }
  .app-block {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, white 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, white 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  }
  .ready-to-start {
    margin-top: 64px;
  }
  .object-slider {
    margin-top: 66px;
  }
  .object-slider h3 {
    margin-bottom: 51px;
  }
  .object-nav {
    display: none;
  }
  .ready-cont {
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: scroll;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 450px;
    margin-bottom: 5px;
  }
  .ready-cont > div {
    width: max-content;
    height: 377px;
    display: inline-block;
    white-space: nowrap;
    max-width: initial;
    padding-left: 40px;
    padding-right: 10px;
    margin-top: 32px;
  }
  .ready-cont > div .ready-one {
    float: left;
    margin-right: 10px;
    width: calc(100vw - 88px);
    height: 406px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .ready-cont > div .ready-one:last-child {
    margin-right: 15px;
  }
  .gallery-mosaic .mosaic-a .object-title-cont, .gallery-mosaic .mosaic-b .object-title-cont, .gallery-mosaic .mosaic-c .object-title-cont {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .gallery-mosaic .object-title-cont {
    padding: 5px 10px;
  }
  .footer-widget-area-left {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-widget-area-left .subscribe-widget {
    float: initial;
    width: 100%;
  }
  .footer-widget-area-left .newsletter-input {
    max-width: initial;
  }
  .footer-widget-area-left .newsletter-input .email-input-border input {
    width: 100%;
    margin-bottom: 20px;
  }
  footer {
    padding-top: 37px;
  }
  .footer-widget-area-left .newsletter-input .subscribe-category-list {
    margin-bottom: 22px;
  }
  .copyright-block {
    margin-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery-mosaic {
    margin-bottom: 10px;
    grid-template-columns: 100%;
    grid-template-areas: initial;
    grid-gap: 10px;
    margin-top: 60px;
  }
  .gallery-mosaic .mosaic-a {
    grid-area: a;
    grid-column: 1/2;
    grid-row: 1/2;
    height: 185px;
  }
  .gallery-mosaic .mosaic-b {
    grid-area: b;
    grid-column: 1/2;
    grid-row: 2/3;
    grid-gap: 10px;
  }
  .gallery-mosaic .mosaic-c {
    grid-area: c;
    grid-column: 1/2;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    grid-row: initial;
  }
  .app-block .app-buttons {
    position: relative;
    bottom: initial;
    margin: 47px auto 35px;
  }
  .app-block .app-buttons a {
    margin-bottom: 5px;
  }
  .app-block .app-block-cont {
    grid-template-columns: 1fr;
    padding-top: 27px;
  }
  .app-block .app-block-cont .app-text {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .app-block {
    height: auto;
  }
  .app-photo {
    display: none;
  }
  .scroll-down {
    position: absolute;
    right: calc(50% - 8px);
    bottom: 20px;
  }
  .main-hp-block .logo-area {
    margin-top: calc(40vh - 100px);
    text-align: center;
  }
  .main-hp-block .logo-area svg {
    display: none;
  }
  .main-hp-block .logo-area img {
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
  }
  .main-hp-block .logo-area.animation img {
    opacity: 1;
    max-width: 100%;
  }
  .main-hp-block .search-area {
    margin-top: 15px;
  }
  .main-hp-block .search-area.animation .main-desc {
    position: relative;
    top: 5px;
  }
  .main-hp-block .search-area .hp-search {
    padding: 0 15px;
  }
  .main-hp-block .search-area .hp-search:after {
    right: 35px;
  }
  .wrap.view, .wrap.view.account, .wrap.view.shop-view {
    grid-template-columns: 1fr;
  }
  #email-popup {
    width: 100%;
    padding: 19px 34px 40px 34px;
  }
  .mfp-iframe-holder .mfp-close, .mfp-close-btn-in .mfp-close {
    right: 0;
    top: 0;
  }
  .my-route .add-route-marker {
    /* display:  none; */
  }
  #delete-route-popup, #delete-object-popup {
    width: auto;
  }
  #delete-route-popup {
    padding: 5px 15px;
    text-align: center;
  }
  .route-edit-delete-block {
    display: inline-grid;
  }
  .route-edit-delete-block a {
    margin-bottom: 10px;
  }
  .myroute-info {
    width: 100%;
  }
  .list .my-route-list-grid .object-title {
    padding-right: 20px;
    height: auto !important;
    padding-top: 0;
    min-height: 44px;
  }
  .objects-list.news-list .object-cont a .event-date, .objects-list.news-list .object-cont a .object-title, .objects-list.news-list .object-cont a .object-category {
    max-width: initial;
  }
  .sidebar-ads {
    padding-left: 20px;
  }
  .sidebar {
    grid-column: 1 / 3;
    width: 100%;
    z-index: 0;
    height: 0;
    min-height: initial;
  }
  .between-sagment {
    padding: 11px 0 12px;
  }
  .route-sagment-cont {
    grid-template-columns: 29px calc(100% - 29px);
    margin-top: 43px;
  }
  .route-sagment-list {
    width: 100%;
  }
  .route-marking-img {
    width: 100%;
    max-width: initial;
  }
  .route-marking-desc {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .event-info-mobile, .item-info-mobile {
    z-index: 1000;
    display: block !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    height: 66px;
    left: 0;
    text-align: center;
    padding: 12px 6px;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.16);
  }
  .event-info-mobile a, .event-info-mobile input, .item-info-mobile a, .item-info-mobile input {
    background: #f200ff;
    color: white;
    width: calc(49% - 5px);
    margin: 0 3px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  .event-info-mobile .less-info-btn, .item-info-mobile .less-info-btn {
    background: white;
    border: 1px solid #f200ff;
    color: #f200ff;
  }
  .event-info-mobile .buy-ticket-btn, .event-info-mobile .buy-item-btn, .event-info-mobile .less-info-btn, .item-info-mobile .buy-ticket-btn, .item-info-mobile .buy-item-btn, .item-info-mobile .less-info-btn {
    display: none;
  }
  .event-info-mobile.active a, .event-info-mobile.active input, .item-info-mobile.active a, .item-info-mobile.active input {
    display: inline-block;
  }
  .event-info-mobile.active a.more-info-btn, .item-info-mobile.active a.more-info-btn {
    display: none;
  }
  .item-buy {
    display: none;
  }
  .event-view .sidebar .sidebar-content + div {
    display: none !important;
  }
  .event-other-time > a, .event-location .event-map, .event-ticket {
    display: none;
  }
  .event-other-time .other-events-date-block {
    display: block;
  }
  .wrap.event-view {
    grid-template-columns: 100%;
    padding-top: 66px;
  }
  .wrap.event-view .sidebar {
    grid-column: 1 / 3;
    width: 100%;
    z-index: 9999;
    height: 0;
    position: fixed;
    left: 100%;
  }
  .view .sidebar .sidebar-content, .event-view .sidebar .sidebar-content {
    top: 66px !important;
    left: 100%;
    position: fixed;
    padding: 20px 20px;
    width: 100% !important;
    max-width: initial;
    padding-left: 30px !important;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  .view .sidebar .sidebar-content.active, .event-view .sidebar .sidebar-content.active {
    left: 0%;
    z-index: 99;
    overflow-y: scroll;
    height: calc(100vh - 132px);
  }
  .sidebar-content {
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    background-color: white;
  }
  #filter.event-filter {
    position: absolute;
    left: 0%;
    background-color: white;
    width: 100%;
    max-width: initial;
    top: 0px;
    padding: 0px 20px;
    height: calc(100vh - 132px);
    overflow-y: scroll;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  #filter.event-filter.active {
    left: -100%;
    z-index: 1;
  }
  .event-filter .filter-content {
    padding-top: 20px;
  }
  .wrap.list.editable-paragraphs {
    grid-template-columns: 1fr;
  }
  .wrap.list.editable-paragraphs {
    grid-template-columns: 100%;
    padding-bottom: 0;
  }
  .wrap.list.wrap.list.editable-paragraphs .container {
    grid-column: 1/2;
  }
  .wrap.list.wrap.list.editable-paragraphs .container.widget {
    padding-left: 0;
    padding-right: 0;
  }
  .calendar {
    width: 100%;
    position: absolute;
    left: 100%;
    background: white;
    max-width: initial;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 370px 1fr;
    height: calc(100vh - 125px);
    top: 0px;
    grid-template-rows: 35px 1fr 1fr auto;
    padding-top: 18px;
    position: fixed;
    top: 66px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  .calendar .filter-clear {
    display: none;
  }
  .calendar.active {
    left: 0%;
    z-index: 1;
    width: inherit;
    position: fixed;
    top: 66px;
  }
  .event-list .sidebar .calendar h3, .calendar > li {
    grid-column: 2/3;
  }
  .years-plan {
    display: block;
    margin: 0 auto;
  }
  .month-name.selection-dropdown, .year-list.selection-dropdown {
    display: inline-block;
  }
  .calendar li {
    list-style: none;
    max-width: 370px;
    margin: auto;
    width: 100%;
  }
  .wrap.list {
    grid-template-columns: 100%;
    padding-bottom: 70px;
  }
  .list .objects-list {
    grid-template-columns: 100%;
  }
  .objects-list .object-cont {
    width: 100%;
    grid-column: 1/2;
  }
  .map-close-fullscreen {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 99999 !important;
  }
  .sidebar {
    grid-column: 1 / 3;
    width: 100%;
    z-index: 9999;
    height: 0;
  }
  .sidebarsticky {
    width: 100%;
    top: 0;
    left: 100%;
    z-index: 9999;
    height: calc(100vh - 67px);
  }
  .full-map .sidebarsticky {
    left: 0%;
  }
  .list-photo {
    margin-left: -20px;
    margin-right: -20px;
  }
  .list-photo img {
    width: calc(100% + 30px);
    height: 150px;
  }
  .selection-dropdown {
    display: none;
  }
  .sidebar .selection-dropdown {
    display: initial;
  }
  .mobile-filter-map-content {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 66px;
    width: 100%;
    background: white;
    padding: 13px 10px;
    z-index: 999;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.16);
  }
  .mobile-filter-map-content .mobile-filter-map-button {
    display: block;
    text-align: center;
  }
  .mobile-filter-map-content .mobile-filter-map-button div {
    background: #f200ff;
    color: white;
    height: 40px;
    width: 49%;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    cursor: pointer;
  }
  .mobile-filter-map-content .mobile-filter-map-button div.selected {
    background: #06B223;
    color: white !important;
  }
  .mobile-filter-map-content .mobile-filter-map-button .mobile-cancel {
    background-color: white;
    border: 1px solid #f200ff;
    color: #f200ff;
  }
  .ps--active-x > .ps__rail-x {
    display: none;
  }
  .ps--active-y > .ps__rail-y {
    margin-right: 0;
  }
  .filter {
    width: 100%;
    height: calc(100vh + -140px);
    max-width: 100%;
  }
  .filter-block {
    height: calc(100% + -132px);
    left: -200%;
    width: 100% !important;
    overflow-y: scroll;
    top: 66px;
    z-index: -1;
  }
  .filter-block.shop-list {
    width: 100%;
    height: calc(100% + 1px);
    left: 0%;
    width: 100vw;
    overflow-y: scroll;
    overflow-x: initial;
  }
  .filter-block.shop-list.active {
    left: -100vw;
  }
  .filter-block.active {
    left: 0%;
  }
  .filter-content, .route-distance {
    max-width: initial;
    margin-right: 0;
    padding-bottom: 0;
  }
  #distance_filter {
    width: calc(100% - 5px);
  }
  .filter-close {
    display: none;
  }
  .sidebar #map {
    width: 100vw;
    height: 100vh;
  }
  #filter .button-group li > label:hover {
    color: #1F1C1C;
  }
  .wrap.view, .wrap.view.shop-view {
    grid-template-columns: 100%;
    padding-top: 66px;
    padding-bottom: 30px;
  }
  .service-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 150px !important;
    overflow-x: scroll !important;
    overflow-y: hidden;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .service-gallery a {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    width: 80vw;
    height: 128px;
  }
  .service-gallery a span {
    display: none;
  }
  .service-gallery a.hidden {
    display: inline-block !important;
  }
  .service-gallery a:first-child {
    margin-left: 15px;
  }
  h1 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  .like-dislike-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 42px;
  }
  .like-dislike-button .like-dislike {
    margin-right: 0;
  }
  .share-block {
    width: fit-content;
    margin-top: 0;
    margin-left: -14px;
  }
  .share-block #socialShare {
    margin-left: -14px;
  }
  .share-list li {
    margin-left: 0;
  }
  .share-list .btn:hover {
    background: white;
    color: #f200ff;
  }
  .tourism-view-block .justified-gallery {
    height: 150px !important;
    overflow-x: scroll !important;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .tourism-view-block .gallery-content .object-gallery a {
    position: relative;
    display: inline-block;
    margin-right: 6px;
  }
  .tourism-view-block .gallery-content .object-gallery {
    margin-left: 20px;
  }
  .tourism-view-block .gallery-content .object-gallery a:last-child {
    margin-right: 10px;
  }
  .gallery-content > .gallery-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  #review-b .user-photo {
    margin-left: 0;
    margin-right: 10px;
  }
  #review-b {
    margin-top: 22px;
    margin-bottom: 25px;
  }
  #review-b .user {
    width: 100%;
  }
  #review-b .like-dislike {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
  }
  #review-b .like-dislike label.like-count {
    margin-left: initial;
  }
  #review-b .like-dislike label:before {
    font-size: 26px;
  }
  #review-b .like-dislike label.dislikes:before {
    display: initial;
    bottom: -10px;
    position: relative;
  }
  #review-b textarea {
    padding: 16px 20px;
    height: 200px;
  }
  .review-block ul li {
    padding: 30px 20px;
  }
  .review-block ul .user-photo {
    float: initial;
    position: initial;
    left: initial;
    margin-bottom: 12px;
  }
  .review-block ul .review-date {
    position: absolute;
    top: 25px;
    right: 20px;
  }
  #review-b [type="submit"] {
    min-width: 150px;
    display: table;
    margin: auto;
  }
  .review-block {
    margin-bottom: 0px;
  }
  .property-list {
    grid-template-columns: 1fr;
  }
  .service-gallery a:hover img, .tourism-view-block .object-gallery a:hover img {
    opacity: 1;
  }
  .main-view-photo {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .main-view-photo a {
    overflow: hidden;
    width: inherit;
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .mobile-show-map {
    background: white;
    color: #f200ff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 52px;
    position: absolute;
    right: 20px;
    bottom: 0px;
    border-radius: 100%;
    z-index: 9999;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  }
  .event-location .mobile-show-map {
    position: relative;
    right: initial;
    margin-top: 10px;
  }
  .mobile-show-map:before {
    content: "";
    font-family: "bebras" !important;
    font-size: 26px;
  }
  .sidebar-menu-cont {
    display: none;
  }
  .content-list {
    width: 100%;
    margin-bottom: 0;
  }
  .content-list img {
    max-width: 100%;
    height: auto;
  }
  table {
    margin: auto;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    width: fit-content !important;
    max-width: 100%;
  }
  th {
    text-align: left;
    text-transform: uppercase;
    border-top: none;
  }
  td {
    /* white-space: nowrap; */
  }
  .event-list.years-list .sidebar {
    display: none;
  }
  .page-print {
    display: none;
  }
  .route-info-view {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .route-info-view .route-property-list {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }
  .route-info-view .route-about .route-property-list {
    grid-row-gap: 4px;
  }
  .route-info-view .route-cover .route-property-list {
    grid-row-gap: 19px;
  }
  .sagment-photo {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  }
  .sagment-category {
    padding-left: 0;
    margin-top: 13px;
    width: calc(100% - 110px);
  }
  .sagment .sagment-time {
    float: right;
    position: absolute;
    right: 0;
    top: 173px;
    width: 110px;
    text-align: right;
  }
  .sagment-title, .my-route-view .sagment-title {
    margin-top: 2px;
    width: 100%;
    padding-left: 0;
    height: auto;
    max-height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .between-sagment .distance span:before {
    color: rgba(242, 0, 255, 0.3);
  }
  .sagment .sagment-time span:before {
    color: rgba(242, 0, 255, 0.6);
  }
  .route-sagment-cont .dots {
    margin-bottom: 0;
    height: calc(100% - 79px);
  }
  .sagment {
    display: inline-block;
    height: auto;
    width: 100%;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  }
  .sagment:before {
    top: 72px;
  }
  .sagment a:hover .sagment-photo img {
    opacity: 1;
  }
  .sagment a:hover .sagment-category, .sagment a:hover .sagment-time {
    color: rgba(31, 28, 28, 0.7);
  }
  .sagment a:hover .sagment-title {
    color: #1F1C1C;
  }
  .view.account .container.basket {
    overflow-x: hidden;
    grid-column: 1/3;
  }
  .spinner:after {
    top: 100px;
  }
  .wrap.view.account.basket .sidebar {
    grid-column: 1/2;
    height: auto;
  }
  .gpx-btn {
    margin-top: 0px;
    float: none;
    margin-left: 0;
  }
  .wrap.view.basket.order-review .container.basket {
    grid-column: 1;
  }
  table th:nth-child(3), table th:nth-child(4), table th:nth-child(5) {
    text-align: center;
    min-width: initial;
  }
  .mobile-fullscreen-exit {
    display: block;
  }
}
@media (max-width: 560px) {
  .route-object-info, .my-route-list-grid .route-object-info {
    width: calc(100% - 15px);
    display: inline-block;
  }
  .route-object-info .route-property {
    width: auto;
    margin-right: 15px;
  }
  button.mfp-close, button.mfp-close:active {
    right: -15px;
    top: -8px;
  }
  #login-pop .reg-block .form-zone form .reg-input-area {
    display: grid;
    grid-template-columns: 1fr;
  }
  .login-block-container {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
  #login-pop .form-zone {
    padding-right: 0;
    margin-bottom: 30px;
  }
  #login-pop .reg-block .form-zone {
    margin-bottom: 0;
  }
  #login-pop .form-zone .btn-area {
    width: 100%;
    max-width: initial;
  }
  #login-pop .form-zone form {
    padding-top: 10px;
  }
  #login-pop {
    padding: 15px 20px 30px;
  }
  #login-pop .members-cont h3 {
    padding-left: 0;
  }
  .social-login-content {
    padding-left: 0px;
    border-left: 1px solid rgba(115, 129, 135, 0);
    height: calc(100% - 77px);
    padding-top: 25px;
    margin-top: 0px;
  }
  .order-info-container {
    display: grid;
    grid-template-columns: 1fr;
  }
  .order-info-container .customer-detail-info {
    grid-template-columns: 1fr;
  }
  .order-info-container .order-info .order-info-block, .order-info-container .order-info h3 {
    padding-left: 0;
    border-left: 0;
  }
  table .photo-area {
    display: none;
  }
  .basket table {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important;
    max-width: calc(100% + 30px);
  }
  .acc-info-block {
    margin-top: 9px;
  }
  .login-info .block span {
    padding-left: 20px;
  }
  .login-info .login-block h3 {
    margin-bottom: 35px;
  }
  .login-with-social .block {
    padding-top: 58px;
    padding-bottom: 45px;
  }
  .purchase-content {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .login-info {
    grid-template-columns: 1fr;
  }
  .login-info .block input {
    max-width: initial;
  }
  .login-info .acc-info-block .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .login-with-social h3 {
    padding-left: 0;
  }
  .login-info .login-with-social .block {
    border-width: 0;
    padding-left: 0;
  }
  .login-with-social .fb-login, .login-with-social .g-login {
    max-width: initial;
  }
  .lost-create-block {
    max-width: initial;
  }
  .purchase-content .info-block:not(.red):not(.green) {
    top: 20px;
  }
  .account-info {
    grid-template-columns: 1fr;
  }
  .account-info .acc-passsword h3, .account-info .acc-passsword .block {
    padding-left: 0px;
    border: 0;
  }
  .account-info .acc-info-block .block {
    grid-template-columns: 1fr;
  }
  .contact-block {
    grid-template-columns: 1fr;
  }
  .contact-block > div {
    width: 100%;
  }
  .events-calendar {
    grid-column-gap: 5px;
  }
  .events-calendar li .day {
    margin: auto;
  }
  .event-list .sidebar .calendar h3, .calendar > li {
    grid-column: 1/1;
    max-width: 310px;
    margin: auto;
    width: 100%;
  }
  .calendar {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 420px) {
  .widget-list-item .column-count-3 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media only screen and (max-width: 1540px) {
  .filter-block {
    top: 66px;
  }
  #left-side .object-list {
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .main-hp-block .logo-area.animation img {
    max-width: 200px;
  }
}
@media print {
  .sidebar, .page-print, .menu-con, .top-nav-mobile-toggle, footer, .review-print, .admin-bar-cont, .btn {
    display: none;
  }
  a[href]:after {
    content: none;
  }
  table de {
    padding: 10px;
  }
  .order-item table {
    width: 150vw !important;
  }
  .wrap.list.event-list .container, .wrap.list.event-list, .event-years-list {
    height: 10vh !important;
    max-height: 10vh !important;
  }
  .logo a img {
    height: 40px !important;
  }
  .share-block, .comment-content {
    display: none;
  }
  .route-info-view {
    grid-template-columns: 1fr 1fr;
  }
  .between-sagment .distance-desc, .between-sagment .distance-more {
    display: block !important;
  }
  .sagment-photo {
    width: 174px !important;
  }
  .sagment-category {
    width: calc(100% - 174px) !important;
    padding-left: 20px !important;
  }
  .sagment-title {
    width: calc(100% - 174px) !important;
    padding-left: 20px !important;
  }
  .sagment .sagment-time {
    padding-left: 20px !important;
    display: inline-block !important;
    position: relative !important;
    float: initial;
    right: initial;
    top: initial;
    text-align: left;
  }
  .gallery-content {
    display: none;
  }
  .route-sagments {
    page-break-before: always;
  }
  .route-sagments .route-sagment-cont {
    margin-top: 0;
  }
}
.swiper-slide.styled-swiper-slide {
  width: 360px;
  height: auto;
  text-align: center;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  overflow: hidden;
}
.swiper-slide.styled-swiper-slide .object-photo {
  width: 100%;
  height: 360px;
  float: initial;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.swiper-slide.styled-swiper-slide .object-photo img {
  margin-left: initial;
  transform: none;
  min-width: calc(100%);
}
.swiper-slide.styled-swiper-slide .title {
  margin-top: 31px;
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 57px;
  padding-left: 10px;
  padding-right: 10px;
}
.swiper-slide.styled-swiper-slide .category {
  font-size: 14px;
  padding-bottom: 18px;
  padding-top: 5px;
}
.swiper-slide.styled-swiper-slide a:not(.lightbox):not(.btn):not(.object-link) {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  padding-top: 19px;
  display: none;
  border-top: 1px solid white;
  margin-left: 40px;
  margin-right: 40px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.swiper-slide.styled-swiper-slide a:focus {
  text-decoration: none;
}
.route-slider-button-block .btn, .swiper-slide.route-swiper-slide {
  width: 286px;
}
.route-slider-button-block {
  margin-top: 15px;
  margin-bottom: 15px;
}
.route-swiper-slide {
  height: auto;
  border-radius: 10px;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.route-swiper-slide .object-cont {
  height: 322px !important;
}
.route-swiper-slide .object-title {
  width: 100% !important;
  height: auto !important;
}
.route-swiper-slide .object-photo {
  width: 100% !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 10px !important;
}
.route-swiper-slide .route-object-info {
  width: 100% !important;
  margin-top: 10px !important;
}
.route-widget-swiper-container {
  overflow: hidden;
  padding-left: 2px;
}
.route-widget-swiper-container .object-nav {
  top: 0;
  left: 0;
  right: auto;
}
.route-slider-title {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .route-widget-swiper-container {
    padding-top: 35px !important;
    padding-bottom: 20px !important;
  }
  .route-widget-swiper-container .object-nav {
    display: block;
  }
  .route-swiper-slide {
    width: 286px !important;
  }
  .route-swiper-slide .object-photo {
    height: 179px !important;
  }
  .route-slider-button-block {
    margin-top: 0;
  }
  .events-slider-container {
    padding-top: 35px !important;
    padding-bottom: 0px !important;
  }
  .events-slider-container .object-nav {
    display: block;
    top: 0;
    left: 0;
    right: auto;
  }
  .event-swiper-slide .object-photo {
    height: 179px !important;
  }
}
@media (max-width: 560px) {
  .swiper-slide.swiper-slide-active .component-reload {
    height: auto !important;
  }
  .route-swiper-slide a {
    padding-top: 0 !important;
  }
  .route-slider-button-block .btn, .route-swiper-slide {
    width: 100% !important;
  }
  .route-swiper-slide .object-cont {
    height: 270px !important;
  }
}
.object-slider {
  margin-top: 90px;
  text-align: center;
}
.object-slider h3 {
  text-align: center;
  margin-bottom: 27px;
}
.object-slider .more-poi {
  min-width: 268px;
}
.widget-list-item .object-slider {
  margin-top: -16px;
  overflow: hidden;
}
.widget-list-item.full .object-slider {
  width: calc(100% + 30px);
}
.home .widget-list-item.full .object-slider {
  margin-bottom: 15px;
}
.object-nav {
  width: 72px;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 9999;
  height: 50px;
}
body .swiper-container {
  padding-top: 49px;
  padding-bottom: 70px;
}
body .swiper-button-next, body .swiper-container-rtl .swiper-button-prev, body .swiper-button-prev, body .swiper-container-rtl .swiper-button-next {
  background: none;
}
body .swiper-button-next:after, body .swiper-container-rtl .swiper-button-prev:after {
  font-family: "bebras";
  content: "";
  font-size: 26px;
}
body .swiper-button-prev:after, body .swiper-container-rtl .swiper-button-next:after {
  font-family: "bebras";
  content: "";
  font-size: 26px;
}
body .swiper-button-next, body .swiper-button-prev {
  height: 26px;
  width: 26px;
  outline: 0;
  background: white;
  border-radius: 100%;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
body .swiper-button-next:hover, body .swiper-button-prev:hover {
  color: white;
  background: #1D1D1B;
}
body .swiper-container.partner .swiper-slide.swiper-slide-active {
  margin: 0;
  padding-bottom: 0;
}
body .swiper-container.partner .swiper-slide img {
  max-width: inherit;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover;
}
body .swiper-container.partner .swiper-slide a {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
}
@media (max-width: 767px) {
  .object-slider .object-slide-seperator {
    border-top: 0 !important;
  }
}
.route-slider {
  width: 880px;
  margin: auto;
  margin-bottom: 75px;
}
#full-width-carousel .carousel-inner > .item > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
#full-width-carousel .carousel-inner > .item .slide-title {
  grid-column: 1/2;
}
#full-width-carousel .carousel-inner > .item .route-photos {
  grid-column: 2/2;
  grid-row: 1 / 3;
}
#full-width-carousel .carousel-inner > .item .slide-desc {
  grid-column: 1/2;
  grid-row: 2 / 3;
}
.route-slider h2 {
  text-align: center;
  font-size: 64px;
}
.route-photos a {
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.route-photos .col-lg-12 {
  margin-bottom: 10px;
}
.route-photos .col-lg-12 a {
  height: 248px;
}
.route-photos .col-lg-6 a {
  height: 118px;
}
.route-photos .photos-half {
  margin-right: -10px;
  margin-left: -10px;
}
.route-photos .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.route-photos a img {
  width: 100%;
  height: inherit;
  max-width: inherit;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.route-photos a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(242, 0, 255, 0.5);
  color: white;
  line-height: 118px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
}
.carousel-control.left, .carousel-control.right {
  background: none;
}
.transition-timer-carousel-progress-bar-block {
  background: #1F1C1C;
  width: calc(100% - 100px);
  float: left;
}
.transition-timer-carousel-progress-bar {
  height: 4px;
  background-color: #06B223;
  width: 50%;
  margin: 0 0 0 0;
  border: none;
  z-index: 11;
  position: relative;
}
.carousel-control-block {
  width: 90px;
  position: relative;
  float: right;
  margin-top: 19px;
}
.carousel-control-block .num {
  width: 100%;
  text-align: center;
  color: #EFEFEF;
}
.carousel-control, .carousel-control:focus {
  color: #EFEFEF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  font-size: 16px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.carousel-control:hover {
  color: #06B223;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.indicators-block {
  display: inline-block;
  width: 100%;
}
.indicators-block .slider-title {
  color: #EFEFEF;
  font-size: 16px;
  float: left;
  height: 30px;
  min-width: 30px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
/* .carousel-fade {
  .carousel-inner {
    .item {
      opacity: 0;
      transition-property: opacity;
    }

    .active {
      opacity: 1;
    }

    .active.left,
    .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }

    .next.left,
    .prev.right {
      opacity: 1;
    }
  }

} */
.carousel-inner h3 {
  margin-top: 0;
}
.carousel-inner .desc {
  margin-top: 40px;
  height: 330px;
  max-height: 330px;
  overflow: hidden;
}
.carousel-inner .desc ul {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}
.carousel-inner .desc ul li {
  padding-left: 30px;
  position: relative;
}
.carousel-inner .desc ul li:before {
  content: "○";
  color: #06B223;
  display: inline-block;
  line-height: 25px;
  float: left;
  margin-right: 19px;
  font-size: 20px;
  position: absolute;
  left: 0px;
}
#full-width-carousel {
  margin-top: 33px;
}
.carousel-inner .btn {
  color: #f200ff;
  border: 1px solid #f200ff;
  border-radius: 5px;
  font-style: italic;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  height: 60px;
  line-height: 34px;
  display: inline-block;
  padding: 10px 15px;
  margin: 50px 30px 30px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.carousel-inner .btn:hover {
  text-decoration: none;
  outline: 0;
  background: #f200ff;
  color: white;
}
.carousel-inner .btn.read-more {
  display: none;
}
.project-info {
  width: 880px;
  margin: auto;
  padding-top: 80px;
}
.project-info h2 {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 64px;
  line-height: 80px;
  font-family: "Times New Roman", Times, serif;
  color: #f200ff;
  margin-bottom: 78px;
}
.project-info h3 {
  font-size: 26px;
  margin-bottom: 40px;
}
.project-info .swiper-wrapper .swiper-slide {
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 37px 60px 1px 20px;
}
.project-info .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 522px;
  border: 2px solid white;
  border-radius: 5px;
  margin-top: -1px;
  max-width: inherit;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.project-info .swiper-wrapper .swiper-slide ul {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.project-info .swiper-wrapper .swiper-slide ul li {
  width: 50%;
  float: left;
  list-style: none;
  text-align: left;
}
.project-info .swiper-wrapper .swiper-slide ul li:before {
  content: "○";
  color: #06B223;
  display: inline-block;
  line-height: 25px;
  float: left;
  margin-right: 19px;
  font-size: 20px;
}
.project-info .swiper-container {
  width: calc(100%);
  height: 610px;
  margin-left: auto;
  margin-right: auto;
  overflow: initial;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 40px;
}
.project-info .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0 !important;
}
.project-info .swiper-container .swiper-slide.swiper-slide-active {
  z-index: 10;
  opacity: 1 !important;
}
.gallery-top {
  height: 610px;
  width: 100%;
}
.gallery-thumbs {
  height: 209px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 49px;
}
.gallery-thumbs .swiper-slide {
  width: 20%;
  padding-right: 10px;
  padding-left: 10px;
  height: initial;
  float: left;
}
.project-info .swiper-slide a.button {
  border: 1px solid #f200ff;
  border-radius: 5px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 57px;
  font-family: "Times New Roman", Times, serif;
  color: #f200ff;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  float: left;
  width: 100%;
  outline: 0;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.swiper-slide a.button.red {
  background: #06B223;
  color: white;
  border-color: #06B223;
}
.swiper-slide .two-btn > a.button {
  width: calc(50% - 10.5px);
  margin-right: 10px;
}
.swiper-slide a.button:hover {
  background: #f200ff;
  color: white;
  border-color: #f200ff;
  text-decoration: none;
}
.swiper-slide a.button:focus {
  text-decoration: none;
}
.project-info .swiper-wrapper .swiper-slide .slide-photo-block {
  overflow: hidden;
}
.ui-widget.ui-widget-content {
  margin-bottom: 12px;
  border-radius: 0px;
  margin-left: 9px;
  margin-top: 11px;
}
.ui-slider .ui-slider-handle {
  border-radius: 7px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0px solid white;
  background: #1F1C1C;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-hover.ui-state-focus, .ui-widget-header .ui-state-hover, .ui-button:hover {
  border: 0px solid #cccccc;
  background: #1D1D1B;
  font-weight: normal;
  color: #2b2b2b;
  cursor: pointer;
}
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:focus {
  background: #1F1C1C;
}
.ui-widget-header {
  background: #f200ff;
}
.ui-widget.ui-widget-content {
  background: #EFEFEF;
  border-radius: 20px;
}
.ui-widget.ui-widget-content {
  border: 0;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  height: 27px;
  width: 12px;
  /* margin-left: 0; */
}
.ui-widget-content .ui-state-default:last-child {
  /* margin-left: -12px; */
}
.ui-slider-horizontal {
  height: 15px;
}
.ui-slider-horizontal .ui-slider-handle:focus, .ui-slider-horizontal .ui-slider-handle:hover {
  outline: 0;
}
.ui-sortable-handle {
  -ms-touch-action: initial;
  touch-action: initial;
}
.swiper-slide.styled-swiper-slide {
  width: 360px;
  height: auto;
  text-align: center;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  overflow: hidden;
}
.swiper-slide.styled-swiper-slide .object-photo {
  width: 100%;
  height: 360px;
  float: initial;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.swiper-slide.styled-swiper-slide .object-photo img {
  margin-left: initial;
  transform: none;
  min-width: calc(100%);
}
.swiper-slide.styled-swiper-slide .title {
  margin-top: 31px;
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 57px;
  padding-left: 10px;
  padding-right: 10px;
}
.swiper-slide.styled-swiper-slide .category {
  font-size: 14px;
  padding-bottom: 18px;
  padding-top: 5px;
}
.swiper-slide.styled-swiper-slide a:not(.lightbox):not(.btn):not(.object-link) {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  padding-top: 19px;
  display: none;
  border-top: 1px solid white;
  margin-left: 40px;
  margin-right: 40px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.swiper-slide.styled-swiper-slide a:focus {
  text-decoration: none;
}
.route-slider-button-block .btn, .swiper-slide.route-swiper-slide {
  width: 286px;
}
.route-slider-button-block {
  margin-top: 15px;
  margin-bottom: 15px;
}
.route-swiper-slide {
  height: auto;
  border-radius: 10px;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.route-swiper-slide .object-cont {
  height: 322px !important;
}
.route-swiper-slide .object-title {
  width: 100% !important;
  height: auto !important;
}
.route-swiper-slide .object-photo {
  width: 100% !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 10px !important;
}
.route-swiper-slide .route-object-info {
  width: 100% !important;
  margin-top: 10px !important;
}
.route-widget-swiper-container {
  overflow: hidden;
  padding-left: 2px;
}
.route-widget-swiper-container .object-nav {
  top: 0;
  left: 0;
  right: auto;
}
.route-slider-title {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .route-widget-swiper-container {
    padding-top: 35px !important;
    padding-bottom: 20px !important;
  }
  .route-widget-swiper-container .object-nav {
    display: block;
  }
  .route-swiper-slide {
    width: 286px !important;
  }
  .route-swiper-slide .object-photo {
    height: 179px !important;
  }
  .route-slider-button-block {
    margin-top: 0;
  }
  .events-slider-container {
    padding-top: 35px !important;
    padding-bottom: 0px !important;
  }
  .events-slider-container .object-nav {
    display: block;
    top: 0;
    left: 0;
    right: auto;
  }
  .event-swiper-slide .object-photo {
    height: 179px !important;
  }
}
@media (max-width: 560px) {
  .swiper-slide.swiper-slide-active .component-reload {
    height: auto !important;
  }
  .route-swiper-slide a {
    padding-top: 0 !important;
  }
  .route-slider-button-block .btn, .route-swiper-slide {
    width: 100% !important;
  }
  .route-swiper-slide .object-cont {
    height: 270px !important;
  }
}
.object-slider {
  margin-top: 90px;
  text-align: center;
}
.object-slider h3 {
  text-align: center;
  margin-bottom: 27px;
}
.object-slider .more-poi {
  min-width: 268px;
}
.widget-list-item .object-slider {
  margin-top: -16px;
  overflow: hidden;
}
.widget-list-item.full .object-slider {
  width: calc(100% + 30px);
}
.home .widget-list-item.full .object-slider {
  margin-bottom: 15px;
}
.object-nav {
  width: 72px;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 9999;
  height: 50px;
}
body .swiper-container {
  padding-top: 49px;
  padding-bottom: 70px;
}
body .swiper-button-next, body .swiper-container-rtl .swiper-button-prev, body .swiper-button-prev, body .swiper-container-rtl .swiper-button-next {
  background: none;
}
body .swiper-button-next:after, body .swiper-container-rtl .swiper-button-prev:after {
  font-family: "bebras";
  content: "";
  font-size: 26px;
}
body .swiper-button-prev:after, body .swiper-container-rtl .swiper-button-next:after {
  font-family: "bebras";
  content: "";
  font-size: 26px;
}
body .swiper-button-next, body .swiper-button-prev {
  height: 26px;
  width: 26px;
  outline: 0;
  background: white;
  border-radius: 100%;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
body .swiper-button-next:hover, body .swiper-button-prev:hover {
  color: white;
  background: #1D1D1B;
}
body .swiper-container.partner .swiper-slide.swiper-slide-active {
  margin: 0;
  padding-bottom: 0;
}
body .swiper-container.partner .swiper-slide img {
  max-width: inherit;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover;
}
body .swiper-container.partner .swiper-slide a {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
}
@media (max-width: 767px) {
  .object-slider .object-slide-seperator {
    border-top: 0 !important;
  }
}
.widget-list-item.full-object-slider .swiper-slide {
  border-radius: 10px;
}
.swiper-container.top-slider {
  padding: 0;
  height: 433px;
}
.swiper-container.top-slider .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
.swiper-container.top-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container.top-slider .swiper-pagination-bullet {
  opacity: 0.5;
}
.swiper-container.top-slider .swiper-slide {
  width: 100%;
  margin: 0;
  border-radius: 0;
  background: none;
  padding: 0;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
}
.swiper-container.top-slider .swiper-slide a {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  height: 100%;
}
.swiper-container.top-slider .swiper-slide a img {
  object-fit: cover;
  max-width: inherit;
  height: 100%;
  min-width: calc(100%);
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-container.top-slider .swiper-slide a .slidertitle {
  position: absolute;
  top: 50px;
  left: 50px;
  display: flex;
  font-size: 28px;
  text-transform: initial;
}
.swiper-container iframe {
  pointer-events: none;
}
.swiper-thumbnails {
  margin-bottom: 20px;
}
.swiper-thumbnails .swiper-slide > div {
  border: 1px solid #f200ff;
  color: #f200ff;
  border-radius: 5px;
  text-align: center;
  height: 209px;
  font-style: italic;
  font-size: 26px;
  line-height: 57px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  cursor: pointer;
  padding-top: 50px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.swiper-thumbnails .swiper-slide > div span {
  display: inline-block;
  width: 100%;
  font-size: 48px;
}
.swiper-thumbnails .swiper-slide > div:hover {
  border-color: #06B223;
}
.swiper-thumbnails .swiper-slide.is-active > div {
  color: white;
  border-color: #f200ff;
}
.object-slider .swiper-slide.swiper-slide-active {
  color: white;
  margin-top: -30px;
  margin-bottom: -30px;
  padding-bottom: 22px;
}
.object-slider .swiper-slide.swiper-slide-active a {
  display: block;
}
@media (max-width: 767px) {
  .swiper-slide .object-photo {
    height: calc(100vw - 80px);
  }
  .styled-swiper-slide {
    width: calc(100% - 60px);
  }
  .gallery-with-description {
    position: relative;
  }
  .gallery-with-description .swiper-container.top-slider {
    height: auto;
  }
  .gallery-with-description .bottom-part-wrapper {
    padding-bottom: 15px;
  }
}
@media (max-width: 560px) {
  .swiper-slide.swiper-slide-active {
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 22px;
    -webkit-transition: background-color 500ms ease-in-out;
    -ms-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
  }
  .swiper-slide.swiper-slide-active .object-photo {
    height: calc(100vw - 80px);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  .swiper-slide .object-photo, .swiper-slide .title, .swiper-slide .category {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .swiper-slide .title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .swiper-slide a:not(.lightbox):not(.btn) {
    height: 0;
    padding: 0;
    border: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .styled-swiper-slide.swiper-slide-active a:not(.lightbox):not(.btn) {
    height: 48px;
    border-top: 1px solid white;
    padding-top: 19px;
  }
}
.object-slider .swiper-slide-active {
  background: #f53d72 !important;
}
.object-slider .swiper-slide-active .object-link {
  font-family: "Open Sans";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
}
.object-slider .swiper-slide-active .object-link:hover {
  color: #1D1D1B;
}
.object-slider .object-slide-seperator {
  width: 80%;
  border-top: 1px solid white;
  margin: 0 auto;
  padding-bottom: 18px;
}
.object-slider .swiper-slide:not(.swiper-slide-active) .object-slide-seperator, .object-slider .swiper-slide:not(.swiper-slide-active) .object-link {
  display: none;
}
.swiper-container.top-slider .swiper-slide a {
  display: flex;
}
.slide-link-btn {
  border-top: 0 !important;
}
.bootstrap-list a:not([href]):not([tabindex]) {
  color: #1F1C1C;
}
.leaflet-control-container {
  height: 100%;
}
.map-object-photo-wrap {
  top: -45px;
  left: -18px;
  background: none;
  border: none !important;
  margin: 0 !important;
  box-shadow: none;
  width: auto !important;
  height: auto !important;
}
.map-object-photo {
  border: 2px solid #f200ff !important;
  border-radius: 50% !important;
  width: 34px !important;
  height: 34px !important;
  overflow: hidden !important;
  position: relative;
}
.map-object-photo-wrap.basepoint .map-object-photo {
  border: 5px solid #000 !important;
  height: 60px !important;
  width: 60px !important;
}
.map-object-photo-wrap.basepoint .map-object-photo.selected {
  border: 5px solid red !important;
}
.map-object-photo-wrap.basepoint .triangle-down {
  left: 21px;
  border-top: 10px solid #000;
}
.map-object-photo-wrap.basepoint .triangle-down.selected {
  border-top: 10px solid red;
}
.map-object-photo.selected {
  border: 4px solid red !important;
}
.map-object-photo-wrap.square .map-object-photo {
  border-radius: 10% !important;
}
.map-object-photo img {
  width: 100% !important;
  height: 100% !important;
}
.triangle-down {
  position: absolute;
  bottom: -8px;
  left: 9px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #f200ff;
}
.triangle-down.selected {
  border-top: 10px solid red;
}
.leaflet-marker-icon.map-object-photo-wrap.basepoint.leaflet-zoom-animated.leaflet-interactive {
  z-index: 9999 !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #f200ff;
  height: 40px;
  padding: 0 10px;
  padding-top: 5px;
  border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #f200ff transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-search--dropdown .select2-search__field {
  color: #1F1C1C;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f200ff;
}
.select2-search--dropdown .select2-search__field {
  padding: 0 10px;
}
.mm-menu {
  background: white;
  top: 0;
}
.mm-listview > li {
  padding: 8px 0;
}
.mm-listview a, .mm-listview span {
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.mm-listview > li > a, .mm-listview > li > span {
  color: #1F1C1C;
  line-height: 33px;
  padding: 3px 10px 4px 14px !important;
  border-left: 6px solid white;
}
.mm-listview > li > a.selected, .mm-listview > li > span.selected {
  border-left: 6px solid #06B223;
}
.mm-menu .mm-listview {
  border-color: rgba(168, 127, 127, 0);
}
.menu-con .close-mm {
  display: none;
}
.mm-navbars-top {
  border: 0;
  height: 76px;
}
.mm-navbar .mm-title {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  border: 0;
}
.mm-navbar {
  height: auto;
}
.mm-hasnavbar-top-1 .mm-panels {
  top: 76px;
  margin-top: 38px;
  height: calc(100% - 200px);
}
.mobile-menu .menu-logo {
  text-align: left;
  margin-left: 21px;
}
.mm-navbars-bottom {
  border-top: 0;
  margin-bottom: 20px;
}
.mm-listview > li.selected > a:last-child, .mm-listview > li.selected > span {
  border-left-color: #06B223;
}
.mm-panels > .mm-panel::-webkit-scrollbar {
  -webkit-appearance: none;
}
.mm-panels > .mm-panel::-webkit-scrollbar:vertical {
  width: 12px;
}
.mm-panels > .mm-panel::-webkit-scrollbar:horizontal {
  height: 12px;
}
.mm-panels > .mm-panel::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.mm-panels > .mm-panel::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: #1F1C1C;
}
#filter .button-group li > label {
  font-weight: 400;
}
#filter .button-group li > label:hover {
  font-weight: 600;
}
#filter .button-group input[type=radio]:checked + label {
  font-weight: 600;
  color: #f200ff;
}
#filter .button-group input[type=radio]:checked + label span:after {
  content: "";
  color: #f200ff;
}
.event-list .object-title {
  font-weight: 600 !important;
}
.object-slider .swiper-slide {
  border-radius: 10px;
}
.object-slider .swiper-slide a {
  padding-bottom: 19px;
}
.object-slider .swiper-slide a:hover {
  color: #1D1D1B;
}
.ready-to-start .btn:hover {
  background: #005202;
  border: 2px solid #005202;
}
.widgets-page .full .box-list-content {
  margin-bottom: 0;
}
.widgets-page .full .app-block {
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .main-hp-block .search-area .hp-search:after {
    right: 55px;
  }
  .main-hp-block .search-area.animation .hp-search {
    padding: 0px 20px;
    margin-left: 10px;
  }
  .main-hp-block .logo-area.animation img {
    max-width: 300px;
    margin-left: 16px;
    transition: none;
  }
  .wrap-content .widgets-page {
    padding-top: 65px;
  }
  .footer-bottom {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .gallery-mosaic.layout1 {
    margin-top: 10px;
  }
  .gallery-mosaic.layout1 .mosaic-a {
    height: 100%;
  }
  .gallery-mosaic.layout1 .mosaic-a .mosaic-photo-link {
    margin-bottom: 0;
  }
  .gallery-mosaic.layout1 .object-photo {
    border-radius: 10px;
    background: #000000;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  }
  .gallery-mosaic.layout1 .video, .gallery-mosaic.layout1 .yt-video {
    display: block;
    max-width: 300px;
    height: calc(300px/(16/9));
    margin: 0 auto;
  }
  .gallery-mosaic.layout1 .video {
    height: 100%;
  }
  .gallery-mosaic.layout1 .mosaic-photo-link {
    margin: 10px 0;
    height: 230px;
  }
}
.object-cont .add-favorite label {
  border-color: #ffffff;
}
.object-cont .add-favorite label:hover {
  border-color: #f200ff;
}
.object-cont .add-favorite label:before {
  color: #1D1D1B;
}
.object-cont .add-favorite input:checked + label {
  background: #1D1D1B;
  border-color: #1D1D1B;
}
.calendar .week {
  background: #C8DEEE !important;
  color: #f200ff;
}
.menu-con nav > ul > li > div.search-input input {
  background: #fff;
  border: 1px solid #1D1D1B;
  color: #1F1C1C;
  font-weight: bold;
}
