/* SCSS Compiled */
/***************************************************              GENERAL RESET STYLES             ***************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border-style: none;
  max-width: 100%; }

form fieldset {
  margin: 0;
  padding: 0;
  border: none; }

input, textarea, select {
  vertical-align: middle;
  color: #000;
  padding: 0; }

input, select {
  vertical-align: middle; }

input::-webkit-input-placeholder {
  color: #000; }

input:focus::-webkit-input-placeholder {
  color: #000; }

/*
@media (min-width: 1921px){}
@media (width: 1920px){}
@media (min-width: 1440px) and (max-width: 1919px) {}
@media (min-width: 1360px) and (max-width: 1439px) {}
@media (min-width: 1280px) and (max-width: 1359px) {}
@media (min-width: 1024px) and (max-width: 1279px) {}
@media (min-width: 768px) and (max-width: 1023px) {}
@media (min-width: 375px) and (max-width: 767px) {}
@media (min-width: 320px) and (max-width: 374px) {}
*/
/*
@media (max-width: 1919px) {}
@media (max-width: 1439px) {}
@media (max-width: 1279px) {}
@media (max-width: 767px) {}
*/
/*usage  @include font-size(13);*/
/* Brand Colors ------------------------------------------------*/
#wrapper,
main,
#content,
#sidebar,
aside,
section {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto; }

.layout {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  width: 1392px;
  margin: 0 auto; }
  @media (max-width: 1393px) {
    .layout {
      max-width: 98%; } }

@media (max-width: 768px) {
  #wrapper.displey-none {
    display: none; } }

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

.slick-list {
  position: relative;
  overflow-x: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

header {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  background-image: url(../images/main/main-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 100vw;
  min-height: 656px;
  position: relative; }
  header .layout nav {
    height: 324px; }
    @media (max-width: 768px) {
      header .layout nav {
        display: none; } }
    header .layout nav .upper-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 12px;
      position: relative; }
      header .layout nav .upper-nav .color-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        header .layout nav .upper-nav .color-nav ul li {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 24px;
          padding: 4px 8px;
          margin-right: 4px;
          border-radius: 5px; }
          header .layout nav .upper-nav .color-nav ul li a {
            color: #666F78;
            -webkit-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            transition-duration: 0.5s; }
            header .layout nav .upper-nav .color-nav ul li a:hover {
              color: #bf5002; }
          header .layout nav .upper-nav .color-nav ul li:nth-child(1) {
            background-color: rgba(94, 158, 2, 0.1); }
            header .layout nav .upper-nav .color-nav ul li:nth-child(1) a {
              color: #5e9e02; }
          header .layout nav .upper-nav .color-nav ul li:nth-child(2) {
            background-color: rgba(2, 64, 158, 0.1); }
            header .layout nav .upper-nav .color-nav ul li:nth-child(2) a {
              color: #02409e; }
          header .layout nav .upper-nav .color-nav ul li:nth-child(3) {
            background-color: #bf5002; }
            header .layout nav .upper-nav .color-nav ul li:nth-child(3) a {
              color: #fff; }
          header .layout nav .upper-nav .color-nav ul li:nth-child(4) {
            background-color: rgba(157, 37, 164, 0.1); }
            header .layout nav .upper-nav .color-nav ul li:nth-child(4) a {
              color: #9d25a4; }
          header .layout nav .upper-nav .color-nav ul li:nth-child(5) {
            background-color: rgba(248, 164, 5, 0.1); }
            header .layout nav .upper-nav .color-nav ul li:nth-child(5) a {
              color: #f8a405;
              margin-right: 0; }
      header .layout nav .upper-nav .info-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 1102px) {
          header .layout nav .upper-nav .info-nav ul {
            display: none; } }
        header .layout nav .upper-nav .info-nav ul li {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 24px;
          margin-right: 20px; }
          header .layout nav .upper-nav .info-nav ul li a {
            color: #666F78;
            -webkit-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            transition-duration: 0.5s; }
            header .layout nav .upper-nav .info-nav ul li a:hover {
              color: #bf5002; }
          header .layout nav .upper-nav .info-nav ul li:nth-child(3) {
            margin-right: 30px; }
          header .layout nav .upper-nav .info-nav ul li:nth-child(4) {
            position: relative;
            margin-right: 0; }
            header .layout nav .upper-nav .info-nav ul li:nth-child(4)::after {
              content: "";
              width: 4px;
              height: 4px;
              border-radius: 50%;
              background-color: #666f78;
              position: absolute;
              top: 11px;
              left: -15px; }
          header .layout nav .upper-nav .info-nav ul li a {
            color: #666f78; }
      header .layout nav .upper-nav .info-nav ul.menu {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 1;
        background-color: #fff;
        padding: 10px;
        border-radius: 10px; }
        header .layout nav .upper-nav .info-nav ul.menu li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center;
          margin: 0; }
          header .layout nav .upper-nav .info-nav ul.menu li:nth-child(4)::after {
            display: none; }
      header .layout nav .upper-nav .info-nav .burger-upper-menu {
        display: none; }
        @media (max-width: 1102px) {
          header .layout nav .upper-nav .info-nav .burger-upper-menu {
            display: block;
            width: 35px;
            height: 30px;
            background-color: #f4f5f7;
            border-radius: 5px; } }
        header .layout nav .upper-nav .info-nav .burger-upper-menu .burger-upper {
          display: block;
          width: 35px;
          height: 2px;
          background-color: #bf5002;
          position: relative;
          top: 15px;
          left: 0;
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }
          header .layout nav .upper-nav .info-nav .burger-upper-menu .burger-upper::before {
            content: "";
            width: 35px;
            height: 2px;
            background-color: #bf5002;
            position: absolute;
            top: 8px;
            left: 0;
            -webkit-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            transition-duration: 0.5s; }
          header .layout nav .upper-nav .info-nav .burger-upper-menu .burger-upper::after {
            content: "";
            width: 35px;
            height: 2px;
            background-color: #bf5002;
            position: absolute;
            top: -8px;
            left: 0;
            -webkit-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
        header .layout nav .upper-nav .info-nav .burger-upper-menu .burger-upper.cross {
          position: relative;
          top: 12px;
          left: -12px;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg);
          z-index: 999;
          width: 30px; }
          header .layout nav .upper-nav .info-nav .burger-upper-menu .burger-upper.cross::before {
            content: "";
            width: 30px;
            height: 2px;
            background-color: #bf5002;
            position: absolute;
            top: 0px;
            left: 0;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
          header .layout nav .upper-nav .info-nav .burger-upper-menu .burger-upper.cross::after {
            content: "";
            opacity: 0;
            width: 3px;
            height: 2px;
            background-color: #bf5002;
            position: absolute;
            top: -8px;
            left: 0; }
      header .layout nav .upper-nav .contactForCommunication ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header .layout nav .upper-nav .contactForCommunication ul li:nth-child(1) {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 700;
          font-size: 18px;
          line-height: 24px;
          margin-right: 16px; }
          header .layout nav .upper-nav .contactForCommunication ul li:nth-child(1) a {
            color: #3e4449; }
        header .layout nav .upper-nav .contactForCommunication ul li:nth-child(2) {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 24px;
          margin-right: 36px; }
          header .layout nav .upper-nav .contactForCommunication ul li:nth-child(2) a {
            color: #666F78;
            -webkit-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            transition-duration: 0.5s; }
            header .layout nav .upper-nav .contactForCommunication ul li:nth-child(2) a:hover {
              color: #bf5002; }
          header .layout nav .upper-nav .contactForCommunication ul li:nth-child(2) a {
            color: #666f78; }
        header .layout nav .upper-nav .contactForCommunication ul li:nth-child(3) {
          margin-right: 16px; }
    header .layout nav .middle-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 17px; }
      header .layout nav .middle-nav .logotype {
        display: block; }
        header .layout nav .middle-nav .logotype img {
          position: relative; }
      header .layout nav .middle-nav .links-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 1277px) {
          header .layout nav .middle-nav .links-nav ul {
            display: none; } }
        header .layout nav .middle-nav .links-nav ul li {
          margin-right: 24px;
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 32px; }
          header .layout nav .middle-nav .links-nav ul li a {
            color: #000;
            -webkit-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            transition-duration: 0.5s; }
            header .layout nav .middle-nav .links-nav ul li a:hover {
              color: #bf5002; }
          header .layout nav .middle-nav .links-nav ul li:last-child {
            margin-right: 0px; }
      header .layout nav .middle-nav .links-nav ul.menu {
        display: block;
        position: absolute;
        top: 85px;
        left: 45%;
        z-index: 1;
        background-color: #fff;
        padding: 10px;
        border-radius: 10px; }
        header .layout nav .middle-nav .links-nav ul.menu li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center;
          margin: 0; }
      header .layout nav .middle-nav .links-nav .burger-menu-middle {
        display: none; }
        @media (max-width: 1277px) {
          header .layout nav .middle-nav .links-nav .burger-menu-middle {
            display: block;
            width: 35px;
            height: 30px;
            background-color: #f4f5f7;
            border-radius: 5px; } }
        header .layout nav .middle-nav .links-nav .burger-menu-middle .burger-middle {
          display: block;
          width: 35px;
          height: 2px;
          background-color: #bf5002;
          position: relative;
          top: 15px;
          left: 0;
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }
          header .layout nav .middle-nav .links-nav .burger-menu-middle .burger-middle::before {
            content: "";
            width: 35px;
            height: 2px;
            background-color: #bf5002;
            position: absolute;
            top: 8px;
            left: 0;
            -webkit-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            transition-duration: 0.5s; }
          header .layout nav .middle-nav .links-nav .burger-menu-middle .burger-middle::after {
            content: "";
            width: 35px;
            height: 2px;
            background-color: #bf5002;
            position: absolute;
            top: -8px;
            left: 0;
            -webkit-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
        header .layout nav .middle-nav .links-nav .burger-menu-middle .burger-middle.cross {
          position: relative;
          top: 20px;
          left: 0;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg);
          z-index: 999; }
          header .layout nav .middle-nav .links-nav .burger-menu-middle .burger-middle.cross::before {
            content: "";
            width: 35px;
            height: 2px;
            background-color: #bf5002;
            position: absolute;
            top: 0px;
            left: 0;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
          header .layout nav .middle-nav .links-nav .burger-menu-middle .burger-middle.cross::after {
            content: "";
            opacity: 0;
            width: 35px;
            height: 2px;
            background-color: #bf5002;
            position: absolute;
            top: -8px;
            left: 0; }
      header .layout nav .middle-nav .shoping-cart ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header .layout nav .middle-nav .shoping-cart ul li {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 32px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-right: 30px; }
          header .layout nav .middle-nav .shoping-cart ul li:last-child {
            margin-right: 0; }
          header .layout nav .middle-nav .shoping-cart ul li a {
            color: #000; }
            header .layout nav .middle-nav .shoping-cart ul li a img {
              width: 32px;
              height: 32px;
              margin-right: 7px; }
            header .layout nav .middle-nav .shoping-cart ul li a:hover {
              -webkit-transition-duration: 0.5s;
              -o-transition-duration: 0.5s;
              transition-duration: 0.5s;
              color: #bf5002; }
          header .layout nav .middle-nav .shoping-cart ul li img {
            margin-top: 10px; }

footer {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 46px 0 41px 0;
  background-color: #fafafb; }
  footer .layout .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 889px) {
      footer .layout .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 768px) {
      footer .layout .content {
        display: none; } }
    footer .layout .content ul {
      margin-bottom: 42px; }
      footer .layout .content ul li {
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px; }
        footer .layout .content ul li a {
          color: #666f78; }
        footer .layout .content ul li:first-child {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 32px; }
          footer .layout .content ul li:first-child a {
            color: #000; }
    footer .layout .content ul > li.caption {
      font-family: 'Gilroy';
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 32px; }
      footer .layout .content ul > li.caption a {
        color: #000; }
  @media (max-width: 768px) {
    footer .layout hr {
      display: none; } }
  footer .layout .bottom-content {
    margin-top: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 768px) {
      footer .layout .bottom-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    footer .layout .bottom-content .social-links .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 768px) {
        footer .layout .bottom-content .social-links .social {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      footer .layout .bottom-content .social-links .social li:first-child {
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        color: #BF5002;
        margin-right: 52px; }
        @media (max-width: 768px) {
          footer .layout .bottom-content .social-links .social li:first-child {
            display: none; } }
      footer .layout .bottom-content .social-links .social li img {
        margin-right: 35px; }
    footer .layout .bottom-content .social-links .link {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 1043px) {
        footer .layout .bottom-content .social-links .link {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media (max-width: 768px) {
        footer .layout .bottom-content .social-links .link {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      footer .layout .bottom-content .social-links .link li {
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        margin-right: 21px; }
        footer .layout .bottom-content .social-links .link li a {
          color: #666F78;
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }
          footer .layout .bottom-content .social-links .link li a:hover {
            color: #bf5002; }
        @media (max-width: 768px) {
          footer .layout .bottom-content .social-links .link li:first-child {
            margin-bottom: 15px; } }
        footer .layout .bottom-content .social-links .link li a {
          color: #666f78; }
    footer .layout .bottom-content .social-links .mobi-author {
      display: none; }
      @media (max-width: 768px) {
        footer .layout .bottom-content .social-links .mobi-author {
          margin-top: 21px;
          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; }
          footer .layout .bottom-content .social-links .mobi-author span {
            margin-right: 11px;
            font-family: 'Gilroy';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            color: #666F78;
            white-space: nowrap; }
          footer .layout .bottom-content .social-links .mobi-author img {
            width: 89px;
            height: 16px; } }
    footer .layout .bottom-content .author {
      -ms-flex-item-align: end;
      align-self: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 1043px) {
        footer .layout .bottom-content .author {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media (max-width: 768px) {
        footer .layout .bottom-content .author {
          display: none; } }
      footer .layout .bottom-content .author:first-child(1) {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch; }
      footer .layout .bottom-content .author span {
        margin-right: 11px;
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #666F78;
        white-space: nowrap; }
      footer .layout .bottom-content .author img {
        width: 89px;
        height: 16px; }

.mobile-nav {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%; }
  .mobile-nav .mobile-nav-head {
    display: none; }
    @media (max-width: 768px) {
      .mobile-nav .mobile-nav-head {
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 9999;
        width: 100vw;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #00000034;
        padding: 0 10px; } }
    .mobile-nav .mobile-nav-head .burger-logo-block {
      margin-top: 17px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .mobile-nav .mobile-nav-head .burger-logo-block .mobile-nav-burger {
        width: 30px;
        height: 30px; }
        .mobile-nav .mobile-nav-head .burger-logo-block .mobile-nav-burger .burger {
          position: relative;
          top: 11px;
          width: 14px;
          height: 2px;
          background-color: black;
          -webkit-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
          .mobile-nav .mobile-nav-head .burger-logo-block .mobile-nav-burger .burger::before {
            content: "";
            width: 20px;
            height: 2px;
            background-color: black;
            position: absolute;
            top: 8px;
            left: 0;
            -webkit-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
          .mobile-nav .mobile-nav-head .burger-logo-block .mobile-nav-burger .burger::after {
            content: "";
            width: 26px;
            height: 2px;
            background-color: black;
            position: absolute;
            top: 16px;
            left: 0;
            -webkit-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
      .mobile-nav .mobile-nav-head .burger-logo-block .logo {
        margin-left: 20px; }
    .mobile-nav .mobile-nav-head .shopping-list {
      margin-top: 17px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .mobile-nav .mobile-nav-head .shopping-list .food-basket {
        margin-right: 20px; }
      .mobile-nav .mobile-nav-head .shopping-list .ticket {
        display: block; }
  @media (max-width: 768px) {
    .mobile-nav .mobile-nav-head.active {
      background-color: white; }
      .mobile-nav .mobile-nav-head.active .burger-logo-block .mobile-nav-burger .burger {
        position: relative;
        top: 15px;
        width: 26px;
        height: 2px;
        background-color: black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        .mobile-nav .mobile-nav-head.active .burger-logo-block .mobile-nav-burger .burger::before {
          display: none; }
        .mobile-nav .mobile-nav-head.active .burger-logo-block .mobile-nav-burger .burger::after {
          content: "";
          width: 26px;
          height: 2px;
          background-color: black;
          position: absolute;
          top: 1px;
          left: 0;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); } }
  .mobile-nav .navig {
    display: none; }
  @media (max-width: 768px) {
    .mobile-nav .navig.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      top: 58px;
      left: 0;
      height: 100%; }
      .mobile-nav .navig.active ul {
        width: 100vw;
        background-color: white;
        position: relative;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .mobile-nav .navig.active ul li {
          position: relative;
          display: block;
          padding: 12px 16px 12px 16px;
          border-bottom: 1px solid #E6E6E6; }
          .mobile-nav .navig.active ul li .accordion {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .mobile-nav .navig.active ul li .accordion h4 {
              font-family: 'Gilroy';
              font-style: normal;
              font-weight: 600;
              font-size: 16px;
              line-height: 24px;
              padding: 0px 16px 0px 16px; }
              .mobile-nav .navig.active ul li .accordion h4 a {
                color: #000000; }
            .mobile-nav .navig.active ul li .accordion .arrow-accordion {
              position: relative; }
              .mobile-nav .navig.active ul li .accordion .arrow-accordion img {
                width: 12px;
                height: 6px; }
          .mobile-nav .navig.active ul li ul {
            display: none; }
          .mobile-nav .navig.active ul li:nth-child(9), .mobile-nav .navig.active ul li:nth-child(10) {
            padding-left: 30px; }
          .mobile-nav .navig.active ul li a {
            font-family: 'Gilroy';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            color: #000000; }
        .mobile-nav .navig.active ul li.accordion-falling-out {
          background-color: #FBF3ED; }
          .mobile-nav .navig.active ul li.accordion-falling-out .accordion .arrow-accordion {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
            .mobile-nav .navig.active ul li.accordion-falling-out .accordion .arrow-accordion img {
              width: 12px;
              height: 6px; }
          .mobile-nav .navig.active ul li.accordion-falling-out ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            position: relative; }
            .mobile-nav .navig.active ul li.accordion-falling-out ul li {
              background-color: #FBF3ED;
              border-bottom: none; }
              .mobile-nav .navig.active ul li.accordion-falling-out ul li a {
                margin-bottom: 10px;
                font-family: 'Gilroy';
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 16px; }
      .mobile-nav .navig.active .bottom {
        margin: 30px 0 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .mobile-nav .navig.active .bottom a {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 500;
          font-size: 12px;
          line-height: 24px;
          color: #666F78; }
        .mobile-nav .navig.active .bottom .link-contact {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .mobile-nav .navig.active .bottom .link-contact a {
            font-family: 'Gilroy';
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
            color: #3E4449;
            margin-right: 17px; }
          .mobile-nav .navig.active .bottom .link-contact .viber {
            display: block; }
            .mobile-nav .navig.active .bottom .link-contact .viber a img {
              width: 15px;
              height: 15px; }
          .mobile-nav .navig.active .bottom .link-contact .telegram {
            display: block; }
            .mobile-nav .navig.active .bottom .link-contact .telegram a img {
              width: 15px;
              height: 15px; }
      .mobile-nav .navig.active ul.color-links {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .mobile-nav .navig.active ul.color-links li {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 24px;
          padding: 4px 8px;
          margin-right: 4px;
          border-radius: 5px;
          width: 200%; }
          .mobile-nav .navig.active ul.color-links li a {
            color: #666F78;
            -webkit-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            transition-duration: 0.5s; }
            .mobile-nav .navig.active ul.color-links li a:hover {
              color: #bf5002; }
          .mobile-nav .navig.active ul.color-links li:nth-child(1) {
            background-color: rgba(94, 158, 2, 0.1); }
            .mobile-nav .navig.active ul.color-links li:nth-child(1) a {
              color: #5e9e02; }
          .mobile-nav .navig.active ul.color-links li:nth-child(2) {
            background-color: rgba(2, 64, 158, 0.1); }
            .mobile-nav .navig.active ul.color-links li:nth-child(2) a {
              color: #02409e; }
          .mobile-nav .navig.active ul.color-links li:nth-child(3) {
            background-color: #bf5002; }
            .mobile-nav .navig.active ul.color-links li:nth-child(3) a {
              color: #fff; }
          .mobile-nav .navig.active ul.color-links li:nth-child(4) {
            background-color: rgba(157, 37, 164, 0.1); }
            .mobile-nav .navig.active ul.color-links li:nth-child(4) a {
              color: #9d25a4; }
          .mobile-nav .navig.active ul.color-links li:nth-child(5) {
            background-color: rgba(248, 164, 5, 0.1); }
            .mobile-nav .navig.active ul.color-links li:nth-child(5) a {
              color: #f8a405;
              margin-right: 0; } }

.booking-discount .layout .content {
  height: 56px;
  width: 913px;
  margin: auto;
  border-radius: 10px;
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000; }
  .booking-discount .layout .content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .booking-discount .layout .content form fieldset {
      width: 292px;
      height: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: 'Gilroy';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px; }
      .booking-discount .layout .content form fieldset img:first-child {
        margin: 0 18px; }
      .booking-discount .layout .content form fieldset img:last-child {
        position: relative;
        display: block;
        margin: 20px; }
      .booking-discount .layout .content form fieldset [name=check-in] {
        position: absolute;
        top: 1px;
        left: -80px;
        height: 25px;
        z-index: 2;
        color: rgba(16, 163, 36, 0);
        background-color: rgba(255, 255, 255, 0);
        border: none;
        cursor: pointer; }
        .booking-discount .layout .content form fieldset [name=check-in]::-moz-selection {
          color: rgba(255, 255, 255, 0);
          background-color: rgba(255, 255, 255, 0); }
        .booking-discount .layout .content form fieldset [name=check-in]::selection {
          color: rgba(255, 255, 255, 0);
          background-color: rgba(255, 255, 255, 0); }
      .booking-discount .layout .content form fieldset [name=check-out] {
        position: absolute;
        top: 1px;
        left: -70px;
        height: 25px;
        z-index: 2;
        color: rgba(16, 163, 36, 0);
        background-color: rgba(255, 255, 255, 0);
        border: none;
        cursor: pointer; }
        .booking-discount .layout .content form fieldset [name=check-out]::-moz-selection {
          color: rgba(255, 255, 255, 0);
          background-color: rgba(255, 255, 255, 0); }
        .booking-discount .layout .content form fieldset [name=check-out]::selection {
          color: rgba(255, 255, 255, 0);
          background-color: rgba(255, 255, 255, 0); }
      .booking-discount .layout .content form fieldset label {
        position: relative;
        z-index: 2; }
    .booking-discount .layout .content form select {
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: relative; }
    .booking-discount .layout .content form .img-amount-person:after {
      content: "";
      height: 56px;
      width: 2px;
      position: absolute;
      top: 0;
      left: 280px;
      background-color: #c2c5c9; }
    .booking-discount .layout .content form .img-amount-person img {
      display: block; }
    .booking-discount .layout .content form .amount-people {
      font-family: 'Gilroy';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      cursor: pointer; }
    .booking-discount .layout .content form .children {
      font-family: 'Gilroy';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      cursor: pointer; }
    .booking-discount .layout .content form .amount-room {
      font-family: 'Gilroy';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      cursor: pointer; }
    .booking-discount .layout .content form button {
      font-family: 'Gilroy';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      border-radius: 0 10px 10px 0;
      width: 198px;
      height: 56px;
      border: none;
      background-color: #bf5002;
      cursor: pointer; }

.booking-discount .layout .discount {
  -webkit-animation-name: discont;
  animation-name: discont;
  margin: 122px auto 0 auto;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes discont {
  50% {
    -webkit-transform: rotateX(-360deg);
    transform: rotateX(-360deg); }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg); } }

@keyframes discont {
  50% {
    -webkit-transform: rotateX(-360deg);
    transform: rotateX(-360deg); }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg); } }

.popular-accommodation {
  margin-top: 76px; }
  .popular-accommodation .layout h3 {
    text-align: center;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 52px; }
  .popular-accommodation .layout ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .popular-accommodation .layout ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .popular-accommodation .layout ul li .img-room {
        margin-right: 24px;
        height: 160px;
        width: 212px; }
        .popular-accommodation .layout ul li .img-room img {
          width: 100%;
          height: 100%;
          display: block; }
      .popular-accommodation .layout ul li .description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .popular-accommodation .layout ul li .description h4 {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 700;
          font-size: 22px;
          line-height: 36px;
          margin-bottom: 4px; }
        .popular-accommodation .layout ul li .description span {
          margin-top: 4px;
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 8px; }
        .popular-accommodation .layout ul li .description ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .popular-accommodation .layout ul li .description ul:first-child li:nth-child(2), .popular-accommodation .layout ul li .description ul:last-child li:nth-child(2) {
            color: #666f78; }
          .popular-accommodation .layout ul li .description ul li {
            font-family: 'Gilroy';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 5px; }
          .popular-accommodation .layout ul li .description ul li.onwards-one,
          .popular-accommodation .layout ul li .description ul li.onwards-three {
            color: #bf5002;
            font-family: 'Gilroy';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px; }
            .popular-accommodation .layout ul li .description ul li.onwards-one:hover,
            .popular-accommodation .layout ul li .description ul li.onwards-three:hover {
              cursor: pointer; }
          .popular-accommodation .layout ul li .description ul li.none-one {
            display: none; }
          .popular-accommodation .layout ul li .description ul li.none-three {
            display: none; }
          .popular-accommodation .layout ul li .description ul li.block-one {
            display: block; }
          .popular-accommodation .layout ul li .description ul li.block-three {
            display: block; }

.tabs-category {
  margin-top: 94px; }
  .tabs-category .layout .tabs-popular-accommodation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .tabs-category .layout .tabs-popular-accommodation .tabs-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .tabs-category .layout .tabs-popular-accommodation .tabs-link h3 {
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #000000;
        margin: 0 40px 38px 0;
        cursor: pointer; }
        .tabs-category .layout .tabs-popular-accommodation .tabs-link h3:hover {
          color: #bf5002; }
      .tabs-category .layout .tabs-popular-accommodation .tabs-link h3.active {
        color: #bf5002; }
    .tabs-category .layout .tabs-popular-accommodation ul.tabs-two,
    .tabs-category .layout .tabs-popular-accommodation ul.tabs-three,
    .tabs-category .layout .tabs-popular-accommodation ul.tabs-one {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      .tabs-category .layout .tabs-popular-accommodation ul.tabs-two li,
      .tabs-category .layout .tabs-popular-accommodation ul.tabs-three li,
      .tabs-category .layout .tabs-popular-accommodation ul.tabs-one li {
        width: 222px;
        height: 222px; }
        .tabs-category .layout .tabs-popular-accommodation ul.tabs-two li img,
        .tabs-category .layout .tabs-popular-accommodation ul.tabs-three li img,
        .tabs-category .layout .tabs-popular-accommodation ul.tabs-one li img {
          width: 100%;
          height: 100%;
          padding: 12px; }
      .tabs-category .layout .tabs-popular-accommodation ul.tabs-two li.big,
      .tabs-category .layout .tabs-popular-accommodation ul.tabs-three li.big,
      .tabs-category .layout .tabs-popular-accommodation ul.tabs-one li.big {
        width: 450px;
        height: 450px; }
        .tabs-category .layout .tabs-popular-accommodation ul.tabs-two li.big img,
        .tabs-category .layout .tabs-popular-accommodation ul.tabs-three li.big img,
        .tabs-category .layout .tabs-popular-accommodation ul.tabs-one li.big img {
          width: 100%;
          height: 100%; }

.category-people {
  margin-top: 96px; }
  .category-people .layout {
    overflow: visible; }
    .category-people .layout ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .category-people .layout ul li {
        height: 136px;
        margin-right: 24px;
        width: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 20px;
        background-color: #fbf3ed;
        position: relative;
        overflow: visible; }
        .category-people .layout ul li:last-child {
          margin-right: 0; }
        .category-people .layout ul li .left-block h4 {
          margin: 28px  0 22px 24px;
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 800;
          font-size: 22px;
          line-height: 36px; }
          .category-people .layout ul li .left-block h4 a {
            color: #bf5002; }
        .category-people .layout ul li .left-block .arrow {
          margin: 12px 0  28px 30px; }
        .category-people .layout ul li .img-block {
          height: 150px; }
          .category-people .layout ul li .img-block img {
            display: block; }

.map-kemping {
  margin-top: 96px; }
  .map-kemping .layout {
    height: 704px; }
    .map-kemping .layout .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #FAFAFB;
      border-radius: 20px; }
      .map-kemping .layout .content .map {
        position: relative;
        width: 927px;
        height: 704px; }
        .map-kemping .layout .content .map h3 {
          position: absolute;
          top: 35px;
          left: 46px;
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 700;
          font-size: 48px;
          line-height: 58px;
          color: #333333;
          z-index: 2; }
        .map-kemping .layout .content .map span {
          position: absolute;
          top: 112px;
          left: 47px;
          padding: 17px 30px;
          background: #BF5002;
          border-radius: 10px;
          width: 159px;
          height: 56px;
          z-index: 2;
          color: #fff;
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 24px;
          cursor: pointer; }
          .map-kemping .layout .content .map span img {
            margin-right: 5px; }
        .map-kemping .layout .content .map .map-img {
          width: 927px;
          height: 704px; }
          .map-kemping .layout .content .map .map-img img {
            width: 100%;
            height: 100%; }
      .map-kemping .layout .content .right-sidebar ul.rooms {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding: 48px 0 0 48px; }
        .map-kemping .layout .content .right-sidebar ul.rooms li {
          width: 212px;
          height: 160px;
          margin-right: 40px; }
          .map-kemping .layout .content .right-sidebar ul.rooms li img {
            width: 212px;
            height: 160px; }
        .map-kemping .layout .content .right-sidebar ul.rooms .slick-prev {
          opacity: 0;
          position: absolute;
          top: -100px;
          left: 0;
          width: 80px;
          height: 80px;
          display: none; }
        .map-kemping .layout .content .right-sidebar ul.rooms .slick-next {
          background-image: url(../images/main/icons/arrow-right-orange.png);
          background-repeat: no-repeat;
          background-position: 20px;
          border-radius: 50%;
          -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036);
          background-color: #fff;
          border: none;
          font-size: 0;
          cursor: pointer;
          position: absolute;
          top: 50%;
          left: 290px;
          width: 56px;
          height: 56px; }
      .map-kemping .layout .content .right-sidebar .description-room {
        margin-top: 31px;
        padding: 0 0 0 48px; }
        .map-kemping .layout .content .right-sidebar .description-room h5 {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 700;
          font-size: 22px;
          line-height: 36px;
          margin-bottom: 5px; }
        .map-kemping .layout .content .right-sidebar .description-room span {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 8px; }
        .map-kemping .layout .content .right-sidebar .description-room p {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          color: #666F78;
          max-width: 375px; }
      .map-kemping .layout .content .right-sidebar ul.reports {
        margin-top: 38px; }
        .map-kemping .layout .content .right-sidebar ul.reports li {
          padding: 15px 0;
          border-top: 1px solid #e6e6e6;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .map-kemping .layout .content .right-sidebar ul.reports li .descript {
            font-family: 'Gilroy';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            margin-left: 48px; }
            .map-kemping .layout .content .right-sidebar ul.reports li .descript .data {
              display: block; }
          .map-kemping .layout .content .right-sidebar ul.reports li .arrow-right {
            margin-left: 82px; }
            .map-kemping .layout .content .right-sidebar ul.reports li .arrow-right a {
              padding: 12px 12px;
              background-color: #bf5002;
              border-radius: 10px; }
              .map-kemping .layout .content .right-sidebar ul.reports li .arrow-right a img {
                position: relative; }

.avantage {
  margin-top: 115px; }
  .avantage .layout .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .avantage .layout .content ul li {
      justify-items: center;
      font-family: 'Gilroy';
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 32px;
      text-align: center; }
      .avantage .layout .content ul li .img-block {
        display: block; }
        .avantage .layout .content ul li .img-block img {
          position: relative; }

.little-Switzerland {
  margin-top: 112px; }
  .little-Switzerland .layout .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .little-Switzerland .layout .content .descript {
      max-width: 595px; }
      .little-Switzerland .layout .content .descript h3 {
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        color: #BF5002;
        margin-bottom: 24px; }
      .little-Switzerland .layout .content .descript span {
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        color: #000000; }
      .little-Switzerland .layout .content .descript p {
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px; }
      .little-Switzerland .layout .content .descript .first {
        margin: 46px 0 15px 0; }
    .little-Switzerland .layout .content .map-Switzerland {
      width: 780px;
      height: 452px; }
      .little-Switzerland .layout .content .map-Switzerland img {
        width: 100%;
        height: 100%; }

.slider-photo {
  margin-top: 108px;
  padding: 64px 0 112px 0;
  background-color: #fafafb;
  position: relative; }
  .slider-photo .layout ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-height: 508px; }
    .slider-photo .layout ul .slick-prev {
      background-image: url(../images/main/icons/arrow-left-orange.png);
      background-repeat: no-repeat;
      background-position: 30px;
      background-size: 16px;
      border-radius: 50%;
      -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036);
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036);
      background-color: #fff;
      border: none;
      cursor: pointer;
      font-size: 0;
      z-index: 3;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 400px;
      width: 80px;
      height: 80px; }
    .slider-photo .layout ul .slick-next {
      background-image: url(../images/main/icons/arrow-right-orange.png);
      background-repeat: no-repeat;
      background-position: 30px;
      border-radius: 50%;
      -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036);
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036);
      background-color: #fff;
      border: none;
      font-size: 0;
      cursor: pointer;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      right: 400px;
      width: 80px;
      height: 80px; }
    .slider-photo .layout ul li {
      width: 710px;
      height: 428px;
      margin: 0 40px; }
      .slider-photo .layout ul li img {
        height: 100%;
        width: 100%; }

.review {
  margin-top: 43px;
  padding-bottom: 54px; }
  .review .layout {
    overflow: visible; }
    .review .layout .content h3 {
      font-family: 'Gilroy';
      font-style: normal;
      font-weight: 700;
      font-size: 48px;
      line-height: 56px;
      text-align: center;
      color: #333333; }
    .review .layout .content ul.comments {
      margin-top: 52px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 384px; }
      .review .layout .content ul.comments li {
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        top: 10px;
        width: 448px;
        height: 344px;
        margin: 0 12px;
        padding: 39px 49px 32px 47px;
        -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036);
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036); }
        .review .layout .content ul.comments li .author-and-data {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 24px; }
          .review .layout .content ul.comments li .author-and-data .author,
          .review .layout .content ul.comments li .author-and-data .data {
            font-family: 'Gilroy';
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            color: #666F78; }
      .review .layout .content ul.comments .slick-prev {
        background-image: url(../images/main/icons/arrow-left-orange.png);
        background-repeat: no-repeat;
        background-position: 30px;
        background-size: 16px;
        border-radius: 50%;
        -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036);
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036);
        background-color: #fff;
        border: none;
        cursor: pointer;
        font-size: 0;
        z-index: 3;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -30px;
        width: 80px;
        height: 80px; }
      .review .layout .content ul.comments .slick-next {
        background-image: url(../images/main/icons/arrow-right-orange.png);
        background-repeat: no-repeat;
        background-position: 30px;
        border-radius: 50%;
        -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036);
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036);
        background-color: #fff;
        border: none;
        font-size: 0;
        cursor: pointer;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        right: -30px;
        width: 80px;
        height: 80px;
        width: 80px;
        height: 80px; }
    .review .layout .content ul.rate {
      margin: 77px auto 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }

.map-road .map-block {
  margin: auto;
  width: 1920px;
  height: 576px;
  position: relative; }
  .map-road .map-block img {
    position: absolute;
    z-index: -2; }
  .map-road .map-block .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 100%; }
    .map-road .map-block .layout::before {
      content: url(/images/main/maps/dotA.png);
      position: absolute;
      top: 465px;
      left: 1045px;
      z-index: 2; }
    .map-road .map-block .layout::after {
      content: url(/images/main/maps/dotA.png);
      position: absolute;
      top: 135px;
      left: 630px;
      z-index: 2; }
    .map-road .map-block .layout .inform-road {
      margin-top: 33px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .map-road .map-block .layout .inform-road .exit-city button {
        height: 56px;
        margin: 0;
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
        border: none;
        position: relative;
        background-color: #FFFFFF; }
        .map-road .map-block .layout .inform-road .exit-city button:first-child {
          width: 170px;
          border-radius: 10px 0px 0px 10px; }
          .map-road .map-block .layout .inform-road .exit-city button:first-child img {
            position: absolute;
            z-index: 3;
            top: 15px;
            left: 10px;
            width: 23px;
            height: 22px; }
        .map-road .map-block .layout .inform-road .exit-city button:last-child {
          width: 261px;
          margin-left: -6px;
          border-radius: 0px 10px 10px 0px; }
          .map-road .map-block .layout .inform-road .exit-city button:last-child img {
            position: absolute;
            z-index: 3;
            top: 15px;
            left: 10px;
            width: 23px;
            height: 22px; }
      .map-road .map-block .layout .inform-road .exit-city button.active {
        color: #FFFFFF;
        background-color: #bf5002; }
      .map-road .map-block .layout .inform-road .address {
        margin-top: 111px;
        width: 368px;
        height: 288px;
        padding: 32px 34px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036);
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 0.1px 0.3px rgba(0, 0, 0, 0.014), 0px 0.3px 0.8px rgba(0, 0, 0, 0.02), 0px 0.5px 1.5px rgba(0, 0, 0, 0.025), 0px 0.9px 2.7px rgba(0, 0, 0, 0.03), 0px 1.7px 5px rgba(0, 0, 0, 0.036);
        border-radius: 10px; }
        .map-road .map-block .layout .inform-road .address h4 {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 600;
          font-size: 24px;
          line-height: 32px;
          color: #000000; }
        .map-road .map-block .layout .inform-road .address p {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          margin-top: 24px;
          margin-bottom: 30px; }
        .map-road .map-block .layout .inform-road .address span {
          font-family: 'Gilroy';
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 24px;
          color: #000000; }
    .map-road .map-block .layout .approach {
      margin-top: 232px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .map-road .map-block .layout .approach button {
        height: 56px;
        width: 48px;
        border: none;
        background-color: #FFFFFF;
        position: relative;
        border-radius: 10px; }
        .map-road .map-block .layout .approach button:first-child img {
          position: absolute;
          top: 18px;
          left: 50%;
          -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
          transform: translate(-50%);
          z-index: 9;
          width: 20px;
          height: 20px; }
        .map-road .map-block .layout .approach button:last-child img {
          position: absolute;
          top: 16px;
          left: 50%;
          -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
          transform: translate(-50%);
          z-index: 9;
          width: 20px;
          height: 20px; }
        .map-road .map-block .layout .approach button img {
          width: 16px;
          height: 2px; }

.map-road .follow-us {
  background-color: #bf5002; }
  .map-road .follow-us .layout {
    height: 120px;
    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; }
    .map-road .follow-us .layout .img-mail {
      margin-right: 26px; }
    .map-road .follow-us .layout h4 {
      font-family: 'Gilroy';
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 29px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #FFFFFF;
      width: 288px; }
    .map-road .follow-us .layout form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .map-road .follow-us .layout form input {
        width: 416px;
        height: 56px;
        border: 1px solid #FFFFFF;
        border-radius: 10px 0px 0px 10px;
        padding-left: 17px;
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        background-color: #bf5002;
        opacity: 0.4; }
      .map-road .follow-us .layout form button {
        width: 175px;
        height: 56px;
        border: 1px solid #FFFFFF;
        cursor: pointer;
        background: #FFFFFF;
        border-radius: 0px 10px 10px 0px;
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #BF5002; }
