@charset "UTF-8";
/*
Theme Name: Urbaterra
Author: autor
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/* ---------------------------------------------------------------------------------- */
.m-0rem {
  margin: 0rem !important;
}

.m-1rem {
  margin: 1rem !important;
}

.m-2rem {
  margin: 2rem !important;
}

.m-3rem {
  margin: 3rem !important;
}

.m-4rem {
  margin: 4rem !important;
}

.m-5rem {
  margin: 5rem !important;
}

.mt-0rem {
  margin-top: 0rem !important;
}

.mt-1rem {
  margin-top: 1rem !important;
}

.mt-2rem {
  margin-top: 2rem !important;
}

.mt-3rem {
  margin-top: 3rem !important;
}

.mt-4rem {
  margin-top: 4rem !important;
}

.mt-5rem {
  margin-top: 5rem !important;
}

.mb-0rem {
  margin-bottom: 0rem !important;
}

.mb-1rem {
  margin-bottom: 1rem !important;
}

.mb-2rem {
  margin-bottom: 2rem !important;
}

.mb-3rem {
  margin-bottom: 3rem !important;
}

.mb-4rem {
  margin-bottom: 4rem !important;
}

.mb-5rem {
  margin-bottom: 5rem !important;
}

.my-0rem {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my-1rem {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-2rem {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-3rem {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-4rem {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-5rem {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.ml-0rem {
  margin-left: 0rem !important;
}

.ml-1rem {
  margin-left: 1rem !important;
}

.ml-2rem {
  margin-left: 2rem !important;
}

.ml-3rem {
  margin-left: 3rem !important;
}

.ml-4rem {
  margin-left: 4rem !important;
}

.ml-5rem {
  margin-left: 5rem !important;
}

.mr-0rem {
  margin-right: 0rem !important;
}

.mr-1rem {
  margin-right: 1rem !important;
}

.mr-2rem {
  margin-right: 2rem !important;
}

.mr-3rem {
  margin-right: 3rem !important;
}

.mr-4rem {
  margin-right: 4rem !important;
}

.mr-5rem {
  margin-right: 5rem !important;
}

.mx-0rem {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.mx-1rem {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-2rem {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-3rem {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-4rem {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-5rem {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.p-0rem {
  padding: 0rem !important;
}

.p-1rem {
  padding: 1rem !important;
}

.p-2rem {
  padding: 2rem !important;
}

.p-3rem {
  padding: 3rem !important;
}

.p-4rem {
  padding: 4rem !important;
}

.p-5rem {
  padding: 5rem !important;
}

.pt-0rem {
  padding-top: 0rem !important;
}

.pt-1rem {
  padding-top: 1rem !important;
}

.pt-2rem {
  padding-top: 2rem !important;
}

.pt-3rem {
  padding-top: 3rem !important;
}

.pt-4rem {
  padding-top: 4rem !important;
}

.pt-5rem {
  padding-top: 5rem !important;
}

.pb-0rem {
  padding-bottom: 0rem !important;
}

.pb-1rem {
  padding-bottom: 1rem !important;
}

.pb-2rem {
  padding-bottom: 2rem !important;
}

.pb-3rem {
  padding-bottom: 3rem !important;
}

.pb-4rem {
  padding-bottom: 4rem !important;
}

.pb-5rem {
  padding-bottom: 5rem !important;
}

.py-0rem {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-1rem {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2rem {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-3rem {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-4rem {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5rem {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pl-0rem {
  padding-left: 0rem !important;
}

.pl-1rem {
  padding-left: 1rem !important;
}

.pl-2rem {
  padding-left: 2rem !important;
}

.pl-3rem {
  padding-left: 3rem !important;
}

.pl-4rem {
  padding-left: 4rem !important;
}

.pl-5rem {
  padding-left: 5rem !important;
}

.pr-0rem {
  padding-right: 0rem !important;
}

.pr-1rem {
  padding-right: 1rem !important;
}

.pr-2rem {
  padding-right: 2rem !important;
}

.pr-3rem {
  padding-right: 3rem !important;
}

.pr-4rem {
  padding-right: 4rem !important;
}

.pr-5rem {
  padding-right: 5rem !important;
}

.px-0rem {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.px-1rem {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-2rem {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-3rem {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-4rem {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-5rem {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.article h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.article h3 {
  font-size: 1.25rem;
}
.article ul,
.article ol {
  margin: 1rem 0;
  padding-left: 3.5rem;
}
.article ul li ol,
.article ul li ul,
.article ol li ol,
.article ol li ul {
  margin: 0.15rem 0;
  padding-left: 1rem;
}
.article ul {
  list-style-type: disc;
}

.hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.hero__item {
  width: 50%;
}
.hero__item.hero__item--text {
  padding-right: 5%;
}

.hero__text {
  margin-top: 2.5rem;
}

.hero__image {
  position: relative;
  margin-top: 1.25rem;
}
.hero__image img {
  width: 100%;
}

.hero__imageText {
  position: absolute;
  right: 0;
  bottom: 20%;
  padding: 0.85rem 1.35rem;
  font-size: 1.25rem;
  color: #000000;
  border-radius: 1rem;
  border: 1px solid #280061;
  background: #ffffff;
}

.main__wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.tiles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.tiles.tiles--two {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}
.tiles.tiles--two .tiles__item {
  width: calc(50% - 3.5rem);
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.tiles#tiles-carousel .slick-list {
  padding-right: 12.5% !important;
}

.tiles__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-direction: column;
  -webkit-box-orient: column;
  -moz-box-direction: column;
  -moz-box-orient: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.33% - 2rem);
  margin: 1rem;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #000000;
}
.tiles__item.tiles__item--numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-direction: row;
  -webkit-box-orient: row;
  -moz-box-direction: row;
  -moz-box-orient: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  padding-left: 5.25rem;
  overflow: hidden;
}

.tiles__itemBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-direction: column;
  -webkit-box-orient: column;
  -moz-box-direction: column;
  -moz-box-orient: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.tiles__title {
  margin-bottom: 3rem;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.tiles__number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1.25rem;
  font-size: 2.25rem;
  font-weight: 300;
  color: #ffffff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: #000000;
}

.steps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}

.steps__item {
  width: 33.33%;
  position: relative;
  margin-top: 2rem;
  padding: 5rem 1.25rem 0 4.5rem;
  padding-top: 5rem;
}
.steps__item:not(:last-child) {
  border-top: 1px solid #000000;
}

.steps__number {
  position: absolute;
  left: 0;
  top: -1.5rem;
  z-index: 10;
  padding: 0.5rem 1.25rem;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  white-space: pre;
  border-radius: 1rem;
  background: #000000;
}
.steps__number::before {
  content: "";
  position: absolute;
  left: 3rem;
  top: 100%;
  width: 1px;
  height: 70px;
  background: #000000;
}
.steps__number::after {
  content: "";
  position: absolute;
  left: 2.625rem;
  top: 6.9rem;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000000;
}

@keyframes mobileTopSpan {
  50% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes mobileBottomSpan {
  50% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes mobileTopSpanReverse {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    -moz-transform: translateY(8px) rotate(0);
    -ms-transform: translateY(8px) rotate(0);
    -o-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mobileBottomSpanReverse {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    -moz-transform: translateY(-8px) rotate(0);
    -ms-transform: translateY(-8px) rotate(0);
    -o-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
html {
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #000000;
}

.more {
  display: inline-block;
  padding: 0.35rem 1.35rem;
  line-height: 1.35;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-radius: 1rem;
  background: #ffffff;
}
.more:hover {
  color: #ffffff;
  background: #000000;
}
.more:hover .more__img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.more.more--links {
  margin: 0.75rem 1.5rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.more.more--links:hover {
  border-color: #d200e1;
  background: #d200e1;
}
.more.more--links .more__img {
  vertical-align: -4px;
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
}
.more.more--pink {
  color: #ffffff;
  border: none !important;
  background: #d200e1;
}
.more.more--pink:hover {
  background: #000000;
}
.more.more--pink .more__img {
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
}
.more.more--portfolio {
  border: 1px solid #000000;
}
.more.more--portfolio .more__img {
  vertical-align: -4px;
}
.more.more--hero {
  margin-top: 4rem;
  white-space: pre;
}
.more.more--hero .more__img {
  padding-left: 1.15rem;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.more__img {
  padding-left: 0.85rem;
  vertical-align: -6px;
}

.text.text--fs18 {
  font-size: 1.125rem;
}
.text.text--fs20 {
  font-size: 1.25rem;
}
.text.text--attractions {
  max-width: 250px;
  position: absolute;
  left: calc(50% - 1rem);
  top: 15.5%;
}
.text.text--hero {
  max-width: 500px;
  position: relative;
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-size: 1.8125rem;
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  -o-transform: translateX(25%);
  transform: translateX(25%);
}
.text.text--hero::after {
  content: url("./img/herotext-line.svg");
  position: absolute;
  left: -2.5rem;
  top: -2rem;
}
.text.text--opinions {
  max-width: 675px;
  margin: 0 auto;
  text-align: center;
}
.text.text--w1000 {
  max-width: 1000px;
}
.text.text--w1050 {
  max-width: 1050px;
}

.full-width {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.white {
  color: #ffffff !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.icon {
  font-family: icomoon;
  vertical-align: middle;
}

.initial {
  text-transform: initial !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  line-height: 1.2;
}

.wrapper, .footer__wrapper, .section__wrapper, .header__menu, .header__wrapper, .body__wrapper {
  width: 1400px;
  max-width: 92.5%;
  margin: 0 auto;
  padding: 5rem 0;
}

.body {
  font-size: 18px;
  font-weight: 400;
  font-family: "IBM Plex Mono", monospace;
  line-height: 1.5;
  letter-spacing: -7%;
  color: #000000;
  background: #ffffff;
  overflow-x: hidden;
}
.body.body--home .header {
  width: calc(100% + 1px);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.body.body--home .header.hide {
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.body.body--home .header.sticky {
  background: #280061;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.body.body--home .header__logoImage {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.body.body--home .header__link {
  color: #ffffff;
  border-color: #ffffff;
}
.body.body--home .header__link:hover {
  border-color: #000000;
}
.body.body--home #mobile-btn span {
  background: #ffffff;
}

.body__wrapper {
  padding-top: 4rem;
  padding-bottom: 0;
}

.header__title {
  margin-bottom: 2rem;
  font-size: 4.375rem;
  text-align: center;
}
.header__title.header__title--medium {
  font-size: 3.125rem;
}
.header__title.header__title--small {
  font-size: 1.875rem;
}
.header__title.header__title--attractions {
  width: 100%;
  position: absolute;
  left: 18.5%;
  text-align: left;
}
.header__title.w850 {
  max-width: 850px;
}
.header__title.w1000 {
  max-width: 1000px;
}

.breadcrumbs {
  margin-bottom: 2rem;
}
.breadcrumbs span {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
}
.breadcrumbs span > span:first-child {
  padding-left: 0;
}
.breadcrumbs span > span:first-child a {
  font-family: icomoon;
}

.search {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.975);
  display: none;
}

.search__phrase {
  font-weight: 700;
}

.search__close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  color: #ffffff;
  border: none;
  background: transparent;
  cursor: pointer;
}
.search__close:hover {
  color: #000000;
}
.search__close i {
  font-size: 1.875rem;
  color: inherit;
}

.search__form {
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.search__input {
  width: 250px;
  display: inline-block;
  margin-right: 0.75rem;
  padding: 0.65rem 1rem;
  font-size: 0.9375rem;
  color: #000000;
}
.search__input::placeholder {
  color: inherit;
}

.search__submit {
  height: 38px;
  display: inline-block;
  font-size: 1.375rem;
  color: #ffffff;
  border: none;
  background: transparent;
  cursor: pointer;
}
.search__submit:hover {
  color: #bbbbbb;
}
.search__submit i {
  color: inherit;
  vertical-align: -3px;
}

.header {
  position: relative;
  z-index: 200;
}
.header.hide {
  width: 100%;
  position: fixed !important;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header.sticky {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background: #ffffff;
}
.header.sticky .header__link:hover {
  border-color: #d200e1;
  background: #d200e1;
}

.header__wrapper {
  padding: 1.75rem 0;
}

.header__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__left {
  position: relative;
  z-index: 9999;
}

.header__logo,
.header__logoImage {
  display: block;
}

.header__logo {
  margin-top: 0.2rem;
}

.header__socials {
  display: none;
  margin-top: 2.5rem;
}

.header__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__nav {
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #280061;
  overflow: hidden auto;
  display: none;
}

.header__link {
  display: inline-block;
  margin-right: 2rem;
  padding: 0.5rem 1rem;
  font-size: 1.4375rem;
  color: #000000;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1rem;
  border: 1px solid #000000;
}
.header__link:hover {
  color: #ffffff;
  background: #000000;
}

.header__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-direction: column;
  -webkit-box-orient: column;
  -moz-box-direction: column;
  -moz-box-orient: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10.5rem;
  position: relative;
  list-style-type: none;
}

.header__menuItem:not(:last-child) {
  margin-bottom: 2.25rem;
}

.header__menuLink {
  display: inline-block;
  padding: 0.15rem 1.15rem;
  font-size: 1.125rem;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 9999rem;
  border: 1px solid #ffffff;
}
.header__menuLink:hover {
  color: #ffffff;
  border-color: #d200e1;
  background: #d200e1;
}

#mobile-btn {
  width: 30px;
  height: 30px;
  z-index: 5000;
  background: transparent;
  border: 0;
  cursor: pointer;
}
#mobile-btn div {
  height: 100%;
  margin: auto;
  position: relative;
}
#mobile-btn span {
  width: 90%;
  height: 1px;
  position: absolute;
  left: 5%;
  background: #000000;
}
#mobile-btn span.first {
  top: 6px;
}
#mobile-btn span.center {
  top: 14px;
}
#mobile-btn span.last {
  top: 22px;
}

html.active {
  width: 100%;
  min-height: 100svh;
  max-height: 100svh;
  overflow: hidden;
}
html.active .header__nav,
html.active .header__socials {
  display: block;
}
html.active .header__logoImage {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
html.active #mobile-btn span {
  background: #ffffff !important;
}
html.active #mobile-btn span.first {
  animation: mobileTopSpan 0.75s forwards;
}
html.active #mobile-btn span.center {
  display: none;
}
html.active #mobile-btn span.last {
  animation: mobileBottomSpan 0.75s forwards;
}

.slider {
  width: 100%;
  height: 650px;
  position: relative;
}

.slider__image {
  width: inherit;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider__text {
  width: 1200px;
  max-width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.slider__subtitle {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

.slider__link {
  display: inline-block;
  margin-top: 4rem;
}
.slider__link i {
  padding-right: 0.65rem;
  font-size: 1rem;
}

.section.section--purple {
  background: #280061;
}
.section.section--video {
  background: #ffffff;
}
.section.section--video .section__wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.section.section--white {
  background: #ffffff;
}

.section__wrapper.section__wrapper--hero {
  padding-top: 3.5rem;
  padding-bottom: 6rem;
}
.section__wrapper.w1200 {
  width: 1200px;
}

.footer {
  background: #ffffff;
}

.footer__wrapper {
  padding-top: 8rem;
}

.footer__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__boxItem {
  width: 25%;
}
.footer__boxItem.footer__boxItem--form {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 10%;
}

.footer__boxName {
  margin-bottom: 1rem;
  font-size: 1.5625rem;
  line-height: 1.2;
}

.footer__boxText {
  margin-bottom: 1.35rem;
  font-size: 1.25rem;
}
.footer__boxText.footer__boxText--policy {
  margin-top: 10.5rem;
}
.footer__boxText a:hover {
  text-decoration: underline;
}

.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  margin-top: 2.5rem;
  padding: 0;
  list-style-type: none;
}

.pagination__item {
  margin: 0 0.5rem;
}

.pagination__link {
  display: block;
  width: 34px;
  height: 34px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #b7b7b7;
}
.pagination__link.disabled {
  cursor: not-allowed;
}
.pagination__link.current {
  font-weight: 600;
  color: #ffffff;
}
.pagination__link:hover {
  color: #ffffff;
}
.pagination__link.prev, .pagination__link.next {
  font-family: icomoon;
  color: #b7b7b7;
  line-height: 34px;
  border: none;
}
.pagination__link.prev:hover, .pagination__link.next:hover {
  color: #ffffff;
}

.socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: 0.35rem;
}
.socials.socials--white .socials__link {
  color: #ffffff !important;
}

.socials__link {
  display: block;
  margin-right: 1.75rem;
  font-size: 1.625rem;
  color: #000000;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.socials__link:hover {
  -webkit-transform: translateY(-0.15rem);
  -moz-transform: translateY(-0.15rem);
  -ms-transform: translateY(-0.15rem);
  -o-transform: translateY(-0.15rem);
  transform: translateY(-0.15rem);
}

.box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
}

.box__item {
  width: 50%;
}
.box__item.box__item--text {
  padding-left: 12.5%;
}
.box__item.box__item--form {
  padding-top: 8rem;
}

.box__image {
  position: relative;
}

.box__imageText {
  position: absolute;
  right: 0;
  bottom: 20%;
  padding: 0.85rem 1.35rem;
  font-size: 1.25rem;
  color: #000000;
  border-radius: 1rem;
  border: 1px solid #280061;
  background: #ffffff;
}

.about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4rem -1.5rem 0;
  font-size: 1.25rem;
}

.about__item {
  width: calc(33.33% - 3rem);
  margin: 2rem 1.5rem;
}

.about__title {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0.35rem 1.35rem;
  font-size: inherit;
  color: #000000;
  line-height: 1.35;
  border-radius: 1rem;
  background: #ffffff;
}

.about__text p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.offer {
  position: relative;
  margin-top: 5rem;
}
.offer::after {
  content: url("./img/offer-line.svg");
  position: absolute;
  left: calc(50% - 27px);
  top: 4%;
}
.offer .offer__box:nth-child(even) {
  -webkit-box-direction: row-reverse;
  -webkit-box-orient: row-reverse;
  -moz-box-direction: row-reverse;
  -moz-box-orient: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.offer .offer__box:nth-child(even) .offer__boxItem.offer__boxItem--image {
  padding-left: 7.5%;
  padding-right: 0;
}
.offer .offer__box:nth-child(even) .offer__boxItem.offer__boxItem--text {
  padding-left: 0;
  padding-right: 7.5%;
}

.offer__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.offer__box:not(:last-child) {
  margin-bottom: 3rem;
}

.offer__boxItem {
  width: 50%;
}
.offer__boxItem.offer__boxItem--image {
  padding-right: 7.5%;
  text-align: center;
}
.offer__boxItem.offer__boxItem--text {
  padding-left: 7.5%;
}

.offer__title {
  margin-bottom: 1.25rem;
  font-size: 1.5625rem;
  text-transform: uppercase;
}

.contactform.contactform--white .contactform__title {
  margin-top: 1.5rem;
  margin-bottom: -1rem;
}
.contactform.contactform--white input {
  color: #ffffff;
  border-color: #ffffff;
}
.contactform.contactform--white [type=submit] {
  color: #000000;
  border: none;
  background: #ffffff;
}
.contactform.contactform--white [type=submit]:hover {
  color: #ffffff;
  background: #000000;
}
.contactform.contactform--white [type=submit]:hover::after {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.contactform.contactform--white [type=submit]::after {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.contactform.contactform--white .wpcf7-not-valid-tip {
  color: #ffffff !important;
}
.contactform .wpcf7-form.submitting .spinner {
  visibility: visible;
}
.contactform input {
  width: 100%;
  display: block;
  margin-top: 3.5rem;
  padding: 0.35rem 1.35rem;
  font-size: 1.5rem;
  font-family: inherit;
  color: #000000;
  line-height: 1;
  border-radius: 1rem;
  border: 1px solid #000000;
  outline: none;
  background: transparent;
}
.contactform input::placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.contactform [type=submit] {
  width: auto;
  position: relative;
  display: inline-block;
  padding: 0.55rem 1.5rem;
  padding-right: 3.75rem;
  font-size: 1.5rem;
  font-family: inherit;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 1rem;
  border: none;
  background: #d200e1;
  cursor: pointer;
}
.contactform [type=submit]:hover {
  color: #ffffff;
  background: #000000;
}
.contactform [type=submit]::after {
  content: "";
  position: absolute;
  top: 0.55rem;
  right: 1.15rem;
  width: 29px;
  height: 26px;
  background: url("./img/icon-arrow-submit.svg");
}

.submitwrapper {
  position: relative;
  margin-top: 4rem;
  text-align: right;
}
.submitwrapper .spinner {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 4.5rem;
  top: -2rem;
  opacity: 0.8;
  border-radius: 50%;
  background: #000000;
  visibility: hidden;
}
.submitwrapper .spinner::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 50%;
  background-color: #fbfbfc;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.contactform__title {
  font-size: 1.5625rem;
}

.certificates {
  position: relative;
  margin-top: 5rem;
  padding: 0 7.5%;
}
.certificates .slick-track {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.certificates__item {
  margin: 0 1.5rem;
}

.certificates__image {
  height: 100%;
  max-height: 250px;
  text-align: center;
}
.certificates__image img {
  width: 100%;
  height: inherit;
  max-height: 250px;
  object-fit: cover;
}

.certificates__link {
  display: block;
}

.opinions {
  position: relative;
  margin-top: 5rem;
  padding: 0 5%;
}

.opinions__item {
  position: relative;
  margin: 0 2.25rem;
  padding: 1.5rem;
  line-height: 1.4;
  border-radius: 1rem;
  border: 1px solid #d200e1;
}

.opinions__itemBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-direction: column;
  -webkit-box-orient: column;
  -moz-box-direction: column;
  -moz-box-orient: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.opinions__stars {
  margin: -0.5rem 0 -3.5rem -0.65rem;
}

.opinions__itemFooter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 1.5rem;
}

.opinions__author {
  width: 70%;
  padding-right: 1.25rem;
}

.opinions__image {
  width: 30%;
  text-align: right;
}
.opinions__image img {
  display: inline !important;
  border-radius: 1rem;
}

.opinions__link {
  margin-top: 5rem;
  text-align: center;
}

.opinions__more {
  display: block;
  margin-top: 1rem;
  font-family: 1.0625rem;
  font-weight: 500;
  font-family: inherit;
  color: #ffffff;
  text-decoration: underline;
  border: none;
  background: transparent;
  cursor: pointer;
}

.opinions__moretext {
  display: none;
}

.slick-track {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.slick-slide {
  height: inherit !important;
}

.slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 150;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-arrow.next {
  left: auto;
  right: 0;
}
.slick-arrow.slick-disabled {
  cursor: not-allowed;
}

.video {
  width: 100%;
  height: 850px;
  display: block;
  object-fit: cover;
}
.video.video--footer {
  height: auto;
  max-height: 750px;
  background: #280061;
}

.videotext {
  width: 1400px;
  max-width: 92.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.videotext__box {
  width: 585px;
  height: 361px;
  margin-left: auto;
  margin-right: 5%;
  padding: 3rem;
  padding-right: 2rem;
  border-radius: 2rem;
  background: url("./img/video-bg.svg") no-repeat center top/contain;
}

.videotext__title {
  line-height: 1.4;
}
.videotext__title span {
  padding: 0.4rem 1rem;
  font-size: 1.5625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 9999rem;
  border: 1px solid #ffffff;
  vertical-align: 8px;
}

.videotext__link {
  margin-top: 6rem;
  text-align: right;
}
.videotext__link .more:hover {
  background: #d200e1;
}

.videotext__logo {
  margin-top: 8rem;
  text-align: right;
}

.videotext__logoImage {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.partners {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -2rem;
  margin-right: -2rem;
}

.partners__item {
  margin: 1rem 2rem;
}

.partners__image {
  text-align: center;
}
.partners__image img {
  display: inline-block !important;
  padding: 2px;
  border: 1px solid #d200e1;
}

.links {
  margin-top: 4rem;
  text-align: center;
}

.attractions {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  position: relative;
  margin-top: 5.5rem;
}

.attractions__item {
  position: relative;
}
.attractions__item.item2 {
  margin-top: 5.25rem;
}
.attractions__item.item3 {
  margin-top: -2.45rem;
  grid-column: 3/-1;
}
.attractions__item.item4 {
  margin-top: -6rem;
}
.attractions__item.item5 {
  margin-top: -5.9rem;
}
.attractions__item.item6 {
  margin-top: -9.75rem;
}
.attractions__item.item7 {
  margin-top: -13.85rem;
  grid-column: 3/4;
}
.attractions__item.item8 {
  width: 122%;
  margin-top: -9.85rem;
  margin-left: -22%;
  grid-column: 4/-1;
  grid-row: 2/3;
}

.attractions__link {
  height: 100%;
  display: block;
}
.attractions__link:hover .attractions__image.attractions__image--hover {
  opacity: 1;
  visibility: visible;
}
.attractions__link:hover .attractions__title {
  border-color: #d200e1;
  background: #d200e1;
}

.attractions__figure {
  height: 100%;
}
.attractions__figure.attractions__figure--mobile {
  display: none;
}

.attractions__image {
  display: block;
  width: 100%;
  height: inherit;
  object-fit: cover;
  border-radius: 1.5rem;
}
.attractions__image.attractions__image--hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.attractions__title {
  width: calc(100% - 1.5rem);
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 10;
  padding: 0.35rem 1rem;
  padding-right: 2.75rem;
  font-size: 1.3125rem;
  color: #ffffff;
  text-align: left;
  line-height: 1.3;
  text-transform: uppercase;
  border-radius: 1.25rem;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.attractions__title:hover {
  border-color: #d200e1;
  background: #d200e1;
}
.attractions__title.title1, .attractions__title.title6 {
  top: auto;
  bottom: 0.75rem;
}
.attractions__title.title3 {
  width: 55%;
  left: auto;
  right: 0.75rem;
}
.attractions__title.title5 {
  top: 32.5%;
}
.attractions__title .more__img {
  position: absolute;
  right: 0.5rem;
  top: 0.15rem;
}

.attractions__linkbox {
  position: relative;
  top: -2.5rem;
}

.attractions__morebutton {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  padding: 0.35rem 1rem;
  font-size: 1.0625rem;
  font-weight: 500;
  font-family: inherit;
  color: #ffffff;
  text-transform: uppercase;
  white-space: pre;
  border-radius: 9999rem;
  border: none;
  background: #280061;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -moz-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.attractions__morebutton:hover {
  background-color: #d200e1;
}

.apopup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  color: #000000;
  background: rgba(40, 0, 97, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.apopup.show {
  opacity: 1;
  visibility: visible;
}

.apopup__button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3.1rem;
  right: 3rem;
  text-align: center;
  border-radius: 0.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.apopup__button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.apopup__wrapper {
  width: 1000px;
  max-width: 92.5%;
  max-height: 80vh;
  position: relative;
  margin: 0 auto;
  border-radius: 3rem;
  background: #ffffff;
}

.apopup__wrapperItem {
  max-height: inherit;
  padding: 2.5rem;
  border-radius: inherit;
  overflow-y: auto;
  background: inherit;
  display: none;
}
.apopup__wrapperItem.show {
  display: block;
}

.apopup__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.apopup__box.row-reverse {
  -webkit-box-direction: row-reverse;
  -webkit-box-orient: row-reverse;
  -moz-box-direction: row-reverse;
  -moz-box-orient: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.apopup__box.row-reverse .apopup__boxItem.apopup__boxItem--image {
  padding-left: 1.5rem;
  padding-right: 0;
}
.apopup__box.row-reverse .apopup__boxItem.apopup__boxItem--text {
  padding-left: 0;
  padding-right: 1.5rem;
}
.apopup__box.column {
  -webkit-box-direction: column-reverse;
  -webkit-box-orient: column-reverse;
  -moz-box-direction: column-reverse;
  -moz-box-orient: column-reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.apopup__box.column .apopup__boxItem {
  width: 100%;
}
.apopup__box.column .apopup__boxItem.apopup__boxItem--text {
  padding-left: 0;
  column-count: 2;
  column-gap: 4rem;
}
.apopup__box.column .apopup__boxItem.apopup__boxItem--image {
  margin-top: 2rem;
  margin-bottom: 0 !important;
  padding-right: 0;
  text-align: right;
}

.apopup__boxItem {
  width: 50%;
}
.apopup__boxItem.apopup__boxItem--image {
  padding-right: 1.5rem;
}
.apopup__boxItem.apopup__boxItem--text {
  padding-left: 1.5rem;
}

.apopup__title {
  position: sticky;
  left: 0;
  top: 0;
  margin-bottom: 3rem;
  padding: 0.5rem 1rem;
  padding-right: 3.5rem;
  font-size: 1.4375rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 1.15rem;
  border: 1px solid #000000;
  background: #ffffff;
}

.apopup__text {
  font-size: 1.25rem;
  line-height: 1.3;
}
.apopup__text.apopup__text--special {
  max-width: 500px;
  margin: -1rem auto 1.25rem;
}
.apopup__text p:not(:last-child) {
  margin-bottom: 1.75rem;
}

.maps {
  position: relative;
}

.maps__image {
  text-align: center;
}
.maps__image svg {
  max-width: 92.5%;
  height: auto;
}
.maps__image svg .parcel {
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.maps__image svg .parcel:hover {
  fill: #280061;
}

.maps__frame iframe {
  width: 100%;
  height: 500px;
  display: block;
  border: none;
}

.parcels {
  display: none;
}

.ptooltip {
  width: 340px;
  max-width: 92.5%;
  position: absolute;
  z-index: 9999;
  padding: 1.75rem;
  color: #000000;
  border-radius: 3rem;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 4px 1rem 0 #cccccc;
  -moz-box-shadow: 0 4px 1rem 0 #cccccc;
  box-shadow: 0 4px 1rem 0 #cccccc;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ptooltip.show {
  opacity: 1;
  visibility: visible;
}

.ptooltip__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ptooltip__text {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.ptooltip__status {
  margin-top: 1rem;
}

.ptooltip__button {
  display: inline-block;
  padding: 0.35rem 1rem 0.5rem;
  font-size: 1.3125rem;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 1.25rem;
  background: #05d90c;
}
.ptooltip__button.ptooltip__button--ask {
  position: relative;
  padding-right: 3rem;
  background: #d200e1;
}
.ptooltip__button.ptooltip__button--ask::after {
  content: url("./img/icon-arrow-up-white.svg");
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
}
.ptooltip__button::after {
  content: url("./img/icon-tick.svg");
  padding-left: 0.65rem;
}
.ptooltip__button.reserved {
  background: #ff6200;
}
.ptooltip__button.reserved::after {
  display: none;
}
.ptooltip__button.sold {
  background: #242424;
}
.ptooltip__button.sold::after {
  display: none;
}

@media only screen and (max-width: 576px) {
  .footer__boxItem {
    width: 100%;
  }
  .footer__boxItem.footer__boxItem--form {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .more {
    font-size: 0.9375rem !important;
  }
  .more.more--offer .more__img {
    width: 30px;
    vertical-align: -3px;
  }
  .more.more--portfolio .more__img {
    vertical-align: -2px;
  }
  .more.more--hero {
    margin-top: 2rem;
  }
  .more.more--hero .more__img {
    width: 34px;
    padding-left: 0.85rem;
    vertical-align: -5px;
  }

  .tiles {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tiles#tiles-carousel {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .tiles#tiles-carousel .tiles__item {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .tiles__item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .attractions {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60% !important;
  }

  .attractions__item {
    width: 100% !important;
    height: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    margin-top: -50% !important;
    margin-left: 0 !important;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-box-shadow: 0 1.15rem 1.25rem 0 #280061;
    -moz-box-shadow: 0 1.15rem 1.25rem 0 #280061;
    box-shadow: 0 1.15rem 1.25rem 0 #280061;
  }
  .attractions__item:hover {
    -webkit-transform: rotate(17deg) translateX(1.75rem);
    -moz-transform: rotate(17deg) translateX(1.75rem);
    -ms-transform: rotate(17deg) translateX(1.75rem);
    -o-transform: rotate(17deg) translateX(1.75rem);
    transform: rotate(17deg) translateX(1.75rem);
    z-index: 10 !important;
  }
  .attractions__item:hover + .attractions__item {
    -webkit-transform: rotate(4deg) translateX(0.5rem);
    -moz-transform: rotate(4deg) translateX(0.5rem);
    -ms-transform: rotate(4deg) translateX(0.5rem);
    -o-transform: rotate(4deg) translateX(0.5rem);
    transform: rotate(4deg) translateX(0.5rem);
  }
  .attractions__item:hover .attractions__morebutton {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(-17deg) translate(-50%, -100%);
    -moz-transform: rotate(-17deg) translate(-50%, -100%);
    -ms-transform: rotate(-17deg) translate(-50%, -100%);
    -o-transform: rotate(-17deg) translate(-50%, -100%);
    transform: rotate(-17deg) translate(-50%, -100%);
  }

  .attractions__figure.attractions__figure--desktop {
    display: none;
  }
  .attractions__figure.attractions__figure--mobile {
    display: block;
  }

  .attractions__image {
    object-fit: contain;
    border-radius: 0;
  }

  .attractions__title {
    width: calc(100% - 1.5rem) !important;
    left: 0.75rem !important;
    right: auto !important;
    top: auto !important;
    bottom: 0.75rem !important;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .main__wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header__logo {
    margin-top: 0;
  }

  .header__link {
    display: none;
  }

  .header__right .socials {
    display: none;
  }

  .header__title {
    font-size: 2.1875rem;
  }
  .header__title.header__title--medium {
    font-size: 1.5625rem;
  }
  .header__title.header__title--small {
    font-size: 1.3125rem;
  }

  .section__wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section__wrapper.section__wrapper--hero {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .footer__wrapper {
    padding-top: 5rem;
  }

  .offer__boxItem {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer__boxName {
    font-size: 1.25rem;
  }

  .footer__boxText {
    margin-bottom: 0.75rem;
    font-size: 1rem;
  }

  .hero__item {
    width: 100%;
  }
  .hero__item.hero__item--text {
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .box__item.box__item--form {
    padding-top: 1rem !important;
  }

  .box__imageText,
.hero__imageText {
    padding: 0.35rem 1rem;
    font-size: 1.125rem;
  }

  .hero__text {
    margin-top: 0;
  }

  .about {
    margin: 2rem 0 0;
  }

  .about__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .about__item:last-child {
    margin-bottom: 0;
  }

  .about__title {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
  }

  .text {
    font-size: 1rem !important;
  }
  .text.text--hero {
    max-width: none;
    margin-top: 2rem;
    font-size: 1.25rem !important;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .text.text--hero::after {
    display: none;
  }

  .contactform input {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
  .contactform [type=submit] {
    width: 100%;
    padding-right: 3rem;
    font-size: 1.25rem;
  }
  .contactform [type=submit]::after {
    content: "";
    right: calc(50% - 3.75rem);
    top: 0.35rem;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  .contactform__title {
    margin-bottom: 0 !important;
    font-size: 1.25rem;
    text-align: center;
  }

  .submitwrapper {
    margin-top: 2.5rem;
  }
  .submitwrapper .spinner {
    right: 50%;
  }

  .offer {
    margin-top: 3rem;
  }
  .offer::after {
    display: none;
  }

  .offer__box:not(:last-child) {
    padding-bottom: 3rem;
    border-bottom: 1px solid #ffffff;
  }

  .offer__image {
    margin-bottom: 1rem;
  }

  .offer__title {
    font-size: 1.3125rem;
  }

  .certificates {
    margin-top: 3rem;
  }

  .opinions {
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .opinions__item {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  .opinions__stars {
    margin-bottom: -4rem;
  }

  .opinions__link {
    margin-top: 3rem;
  }

  .video {
    height: 100vh;
  }

  .videotext__box {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0.75rem 1rem;
    padding-top: 0.25rem;
    text-align: center;
    background: #280061;
  }
  .videotext__box .header__title {
    margin-bottom: 0;
    text-align: center !important;
  }

  .videotext__title {
    line-height: 1.8;
  }
  .videotext__title span {
    font-size: 1.25rem;
    vertical-align: 3px;
  }

  .videotext__link {
    margin-top: 1rem;
    text-align: center;
  }

  .videotext__logo {
    margin-top: 3rem;
  }

  .tiles__title {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .steps__item {
    width: 100%;
    padding-right: 0;
  }
  .steps__item:not(:last-child) {
    padding-bottom: 3rem;
    border-top: none;
  }
  .steps__item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 3rem;
    top: 0;
    width: 1px;
    height: 105%;
    background: #000000;
  }
  .steps__item:not(:last-child) .steps__number::before {
    display: none;
  }

  .article h2 {
    font-size: 1.3125rem;
  }
  .article h3 {
    font-size: 1.125rem;
  }
  .article ul,
.article ol {
    padding-left: 1.75rem;
  }

  .links {
    margin-top: 2rem;
  }

  .maps__frame iframe {
    height: 350px;
  }

  .ptooltip {
    width: 225px;
    padding: 0.75rem;
    border-radius: 0.75rem;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .ptooltip__text {
    margin-bottom: 0.35rem;
    font-size: 0.875rem;
  }

  .ptooltip__status {
    margin-top: 0.75rem;
  }

  .ptooltip__button {
    padding: 0.35rem 0.75rem;
    font-size: 0.8125rem;
    border-radius: 0.75rem;
  }
  .ptooltip__button.ptooltip__button--ask::after {
    content: url("./img/icon-arrow-up-white-small.svg");
  }
  .ptooltip__button::after {
    content: url("./img/icon-tick-small.svg");
    padding-left: 0.45rem;
  }

  .apopup__button {
    right: 2rem;
    top: 2.35rem;
  }

  .apopup__wrapper {
    max-height: 90vh;
    border-radius: 1.5rem;
  }

  .apopup__wrapperItem {
    padding: 2rem 1.25rem;
  }

  .apopup__box.column .apopup__boxItem.apopup__boxItem--text {
    column-count: 1;
  }

  .apopup__boxItem {
    width: 100%;
  }
  .apopup__boxItem.apopup__boxItem--image {
    margin-bottom: 1.5rem;
    padding-right: 0;
  }
  .apopup__boxItem.apopup__boxItem--text {
    padding-left: 0;
  }

  .apopup__title {
    margin-bottom: 1.75rem;
    font-size: 1.125rem;
  }

  .apopup__text {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 999px) and (min-width: 577px) {
  .attractions {
    grid-template-columns: repeat(2, 1fr);
  }

  .attractions__item.item3 {
    margin-top: 0;
    grid-column: 1/-1;
    grid-row: 3/4;
  }
  .attractions__item.item6 {
    margin-top: 0;
    grid-row: 4/5;
  }
  .attractions__item.item7 {
    margin-top: -7.5rem;
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .attractions__item.item8 {
    width: 120%;
    margin-top: 0;
    margin-left: -20%;
    grid-column: 2/-1;
    grid-row: 4/5;
  }
}
@media only screen and (max-width: 999px) and (min-width: 800px) {
  .attractions__item.item5 {
    margin-top: -4rem !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 577px) {
  .footer__boxItem {
    width: 50%;
  }
  .footer__boxItem.footer__boxItem--form {
    width: 50%;
    margin-bottom: 3rem;
    padding-right: 0;
  }

  .more {
    font-size: 1.0625rem;
  }
  .more.more--offer .more__img {
    vertical-align: -8px;
  }
  .more.more--hero {
    margin-top: 2.5rem;
  }
  .more.more--hero .more__img {
    width: 36px;
    padding-left: 0.75rem;
  }

  .tiles {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .tiles.tiles--two .tiles__item {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tiles__item {
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .header__title {
    font-size: 2.875rem;
  }
  .header__title.header__title--medium {
    font-size: 2.1875rem;
  }

  .about__item {
    width: calc(50% - 3rem);
  }

  .offer::after {
    content: "";
    width: 1px;
    height: 90%;
    top: 5%;
    left: 50%;
    background: #ffffff;
  }
  .offer .offer__box:nth-child(even) .offer__boxItem.offer__boxItem--image {
    padding-left: 5%;
  }
  .offer .offer__box:nth-child(even) .offer__boxItem.offer__boxItem--text {
    padding-right: 5%;
  }

  .offer__boxItem.offer__boxItem--image {
    padding-right: 5%;
  }
  .offer__boxItem.offer__boxItem--text {
    padding-left: 5%;
  }

  .video {
    height: 650px;
  }

  .videotext__logo {
    margin-top: 10rem;
  }

  .partners {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1000px) {
  .text.text--hero {
    margin-top: 5rem;
    font-size: 1.375rem;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  .text.text--hero::after {
    top: -3.5rem;
    left: -2.5rem;
  }
  .text.text--attractions {
    left: 45%;
    font-size: 1.125rem;
  }

  .attractions__item.item8 {
    width: 110%;
    margin-left: -10%;
  }
}
@media only screen and (max-width: 1000px) {
  .header__title.header__title--attractions {
    position: static;
    text-align: center;
  }
  .header__title.header__title--attractions br {
    display: none;
  }

  .text.text--attractions {
    max-width: none;
    position: static;
    text-align: center;
  }

  .box__item {
    width: 100%;
  }
  .box__item.box__item--text {
    margin-top: 2rem;
    padding-left: 0;
  }
  .box__item.box__item--form {
    padding-top: 3rem;
  }

  .attractions {
    margin-top: 3rem;
  }

  .attractions__linkbox {
    position: static;
    margin-top: 3rem;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__boxText.footer__boxText--policy {
    margin-top: 2rem;
  }
}

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