@charset "UTF-8";
@font-face {
  font-family: "Aeonik Pro TRIAL";
  font-display: swap;
  src: url("../fonts/aeonikprotrial-light.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  /* Резервні шрифти для безпечного відображення */
  font-family: "Aeonik Pro TRIAL", Arial, sans-serif;
}
@font-face {
  font-family: "Aeonik Pro TRIAL";
  font-display: swap;
  src: url("../fonts/aeonikprotrial-regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  /* Резервні шрифти для безпечного відображення */
  font-family: "Aeonik Pro TRIAL", Arial, sans-serif;
}
@font-face {
  font-family: "Aeonik Pro TRIAL";
  font-display: swap;
  src: url("../fonts/aeonikprotrial-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  /* Резервні шрифти для безпечного відображення */
  font-family: "Aeonik Pro TRIAL", Arial, sans-serif;
}
@font-face {
  font-family: "Aeonik Pro TRIAL";
  font-display: swap;
  src: url("../fonts/aeonikprotrial-light.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  /* Резервні шрифти для безпечного відображення */
  font-family: "Aeonik Pro TRIAL", Arial, sans-serif;
}
@font-face {
  font-family: "Aeonik Pro TRIAL";
  font-display: swap;
  src: url("../fonts/aeonikprotrial-regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  /* Резервні шрифти для безпечного відображення */
  font-family: "Aeonik Pro TRIAL", Arial, sans-serif;
}
@font-face {
  font-family: "Aeonik Pro TRIAL";
  font-display: swap;
  src: url("../fonts/aeonikprotrial-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  /* Резервні шрифти для безпечного відображення */
  font-family: "Aeonik Pro TRIAL", Arial, sans-serif;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
svg {
  vertical-align: top;
}

button {
  cursor: pointer;
  border: none;
}

* {
  position: relative;
}

html {
  font-size: 10px;
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: Aeonik Pro TRIAL, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #38332F;
  background-image: url(../img/general/bg-left.png), url(../img/general/bg-right.png), url(../img/general/bg-bottom.png);
  background-position: left top 5%, right -3px top 88px, bottom -34px center;
  background-size: 66%, 65%, 100%;
  background-repeat: no-repeat;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
body.scroll-disable {
  height: 100vh;
  overflow: hidden;
}
@media only screen and (min-width: 1450px) {
  body {
    background-position: left top 5%, right -3px top 88px, bottom -34px center;
    background-size: 1000px, 1000px, 1400px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 666px) {
  body {
    background-position: left top -2%, right -500px top 51%, bottom 39% left;
    background-size: 119%, 249%, 300%;
  }
}

section {
  overflow: hidden;
  z-index: 1;
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

main {
  flex: 1;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 117rem;
  padding: 0 1.5rem;
}

.tac {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.img-maxw {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 120%;
  color: inherit;
}

span {
  font-size: inherit;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: calc(3.2rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 5.6rem;
  }
}

h2 {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  h2 {
    font-size: calc(2.8rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h3 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h4 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 2.4rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1.8rem;
  }
}

form label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #080520;
  text-align: left;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  background: #fff;
  border: 1px solid rgba(93, 95, 239, 0.2);
  border-radius: 1.6rem;
  padding: 2rem 1.8rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #080520;
}

*[data-popup] {
  cursor: pointer;
}

.bttn {
  width: 190px;
  background: none;
  display: flex;
  border: none;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s linear;
  color: #000000;
  min-width: 190px;
  padding-bottom: 18.5px;
}
.bttn svg {
  transition: all 0.3s linear;
}
.bttn:hover {
  color: #535353;
  border-bottom: 1px solid #535353;
}
.bttn:hover svg {
  transform: rotate(-30deg);
}
.bttn:hover svg path {
  fill: #535353;
}
.bttn__text {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.02em;
}

.bttn-loading,
.wpcf7 .wpcf7-form.submitting .wpcf7-submit {
  background-image: url(../img/general/spinner.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
  color: transparent;
}

.bttn--small {
  padding: 1rem 2rem;
  border-radius: 1.2rem;
}

.bttn--big {
  font-size: 1.8rem;
  padding: 2.4rem 4rem;
  border-radius: 2.2rem;
}

.bttn-apply {
  font-family: Manrope;
  cursor: pointer;
  text-transform: none !important;
  background-color: #E20404;
  border-radius: 10rem;
  max-width: 38.6rem;
  width: 100%;
  margin-top: 2rem;
  padding: 2.4rem 2rem !important;
}

.bttn-apply-small {
  max-width: 14rem;
  padding: 1.3rem 3rem !important;
  border-radius: 0.5rem;
  font-size: 1.4rem;
}

body {
  background-color: #AC998A;
}

.header {
  width: 100%;
  padding: 65px 0;
  z-index: 12;
  transition: 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    opacity: 1;
    transition: all 0.3s linear;
  }
}
.header__wrapper {
  height: 61px;
  background: rgba(206, 188, 173, 0.4);
  border: 1px solid rgba(111, 100, 90, 0.3019607843);
  backdrop-filter: blur(17px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .header__wrapper {
    height: 41px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .header svg {
    width: 66px;
    height: 66px;
  }
}

.banner {
  padding-top: 105px;
  margin-bottom: 60px;
}
.banner__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .banner__container {
    flex-direction: column;
    gap: 80px;
    align-items: initial;
  }
}
.banner__first {
  font-family: "Aeonik Pro TRIAL";
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #38332F;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .banner__first {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 12px;
  }
}
.banner__header {
  font-family: "Aeonik Pro TRIAL";
  font-size: 128px;
  font-weight: 500;
  line-height: 119px;
  text-align: center;
  color: #38332F;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .banner__header {
    font-family: Aeonik Pro TRIAL;
    font-size: 78px;
    font-weight: 400;
    line-height: 70.2px;
    text-align: center;
    margin-bottom: 46px;
  }
}
.banner__block {
  border-radius: 20px;
  padding: 32px 56px;
  max-width: 765px;
  background: rgba(206, 188, 173, 0.4);
  border: 1px solid rgba(111, 100, 90, 0.3019607843);
  backdrop-filter: blur(17px);
}
@media only screen and (max-width: 992px) {
  .banner__block {
    padding: 32px 24px;
  }
}
.banner__block-top {
  font-family: "Aeonik Pro TRIAL";
  font-size: 26px;
  font-weight: 700;
  line-height: 33.8px;
  letter-spacing: -0.4799999893px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .banner__block-top {
    font-family: Aeonik Pro TRIAL;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.4799999893px;
    text-align: center;
  }
}
.banner__block-bottom {
  font-family: "Aeonik Pro TRIAL";
  font-size: 26px;
  font-weight: 400;
  line-height: 33.8px;
  letter-spacing: -0.4799999893px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .banner__block-bottom {
    font-size: 19px;
    line-height: 23.4px;
  }
}

.second {
  margin-bottom: 100px;
}
.second__header {
  font-family: "Aeonik Pro TRIAL";
  font-size: 32px;
  font-weight: 700;
  line-height: 36.48px;
  text-align: center;
  color: #38332F;
  margin-bottom: 46px;
}
@media only screen and (max-width: 992px) {
  .second__header {
    font-size: 26px;
    line-height: 29.64px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.second__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
@media only screen and (max-width: 992px) {
  .second__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .second__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.second__item {
  padding: 30px 43px;
  border-radius: 20px;
  background: rgba(206, 188, 173, 0.4);
  border: 1px solid rgba(111, 100, 90, 0.3019607843);
  backdrop-filter: blur(17px);
}
@media only screen and (max-width: 992px) {
  .second__item {
    padding: 30px 18px;
  }
}
.second__item-header {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  align-items: flex-end;
}
.second__item-number {
  font-family: Aeonik Pro TRIAL;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: -0.4799999893px;
  text-align: left;
  color: #38332F;
}
.second__item-name {
  font-family: Aeonik Pro TRIAL;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4799999893px;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .second__item-name {
    font-family: Aeonik Pro TRIAL;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.4799999893px;
  }
}
.second__item-image {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .second__item-image {
    margin-bottom: 24px;
  }
}
.second__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.second__item-links {
  display: flex;
  gap: 16px;
}
.second__item-link {
  padding: 10px 30px;
  background-color: #38332F;
  border-radius: 110px;
  color: #AC998A;
  font-family: Aeonik Pro TRIAL;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.200000003px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
footer {
  background-color: #38332F;
}

.footer {
  color: #AC998A;
  display: flex;
  gap: 105px;
  padding: 33px 0;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .footer {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .footer {
    flex-direction: column;
    gap: 32px;
    margin: 0 auto;
    max-width: 300px;
  }
}
.footer__left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 78px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .footer__left {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 600px) {
  .footer__left {
    flex-direction: column;
    gap: 46px;
    justify-content: space-around;
  }
}
.footer__right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .footer__right {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 600px) {
  .footer__right {
    flex-direction: column;
    gap: 24px;
    justify-content: space-around;
  }
}
.footer__social a{
  font-family: Aeonik Pro TRIAL;
  font-size: 32px;
  font-weight: 400;
  line-height: 36.48px;
  text-align: left;
  color: #AC998A;
  text-transform: uppercase;
}
.footer__time {
  display: flex;
  gap: 33px;
  flex-direction: row;
}
.footer__time a,
.footer__time p {
  font-family: Aeonik Pro TRIAL;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.200000003px;
  text-align: center;
  color: #AC998A;
  transition: all 0.3s linear;
}
.footer__time a:hover,
.footer__time p:hover {
  color: #535353;
}
@media only screen and (max-width: 992px) {
  .footer__time {
    flex-direction: column;
    gap: 24px;
  }
}
.footer__place {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.footer__place a {
  font-family: Aeonik Pro TRIAL;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.200000003px;
  text-align: left;
  color: #AC998A;
  transition: all 0.3s linear;
}
.footer__place a:hover {
  color: #535353;
}
@media only screen and (max-width: 992px) {
  .footer__place {
    margin-top: 10px;
  }
}