html {
    box-sizing: border-box
}

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

body {
    background-color: #fff;
    color: #383c42;
    margin: 0;
    padding: 0;
    font-family: Product Sans, sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 5vw, 16px);
    line-height: normal;
    min-height: 100vh
}

.title-box .upper-heading {
    margin: 0;
    padding: 0;
    padding-block-end: 8px;
    color: #A37E2C;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.title-box.title-box--center {
    text-align: center;
    max-width: 600px;
    margin: 0 auto
}

.logo {
    display: inline-block;
    height: auto
}

.logo>img {
    -o-object-fit: contain;
    object-fit: contain
}

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

.button {
    display: inline-block;
    border: none;
    border-radius: 4px;
    margin: 0;
    padding: 16px 32px;
    background-color: #006039;
    transition: .3s linear;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    text-decoration: none
}

.button:hover {
    background-color: #00603ad7;
    transition: .3s linear
}

.main-title {
    margin: 0;
    padding: 0;
    font-size: clamp(28px, 5vw, 48px);
    line-height: clamp(32px, 5vw, 56px)
}

.third-title {
    font-size: clamp(18px, 5vw, 24px);
    margin: 0;
    padding: 0
}

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

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.container,
.container-fluid {
    width: 100%;
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding: 0 15px
}

.container-flex {
    display: flex;
    width: 100%
}

.container-flex--sb {
    justify-content: space-between
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
        padding: 0
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 976px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}
.modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.6);
      justify-content: center;
      align-items: center;
    }

    .modal-content {
      /* background-color: #fff; */
      padding: 0;
      border-radius: 8px;
      max-width: 1000px;
      width: 90%;
      position: relative;
      overflow: hidden;
    }

    video {
      width: 100%;
      height: auto;
      display: block;
    }

     .carousel-container {
      position: relative;
      max-width: 600px;
      margin: 40px auto;
      overflow: hidden;
      border-radius: 12px;
      /* box-shadow: 0 4px 12px rgba(0,0,0,0.2); */
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease;
    }

    .carousel-slide {
      min-width: 100%;
      transition: opacity 0.5s ease;
    }

    .carousel-slide img {
      width: 100%;
      display: block;
    }

    .carousel-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0,0,0,0.5);
      color: white;
      border: none;
      font-size: 30px;
      cursor: pointer;
      padding: 10px 15px;
      z-index: 10;
    }

    .carousel-button.left {
      left: 10px;
    }

    .carousel-button.right {
      right: 10px;
    }

    .close {
      position: absolute;
      top: 10px;
      right: 15px;
      color: #fff;
      background: #000;
      font-size: 24px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      cursor: pointer;
      z-index: 10000;
    }
.close:hover {
  color: #ffffff;
}

.carousel-dots {
  text-align: center;
  margin-top: 10px;
}

.carousel-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-dot.active {
  background-color: #a8a8a8;
}



.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 38px 0 rgba(56, 60, 66, .25098039215686274)
}

.upper-header {
    background-color: #f9f9f9
}

.upper-header__container {
    font-size: 12px
}

.header__content,
.upper-header__container {
    justify-content: space-between;
    align-items: center
}

.header__content {
    display: flex;
    width: 100%;
    padding-block-start: 24px;
    padding-block-end: 24px;
        transition: padding 0.3s ease;

}
.header--scrolled .header__content {
    padding-block-start: 2px;
    padding-block-end: 2px;
}
.header__content img {
    max-width: 150px;
}

.header__menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 32px
}

.header__menu-link {
    text-decoration: none;
    color: #8695a8
}

.header__menu-item--is-active .header__menu-link {
    color: #383c42
}

.header__actions {
    display: flex;
    gap: 32px
}

.lang-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}

.lang-link {
    text-decoration: none;
    color: inherit
}

.hamburger {
    padding: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    display: none
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000
}

.hamburger-box {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 24px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger--spring .hamburger-inner {
    top: 8px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top: 5px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
    top: 10px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

@media (max-width:991px) {
    .hamburger {
        display: block
    }

    .header__actions,
    .header__nav {
        position: absolute;
        top: 115px;
        left: 0;
        background-color: #fff;
        width: 100%;
        padding: 14px 0;
        justify-content: center;
        text-align: center;
        box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .1);
        transform-origin: 0 0;
        visibility: hidden;
        transform: scaleX(0);
        transition: .3s linear
    }

    .header__actions {
        top: 371px;
        padding-block-start: 24px
    }

    .header__actions.opened,
    .header__nav.opened {
        transform-origin: 0 0;
        visibility: visible;
        transform: scaleX(1);
        transition: .3s linear
    }

    .header__menu {
        flex-direction: column
    }
}

@media (max-width:480px) {
    .upper-header__container {
        gap: 70px;
        font-size: 10px
    }
}

.hero-banner {
    background-image: url(../../assets/img/hero-banner-bg.png);
    background-size: cover
}

.hero-banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 458px;
    align-items: start;
    gap: 16px
}

.hero-banner__content .button {
    margin-block-start: 8px
}

@media (max-width:991px) {
    .hero-banner {
        padding: 52px 0
    }

    .hero-banner__content {
        flex: 2
    }

    .hero-banner__img {
        flex: 1
    }
}

@media (max-width:767px) {
    .hero-banner .container {
        flex-wrap: wrap
    }

    .hero-banner__content,
    .hero-banner__img {
        flex: unset;
        width: 100%;
        max-width: unset;
        align-items: center
    }

    .hero-banner__img {
        width: 100%
    }
}

.investment {
    padding: 85px 0
}

.investment__text {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-block-start: 16px
}

.features-list {
    padding: 0;
    margin: 0;
    padding-block-start: 24px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 24px
}

.features-list__item {
    flex: 1;
    border-radius: 16px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    background: #fff;
    padding: 24px 16px;
    padding-block-end: 34px;
    text-align: center;
    transition: .35s linear
}

.features-list__circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 86px;
    height: 86px;
    border-radius: 60px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .05);
    background: #f9f9f9;
    transition: .35s linear
}

.features-list__circle img:nth-child(2) {
    display: none;
    transform: rotateY(-180deg)
}

.features-list__item-title {
    margin-block-start: 24px;
    margin-block-end: 12px
}

.features-list__item:hover .features-list__circle {
    background: #A37E2C;
    transition: .35s linear;
    transform: rotateY(180deg)
}

.features-list__item:hover .features-list__circle img:first-child {
    display: none
}

.features-list__item:hover .features-list__circle img:nth-child(2) {
    display: block
}

.features-list--investment .features-list__item {
    text-align: start
}

.features-list--investment .features-list__circle {
    background: #A37E2C
}

.features-list--investment .features-list__item:hover .features-list__circle {
    transform: none
}

.features-list--investment .features-list__item:hover .features-list__circle img:first-child,
.features-list--investment .features-list__item:hover .features-list__circle img:nth-child(2) {
    display: block
}

@media (max-width:991px) {
    .features-list {
        flex-wrap: wrap;
        justify-content: center
    }

    .features-list__item {
        flex: unset;
        width: 45%
    }

    .features-list--investment .features-list__item {
        text-align: center
    }
}

@media (max-width:575px) {
    .features-list__item {
        width: 75%
    }
}

.market {
    padding: 12px 0
}

.market--bg-filled {
    background-image: url(../../assets/img/hero-banner-bg.png);
    background-size: cover
}

.market--candle-bg {
    background-image: url(../../assets/img/hero-banner-bg-2.png)
}

.market .container {
    align-items: center;
    gap: 30px
}

.market__content,
.market__img {
    flex: 1
}

.market__list {
    margin: 0;
    padding: 0;
    padding-block-start: 28px;
    list-style: none;
    display: flex;
    -moz-column-gap: 68px;
    column-gap: 68px
}

.market__item {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
}

.market__item:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 35px;
    background-color: #383c42;
    position: absolute;
    inset-inline-end: -34.5px
}

@media (max-width:991px) {
    .market {
        padding: 44px 0
    }
}

@media (max-width:767px) {
    .market .container {
        flex-wrap: wrap
    }

    .market__content,
    .market__img {
        flex: unset
    }

    .market__img {
        width: 100%;
        order: 1
    }
}

.get-started {
    background-image: url(../../assets/img/hero-banner-bg.png);
    background-size: cover;
    padding: 24px 0;
    text-align: center
}

.get-started__button {
    margin-block-start: 24px
}

.features {
    padding-block-start: 85px;
    padding-block-end: 63px
}

.features .title-box {
    max-width: 600px;
    margin: 0 auto
}

.features__list {
    margin: 0;
    padding: 0;
    padding-block-start: 36px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    gap: 50px
}

.features__item:nth-child(2) {
    grid-row: 2
}

.features__item:nth-child(3) {
    grid-row: 3
}

.features__item--image {
    grid-column: 2/3;
    grid-row: 1/4
}

.features__item {
    display: flex;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.features__item-icon {
    display: inline-block;
    width: 68px;
    height: 68px
}

.features__item-texts {
    width: 190px
}

.features__item:nth-child(5),
.features__item:nth-child(6),
.features__item:nth-child(7) {
    text-align: right;
    justify-self: right
}

@media (max-width:991px) {
    .features__list {
        grid-template-columns: repeat(2, 1fr)
    }

    .features__item--image {
        display: none
    }
}

@media (max-width:700px) {
    .features__list {
        grid-template-columns: 1fr
    }

    .features__item:nth-child(5),
    .features__item:nth-child(6),
    .features__item:nth-child(7) {
        text-align: left;
        justify-self: left
    }

    .features__item:nth-child(5) .features__item-icon,
    .features__item:nth-child(6) .features__item-icon,
    .features__item:nth-child(7) .features__item-icon {
        order: -1
    }

    .features__item-texts {
        width: 100%
    }
}

.chart {
    padding: 85px 0
}

.chart .title-box {
    max-width: 600px;
    margin: 0 auto
}

.chart__container {
    margin-block-start: 24px;
    /* height: 70vh */
}

.pricing {
    /* padding-block-start: 45px; */
    padding-block-end: 85px
}

.pricing .title-box.title-box--center {
    max-width: 1000px
}

.pricing .title-box.title-box--center .main-text {
    max-width: 600px;
    margin: 0 auto;
    margin-block-start: 16px
}

.pricing__list {
    margin: 0;
    padding: 0;
    padding-block-start: 24px;
    list-style: none;
    display: flex;
    gap: 24px
}

.pricing__item {
    border-radius: 16px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    background: #fff;
    padding-block-start: 0;
    flex: 1;
    position: relative;
    transition: .3s linear
}

.pricing__item:hover {
    box-shadow: 0 10px 20px 0 rgba(82, 47, 235, .2);
    transform: scale(1.01);
    transition: .3s linear
}

.pricing__item-title {
    width: 100%;
    color: #fff;
    background-color: #A37E2C;
    text-align: center;
    margin: 0;
    padding: 16px 32px;
    border-radius: 16px 16px 0 0;
    transition: .3s linear
}

.pricing__item:hover .pricing__item-title {
    background-color: #a37d2cdb;
    transition: .3s linear
}

.pricing__price-list {
    margin: 0;
    list-style: none;
    padding: 40px 41px;
    padding-block-end: 28px
}

.pricing__price-item {
    display: flex;
    -moz-column-gap: 8px;
    column-gap: 8px;
    align-items: center;
    margin-block-end: 24px
}

.pricing__item:first-child .pricing__price-item:nth-last-child(-n+2),
.pricing__item:nth-child(2) .pricing__price-item:last-child {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #a5acb5;
    flex-direction: row
}

@media (max-width:991px) {
    .pricing__list {
        flex-wrap: wrap;
        justify-content: center
    }

    .pricing__item {
        width: 55%;
        flex: unset
    }
}

@media (max-width:767px) {
    .pricing__item {
        width: 80%
    }
}

.faq {
    padding-bottom: 50px
}

.faq .container {
    gap: 24px
}

.faq__content {
    flex: 1
}

.faq__container {
    flex: 2;
    position: relative
}

.faq__container:before {
    position: absolute;
    left: -450px;
    z-index: -1;
    top: -350px
}

.accordion {
    width: 100%
}

.accordion__container {
    transition: .3s linear;
    border-radius: 16px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    background: hsla(0, 0%, 100%, .05);
    margin-block-end: 12px
}

.accordion__question {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    list-style: none;
    cursor: pointer;
    padding: 24px 100px 24px 24px;
    position: relative;
    color: #383c42;
    font-size: 20px;
    font-weight: 700
}

.accordion__question:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/ic-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: .3s linear
}

.accordion__container[open] .accordion__question:after {
    transition: .3s linear;
    transform: translateY(-50%) rotate(0deg)
}

.accordion__answer {
    margin: 0;
    padding: 0 24px;
    padding-block-end: 24px
}

@media (max-width:991px) {
    .faq .container {
        flex-wrap: wrap
    }

    .faq__container,
    .faq__content {
        flex: unset;
        width: 100%
    }
}

.footer__container {
    align-items: flex-start;
    border-block-start: 1px solid #A37E2C;
    padding-block-start: 24px;
    padding-block-end: 62px
}

.contacts-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.contacts-link {
    text-decoration: none;
    color: inherit
}

.contacts-item {
    display: flex;
    align-items: center;
    gap: 12px
}

.contacts-item:not(:last-child) {
    margin-block-end: 12px
}

.contacts-icon {
    display: inline-block;
    width: 16px;
    height: 16px
}

.footer__motto {
    max-width: 384px;
    margin: 0;
    font-weight: 300;
    font-family: sans-serif
}

.footer__menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer__item:not(:last-child) {
    margin-block-end: 12px
}

.footer__link {
    color: inherit
}

.footer__copy {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    background-color: #f9f9f9
}

.footer__copy-text {
    color: #A37E2C;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    margin: 0;
    padding: 0
}

@media (max-width:991px) {
    .footer__motto {
        max-width: 250px;
        font-size: 12px
    }
}

@media (max-width:767px) {
    .footer__container {
        flex-wrap: wrap;
        gap: 44px
    }
}

@media (max-width:575px) {
    .footer__container {
        flex-direction: column;
        gap: 24px
    }
}

.about-page-mission {
    margin-block-end: 44px
}

.market--investment-page {
    margin-block-start: 30px;
    margin-block-end: 30px
}

.map {
    margin-block-end: 32px
}

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