.contacts-page {
  width: 100%;
}

.hero-h {
  min-height: 613px;
  max-height: 613px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .hero-h {
    min-height: 580px;
    max-height: 580px;
    overflow: hidden;
  }
}
@media (min-width: 1023px) {
  .hero-h {
    min-height: 580px;
    max-height: 580px;
    overflow: hidden;
  }
}
@media (min-width: 1199px) {
  .hero-h {
    min-height: 493px;
    overflow: hidden;
  }
}

.hero-section {
  overflow: hidden;
  height: 100vh;
  min-height: 900px;
}
@media (min-width: 1199px) {
  .hero-section {
    height: 493px;
    min-height: 493px;
  }
}
@media (min-width: 2249px) {
  .hero-section {
    max-height: 100%;
  }
}
@media (min-width: 1023px) {
  .hero-section .row {
    justify-content: space-between;
  }
}
@media (min-width: 1199px) {
  .hero-section .row {
    flex-wrap: nowrap;
  }
}
.hero-section .col-content {
  max-width: 549px;
  width: 100%;
}
.hero-section .content {
  width: 100%;
}
.hero-section .content .logo {
  margin-bottom: 60px;
}
.hero-section .content .title, .hero-section .content .subtitle {
  color: #fff;
}
.hero-section .content h1.title {
  margin-bottom: 12px;
}
@media (min-width: 1199px) {
  .hero-section .content h1.title {
    padding-top: 10px;
  }
}
.hero-section .content span.slogan {
  margin-bottom: 24px;
}
.hero-section .content p.subtitle {
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.25rem;
  color: #fff;
  line-height: 25px;
  margin-bottom: 60px;
}
@media (min-width: 1199px) {
  .hero-section .content p.subtitle {
    margin-bottom: 0;
  }
}
@media (min-width: 1023px) {
  .hero-section .hide-pc {
    display: none;
  }
}
.hero-section .hide-mob {
  display: none;
}
@media (min-width: 1023px) {
  .hero-section .hide-mob {
    display: block;
  }
}
.hero-section .col-img {
  max-width: 420px;
  width: 100%;
}
.hero-section .col-img .logo {
  max-width: 300px;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 1199px) {
  .hero-section .col-img .logo {
    margin-bottom: 80px;
  }
}
.hero-section .col-img .logo img {
  max-width: 100%;
  height: auto;
}
.hero-section .col-img .btn-black {
  max-width: -moz-max-content;
  max-width: max-content;
}
.hero-section .col-event {
  max-width: 576px;
  width: 100%;
  background: rgb(22, 22, 22);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 767px) {
  .hero-section .col-event {
    max-width: 48%;
  }
}
@media (min-width: 1199px) {
  .hero-section .col-event {
    max-width: 576px;
    padding: 48px;
    gap: 60px;
  }
}
.hero-section .col-event .date-wrapper {
  padding: 10px 16px;
  border-radius: 100px;
  overflow: hidden;
  background: linear-gradient(90deg, #7c4a3a 0%, #583377 50%, #4c2bb3 100%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-section .col-event .date-wrapper .year, .hero-section .col-event .date-wrapper .current-event {
  font-family: "Inerta-Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.hero-section .col-event .date-wrapper .date span {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: #474646;
  font-size: 1rem;
}
.hero-section .col-event .date-wrapper .circle {
  display: inline-block;
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 100px;
}
.hero-section .col-event h3, .hero-section .col-event p {
  color: #fff;
}
.hero-section .col-event h3 {
  margin-bottom: 18px;
}
@media (min-width: 1199px) {
  .hero-section .col-event h3 {
    margin-bottom: 20px;
  }
}
.hero-section .col-event .link-wrapper {
  width: 100%;
}
.hero-section .col-event .link-wrapper .link-to {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF9500;
}
@media (min-width: 767px) {
  .hero-section .col-event .link-wrapper .link-to {
    font-size: 1.25rem;
  }
}
.hero-section .col-event .link-wrapper .link-to svg {
  transition: transform 0.5s ease;
}
.hero-section .col-event .link-wrapper .link-to:hover svg {
  transform: translateX(5px);
}

.our-contacts {
  padding: 60px 0;
}
@media (min-width: 1199px) {
  .our-contacts {
    padding: 120px 0;
  }
}
.our-contacts img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-contacts .gap80 {
  gap: 40px;
}
@media (min-width: 1199px) {
  .our-contacts .gap80 {
    gap: 80px;
  }
}
@media (min-width: 1199px) {
  .our-contacts h2 {
    margin-bottom: 32px;
  }
}
.our-contacts p {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.325rem;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 12px;
  color: #0D0D0D;
}
@media (min-width: 1199px) {
  .our-contacts p {
    font-size: 1.625rem;
  }
}
.our-contacts a {
  display: block;
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0%;
  color: #35198B;
  margin-bottom: 10px;
}
@media (min-width: 1199px) {
  .our-contacts a {
    font-size: 1.375rem;
  }
}
.our-contacts .col-content {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 767px) {
  .our-contacts .col-content {
    max-width: 47%;
  }
}
@media (min-width: 1199px) {
  .our-contacts .col-content {
    max-width: 576px;
  }
}

.teams {
  padding: 60px 0;
  background: #0F0F0F;
}
@media (min-width: 1199px) {
  .teams {
    padding: 120px 0;
  }
}
.teams h2, .teams p {
  color: #fff;
}
.teams h2 {
  margin-bottom: 18px;
}
@media (min-width: 1199px) {
  .teams h2 {
    margin-bottom: 12px;
  }
}
.teams p {
  font-size: 1.125rem;
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .teams p {
    margin-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .teams .gap40 {
    gap: 24px;
  }
}
@media (min-width: 1199px) {
  .teams .gap40 {
    gap: 40px;
  }
}
.teams .col-team {
  max-width: 100%;
  width: 100%;
  margin-top: 13px;
}
@media (min-width: 539px) {
  .teams .col-team {
    max-width: 46%;
  }
}
@media (min-width: 767px) {
  .teams .col-team {
    max-width: 48%;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 1199px) {
  .teams .col-team {
    max-width: 384px;
    margin-top: 60px;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .teams .col-team:nth-last-child(2) {
    margin-bottom: 23px;
  }
}
@media (min-width: 1199px) {
  .teams .col-team:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .teams .col-team:last-child {
    margin-bottom: 23px;
  }
}
@media (min-width: 1199px) {
  .teams .col-team:last-child {
    margin-bottom: 0;
  }
}
.teams .team-member {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 1199px) {
  .teams .team-member {
    gap: 24px;
  }
}
.teams .team-member img {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  transition: transform 0.5s ease;
}
.teams .team-member .team-info {
  display: inline-flex;
  flex-direction: column;
  max-width: 90%;
  width: 100%;
  transition: all 0.5s ease;
  position: relative;
}
.teams .team-member .team-info::after {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) translateX(-5px);
  display: inline-block;
  width: 23px;
  height: 19px;
  content: url("data:image/svg+xml,%3Csvg width='23' height='19' viewBox='0 0 23 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.0132H0' stroke='%23FF9500' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M15.9868 4C15.9868 7.83743 19.1626 11.0132 23 11.0132C19.1626 11.0132 15.9868 14.189 15.9868 18.0265' stroke='%23FF9500' stroke-width='1.2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  opacity: 0;
  transition: all 0.5s ease;
}
.teams .team-member .team-info .name, .teams .team-member .team-info .position-project {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  transition: all 0.5s ease;
}
.teams .team-member .team-info .name {
  margin-bottom: 5px;
}
.teams .team-member .team-info .position-project {
  line-height: 110%;
}
.teams .team-member:hover .name, .teams .team-member:hover .position-project {
  color: #FF9500;
}
.teams .team-member:hover img {
  transform: scale(1.05);
}
.teams .team-member:hover .team-info::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.partners {
  padding: 60px 0;
}
@media (min-width: 1199px) {
  .partners {
    padding: 120px 0 160px 0;
  }
}
.partners .gap40 {
  gap: 18px;
}
@media (min-width: 767px) {
  .partners .gap40 {
    gap: 24px;
  }
}
@media (min-width: 1199px) {
  .partners .gap40 {
    gap: 40px;
  }
}
.partners .mgb80 {
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .partners .mgb80 {
    margin-bottom: 80px;
  }
}
.partners .title-col {
  flex-basis: 100%;
  box-sizing: border-box;
}
@media (min-width: 850px) {
  .partners .title-col {
    flex-basis: 60%;
  }
}
.partners .link-col {
  flex-basis: 100%;
  box-sizing: border-box;
}
@media (min-width: 850px) {
  .partners .link-col {
    text-align: end;
    flex-basis: 35%;
  }
}
.partners h2 {
  line-height: 34px;
  margin-bottom: 18px;
}
@media (min-width: 1199px) {
  .partners h2 {
    margin-bottom: 12px;
  }
}
.partners p {
  color: #474646;
}
.partners .link {
  color: #0D0D0D;
}
.partners .link svg {
  transition: transform 0.5s ease;
}
.partners .link:hover svg {
  transform: translateX(5px);
}
.partners .col-logo {
  max-width: 278px;
  width: 100%;
  height: 128px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FAFAFA;
  border-radius: 10px;
}
.partners .col-logo img {
  max-width: 100%;
  height: auto;
}

.subscribe-another {
  padding: 60px 0;
  background-image: url("../../assets/images/Subscribtion.jpg");
  background-repeat: no-repeat;
  background-position: -480px 0;
  background-size: cover;
}
@media (min-width: 767px) {
  .subscribe-another {
    background-position: -50px 0px;
  }
}
@media (min-width: 1199px) {
  .subscribe-another {
    padding: 100px 0 120px 0;
    background-position: 0 0;
  }
}
.subscribe-another .gap40 {
  gap: 0;
}
@media (min-width: 1199px) {
  .subscribe-another .gap40 {
    gap: 40px;
  }
}
.subscribe-another .logo-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1199px) {
  .subscribe-another .logo-wrapper {
    max-width: 384px;
  }
}
.subscribe-another .content {
  width: 100%;
}
@media (min-width: 1199px) {
  .subscribe-another .content {
    max-width: 628px;
  }
}
.subscribe-another .buttons-wrapper {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 767px) {
  .subscribe-another .buttons-wrapper {
    gap: 40px;
  }
}
@media (min-width: 1199px) {
  .subscribe-another .buttons-wrapper {
    margin-top: 60px;
  }
}
.subscribe-another .btn-black, .subscribe-another .btn-transparent {
  max-width: 100%;
}
@media (min-width: 767px) {
  .subscribe-another .btn-black {
    max-width: 384px;
  }
}
.subscribe-another .btn-transparent {
  margin-top: 24px;
}
@media (min-width: 767px) {
  .subscribe-another .btn-transparent {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-top: 0;
  }
}
.subscribe-another h3, .subscribe-another p {
  color: #fff;
  width: 100%;
}
.subscribe-another h3 {
  margin-bottom: 12px;
}
@media (min-width: 1199px) {
  .subscribe-another h3 {
    font-size: 1.875rem;
  }
}
.subscribe-another p {
  font-size: 1.125rem;
  line-height: 120%;
  font-family: "Inerta-Regular", sans-serif;
  font-weight: normal;
}
@media (min-width: 1199px) {
  .subscribe-another p {
    font-size: 1.25rem;
  }
}
.subscribe-another .newsletter-form-wrap {
  margin-top: 40px;
}
@media (min-width: 1199px) {
  .subscribe-another .newsletter-form-wrap {
    margin-top: 60px;
  }
}
.subscribe-another .newsletter-form-wrap .wpcf7-form {
  max-width: 1052px;
}
.subscribe-another .newsletter-form-wrap .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 991px) {
  .subscribe-another .newsletter-form-wrap .newsletter-form {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 40px;
  }
}
.subscribe-another .newsletter-form-wrap .newsletter-input-wrap {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 0 0 0 24px;
}
.subscribe-another .newsletter-form-wrap .mail-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 5L2 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.subscribe-another .newsletter-form-wrap .wpcf7-form-control-wrap {
  flex: 1;
}
.subscribe-another .newsletter-form-wrap input[type=email] {
  width: 100%;
  border: none;
  outline: none;
  padding: 18px 0;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 125%;
  letter-spacing: 0%;
  color: #0D0D0D;
  background: transparent;
  border: none;
  outline: none;
}
.subscribe-another .newsletter-form-wrap input[type=email]::-moz-placeholder {
  color: #8E8E8E;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 125%;
  letter-spacing: 0%;
}
.subscribe-another .newsletter-form-wrap input[type=email]::placeholder {
  color: #8E8E8E;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 125%;
  letter-spacing: 0%;
}
.subscribe-another .newsletter-form-wrap input[type=submit] {
  flex-shrink: 0;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 40px;
  border-radius: 50px;
  background: #0D0D0D;
  color: #fff;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  transition: background 0.3s ease;
  white-space: nowrap;
}
@media (min-width: 767px) {
  .subscribe-another .newsletter-form-wrap input[type=submit] {
    max-width: 281px;
    width: 100%;
  }
}
@media (min-width: 1199px) {
  .subscribe-another .newsletter-form-wrap input[type=submit] {
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 1.25rem;
  }
}
.subscribe-another .newsletter-form-wrap input[type=submit]:hover {
  background: #2a2a2a;
}
.subscribe-another .newsletter-form-wrap .wpcf7-form-control-wrap {
  display: contents;
}
.subscribe-another .newsletter-form-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 16px;
  margin-top: 6px;
  font-size: 12px;
}
.subscribe-another .newsletter-form-wrap .wpcf7-response-output {
  margin: 12px 0 0 !important;
  border-radius: 8px;
}/*# sourceMappingURL=contacts.css.map */