@charset "UTF-8";
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

button {
  transition: all 0.3s ease;
  background-color: transparent;
  outline: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

ul {
  list-style: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #292929;
  background: #F8F5F5;
  font: 16px/1.5 Gilroy, sans-serif;
}

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

.gm-style img {
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Gilroy";
  color: #292929;
}

h1, .h1 {
  font-size: 36px;
  line-height: 90%;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 64px;
  }
  h1.small, .h1.small {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  h1, .h1 {
    font-size: 80px;
  }
  h1.small, .h1.small {
    font-size: 64px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 110%;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 64px;
  }
}

h3, .h3 {
  font-weight: 700;
  font-size: 32px;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 48px;
  }
}

h4, .h4 {
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 36px;
  }
}

h5, .h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
}
@media (min-width: 992px) {
  h5, .h5 {
    font-size: 32px;
  }
}

h6, .h6 {
  font-size: 24px;
}
@media (min-width: 992px) {
  h6, .h6 {
    font-size: 28px;
  }
}
a {
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

body {
  overflow-x: hidden;
}
body.overflow {
  overflow: hidden;
}

.swiper-container-initialized {
  height: 100%;
}

.swiper-slide {
  height: auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.container.container-md {
  max-width: 1350px;
}

img,
svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.tablet {
  display: none;
}
@media (min-width: 768px) {
  .tablet {
    display: block;
  }
}

.desktop {
  display: none;
}
@media (min-width: 1024px) {
  .desktop {
    display: block;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus {
  color: inherit;
  background: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  appearance: none;
  box-sizing: border-box;
}

select {
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type=number] {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
input[type=number] input::-webkit-outer-spin-button,
input[type=number] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] input[type=number] {
  -moz-appearance: textfield;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

.form__group {
  display: flex;
  flex-direction: column;
}
.form__group.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 0;
}
.form__group.has-error .form__error-text {
  opacity: 1;
  margin-top: 0;
}
.form__group.has-error .form__input {
  border: 2px solid #DC3545;
}
.form__group .form__error-text {
  color: #DC3545;
  opacity: 0;
  margin-top: 0;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.header {
  top: 0;
  z-index: 9999;
  padding: 22px 0px;
  position: sticky;
  transition: all 0.3s ease;
}
.header.fixed {
  background-color: #F8F5F5;
}
@media (min-width: 1024px) {
  .header {
    position: fixed;
    width: 100vw;
    background: transparent;
  }
}
.header-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header-logo {
  color: #292929;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .header-logo:hover {
    color: #FB584B;
  }
}
.header-nav ul {
  display: none;
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .header-nav ul {
    display: flex;
  }
}
.header-nav a {
  color: #292929;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .header-nav a:hover {
    color: #FB584B;
  }
}
.header-burger {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.header-burger span, .header-burger::before, .header-burger::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.25s ease, top 0.35s ease;
}
.header-burger::before {
  top: 10px;
}
.header-burger span {
  top: 16px;
}
.header-burger::after {
  top: 22px;
}
@media (min-width: 768px) {
  .header-burger {
    display: none;
  }
}
.header-close {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.header-close:before, .header-close:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.25s ease, top 0.35s ease;
  top: 16px;
}
.header-close:before {
  transform: rotate(45deg);
}
.header-close:after {
  transform: rotate(-45deg);
}
.header-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 999999;
  overflow-y: auto;
  scrollbar-width: none;
  transform: translateY(-100%);
  transition: all 0.3s ease;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  background-color: #F8F5F5;
  background-image: url("../images/mobile-menu-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header-mobile-menu:-webkit-scrollbar {
  display: none;
}
.header-mobile-menu.active {
  transform: translateY(0);
}
.header-mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header-mobile-menu-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: white;
  max-width: fit-content;
  padding: 2px 14px 2px 2px;
  border-radius: 100px;
  box-shadow: 0 2.827px 22.615px 0 rgba(0, 0, 0, 0.12);
}
.header-mobile-menu-avatar {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  position: relative;
}
.header-mobile-menu-avatar:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: #C0CF6B;
  bottom: 0;
  right: 0;
}
.header-mobile-menu-info-name {
  margin: 0px;
  font-family: "Marmelad", sans-serif;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}
.header-mobile-menu-info-job {
  margin: 0px;
  margin-top: 2px;
  color: #6E6E6E;
  font-size: 9px;
  line-height: 100%;
  font-weight: 500;
}
.header-mobile-menu-body ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  text-align: center;
}
.header-mobile-menu-body ul a {
  color: #292929;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}
.header-mobile-menu-body > a {
  margin: 32px auto 0px auto;
}
.header-mobile-menu-bottom {
  padding-top: 24px;
  border-top: 1px solid #E1E1E1;
}
.header-mobile-menu-text {
  text-align: center;
}
.header-mobile-menu-text * {
  margin: 0px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
.header-mobile-menu-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}
.header-mobile-menu-social {
  width: 32px;
  flex-shrink: 0;
}

.footer {
  position: relative;
  z-index: 3;
}
.home .footer {
  margin-top: -308px;
}
@media (min-width: 1024px) {
  .home .footer {
    margin-top: -175px;
  }
}
.footer-top {
  padding: 24px 0px;
  border-top: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .footer-top {
    flex-direction: row;
  }
}
.footer-text {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-text {
    text-align: left;
  }
}
.footer-text * {
  margin: 0px;
  font-size: 14px;
  line-height: 150%;
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-social {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .footer-social {
    width: 48px;
    height: 48px;
  }
}
.footer-bottom {
  padding: 24px 0px;
  border-top: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    gap: 24px;
  }
}
.footer-copy {
  margin: 0px;
  font-size: 13px;
  font-family: "Marmelad", sans-serif;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  line-height: 100%;
  color: #6E6E6E;
}
.footer-copy a {
  color: #6E6E6E;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .footer-copy a:hover {
    color: #FB584B;
  }
}
.footer-policy ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-policy li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-policy li:not(:first-child):before {
  content: "/";
  display: block;
}
.footer-policy li a {
  font-size: 13px;
  font-family: "Marmelad", sans-serif;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  line-height: 100%;
  color: #6E6E6E;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .footer-policy li a:hover {
    color: #FB584B;
  }
}
.footer-dev {
  margin: 0px;
  font-size: 13px;
  font-family: "Marmelad", sans-serif;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  line-height: 100%;
  color: #6E6E6E;
}
.footer-dev a {
  color: #6E6E6E;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .footer-dev a:hover {
    color: #FB584B;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14.5px 28px;
  border-radius: 100px;
  background-color: #FB584B;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Marmelad", sans-serif;
  line-height: 110%;
  position: relative;
  max-width: fit-content;
}
.button span {
  position: relative;
  z-index: 2;
}
.button:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  z-index: 0;
  border-radius: 100px;
  border: 2px solid white;
}
.button:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 8px);
  width: calc(100% - 48px);
  background-color: #FB584B;
}

.hero-section {
  position: relative;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}
.hero-section-bg img {
  max-height: 100vh;
  min-height: 390px;
}
.hero-section-body {
  background: linear-gradient(0deg, #E0D6D5 0%, rgba(224, 214, 213, 0) 100%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
@media (min-width: 768px) {
  .hero-section-body {
    background: none;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    position: absolute;
    z-index: 2;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
  }
}
.hero-section-content {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px;
}
.hero-section-content a {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .hero-section-content {
    padding: 0px;
    margin-left: auto;
    max-width: 450px;
    align-items: start;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .hero-section-content {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .hero-section-content {
    margin-right: 50px;
  }
}
@media (min-width: 1440px) {
  .hero-section-content {
    margin-right: 86px;
    max-width: 732px;
  }
}
.hero-section-bottom {
  padding: 30px 0px;
  position: relative;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .hero-section-bottom {
    aspect-ratio: auto;
  }
}
.hero-section-bottom .container {
  position: relative;
  z-index: 2;
  width: 54%;
  margin-right: 0px;
}
@media (min-width: 768px) {
  .hero-section-bottom .container {
    width: 100%;
    margin-right: auto;
  }
}
.hero-section-bottom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .hero-section-bottom {
    position: absolute;
    left: 0;
    right: unset;
    top: unset;
    width: 100%;
    bottom: 0;
    padding: 40px 0px;
    background: linear-gradient(0deg, #E0D6D5 0%, rgba(224, 214, 213, 0) 100%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
}
.hero-section-features {
  display: grid;
  gap: 4px;
}
@media (min-width: 768px) {
  .hero-section-features {
    gap: 0px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.hero-section-feature {
  display: flex;
  align-items: start;
  gap: 8px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid white;
  background: linear-gradient(90deg, rgba(224, 214, 213, 0) 0%, #E0D6D5 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
@media (min-width: 768px) {
  .hero-section-feature {
    align-items: center;
    justify-content: center;
    background: none;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    padding: 0px 12px;
    border: 0px;
    border-radius: 0px;
    gap: 16px;
  }
  .hero-section-feature:not(:first-child) {
    border-left: 1px solid white;
  }
}
.hero-section-feature-icon {
  flex-shrink: 0;
  width: 24px;
}
@media (min-width: 1024px) {
  .hero-section-feature-icon {
    width: 44px;
  }
}
@media (min-width: 768px) {
  .hero-section-feature-content {
    text-align: center;
  }
}
.hero-section-feature-title {
  margin: 0px;
  color: #375456;
  font-size: 30px;
  font-family: "Marmelad", sans-serif;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .hero-section-feature-title {
    font-size: 72px;
  }
}
.hero-section-feature-text {
  margin: 0px;
  font-size: 10px;
  font-weight: 500;
  color: #375456;
}
@media (min-width: 768px) {
  .hero-section-feature-text {
    font-size: 16px;
  }
}

.caption-section {
  margin-top: -16px;
  padding: 56px 0px;
  background-image: url("../images/caption-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .caption-section {
    padding: 70px 0px;
  }
}
.caption-section-body {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}
@media (min-width: 768px) {
  .caption-section-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.caption-section-caption {
  width: 100%;
  max-width: 150px;
}
@media (min-width: 768px) {
  .caption-section-caption {
    max-width: 240px;
    margin: 0px auto;
  }
}
.caption-section-text * {
  margin: 0px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}
.caption-section-text > *:not(:first-child) {
  margin-top: 4px;
}

.consultations-section {
  padding: 56px 0px;
  background-image: url("../images/consultations-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .consultations-section {
    padding: 90px 0px;
  }
}
.consultations-section h2 {
  margin: 0px;
}
@media (min-width: 768px) {
  .consultations-section h2 {
    text-align: center;
  }
}
.consultations-section-body {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .consultations-section-body {
    max-width: 100%;
    margin-top: 40px;
    gap: 28px;
    flex-direction: row;
  }
  .consultations-section-body > .consultations-section-card {
    flex: 0 0 27%;
  }
}
.consultations-section-cards {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.consultations-section-cards.consultations-section-cards-mobile {
  display: block;
}
.consultations-section-cards.consultations-section-cards-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .consultations-section-cards.consultations-section-cards-mobile {
    display: none;
  }
  .consultations-section-cards.consultations-section-cards-desktop {
    display: flex;
  }
}
.consultations-section-cards .consultations-section-card {
  margin-top: 8px;
  padding: 20px;
  flex: 0 1 100%;
  overflow: hidden;
  position: relative;
  height: auto;
  opacity: 1;
  transform: translateY(0);
  will-change: height, opacity, transform;
  /* Повага до налаштувань користувача */
}
.consultations-section-cards .consultations-section-card.is-collapsed {
  opacity: 0;
  transform: translateY(-6px);
  max-height: 0 !important;
}
@media (prefers-reduced-motion: reduce) {
  .consultations-section-cards .consultations-section-card {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .consultations-section-cards .consultations-section-card {
    margin-top: 0px;
  }
  .consultations-section-cards .consultations-section-card:first-child {
    flex: 0 1 23%;
  }
  .consultations-section-cards .consultations-section-card:nth-child(2) {
    flex: 0 1 29%;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .consultations-section-cards .consultations-section-card:nth-child(2) {
    flex: 0 1 31%;
  }
}
@media (min-width: 1024px) {
  .consultations-section-cards .consultations-section-card:nth-child(3) {
    flex: 0 1 22%;
  }
  .consultations-section-cards .consultations-section-card:nth-child(4) {
    flex: 0 1 21%;
  }
  .consultations-section-cards .consultations-section-card:nth-child(5) {
    flex: 0 1 26%;
  }
  .consultations-section-cards .consultations-section-card:nth-child(6) {
    flex: 0 1 24%;
  }
  .consultations-section-cards .consultations-section-card:nth-child(7) {
    flex: 0 1 47%;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .consultations-section-cards .consultations-section-card:nth-child(7) {
    flex: 0 1 48%;
  }
}
@media (min-width: 1440px) {
  .consultations-section-cards .consultations-section-card {
    padding: 32px;
  }
}
.consultations-section-card {
  padding: 12px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 2px 16px 0 rgba(55, 84, 86, 0.12);
  position: relative;
}
.consultations-section-card p {
  font-size: 14px;
}
@media (min-width: 1440px) {
  .consultations-section-card p {
    font-size: 16px;
  }
}
.consultations-section-card a {
  margin-top: 12px;
  max-width: 100%;
}
.consultations-section-card-image {
  border-radius: 8px;
  overflow: hidden;
}
.consultations-section-card-image-wrapper {
  position: relative;
}
.consultations-section-card-icon:first-child {
  position: absolute;
  width: 93px;
  left: -8px;
  top: 8px;
  z-index: 2;
}
@media (min-width: 1440px) {
  .consultations-section-card-icon:first-child {
    width: 122px;
    left: -36px;
    top: -40px;
  }
}
.consultations-section-card-icon:last-child {
  position: absolute;
  width: 108px;
  right: -20px;
  bottom: 12px;
  z-index: 2;
}
@media (min-width: 1440px) {
  .consultations-section-card-icon:last-child {
    width: 132px;
    right: -40px;
    bottom: 4px;
  }
}
.consultations-section-btn {
  margin: 0px auto;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FB584B;
  max-width: fit-content;
  font-size: 16px;
  font-family: "Marmelad", sans-serif;
}
.consultations-section-btn svg {
  width: 32px;
  flex-shrink: 0;
  transition: all 0.25s ease 0s;
}
.consultations-section-btn.expanded svg {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .consultations-section-btn {
    display: none;
  }
}

.about-section {
  border-radius: 24px;
  background-color: white;
  margin-top: -20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 40px 0px 56px 0px;
}
@media (min-width: 1024px) {
  .about-section {
    padding: 90px 0px;
  }
}
.about-section-body {
  display: grid;
  gap: 64px;
}
@media (min-width: 768px) {
  .about-section-body {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .about-section-body {
    gap: 90px;
  }
}
.about-section-subheading {
  margin: 0px;
  margin-top: 12px;
  color: #6E6E6E;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .about-section-subheading {
    font-size: 22px;
  }
}
.about-section-text {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .about-section-text {
    margin-top: 48px;
  }
}
.about-section-text * {
  margin: 0px;
  line-height: 150%;
}
.about-section-text > *:not(:first-child) {
  margin-top: 4px;
}
.about-section-text ol,
.about-section-text ul {
  padding-left: 20px;
}
.about-section-content a {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .about-section-content a {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .about-section-content a {
    margin-top: 48px;
  }
}
.about-section-image {
  position: relative;
}
.about-section-image img {
  position: relative;
  z-index: 2;
}
.about-section-icon {
  position: absolute;
  z-index: 1;
  width: 197px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
@media (min-width: 768px) {
  .about-section-icon {
    transform: translateX(0);
    bottom: 32px;
    right: -73px;
    left: unset;
  }
}
@media (min-width: 1024px) {
  .about-section-icon {
    width: 260px;
  }
}

.video-section {
  overflow: hidden;
  margin-top: -16px;
  padding: 56px 0px 408px 0px;
  background-image: url("../images/consultations-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1024px) {
  .video-section {
    padding: 90px 0px 265px 0px;
  }
}
.video-section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.video-section-top .swiper-scrollbar {
  position: absolute;
  bottom: 360px;
  border-radius: 100px;
  overflow: hidden;
  cursor: pointer;
  background-color: #E1E1E1;
  z-index: 2;
  width: 220px;
  height: 4px;
  left: 24px;
}
@media (min-width: 1024px) {
  .video-section-top .swiper-scrollbar {
    position: static;
  }
}
.video-section-top .swiper-scrollbar-drag {
  background-color: #C0CF6B;
}
.video-section-slider {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .video-section-slider {
    margin-top: 48px;
  }
}
.video-section-slider .swiper-slide {
  cursor: pointer;
}
.video-section-image {
  height: unset;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  box-shadow: 0 2px 16px 0 rgba(55, 84, 86, 0.12);
  overflow: hidden;
}
.video-section-title {
  margin: 0px;
  margin-top: 12px;
  font-weight: 600;
  line-height: 110%;
  font-size: 18px;
  color: #292929;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .video-section-title {
    font-size: 22px;
  }
}

.webinar-section {
  margin-top: -16px;
  background-color: white;
  border-radius: 24px;
  padding: 100px 0px 34px 0px;
}
@media (min-width: 1024px) {
  .webinar-section {
    padding: 180px 0px 94px 0px;
  }
}
.webinar-section .container {
  position: relative;
}
.webinar-section-body {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .webinar-section-body {
    grid-template-columns: 1fr 254px;
  }
}
@media (min-width: 1024px) {
  .webinar-section-body {
    grid-template-columns: 1fr 300px;
  }
}
@media (min-width: 1440px) {
  .webinar-section-body {
    grid-template-columns: 1fr 450px;
  }
}
.webinar-section-icon {
  width: 100px;
  height: 100px;
  z-index: 2;
}
.webinar-section-image {
  display: none;
  width: 254px;
}
@media (min-width: 768px) {
  .webinar-section-image {
    display: block;
  }
}
@media (min-width: 1024px) {
  .webinar-section-image {
    width: 300px;
  }
}
@media (min-width: 1440px) {
  .webinar-section-image {
    width: 450px;
  }
}
.webinar-section-image-inner {
  position: sticky;
  top: 60px;
}
.webinar-section-image img {
  display: none;
}
.webinar-section-image img.active {
  display: block;
}
.webinar-section-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  will-change: transform;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .webinar-section-list {
    gap: 120px;
  }
}
.webinar-section-item {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.webinar-section-item * {
  -webkit-user-select: none;
  user-select: none;
}
.webinar-section-item-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .webinar-section-item-top {
    flex-direction: row;
    align-items: end;
  }
}
@media (min-width: 1024px) {
  .webinar-section-item-top {
    gap: 24px;
  }
}
.webinar-section-item-image {
  width: 300px;
}
@media (min-width: 768px) {
  .webinar-section-item-image {
    display: none;
  }
}
.webinar-section-item-counter {
  display: flex;
  align-items: center;
  color: #8E8E8E;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  font-family: "Marmelad", sans-serif;
}
@media (min-width: 768px) {
  .webinar-section-item-counter {
    width: 100%;
    max-width: 120px;
  }
}
.webinar-section-item-circle {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FB584B;
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.3s ease;
  width: 0px;
}
@media (min-width: 768px) {
  .webinar-section-item-circle {
    width: 12px;
    margin-right: 24px;
  }
}
.webinar-section-item-title {
  line-height: 110%;
  font-weight: 500;
  max-width: 980px;
  font-size: var(--fs);
}
.webinar-section-item-icon {
  border-radius: 50%;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  transition: all 0.5s ease 0s;
  -webkit-text-fill-color: transparent !important;
}
.webinar-section-item-icon * {
  -webkit-text-fill-color: transparent !important;
}
.webinar-section-item-icon rect, .webinar-section-item-icon path {
  transition: all 0.5s ease 0s;
}
@media (max-width: 767px) {
  .webinar-section-item .webinar-section-item-icon {
    background-color: #FB584B;
  }
  .webinar-section-item .webinar-section-item-icon rect {
    stroke: #FB584B;
    fill: none !important;
  }
  .webinar-section-item .webinar-section-item-icon path {
    stroke: white;
  }
}
@media (min-width: 768px) {
  .webinar-section-item.active .webinar-section-item-circle {
    opacity: 1;
    width: 12px;
    margin-right: 24px;
  }
  .webinar-section-item.active .webinar-section-item-icon {
    background-color: #FB584B;
  }
  .webinar-section-item.active .webinar-section-item-icon rect {
    stroke: #FB584B;
    fill: none !important;
  }
  .webinar-section-item.active .webinar-section-item-icon path {
    stroke: white;
  }
}

.hero-webinar-section {
  background-color: #E0D6D5;
  min-height: 95vh;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.hero-webinar-section .container {
  min-height: 95vh;
  display: flex;
  flex-direction: column;
}
.hero-webinar-section-body {
  flex: 1 1 auto;
  display: grid;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .hero-webinar-section-body {
    grid-template-columns: 58% 42%;
    gap: 0px;
  }
}
.hero-webinar-section-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-webinar-section-content {
    align-items: start;
    text-align: left;
  }
}
.hero-webinar-section-text {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .hero-webinar-section-text {
    margin-top: 16px;
  }
}
.hero-webinar-section-text * {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
@media (min-width: 768px) {
  .hero-webinar-section-text * {
    font-size: 18px;
  }
}
.hero-webinar-section-bottom {
  margin-top: 12px;
  display: flex;
  align-items: start;
  gap: 170px;
}
@media (min-width: 1024px) {
  .hero-webinar-section-bottom {
    margin-top: 32px;
  }
}
.hero-webinar-section-bottom .header-mobile-menu-badge {
  margin-top: 28px;
  display: none;
  position: relative;
  gap: 12px;
  padding: 3px 20px 3px 3px;
}
.hero-webinar-section-bottom .header-mobile-menu-badge-arrow {
  width: 26px;
  position: absolute;
  top: -10px;
  left: -20px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .hero-webinar-section-bottom .header-mobile-menu-badge {
    display: flex;
  }
}
.hero-webinar-section-bottom .header-mobile-menu-avatar {
  width: 56px;
  height: 56px;
}
.hero-webinar-section-bottom .header-mobile-menu-info-name {
  font-size: 18px;
  color: #0F3A65;
}
.hero-webinar-section-bottom .header-mobile-menu-info-job {
  font-size: 14px;
  color: #747474;
}
.hero-webinar-section .hero-section-features {
  padding: 24px 0px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .hero-webinar-section .hero-section-features {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .hero-webinar-section .hero-section-features {
    padding: 40px 0px;
  }
}

.about-webinar-section {
  margin-top: -16px;
  background-image: url("../images/caption-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 28px 0px 40px 0px;
}
@media (min-width: 1024px) {
  .about-webinar-section {
    padding: 41px 0px 75px 0px;
  }
}
.about-webinar-section-breadcrumbs {
  display: flex;
  align-items: start;
  gap: 6px;
}
.about-webinar-section-breadcrumbs-home, .about-webinar-section-breadcrumbs-icon {
  margin-top: 1px;
  flex-shrink: 0;
  width: 16px;
}
@media (min-width: 768px) {
  .about-webinar-section-breadcrumbs-home, .about-webinar-section-breadcrumbs-icon {
    margin-top: 6px;
  }
}
.about-webinar-section-breadcrumbs-title {
  margin: 0px;
  font-size: 12px;
  font-family: "Marmelad", sans-serif;
  line-height: 150%;
  font-weight: 400;
  color: #375456;
}
@media (min-width: 768px) {
  .about-webinar-section-breadcrumbs-title {
    font-size: 18px;
  }
}
.about-webinar-section-body {
  margin-top: 32px;
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .about-webinar-section-body {
    margin-top: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.about-webinar-section-column:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-webinar-section-card {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 4px 32px 0 rgba(55, 84, 86, 0.12);
  padding: 12px;
  max-width: 320px;
}
.about-webinar-section-image {
  border-radius: 8px;
  overflow: hidden;
}
.about-webinar-section-caption {
  width: 100%;
  max-width: 260px;
  margin: 0px auto;
}
.about-webinar-section-text * {
  font-size: 16px;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .about-webinar-section-text * {
    font-size: 18px;
  }
}
.about-webinar-section-goal {
  margin: 0px;
  margin-top: 8px;
  color: #6E6E6E;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .about-webinar-section-goal {
    font-size: 22px;
  }
}

.program-section {
  margin-top: -16px;
  background-color: white;
  border-radius: 24px;
  overflow: hidden;
  padding: 56px 0px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .program-section {
    padding: 90px 0px 150px 0px;
  }
}
.program-section-content {
  max-width: 650px;
}
.program-section-subheading {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  color: #C0CF6B;
}
.program-section h2 {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .program-section h2 {
    margin-top: 16px;
  }
}
.program-section-body {
  margin-top: 24px;
  display: grid;
  gap: 24px;
}
@media (min-width: 1024px) {
  .program-section-body {
    margin-top: 64px;
  }
}
.program-section-number {
  font-size: 18px;
  color: #8E8E8E;
  font-family: "Marmelad", sans-serif;
}
.program-section-item {
  display: flex;
  align-items: start;
  gap: 12px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .program-section-item {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .program-section-item {
    gap: 50px;
  }
}
.program-section-item:nth-child(odd) .program-section-item-image {
  transform: rotate(15deg);
}
.program-section-item:nth-child(even) .program-section-item-image {
  transform: rotate(-15deg);
}
.program-section-item:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #E1E1E1;
}
.program-section-item-content {
  margin-left: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .program-section-item-content {
    width: 64%;
  }
}
@media (min-width: 1200px) {
  .program-section-item-content {
    width: 50%;
  }
}
.program-section-item-content p,
.program-section-item-content p * {
  color: #6E6E6E;
  line-height: 150%;
}
.program-section-item-title {
  color: #375456;
  line-height: 110%;
  margin-bottom: 8px;
}
.program-section-item-image {
  display: none;
  width: 25%;
  flex-shrink: 0;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 4px 32px 0 rgba(55, 84, 86, 0.12);
  overflow: hidden;
  padding: 15px;
}
@media (min-width: 1024px) {
  .program-section-item-image {
    display: block;
  }
}

.cta-section {
  padding: 40px 0px 72px 0px;
  margin-top: -16px;
  background-image: url("../images/caption-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .cta-section {
    padding: 90px 0px;
  }
}
.cta-section-content {
  max-width: 644px;
  margin: 0px auto;
  position: relative;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .cta-section-content {
    padding: 60px 0px;
  }
}
.cta-section-bg {
  position: absolute;
  width: 312px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 1024px) {
  .cta-section-bg {
    width: 403px;
  }
}
.cta-section-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.cta-section-text * {
  margin: 0px;
  font-size: 18px;
  line-height: 110%;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .cta-section-text * {
    font-size: 22px;
  }
}
.cta-section .header-mobile-menu-avatar {
  width: 55px;
  height: 55px;
}
.cta-section .header-mobile-menu-info-name {
  font-size: 18px;
  text-align: left;
}
.cta-section .header-mobile-menu-info-job {
  font-size: 14px;
  text-align: left;
}

.for-section {
  margin-top: -16px;
  background-color: white;
  border-radius: 24px;
  overflow: hidden;
  padding: 56px 0px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .for-section {
    padding: 90px 0px;
  }
}
.for-section h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .for-section h2 {
    text-align: center;
  }
}
.for-section-slider {
  margin-top: 24px;
  overflow: visible;
}
@media (min-width: 768px) {
  .for-section-slider {
    margin-top: 44px;
  }
}
@media (min-width: 1024px) {
  .for-section-slider {
    display: none;
  }
}
.for-section-grid {
  display: none;
}
@media (min-width: 1024px) {
  .for-section-grid {
    margin-top: 44px;
    display: flex;
    gap: 24px;
    justify-content: center;
  }
}
.for-section-card {
  padding: 24px !important;
  box-sizing: border-box !important;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 4px 32px 0 rgba(55, 84, 86, 0.12);
  display: flex !important;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .for-section-card {
    width: calc(25% - 8px);
  }
}
.for-section-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #C0CF6B;
}
.for-section-text {
  margin-top: 16px;
  flex: 1 1 auto;
}
.for-section-text * {
  color: #6E6E6E;
  line-height: 150%;
  font-weight: 400;
  font-size: 16px;
}
.for-section-icon {
  width: 100%;
  margin-left: auto;
  margin-top: 40px;
}
.for-section .swiper-scrollbar {
  margin-top: 24px;
  position: static;
  border-radius: 100px;
  overflow: hidden;
  cursor: pointer;
  background-color: #E1E1E1;
  z-index: 2;
  width: 220px;
  height: 4px;
}
@media (min-width: 1024px) {
  .for-section .swiper-scrollbar {
    display: none !important;
  }
}
.for-section .swiper-scrollbar-drag {
  background-color: #C0CF6B;
}

.format-section {
  margin-top: -16px;
  background-image: url("../images/caption-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 56px 0px;
}
@media (min-width: 1024px) {
  .format-section {
    padding: 90px 0px;
  }
}
.format-section-body {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
@media (min-width: 768px) {
  .format-section-body {
    flex-direction: row;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .format-section-body {
    gap: 48px;
  }
}
.format-section-image {
  display: none;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .format-section-image {
    flex: 0 0 300px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .format-section-image {
    flex: 0 0 408px;
  }
}
@media (min-width: 768px) {
  .format-section-content {
    flex: 1 1 auto;
  }
}
.format-section-subheading {
  margin: 0px;
  margin-top: 12px;
  color: #6E6E6E;
  line-height: 110%;
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .format-section-subheading {
    font-size: 22px;
  }
}
.format-section-text {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .format-section-text {
    margin-top: 48px;
  }
}
.format-section-text * {
  color: #8E8E8E;
  line-height: 150%;
}
.format-section-text > *:not(:first-child) {
  margin-top: 8px;
}
.format-section-text ol,
.format-section-text ul {
  padding-left: 20px;
}
.format-section a {
  margin-top: 24px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .format-section a {
    max-width: fit-content;
  }
}
@media (min-width: 1024px) {
  .format-section a {
    margin-top: 48px;
  }
}

.price-section {
  margin-top: -16px;
  background-color: white;
  border-radius: 24px;
  overflow: hidden;
  padding: 56px 0px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .price-section {
    padding: 90px 0px;
  }
}
.price-section h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .price-section h2 {
    text-align: center;
  }
}
.price-section-body {
  margin-top: 24px;
  display: flex;
  flex-direction: column-reverse;
  gap: 22px;
}
@media (min-width: 768px) {
  .price-section-body {
    flex-direction: row;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .price-section-body {
    margin-top: 40px;
    gap: 40px;
  }
}
.price-section-card {
  border-radius: 12px;
  overflow: hidden;
  background-color: #375456;
  box-shadow: 0 4px 32px 0 rgba(55, 84, 86, 0.12);
  background-image: url("../images/price-card-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .price-section-card {
    flex: 0 0 250px;
  }
}
@media (min-width: 1024px) {
  .price-section-card {
    flex: 0 0 310px;
    padding: 32px;
  }
}
.price-section-card-title {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  color: #C0CF6B;
}
@media (min-width: 1024px) {
  .price-section-card-title {
    font-size: 22px;
  }
}
.price-section-card-price {
  margin: 0px;
  line-height: 110%;
  font-size: 56px;
  font-family: "Marmelad", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.price-section-card-price span {
  font-size: 22px;
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .price-section-card-price {
    font-size: 72px;
  }
}
.price-section-card-text * {
  margin: 0px;
  font-size: 14px;
  color: white;
  line-height: 150%;
  font-weight: 400;
}
.price-section-card a {
  margin-top: 24px;
}
.price-section-items {
  display: grid;
  gap: 24px;
}
@media (min-width: 1024px) {
  .price-section-items {
    row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
.price-section-item {
  display: flex;
  align-items: start;
  gap: 16px;
}
.price-section-item-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(192, 207, 107, 0.4);
  box-shadow: 0 4px 32px 0 rgba(55, 84, 86, 0.12);
  flex-shrink: 0;
}
.price-section-item-icon svg,
.price-section-item-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.price-section-item-title {
  margin: 0px;
  font-size: 18px;
  color: #375456;
  font-weight: 600;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .price-section-item-title {
    font-size: 22px;
    color: #292929;
  }
}
.price-section-item-text {
  margin-top: 8px;
}
.price-section-item-text * {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #6E6E6E;
}

.faq-section {
  padding: 40px 0px 56px 0px;
}
@media (min-width: 1024px) {
  .faq-section {
    padding: 90px 0px;
  }
}
.faq-section-items {
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
}
.faq-section-item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: white;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq-section-item {
    flex-direction: row;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .faq-section-item {
    gap: 52px;
    padding: 40px 60px;
  }
  .faq-section-item:not(.active):hover {
    background-color: #f8f8f7;
  }
}
.faq-section-item.active {
  background-color: #375456;
}
.faq-section-item.active * {
  color: #F8F5F5;
}
.faq-section-item.active .faq-section-item-icon {
  background-color: #C0CF6B;
}
.faq-section-item.active .faq-section-item-icon svg {
  transform: rotate(135deg);
}
.faq-section-item.active .faq-section-item-icon svg path {
  fill: white;
}
.faq-section-item-number {
  margin: 0px;
  font-size: 30px;
  font-family: "Marmelad", sans-serif;
  line-height: 100%;
  font-weight: 400;
  color: #E1E1E1;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .faq-section-item-number {
    font-size: 72px;
  }
}
.faq-section-item-content {
  flex: 1 1 auto;
}
.faq-section-item-top {
  display: flex;
  align-items: start;
  gap: 16px;
}
.faq-section-item-title {
  margin: 0px;
  transition: all 0.3s ease;
  line-height: 110%;
  flex: 1 1 auto;
}
.faq-section-item-icon {
  width: 24px;
  height: 24px;
  background-color: #F8F5F5;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.faq-section-item-icon svg {
  width: 7px;
  height: 7px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.faq-section-item-icon svg path {
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .faq-section-item-icon {
    width: 48px;
    height: 48px;
  }
  .faq-section-item-icon svg {
    width: 14px;
    height: 14px;
  }
}
.faq-section-item-text {
  margin-top: 24px;
  height: 0px;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .faq-section-item-text {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=styles.min.css.map */
