@charset "UTF-8";
/*
Theme Name:   Bořislavka
Author:       Martin Mohler
Version:      1.0.0
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

img {
  object-fit: cover;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

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

*:focus {
  outline: 0;
}

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

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

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s;
}

a:hover {
  color: #18A8B1;
}

body {
  color: #000;
  font-family: "Draft C", sans-serif;
  line-height: 1.5;
}
body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

button {
  color: inherit;
  cursor: pointer;
  font-family: "Draft C", sans-serif;
  transition: all 0.25s;
}

h1 {
  font: 64px/1 "Borislavka Headline";
}
@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font: 32px "Borislavka Headline";
}

h3 {
  font: 24px "Borislavka Headline";
}

h4 {
  font: 600 16px "Borislavka Headline";
}

hr {
  border: 1px solid #DFDFDF;
  margin: 40px auto;
  max-width: 1400px;
  width: 90vw;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}

label {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  cursor: pointer;
}

.about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 120px 5vw 0;
}
.about__caption {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.about__footer {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  text-align: center;
}
.about__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about__header::after {
  background: #18A8B1;
  content: "";
  height: 4px;
  margin-top: 24px;
  width: 64px;
}
.about__image {
  display: flex;
  position: relative;
}
.about__image::after {
  background: url("img/about__image-mask.svg") no-repeat right center;
  background-size: auto 100%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.about__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about__text {
  align-content: center;
  background-color: #000;
  color: #fff;
  display: grid;
  grid-gap: 24px 28px;
  grid-template-columns: minmax(0, 568px);
  justify-content: center;
  padding: 70px 50px;
  text-align: center;
}
.about__text p {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .about {
    grid-template-columns: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 112px;
  }
  .about__header {
    gap: 3px;
  }
  .about__header::after {
    margin-top: 20px;
  }
  .about__image {
    grid-row: 1;
    height: 90vw;
  }
  .about__image::after {
    content: none;
  }
}

.accordion {
  border-bottom: 1px solid;
}
.accordion__button {
  cursor: pointer;
  font-size: 14px;
  padding: 12px 60px 17px 0;
  position: relative;
}
.accordion__button::after {
  background: #18A8B1 url("img/accordion__button-arrow.svg") no-repeat center;
  bottom: 0;
  content: "";
  height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
  transition: all 0.25s;
  width: 40px;
}
.accordion__button--active::after {
  transform: rotate(-90deg);
}
.accordion__button--logo {
  padding-left: 240px;
}
.accordion__button-title {
  font-size: 24px;
  margin-bottom: 16px;
}
.accordion__button-title:last-child {
  margin-bottom: 0;
}
.accordion__button .perex {
  text-transform: uppercase;
  font-weight: 600;
}
.accordion article {
  max-width: 100%;
}
.accordion__collapse {
  display: none;
}
.accordion__collapse .basic {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  gap: 1rem;
}
@media (max-width: 767px) {
  .accordion__collapse .basic {
    flex-wrap: wrap;
  }
}
.accordion__collapse .basic img {
  width: 100%;
  max-width: 250px;
}
.accordion__item {
  border-top: 1px solid;
  position: relative;
}
.accordion__logo {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 208px;
}
@media (max-width: 767px) {
  .accordion__button--logo {
    padding-left: 0;
  }
  .accordion__logo {
    justify-content: flex-start;
    margin-bottom: 20px;
    position: static;
    width: auto;
  }
}

.app {
  margin: 0 auto;
  max-width: 1400px;
  width: 90vw;
  padding-top: 74px;
}
.app p {
  line-height: 1.75;
}
.app__heading {
  margin-bottom: 15px;
  padding-bottom: 30px;
  position: relative;
}
.app__heading::after {
  background: #18A8B1;
  content: "";
  height: 4px;
  margin-top: 24px;
  width: 64px;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.app__heading strong {
  color: #18A8B1;
  font-weight: normal;
}
.app__row {
  display: grid;
  grid-gap: 40px 100px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  padding: 94px 0 100px;
  text-align: center;
}
@media (max-width: 991px) {
  .app {
    padding-top: 20px;
  }
  .app__row {
    grid-template-columns: minmax(0, 400px);
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .app__row {
    padding-top: 30px;
  }
}

.basic {
  margin: 0 auto;
  max-width: 1400px;
  width: 90vw;
  line-height: 1.75;
  max-width: 928px;
}
.basic--small {
  max-width: 688px;
}
.basic figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}
.basic figure:last-child {
  margin-bottom: 0;
}
.basic h2 {
  margin-bottom: 1em;
  text-align: center;
}
.basic h3 {
  margin-bottom: 1em;
}
.basic h4 {
  margin-bottom: 1em;
}
.basic p {
  margin-bottom: 1em;
}
.basic p a {
  color: #18A8B1;
  font-weight: bold;
}
.basic p a:hover {
  color: #939393;
}
.basic strong {
  color: #18A8B1;
  font: 18px "Borislavka Headline";
}
.basic ul {
  margin-bottom: 1em;
}
.basic ul li {
  padding-left: 25px;
  position: relative;
}
.basic ul li::before {
  content: "•";
  left: 6px;
  position: absolute;
}
.basic__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 1em;
}
.basic__buttons--center {
  justify-content: center;
}
.basic__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
  margin-top: 57px;
  text-align: center;
}
.basic__header--o-centru {
  font-weight: 400;
  font-size: 52px;
  line-height: 56px;
}
.basic__header::after {
  background: #18A8B1;
  content: "";
  height: 4px;
  margin-top: 24px;
  width: 64px;
}
.basic__header h2 {
  margin: 0;
}
.basic__header-caption {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.basic__header--above-button {
  margin: 0 0 40px 0 !important;
}
.basic__row {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(2, minmax(328px, auto));
  margin: 48px 0;
}
@media (max-width: 991px) {
  .basic__row {
    grid-template-columns: none;
  }
}

.box1 {
  align-items: center;
  border: 2px solid #DFDFDF;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px 15px 21px;
}
.box1:hover {
  color: inherit;
}
.box1:hover .button {
  color: #18A8B1;
}
.box1:hover .button img {
  animation: arrow 2s linear infinite;
}
.box1__caption {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.box1__info {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  line-height: 1;
}
.box1__image {
  align-items: center;
  display: flex;
  height: 110px;
  justify-content: center;
  margin-bottom: 15px;
  width: 100%;
}
.box1__image--logo {
  width: 100%;
}
.box1__image__background {
  width: 100%;
  height: 56px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.box1__title {
  margin-bottom: 10px;
  text-align: center;
}

.box2 {
  align-items: center;
  display: grid;
  grid-gap: 75px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}
.box2:hover {
  color: inherit;
}
.box2:hover .button img {
  animation: arrow 2s linear infinite;
}
.box2__caption {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.box2__image {
  align-items: center;
  display: flex;
  height: 312px;
  justify-content: center;
}
.box2__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.box2__text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.box2__text .button {
  margin-top: 15px;
}
.box2__title {
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .box2 {
    grid-gap: 25px;
    grid-template-columns: 300px 1fr;
  }
  .box2__image {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .box2 {
    grid-template-columns: minmax(0, 450px);
  }
}

.button {
  align-items: center;
  background: #18A8B1;
  border: 2px solid transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: 600 14px/1.2 "Draft C", Arial;
  gap: 16px;
  justify-content: center;
  letter-spacing: 0.16em;
  margin: 0;
  min-height: 48px;
  min-width: 48px;
  padding: 5px 24px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s;
}
.button:hover, .button:active {
  background: #000;
  color: #fff;
}
.button img {
  flex-shrink: 0;
}
.button--arrow:hover img, .button--arrow:active img {
  animation: arrow 2s linear infinite;
}
.button--black {
  background: #000;
  color: #fff;
}
.button--black:hover, .button--black:active {
  background: #fff;
  color: #000;
}
.button--black img {
  filter: invert(1);
}
.button--small {
  font-size: 12px;
  min-height: 32px;
}
.button--square {
  padding-left: 0;
  padding-right: 0;
}
.button--white {
  background: #fff;
  color: #000;
}
.button--white:hover, .button--white:active {
  background: #fff;
  color: #000;
}
.button--white img {
  filter: invert(1);
}
@media (max-width: 991px) {
  .button__hidden-small {
    display: none;
  }
}

.caption {
  background: #000;
  display: flex;
  color: #fff;
  gap: 30px 56px;
  margin-bottom: 30px;
  margin-left: 15vw;
  padding: 128px 53px 80px 120px;
  position: relative;
}
.caption--detail {
  padding-bottom: 144px;
}
.caption--detail + * {
  background: #fff;
  position: relative;
  margin-top: -104px;
}
.caption__back {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
  align-items: center;
  align-self: flex-start;
  color: #BBB;
  display: flex;
  gap: 12px;
  margin-top: 23px;
  white-space: nowrap;
}
.caption__bg {
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50px;
}
.caption__bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.caption__breadcrumb {
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  font: 600 12px "Draft C";
  gap: 0 10px;
  justify-content: flex-end;
  letter-spacing: 0.16em;
  margin-top: 23px;
  text-align: right;
  text-transform: uppercase;
}
.caption__breadcrumb-item + .caption__breadcrumb-item {
  padding-left: 10px;
}
.caption__breadcrumb-item + .caption__breadcrumb-item::before {
  content: "/";
  margin-right: 10px;
}
.caption__datetime {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 13px;
  margin-top: 19px;
}
.caption__par {
  font: 600 14px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.caption__primary {
  flex: 0 1 928px;
}
.caption__content {
  align-items: center;
  display: flex;
  gap: 10px 30px;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.caption__subtitle {
  color: #18A8B1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .caption {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 991px) {
  .caption {
    flex-direction: column;
  }
  .caption__back {
    margin-top: 0;
  }
  .caption__breadcrumb {
    justify-content: flex-start;
    margin-top: 0;
    order: -1;
    text-align: left;
  }
  .caption__primary {
    flex-basis: auto;
  }
  .caption__content {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .caption {
    margin-left: 0;
    padding-top: 200px;
  }
}

.card {
  margin: 0 auto;
  max-width: 1400px;
  width: 90vw;
  display: grid;
  grid-template-columns: 3fr 4fr;
  margin-bottom: 40px;
}
.card__caption {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.card__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card__header::after {
  background: #18A8B1;
  content: "";
  height: 4px;
  margin-top: 24px;
  width: 64px;
}
.card__image {
  display: flex;
  position: relative;
}
.card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.card__text {
  align-content: center;
  background-color: #000;
  color: #fff;
  display: grid;
  grid-gap: 24px 28px;
  grid-template-columns: minmax(0, 568px);
  justify-content: center;
  padding: 70px 50px;
  text-align: center;
}
.card__text p {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .card {
    grid-template-columns: none;
    padding-left: 0;
    padding-right: 0;
  }
  .card__header {
    gap: 3px;
  }
  .card__header::after {
    margin-top: 20px;
  }
  .card__image {
    grid-row: 1;
  }
}

.contact {
  margin: 0 auto;
  max-width: 1400px;
  width: 90vw;
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
}
.contact__address {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-top: 72px;
}
.contact__address-item {
  display: flex;
  gap: 16px;
}
.contact__address img {
  object-fit: contain;
}
.contact__caption {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.contact__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
  margin-top: 57px;
  text-align: center;
}
.contact__header::after {
  background: #18A8B1;
  content: "";
  height: 4px;
  margin-top: 24px;
  width: 64px;
  margin-top: 28px;
}
.contact__map {
  display: flex;
  margin: 64px 0 38px;
  position: relative;
}
.contact__map-marker {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.contact__numbers {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 68px;
  justify-content: center;
  letter-spacing: 0.16em;
  margin-top: 64px;
  text-align: center;
  text-transform: uppercase;
}
.contact__numbers sup {
  line-height: 0;
}
.contact__numbers-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-bottom: 7px;
  padding-top: 8px;
  position: relative;
}
.contact__numbers-item + .contact__numbers-item::before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: "";
  left: -34px;
  position: absolute;
  top: 0;
}
.contact__numbers-strong {
  color: #18A8B1;
  font: normal 24px/1 "Borislavka Headline";
  letter-spacing: 0;
  text-transform: none;
}
.contact__staff {
  align-self: center;
  columns: 2;
  column-gap: 100px;
  margin-bottom: 40px;
  margin-top: 22px;
}
.contact__staff-department {
  font-size: 18px;
  margin-bottom: 3px;
}
.contact__staff-item {
  break-inside: avoid;
  margin-bottom: 32px;
}
.contact__staff-label {
  color: #18A8B1;
  font-weight: bold;
}
.contact__staff-name {
  color: #18A8B1;
  display: block;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .contact__address {
    gap: 30px;
    margin-top: 50px;
  }
  .contact__map {
    margin-bottom: 0;
    margin-top: 50px;
  }
  .contact__numbers {
    gap: 20px 40px;
    margin-top: 50px;
  }
  .contact__numbers-item + .contact__numbers-item::before {
    left: -20px;
  }
  .contact__numbers-strong {
    font-size: 20px;
  }
  .contact__staff {
    column-gap: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contact__address {
    align-self: center;
    flex-direction: column;
  }
  .contact__header {
    gap: 4px;
  }
  .contact__numbers {
    align-self: center;
    flex-direction: column;
  }
  .contact__numbers-item + .contact__numbers-item::before {
    content: none;
  }
  .contact__staff {
    columns: 1;
  }
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  width: 90vw;
}

.detail {
  margin: 0 auto;
  max-width: 1400px;
  width: 90vw;
  display: grid;
  grid-gap: 76px;
  grid-template-columns: 400px 1fr;
  line-height: 1.75;
  margin-bottom: 100px;
  padding-top: 50px;
}
.detail__heading {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: inherit;
  margin-bottom: 15px;
}
.detail__image {
  align-items: flex-start;
  border-right: 1px solid #DFDFDF;
  display: flex;
  justify-content: center;
  padding: 20px 100px 20px 0;
}
.detail__image img {
  width: 100%;
}
.detail__social {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.detail__social-item {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
  align-items: center;
  color: inherit;
  display: flex;
  gap: 6px;
}
.detail__text {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  padding-top: 22px;
}
@media (max-width: 991px) {
  .detail {
    grid-gap: 40px;
    grid-template-columns: 30vw 1fr;
    margin-bottom: 40px;
    padding-top: 20px;
  }
  .detail__image {
    padding-right: 40px;
  }
  .detail__text {
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .detail {
    grid-template-columns: none;
  }
  .detail__image {
    border-bottom: 1px solid #DFDFDF;
    border-right: 0;
    padding: 0 0 50px;
  }
  .detail__image img {
    max-width: 300px;
  }
  .detail__text {
    flex-direction: column;
  }
}

.download {
  margin: 0 auto;
  max-width: 1400px;
  width: 90vw;
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 36px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 125px;
  margin-top: 36px;
}
.download__item {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 42px 20px;
  text-align: center;
}
.download__item:hover {
  background: #18A8B1;
  color: #fff;
}
@media (max-width: 1199px) {
  .download {
    grid-gap: 20px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .download__item {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .download {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .download {
    grid-template-columns: minmax(0, 370px);
  }
}

.events {
  display: block;
  padding: 120px 5vw 0;
  max-width: 1400px;
  margin: auto;
}
.events__image {
  width: 100%;
}
.events__image > div {
  height: 100%;
  object-fit: cover;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.events__article {
  align-items: flex-start;
  border-bottom: 1px solid #BBB;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 23px 0 32px;
}
.events__article .button {
  margin-top: 13px;
}
.events__caption {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.events__date {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.events__footer {
  padding: 16px 0;
}
.events__footer-link {
  align-items: center;
  cursor: pointer;
  display: flex;
  font: 600 14px/1.2 "Draft C", Arial;
  gap: 16px;
  justify-content: flex-end;
  letter-spacing: 0.16em;
  margin: 0;
  padding: 5px 0;
  text-align: right;
  text-transform: uppercase;
}
.events__footer-link img {
  filter: brightness(0);
}
.events__footer-link:hover img {
  animation: arrow 2s linear infinite;
  filter: brightness(1);
}
.events__header {
  border-left: 4px solid #18A8B1;
  margin-bottom: 41px;
  padding-left: 16px;
}
.events__image {
  display: flex;
  height: 312px;
  margin-bottom: 8px;
}
.events__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .events {
    grid-template-columns: none;
  }
}
@media (max-width: 767px) {
  .events {
    padding-top: 70px;
  }
  .events__article {
    padding-top: 19px;
  }
  .events__article .button {
    margin-top: 5px;
  }
  .events__caption {
    margin-bottom: 3px;
  }
  .events__header {
    margin-bottom: 9px;
  }
}

.filter {
  margin: 0 auto;
  max-width: 1400px;
  width: 90vw;
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  font: 14px/1.5 "Borislavka Headline";
  justify-content: center;
  margin-bottom: 80px;
}
.filter__item {
  padding: 10px 20px;
  position: relative;
  white-space: nowrap;
}
.filter__item::after {
  bottom: -3px;
  background: #18A8B1;
  content: "";
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.25s;
  width: 0;
}
.filter__item:hover {
  color: #525252;
}
.filter__item:hover::after {
  border: 1px solid #fff;
  width: 100%;
}
.filter__item--active {
  color: #18A8B1;
}
.filter__item--active::after {
  border: 1px solid #fff;
  width: 100%;
}
.filter__item--empty {
  opacity: 50%;
  pointer-events: none;
}
.filter__item--empty::after {
  opacity: 0;
}
@media (max-width: 1399px) {
  .filter {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .filter {
    margin-bottom: 40px;
  }
}

.followus {
  background: #000;
  overflow: hidden;
  color: #fff;
  margin-top: 100px;
  padding-top: 61px;
}
.followus__slider .slick-arrow {
  align-items: center;
  background: #000;
  border-radius: 0;
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
  z-index: 1;
}
.followus__slider .slick-arrow::before {
  content: url("img/followus__arrow.svg");
  font-size: 0;
  opacity: 1;
}
.followus__slider .slick-arrow:hover {
  background: #18A8B1;
}
.followus__slider .slick-next {
  right: 0;
}
.followus__slider .slick-prev {
  left: 0;
}
.followus__slider .slick-prev::before {
  transform: rotate(180deg);
}
.followus__caption {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.followus__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 48px;
  padding: 15px;
  text-align: center;
}
.followus__header::after {
  background: #18A8B1;
  content: "";
  height: 4px;
  margin-top: 24px;
  width: 64px;
  margin-top: 30px;
}
.followus__image {
  height: 384px;
}
.followus__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.followus .bwg-standard-thumbnails .bwg-item a {
  margin: 0 !important;
}
.followus .bwg_container {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .followus {
    margin-top: 52px;
    padding-top: 47px;
  }
  .followus__header {
    gap: 3px;
    margin-bottom: 44px;
  }
  .followus__header::after {
    margin-top: 20px;
  }
  .followus__image {
    height: 360px;
  }
}

.footer {
  background: #DFDFDF;
  padding: 64px 5vw 0;
}
.footer p {
  font: 14px/1.714 "Borislavka Headline";
  margin-bottom: 7px;
}
.footer__copyright {
  align-items: center;
  border-top: 1px solid #BBB;
  color: #939393;
  font: 14px "Borislavka Headline";
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 32px 0;
}
.footer__copyright-nav {
  align-items: center;
  display: flex;
  gap: 16px;
}
.footer__copyright-nav-item + .footer__copyright-nav-item {
  padding-left: 16px;
  position: relative;
}
.footer__copyright-nav-item + .footer__copyright-nav-item::before {
  background: #939393;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 4px;
}
.footer__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 448px;
  width: 100%;
}
.footer__form-check {
  position: relative;
}
.footer__form-check input {
  display: none;
}
.footer__form-check input:checked + label::after {
  opacity: 1;
}
.footer__form-check label {
  display: block;
  font: 12px/1.5 "Borislavka Headline";
  padding-left: 24px;
}
.footer__form-check label::after {
  border-bottom: 1px solid;
  border-right: 1px solid;
  content: "";
  height: 10px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 6px;
}
.footer__form-check label::before {
  border: 1px solid;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}
.footer__form-check label a {
  text-decoration: underline;
  white-space: nowrap;
}
.footer__form-check--error {
  color: #EE2B47;
  padding-right: 24px;
}
.footer__form-check--error img {
  position: absolute;
  right: 0;
  top: 3px;
}
.footer__form-footer {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-top: 5px;
}
.footer__form-input {
  align-items: center;
  border-bottom: 1px solid #000;
  display: flex;
}
.footer__form-input input {
  background: transparent;
  border: 0;
  flex-grow: 1;
  font: 14px "Borislavka Headline";
  padding: 8px 0;
}
.footer__form-input input::placeholder {
  color: #000;
  opacity: 1;
}
.footer__form-message {
  align-items: center;
  color: #EE2B47;
  display: flex;
  font: 12px/1.5 "Borislavka Headline";
  gap: 8px;
}
.footer__form-message--small-res {
  display: none;
}
.footer__heading {
  font: 600 12px "Draft C";
  margin-bottom: 27px;
  text-transform: uppercase;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  font: 14px/1.714 "Borislavka Headline";
  gap: 8px;
}
.footer__nowrap {
  white-space: nowrap;
}
.footer__row {
  display: flex;
  gap: 38px 40px;
  justify-content: space-between;
  margin: 39px 0 72px;
}
.footer__social {
  display: flex;
  gap: 24px;
  margin-top: 15px;
}
.footer__social-item {
  filter: brightness(0);
}
.footer__social-item:hover {
  filter: brightness(1);
}
@media (max-width: 1350px) {
  .footer__row {
    flex-wrap: wrap;
  }
  .footer__form {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .footer__copyright {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 37px;
    padding-top: 39px;
  }
  .footer__copyright-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
    order: -1;
  }
  .footer__copyright-nav-item + .footer__copyright-nav-item {
    padding-left: 0;
  }
  .footer__copyright-nav-item + .footer__copyright-nav-item::before {
    content: none;
  }
  .footer__form-message--big-res {
    display: none;
  }
  .footer__form-message--small-res {
    display: flex;
  }
  .footer__row {
    margin-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-top: 72px;
  }
  .footer__form {
    max-width: 100%;
  }
  .footer__form-check label {
    font-size: 14px;
  }
  .footer__form-check label::after {
    top: 3px;
  }
  .footer__form-check label::before {
    top: 2px;
  }
  .footer__form-input input {
    font-size: 16px;
  }
  .footer__form-message {
    font-size: 14px;
  }
  .footer__heading {
    font-size: 14px;
    margin-bottom: 21px;
  }
  .footer__logo {
    display: flex;
    margin: auto;
    width: 114px;
  }
  .footer__logo img {
    width: 100%;
  }
  .footer__nav {
    font-size: 16px;
    gap: 12px;
  }
  .footer__row {
    flex-direction: column;
    margin-top: 50px;
  }
}

.gallery {
  grid-auto-rows: 25vw;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-auto-rows: 25vw;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 45px;
}
.gallery__item {
  display: flex;
  overflow: hidden;
}
.gallery__item img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: all 0.25s;
  width: 100%;
}
.gallery__item:hover img {
  transform: scale(1.07);
}
@media (max-width: 991px) {
  .gallery {
    grid-auto-rows: 50vw;
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid {
  margin: 0 auto;
  max-width: 1400px;
  width: 90vw;
  display: grid;
  grid-gap: 34px 32px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}
.grid--small {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1048px;
}
@media (max-width: 991px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .grid {
    grid-template-columns: minmax(0, 330px);
  }
}

.header {
  background: #fff;
  display: grid;
  grid-gap: 18px 5vw;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 0 5vw 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.header--homepage {
  padding-bottom: 8px;
  align-items: center;
}
.header--overlay-active .header__overlay {
  bottom: 0;
}
.header__collapse {
  background: #000;
  color: #fff;
  display: block;
  height: 0;
  min-width: 488px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.25s;
  z-index: 10;
}
.header__collapse .header__house {
  display: none !important;
}
.header__collapse .header__nav {
  flex-direction: column;
  overflow: auto;
  padding: 0 64px;
}
.header__collapse .header__nav-item {
  font: 32px "Borislavka Headline", sans-serif;
}
.header__collapse--active {
  height: 100vh;
  padding-bottom: 100px;
  padding-top: 128px;
}
.header__logo {
  left: 5vw;
  position: absolute;
  top: 100%;
}
.header__logo--search-active {
  filter: invert(1);
  top: 30px;
  z-index: 12;
}
.header__logo--homepage {
  position: static;
}
.header__logo--homepage img {
  max-height: 72px;
}
.header__nav {
  display: flex;
  font: 14px "Borislavka Headline";
  gap: 20px 50px;
  grid-column: 2;
  justify-content: center;
}
.header__nav-item--small {
  display: none;
}
.header__opening {
  align-items: center;
  display: flex;
  gap: 9px;
  line-height: 1;
}
.header__opening strong {
  font-weight: 600;
  white-space: nowrap;
}
.header__overlay {
  bottom: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.25s;
  z-index: 9;
}
.header__search-close {
  align-self: flex-end;
  background: transparent;
  border: 0;
  color: #fff;
  height: 20px;
  padding: 0;
  position: relative;
  width: 22px;
}
.header__search-close::after {
  border-top: 2px solid;
  content: "";
  display: block;
  margin-top: 7px;
  position: absolute;
  top: 2px;
  transition: all 0.45s;
  transform: rotate(-35deg);
  width: 22px;
}
.header__search-close::before {
  border-top: 2px solid;
  bottom: 2px;
  content: "";
  display: block;
  margin-bottom: 7px;
  position: absolute;
  transition: all 0.45s;
  transform: rotate(35deg);
  width: 22px;
}
.header__search-close:hover {
  color: #18A8B1;
}
.header__search-collapse {
  background: #000;
  display: flex;
  flex-direction: column;
  height: 400px;
  left: 0;
  padding: 50px 5vw 96px;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: all 0.25s;
  width: 100vw;
  z-index: 12;
}
.header__search-form {
  align-items: center;
  align-self: center;
  border-bottom: 1px solid;
  display: grid;
  grid-gap: 45px;
  grid-template-columns: 32px 1fr auto;
  margin-top: auto;
  max-width: 1400px;
  min-height: 76px;
}
.header__search-form input {
  background: transparent;
  border: 0;
  color: #fff;
  font: 60px/1 "Borislavka Headline", sans-serif;
  width: 100%;
}
.header__search-form input::placeholder {
  color: #fff;
  opacity: 1;
}
.header__search-form label {
  align-items: center;
  display: flex;
  filter: brightness(100);
}
.header__search-form label img {
  width: 100%;
}
.header__search--active .header__search-collapse {
  transform: translateX(0%);
}
.header__search-toggler {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  gap: 9px;
  padding: 0;
}
.header__social {
  align-items: center;
  display: flex;
  gap: 16px;
}
.header__social--small-res {
  display: none;
}
.header__social-item {
  display: flex;
}
.header__social-item:hover {
  filter: brightness(100);
}
.header__toggler {
  align-self: center;
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  height: 20px;
  margin-left: auto;
  padding: 0;
  position: relative;
  width: 22px;
  z-index: 11;
}
.header__toggler::after {
  border-top: 2px solid;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  transition: all 0.45s;
  width: 22px;
}
.header__toggler::before {
  border-top: 2px solid;
  bottom: 2px;
  content: "";
  display: block;
  position: absolute;
  transition: all 0.45s;
  width: 22px;
}
.header__toggler span {
  background: #000;
  border-radius: 2px;
  bottom: 0;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 22px;
}
.header__toggler--active {
  color: #fff;
}
.header__toggler--active::after {
  margin-top: 7px;
  transform: rotate(-35deg);
}
.header__toggler--active::before {
  margin-bottom: 7px;
  transform: rotate(35deg);
}
.header__toggler--active span {
  background: transparent;
}
.header__top {
  align-items: center;
  background: #000;
  color: #fff;
  display: grid;
  font-size: 14px;
  grid-auto-flow: column;
  grid-column: span 3;
  grid-gap: 16px;
  justify-content: flex-end;
  margin: 0 -5vw;
  height: 32px;
  padding: 2px 5vw;
}
.header__top > *:not(.header__top > *:last-child) {
  border-right: 1px solid #525252;
  padding-right: 16px;
}
@media (max-width: 991px) {
  .header__collapse--active {
    padding-top: 100px;
  }
  .header__collapse .header__nav-item {
    font-size: 20px;
  }
  .header__logo {
    width: 61px;
  }
  .header__search-form input {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .header {
    grid-gap: 16px;
    padding-bottom: 10px;
  }
  .header__collapse {
    left: 0;
    right: auto;
  }
  .header__collapse .header__nav {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 20px;
  }
  .header__logo {
    justify-self: center;
    position: static;
  }
  .header > .header__nav {
    display: none;
  }
  .header__nav-item--small {
    display: inline;
  }
  .header__search-form {
    grid-gap: 20px;
  }
  .header__search-form input {
    font-size: 20px;
  }
  .header__social {
    display: none;
  }
  .header__social--nav-active {
    left: 5vw;
  }
  .header__social--small-res {
    display: flex;
  }
  .header__social-item {
    filter: brightness(0);
  }
  .header__social-item:hover {
    filter: brightness(1);
  }
  .header__toggler {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 575px) {
  .header__collapse {
    min-width: 100vw;
  }
  .header__search-form {
    grid-template-columns: 25px auto;
    padding-bottom: 10px;
  }
  .header__search-form .button {
    grid-column: 2 span;
    margin-left: auto;
  }
  .header__search-form input {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .header__top {
    gap: 10px;
  }
  .header__top > * + * {
    padding-left: 10px;
  }
}

.info {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
  margin-top: 57px;
  text-align: center;
}
.info .button {
  margin-top: 30px;
}
.info__caption {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.intro {
  display: block;
  width: 100vw;
  aspect-ratio: 1920/604;
  margin-top: 137px;
  padding: 0 !important;
}
.intro__main {
  position: relative;
  height: 100%;
}
.intro__main img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.intro__title {
  align-items: center;
  bottom: 25%;
  display: flex;
  flex-direction: column;
  font: 64px/1 "Borislavka Headline";
  gap: 34px;
  position: absolute;
  width: 100%;
}
.intro__title__link {
  display: block;
}
.intro__title__link:hover {
  color: inherit;
}
.intro__title .button--arrow img {
  max-width: 100%;
  height: auto;
  width: auto;
  position: relative;
}
.intro__title small {
  font-size: 28px;
  margin-left: 20px;
}

.map {
  margin: 0 auto;
  max-width: 1400px;
  width: 90vw;
  height: 50vw;
  min-height: 500px;
  max-height: 800px;
  background: #BBB;
}
.map__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 704px;
  position: relative;
}
.map__controls {
  align-items: flex-end;
  bottom: 16px;
  display: flex;
  gap: 8px;
  left: 16px;
  position: absolute;
  right: 16px;
}
.map__floor {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
}
.map__form {
  background: #000;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 32px 1fr auto;
  height: 80px;
  padding: 0 30px;
}
.map__form input {
  background: transparent;
  border: 0;
  color: #fff;
  font: 24px/1 "Borislavka Headline", sans-serif;
  padding: 0;
  width: 100%;
}
.map__form input::placeholder {
  color: #fff;
  opacity: 1;
}
.map__form label {
  align-items: center;
  display: flex;
  filter: brightness(100);
}
.map__form label img {
  width: 100%;
}
.map__refresh {
  margin-left: auto;
}
.map__zoom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  right: 16px;
  top: 24px;
}
@media (max-width: 1199px) {
  .map__body {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .map__controls .button {
    padding-left: 0;
    padding-right: 0;
  }
  .map__floor {
    flex-direction: row;
  }
  .map__form input {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .map__controls {
    bottom: 0;
    gap: 0;
    left: 0;
    right: 0;
  }
  .map__floor {
    gap: 0;
  }
  .map__form {
    grid-gap: 15px;
    grid-template-columns: 20px auto;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .map__zoom {
    gap: 0;
    right: 0;
    top: 0;
  }
}

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  grid-template-columns: 880px;
  justify-content: center;
  justify-items: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.modal__body {
  align-items: center;
  background: #000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  flex-direction: column;
  font: 32px "Borislavka Headline";
  gap: 40px;
  max-width: 90vw;
  padding: 96px;
  position: relative;
  text-align: center;
}
.modal__body p strong {
  color: #18A8B1;
}
.modal__close {
  padding-left: 60px;
  position: relative;
}
.modal__close::after {
  border-top: 2px solid;
  content: "";
  display: block;
  left: 24px;
  margin-top: 19px;
  position: absolute;
  top: 2px;
  transition: all 0.45s;
  transform: rotate(-35deg);
  width: 22px;
}
.modal__close::before {
  border-top: 2px solid;
  bottom: 2px;
  content: "";
  display: block;
  left: 24px;
  margin-bottom: 19px;
  position: absolute;
  transition: all 0.45s;
  transform: rotate(35deg);
  width: 22px;
}
.modal__overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .modal__body {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .modal__body {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .modal__body {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.offer {
  margin: 0 auto;
  max-width: 1400px;
  width: 90vw;
}
.offer__arrow {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 16px;
  justify-content: center;
  margin-top: auto;
  text-transform: uppercase;
}
.offer__arrow img {
  filter: brightness(0);
  flex-shrink: 0;
  transition: all 0.25s;
}
.offer__box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  text-align: center;
}
.offer__box:hover {
  color: inherit;
}
.offer__box:hover .offer__arrow {
  color: #18A8B1;
}
.offer__box:hover .offer__arrow img {
  animation: arrow 2s linear infinite;
  filter: brightness(1);
}
.offer__caption {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.offer__footer {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.offer__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 48px;
  padding-top: 90px;
  text-align: center;
}
.offer__header::after {
  background: #18A8B1;
  content: "";
  height: 4px;
  margin-top: 24px;
  width: 64px;
  margin-top: 28px;
}
.offer__heading {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 168px;
  padding: 25px;
}
.offer__label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.offer__slider {
  display: flex;
  width: 100%;
}
.offer__slider__item {
  flex: 1;
}
.offer__slider.slick-dotted {
  margin-bottom: 64px;
}
.offer__slider .slick-dots {
  bottom: -38px;
  display: flex;
  justify-content: center;
}
.offer__slider .slick-dots li {
  height: 18px;
  margin: 0;
  width: 18px;
}
.offer__slider .slick-dots li:hover button::before {
  border-color: #18A8B1;
}
.offer__slider .slick-dots li.slick-active button::before {
  background: #18A8B1;
  border-color: #18A8B1;
  height: 12px;
  width: 12px;
}
.offer__slider .slick-dots li button {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
}
.offer__slider .slick-dots li button::before {
  border: 2px solid #000;
  border-radius: 50%;
  content: "";
  font-size: 0;
  height: 10px;
  opacity: 1;
  position: static;
  width: 10px;
}
.offer__slider .slick-list {
  margin: 0 -16px;
  width: 100%;
}
.offer__slider .slick-slide {
  height: inherit !important;
  margin: 0 16px;
}
.offer__slider .slick-track {
  display: flex !important;
  width: 100% !important;
}
@media (max-width: 1200px) {
  .offer__slider {
    flex-direction: column;
  }
  .offer__slider .offer__box {
    padding: 0;
  }
}
.offer__text {
  border: 2px solid #DFDFDF;
  border-top: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 14px;
  padding: 26px 25px 21px;
}
.offer--page .offer__box {
  padding: 0;
}
@media (max-width: 991px) {
  .offer__slider .slick-list {
    margin: 0 -8px;
  }
  .offer__slider .slick-slide {
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  .offer {
    padding-top: 40px;
  }
  .offer__header {
    gap: 4px;
    margin-bottom: 44px;
  }
  .offer__header::after {
    margin-top: 24px;
  }
  .offer__heading {
    padding-bottom: 30px;
  }
}

.services {
  margin-bottom: 30px;
  padding: 70px 5vw 0;
}
.services__arrow {
  align-items: center;
  color: #18A8B1;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 16px;
  text-transform: uppercase;
}
.services__arrow img {
  flex-shrink: 0;
}
.services__box {
  background: #000;
  color: #fff;
}
.services__box:hover .services__arrow img, .services__box:active .services__arrow img {
  animation: arrow 2s linear infinite;
}
.services__box:hover .services__image, .services__box:active .services__image {
  opacity: 0.6;
}
.services__caption {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.services__grid {
  display: grid;
  grid-gap: 24px 32px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
.services__header {
  padding-bottom: 31px;
  text-align: center;
}
.services__image {
  display: flex;
  height: 528px;
  transition: all 0.25s;
}
.services__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.services__text {
  align-items: center;
  display: flex;
  gap: 16px 30px;
  justify-content: space-between;
  min-height: 184px;
  padding: 14px 44px;
}
@media (max-width: 1199px) {
  .services__grid {
    grid-template-columns: minmax(0, 576px);
  }
}
@media (max-width: 575px) {
  .services {
    padding-top: 36px;
  }
  .services__header {
    padding-bottom: 15px;
  }
  .services__image {
    height: 304px;
  }
  .services__text {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 112px;
  }
}

.slider {
  margin: 0 auto;
  max-width: 1400px;
  width: 90vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.slider__header {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 31px;
}
.slider__header::after {
  background: #18A8B1;
  content: "";
  height: 4px;
  margin-top: 24px;
  width: 64px;
  margin-top: 37px;
}
.slider__header-caption {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.slider__images.slider__images {
  display: flex;
  margin-bottom: 0;
  min-height: 0;
  min-width: 0;
  position: relative;
}
.slider__images.slider__images img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.slider__images.slider__images .slick-arrow {
  background: rgba(0, 0, 0, 0.35) url("img/slider__arrow.svg") no-repeat center;
  height: 62px;
  width: 62px;
  z-index: 1;
}
.slider__images.slider__images .slick-arrow::before {
  content: none;
}
.slider__images.slider__images .slick-arrow:hover {
  background-color: #000;
}
.slider__images.slider__images .slick-dots {
  background: #000;
  bottom: 0;
  display: flex;
  gap: 8px;
  left: 0;
  list-style: none;
  padding: 20px 18px;
  position: absolute;
  width: auto;
}
.slider__images.slider__images .slick-dots li {
  border: 2px solid #18A8B1;
  display: flex;
  margin: 0;
  height: 12px;
  width: 12px;
}
.slider__images.slider__images .slick-dots li button {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slider__images.slider__images .slick-dots li button::before {
  content: none;
}
.slider__images.slider__images .slick-dots li.slick-active {
  background: #18A8B1;
}
.slider__images.slider__images .slick-next {
  right: 0;
  transform: translate(0, -50%) rotate(180deg);
}
.slider__images.slider__images .slick-prev {
  left: 0;
}
.slider__images.slider__images .slick-slide {
  display: flex;
  height: inherit;
}
.slider__images.slider__images .slick-track {
  display: flex;
  height: 100%;
}
.slider__text {
  background-color: #000;
  color: #fff;
  padding: 80px 50px 100px;
}
.slider__text ul {
  line-height: 1.75;
}
.slider__text ul li {
  padding-left: 25px;
  position: relative;
}
.slider__text ul li::before {
  content: "•";
  left: 6px;
  position: absolute;
}
@media (max-width: 991px) {
  .slider {
    grid-template-columns: 100%;
  }
  .slider__images.slider__images {
    height: 80vw;
  }
  .slider__text {
    padding: 50px 30px;
  }
}

.tiles p {
  margin-bottom: 1em;
}
.tiles p a {
  color: #18A8B1;
  font-weight: bold;
}
.tiles p a:hover {
  color: #939393;
}
.tiles p:last-child {
  margin-bottom: 0;
}
.tiles__cell--image {
  display: flex;
}
.tiles__cell--text {
  justify-self: end;
  margin: 0 auto;
  max-width: calc(576px + 10vw);
  padding: 5vw;
}
.tiles__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
  margin-top: 57px;
}
.tiles__header-title {
  font-weight: 400;
  font-size: 52px;
  line-height: 56px;
}
.tiles__header::after {
  background: #18A8B1;
  content: "";
  height: 4px;
  margin-top: 24px;
  width: 64px;
}
.tiles__header h2 {
  margin: 0;
}
.tiles__header-caption {
  color: #18A8B1;
  font: 600 17px "Draft C";
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tiles__row {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}
.tiles__row:nth-child(2n) .tiles__cell:first-child {
  order: 2;
}
@media (max-width: 991px) {
  .tiles__row {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, calc(576px + 10vw));
    justify-content: center;
  }
  .tiles__row:nth-child(2n) .tiles__cell:first-child {
    order: 0;
  }
}

@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(10px);
  }
  30% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(0);
  }
}
.map-iframe-wrapper {
  min-height: 500px;
  display: flex;
}
.map-iframe-wrapper .map {
  flex-grow: 1;
}

.pagination {
  display: flex;
  justify-content: space-between;
}

.new-page {
  padding: 0 20px;
}
.new-page td {
  border: 1px solid #999999;
  padding: 5px;
  line-height: 1.5;
}

.plugin-gallery {
  display: flex;
}
.plugin-gallery #bwg_container1_0 {
  max-width: 100vw;
}

.splide__arrow {
  opacity: 1 !important;
  background: none !important;
}

.splide__arrow svg {
  width: 16px !important;
  height: 30px !important;
  fill: none !important;
}

.splide__pagination__page {
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  background: transparent !important;
}

.splide__pagination__page.is-active {
  background: #fff !important;
  transform: none !important;
}

/*# sourceMappingURL=style.css.map */
