.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

@media (max-width: 639px) {
  .container_12 .grid_9 {
    width: auto;
    float: none;
    display: block; }
  .container_12 .sidebar-right {
    width: auto;
    float: none;
    display: block; } }

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2; }

.header-menu-wrapper,
.header-logo-wrapper,
.header-buttons-wrapper,
.header-search-wrapper {
  margin-left: 10px;
  margin-right: 10px; }

.header-menu-wrapper {
  width: 380px; }

.header-logo-wrapper {
  width: 140px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px; }

.header-buttons-wrapper {
  width: 300px; }

.header-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 100%; }

.header {
  height: 80px;
  background: #ffcc00;
  position: relative;
  z-index: 1005; }
  .header:after {
    content: '';
    clear: both;
    display: table; }
  .header .header-container {
    position: relative; }
  .header nav.header-menu {
    margin-left: -10px; }
    .header nav.header-menu a {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .header nav.header-menu > ul {
      margin: 0;
      margin-left: -15px; }
      .header nav.header-menu > ul > li:hover > a, .header nav.header-menu > ul > li.current-menu-item > a, .header nav.header-menu > ul > li.current-menu-ancestor > a, .header nav.header-menu > ul > li.current-menu-parent > a {
        color: #F14941;
        position: relative; }
        .header nav.header-menu > ul > li:hover > a:before, .header nav.header-menu > ul > li.current-menu-item > a:before, .header nav.header-menu > ul > li.current-menu-ancestor > a:before, .header nav.header-menu > ul > li.current-menu-parent > a:before {
          content: '';
          display: block;
          position: absolute;
          height: 4px;
          background: #F2B600;
          left: 5px;
          right: 5px;
          bottom: 0; }
    .header nav.header-menu ul {
      padding: 0;
      list-style: none;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600; }
      .header nav.header-menu ul li {
        display: inline-block;
        float: left;
        color: #1E0E00; }
        .header nav.header-menu ul li a {
          display: inline-block;
          color: #1E0E00;
          padding: 30px 15px; }
          .header nav.header-menu ul li a:hover {
            color: #F14941; }
        .header nav.header-menu ul li:hover a:hover {
          color: #F14941;
          position: relative; }
        .header nav.header-menu ul li:hover > .sub-menu {
          opacity: 1;
          visibility: visible; }
        .header nav.header-menu ul li.current-menu-item a {
          color: #F14941;
          position: relative; }
        .header nav.header-menu ul li.menu-item-has-children > a {
          position: relative; }
          .header nav.header-menu ul li.menu-item-has-children > a:after {
            content: '';
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 5px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #F14941;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .header nav.header-menu ul li > .sub-menu {
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          margin: 0;
          position: absolute;
          left: 0;
          top: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          background: #fff;
          width: 100%;
          z-index: 1; }
          .header nav.header-menu ul li > .sub-menu:before {
            content: '';
            background: #fff;
            display: block;
            width: 100vw;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            height: 100%;
            position: absolute;
            z-index: -1;
            -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05), inset 0 0 0 1px #f2f2f2;
            box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05), inset 0 0 0 1px #f2f2f2; }
          .header nav.header-menu ul li > .sub-menu li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            text-align: left;
            border-bottom: 1px solid #f2f2f2; }
            .header nav.header-menu ul li > .sub-menu li:hover a:hover {
              color: #F14941; }
            .header nav.header-menu ul li > .sub-menu li.current-menu-item a {
              color: #F14941; }
            .header nav.header-menu ul li > .sub-menu li a {
              display: inline-block;
              color: #1E0E00;
              padding: 22px 0;
              white-space: nowrap; }
    .header nav.header-menu .mob-menu-buttons {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      left: 0;
      position: relative;
      margin-bottom: 10px;
      margin-top: 10px;
      height: 42px;
      display: none; }
      .header nav.header-menu .mob-menu-buttons .button {
        width: 100%;
        text-align-last: center; }

.header-logo-wrapper .logo {
  margin-left: -5px;
  margin-right: -5px; }

.header-buttons-wrapper {
  text-align: right; }

a.button,
.button {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  color: #1E0E00;
  padding: 12px;
  border: 1px solid #F2B600 !important;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center; }
  a.button:hover,
  .button:hover {
    background: #F2B600; }
  a.button.button-gray,
  .button.button-gray {
    border: 1px solid #f2f2f2 !important;
    border-radius: 4px; }
    a.button.button-gray:hover,
    .button.button-gray:hover {
      background: #f2f2f2 !important; }
  a.button.button-yellow,
  .button.button-yellow {
    display: inline-block;
    height: 32px;
    min-width: 140px;
    background-color: #ffcc00;
    border-color: #ffcc00;
    border-radius: 4px;
    color: #1E0E00;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    a.button.button-yellow:hover,
    .button.button-yellow:hover {
      background-color: #ebbc00;
      -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05); }
    a.button.button-yellow:focus, a.button.button-yellow:active,
    .button.button-yellow:focus,
    .button.button-yellow:active {
      border-color: #F2B600; }
  a.button.button-outline,
  .button.button-outline {
    background-color: transparent; }
    a.button.button-outline:hover,
    .button.button-outline:hover {
      background-color: #ffcc00;
      -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05); }
    a.button.button-outline:active, a.button.button-outline:focus,
    .button.button-outline:active,
    .button.button-outline:focus {
      background-color: #ebbc00; }
  a.button.button-100,
  .button.button-100 {
    width: 100%; }

.header-search-wrapper {
  height: 100%;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .header-search-wrapper .button-add-action {
    margin-right: 30px; }

.search-bar {
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 80px;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1; }
  .search-bar:after {
    content: '';
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    top: 0;
    background: #fff;
    display: block;
    height: 100%;
    z-index: -1; }
  .search-bar:before {
    content: '';
    position: fixed;
    display: block;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: -2; }
  .search-bar .logo {
    width: 150px;
    margin-right: 30px;
    padding-left: 10px;
    position: relative; }
    .search-bar .logo:after {
      content: '';
      position: absolute;
      display: block;
      height: 100%;
      width: 1px;
      background-color: #f2f2f2;
      top: 0;
      right: -20px;
      left: auto; }

.search-bar.full_width {
  visibility: visible;
  opacity: 1; }

.search-bar-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .search-bar-form input {
    width: 100%;
    border: none;
    background-color: #fff; }

.icon-search-toggle {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-search.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer; }

.search-bar .close_search {
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-close.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 10px; }

.search-bar input {
  margin: 0; }

.header-catalog {
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .header-catalog * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

nav.catalog-menu {
  position: relative; }
  nav.catalog-menu > ul {
    margin: 0;
    padding: 16px 0;
    list-style: none;
    width: 100%;
    display: block;
    white-space: nowrap;
    color: #1E0E00;
    font-family: Open Sans;
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    list-style: none;
    -webkit-overflow-scrolling: touch; }
    nav.catalog-menu > ul li {
      vertical-align: middle;
      display: inline-block;
      text-align: center;
      width: 172px;
      height: 96px;
      font-size: 14px;
      line-height: 16px;
      position: relative; }
      nav.catalog-menu > ul li:after {
        content: '';
        position: absolute;
        display: block;
        right: -1px;
        top: 8px;
        width: 1px;
        height: 80px;
        background-color: #F2F2F2; }
      nav.catalog-menu > ul li:hover:after {
        display: none; }
      nav.catalog-menu > ul li:last-child:after {
        display: none; }
      nav.catalog-menu > ul li a {
        width: 172px;
        height: 96px;
        color: #1E0E00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        border-radius: 4px;
        padding: 58px 20px 4px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        nav.catalog-menu > ul li a .menu-icon-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: absolute;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 40px;
          height: 40px;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          border-radius: 50%; }
        nav.catalog-menu > ul li a img {
          max-height: 40px;
          max-width: 40px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        nav.catalog-menu > ul li a:after {
          display: block;
          position: absolute;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 40px;
          height: 40px;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          border-radius: 50%; }
        nav.catalog-menu > ul li a:before {
          display: block;
          position: absolute;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 40px;
          height: 40px;
          border-radius: 50%;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        nav.catalog-menu > ul li a:hover {
          background-color: #fff;
          -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07); }
          nav.catalog-menu > ul li a:hover:before {
            background-color: #F14941; }
          nav.catalog-menu > ul li a:hover:after {
            -webkit-filter: grayscale(1) invert(1) brightness(2);
            filter: grayscale(1) invert(1) brightness(2); }
          nav.catalog-menu > ul li a:hover span {
            background-color: #F14941; }
          nav.catalog-menu > ul li a:hover img {
            -webkit-filter: grayscale(1) invert(1) brightness(2);
            filter: grayscale(1) invert(1) brightness(2); }
      nav.catalog-menu > ul li:nth-child(1) a:after {
        background-image: url(../images/icon-menu-1.svg); }
      nav.catalog-menu > ul li:nth-child(2) a:after {
        background-image: url(../images/icon-menu-2.svg); }
      nav.catalog-menu > ul li:nth-child(3) a:after {
        background-image: url(../images/icon-menu-3.svg); }
      nav.catalog-menu > ul li:nth-child(4) a:after {
        background-image: url(../images/icon-menu-4.svg); }
      nav.catalog-menu > ul li:nth-child(5) a:after {
        background-image: url(../images/icon-menu-5.svg); }
      nav.catalog-menu > ul li:nth-child(6) a:after {
        background-image: url(../images/icon-menu-6.svg); }
      nav.catalog-menu > ul li:nth-child(7) a:after {
        background-image: url(../images/icon-menu-7.svg); }
      nav.catalog-menu > ul li:nth-child(8) a:after {
        background-image: url(../images/icon-menu-8.svg); }
      nav.catalog-menu > ul li:nth-child(9) a:after {
        background-image: url(../images/icon-menu-9.svg); }
      nav.catalog-menu > ul li:last-child a:after {
        background-image: url(../images/icon-items.svg); }
    nav.catalog-menu > ul ul {
      display: none; }
  nav.catalog-menu .nav-control {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 80px;
    height: 100%;
    z-index: 1; }
    nav.catalog-menu .nav-control.prev {
      left: 0;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
    nav.catalog-menu .nav-control.next {
      right: 0;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
    nav.catalog-menu .nav-control .arrow {
      width: 32px;
      height: 32px;
      position: relative; }
      nav.catalog-menu .nav-control .arrow:before {
        content: '';
        position: absolute;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #F14941; }
      nav.catalog-menu .nav-control .arrow:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      nav.catalog-menu .nav-control .arrow.arrow-left {
        margin-left: 8px; }
        nav.catalog-menu .nav-control .arrow.arrow-left:after {
          background-image: url(../images/icon-arrow-l.svg); }
      nav.catalog-menu .nav-control .arrow.arrow-right {
        margin-right: 8px; }
        nav.catalog-menu .nav-control .arrow.arrow-right:after {
          background-image: url(../images/icon-arrow-r.svg); }
    nav.catalog-menu .nav-control:hover .arrow:before {
      opacity: 1;
      visibility: visible; }
    nav.catalog-menu .nav-control:hover .arrow:after {
      -webkit-filter: grayscale(1) invert(1) brightness(2);
      filter: grayscale(1) invert(1) brightness(2); }
  nav.catalog-menu[data-position="start"] .nav-control.prev {
    display: none; }
  nav.catalog-menu[data-position="end"] .nav-control.next {
    display: none; }
  nav.catalog-menu[data-position="center"] > ul {
    text-align: center; }
  nav.catalog-menu[data-position="center"] .nav-control.prev {
    display: none; }
  nav.catalog-menu[data-position="center"] .nav-control.next {
    display: none; }

.directory-section {
  position: relative; }
  .directory-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .directory-section.onmap {
    z-index: 0; }
    .directory-section.onmap:before {
      top: -8px;
      left: -8px;
      right: -8px;
      bottom: -8px;
      background-color: #e4e4e4; }

#osmmap-wrapper {
  position: relative;
  width: 100%; }

.osmmap-wrapper-mob {
  position: relative; }

#osmmap {
  width: 100%;
  height: 450px;
  min-height: 100vh; }

#osmap-single {
  width: 100%;
  height: 380px; }

#markerdata-section {
  position: absolute;
  top: -100vh;
  z-index: -1;
  background: #fff;
  outline: 1px solid #f2f2f2;
  width: 280px;
  left: 10px;
  padding: 25px 10px 10px;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #markerdata-section.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    top: 10px;
    left: 10px; }
  #markerdata-section .close-button {
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #markerdata-section .close-button:hover {
      color: #F14941; }
  #markerdata-section .directory-section {
    margin-bottom: 0; }
  #markerdata-section .filter-page {
    margin-bottom: 0; }

#osmmap-title {
  opacity: 1;
  visibility: visible;
  max-height: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

[class*='q2w3-widget-clone-'] + .widget #osmmap-title {
  opacity: 0;
  visibility: hidden;
  max-height: 0; }

.infinite-scroll-controls .navigation {
  display: none; }

.view-more-button {
  text-align: center;
  margin-bottom: 20px; }

.live-search-wrapper {
  position: absolute;
  top: 100%;
  background-color: #fff;
  border-top: 1px solid #f2f2f2;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .live-search-wrapper.show {
    opacity: 1;
    visibility: visible; }
  .live-search-wrapper > .datafetch-wrapper {
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .live-search-wrapper *,
  .live-search-wrapper *:before,
  .live-search-wrapper *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .live-search-wrapper .block-header {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 20px; }
    .live-search-wrapper .block-header span {
      font-size: 14px;
      line-height: 19px;
      font-weight: 600; }
      .live-search-wrapper .block-header span a {
        color: #F14941;
        text-decoration: underline; }
        .live-search-wrapper .block-header span a:hover {
          color: #1E0E00;
          text-decoration: none; }
  .live-search-wrapper a > .block-header {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #1E0E00;
    position: relative;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .live-search-wrapper a > .block-header:after {
      content: '';
      position: absolute;
      display: block;
      top: 50%;
      right: 10px;
      width: 10px;
      height: 10px;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      border: 1px solid transparent;
      border-top-color: #1E0E00;
      border-right-color: #1E0E00;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .live-search-wrapper a:hover > .block-header {
    color: #F14941; }
    .live-search-wrapper a:hover > .block-header:after {
      border-top-color: #F14941;
      border-right-color: #F14941;
      right: 5px; }
  .live-search-wrapper .news-list-wrapper {
    border-bottom: 1px solid #f2f2f2; }
  .live-search-wrapper .news-list .news-block {
    padding: 0;
    margin-bottom: 16px; }
    .live-search-wrapper .news-list .news-block .name {
      border: none; }
      .live-search-wrapper .news-list .news-block .name:hover {
        border: none; }
    .live-search-wrapper .news-list .news-block a {
      color: #1E0E00; }
      .live-search-wrapper .news-list .news-block a:hover .name {
        border: none;
        text-decoration: underline; }
    .live-search-wrapper .news-list .news-block:before {
      display: none; }
    .live-search-wrapper .news-list .news-block .text,
    .live-search-wrapper .news-list .news-block .description {
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 7px; }
    .live-search-wrapper .news-list .news-block .meta {
      margin: 0 0 0 150px; }
    .live-search-wrapper .news-list .news-block .name {
      font-weight: 600; }
    .live-search-wrapper .news-list .news-block .date {
      color: #1E0E00; }
    .live-search-wrapper .news-list .news-block p {
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 7px; }
      .live-search-wrapper .news-list .news-block p:last-child {
        margin-bottom: 0; }
  .live-search-wrapper .hidden {
    display: none; }
  .live-search-wrapper .afisha-list-wrapper {
    border-bottom: 1px solid #f2f2f2; }
  .live-search-wrapper .afisha-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .live-search-wrapper .afisha-list .block-header {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 20px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .live-search-wrapper .afisha-list .afisha-block {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      float: left;
      color: #1E0E00;
      padding-bottom: 16px;
      padding-right: 20px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .live-search-wrapper .afisha-list .afisha-block a {
        color: #1E0E00; }
        .live-search-wrapper .afisha-list .afisha-block a:hover {
          border-bottom-color: #acacac; }
      .live-search-wrapper .afisha-list .afisha-block .image {
        position: relative;
        float: left;
        width: 140px;
        border: 0;
        margin: 4px 0 0; }
        .live-search-wrapper .afisha-list .afisha-block .image img {
          max-width: 140px;
          height: auto; }
      .live-search-wrapper .afisha-list .afisha-block .description {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 7px;
        margin-top: 10px;
        margin: 0 0 0 150px; }
      .live-search-wrapper .afisha-list .afisha-block .name {
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 12px; }
      .live-search-wrapper .afisha-list .afisha-block .label {
        font-size: 12px;
        line-height: 16px; }
        .live-search-wrapper .afisha-list .afisha-block .label span {
          padding: 4px 8px;
          display: inline-block;
          border-radius: 4px;
          border: 1px solid #e0e0e0;
          margin-bottom: 12px; }
      .live-search-wrapper .afisha-list .afisha-block .buy {
        margin-bottom: 12px; }
        .live-search-wrapper .afisha-list .afisha-block .buy .button {
          width: 160px; }
    .live-search-wrapper .afisha-list .show-more {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%; }
  .live-search-wrapper .catalog-list {
    border-bottom: 1px solid #f2f2f2; }
    .live-search-wrapper .catalog-list .catalog-block {
      color: #1E0E00;
      margin-bottom: 16px;
      width: 100%; }
      .live-search-wrapper .catalog-list .catalog-block a {
        color: #1E0E00; }
      .live-search-wrapper .catalog-list .catalog-block span.site-url {
        color: #F14941;
        text-decoration: underline; }
      .live-search-wrapper .catalog-list .catalog-block .description {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 7px;
        margin-top: 10px;
        margin: 0 0 0 30px; }
      .live-search-wrapper .catalog-list .catalog-block .name {
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 6px;
        position: relative; }
        .live-search-wrapper .catalog-list .catalog-block .name:before {
          content: '';
          position: absolute;
          left: -30px;
          top: 2px;
          width: 16px;
          height: 16px;
          border: 4px solid #fc0;
          border-radius: 50%; }
      .live-search-wrapper .catalog-list .catalog-block .meta {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 16px;
        width: 100%; }
        .live-search-wrapper .catalog-list .catalog-block .meta span {
          display: inline-block;
          margin-right: 10px; }
  .live-search-wrapper .show-more {
    margin-bottom: 16px;
    width: 100%; }
    .live-search-wrapper .show-more .button {
      width: 100%; }

.infinite-scroll-request {
  display: none; }

@-webkit-keyframes bouncing-loader {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    opacity: 0.1;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem); } }

@keyframes bouncing-loader {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    opacity: 0.1;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem); } }

.bouncing-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .bouncing-loader > div {
    width: 1rem;
    height: 1rem;
    margin: 3rem 0.2rem;
    background: #fc0;
    border-radius: 50%;
    -webkit-animation: bouncing-loader 0.6s infinite alternate;
    animation: bouncing-loader 0.6s infinite alternate; }
    .bouncing-loader > div:nth-child(2) {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .bouncing-loader > div:nth-child(3) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }

ul.wrapper_list > li.cat-item > ul.children > li.cat-item .children li.cat-item {
  margin-left: 14px;
  margin-right: 14px;
  border-bottom: 1px solid transparent;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #333;
  margin-top: 0;
  margin-bottom: 0; }
  ul.wrapper_list > li.cat-item > ul.children > li.cat-item .children li.cat-item a {
    color: #1E0E00; }
    ul.wrapper_list > li.cat-item > ul.children > li.cat-item .children li.cat-item a:hover {
      text-decoration: underline; }

.main-slider .slick-prev,
.main-slider .slick-next {
  height: 48px;
  width: 25px;
  z-index: 1; }
  .main-slider .slick-prev:before,
  .main-slider .slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/slider-arrow.png);
    line-height: 0;
    font-size: 0; }

.main-slider .slick-prev {
  right: auto;
  left: 19px; }

.main-slider .slick-next {
  left: auto;
  right: 19px; }
  .main-slider .slick-next:before {
    background-position: 24px 0; }

.main-slider .slick-dots {
  bottom: 20px; }
  .main-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 5px; }
    .main-slider .slick-dots li button {
      width: 10px;
      height: 10px; }
      .main-slider .slick-dots li button:before {
        content: '';
        border: 1px solid #fff;
        border-radius: 50%;
        opacity: 1;
        width: 8px;
        height: 8px; }
    .main-slider .slick-dots li.slick-active button:before {
      background-color: #fff; }

.post__video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 56.25% 0 0; }
  .post__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body {
  overflow-x: hidden; }

.dropdown {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .dropdown * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    width: auto;
    max-width: 280px;
    padding: 8px 16px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    height: auto;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  .dropdown.show .dropdown-menu {
    visibility: visible;
    opacity: 1;
    max-height: 1000px; }

.directory-section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 24px;
  padding-bottom: 16px; }
  .directory-section * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .directory-section ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .directory-section .directory-section-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px; }
    .directory-section .directory-section-info .vip {
      width: 42px;
      height: 24px;
      background-image: -webkit-linear-gradient(331.03deg, #616161 0%, #000000 100%);
      background-image: -o-linear-gradient(331.03deg, #616161 0%, #000000 100%);
      background-image: linear-gradient(118.97deg, #616161 0%, #000000 100%);
      border-radius: 2px;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      line-height: 24px;
      letter-spacing: 0.1em;
      position: relative; }
      .directory-section .directory-section-info .vip:after {
        position: absolute;
        width: 1px;
        top: 0;
        bottom: 0;
        right: -16px;
        background-color: #f2f2f2; }
      .directory-section .directory-section-info .vip + .info-choices {
        margin-left: 28px; }
        .directory-section .directory-section-info .vip + .info-choices:after {
          content: '';
          position: absolute;
          width: 1px;
          top: 0;
          bottom: 0;
          left: -12px;
          background-color: #f2f2f2; }
    .directory-section .directory-section-info .info-choices {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
    .directory-section .directory-section-info .choice-of-the-year {
      width: 24px;
      height: 24px;
      background-image: url(../images/choice-of-the-year.png);
      background-repeat: no-repeat;
      background-position: center;
      margin-left: 4px;
      margin-right: 4px; }
    .directory-section .directory-section-info .editior-choice {
      width: 24px;
      height: 24px;
      background-image: url(../images/editior-choice.png);
      background-repeat: no-repeat;
      background-position: center;
      margin-left: 4px;
      margin-right: 4px; }
    .directory-section .directory-section-info .trusted-partner {
      height: 24px;
      background-image: url(../images/trusted-partner-icon.png);
      background-repeat: no-repeat;
      background-position: 0 center;
      background-size: 18px 18px;
      padding-left: 28px;
      font-size: 10px;
      font-weight: bold;
      line-height: 24px;
      color: #27ae60;
      margin-left: 4px;
      margin-right: 4px; }
  .directory-section .directory-section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px; }
    .directory-section .directory-section-header .logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      width: 80px;
      margin-right: 16px; }
      .directory-section .directory-section-header .logo img {
        max-width: 100%; }
    .directory-section .directory-section-header .title-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      width: auto; }
    .directory-section .directory-section-header .title {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      color: #1E0E00;
      font-size: 18px;
      font-weight: 600;
      line-height: 25px;
      margin-top: 4px;
      margin-bottom: 4px; }
      .directory-section .directory-section-header .title a {
        color: #1E0E00; }
        .directory-section .directory-section-header .title a:hover {
          text-decoration: underline; }
    .directory-section .directory-section-header .title-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin-left: -8px;
      margin-right: -8px;
      margin-bottom: 8px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .directory-section .directory-section-header .title-meta > * {
        padding-left: 8px;
        padding-right: 8px;
        border-right: 1px solid #f2f2f2;
        margin-bottom: 8px;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
        color: #4f4f4f;
        position: relative; }
        .directory-section .directory-section-header .title-meta > *:last-child {
          border-right: none; }
    .directory-section .directory-section-header a {
      text-decoration: none; }
    .directory-section .directory-section-header .business-hours .business-hours-indicator {
      display: inline-block;
      margin-left: 8px;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      background-color: #e0e0e0; }
      .directory-section .directory-section-header .business-hours .business-hours-indicator.active {
        background-color: #27ae60; }
    .directory-section .directory-section-header .statistics {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      width: 80px;
      height: 80px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative; }
      .directory-section .directory-section-header .statistics:before {
        content: '';
        position: absolute;
        top: 8px;
        bottom: 8px;
        left: 0;
        width: 1px;
        background-color: #f2f2f2; }
    .directory-section .directory-section-header .rating {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px;
      line-height: 19px;
      font-weight: bold;
      color: #1E0E00;
      margin-bottom: 8px;
      margin-top: 4px; }
      .directory-section .directory-section-header .rating img {
        margin-right: 8px; }
    .directory-section .directory-section-header .votes {
      width: 100%;
      text-align: center;
      font-weight: 600;
      font-size: 10px;
      line-height: 14px;
      color: #1E0E00; }
      .directory-section .directory-section-header .votes .value {
        display: inline-block;
        width: 100%;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        color: #F14941; }
  .directory-section .directory-section-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px; }
    .directory-section .directory-section-description .description {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      line-height: 19px; }
      .directory-section .directory-section-description .description p {
        margin: 0; }
    .directory-section .directory-section-description .mobile-statistics {
      display: none; }
  .directory-section .more {
    color: #F14941;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
    display: inline-block; }
    .directory-section .more:hover {
      text-decoration: underline; }
  .directory-section .directory-section-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .directory-section .directory-section-footer > * {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 8px; }
      .directory-section .directory-section-footer > *:first-child {
        margin-left: 0; }
      .directory-section .directory-section-footer > *:last-child {
        margin-right: 0; }
  .directory-section .semihidden-field {
    display: block;
    white-space: nowrap;
    width: 140px;
    height: 32px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    background-color: #fff;
    color: #1E0E00;
    padding: 8px 16px;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .directory-section .semihidden-field:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-image: url(../images/open-dots.png), -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(70%, white));
      background-image: url(../images/open-dots.png), -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 40%, white 70%);
      background-image: url(../images/open-dots.png), -o-linear-gradient(left, rgba(255, 255, 255, 0) 40%, white 70%);
      background-image: url(../images/open-dots.png), linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, white 70%);
      background-repeat: no-repeat;
      background-position: 90% 50%;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .directory-section .semihidden-field a {
      color: #1E0E00; }
  .directory-section .show .semihidden-field {
    width: 280px; }
    .directory-section .show .semihidden-field:after {
      opacity: 0;
      visibility: hidden; }
    .directory-section .show .semihidden-field + * {
      top: 0; }

.directory-section-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px; }
  .directory-section-gallery .gallery {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    list-style: none;
    margin-left: -4px;
    margin-right: -4px; }
    .directory-section-gallery .gallery .gallery-item {
      width: 158px;
      height: 120px;
      vertical-align: middle;
      display: inline-block;
      text-align: center;
      position: relative; }
      .directory-section-gallery .gallery .gallery-item a {
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 4px;
        right: 4px;
        text-decoration: none;
        border: none; }
      .directory-section-gallery .gallery .gallery-item img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        max-width: 100%;
        height: 100%;
        border-radius: 4px; }
  .directory-section-gallery .nav-control {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 80px;
    height: 100%;
    z-index: 1; }
    .directory-section-gallery .nav-control.prev {
      left: 0;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
    .directory-section-gallery .nav-control.next {
      right: 0;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
    .directory-section-gallery .nav-control .arrow {
      width: 32px;
      height: 32px;
      position: relative; }
      .directory-section-gallery .nav-control .arrow:before {
        content: '';
        position: absolute;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #F14941; }
      .directory-section-gallery .nav-control .arrow:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-filter: grayscale(1) invert(1) brightness(2);
        filter: grayscale(1) invert(1) brightness(2);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .directory-section-gallery .nav-control .arrow.arrow-left {
        margin-left: 8px; }
        .directory-section-gallery .nav-control .arrow.arrow-left:after {
          background-image: url(../images/icon-arrow-l.svg); }
      .directory-section-gallery .nav-control .arrow.arrow-right {
        margin-right: 8px; }
        .directory-section-gallery .nav-control .arrow.arrow-right:after {
          background-image: url(../images/icon-arrow-r.svg); }
    .directory-section-gallery .nav-control:hover .arrow:before {
      opacity: 0;
      visibility: hidden; }
    .directory-section-gallery .nav-control:hover .arrow:after {
      -webkit-filter: none;
      filter: none; }
  .directory-section-gallery[data-position="start"] .nav-control.prev {
    display: none; }
  .directory-section-gallery[data-position="end"] .nav-control.next {
    display: none; }
  .directory-section-gallery[data-position="center"] .nav-control.prev {
    display: none; }
  .directory-section-gallery[data-position="center"] .nav-control.next {
    display: none; }
  .directory-section-gallery .directory-section-gallery-main {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 8px; }
    .directory-section-gallery .directory-section-gallery-main .img-container {
      position: relative;
      height: 100%;
      width: 100%; }
      .directory-section-gallery .directory-section-gallery-main .img-container .image:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        top: 8px;
        right: 8px;
        background-image: url(../images/zoom.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-color: rgba(37, 41, 37, 0.1);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .directory-section-gallery .directory-section-gallery-main .img-container:hover .image:after {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .directory-section-gallery .directory-section-gallery-main .img-container .hidden img {
        opacity: 0;
        visibility: hidden; }
      .directory-section-gallery .directory-section-gallery-main .img-container img {
        position: absolute;
        opacity: 1;
        visibility: visible;
        height: 100%;
        width: 100%;
        max-width: 100%;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .directory-section-gallery .directory-section-gallery-nav {
    position: relative; }
    .directory-section-gallery .directory-section-gallery-nav .gallery .gallery-item {
      width: 108px;
      height: 80px;
      cursor: pointer; }
      .directory-section-gallery .directory-section-gallery-nav .gallery .gallery-item.active img {
        border: 1px solid #F14941; }
    .directory-section-gallery .directory-section-gallery-nav[data-position="start"] .nav-control.prev {
      display: none; }
    .directory-section-gallery .directory-section-gallery-nav[data-position="end"] .nav-control.next {
      display: none; }
    .directory-section-gallery .directory-section-gallery-nav[data-position="center"] .nav-control.prev {
      display: none; }
    .directory-section-gallery .directory-section-gallery-nav[data-position="center"] .nav-control.next {
      display: none; }

@media (max-width: 640px) {
  .directory-section-gallery .gallery {
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0; }
  .directory-section-gallery .nav-control {
    display: none; } }

.bage {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  min-width: 30px;
  height: 24px;
  top: 0.5px;
  background: #F14941;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px; }

.page-nav,
ul.page-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #4f4f4f;
  margin-top: -16px;
  padding-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .page-nav.is-sticky,
  ul.page-nav.is-sticky {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    z-index: 1001; }
  .page-nav *,
  ul.page-nav * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .page-nav .nav-item,
  .page-nav li.nav-item,
  .page-nav li,
  ul.page-nav .nav-item,
  ul.page-nav li.nav-item,
  ul.page-nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 8px; }
    .page-nav .nav-item .nav-link,
    .page-nav .nav-item a.nav-link,
    .page-nav .nav-item a,
    .page-nav li.nav-item .nav-link,
    .page-nav li.nav-item a.nav-link,
    .page-nav li.nav-item a,
    .page-nav li .nav-link,
    .page-nav li a.nav-link,
    .page-nav li a,
    ul.page-nav .nav-item .nav-link,
    ul.page-nav .nav-item a.nav-link,
    ul.page-nav .nav-item a,
    ul.page-nav li.nav-item .nav-link,
    ul.page-nav li.nav-item a.nav-link,
    ul.page-nav li.nav-item a,
    ul.page-nav li .nav-link,
    ul.page-nav li a.nav-link,
    ul.page-nav li a {
      display: inline-block;
      border-bottom: 1px dashed #4f4f4f;
      color: #4f4f4f; }
  .page-nav .bage,
  ul.page-nav .bage {
    padding: 2px 6px;
    min-width: 24px;
    height: 18px;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    margin-left: 8px; }

.header-external .header,
.catalog-template-single-catalog-one-column .header {
  height: 40px; }
  .header-external .header .header-menu-wrapper,
  .catalog-template-single-catalog-one-column .header .header-menu-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    margin-left: auto; }
  .header-external .header .header-logo-wrapper,
  .catalog-template-single-catalog-one-column .header .header-logo-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    padding-top: 6px;
    padding-bottom: 6px; }
  .header-external .header .header-logo-wrapper .logo,
  .catalog-template-single-catalog-one-column .header .header-logo-wrapper .logo {
    margin-left: 0;
    margin-right: 0; }
  .header-external .header .mob-menu,
  .catalog-template-single-catalog-one-column .header .mob-menu {
    display: block;
    width: 21px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px; }
    .header-external .header .mob-menu span,
    .header-external .header .mob-menu span:before,
    .header-external .header .mob-menu span:after,
    .catalog-template-single-catalog-one-column .header .mob-menu span,
    .catalog-template-single-catalog-one-column .header .mob-menu span:before,
    .catalog-template-single-catalog-one-column .header .mob-menu span:after {
      left: 0;
      display: block;
      width: 100%;
      height: 3px;
      background: #303030;
      -webkit-transition: all 300ms cubic-bezier(0.305, 0.1, 0.485, 0.87);
      -o-transition: all 300ms cubic-bezier(0.305, 0.1, 0.485, 0.87);
      transition: all 300ms cubic-bezier(0.305, 0.1, 0.485, 0.87); }
    .header-external .header .mob-menu span,
    .catalog-template-single-catalog-one-column .header .mob-menu span {
      position: relative;
      top: 8px;
      cursor: pointer; }
      .header-external .header .mob-menu span:before,
      .catalog-template-single-catalog-one-column .header .mob-menu span:before {
        position: absolute;
        top: -8px;
        content: ""; }
      .header-external .header .mob-menu span:after,
      .catalog-template-single-catalog-one-column .header .mob-menu span:after {
        position: absolute;
        top: 8px;
        content: ""; }
    .header-external .header .mob-menu.open,
    .catalog-template-single-catalog-one-column .header .mob-menu.open {
      background-position: left top; }
      .header-external .header .mob-menu.open span,
      .catalog-template-single-catalog-one-column .header .mob-menu.open span {
        background: none; }
        .header-external .header .mob-menu.open span:before,
        .catalog-template-single-catalog-one-column .header .mob-menu.open span:before {
          top: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .header-external .header .mob-menu.open span:after,
        .catalog-template-single-catalog-one-column .header .mob-menu.open span:after {
          top: 0;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.header-external .header-menu,
.catalog-template-single-catalog-one-column .header-menu {
  display: none !important; }

.header-external .header-search-wrapper,
.catalog-template-single-catalog-one-column .header-search-wrapper {
  display: none; }

.header-external .search-bar,
.catalog-template-single-catalog-one-column .search-bar {
  display: none; }

.header-external .header-catalog,
.catalog-template-single-catalog-one-column .header-catalog {
  border: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden; }
  .header-external .header-catalog.open,
  .catalog-template-single-catalog-one-column .header-catalog.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    max-height: 50vh; }

.header-external .page_inside,
.catalog-template-single-catalog-one-column .page_inside {
  margin-top: 0; }

.top-cover {
  min-height: 460px;
  color: #fff;
  position: relative;
  z-index: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 16px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .top-cover * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .top-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.75)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: -1; }
  .top-cover .title {
    color: #fff;
    font-weight: 800;
    font-size: 36px;
    line-height: 49px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.45); }
    .top-cover .title h1,
    .top-cover .title .h1 {
      color: #fff;
      font-weight: 800;
      font-size: 36px;
      line-height: 49px; }
  .top-cover a {
    color: #fff; }
  .top-cover .logo {
    background-color: #fff;
    border-radius: 4px;
    width: 120px;
    height: 80px;
    padding: 4px 8px;
    margin: 0 auto 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .top-cover .logo img {
      max-width: 100%;
      height: auto;
      max-height: 100%; }
    .top-cover .logo + .title {
      margin-top: 0; }
  .top-cover .title {
    margin-bottom: 32px;
    margin-top: 48px; }
  .top-cover .title-meta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px; }
  .top-cover .meta-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 16px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    padding: 4px 8px;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .top-cover .meta-item:hover {
      border: 1px solid white; }
    .top-cover .meta-item:before {
      content: '';
      margin-right: 8px;
      display: inline-block;
      height: 24px;
      width: 24px;
      line-height: 24px;
      background-position: center;
      background-repeat: no-repeat; }
    .top-cover .meta-item.multibutton {
      display: none;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 50%;
      margin: 0;
      padding: 0;
      width: 48px;
      height: 48px; }
      .top-cover .meta-item.multibutton [data-toggle="dropdown"] {
        cursor: pointer; }
      .top-cover .meta-item.multibutton:before {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        content: '';
        top: 50%;
        left: 50%;
        margin: 0;
        margin-left: -24px;
        margin-top: -24px;
        display: block;
        height: 48px;
        width: 48px;
        border-radius: 50%;
        line-height: 0;
        z-index: -1;
        -webkit-animation: pulsate 3s infinite linear;
        animation: pulsate 3s infinite linear; }
      .top-cover .meta-item.multibutton:after {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.3);
        content: '';
        top: 50%;
        left: 50%;
        margin: 0;
        margin-left: -24px;
        margin-top: -24px;
        display: block;
        height: 48px;
        width: 48px;
        border-radius: 50%;
        line-height: 0;
        z-index: -1;
        -webkit-animation: pulsate 3s infinite linear;
        animation: pulsate 3s infinite linear; }
    .top-cover .meta-item.address:before {
      background-image: url(../images/top-cover-address.png); }
    .top-cover .meta-item.phone:before {
      background-image: url(../images/top-cover-phone.png); }
    .top-cover .meta-item.business-hours:before {
      background-image: url(../images/top-cover-business-hours.png); }
    .top-cover .meta-item.site:before {
      background-image: url(../images/top-cover-site.png); }
    .top-cover .meta-item.email:before {
      background-image: url(../images/top-cover-email.png); }
    .top-cover .meta-item.facebook:before {
      background-image: url(../images/top-cover-facebook.png); }
    .top-cover .meta-item.instagram:before {
      background-image: url(../images/top-cover-instagram.png); }
    .top-cover .meta-item .caret {
      background-image: url(../images/top-cover-caret.png);
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      width: 20px;
      height: 20px; }
  .top-cover .dropdown .dropdown-menu {
    color: #1E0E00; }
  .top-cover .top-cover-category-link {
    position: absolute;
    left: 50%;
    top: 0;
    text-align: left;
    padding-top: 16px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 14px;
    line-height: 19px; }
    .top-cover .top-cover-category-link a {
      position: relative;
      padding-left: 20px; }
      .top-cover .top-cover-category-link a:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        content: '';
        background-image: url(../images/top-cover-category-arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 15px;
        height: 10px; }
      .top-cover .top-cover-category-link a:hover:before {
        left: -2px; }

@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes pulsate2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  60% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes pulsate2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  60% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

.single-catalog .breadcrumbs {
  margin-bottom: 24px; }

.directory-section-sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 68px; }
  .directory-section-sidebar * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.section-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 16px; }

.directory-section.details {
  margin-bottom: 24px; }
  .directory-section.details a {
    border: none; }
  .directory-section.details .section-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 16px; }
  .directory-section.details .directory-section-header {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 24px; }
    .directory-section.details .directory-section-header .title {
      margin-top: 0; }
  .directory-section.details .directory-section-description {
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2; }
    .directory-section.details .directory-section-description .description {
      max-width: 100%; }
      .directory-section.details .directory-section-description .description p {
        margin-bottom: 20px; }
      .directory-section.details .directory-section-description .description > *:last-child {
        margin-bottom: 0; }
  .directory-section.details .directory-section-gallery {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f2f2f2; }
  .directory-section.details .directory-section-comments {
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2; }
    .directory-section.details .directory-section-comments .section-title {
      margin-bottom: 24px; }
      .directory-section.details .directory-section-comments .section-title .bage {
        margin-right: 24px; }
    .directory-section.details .directory-section-comments .commentlist {
      padding: 0;
      margin: 0;
      list-style: none; }
      .directory-section.details .directory-section-comments .commentlist .children {
        padding-left: 16px;
        margin-left: 16px; }
        .directory-section.details .directory-section-comments .commentlist .children .review {
          display: block;
          padding-top: 24px;
          margin-top: 24px;
          position: relative;
          margin-bottom: 0;
          padding-bottom: 0; }
          .directory-section.details .directory-section-comments .commentlist .children .review:after {
            position: absolute;
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            top: 0;
            left: 0;
            background-color: #f2f2f2; }
          .directory-section.details .directory-section-comments .commentlist .children .review:last-child:after {
            display: block; }
      .directory-section.details .directory-section-comments .commentlist .review {
        position: relative;
        margin-bottom: 24px;
        padding-bottom: 24px; }
        .directory-section.details .directory-section-comments .commentlist .review:before {
          display: none; }
        .directory-section.details .directory-section-comments .commentlist .review:after {
          position: absolute;
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          bottom: 0;
          left: 0;
          background-color: #f2f2f2; }
        .directory-section.details .directory-section-comments .commentlist .review:last-child:after {
          display: none; }
        .directory-section.details .directory-section-comments .commentlist .review p {
          margin-bottom: 0; }
        .directory-section.details .directory-section-comments .commentlist .review .comment_content {
          margin-bottom: 8px; }
          .directory-section.details .directory-section-comments .commentlist .review .comment_content .meta {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-bottom: 16px; }
            .directory-section.details .directory-section-comments .commentlist .review .comment_content .meta .author {
              -webkit-box-flex: 1;
              -ms-flex: 1 0 0px;
              flex: 1 0 0;
              font-weight: 600;
              font-size: 14px;
              line-height: 19px; }
              .directory-section.details .directory-section-comments .commentlist .review .comment_content .meta .author .date {
                margin-top: 4px;
                font-weight: normal;
                font-size: 12px;
                line-height: 16px;
                color: #4f4f4f; }
            .directory-section.details .directory-section-comments .commentlist .review .comment_content .meta .stars span {
              margin: 0;
              display: inline-block; }
              .directory-section.details .directory-section-comments .commentlist .review .comment_content .meta .stars span:before {
                color: #F14941; }
              .directory-section.details .directory-section-comments .commentlist .review .comment_content .meta .stars span.empty:before {
                color: #e0e0e0; }
          .directory-section.details .directory-section-comments .commentlist .review .comment_content .text {
            font-size: 14px;
            line-height: 19px;
            color: #4f4f4f;
            margin-bottom: 8px; }
            .directory-section.details .directory-section-comments .commentlist .review .comment_content .text p {
              margin-bottom: 20px; }
              .directory-section.details .directory-section-comments .commentlist .review .comment_content .text p:last-child {
                margin-bottom: 0; }
        .directory-section.details .directory-section-comments .commentlist .review .comment-reply-link {
          font-weight: 600;
          font-size: 10px;
          line-height: 14px;
          color: #4f4f4f; }
          .directory-section.details .directory-section-comments .commentlist .review .comment-reply-link:hover {
            color: #F14941; }
      .directory-section.details .directory-section-comments .commentlist .comment + .comment-respond {
        margin-top: 24px; }
    .directory-section.details .directory-section-comments .comment-respond .comment-form {
      max-width: 460px; }
      .directory-section.details .directory-section-comments .comment-respond .comment-form p {
        margin-bottom: 24px; }
      .directory-section.details .directory-section-comments .comment-respond .comment-form input,
      .directory-section.details .directory-section-comments .comment-respond .comment-form textarea {
        margin-bottom: 0;
        border-radius: 4px; }
        .directory-section.details .directory-section-comments .comment-respond .comment-form input.error,
        .directory-section.details .directory-section-comments .comment-respond .comment-form textarea.error {
          border-color: #F14941; }
      .directory-section.details .directory-section-comments .comment-respond .comment-form textarea {
        max-height: 120px; }
      .directory-section.details .directory-section-comments .comment-respond .comment-form .button {
        width: 190px; }
    .directory-section.details .directory-section-comments .show-more-comments {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%; }
      .directory-section.details .directory-section-comments .show-more-comments .bouncing-loader {
        display: none; }
        .directory-section.details .directory-section-comments .show-more-comments .bouncing-loader.show {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .directory-section.details .directory-section-comments .show-more-comments .button {
        cursor: pointer;
        width: 100%; }
  .directory-section.details .directory-section-map {
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2; }
    .directory-section.details .directory-section-map .map-container {
      margin: 20px 0; }
  .directory-section.details .filial-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #4f4f4f;
    margin-left: -8px;
    margin-right: -8px; }
    .directory-section.details .filial-list > * {
      padding-left: 8px;
      padding-right: 8px;
      border-right: 1px solid #f2f2f2;
      position: relative;
      margin-bottom: 16px;
      line-height: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
      width: 33.33%;
      cursor: pointer; }
      .directory-section.details .filial-list > *:last-child {
        border-right: none; }
      .directory-section.details .filial-list > *:nth-child(3n) {
        border-right: none; }
      .directory-section.details .filial-list > *:hover {
        color: #F14941; }
    .directory-section.details .filial-list a {
      color: #4f4f4f; }
      .directory-section.details .filial-list a:hover {
        color: #F14941; }
  .directory-section.details .tags {
    margin-bottom: 24px; }
    .directory-section.details .tags .filter-page {
      font-weight: normal;
      font-size: 12px;
      line-height: 16px; }
      .directory-section.details .tags .filter-page ul li {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 1;
        visibility: visible;
        max-height: 100%; }
        .directory-section.details .tags .filter-page ul li a {
          display: inline-block;
          height: 32px;
          line-height: 32px;
          border: 1px solid #f2f2f2;
          border-radius: 20px;
          padding: 0 16px;
          color: inherit; }
          .directory-section.details .tags .filter-page ul li a:hover {
            border: 1px solid #ffcc00; }
        .directory-section.details .tags .filter-page ul li.more-list a,
        .directory-section.details .tags .filter-page ul li.more-list a.more-list-link {
          width: 50px;
          background-image: url(../images/more-link.png);
          background-position: center;
          background-repeat: no-repeat; }
        .directory-section.details .tags .filter-page ul li.hidden {
          display: none;
          opacity: 0;
          visibility: hidden;
          max-height: 0; }
  .directory-section.details .directory-section-posts .directory-section-posts-list {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px; }
    .directory-section.details .directory-section-posts .directory-section-posts-list .posts-list {
      font-size: 0;
      line-height: 0;
      overflow: hidden;
      white-space: nowrap;
      display: block;
      list-style: none;
      margin-left: -10px;
      margin-right: -10px; }
    .directory-section.details .directory-section-posts .directory-section-posts-list .post-item {
      vertical-align: top;
      display: inline-block;
      text-align: center;
      position: relative;
      margin-left: 10px;
      margin-right: 10px;
      width: 220px; }
    .directory-section.details .directory-section-posts .directory-section-posts-list .image {
      width: 220px;
      height: 180px;
      position: relative;
      overflow: hidden;
      margin-bottom: 8px; }
      .directory-section.details .directory-section-posts .directory-section-posts-list .image a {
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .directory-section.details .directory-section-posts .directory-section-posts-list .image a img {
          -o-object-position: center;
          object-position: center;
          -o-object-fit: cover;
          object-fit: cover;
          height: 100%;
          width: 100%;
          max-width: 100%; }
    .directory-section.details .directory-section-posts .directory-section-posts-list .text {
      font-weight: 600;
      font-size: 14px;
      line-height: 19px;
      color: #1E0E00;
      white-space: normal;
      text-align: left; }
      .directory-section.details .directory-section-posts .directory-section-posts-list .text a {
        color: #1E0E00; }
        .directory-section.details .directory-section-posts .directory-section-posts-list .text a:hover {
          color: #F14941; }
    .directory-section.details .directory-section-posts .directory-section-posts-list .nav-control {
      position: absolute;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      cursor: pointer;
      width: 80px;
      height: 100%;
      z-index: 1; }
      .directory-section.details .directory-section-posts .directory-section-posts-list .nav-control.prev {
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
      .directory-section.details .directory-section-posts .directory-section-posts-list .nav-control.next {
        right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
      .directory-section.details .directory-section-posts .directory-section-posts-list .nav-control .arrow {
        width: 32px;
        height: 32px;
        position: relative; }
        .directory-section.details .directory-section-posts .directory-section-posts-list .nav-control .arrow:before {
          content: '';
          position: absolute;
          opacity: 1;
          visibility: visible;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background-color: #F14941; }
        .directory-section.details .directory-section-posts .directory-section-posts-list .nav-control .arrow:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          -webkit-filter: grayscale(1) invert(1) brightness(2);
          filter: grayscale(1) invert(1) brightness(2);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .directory-section.details .directory-section-posts .directory-section-posts-list .nav-control .arrow.arrow-left {
          margin-left: 8px; }
          .directory-section.details .directory-section-posts .directory-section-posts-list .nav-control .arrow.arrow-left:after {
            background-image: url(../images/icon-arrow-l.svg); }
        .directory-section.details .directory-section-posts .directory-section-posts-list .nav-control .arrow.arrow-right {
          margin-right: 8px; }
          .directory-section.details .directory-section-posts .directory-section-posts-list .nav-control .arrow.arrow-right:after {
            background-image: url(../images/icon-arrow-r.svg); }
      .directory-section.details .directory-section-posts .directory-section-posts-list .nav-control:hover .arrow:before {
        opacity: 0;
        visibility: hidden; }
      .directory-section.details .directory-section-posts .directory-section-posts-list .nav-control:hover .arrow:after {
        -webkit-filter: none;
        filter: none; }
    .directory-section.details .directory-section-posts .directory-section-posts-list[data-position="start"] .nav-control.prev {
      display: none; }
    .directory-section.details .directory-section-posts .directory-section-posts-list[data-position="end"] .nav-control.next {
      display: none; }
    .directory-section.details .directory-section-posts .directory-section-posts-list[data-position="center"] .nav-control.prev {
      display: none; }
    .directory-section.details .directory-section-posts .directory-section-posts-list[data-position="center"] .nav-control.next {
      display: none; }

@media (max-width: 640px) {
  .directory-section.details .directory-section-posts .directory-section-posts-list .posts-list {
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0; }
  .directory-section.details .directory-section-posts .directory-section-posts-list .nav-control {
    display: none; } }

.directory-section-sidebar .directory-section-info {
  padding: 16px;
  margin-bottom: 20px;
  width: 100%; }
  .directory-section-sidebar .directory-section-info.boxed {
    border: 1px solid #f4f4f4;
    border-radius: 4px; }
  .directory-section-sidebar .directory-section-info .logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px; }
    .directory-section-sidebar .directory-section-info .logo img {
      max-width: 100%;
      height: auto; }
  .directory-section-sidebar .directory-section-info .vip {
    width: 42px;
    height: 24px;
    background-image: -webkit-linear-gradient(331.03deg, #616161 0%, #000000 100%);
    background-image: -o-linear-gradient(331.03deg, #616161 0%, #000000 100%);
    background-image: linear-gradient(118.97deg, #616161 0%, #000000 100%);
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.1em;
    position: relative; }
    .directory-section-sidebar .directory-section-info .vip:after {
      position: absolute;
      width: 1px;
      top: 0;
      bottom: 0;
      right: -16px;
      background-color: #f2f2f2; }
    .directory-section-sidebar .directory-section-info .vip + .info-choices {
      margin-left: 28px; }
      .directory-section-sidebar .directory-section-info .vip + .info-choices:after {
        content: '';
        position: absolute;
        width: 1px;
        top: 0;
        bottom: 0;
        left: -12px;
        background-color: #f2f2f2; }
  .directory-section-sidebar .directory-section-info .info-choices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .directory-section-sidebar .directory-section-info .choice-of-the-year {
    width: 24px;
    height: 24px;
    background-image: url(../images/choice-of-the-year.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px;
    margin-right: 4px; }
  .directory-section-sidebar .directory-section-info .editior-choice {
    width: 24px;
    height: 24px;
    background-image: url(../images/editior-choice.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px;
    margin-right: 4px; }
  .directory-section-sidebar .directory-section-info .trusted-partner {
    height: 32px;
    background-image: url(../images/trusted-partner-icon.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 24px 24px;
    padding-left: 44px;
    padding-right: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1E0E00;
    margin: 0; }
  .directory-section-sidebar .directory-section-info .statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .directory-section-sidebar .directory-section-info .statistics .rating {
      padding: 7px 13px; }
      .directory-section-sidebar .directory-section-info .statistics .rating .rating-average {
        font-weight: bold;
        font-size: 18px;
        line-height: 25px; }
    .directory-section-sidebar .directory-section-info .statistics .votes {
      border-left: 1px solid #f4f4f4;
      text-align: center;
      padding-left: 14px;
      font-weight: 600;
      font-size: 10px;
      line-height: 14px; }
      .directory-section-sidebar .directory-section-info .statistics .votes .value {
        display: inline-block;
        width: 100%;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        color: #F14941; }
  .directory-section-sidebar .directory-section-info .views {
    position: relative;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    text-align: center; }
    .directory-section-sidebar .directory-section-info .views .views-data {
      position: relative; }
      .directory-section-sidebar .directory-section-info .views .views-data:before {
        vertical-align: middle;
        display: inline-block;
        margin-right: 8px;
        content: '';
        width: 16px;
        height: 14px;
        background-image: url(../images/views.svg);
        background-repeat: no-repeat;
        background-position: 0 50%; }
  .directory-section-sidebar .directory-section-info .directory-section-info-line {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .directory-section-sidebar .directory-section-info .directory-section-info-line:empty {
      display: none; }
    .directory-section-sidebar .directory-section-info .directory-section-info-line:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .directory-section-sidebar .directory-section-info .directory-section-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .directory-section-sidebar .directory-section-info .directory-section-action .button {
      height: auto; }

.auto-hide-footer {
  display: none; }

.w-100 {
  width: 100%; }

.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
  display: inline-block;
  line-height: 1; }
  .comments-rating label {
    display: inline-block; }

.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl; }
  .rating-container * {
    font-size: 1.6rem; }
  .rating-container > input {
    width: 0;
    height: 1px;
    opacity: 0;
    visibility: hidden; }
    .rating-container > input + label {
      font-family: 'dashicons';
      display: inline-block;
      overflow: hidden;
      text-indent: 9999px;
      width: 1.2em;
      color: transparent;
      white-space: nowrap;
      cursor: pointer;
      margin: 0; }
      .rating-container > input + label:before {
        display: inline-block;
        text-indent: -9999px;
        content: "\f155";
        color: #e0e0e0; }
    .rating-container > input:checked ~ label:before,
    .rating-container > input + label:hover ~ label:before,
    .rating-container > input + label:hover:before {
      content: "\f155";
      color: #F14941;
      text-shadow: 0 0 1px #e0e0e0; }
  .rating-container > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em; }
    .rating-container > .star-cb-clear + label:before {
      width: .5em; }
  .rating-container:hover > input + label:before {
    content: "\f155";
    color: #e0e0e0;
    text-shadow: none; }
  .rating-container:hover > input + label:hover ~ label:before, .rating-container:hover > input + label:hover:before {
    content: "\f155";
    color: #F14941;
    text-shadow: 0 0 1px #e0e0e0; }

.comment-form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px; }
  .comment-form-rating .rating-title,
  .comment-form-rating .rating-text {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px; }
  .comment-form-rating .rating-title {
    margin-right: 24px; }
  .comment-form-rating .rating-text {
    color: #F14941;
    margin-left: 24px; }
  .comment-form-rating div.error {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; }

.comment-respond .rating-container > .star-cb-clear + label,
.comment-respond .rating-container > input + label:before {
  text-indent: 9999px; }

.comment-respond .rating-container > input + label {
  text-indent: -9999px; }

.comment-respond div[for].error {
  color: #F14941;
  font-size: 10px;
  padding-left: 8px; }

.comment-respond .rating-container > .star-cb-clear + label:last-of-type {
  width: 0;
  margin: 0; }

.modal-form-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px; }
  .modal-form-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .modal-form-wrapper .modal-form-title {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 1.5rem; }
  .modal-form-wrapper .wpcf7-form-control-wrap {
    margin-bottom: 16px;
    display: inline-block;
    width: 100%; }
    .modal-form-wrapper .wpcf7-form-control-wrap input[type='text'],
    .modal-form-wrapper .wpcf7-form-control-wrap input[type='password'],
    .modal-form-wrapper .wpcf7-form-control-wrap textarea,
    .modal-form-wrapper .wpcf7-form-control-wrap .input-text,
    .modal-form-wrapper .wpcf7-form-control-wrap select {
      margin-bottom: 0;
      width: 100%; }
    .modal-form-wrapper .wpcf7-form-control-wrap textarea {
      min-height: 40px;
      max-height: 150px;
      width: 100%; }
  .modal-form-wrapper .send {
    text-align: center; }
  .modal-form-wrapper span.wpcf7-not-valid-tip {
    font-size: 0.75rem; }

textarea {
  max-width: 100%; }

[data-tooltip] {
  position: relative; }
  [data-tooltip]:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 6px 4px 0 4px;
    border-style: solid;
    border-color: #1E0E00 transparent transparent transparent;
    z-index: 100;
    opacity: 0; }
  [data-tooltip]:after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    top: -6px;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    background: #1E0E00;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    min-width: 80px;
    border-radius: 8px;
    pointer-events: none;
    opacity: 0;
    white-space: nowrap;
    line-height: 16px;
    font-weight: 500; }
  [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  [data-tooltip][data-tooltip-position='top']:before {
    left: 50%; }
  [data-tooltip][data-tooltip-position='top']:after {
    left: 50%; }
  [data-tooltip][data-tooltip-position='left']:before {
    left: 0%;
    top: 50%;
    margin-left: -12px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg); }
  [data-tooltip][data-tooltip-position='left']:after {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    -webkit-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%); }
  [data-tooltip][data-tooltip-position='bottom']:before {
    top: 100%;
    margin-top: 8px;
    -webkit-transform: translateX(-50%) translateY(-100%) rotate(-180deg);
    -ms-transform: translateX(-50%) translateY(-100%) rotate(-180deg);
    transform: translateX(-50%) translateY(-100%) rotate(-180deg); }
  [data-tooltip][data-tooltip-position='bottom']:after {
    top: 100%;
    margin-top: 8px;
    -webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%); }
  [data-tooltip][data-tooltip-position='right']:before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }
  [data-tooltip][data-tooltip-position='right']:after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%); }

.wp-block-cover,
.wp-block-cover-image {
  height: auto; }

.news-details-image img {
  margin-right: 0; }

.news-datails-text .wp-caption,
.wp-caption .wp-caption {
  max-width: 100% !important; }
