html {
    /* overflow-x: hidden;*/
}

input {
    border-radius: 0 !important
}

:root {
    --main-color: #2E6B75;
    --dark-color: #2D2D2D;
    --light-color: #fff;
}

body {
    position: relative;
    background: #F5F5F5;
    background: #000000;
    color: #e6e5e6;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: auto;
}

html *,
html *:before,
html *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.stop,
body.stop {
    /* overflow: hidden;*/
    position: relative;
    height: 100%;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    margin: 2.27273vw;
    background: none;
    width: 0vw;
}

html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-track-piece,
body::-webkit-scrollbar-track-piece {
    background: rgba(0, 0, 0, 0.15);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    margin: 2.27273vw;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 0.68182vw;
}

.container {
    position: relative;
    width: calc(100vw - 6.81818vw);
    max-width: 93.18182vw;
    padding: 0;
    margin: auto;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-cont {
    overflow: hidden;
    position: relative;
    padding-top: 15.90909vw;
}

.block-cont:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 233.86364vw;
    height: 106.81818vw;
    background: url(../img/rays.png) center center no-repeat;
    background-size: cover;
    z-index: -1;
    transform: translate(-50%, 0)
}

.header {
    position: fixed;
    padding: 4.54545vw 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header .logo img {
    height: 4.54545vw;
}

.header .btn {
    height: 4.54545vw;
    width: 10.90909vw;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
}

.header .btn span {
    display: block;
    width: 100%;
    height: 0.45455vw;
    background: #fafafa;
    transition: 0.3s;
}

.header .btn span:last-child {
    width: 50%;
}

.header .btn:hover span:last-child {
    width: 100%;
}

.header .btn span.close {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.90909vw;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
}

.header .btn.active span.close {
    opacity: 1;
    visibility: visible;
}

.header .btn span.close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.52273vw;
    transform: translate(-50%, -50%) rotate(20deg);
    background: #fafafa;
}

.header .btn span.close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.52273vw;
    transform: translate(-50%, -50%) rotate(-20deg);
    background: #fafafa;
}

.b1 .img {
    width: 100%;
    height: 136.36364vw;
    background: #D9D9D9;
    overflow: hidden;
    border-radius: 2.27273vw;
    position: relative;
}

.b1 h1 {
    position: absolute;
    top: 6.81818vw;
    left: 0;
    width: 100%;
    font-family: "Geologica", sans-serif;
    font-weight: 500;
    font-size: 8.18182vw;
    line-height: 110%;
    text-align: center;
    color: #fafafa;
}

.b1 .img img {
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: cover;
}

.b1 .btn,
.b4 .btn,
.b0 .btn {
    border-radius: 3.40909vw;
    width: 100%;
    height: 11.59091vw;
    background: #d7ffb7;
    margin-top: 3.40909vw;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 3.40909vw;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b2,
.b3,
.b6,
.b7,
.b8 {
    margin-top: 19.09091vw;
    position: relative;
}

.b2 h2,
.b3 h2,
.b6 h2,
.b5 h2,
.b7 h2,
.b8 h2 {
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 8.18182vw;
    line-height: 110%;
    text-align: center;
    color: #fafafa;
    margin-bottom: 8.63636vw;
}

.b5 h2 {
    margin-bottom: 0;
    margin-top: 8.63636vw;
}

.b5 p strong,
.b5 p b {
    font-weight: 600;
}

.b2 .box {
    border-radius: 3.40909vw;
    width: 100%;
    background: #161616;
    padding: 3.40909vw;
    margin-bottom: 3.40909vw;
}

.b2 .box:last-child {
    margin: 0;
}

.b2 img {
    border-radius: 2.27273vw;
    width: 100%;
    height: 45.45455vw;
    object-fit: cover;
}

.b2 .l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5.45455vw;
    margin-bottom: 5.45455vw;
}

.b2 h3,
.block-4 .slides span {
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 5.45455vw;
    line-height: 110%;
    color: #fafafa;
}

.b2 .box p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #fafafa;
    white-space: nowrap;
}

.b2 .btn,
.b7 .bottom .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.b2 .btn .page,
.b7 .bottom .btn .page {
    flex-grow: 1;
    border-radius: 15.45455vw;
    background: #fafafa;
    height: 10.22727vw;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 3.40909vw;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    ;
    align-items: center;
}

.b2 .btn .btn,
.b7 .bottom .btn .btn {
    width: 10.22727vw;
    height: 10.22727vw;
    background: #d7ffb7;
    ;
    border-radius: 50%;
}

.b3 .line {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 9.09091vw;
    margin-bottom: 9.09091vw;
}

.b3:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 109.09091vw;
    height: 59.09091vw;
    border-radius: 50%;
    background: rgba(215, 255, 183, 1);
    filter: blur(22.72727vw);
    opacity: 0.3;
}

.b4 h1 {
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 8.18182vw;
    line-height: 110%;
    color: #fafafa;
}

.b4 .breadcrumbs {
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 3.18182vw;
    line-height: 110%;
    color: #9e9e9e;
    margin-top: 3.86364vw;
}

.b4 img {
    margin-top: 3.86364vw;
    width: 100%;
    height: 93.18182vw;
    border-radius: 2.27273vw;
    object-fit: cover;
}

.b4 .price {
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 8.18182vw;
    line-height: 110%;
    text-align: center;
    color: #fafafa;
    margin-top: 4.54545vw;
}

.b4 .btn {
    margin-top: 3.40909vw;
}

.b4 .btn2 {
    margin-top: 2.27273vw;
    background: #fafafa;
}

.b5 {
    margin-top: 19.09091vw;
    font-family: "Geologica", sans-serif;
    font-weight: 100;
    font-size: 3.63636vw;
    line-height: 130%;
    color: #fafafa;
}

.b5 p {
    margin-top: 3.40909vw;
}

.b5 p:first-child {
    margin: 0;
}

.b5 strong {
    font-weight: 700;
}

.b5 ul,
.b5 ol,
.b7 ul,
.b7 ol,
.b7 .p {
    display: flex;
    flex-direction: column;
    grid-gap: 1.13636vw;
    margin-top: 2.27273vw;
    list-style: auto;
    padding-left: 4.54545vw;
}

.b7 ul {
    margin-bottom: 2.27273vw;
}

.b5 ul,
.b7 ul {
    list-style: disc;
}

.b6 .box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 0.28409vw solid #4d4d4d;
    border-radius: 6.81818vw;
}

.b6 .box .b {
    height: 30.90909vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 3.40909vw;
    border-right: 0.28409vw solid #4d4d4d;
    border-top: 0.28409vw solid #4d4d4d;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 3.63636vw;
    line-height: 120%;
    text-align: center;
    color: #fafafa;
}

.b6 .box .b:nth-child(3n) {
    border-right: none;
}

.b6 .box .b:nth-child(1),
.b6 .box .b:nth-child(2),
.b6 .box .b:nth-child(3) {
    border-top: none;
}

.b7 .line {
    padding: 0.45455vw 0;
    border: 0.22727vw solid #414141;
    border-right: none;
    border-left: none;
    border-bottom: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden
}

.b7 .head {
    min-height: 7.95455vw;
    font-size: 4.09091vw;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.b7 .head h3 {
    margin-top: 4.54545vw;
    margin-bottom: 4.54545vw;
    max-width: calc(100% - 6.81818vw);
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 4.54545vw;
    line-height: 110%;
    color: #fafafa;
}

.b7 .box .line:last-child {
    border-bottom: 0.22727vw solid #414141
}

.b7 .close {
    min-width: 9.09091vw;
    min-height: 9.09091vw;
    background-color: none !important;
    background-size: 5.68182vw;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .6;
    border-radius: 4.54545vw;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.b7 .line:hover .close {
    background-color: #414141 !important;
}

.b7 .line.active .close {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.b7 .text {
    position: relative
}

.b7 .text .p {
    position: absolute;
    margin-top: 2.27273vw;
    padding-top: 2.27273vw;
    padding-bottom: 2.27273vw;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 3.86364vw;
    line-height: 130%;
    letter-spacing: -0.04em;
    color: #86868b;
    padding: 0;
    grid-gap: 2.27273vw;
}

.b7 .text .p b,
.b7 .text .p strong {
    font-weight: 600;
    color: #fafafa;
}

.b7 .text p .list {
    margin: 4.54545vw 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 2.27273vw;
}

.b7 .text p .list span {
    position: relative;
    padding-left: 3.40909vw;
}

.b7 .text p .list span:before {
    content: '';
    position: absolute;
    top: 1.13636vw;
    left: 0;
    width: 1.36364vw;
    height: 1.36364vw;
    background: #fff;
    opacity: 0.4;
    border-radius: 50%;
}

.b7 .bottom {
    margin-top: 3.40909vw;
    background: #161616;
    padding: 5.45455vw 3.40909vw;
    border-radius: 3.40909vw;
}

.b7 .bottom .main {
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 5.90909vw;
    line-height: 110%;
    text-align: center;
    color: #fafafa;
    margin-bottom: 4.54545vw;
}

.b8 .box {
    display: flex;
    flex-direction: column;
    grid-gap: 7.95455vw;
}

.b8 .box .b {
    display: flex;
    flex-direction: column;
    grid-gap: 2.27273vw;
    align-items: center;
    justify-content: center;
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 4.54545vw;
    line-height: 110%;
    text-align: center;
    color: #86868b;
}

.b8 .box .b img {
    width: 100%;
    height: 68.18182vw;
    object-fit: cover;
    border-radius: 2.27273vw;
}

.block-4 {
    overflow: hidden;
    position: relative;
    margin-top: 13.63636vw;
    z-index: 10;
}

.block-4:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68.18182vw;
    height: 68.18182vw;
    background: #d7ffb7;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(22.72727vw);
}

.block-4 .container {
    height: 136.36364vw;
    position: relative;
    align-items: center;
    justify-content: center;
}

.block-4 .circule {
    width: 93.18182vw;
    max-width: 93.18182vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 137.27273vw;
    object-fit: cover;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #D9D9D9 56.06%, rgba(217, 217, 217, 0.00) 100%);
    mask-image: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #D9D9D9 56.06%, rgba(217, 217, 217, 0.00) 100%);
}

.block-4 .circule span {
    position: absolute;
    width: 87.27273vw;
    height: 87.27273vw;
    border-radius: 50%;
    border: 0.22727vw solid #BEBEBE;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.block-4 .circule.active span {
    animation: bounceOutOne .65s linear;
}

.block-4 .circule span:nth-child(2) {
    width: 112.27273vw;
    height: 112.27273vw;
    animation-delay: 0.1s;
}

.block-4 .circule span:nth-child(3) {
    width: 137.27273vw;
    height: 137.27273vw;
    animation-delay: 0.15s;
}

.blcok-4 .slides {
    position: relative;
}

.block-4 .slides span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 85%;
    color: #d7ffb7;
    text-align: center;
    /* text-transform: uppercase; */
    transform: translate(-50%, -50%);
    transition: 1s;
    opacity: 0;
}

.block-4 .slides span:first-child {
    color: #fff;
}

.block-4 .slides span.active {
    opacity: 1;
    transition-delay: 0.5s;
}

.block-4 .click {
    position: absolute;
    bottom: 4.54545vw;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-animation: bounceTwo 1.5s linear infinite;
    animation: bounceTwo 1.5s linear infinite;
}

.block-4 .click img {
    width: 9.09091vw;
    margin-bottom: 1.36364vw;
    opacity: 0.7;
}

.block-4 p {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: Gilroy;
    font-size: 3.18182vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

@keyframes bounceOutOne {
    0% {
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1)
    }

    100% {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes bounceTwo {
    0% {
        -webkit-transform: translate(-50%, 0) scale(1);
        transform: translate(-50%, 0) scale(1);
    }

    30% {
        -webkit-transform: translate(-50%, 0) scale(0.9);
        transform: translate(-50%, 0) scale(0.9);
    }

    66% {
        -webkit-transform: translate(-50%, 0) scale(1.075);
        transform: translate(-50%, 0) scale(1.1);
    }

    100% {
        -webkit-transform: translate(-50%, 0) scale(1);
        transform: translate(-50%, 0) scale(1);
    }
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: 0.6s;
    /* transform: translate(0, -100%); */
    overflow: hidden;
    height: 0;
}

.menu.active {
    /* transform: none; */
    overflow: hidden;
    padding-bottom: 100vh;
}

.menu .col {
    display: flex;
    flex-direction: column;
    grid-gap: 2.27273vw;
    padding-top: 4.54545vw;
    border-top: 0.22727vw solid rgba(255, 255, 255, 0.5);
}

.menu .col a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 3.40909vw;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 3.86364vw;
    line-height: 130%;
    letter-spacing: -0.04em;
    color: #86868b;
}

.menu .col a svg {
    width: 6.81818vw;
    height: auto;
}

.menu .langs {
    display: flex;
    grid-gap: 2.27273vw;
    padding: 4.54545vw 0;
    border-top: 0.22727vw solid rgba(255, 255, 255, 0.5);
    justify-content: space-around;
}

.menu .langs a {
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 4.54545vw;
    line-height: 110%;
    color: #fafafa;
    text-transform: uppercase;
}

.menu .langs a.active {
    color: #d7ffb7;
}

.menu .cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 5.68182vw
}

.menu .main-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    align-items: center;
    grid-gap: 4.54545vw;
}

.menu .main-list a {
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 5.45455vw;
    line-height: 120%;
    text-align: center;
    color: #fafafa;
}
