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: 10px;
    background: none;
    width: 0px;
}

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: 10px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
}

.container {
    position: relative;
    width: calc(100vw - 30px);
    max-width: 410px;
    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;
}
.block-cont:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1029px;
    height: 470px;
    background: url(../img/rays.png) center center no-repeat;
    background-size: cover;
    z-index: -1;
    transform: translate(-50%, 0)
}
.header{
    padding: 20px 0;
}
.header .container{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header .logo img{
    height: 20px;
}
.header .btn{
    height: 20px;
    width: 48px;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;;
    flex-direction: column;
}
.header .btn span{
    display: block;
    width: 100%;
    height: 2px;
    background: #fafafa;
    transition: 0.3s;
}
.header .btn span:last-child{
    width: 50%;
}
.header .btn:hover span:last-child{
    width: 100%;
}

.b1 .img{
    width: 100%;
    height: 600px;
    background: #D9D9D9;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.b1 h1{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    font-family: "Geologica", sans-serif;
    font-weight: 500;
    font-size: 36px;
    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: 15px;
    width: 100%;
    height: 51px;
    background: #d7ffb7;
    margin-top: 15px;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 15px;
    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: 84px;
    position: relative;
}
.b2 h2,
.b3 h2,
.b6 h2,
.b5 h2,
.b7 h2,
.b8 h2{
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #fafafa;
    margin-bottom: 38px;
}
.b5 h2{
    margin-bottom: 0;
    margin-top: 38px;
}
.b5 p strong,
.b5 p b{
    font-weight: 600;
}
.b2 .box{
    border-radius: 15px;
    width: 100%;
    background: #161616;
    padding: 15px;
    margin-bottom: 15px;
}
.b2 .box:last-child{
    margin: 0;
}
.b2 img{
    border-radius: 10px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.b2 .l{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 24px;
}
.b2 h3{
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 110%;
    color: #fafafa;
}
.b2 .box p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #fafafa;
}
.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: 68px;
    background: #fafafa;
    height: 45px;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 15px;
    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: 45px;
    height: 45px;
    background: #d7ffb7;;
    border-radius: 50%;
}

.b3 .line{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 40px;
    margin-bottom: 40px;
}
.b3:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    height: 260px;
    border-radius: 50%;
    background: rgba(215, 255, 183, 1);
    filter: blur(100px);
    opacity: 0.3;
}

.b4 h1{
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 110%;
    color: #fafafa;
}
.b4 .breadcrumbs{
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 110%;
    color: #9e9e9e;
    margin-top: 17px;
}
.b4 img{
    margin-top: 17px;
    width: 100%;
    height: 410px;
    border-radius: 10px;
}
.b4 .price{
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #fafafa;
    margin-top: 20px;
}
.b4 .btn{
    margin-top: 15px;
}
.b4 .btn2{
    margin-top: 10px;
    background: #fafafa;
}

.b5{
    margin-top: 84px;
    font-family: "Geologica", sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 130%;
    color: #fafafa;
}
.b5 p{
    margin-top: 15px;
}
.b5 p:first-child{
    margin: 0;
}
.b5 strong{
    font-weight: 700;
}
.b5 ul,
.b5 ol{
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    margin-top: 10px;
    list-style: auto;
    padding-left: 20px;
}
.b5 ul{
    list-style: disc;
}

.b6 .box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 1.25px solid #4d4d4d;
    border-radius: 30px;

}
.b6 .box .b{
    height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
    border-right: 1.25px solid #4d4d4d;
    border-top: 1.25px solid #4d4d4d;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    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: 2px 0;
    border: 1px 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: 35px;
    font-size: 18px;
    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: 20px;
    margin-bottom: 20px;
    max-width: calc(100% - 30px);
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #fafafa;
}

.b7 .box .line:last-child {
    border-bottom: 1px solid #414141
}

.b7 .close {
    min-width: 40px;
    min-height: 40px;
    background-color: none!important;
    background-size: 25px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .6;
    border-radius: 20px;
    -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: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: -0.04em;
    color: #86868b;
}
.b7 .text p .list{
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 10px;
}
.b7 .text p .list span{
    position: relative;
    padding-left: 15px;
}
.b7 .text p .list span:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 0.4;
    border-radius: 50%;
}
.b7 .bottom{
    margin-top: 15px;
    background: #161616;
    padding: 24px 15px;
    border-radius: 15px;
}
.b7 .bottom .main{
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 110%;
    text-align: center;
    color: #fafafa;
    margin-bottom: 20px;
}

.b8 .box{
    display: flex;
    flex-direction: column;
    grid-gap: 35px;
}
.b8 .box .b{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    color: #86868b;
}
.b8 .box .b img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}