@font-face {
    font-family: 'Montserrat Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype'),
    url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-bg: #151626;
    --font-color-white: #fff;
    --link-hover-color: #8F00FF;
    --has-acc-link-color: #B100FF;
    --dropdown-border-color: #4A4A4A;
    --why-us-card__desc-text-color: #6E7CAD;
    --сalculator-result-item-val-color: #3ABF3F;
    --min-val-color: #BF3A42;
    --modal-form-subtitle-color: rgb(135, 138, 152);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Montserrat Medium', sans-serif;
    color: var(--font-color-white);
    font-size: 1.48vh;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*width: 200vw;*/
    /*width: auto;*/
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: url("/images/bg2.png");
    background-image: image-set(url("/images/bg2.webp") type("image/webp"), url("/images/bg2.png") type("image/png"));
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    background-color: var(--main-bg)
}

@media screen and (orientation: portrait) {
    body {
        background-size: 100% 100vh;
    }
}

@media screen and (max-width: 768px) {
	body {
		background-image: url("/images/bg2_mobile.png");
		background-image: image-set(url("/images/bg2_mobile.webp") type("image/webp"), url("/images/bg2_mobile.png") type("image/png"));
		background-size: 300%;
        background-position: top;
	}
	.modal-open {
		overflow: hidden;
	}
}

a {
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    cursor: pointer;
}

a, a:hover {
    text-decoration: none;
}

select, input, textarea {
    vertical-align: middle;
}

textarea {
    vertical-align: top;
}

:focus {
    outline: none;
}

input[type=submit] {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div, p, a, span, em, strong, img, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, form, fieldset, label, select, input, textarea {
    padding: 0;
    margin: 0;
    line-height: 1em;
    outline: none;
    list-style: none;
}

section {
    text-align: center;
    min-height: 100vh;
    min-width: 100vw;
    position: relative;
    padding-top: 14.07vh;
}

button,
button:active,
button:focus {
    outline: none;
    border: none;
    cursor: pointer;
}

.container {
    position: relative;
    padding: 0 7.5vh;
}

a:hover {
    color: var(--link-hover-color);
}

.d-none {
    display: none !important;
}

/*footer*/
.footer {
    position: fixed;
    left: 0;
    bottom: 5.3vh;
    width: 100%;
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.telegram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.25vh;
    font-size: 1.66vh;
}

.telegram img {
    height: 5vh;
    margin-right: 1.38vh;
}

.terms-n-privacy-policy {
    padding-top: 3.7vh;
    position: relative;
}

.terms {
    margin-right: 4vh;
}

#more p {
    font-size: 1.25rem;
	line-height: 1.5;
}

#more h2 {
	font-size: 2rem;
	margin-bottom: 0;
	line-height: 1.5;
    font-weight: bold;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100vw;
    min-height: 100%;
}

@media screen and (orientation: portrait) {
    #myVideo {
       width: 100vw;
    }
}

.top-up-balance {
    position: absolute;
    left: 0;
    top: -100%;
    font-size: 2.1vh;
    font-family: 'Montserrat Bold', sans-serif;
    line-height: 6.75vh;
    border-radius: 7vh;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.08%, #01FBEE), color-stop(86.56%, #5306D5));
    background: -o-linear-gradient(left, #01FBEE 0.08%, #5306D5 86.56%);
    background: linear-gradient(90deg, #01FBEE 0.08%, #5306D5 86.56%);
    padding: 0 4.8vh;
}

.top-up-balance:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.08%, #5306D5), color-stop(86.56%, #01FBEE));
    background: -o-linear-gradient(left, #5306D5 0.08%, #01FBEE 86.56%);
    background: linear-gradient(90deg, #5306D5 0.08%, #01FBEE 86.56%);
    color: var(--font-color-white);
}

.section-faq .top-up-balance {
    display: none;
}

/*header*/
header {
    padding-top: 2.7vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 1;
}

header .container {
    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;
}

.logo__img {
    height: 4.4vh;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__item {
    margin-right: 6.3vh;
}

.menu__item:nth-last-child(1) {
    margin-right: 0;
}

.menu__item__active a {
    color: var(--link-hover-color);
}

.lang-reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.btn-reg {
    background: none;
    color: var(--font-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.48vh;
}

.btn-reg:hover {
    color: var(--link-hover-color);
}

.btn-reg__img {
    height: 4.1vh;
    margin-left: 1.57vh;
}

.lang-dropdown {
    position: relative;
    border: 1px solid var(--dropdown-border-color);
    border-radius: 1.6vh;
    padding: .9vh 1vh;
    margin-right: 7.6vh;
    cursor: pointer;
    width: 6.9vh;
}

.lang-dropdown__open {
    border-radius: 1.6vh 1.6vh 0 0;
    border-bottom: none;
}

.lang-dropdown__open .lang-dropdown__list {
    display: inline-block;
}

.lang-dropdown__value span {
    margin-right: .74vh;
}

.lang-dropdown__value img {
    height: .56vh;
}

.lang-dropdown__list {
    text-align: left;
    display: none;
    position: absolute;
    left: -1px;
    top: 100%;
    width: 6.9vh;
    padding: 0 1vh .5vh;
    border: 1px solid var(--dropdown-border-color);
    border-top: none;
    border-radius: 0 0 1.6vh 1.6vh;
}

.lang-dropdown__list div {
    margin: 1vh 0;
}

/*section-title*/
.section-title {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.section-title__big {
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 5.18vh;
    margin-bottom: 3.5vh;
}

.section-title__little {
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 2.18vh;
    margin-bottom: 0.5vh;
}

.section-title__small {
    margin: auto;
}

/*about-us*/
.section-about-us {
    padding-top: 12.3vh;
}

.info_body {
    overflow-x: hidden;
}
.info_modal_body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
    background: rgba(35, 35, 35, 0.35);
    backdrop-filter: blur(25px);
    border-radius: 1rem;
    padding: 1rem;
}

.blur-block, .info_modal-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.6);
}
.info_modal-overlay {
    position: absolute;
    background: rgba(35, 35, 35, 0.25);
    z-index: -1;
}

.about-us-bg-img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    mix-blend-mode: color-dodge;
}

.about-us-bg-img2 {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.section-about-us > .container {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-about-us .section-title {
    margin-top: 5vh;
}
.section-about-us .section-title__big {
    width: 75vh;
}

.section-about-us .section-title__small {
    width: 53vh;
    line-height: 1.2em;
    font-size: 14px;
}

.section-about-us .section-title__small.underbutton {
    width: 80%;
    margin-top: 8vh;
}

.btn-main {
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 1.76vh;
    line-height: 6.3vh;
    border-radius: 5.6vh;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.67%, #B100FF), color-stop(86.56%, #4200FF));
    background: -o-linear-gradient(left, #B100FF 1.67%, #4200FF 86.56%);
    background: linear-gradient(90deg, #B100FF 1.67%, #4200FF 86.56%);
    position: relative;
    display: inline-block;
    margin-top: 12vh;
    width: 25vh;
}

.btn-main:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6.3vh;
    padding: 2px;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.67%, #B100FF), color-stop(86.56%, #4200FF));
    background: -o-linear-gradient(left, #B100FF 1.67%, #4200FF 86.56%);
    background: linear-gradient(90deg, #B100FF 1.67%, #4200FF 86.56%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.btn-main:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.67%, #4200FF), color-stop(86.56%, #B100FF));
    background: -o-linear-gradient(left, #4200FF 1.67%, #B100FF 86.56%);
    background: linear-gradient(90deg, #4200FF 1.67%, #B100FF 86.56%);
    color: var(--font-color-white);
}

.about-us .btn-block {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .hero-screen .btn-block {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
    }
}

.btn-more {
    margin-left: 50px;
}

.about-us-card__icon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(6px);
	box-shadow: 0 1px 3px rgba(44,5,64,.72), 0 1px 2px rgba(92,43,90,.94);
    border-radius: 1rem;
	z-index: 0;
	background: linear-gradient(-45deg, rgb(132 71 188 / 75%), rgb(236 64 223 / 75%), rgb(103 58 183 / 75%));
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.about-us-card__icon img {
    width: 6rem;
    z-index: 2;
}

.about-us-card__text {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.about-us-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 30px;
    width: 100%;
    max-width: 1000px;
}

.about-us-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	gap: 1rem;
	justify-self: center;
	width: 30rem;
    border: 1px solid rgb(255 255 255 / 10%);
    background: linear-gradient(0deg, rgb(133 72 130 / 50%) 0%, rgb(234 217 247 / 10%) 100%);
    box-shadow: 0 3px 10px 1px rgb(36 4 56 / 50%);
    border-radius: 0.7rem;
    backdrop-filter: blur(7px);
    border-radius: 1rem;
    padding: 1rem;
}

.about-us-card__name {
    font-size: 1.75vh;
    margin-bottom: .25rem;
	color: #d2b9e1;
}

.about-us-card__val {
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 5vh;
    color: #fff;
	line-height: 1
}

/*why-us*/
.section-why-us {
    background: url("../images/bg-why-us.jpg") no-repeat;
    background-size: cover;
    padding-top: 13.6vh;
}

.section-why-us .section-title {
    margin-bottom: 4.4vh;
}

.section-why-us .section-title__big {
    width: 36.57vh;
}

.section-why-us .section-title__small {
    width: 81.76vh;
}

.why-us-slider {
    width: 93.4vh;
    margin: auto;
}

.why-us-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.why-us-slider .slick-slide {
    padding: 3.9vh 1.85vh 0;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.why-us-card {
    background: url("../images/why-us-slide-bg.png") no-repeat;
    background-size: cover;
    padding: 6.6vh 2.3vh;
    border-radius: 2.2vh;
    position: relative;
}

.why-us-card__img {
    height: 8.3vh;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -3.8vh;
}

.why-us-card__title {
    font-size: 1.66vh;
    font-family: "Montserrat Bold", sans-serif;
    margin-bottom: 4.9vh;
}

.why-us-card__desc {
    color: var(--why-us-card__desc-text-color);
}

.slick-dots {
    bottom: -6.4vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.slick-dots li.slick-active button {
    position: relative;
}

.slick-dots li button::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#4A00FF), to(#A200FF));
    background: -o-linear-gradient(top, #4A00FF 0%, #A200FF 100%);
    background: linear-gradient(180deg, #4A00FF 0%, #A200FF 100%);
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    background: var(--why-us-card__desc-text-color);
}

.slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
}

.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 7px;
}

.slick-arrow {
    width: 4.2vh;
    height: 4.2vh;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick-prev {
    left: -5.9vh;
}

.slick-next {
    right: -5.9vh;
}

/*section-how-it-works*/
.section-how-it-works {
    background: url("../images/bg-how-it-works.jpg") no-repeat;
    background-size: cover;
    padding-top: 13.6vh;
}

.section-how-it-works .section-title__small {
    width: 96vh;
}

.section-how-it-works .section-title {
    width: 96vh;
    margin-bottom: 9vh;
}

.section-how-it-works .btn-quick-investments {
    margin-bottom: 7.6vh;
}

.partners {
    margin-bottom: 2.2vh;
}

.partners-list {
    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;
    width: 87.4vh;
    margin: auto;
}

.partners-list__item__1 {
    height: 3.5vh;
}

.partners-list__item__2 {
    height: 4.95vh;
}

.partners-list__item__3 {
    height: 5.6vh;
}

.partners-list__item__4 {
    height: 4.7vh;
}

.partners-list__item__5 {
    height: 3.14vh;
}

.how-it-works-cards-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4.4vh;
}

.how-it-works-card {
    padding: 6.3vh 5.3vh 2.7vh;
    width: 31.48vh;
    margin: 0 1.48vh;
}

.how-it-works-card .why-us-card__title {
    margin-bottom: 0;
}

/*section-how-start-investing*/
.section-how-start-investing {
    background: url("../images/bg-how-start-investing.jpg") no-repeat;
    background-size: cover;
}

.section-how-start-investing .section-title {
    margin-bottom: 7.87vh;
}

.section-how-start-investing .section-title__small {
    width: 96vh;
}

.steps {
    width: 104.3vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.step {
    background: url("../images/step-bg.png") no-repeat;
    background-size: cover;
    margin: 0 1.3vh 2.96vh;
    padding: 2.87vh 2.6vh 2.3vh 1.94vh;
    width: 31.94vh;
    border-radius: 2vh;
}

.number-title {
    margin-bottom: 1.94vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.step-number {
    border-radius: 1.1vh;
    background: -o-linear-gradient(128deg, #B300FF -51.2%, #B300FF 14.89%, #4C00FF 93.14%);
    background: linear-gradient(322deg, #B300FF -51.2%, #B300FF 14.89%, #4C00FF 93.14%);
    margin-right: 1.7vh;
    width: 3.5vh;
    height: 3.5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.step-number span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-family: "Montserrat Bold", sans-serif;
    font-size: 2vh;
}

.step-title {
    font-family: "Montserrat Bold", sans-serif;
    font-size: 1.67vh;
    text-align: left;
}

.step__desc {
    text-align: left;
    color: var(--why-us-card__desc-text-color);
    width: 91%;
}

/*section-reviews*/
.section-reviews {
    background: url("../images/bg-reviews.jpg") no-repeat;
    background-size: cover;
}

.section-reviews .section-title {
    margin-bottom: 8.7vh;
}

.reviews-slider {
    width: 77.5vh;
    margin: auto;
}

.reviews-slider .slick-slide {
    padding-top: 5.5vh;
}

.review-card {
    position: relative;
    background: url("../images/review-card-bg.png") no-repeat;
    background-size: cover;
    padding: 8.24vh 7.03vh 3.1vh;
}

.review-card__img {
    height: 11vh;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -5.5vh;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.review-card__name {
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 2.4vh;
    margin-bottom: 1.67vh;
}

.review-card__text {
    font-size: 1.29vh;
    color: var(--why-us-card__desc-text-color);
    margin-bottom: 1.2vh;
}

.review-card__city {
    font-size: 1.2vh;
    color: #384368;
}

/*faq*/
.section-faq {
    background: url("../images/bg-faq.jpg") no-repeat;
    background-size: cover;
}

.section-faq .section-title {
    margin-bottom: 3.9vh;
}

.faq-slider {
    width: 61.57vh;
    margin: auto;
}

.question-answer-block {
    margin-bottom: 1.6vh;
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 21px;
}

.question-block {
    padding: 3.5vh 4.35vh 2.96vh 4.16vh;
    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;
    border-radius: 2vh;
    cursor: pointer;
}

.question-block__arrow {
    height: 7px;
}

.question-block__text {
    color: #D2D9F4;
    width: calc(100% - 16px);
    font-family: "Montserrat Bold",sans-serif;
    text-align: left;
}

.answer-block {
    top: 100%;
    width: 100%;
    color: #CDD8FF;
    padding: 0 2.87vh 2.5vh 4.16vh;
    text-align: left;
    border: 1px solid rgba(25, 27, 48, 0.05);
    border-radius: 2vh;
    z-index: 1;
    margin: 0;
    fill: rgba(25, 27, 48, 0.05);
    stroke-width: 1px;
    stroke: #402668;
    -webkit-backdrop-filter: blur(17.5px);
    backdrop-filter: blur(17.5px);
    line-height: 135.5%;
    letter-spacing: 0.48px;
    display: none;
}

.question-answer-block__active .answer-block {
    display: inline-block;
}

.question-answer-block__active .question-block__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*section-сalculator*/
.section-сalculator {
    background: url("../images/bg-сalculator.jpg") no-repeat;
    background-size: cover;
}

.section-сalculator .section-title {
    margin-bottom: 3.9vh;
}

.section-сalculator .section-title__small {
    width: 65.55vh;
}

.сalculator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.сalculator-calculate,
.сalculator-result {
    width: 59.4vh;
    margin: 0 1.85vh;
    padding: 4.16vh 4.9vh 4.9vh;
    border-radius: 15px;
}

.сalculator-calculate {
    background: url("../images/bg-сalculator-calculate.png") no-repeat;
    background-size: cover;
}

.сalculator-result {
    background: url("../images/bg-сalculator-result.png") no-repeat;
    background-size: cover;
}

.сalculator-title {
    font-size: 2.4vh;
    font-family: 'Montserrat Bold', sans-serif;
    text-align: left;
}

.сalculator-calculate__title {
    margin-bottom: 3.6vh;
}

.сalculator-result__title {
    margin-bottom: 4.25vh;
}

.сalculator-result-list {
    width: 100%;
}

.сalculator-result-item {
    border-radius: 1.3vh;
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 0.56vh 3.3vh;
    margin-bottom: 1.2vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.сalculator-result-item:nth-last-child(1) {
    margin-bottom: 0;
}

.сalculator-result-item__img {
    height: 3.24vh;
    margin-right: 2.77vh;
}

.сalculator-result-item__name {
    font-size: 1.38vh;
    color: var(--why-us-card__desc-text-color);
    margin-right: 6px;
}

.сalculator-result-item__val {
    font-size: 1.38vh;
    color: var(--сalculator-result-item-val-color);
    font-family: 'Montserrat Bold', sans-serif;
}

.сalculator-calculate__btn {
    font-size: 1.57vh;
    background: -webkit-gradient(linear, left top, left bottom, from(#B300FF), to(#5900FF));
    background: -o-linear-gradient(top, #B300FF 0%, #5900FF 100%);
    background: linear-gradient(180deg, #B300FF 0%, #5900FF 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 2vh;
    line-height: 6.66vh;
    width: 100%;
    color: var(--font-color-white);
}

.сalculator-calculate__btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#5900FF), to(#B300FF));
    background: -o-linear-gradient(top, #5900FF 0%, #B300FF 100%);
    background: linear-gradient(180deg, #5900FF 0%, #B300FF 100%);
}

.сalculator-calculate__btn:disabled {
    background: #808080;
}

.сalculator-calculate__label {
    color: var(--why-us-card__desc-text-color);
    margin-bottom: 1.29vh;
    text-align: left;
}

.сalculator-calculate__field {
    border-radius: 1.3vh;
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 0.83vh 3.3vh;
    margin-bottom: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.сalculator-calculate__field__img {
    height: 4.9vh;
    margin-right: 2.96vh;
}

.сalculator-calculate__input {
    font-size: 2.3vh;
    width: calc(100% - 90px);
    color: var(--why-us-card__desc-text-color);
    background: none;
    font-family: 'Montserrat Bold', sans-serif;
    border: none;
}

.min-max-val {
    font-size: 1.2vh;
    color: var(--why-us-card__desc-text-color);
    text-align: left;
    margin-bottom: 2.4vh;
}

.min-val {
    color: var(--min-val-color);
}

.max-val {
    color: var(--сalculator-result-item-val-color);
}

.сalculator-dropdown {
    margin-bottom: 2vh;
}

.сalculator-dropdown__item__selected {
    border-radius: 2vh;
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 1.75vh 3.2vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
}

.сalculator-dropdown__arrow {
    height: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3vh;
    cursor: pointer;
    z-index: 1;
}

.сalculator-dropdown__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.rate {
    font-size: 1.85vh;
    font-family: 'Montserrat Bold', sans-serif;
    color: var(--why-us-card__desc-text-color);
    margin-right: 2.4vh;
    max-width: 26%;
    text-align: left;
    display: inline-block;
    width: 9vh;
}

.time {
    color: var(--why-us-card__desc-text-color);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 0.74vh 1.29vh;
    text-align: center;
}

.сalculator-dropdown__list {
    background: rgba(35, 35, 54, 1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    padding: 1.38vh 0;
    border-radius: 2vh;
}

.сalculator-dropdown__list .сalculator-dropdown__item {
    width: 100%;
    padding: .37vh 3.2vh;
}

.сalculator-dropdown__list .time {
    width: 44%;
}

.dropdown__switch:checked + .dropdown__options-filter .сalculator-dropdown__arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.сalculator-dropdown-wrap__open .сalculator-dropdown__list {
    display: inline-block;
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.dropdown__options-filter {
    width: 100%;
    cursor: pointer;
}

.dropdown__filter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 1;
}

.dropdown__select-option {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*modal*/
.modal-wrap {
    fill: rgba(255, 255, 255, 0.02);
    background-color: #151626;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    overflow: scroll;
}

.modal-wrap__show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal__logo {
    height: 79px;
    margin-bottom: 50px;
}

.has-acc {
    font-size: 14px;
    text-align: center;
}

.has-acc__link {
    font-size: 14px;
    color: var(--has-acc-link-color);
    text-decoration: underline;

}

.has-acc__link:hover {
    text-decoration: none;
}

.modal-form {
    border: 1px solid #242541; background: #191A30;
    background-image: url('/images/modal-cap.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    backdrop-filter: blur(84px);
    border-radius: 20px;
    position: relative;
    padding: 34px 30px 24px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
}

.modal-form:before {
    top: -3px;
    right: -3px;
    border-left: none;
    border-bottom: none;
}

.modal-form:after {
    bottom: -3px;
    left: -3px;
    border-right: none;
    border-top: none;
}

.modal-form__title {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 0.54px;
}

.modal-form__subtitle {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.modal-form__subtitle span {
    font-size: 18px;
    color: #B200FF;
    font-weight: 500;
    font-family: "Montserrat Bold", sans-serif;
}

.modal-form__label {
    font-size: 14px;
    color: rgb(207, 212, 218);
    text-align: left;
    margin-bottom: 13px;
    width: 100%;
}

.modal-form__label span {
    color: #9E03E5;
}

.modal-form__field {
    font-size: 14px;
    color: var(--modal-form-subtitle-color);
    margin-bottom: 18px;
    background: rgba(63, 63, 144, 0.10);
    width: 100%;
    border: none;
    backdrop-filter: blur(84px);
    line-height: 36px;
    padding: 0 15px;
    border-radius: 15px;
}

.modal-form__btn {
    font-size: 14px;
    background: linear-gradient(91deg, #B300FF 0.14%, #5900FF 99.77%);
    color: #fff;
    width: 100%;
    line-height: 38px;
    border-radius: 19px;
    margin-bottom: 18px;
}

.modal-form__btn:hover {
    background: linear-gradient(91deg, #B300FF 0.14%, #B300FF 99.77%);
}

.burger-menu {
    cursor: pointer;
    height: 8vw;
    width: 8vw;
    overflow: visible;
    position: relative;
    z-index: 2;
    display: none;
}

.burger-menu span,
.burger-menu span:before,
.burger-menu span:after {
    background: #fff;
    display: block;
    height: .6vw;
    opacity: 1;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.burger-menu span:before,
.burger-menu span:after {
    content: "";
}

.burger-menu span {
    right: 0;
    top: 4vw;
    width: 8vw;
}

.burger-menu span:before {
    left: 0;
    top: -3vw;
    width: 4vw;
}

.burger-menu span:after {
    left: 0;
    top: 3vw;
    width: 7vw;
}

.burger-menu.close span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4vw;
    width: 8vw;
}

.burger-menu.close span:before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 8vw;
}

.burger-menu.close span:after {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
    width: 0;
}

.menu-mob-wrap {
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.menu-mob-wrap.overlay {
    visibility: visible;
    opacity: 1;
    padding-top: 15vw;
    background-color: var(--main-bg);
}

.menu-mob-wrap li {
    list-style: none;
}

.menu-mob__item {
    font-family: 'Montserrat', sans-serif;
    font-size: 7vw;
    margin-bottom: 8vw;
    text-transform: uppercase;
}

.menu-mob__item__active {
    color: var(--link-hover-color);
}

.lang-mob {
    margin: 3vw auto;
}

.lang-mob__link {
    font-size: 4vw;
    text-transform: uppercase;
    margin: 0 2vw;
}

.hidden {
    overflow: hidden !important;
}

@media screen and (orientation: landscape) and (max-width: 135vh) {
    .container {
        padding: 0 5vh;
    }

    .lang-dropdown {
        margin-right: 2.6vh;
    }

    .menu__item {
        margin-right: 3.3vh;
    }

    .hand {
        height: 31.9vh;
    }

    .сalculator-dropdown__list .time {
        width: 47%;
    }
}

@media screen and (orientation: landscape) and (max-width: 135vh) {
    .сalculator-dropdown__list .time {
        width: 52%;
    }
}

@media screen and (orientation: landscape) and (max-height: 768px) {
    .modal-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .modal-wrap {
        padding: 10px 0;
    }

    .modal__logo {
        height: 50px;
        margin-bottom: 25px;
    }
}

@media screen and (orientation: landscape) and (max-height: 359px) {
    .lang-dropdown {
        margin-right: 2vh;
        width: 7vh;
    }

    .menu__item {
        margin-right: 4vh;
    }
}

@media screen and (orientation: portrait) {
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        font-size: 3vw;
    }

    body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
    }

    .menu-mob {
        text-align: left;
        margin-left: 35px;
    }

    .section-why-us,
    section {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
        padding-bottom: 7vw;
        padding-top: 10vw;
    }

    .container {
        padding: 0 3vw;
    }

    .on-mob-hide {
        display: none;
    }

    header {
        position: absolute;
    }

    .logo__img {
        height: 8vw;
    }

    .burger-menu {
        display: inline-block;
    }

    .btn-reg {
        font-size: 6vw;
        margin: 25vw auto 4vw;
    }

    .btn-reg__img {
        height: 7vw;
        margin-left: 3vw;
    }

    .section-about-us {
        padding-top: 22vw;
    }

    .section-title__big {
        font-size: 5vw;
        margin-bottom: 3vw;
    }

    .section-about-us .section-title__big {
		font-size: 6.5vw;
        width: 100%;
    }
	.section-title__little {
		font-size: 2.5vh;
		margin-bottom: .5rem;
	}

    .section-about-us .section-title__small {
        width: 75%;
		line-height: 1.25;
		font-size: 1.25rem;
		margin-top: 1rem;
    }

    .footer {
        position: relative;
        margin-top: 20px;
        padding-top: 32px;
    }

    .section-faq .footer {
        display: inline-block;
        position: relative;
        bottom: 0;
    }

    .footer .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer .container > div {
        width: 100%;
    }

    .terms-n-privacy-policy {
        padding-top: 0;
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .terms-n-privacy-policy a {
        font-size: 4vw;
    }

    .terms {
        margin: 4vw 0;
    }

    .telegram {
        margin: 5vw 0;
        font-size: 4vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hand {
        height: 36vw;
        margin: 8vw auto 14vw;
    }

    .about-us-card__name {
        font-size: 2vw;
        margin-bottom: 1vw;
    }

    .about-us-card__val {
        font-size: 3vw;
    }

    .about-us-card__funds-paid {
        top: 32vw;
        left: 6vw;
    }

    .about-us-card__satisfied-clients {
        top: 32vw;
        right: 6vw;
    }

    .about-us-card__completed-deposits {
        top: 56vw;
        right: 3vw;
    }

    .about-us-card__total-investors {
        top: 56vw;
        left: 6vw;
    }

    .btn-main {
        font-size: 3vw;
        line-height: 11vw;
        border-radius: 6vw;
        padding: 0 6vw;
    }

    .btn-main:before {
        border-radius: 6vw;
    }

    .section-why-us .section-title__small {
        width: 80%;
    }

    .section-why-us .section-title {
        margin-bottom: 7vw;
    }

    .why-us-slider {
        width: 90vw;
    }

    .why-us-card {
        padding: 9vw 2vw 5vw;
        border-radius: 11vw;
    }

    .why-us-card__title {
        font-size: 3vw;
        margin-bottom: 5vw;
    }

    .why-us-card__img {
        height: 15vw;
        top: -7.5vw;
    }

    .why-us-slider .slick-slide {
        padding: 7.5vw 1vw 0;
    }

    .slick-dots {
        bottom: -6vw;
        left: 50%;
    }

    .section-reviews .section-title,
    .section-сalculator .section-title,
    .section-how-start-investing .section-title,
    .section-how-it-works .section-title {
        width: 100%;
        margin-bottom: 15vw;
    }

    .section-сalculator .section-title__small,
    .section-how-start-investing .section-title__small,
    .section-how-it-works .section-title__small {
        width: 100%;
    }

    .section-how-it-works {
        padding-top: 10vw;
    }

    .how-it-works-cards-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .how-it-works-card {
        padding: 9vw 5vw 9vw;
        width: 80vw;
        margin: 0 0 15vw;
        border-radius: 5vw;
    }

    .section-how-it-works .btn-quick-investments {
        margin-bottom: 9vw;
    }

    .partners {
        margin-bottom: 5vw;
        font-size: 5vw;
    }

    .partners-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .partners-list img {
        margin: 0 1vw 2vw;
    }

    .partners-list__item__1,
    .partners-list__item__2,
    .partners-list__item__3,
    .partners-list__item__4,
    .partners-list__item__5 {
        height: 7vw;
    }

    .steps {
        width: 100%;
    }

    .step-title {
        font-size: 4vw;
        width: 66%;
    }

    .step-title br {
        display: none;
    }

    .step-number {
        border-radius: 3vw;
        margin-right: 5vw;
        width: 14vw;
        height: 14vw;
    }

    .step-number span {
        font-size: 5vw;
    }

    .number-title {
        margin-bottom: 4vw;
    }

    .step {
        margin: 0 0 5vw;
        padding: 6vw 4vw;
        width: 90%;
        border-radius: 6vw;
    }

    .step__desc {
        width: 100%;
        font-size: 4vw;
    }

    .сalculator {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .сalculator-calculate, .сalculator-result {
        width: 100%;
        margin: 0 0 3vw;
        padding: 8vw 4vw;
        border-radius: 10vw;
    }

    .сalculator-title {
        font-size: 5vw;
        margin-bottom: 5vw;
        text-align: center;
    }

    .сalculator-result-item__img {
        height: 9vw;
        margin-right: 4vw;
    }

    .сalculator-result-item__val,
    .сalculator-result-item__name {
        font-size: 3vw;
    }

    .сalculator-result-item {
        border-radius: 3vw;
        padding: 2vw 4vw;
        margin-bottom: 3vw;
    }

    .сalculator-calculate__label {
        margin-bottom: 4vw;
        font-size: 4vw;
    }

    .min-max-val {
        font-size: 3vw;
        margin-bottom: 5vw;
    }

    .сalculator-calculate__input {
        font-size: 4vw;
    }

    .сalculator-calculate__field {
        border-radius: 14vw;
        padding: 1vw 4vw;
    }

    .сalculator-calculate__btn {
        font-size: 4vw;
        border-radius: 5vw;
        line-height: 10vw;
    }

    .сalculator-calculate__field__img {
        height: 9vw;
        margin-right: 4vw;
    }

    .rate {
        font-size: 4vw;
        margin-right: 5vw;
    }

    .time {
        font-size: 4vw;
        padding: 2vw 5vw;
    }

    .сalculator-dropdown__list .time {
        width: 70%;
    }

    .сalculator-dropdown__list .сalculator-dropdown__item {
        width: 100%;
        padding: 2vw 4vw;
    }

    .сalculator-dropdown__arrow {
        right: 2vw;
    }

    .reviews-slider {
        width: 100%;
    }

    .section-reviews .section-title__big {
        margin-bottom: 0;
    }

    .review-card__name {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

    .review-card__text {
        font-size: 3vw;
        margin-bottom: 4vw;
    }

    .review-card__city {
        font-size: 3vw;
    }

    .review-card__img {
        height: 17vw;
        top: -8.5vw;
    }

    .review-card {
        padding: 12vw 10vw 10vw;
        border-radius: 8vw;
    }

    .section-faq .section-title {
        margin-bottom: 10vw;
    }

    .question-block__text {
        font-size: 4vw;
    }

    .question-block {
        padding: 4vw 5vw;
        border-radius: 5vw;
    }

    .question-answer-block {
        margin-bottom: 4vw;
    }

    .answer-block {
        padding: 5vw;
        position: relative;
        margin-top: 0;
    }

    .faq-slider {
        width: 100%;
    }

    .faq-slider .slick-dots {
        bottom: 0;
    }

    .section-faq {
        padding-bottom: 0;
    }

    .telegram-address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media screen and (orientation: portrait) and (min-width: 700px) {
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        font-size: 2vw;
    }


    .menu-mob__item {
        font-size: 7vw;
        margin-bottom: 4vw;

    }

    .btn-reg {
        font-size: 3vw;
        margin: 0 auto 4vw;
    }

    .lang-mob__link {
        font-size: 2vw;
        margin: 0 2vw;
    }

    .btn-reg__img {
        height: 5vw;
        margin-left: 3vw;
    }

    .burger-menu.close span:before {
        width: 6vw;
    }

    .burger-menu.close span {
        width: 6vw;
        top: 3vw;
    }

    .burger-menu span {
        top: 3vw;
        width: 5vw;
    }

    .burger-menu span:before {
        top: -2vw;
        width: 3vw;
    }

    .burger-menu span:after {
        top: 2vw;
        width: 6vw;
    }

    header {
        padding-top: 1vw;
    }

    .logo__img {
        height: 6vw;
    }

    .hand {
        height: 38vw;
    }

    .about-us-card__icon {
        width: 8vw;
        height: 8vw;
    }

    .btn-main {
        font-size: 2vw;
        line-height: 8vw;
        padding: 0 3vw;
    }

    .section-why-us .section-title__small {
        width: 93%;
    }

    .section-title__big {
        font-size: 4vw;
        margin-bottom: 2.5vw;
    }

    .how-it-works-cards-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .how-it-works-card {
        padding: 7vw 1vw 5vw;
        width: 28%;
        margin: 0 1% 6vw;
        border-radius: 3vw;
    }

    .why-us-card__title {
        font-size: 2vw;
    }

    .why-us-card__img {
        height: 9vw;
        top: -4.5vw;
    }

    .partners {
        margin-bottom: 5vw;
        font-size: 3vw;
    }

    .partners-list__item__1, .partners-list__item__2, .partners-list__item__3, .partners-list__item__4, .partners-list__item__5 {
        height: 4vw;
    }

    .step {
        margin: 0 1vw 2vw;
        padding: 6vw 4vw;
        width: 45%;
    }

    .step__desc {
        font-size: 2vw;
    }

    .step-title {
        font-size: 2vw;
    }

    .step-number {
        border-radius: 1vw;
        margin-right: 3vw;
        width: 7vw;
        height: 7vw;
    }

    .сalculator {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .сalculator-calculate, .сalculator-result {
        width: 48%;
        margin: 0 0.5% 0;
        padding: 4vw 2vw;
        border-radius: 6vw;
    }

    .сalculator-title {
        font-size: 2.5vw;
        margin-bottom: 4vw;
    }

    .сalculator-result-item__img {
        height: 4vw;
        margin-right: 2vw;
    }

    .сalculator-result-item {
        padding: 1vw 2vw;
        margin-bottom: 1vw;
    }

    .сalculator-result-item__val,
    .сalculator-result-item__name {
        font-size: 1.7vw;
    }

    .сalculator-calculate__label {
        margin-bottom: 2vw;
        font-size: 1.8vw;
    }

    .min-max-val span,
    .min-max-val {
        font-size: 1.3vw;
        margin-bottom: 3vw;
    }

    .сalculator-calculate__btn {
        font-size: 3vw;
        border-radius: 5vw;
        line-height: 7vw;
    }

    .сalculator-calculate__input {
        font-size: 2vw;
    }

    .сalculator-calculate__field__img {
        height: 4vw;
        margin-right: 2vw;
    }

    .сalculator-calculate__field {
        border-radius: 3vw;
        padding: 2.2vw 3vw;
    }

    .сalculator-dropdown__item__selected {
        border-radius: 3vw;
        padding: 2.2vw 3vw;
    }

    .rate {
        font-size: 2vw;
        margin-right: 3vw;
    }

    .time {
        font-size: 2vw;
        padding: 1vw 1vw;
    }

    .сalculator-dropdown__list .сalculator-dropdown__item {
        width: 100%;
        padding: 1vw 2vw;
    }

    .review-card__text {
        font-size: 2vw;
        margin-bottom: 3vw;
    }

    .review-card__name {
        font-size: 3vw;
        margin-bottom: 3vw;
    }

    .review-card__city {
        font-size: 2vw;
    }

    .reviews-slider {
        width: 62%;
    }

    .review-card__img {
        height: 13vw;
        top: -6.5vw;
    }

    .review-card {
        padding: 9vw 5vw 5vw;
        border-radius: 8vw;
    }

    .faq-slider {
        width: 60%;
    }

    .question-block__text {
        font-size: 2vw;
    }

    .question-block {
        padding: 2vw 3vw;
        border-radius: 5vw;
    }

    .answer-block {
        padding: 1vw 3vw 0;
    }

    .terms-n-privacy-policy a {
        font-size: 2vw;
    }

    .section-faq .top-up-balance {
        line-height: 5vw;
        padding: 0 3vw;
    }

    .telegram {
        margin: 3vw 0;
        font-size: 2vw;
    }

    .telegram img {
        height: 4vw;
        margin-right: 2vw;
    }
}

@media screen and (orientation: portrait) and (max-width: 600px) {
    .modal-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .about-us-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        width: 100%;
    }
	.about-us-card {
		gap: 1rem;
		padding: .5rem;
		width: 100%
	}
	.about-us-card__icon img {
		width: 5rem;
	}
	.about-us-card__name {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.about-us-card__val {
		font-size: 2.25rem;
	}
	.section-about-us .section-title {
		margin-top: 2vh;
	}

    .btn-block a {
        display: block;
        margin: 0;
        margin-top: 20px;
    }

    .modal {
        width: 300px;
        padding: 30px 0;
    }

    .modal__logo {
        height: 33px;
        margin-bottom: 15px;
    }

    .modal-form__label {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .modal-form__field {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 30px;
    }

    .modal-form__btn {
        font-size: 13px;
        line-height: 35px;
    }

    .modal-form {
        padding: 15px;
        margin-bottom: 15px;
    }

    .modal-form__title {
        font-size: 16px;
    }

    .modal-form__subtitle {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .has-acc {
        font-size: 12px;
    }
}
