/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-family: Open Sans, sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
  font-size: 92.5%;
}

body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

p, a {
  font-size: 0.875rem;
  color: black;
}

h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  text-transform: uppercase;
}

h1, h2, h3 {
  font-family: Open Sans, sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 3.75rem;
  margin: 0.625rem 0;
  font-weight: bold;
  text-transform: unset;
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 3.75rem;
  margin: 0.625rem 0;
  font-weight: bold;
}

h3 {
  font-size: 2.5rem;
  font-weight: semibold;
}

h5 {
  font-size: 1.375rem;
  font-weight: semibold;
  color: white;
  text-transform: uppercase;
}

.container {
  padding: 0 7.5%;
}

.owl-item {
  float: left;
}

.owl-carousel {
  overflow: hidden;
}

.owl-nav.disabled {
  display: none;
}

#wpwrap h1, #wpwrap h2, #wpwrap h3, #wpwrap h4, #wpwrap h5, #wpwrap h6, #wpwrap p, #wpwrap a {
  text-transform: unset;
  font-size: unset;
}

.d-none {
  display: none !important;
}

.header {
  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;
  height: 5rem;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  position: fixed;
  background: rgba(230, 230, 230, 0.9);
  padding: 0 7.5%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
}

@media screen and (max-width: 991px) {
  .header {
    padding: 0 1%;
    width: 100vw;
  }
}

@media screen and (max-width: 1140px) {
  .header {
    padding: 0 2.5%;
  }
}

.header.scrolled-up {
  background: #f2f2f2;
  top: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-box-shadow: 0 0 19px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 19px 0px rgba(0, 0, 0, 0.3);
}

.header.scrolled-down {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  top: -5rem;
}

.header__container {
  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;
}

@media screen and (max-width: 991px) {
  .header__image {
    width: 80%;
  }
}

.header__links {
  list-style: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

@media screen and (max-width: 991px) {
  .header__links {
    position: absolute;
    top: 4rem;
    left: 100%;
    width: 100%;
    background: white;
    padding: 0;
    text-align: center;
  }
}

.header__links li {
  display: inline-block;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .header__links li {
    display: block;
    padding: 2rem 0;
  }
}

.header__links li.active a {
  background: white;
}

.header__links li.fa-facebook,
.header__links li.fa-instagram {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 5px;
}

.header__links li.fa-facebook:hover,
.header__links li.fa-instagram:hover {
  background: white;
}

.header__links li.fa-facebook::before,
.header__links li.fa-instagram::before {
  position: absolute;
}

.header__links li.fa-facebook a,
.header__links li.fa-instagram a {
  opacity: 0;
}

.header__links a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0.625rem 1.125rem;
  border-radius: 5px;
  font-weight: bold;
}

.header__links a:hover {
  background: white;
}

.active ~ .header__container #menu-hlavni-menu {
  left: 0%;
}

.header__burger-wrapper {
  height: 100%;
  width: 2.5rem;
  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;
}

.header__burger {
  display: none;
  margin-left: auto;
  position: relative;
  height: 0.25rem;
  background: black;
  width: 2.5rem;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  cursor: pointer;
  -webkit-transition: 0 left;
  transition: 0 left;
  position: absolute;
  right: 1rem;
}

@media screen and (max-width: 991px) {
  .header__burger {
    display: inline-block;
    margin-left: unset;
  }
}

.header__burger::before, .header__burger::after {
  content: '';
  height: 0.25rem;
  background: black;
  width: 2.5rem;
  display: inline-block;
  top: -1rem;
  position: absolute;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition: 0 left;
  transition: 0 left;
}

.header__burger::after {
  top: 1rem;
}

.active .header__burger {
  background: transparent;
  position: absolute;
  right: 1rem;
}

.active .header__burger::before, .active .header__burger::after {
  width: 2.8125rem;
}

.active .header__burger::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.active .header__burger::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.main-slider {
  display: -ms-grid;
  display: grid;
  width: 100%;
  position: relative;
}

.main-slider__slide {
  height: 100vh;
  width: 100vw;
  background: white;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-slider__slide {
    height: 31.25rem;
  }
  .main-slider__slide::before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 0;
  }
}

.main-slider__content {
  position: absolute;
  color: white;
  width: calc(100% - 17.5rem);
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(0deg, black 0%, transparent 100%);
  position: absolute;
  padding: 4.0625rem 8.75rem;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .main-slider__content {
    z-index: 1;
    padding: 0 5% 4.0625rem;
    width: unset;
  }
}

.main-slider__title, .main-slider__caption {
  font-family: Open Sans, sans-serif;
  font-weight: bold;
}

.main-slider__desc {
  font-size: 1.25rem;
  color: white;
}

.main-slider .owl-dots {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-slider .owl-dot {
  background: transparent;
  border: 1px solid white;
  border-radius: 100rem;
  height: 0.625rem;
  width: 0.625rem;
  padding: unset;
  margin: 0 0.3125rem;
}

.main-slider .owl-dot:focus {
  outline: none;
}

.main-slider .owl-dot.active {
  background: white;
}

.main-slider .btn {
  margin-top: 1.5rem;
}

.visits__boxes {
  display: -ms-grid;
  display: grid;
  margin-top: 4.25rem;
  -ms-grid-columns: (50rem)[auto-fill];
      grid-template-columns: repeat(auto-fill, 50rem);
  grid-auto-rows: minmax(25rem, auto);
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  grid-column-gap: 2.03125rem;
  grid-row-gap: 2.03125rem;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .visits__boxes {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 0.625rem;
  }
}

.visits__box {
  position: relative;
  z-index: 1;
  text-align: center;
  background-size: cover !important;
}

.visits__box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 90%;
  padding: 0 5% 2.1875rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .visits__box-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.visits__box-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(0deg, black 0%, transparent 100%);
  z-index: 0;
}

.visits__box-icon {
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .visits__box-icon {
    margin-bottom: 1rem;
  }
}

.visits__box-text {
  position: relative;
  margin: 0 1.875rem;
  line-height: 1.4;
  display: -ms-grid;
  display: grid;
}

@media screen and (max-width: 991px) {
  .visits__box-text {
    left: 0;
    margin-bottom: 1rem;
  }
}

.visits__box-title, .visits__box-desc {
  color: white;
  font-size: 1.25rem;
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .visits__box-title, .visits__box-desc {
    text-align: center;
  }
}

.visits__box-btn {
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .visits__box-btn {
    margin: 1rem auto 0;
  }
}

.post-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (33.33%)[3];
      grid-template-columns: repeat(3, 33.33%);
  grid-auto-rows: auto;
  grid-column-gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 3.125rem 0;
  grid-row-gap: 1.875rem;
}

@media screen and (max-width: 1140px) {
  .post-grid {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .post-grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

.about__box {
  height: 65rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-auto-columns: 100vw;
  background-size: cover !important;
}

@media screen and (max-width: 991px) {
  .about__box {
    height: 31.25rem;
  }
}

.about__box:first-child {
  height: 87.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, transparent));
  background: linear-gradient(180deg, white 0%, transparent 20%);
}

@media screen and (max-width: 991px) {
  .about__box:first-child {
    height: 56.25rem;
  }
}

.about__box-content {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(0deg, black 0%, transparent 100%);
  text-align: center;
  padding-bottom: 3.125rem;
}

.about__box-title, .about__box-text {
  max-width: 1080px;
  color: white;
  margin: 1.875rem auto 0.5rem;
  padding: 0 1.4rem 1rem;
}

@media screen and (max-width: 991px) {
  .about__box-text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.about__box-title {
  text-transform: unset;
  font-size: 2.8125rem;
}

@media screen and (max-width: 991px) {
  .about__box-title {
    font-size: 2.375rem;
  }
}

.about__box-link {
  color: white;
  text-decoration: underline;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  text-transform: unset;
}

.about__box-link:hover {
  font-weight: bold;
}

.slider-bottom__box {
  background-size: cover !important;
  height: 11.6vw;
  position: relative;
  margin: 0.5rem;
}

@media screen and (max-width: 991px) {
  .slider-bottom__box {
    height: 21.6vw;
  }
}

@media screen and (max-width: 991px) {
  .slider-bottom__box {
    height: 21.6vw;
  }
}

@media screen and (max-width: 480px) {
  .slider-bottom__box {
    height: 45vw;
  }
}

.slider-bottom__box::after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(80%, transparent));
  background: linear-gradient(0deg, black 0%, transparent 80%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.slider-bottom__title {
  position: absolute;
  bottom: 1.3125rem;
  left: 1.625rem;
  z-index: 1;
  text-transform: initial;
  font-size: 1.25rem;
}

.slider-bottom .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.slider-bottom .owl-next,
.slider-bottom .owl-prev {
  width: 1.375rem;
  height: 1.375rem;
  background: white;
  border: none;
  border-radius: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  top: 60%;
  position: absolute;
  cursor: pointer;
}

.slider-bottom .owl-next:focus,
.slider-bottom .owl-prev:focus {
  outline: none;
}

.slider-bottom .owl-next span,
.slider-bottom .owl-prev span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  left: 50%;
}

.slider-bottom .owl-next:hover,
.slider-bottom .owl-prev:hover {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.slider-bottom .owl-next {
  right: 12%;
}

.slider-bottom .owl-prev {
  left: -3%;
}

.footer {
  background: #585858;
  height: 15rem;
  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;
  padding: 0 7.5%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    text-align: center;
  }
}

.footer__links {
  list-style-type: none;
  padding: 0;
}

.footer__links li {
  line-height: 2;
}

.footer__links li a {
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  color: white;
  text-transform: initial;
}

@media screen and (max-width: 991px) {
  .footer__links li a {
    text-align: center !important;
  }
}

.footer__links li:hover {
  font-weight: bold;
}

.footer__links li.fa-facebook,
.footer__links li.fa-instagram {
  display: none;
}

.footer__social-link {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: relative;
  margin-right: 1rem;
  top: 0.6rem;
  left: -4rem;
  font-size: 1.4rem;
  background: white;
  text-decoration: none;
  display: inline-block;
  width: 1.8rem;
  padding: 0.4rem;
  color: #585858 !important;
  text-align: center;
  border-radius: 100%;
}

@media screen and (max-width: 991px) {
  .footer__social-link {
    position: absolute;
    top: 3.4rem;
    left: 35%;
    font-size: 1.4rem;
    width: 1.6rem;
    padding: 0.2rem;
  }
}

.footer__social-link:hover {
  background: #e6e6e6 !important;
}

@media screen and (max-width: 991px) {
  .footer__social-link:first-of-type {
    left: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.footer__text {
  position: relative;
}

.footer__text p, .footer__text a {
  color: white;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  text-transform: initial;
}

@media screen and (max-width: 991px) {
  .footer__text p, .footer__text a {
    text-align: center !important;
  }
}

.footer__text a:hover {
  font-weight: bold;
}

.footer__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .footer__logo {
    -webkit-transform: unset;
            transform: unset;
    position: static;
  }
}

.footer__up {
  position: absolute;
  right: 1.25rem;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 3.75rem;
  height: 3.75rem;
  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;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.footer__up:hover {
  background: rgba(255, 255, 255, 0.5);
}

.footer__up i {
  color: white;
  font-size: 1rem;
}

.sub-footer {
  height: 1.5rem;
  background: #353535;
  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;
  padding: 0 7.5%;
}

@media screen and (max-width: 991px) {
  .sub-footer {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: columns;
            flex-direction: columns;
  }
}

.sub-footer p {
  color: white;
  font-size: 0.625rem;
}

.sub-footer__center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .sub-footer__center {
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
}

.filter {
  margin: 3.75rem auto 8.75rem;
}

@media screen and (max-width: 767px) {
  .filter {
    margin: 3.75rem auto 0;
  }
}

.filter h3 {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #707070;
  text-transform: unset;
}

.filter__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.125rem;
}

@media screen and (max-width: 767px) {
  .filter__categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}

.filter__category {
  background: #F5F5F5;
  padding: 1rem 1.6875rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.9375rem;
  cursor: pointer;
  position: relative;
}

.filter__category.active::after, .filter__category::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #585858;
  border-radius: 1rem;
  width: 0%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 0;
}

.filter__category.active::after, .filter__category:hover::after {
  width: 100%;
}

.filter__category.active .filter__title, .filter__category:hover .filter__title {
  color: white;
  z-index: 1;
}

.filter__category.active .filter__image, .filter__category:hover .filter__image {
  -webkit-filter: unset;
          filter: unset;
  z-index: 1;
}

.filter__title {
  font-size: 0.875rem;
  color: #585858;
  margin-right: 2.1875rem;
}

.filter__image {
  max-height: 1.875rem;
  -webkit-filter: invert(70%);
          filter: invert(70%);
}

.preview-big {
  height: 100vh;
  position: relative;
  background-size: cover !important;
}

@media screen and (max-width: 767px) {
  .preview-big {
    height: 31.25rem;
  }
}

.preview-big__content {
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(0deg, black 0%, transparent 100%);
  width: calc(100% - 2 * 4.0625rem);
  padding: 4.0625rem 8.75rem;
  color: white;
}

@media screen and (max-width: 767px) {
  .preview-big__content {
    width: -webkit-fill-available;
    height: 100%;
    z-index: 1;
    padding: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.preview-big__title {
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  font-size: 3.75rem;
  font-weight: bold;
  text-transform: unset;
}

@media screen and (max-width: 575px) {
  .preview-big__title {
    font-size: 2.5rem;
  }
}

.preview-big__subtitle {
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: unset;
  font-family: Open Sans, sans-serif;
}

.post-content {
  padding: 3.125rem 8.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 10%;
}

@media screen and (max-width: 1140px) {
  .post-content {
    padding: 3.125rem 3.125rem;
  }
}

@media screen and (max-width: 991px) {
  .post-content {
    display: block;
    padding: 1rem;
  }
}

.post-content__text {
  margin-top: 1.75rem;
  margin-bottom: 4.375rem;
  line-height: 1.4375rem;
}

.post-content__slider {
  width: 100%;
  height: auto;
  max-width: 50rem;
  max-height: 35rem;
  overflow: hidden;
  position: relative;
  margin-top: 4.5rem;
}

@media screen and (max-width: 991px) {
  .post-content__slider {
    margin: 4.5rem auto 0;
    width: unset;
  }
}

.post-content__image {
  max-height: 100%;
  max-width: 100%;
  display: block;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 100%;
}

.post-content .owl-prev,
.post-content .owl-next {
  width: 2.5rem;
  position: absolute;
  height: 100%;
  top: 0;
  border: none;
  font-size: 4rem;
  color: white;
  font-weight: lighter;
  background: transparent;
  left: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.post-content .owl-prev:hover,
.post-content .owl-next:hover {
  background: rgba(255, 255, 255, 0.2);
}

.post-content .owl-next {
  left: unset;
  right: 0;
}

.post-content__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .post-content__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contacts-section {
  border-bottom: 1px solid #585858;
  max-width: 103.125rem;
  margin: 4.0625rem auto 1.875rem;
  padding: 0 3rem;
}

@media screen and (max-width: 767px) {
  .contacts-section {
    padding: 0 1rem;
  }
}

.contacts-section__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .contacts-section__type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contacts-section__title {
  display: inline;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  font-size: 2.8125rem;
  text-transform: unset;
  margin-left: 1.875rem;
}

@media screen and (max-width: 767px) {
  .contacts-section__title {
    margin-left: 1rem;
    text-align: left;
  }
}

.contacts-section__icon {
  max-width: 4.0625rem;
  max-height: 4.0625rem;
  display: inline;
  height: 100%;
  width: 100%;
}

.contacts-section__boxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 2.375rem;
  padding-bottom: 5.9375rem;
}

@media screen and (max-width: 767px) {
  .contacts-section__boxes {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.contacts-section__boxes--three {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .contacts-section__boxes--three {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 575px) {
  .contacts-section__boxes--three {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.about-section {
  padding: 5.3125rem 0 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
}

@media screen and (max-width: 1140px) {
  .about-section {
    padding: 5.3125rem 0 0 2.5%;
  }
}

@media screen and (max-width: 991px) {
  .about-section {
    display: block;
    padding: 1rem;
    height: auto;
  }
}

.about-section__title {
  font-size: 2.8125rem;
  text-transform: none;
  margin-bottom: 0.4375rem;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
}

.about-section__subtitle {
  font-size: 1.25rem;
  text-transform: none;
  margin-bottom: 2.5rem;
  font-family: Open Sans, sans-serif;
}

.about-section__text {
  line-height: 1.5625rem;
}

.about-section__img {
  max-width: 50%;
  display: block;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 50%;
  position: relative;
  top: -10rem;
}

@media screen and (max-width: 991px) {
  .about-section__img {
    max-width: calc( 2rem + 100%);
    position: relative;
    left: -1rem;
    top: 0;
  }
}

.about-section__more {
  text-transform: lowercase;
}

.about-section--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 5.3125rem 5% 0 0;
}

@media screen and (max-width: 1140px) {
  .about-section--reverse {
    padding: 5.3125rem 2.5% 0 0;
  }
}

@media screen and (max-width: 991px) {
  .about-section--reverse {
    padding: 1rem;
  }
}

.about-section--reverse .about-section__content {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .about-section--reverse .about-section__content {
    text-align: left;
  }
}

.about-section--reverse .about-section__img {
  top: -14rem;
}

@media screen and (max-width: 991px) {
  .about-section--reverse .about-section__img {
    top: 0;
  }
}

.btn {
  padding: 0.875rem 5.3125rem 0.875rem 1.5rem;
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  white-space: nowrap;
}

.btn span {
  position: relative;
  font-weight: bold;
}

.btn::before {
  background: white;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn:hover {
  color: black;
}

.btn:hover::before {
  width: 100%;
}

.btn::after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  position: absolute;
  right: 1.4375rem;
}

.btn--black {
  border-color: black;
  color: black;
}

.btn--black:hover {
  color: white;
}

.btn--black::before {
  background: black;
}

.btn--clean {
  padding: 0.875rem 1.5rem 0.875rem 1.5rem;
}

.btn--clean::after {
  content: '';
}

.btn--more {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 2rem;
}

@media screen and (max-width: 1140px) {
  .btn--more {
    margin-top: 2rem;
  }
}

.distance {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.distance__wrapper {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.distance__info {
  color: white;
  margin: 0;
}

.distance__icon {
  margin: 0.3125rem;
}

.post-box {
  z-index: 2;
  background: white;
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}

.post-box__preview {
  height: 23vw;
  width: 100%;
  background-size: cover !important;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post-box__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 29.375rem;
  }
}

.post-box__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-box__tag {
  z-index: 1;
  position: relative;
  height: 3.5vw;
  width: 3.5vw;
  padding: 0.5vw;
  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;
}

@media screen and (max-width: 767px) {
  .post-box__tag {
    height: 10vw;
    width: 10vw;
  }
}

.post-box__tag::before {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
}

.post-box__tag img {
  position: absolute;
  max-width: 11.5%;
  max-height: 8.5%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(6);
  transform: translateX(-50%) translateY(-50%) scale(6);
  z-index: -1;
}

.post-box__distances {
  bottom: 1.25rem;
  left: 1.875rem;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .post-box__distances {
    left: unset;
  }
}

.post-box__btn {
  padding: 0.875rem 2.8125rem 0.875rem 1.25rem;
  font-size: 0.75rem;
}

.post-box__btn::after {
  right: 1.125rem;
}

.post-box__content {
  padding: 1.25rem 1.75rem;
}

.post-box__title {
  font-size: 1.25rem;
  color: black;
  text-transform: none;
}

.gray-box {
  padding: 1.9375rem 1.5625rem;
  background: #F5F5F5;
  border-radius: 1rem;
  margin: 0 1.875rem 0 0;
}

@media screen and (max-width: 991px) {
  .gray-box {
    margin: 0 0 1.875rem 0;
  }
}

.gray-box__title {
  font-size: 0.9375rem;
  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;
}

.gray-box__icon {
  margin-left: 1.25rem;
}

.gray-box__text {
  line-height: 1.5625rem;
}

.post-nav {
  text-align: center;
  padding-bottom: 6.875rem;
}

.post-nav__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 2.5rem;
  width: 22.5rem;
  background: black;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  margin-top: 3.125rem;
  margin-bottom: 1.5625rem;
}

.post-nav__close a {
  text-transform: unset;
  color: white;
  position: relative;
  padding: 0 2.5rem;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.post-nav__close a:hover {
  font-weight: bold;
}

.post-nav__close a::before {
  content: '\f054';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  right: 0.9375rem;
  display: inline-block;
  font-size: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post-nav__close a:first-child::before {
  content: '\f053';
  left: -6.7rem;
  right: 0;
}

.interests-box {
  position: relative;
}

@media screen and (max-width: 767px) {
  .interests-box {
    padding: 1rem;
  }
}

.interests-box__title {
  text-transform: none;
  font-size: 2.8125rem;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  margin-bottom: 1.5625rem;
  display: inline;
  position: relative;
}

@media screen and (max-width: 575px) {
  .interests-box__title {
    font-size: 2rem;
  }
}

.interests-box__subtitle {
  text-transform: none;
  font-size: 1.25rem;
  display: inline;
}

.interests-box__desc {
  line-height: 1.4375rem;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .interests-box__desc {
    display: block;
  }
}

.interests-box__desc--whole {
  position: absolute;
  line-height: 1.4375rem;
  top: 3.2rem;
  z-index: 0;
  visibility: hidden;
  -webkit-transition: 0.05s all;
  transition: 0.05s all;
}

.interests-box__desc--whole::before {
  content: '';
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 0;
  -webkit-transition: 0.2s height;
  transition: 0.2s height;
  -webkit-box-shadow: 0px 10px 6px -10px black;
          box-shadow: 0px 10px 6px -10px black;
  padding-bottom: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .interests-box__desc--whole {
    position: relative;
    top: 0 !important;
    display: none;
  }
}

.interests-box.active .interests-box__desc {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .interests-box.active .interests-box__desc {
    display: none;
  }
}

.interests-box.active .interests-box__desc--whole {
  visibility: visible;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .interests-box.active .interests-box__desc--whole {
    display: block;
  }
}

.interests-box.active .interests-box__desc--whole::before {
  height: 100%;
}

.interests-box__more {
  text-decoration: underline;
  cursor: pointer;
}

.interests-box__less {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 1rem;
  bottom: -2.8rem;
  cursor: pointer;
  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;
  background: white;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 5px;
          box-shadow: 0px 0px 5px;
}

.interests-box__img {
  position: relative;
  max-height: 28.125rem;
  max-width: 100%;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .interests-box__img {
    height: auto;
  }
}

.events-box {
  position: relative;
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}

.events-box__title {
  text-transform: none;
  font-size: 2.8125rem;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  padding: 1.6875rem 2.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(0deg, black 0%, transparent 100%);
  width: -webkit-fill-available;
  color: white;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .events-box__title {
    padding: 1.6875rem 1rem;
    font-size: 2.1875rem;
  }
}

.events-box__content {
  position: relative;
}

.events-box__desc {
  line-height: 1.4375rem;
  z-index: 1;
  position: relative;
  padding: 1.75rem 2.5rem;
}

.events-box__desc--whole {
  position: absolute;
  line-height: 1.4375rem;
  top: 0.9rem;
  padding: 0 2.5rem 1.75rem 2.5rem;
  z-index: 0;
  visibility: hidden;
  -webkit-transition: 0.05s all;
  transition: 0.05s all;
}

.events-box__desc--whole::before {
  content: '';
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 0;
  -webkit-transition: 0.2s height;
  transition: 0.2s height;
  -webkit-box-shadow: 0px 10px 6px -10px black;
          box-shadow: 0px 10px 6px -10px black;
  padding-bottom: 1.5625rem;
}

.events-box.active .events-box__desc {
  visibility: hidden;
}

.events-box.active .events-box__desc--whole {
  visibility: visible;
  z-index: 3;
}

.events-box.active .events-box__desc--whole::before {
  height: 100%;
}

.events-box__more {
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}

.events-box__less {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 1rem;
  bottom: -2.8rem;
  cursor: pointer;
  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;
  background: white;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 5px;
          box-shadow: 0px 0px 5px;
}

.events-box__img {
  position: relative;
  height: 28.125rem;
  width: 100%;
  background-size: cover !important;
}

.contacts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: auto;
  background: #F7F7F7;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .contacts-box {
    width: auto;
    -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;
  }
}

.contacts-box__content {
  padding: 3.125rem 0.9375rem 3.125rem 2.8125rem;
  text-align: left;
  line-height: 1.4375rem;
  min-width: 35%;
}

@media screen and (max-width: 1140px) {
  .contacts-box__content {
    padding: 1.5625rem 1.25rem;
  }
}

.contacts-box__title {
  font-size: 1.25rem;
  text-transform: unset;
}

.contacts-box__links {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1140px) {
  .contacts-box__links {
    left: unset;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .contacts-box__links {
    left: 0;
    right: unset;
  }
}

.contacts-box__img {
  max-width: 100%;
  margin-left: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .contacts-box__img {
    margin-left: unset;
    width: 100vw;
  }
}

.contacts-box__link {
  color: white;
  width: 3.75rem;
  height: 3.75rem;
  background: rgba(0, 0, 0, 0.6);
  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;
  text-decoration: none;
  margin-right: 0.25rem;
}

.contacts-box__link-icon {
  font-size: 1.5rem;
}

.visits {
  padding: 10rem 8.75rem 0;
  background: url(../images/bg-visits.png) center -12vw no-repeat;
  background-image: cover;
  background-size: 100% auto;
}

@media screen and (max-width: 1140px) {
  .visits {
    padding: 10rem 3.125rem 0;
  }
}

@media screen and (max-width: 767px) {
  .visits {
    padding: 5rem 0 3.125rem 0;
  }
}

.visits h2, .visits h3 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .visits h2, .visits h3 {
    font-size: 3rem;
    padding: 0 1rem;
  }
}

.visits h3 {
  -webkit-transform: translateX(6rem);
          transform: translateX(6rem);
  padding: 0;
}

@media screen and (max-width: 767px) {
  .visits h3 {
    -webkit-transform: unset;
            transform: unset;
    font-size: 2rem;
  }
}

.visits__start {
  height: 65.625rem;
  background: url(../images/point.png) center center no-repeat;
  background-size: cover;
  position: relative;
  top: -6.25rem;
  text-align: center;
  z-index: 0;
  width: 100vw;
  left: -8.75rem;
}

@media screen and (max-width: 1140px) {
  .visits__start {
    left: -3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .visits__start {
    top: 0;
    height: 35rem;
    left: 0;
  }
}

.visits__start-text {
  position: relative;
  top: 19.375rem;
  color: white;
  border-radius: 20px;
  padding: 0.9375rem 3.125rem !important;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: unset !important;
          transform: unset !important;
  text-transform: unset;
}

.visits__start-text strong {
  color: #E50013;
}

@media screen and (max-width: 767px) {
  .visits__start-text strong {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .visits__start-text {
    width: 100%;
    line-height: 1.6;
    top: 0;
    height: 100%;
    padding: 0 !important;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.meet {
  padding: 0 8.75rem;
}

@media screen and (max-width: 1140px) {
  .meet {
    padding: 0 3.125rem;
  }
}

@media screen and (max-width: 991px) {
  .meet {
    padding: 0;
  }
}

.meet h2, .meet h3 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .meet h2, .meet h3 {
    font-size: 3rem;
  }
}

.meet h2 {
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
}

@media screen and (max-width: 767px) {
  .meet h2 {
    font-size: 2rem;
    -webkit-transform: unset;
            transform: unset;
  }
}

.meet h3 span {
  display: block;
  -webkit-transform: translateX(12rem);
          transform: translateX(12rem);
}

@media screen and (max-width: 767px) {
  .meet h3 span {
    -webkit-transform: unset;
            transform: unset;
    font-size: 1.6rem;
  }
}

.meet__all {
  display: table !important;
  margin: 0 auto;
  z-index: 2;
}

.about {
  position: relative;
  margin-top: -20rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .about {
    margin-top: -10rem;
  }
}

.slider-bottom {
  position: relative;
  background: #EEEEEE;
  padding: 5.3125rem 7.5%;
}

.slider-bottom__boxes {
  overflow: hidden;
}

#routes-page {
  padding: 17.5rem 8.75rem;
}

@media screen and (max-width: 1140px) {
  #routes-page {
    padding: 17.5rem 3.125rem 0;
  }
}

@media screen and (max-width: 991px) {
  #routes-page {
    padding: 7.5rem 0;
  }
}

#routes-page h1 {
  font-size: 2.8125rem;
  text-transform: unset;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
}

.interests-grid {
  padding: 5.3125rem 8.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 2.25rem;
  grid-row-gap: 5.75rem;
}

@media screen and (max-width: 767px) {
  .interests-grid {
    padding: 0rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}

.events-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 2.25rem;
  grid-row-gap: 5.75rem;
  padding: 5.3125rem 8.75rem;
}

@media screen and (max-width: 1140px) {
  .events-grid {
    padding: 5.3125rem 3.125rem 0;
  }
}

@media screen and (max-width: 991px) {
  .events-grid {
    padding: 5.3125rem 0;
  }
}

@media screen and (max-width: 767px) {
  .events-grid {
    margin-top: 2rem;
    padding: unset;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}

.contacts-page {
  padding-top: 17.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contacts-page {
    padding-top: 8rem;
  }
}

.contacts-page__title {
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  text-transform: unset;
  font-size: 2.8125rem;
  margin-bottom: 5rem;
}

#about-page {
  padding-bottom: 10.625rem;
}

@media screen and (max-width: 767px) {
  #about-page {
    padding-bottom: 0rem;
  }
}
