@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&family=Roboto+Slab:wght@300;900&display=swap");
@import url(../../node_modules/swiper/swiper-bundle.css);
@import url(../../node_modules/glightbox/dist/css/glightbox.min.css);
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important; }

:root {
  font-size: 62.5%; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #22292d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-variant-ligatures: none; }

a {
  text-decoration: none;
  outline: 0; }

img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out; }

ul[role='list'] {
  list-style: none; }

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2; }

input,
button,
textarea,
select {
  font: inherit; }

#wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto; }

.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; } }

.page-gen {
  padding-top: 50px; }
  .page-gen a {
    color: inherit;
    text-decoration: underline;
    transition: all 0.3s ease-in-out; }

.empty404 {
  color: #000;
  text-align: center;
  padding: 200px 0; }
  .empty404 p {
    margin: 50px 0; }
  .empty404 .btn {
    display: inline-block;
    padding: 15px 50px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #22292d;
    transition: all 0.3s ease-in-out; }
    .empty404 .btn:hover {
      background-color: #1fa7c3; }

.img-abs {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none; }

.scroll-up {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  z-index: 99999;
  background-color: #1fa7c3;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 550px) {
    .scroll-up {
      right: 50px;
      bottom: 50px; } }
  .scroll-up:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 8px);
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    padding: 6px;
    transform: rotate(-135deg); }
  .scroll-up:hover {
    background-color: #12f3f3; }

.wpcf7-text,
.wpcf7-textarea {
  appearance: none;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #22292d;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0;
  outline: none;
  background: transparent;
  transition: all 0.3s ease-in-out; }
  .wpcf7-text::placeholder,
  .wpcf7-textarea::placeholder {
    color: #6d6d6d; }

textarea {
  height: 200px;
  resize: none; }

.wpcf7-submit {
  position: relative;
  display: inline-block;
  outline: none;
  cursor: pointer;
  appearance: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  padding: 22px 58px;
  margin-top: 35px;
  border: 2px solid #a2008d;
  background-color: #a2008d;
  border-radius: 12px;
  transition: all 0.3s ease-in-out; }
  .wpcf7-submit:hover {
    background-color: transparent;
    color: #a2008d; }

.form-submit-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.form_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    .form_row {
      flex-wrap: nowrap; } }

.form_col {
  width: 100%; }
  .form_col:nth-child(1) {
    padding-right: 0; }
  .form_col:nth-child(2) {
    padding-left: 0; }
  @media (min-width: 600px) {
    .form_col {
      width: 50%; }
      .form_col:nth-child(1) {
        padding-right: 10px; }
      .form_col:nth-child(2) {
        padding-left: 10px; } }

.form_row-full {
  width: 100%;
  padding: 0; }

.acceptance {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: #6d6d6d;
  margin: 25px 0; }
  .acceptance p {
    margin-bottom: 5px; }
  .acceptance ul {
    list-style-position: inside; }
  .acceptance li {
    margin-bottom: 5px; }
  .acceptance a {
    color: inherit;
    text-decoration: underline; }
  .acceptance a:hover {
    color: #12f3f3; }

span.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-form-control.wpcf7-not-valid {
  border-color: red; }

div.wpcf7-response-output {
  border: none !important;
  max-width: 100%;
  padding: 0 !important;
  margin: 10px auto !important;
  font-size: 1.6rem; }

div.wpcf7-validation-errors {
  color: red; }

.main-header {
  position: relative;
  padding: 25px 0;
  background-color: #22292d; }
  .main-header__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 500px) {
      .main-header__wrapper {
        flex-direction: row; } }
  .main-header__logo {
    max-width: 170px;
    margin-bottom: 25px; }
    @media (min-width: 500px) {
      .main-header__logo {
        margin-bottom: 0; } }
  .main-header__social {
    display: flex;
    align-items: center; }
    .main-header__social a {
      border: 1px solid #ffffff;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      padding: 10px;
      transition: all 0.3s ease-in-out; }
      .main-header__social a svg {
        fill: #ffffff;
        width: 100%;
        height: 100%; }
    .main-header__social a:not(:last-of-type) {
      margin-right: 15px; }
    .main-header__social a:hover {
      background-color: #12f3f3;
      border: 1px solid #12f3f3; }

.main-footer {
  background-color: #22292d;
  padding-bottom: 25px; }
  .main-footer__wrapper {
    padding: 95px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 50px; }
    @media (min-width: 501px) {
      .main-footer__wrapper {
        flex-direction: row;
        gap: 25px; } }
    @media (min-width: 768px) {
      .main-footer__wrapper {
        justify-content: flex-start; } }
  .main-footer__col {
    width: 100%;
    color: #aeaeae; }
    @media (min-width: 501px) {
      .main-footer__col {
        width: 50%; } }
    @media (min-width: 768px) {
      .main-footer__col {
        width: 33.33%; } }
    .main-footer__col p {
      max-width: 385px;
      font-weight: 700;
      font-size: 1.6rem;
      margin: 25px 0;
      padding-right: 25px; }
    .main-footer__col h4 {
      font-weight: 900;
      font-size: 2rem;
      margin-bottom: 35px;
      color: #ffffff; }
    .main-footer__col ul {
      list-style-type: none; }
      .main-footer__col ul li {
        font-size: 1.6rem;
        margin-bottom: 5px; }
      .main-footer__col ul a {
        color: inherit;
        transition: all 0.3s ease-in-out; }
      .main-footer__col ul a:hover {
        color: #12f3f3; }
  .main-footer__logo {
    max-width: 200px; }
  .main-footer__social {
    display: flex;
    align-items: center; }
    .main-footer__social a {
      border: 1px solid #ffffff;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      padding: 10px;
      transition: all 0.3s ease-in-out; }
      .main-footer__social a svg {
        fill: #ffffff;
        width: 100%;
        height: 100%; }
    .main-footer__social a:not(:last-of-type) {
      margin-right: 15px; }
    .main-footer__social a:hover {
      background-color: #12f3f3;
      border: 1px solid #12f3f3; }
  .main-footer__copy {
    font-size: 1.2rem;
    color: #ffffff; }
    .main-footer__copy a {
      color: inherit;
      transition: all 0.3s ease-in-out; }
    .main-footer__copy a:hover {
      color: #12f3f3; }

.hero {
  position: relative; }
  .hero::before {
    content: '';
    display: block;
    padding-top: 100%; }
    @media (min-width: 500px) {
      .hero::before {
        padding-top: 55%; } }
  .hero__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .hero .container {
    height: 100%;
    display: flex;
    align-items: flex-end; }
  .hero__info {
    margin-bottom: 25px; }
    @media (min-width: 550px) {
      .hero__info {
        margin-bottom: 50px; } }
    @media (min-width: 768px) {
      .hero__info {
        margin-bottom: 75px; } }
    @media (min-width: 992px) {
      .hero__info {
        margin-bottom: 100px; } }
    .hero__info span {
      display: block;
      font-family: "Roboto Slab", serif;
      font-size: 3.5rem;
      line-height: 1;
      font-weight: 900;
      color: #12f3f3;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .hero__info span {
          font-size: 4rem;
          margin-bottom: 35px; } }
      @media (min-width: 992px) {
        .hero__info span {
          font-size: 5rem; } }
    .hero__info h1 {
      font-weight: 900;
      font-size: 5rem;
      line-height: 0.8;
      color: #ffffff; }
      @media (min-width: 550px) {
        .hero__info h1 {
          font-size: 7rem; } }
      @media (min-width: 768px) {
        .hero__info h1 {
          font-size: 9rem; } }
      @media (min-width: 992px) {
        .hero__info h1 {
          font-size: 12.5rem; } }

.team {
  position: relative;
  padding: 65px 0 175px;
  background: transparent linear-gradient(39deg, #1fa7c3 0%, #d915bf 100%) 0% 0% no-repeat; }
  .team__title {
    color: white; }
    .team__title span {
      font-family: "Roboto Slab", serif;
      font-size: 2.5rem;
      font-weight: 900; }
      @media (min-width: 550px) {
        .team__title span {
          font-size: 3.3rem; } }
    .team__title h2 {
      font-weight: 900;
      font-size: 3.5rem; }
      @media (min-width: 550px) {
        .team__title h2 {
          font-size: 5.5rem; } }
      @media (min-width: 768px) {
        .team__title h2 {
          font-size: 6.9rem; } }
  .team__gallery {
    position: relative;
    width: 100vw;
    margin-top: 75px;
    margin-bottom: 75px;
    margin-left: calc(-50vw + 50%);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(MIN(225px, 100%), 1fr));
    gap: 15px;
    padding: 0 15px; }
    @media (min-width: 550px) {
      .team__gallery {
        gap: 30px;
        padding: 0 30px; } }
    .team__gallery a {
      overflow: hidden; }
    .team__gallery a:hover img {
      transform: scale(1.1); }
  .team__bottom {
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1.3; }
    @media (min-width: 550px) {
      .team__bottom {
        font-size: 2.8rem; } }
    .team__bottom strong {
      font-weight: 900; }

.programs {
  position: relative;
  background-color: #f0f0f0;
  padding-bottom: 100px; }
  .programs:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .programs:before {
        height: 20%; } }
  .programs .program:first-of-type {
    transform: translateY(-75px); }
    .programs .program:first-of-type .program__v-txt {
      top: 200px; }

.program {
  padding: 0 15px; }
  @media (min-width: 550px) {
    .program {
      padding: 0 50px; } }
  .program__wrapper {
    position: relative;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto; }
  .program__inner {
    background-color: #ffffff;
    box-shadow: 0px -11px 14px #00000029;
    padding: 25px; }
    @media (min-width: 550px) {
      .program__inner {
        padding: 50px; } }
    @media (min-width: 768px) {
      .program__inner {
        padding: 75px; } }
    @media (min-width: 1440px) {
      .program__inner {
        padding: 75px 100px; } }
  .program__v-txt {
    position: absolute;
    left: -25px;
    top: 125px;
    transform: rotate(-90deg);
    transform-origin: left;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    color: #a2008d;
    display: none; }
    @media (min-width: 550px) {
      .program__v-txt {
        display: block; } }
  .program__title {
    margin-bottom: 75px; }
    .program__title h2 {
      color: #1fa7c3;
      font-size: 5rem;
      font-weight: 900;
      line-height: 0.8; }
      @media (min-width: 768px) {
        .program__title h2 {
          font-size: 6rem; } }
  .program__top-title {
    color: #22292d;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1; }
    @media (min-width: 768px) {
      .program__top-title {
        font-size: 3rem; } }
    .program__top-title span {
      color: #1fa7c3;
      text-transform: uppercase; }
  .program__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start; }
  .program__item {
    width: 100%;
    margin-right: 50px;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .program__item {
        width: calc(50% - 25px); }
        .program__item:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 1280px) {
      .program__item {
        margin-right: 76px;
        margin-bottom: 76px;
        width: calc(50% - 38px); }
        .program.outdoor .program__item {
          width: calc(33% - 51px); }
          .program.outdoor .program__item:nth-child(2n) {
            margin-right: 76px; }
          .program.outdoor .program__item:nth-child(3n) {
            margin-right: 0px; } }
  .program__item-head {
    margin-bottom: 25px; }
    .program__item-head img {
      margin-bottom: 15px;
      height: 100px;
      width: auto; }
    .program__item-head h3 {
      font-size: 2rem;
      font-weight: 900;
      color: #22292d;
      text-transform: uppercase; }
      @media (min-width: 550px) {
        .program__item-head h3 {
          font-size: 2.4rem; } }
      .program__item-head h3 span {
        display: block;
        font-size: 1.6rem;
        text-transform: none; }

.catalog {
  position: relative;
  padding-top: 100px; }
  .catalog__title {
    margin-bottom: 50px; }
    .catalog__title span {
      font-family: "Roboto Slab", serif;
      font-size: 2.5rem;
      font-weight: 900;
      color: #1fa7c3; }
      @media (min-width: 550px) {
        .catalog__title span {
          font-size: 3.3rem; } }
    .catalog__title h2 {
      font-size: 3.5rem;
      color: #22292d;
      font-weight: 900; }
      @media (min-width: 550px) {
        .catalog__title h2 {
          font-size: 5rem; } }
      @media (min-width: 992px) {
        .catalog__title h2 {
          font-size: 6rem; } }
      @media (min-width: 1280px) {
        .catalog__title h2 {
          font-size: 6.9rem; } }
  .catalog__content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .catalog__content {
        flex-direction: row; } }
  .catalog__image {
    max-width: 500px;
    transform: translateX(-50px); }
    @media (min-width: 550px) {
      .catalog__image {
        transform: translateX(-100px); } }
    @media (min-width: 992px) {
      .catalog__image {
        max-width: 100%; } }
  .catalog__cta {
    margin-top: 50px; }
    @media (min-width: 550px) {
      .catalog__cta {
        margin-top: 100px; } }
    .catalog__cta a {
      display: inline-block;
      font-family: "Roboto Slab", serif;
      font-weight: 900;
      font-size: 1.6rem;
      padding: 20px 75px;
      border: 2px solid #a2008d;
      border-radius: 11px;
      color: #a2008d;
      transition: all 0.3s ease-in-out; }
    .catalog__cta a:hover {
      background-color: #a2008d;
      color: #ffffff; }

.testimonials {
  position: relative;
  background: transparent linear-gradient(53deg, #1fa7c3 0%, #d915bf 100%) 0% 0% no-repeat;
  padding: 75px 0 100px; }
  .testimonials__title {
    margin-bottom: 100px; }
    .testimonials__title h2 {
      font-family: "Roboto Slab", serif;
      font-size: 3.3rem;
      line-height: 1;
      font-weight: 900;
      color: #ffffff; }
      .testimonials__title h2:before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 4px;
        background-color: #a2008d;
        vertical-align: middle;
        margin-right: 15px; }
  .testimonials__slider {
    max-width: 870px;
    color: #ffffff;
    font-weight: 900; }
    .testimonials__slider h4 {
      font-size: 2.2rem;
      margin-bottom: 75px; }
      @media (min-width: 550px) {
        .testimonials__slider h4 {
          font-size: 2.5rem; } }
    .testimonials__slider span {
      font-size: 1.6rem; }
  .testimonials .button-next,
  .testimonials .button-prev {
    display: none;
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #22292d;
    cursor: pointer; }
    @media (min-width: 550px) {
      .testimonials .button-next,
      .testimonials .button-prev {
        display: block; } }
    @media (min-width: 1440px) {
      .testimonials .button-next,
      .testimonials .button-prev {
        top: 50%; } }
    .testimonials .button-next:after,
    .testimonials .button-prev:after {
      content: '';
      position: absolute;
      top: calc(50% - 5px);
      border: solid #ffffff;
      border-width: 0 3px 3px 0;
      padding: 4px;
      transition: all 0.3s ease-in-out; }
    .testimonials .button-next:hover::after,
    .testimonials .button-prev:hover::after {
      border-color: #12f3f3; }
  .testimonials .button-prev {
    left: 45px; }
    .testimonials .button-prev:after {
      left: calc(50% - 3px);
      transform: rotate(135deg); }
  .testimonials .button-next {
    right: 45px; }
    .testimonials .button-next:after {
      left: calc(50% - 8px);
      transform: rotate(-45deg); }

.events {
  position: relative;
  padding: 100px 0; }
  .events__title {
    margin-bottom: 100px; }
    .events__title span {
      display: block;
      font-family: "Roboto Slab", serif;
      font-weight: 900;
      font-size: 2.5rem;
      line-height: 1;
      color: #1fa7c3;
      margin-bottom: 5px; }
      @media (min-width: 550px) {
        .events__title span {
          margin-bottom: 15px;
          font-size: 3.3rem; } }
    .events__title h2 {
      font-size: 3.5rem;
      line-height: 1;
      font-weight: 900;
      color: #22292d; }
      .events__title h2:after {
        content: '\2192';
        display: none;
        color: #a2008d;
        vertical-align: middle;
        line-height: 0.5;
        margin-left: 25px; }
        @media (min-width: 500px) {
          .events__title h2:after {
            display: inline-block; } }
      @media (min-width: 550px) {
        .events__title h2 {
          font-size: 5.5rem; } }
      @media (min-width: 768px) {
        .events__title h2 {
          font-size: 6.9rem; } }
  .events__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(MIN(225px, 100%), 1fr));
    gap: 15px;
    padding: 0 15px; }
    @media (min-width: 550px) {
      .events__gallery {
        gap: 30px;
        padding: 0 30px; } }
    .events__gallery a {
      overflow: hidden; }
    .events__gallery a:hover img {
      transform: scale(1.1); }

.clients {
  position: relative;
  padding-bottom: 75px; }
  .clients__title {
    margin-bottom: 75px; }
    .clients__title h2 {
      font-family: "Roboto Slab", serif;
      font-size: 3.3rem;
      color: #22292d; }
      .clients__title h2:before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 4px;
        background-color: #a2008d;
        vertical-align: middle;
        margin-right: 15px; }
  .clients__items {
    position: relative;
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(MIN(200px, 225px), 1fr));
    gap: 50px;
    height: 350px;
    padding: 50px 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
  .clients__items.height {
    height: auto; }
    .clients__items.height #more {
      transform: rotate(-135deg); }
  .clients__logo {
    height: 100px; }
    .clients__logo img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .clients #more {
    position: absolute;
    right: 25px;
    bottom: 4px;
    border: solid #a2008d;
    border-width: 0 3px 3px 0;
    padding: 8px;
    transform: rotate(45deg);
    cursor: pointer;
    transition: all 0.3s ease-in-out; }

.location {
  position: relative;
  background-color: #f0f0f0;
  padding: 100px 0 50px; }
  .location__v-txt {
    position: absolute;
    left: -150px;
    top: 100px;
    transform: rotate(-90deg);
    transform-origin: left;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    color: #a2008d; }
  .location__title span {
    font-family: "Roboto Slab", serif;
    font-weight: 900;
    color: #1fa7c3;
    font-size: 2.5rem; }
    @media (min-width: 550px) {
      .location__title span {
        font-size: 3.3rem; } }
  .location__title h2 {
    font-weight: 900;
    font-size: 3.5rem;
    color: #22292d; }
    @media (min-width: 550px) {
      .location__title h2 {
        font-size: 5.5rem; } }
    @media (min-width: 768px) {
      .location__title h2 {
        font-size: 6.9rem; } }
  .location__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(MIN(275px, 100%), 1fr));
    gap: 15px;
    padding: 0 15px;
    margin: 100px 0; }
    @media (min-width: 550px) {
      .location__gallery {
        gap: 30px;
        padding: 0 30px; } }
    .location__gallery a {
      overflow: hidden; }
    .location__gallery a:hover img {
      transform: scale(1.1); }
  .location__bottom {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .location__logo {
    max-width: 300px;
    margin-bottom: 50px; }
  .location__social {
    display: flex;
    align-items: center; }
    .location__social a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      padding: 10px;
      border-radius: 50px;
      background-color: #22292d;
      transition: all 0.3s ease-in-out; }
      .location__social a svg {
        fill: #ffffff;
        width: 100%;
        height: 100%; }
    .location__social a:not(:last-of-type) {
      margin-right: 15px; }
    .location__social a:hover {
      background-color: #12f3f3; }

.contact {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 100px 0; }
  .contact__title {
    margin-bottom: 50px; }
    .contact__title span {
      font-family: "Roboto Slab", serif;
      font-weight: 300;
      font-size: 2.5rem;
      color: #1fa7c3; }
      @media (min-width: 550px) {
        .contact__title span {
          font-size: 3.3rem; } }
    .contact__title h2 {
      font-weight: 900;
      color: #22292d;
      font-size: 3.5rem; }
      @media (min-width: 550px) {
        .contact__title h2 {
          font-size: 5.5rem; } }
      @media (min-width: 768px) {
        .contact__title h2 {
          font-size: 6.9rem; } }
