@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/bestinvesting/fonts/Inter-Regular.woff2') format('woff2'),
    url('/wp-content/themes/bestinvesting/fonts/Inter-Regular.woff') format('woff'),
    url('/wp-content/themes/bestinvesting/fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/bestinvesting/fonts/Inter-Medium.woff2') format('woff2'),
    url('/wp-content/themes/bestinvesting/fonts/Inter-Medium.woff') format('woff'),
    url('/wp-content/themes/bestinvesting/fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/bestinvesting/fonts/Inter-SemiBold.woff2') format('woff2'),
    url('/wp-content/themes/bestinvesting/fonts/Inter-SemiBold.woff') format('woff'),
    url('/wp-content/themes/bestinvesting/fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/bestinvesting/fonts/Inter-ExtraBold.woff2') format('woff2'),
    url('/wp-content/themes/bestinvesting/fonts/Inter-ExtraBold.woff') format('woff'),
    url('/wp-content/themes/bestinvesting/fonts/Inter-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body.hidden {
    overflow: hidden;
}
body::-webkit-scrollbar-track, .custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #000;
    background-color: #fff
}
body::-webkit-scrollbar, .custom-scroll::-webkit-scrollbar {
    width: 3px;
    background-color: #515DD0
}
body::-webkit-scrollbar-thumb, .custom-scroll::-webkit-scrollbar-thumb {
    background-color: #515DD0
}
html, body {
    height: 100%
}
[data-aos = 'opacity'] {
    opacity: 0;
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-aos = 'opacity'].aos-animate {
    opacity: 1;
}
[data-aos = 'type1'] {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-aos = 'type1'].aos-animate {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
[data-aos = 'type2'] {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition-property: -webkit-clip-path;
    transition-property: -webkit-clip-path;
    -o-transition-property: clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-aos = 'type2'].aos-animate {
    -webkit-clip-path: inset(0 0 -40% 0);
    clip-path: inset(0 0 -40% 0);
}
[data-aos = 'type1a'] {
    opacity: 0;
    -webkit-transform: translateY(550px);
    -ms-transform: translateY(550px);
    transform: translateY(550px);
    -webkit-transition: all 2.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 2.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 2.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-aos = 'type1a'].aos-animate {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
[data-aos = 'type2b'] {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition-property: -webkit-clip-path;
    transition-property: -webkit-clip-path;
    -o-transition-property: clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-aos = 'type2b'].aos-animate {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
[data-aos = 'type3'] {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition-property: -webkit-clip-path;
    transition-property: -webkit-clip-path;
    -o-transition-property: clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-transition-timing-function: cubic-bezier(.18, .82, .17, 1);
    -o-transition-timing-function: cubic-bezier(.18, .82, .17, 1);
    transition-timing-function: cubic-bezier(.18, .82, .17, 1);
}
[data-aos = 'type3'].aos-animate {
    -webkit-clip-path: inset(-40px -30px -40px -30px);
    clip-path: inset(-40px -30px -40px -30px);
}
[data-aos = 'opacityscale'] {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-aos = 'opacityscale'].aos-animate {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
[data-aos = 'opacity'] {
    opacity: 0;
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-aos = 'opacity'].aos-animate {
    opacity: 1;
}
@-webkit-keyframes headerOpacity {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes headerOpacity {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.scrollUp {
    position: fixed;
    cursor: pointer;
    bottom: 180px;
    z-index: 9;
    font-size: 12px;
    line-height: 22px;
    right: 0;
    color: #fff;
    width: 100px;
    background-color: transparent;
    text-align: center;
    height: 20px;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.scrollUp:hover {
    color: #20D397;
}
.scrollUp.black {
    color: #202a3b;
    font-weight: 600;
}
.scrollUp.black:hover {
    color: #20D397;
}
.scrollUp.black:before {
    background-color: #202a3b;
}
.scrollUp.active {
    opacity: 1;
}
.scrollUp:before {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #fff;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200 !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.scroll-custom {
    overflow-x: auto;
}
.scroll-custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(20, 20, 20, 0.6);
    background-color: #fff;
}
.scroll-custom::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}
.scroll-custom::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
}
pre {
    color: #000;
    background-color: #ffffff;
    height: 500px;
    overflow-x: auto;
}
body {
    position: relative;
    height: 100%;
    margin: 0;
    min-width: 320px;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    line-height: 1.4;
    color: #fff;
    background: #1F2937;
}
body.bg-white {
    background-color: #f9fafc;
}
body.overflow {
    overflow-y: hidden;
}
.split-line {
    overflow: hidden;
}
.js-animated-text div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.js-animated-text div > div {
    -webkit-transform: translate(20px, 220%) rotate(20deg);
    -ms-transform: translate(20px, 220%) rotate(20deg);
    transform: translate(20px, 220%) rotate(20deg);
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    width: 1185px;
    margin: auto;
    position: relative;
}
.height-top {
    height: 76px;
}
.slideDown {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;

}
.slideUp {
    -webkit-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    transform: translateY(-110px);
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}
.header.active {
    background: rgb(31 41 55 / 90%);
    -webkit-box-shadow: 0 2px 9px rgb(0 0 0 / 25%);
    box-shadow: 0 2px 9px rgb(0 0 0 / 25%);
    -webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform .5s ease-out;
    transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform .5s ease-out;
    -o-transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform .5s ease-out;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform .5s ease-out;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform .5s ease-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform .5s ease-out;
}
.header.active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 76px;
    background: -o-linear-gradient(314.03deg, rgba(32, 211, 151, 0.16) -7.91%, rgba(32, 211, 151, 0.004) 45.76%);
    background: linear-gradient(135.97deg, rgba(32, 211, 151, 0.16) -7.91%, rgba(32, 211, 151, 0.004) 45.76%);
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
@keyframes headerOpacity {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-animation: headerOpacity 1.4s ease-in-out;
    animation: headerOpacity 1.4s ease-in-out;
}
.header.header-page {
    background: rgb(31 41 55 / 90%);
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
}
.header.header-page:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 76px;
    background: -o-linear-gradient(314.03deg, rgba(32, 211, 151, 0.16) -7.91%, rgba(32, 211, 151, 0.004) 45.76%);
    background: linear-gradient(135.97deg, rgba(32, 211, 151, 0.16) -7.91%, rgba(32, 211, 151, 0.004) 45.76%);
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 76px;
}
.header__logo {
    width: 210px;
}
.header__logo img {
    width: 100%;
}
.header__menu {
    width: calc(100% - 420px);
    padding-left: 52px;
}
.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header__menu ul li {
    margin-right: 25px;
}
.header__menu ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.header__menu ul li a:hover {
    color: #20D397;
}
.header__btn {
    width: 210px;
    text-align: right;
}
.header__btn a {
    border-radius:6px;
    position: relative;
    font-weight: 500;
    right: -54px;
    color: #ffff;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    margin-left: 14px;
    padding: 2px;
    text-decoration: none;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
}
.header__btn a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.header__btn a:hover:before {
    opacity: 1;
}
.header__btn a:hover span {
    color: #fff;
    background: unset;
    -webkit-text-fill-color: unset;
}
.header__btn a div {
    background-color: #1F2937;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 13px 44px;
    border-radius: 6px;
}
.header__btn a span {
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
main {
    position: relative;
    z-index: 2;
}
.main-info {
    overflow-x: hidden;
}
.top-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.top-info__right {
    position: absolute;
    right: 0;
    top: 45px;
    width: 45%;
}
.section-reviews__svg-circle {
    z-index: -1;
}
img.top-info__photo-c {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.top-info__title {
    font-weight: 500;
    font-size: 48px;
    margin-top: 152px;
    width: 760px;
    line-height: 1.25;
}
.top-info__btn {
    margin-top: 48px;
    position: relative;
    z-index: 3;
}
.section-reviews__title-xs {
    display: none;
}
.top-info__btn a:nth-child(1) {
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 15px 52px;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}
.top-info__btn a:nth-child(1) div {
    background: #1F2937;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    border-radius: 6px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.top-info__btn a:nth-child(1):before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: 6px;
    right: -2px;
    z-index: -1;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
}
.top-info__btn a:nth-child(1) span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-info__btn a:nth-child(1):hover {
    background: unset;
}
.top-info__btn a:nth-child(1):hover div {
    opacity: 1;
}
.top-info__btn a:nth-child(1):hover span {
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-info__btn a:nth-child(2) {
    border-radius:6px;
    position: relative;
    font-weight: 500;
    color: #ffff;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    margin-left: 14px;
    padding: 2px;
    text-decoration: none;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
}
.top-info__btn a:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.top-info__btn a:nth-child(2):hover:before {
    opacity: 1;
}
.top-info__btn a:nth-child(2):hover span {
    color: #fff;
    background: unset;
    -webkit-text-fill-color: unset;
}
.top-info__btn a:nth-child(2) div {
    background-color: #1F2937;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 52px;
    border-radius: 6px;
}
.top-info__btn a:nth-child(2) span {
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.top-info {
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.top-info__line-content {
    margin-top: 128px;
    position: relative;
    z-index: 2;
}
.top-info__line {
    width: calc((200px * 15) + 2px);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ticker-canvas;
    animation-name: ticker-canvas;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.top-info__line:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.tradingview-widget-container {
    position: relative;
}
@-webkit-keyframes ticker-canvas {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes ticker-canvas {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.tradingview-widget-container iframe {
    position: absolute;
    top: 0;
}
.tradingview-widget-container iframe:nth-child(2) {
    left: 100%;
}
.top-info__line img {
    width: 100%;
    height: 85px;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-info {
    margin: 155px 0 0;
    position: relative;
    z-index: 2;
}
.section-info:before {
    content: "";
    position: absolute;
    top: -465px;
    left: 0;
    width: 100%;
    height: 1280px;
    background: -o-radial-gradient(29.57% 50%, 50% 50%, rgba(90, 104, 239, 0.4) 23.32%, rgba(90, 104, 239, 0.024) 67.9%);
    background: radial-gradient(50% 50% at 29.57% 50%, rgba(90, 104, 239, 0.4) 23.32%, rgba(90, 104, 239, 0.024) 67.9%)
}
.section-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-info__left {
    width: 65%;
}
.section-info__right {
    width: 35%;
    padding-left: 30px;
}
.section-info-graphic {
    position: relative;
}
.section-info-graphic img {
    width: 100%;
}
.section-info-graphic__svg-one {
    position: absolute;
    bottom: 28px;
    left: 3px;
}
.section-info-graphic__svg-one svg {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: unset;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    -webkit-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out;
}
.section-info-graphic__svg-one.active svg{
    stroke-dashoffset: 0;
}



.section-info-graphic__svg-two {
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
}
.section-info-graphic__svg-two svg {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: unset;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    -webkit-transition: all 5.5s ease-in-out;
    -o-transition: all 5.5s ease-in-out;
    transition: all 5.5s ease-in-out;
}
.section-info-graphic__svg-two.active svg{
    stroke-dashoffset: 0;
}
.section-info__title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    padding-right: 80px;
}
.section-info__desc {
    margin-top: 13px;
    font-weight: 400;
    font-size: 14px;
    padding-right: 150px;
    line-height: 1.4;
}
.section-info-graphic__info {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 23px;
    left: 38px;
}
.section-info-graphic__item {
    margin-right: 42px;
}
.section-info-graphic__price {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}
.section-info-graphic__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.section-info-graphic__percent {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    margin-top: 10px;
}
.section-info-graphic__item:first-child .section-info-graphic__percent {
    color: #20D397;
}
.section-info-graphic__item:nth-child(2) .section-info-graphic__percent {
    color: #5A68EF;
}
.section-info-graphic__bottom {
    position: absolute;
    right: 50px;
    bottom: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-info-graphic__b-item-one {
    width: 17px;
    height: 17px;
    background: #20D397;
    border-radius: 50%;
    margin-right: 8px;
}
.section-info-graphic__b-item-two {
    width: 17px;
    height: 17px;
    background: #5A68EF;
    border-radius: 50%;
    margin-right: 13px;
}
.section-info-graphic__b-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    margin-left: 19px;
}
svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
}
.section-why-me {
    padding: 120px 0;
    background-color: #f9fafc;
    position: relative;
}
.section-why-me:before {
    content: "";
    -webkit-clip-path: ellipse(72% 25% at 29% 7%);
    clip-path: ellipse(72% 25% at 29% 7%);
    top: -90px;
    height: 1100px;
    background: #1F2937;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
.section-why-me__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.section-why-me__item {
    width: 200px;
    height: 200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.section-why-me__item-i {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.section-why-me__item-i:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.section-why-me__item:before {
    content: "";
    position: absolute;
    border-radius: 8px;
    width: 200px;
    height: 200px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: -5px 5px 10px rgb(24 32 42 / 20%), 5px -5px 10px rgb(24 32 42 / 20%), -5px -5px 10px rgb(38 50 68 / 90%), 5px 5px 13px rgb(24 32 42 / 90%), inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    box-shadow: -5px 5px 10px rgb(24 32 42 / 20%), 5px -5px 10px rgb(24 32 42 / 20%), -5px -5px 10px rgb(38 50 68 / 90%), 5px 5px 13px rgb(24 32 42 / 90%), inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    background: -o-linear-gradient(248.67deg, rgba(32, 211, 151, 0.224) -32.34%, rgba(32, 211, 151, 0) 85.96%), #1F2937;
    background: linear-gradient(201.33deg, rgba(32, 211, 151, 0.224) -32.34%, rgba(32, 211, 151, 0) 85.96%), #1F2937;
}
.section-why-me__item:nth-child(1) {
    margin-top: 70px;
}
.section-why-me__item:nth-child(2) {
    margin-top: 40px;
}
.section-why-me__item:nth-child(3) {
    margin-top: 10px;
}
.section-why-me__item:nth-child(4) {
    margin-top: -20px;
}
.section-why-me__info {
    position: relative;
    z-index: 1;
}
.section-why-me__item:nth-child(1) .section-why-me__icon {
    position: relative;
    left: -5px;
}
.section-why-me__icon {
    margin-top: 45px;
    text-align: center;
}
.section-why-me__title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
}
.section-why-me__desc {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.section-info-content-right-text {
    background-color: #f9fafc;
    position: relative;
}
.section-info-content-right-text:before {
    content: "";
    position: absolute;
    background: -o-radial-gradient(29.57% 50%, 35.57% 35.57%, rgba(90, 104, 239, 0.4) 23.32%, rgba(90, 104, 239, 0) 67.9%);
    background: radial-gradient(35.57% 35.57% at 29.57% 50%, rgba(90, 104, 239, 0.4) 23.32%, rgba(90, 104, 239, 0) 67.9%);
    width: 2240px;
    height: 1605px;
    top: -400px;
    left: -380px;
    z-index: 1  ;
}
.section-info-content-right-text__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.section-info-content-right-text__left {
    width: 50%;
    position: relative;
    left: -420px;
}
.section-info-content-right-text__left img {
    max-width: unset;
}
.section-info-content-right-text__right {
    width: 50%;
    position: relative;
    z-index: 1;
    padding-left: 110px;
}
.section-info-content-right-text__title {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    color: #1F2937;
    margin-bottom: 35px;
}
.section-info-content-right-text__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
}
.section-info-content-right-text__num {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    color: #5B68EF;
    width: 50px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.section-info-content-right-text__info {
    width: 235px;
    padding-left: 5px;
}
.section-info-content-right-text__name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #4B5563;
}
.section-info-content-right-text__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
}
.section-info-content-right-text__btn {
    margin-top: 35px;
    margin-left: 53px;
}
.section-info-content-right-text__btn a {
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14px 46px;
    position: relative;
}
.section-info-content-right-text__btn a div {
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    border-radius: 6px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.section-info-content-right-text__btn a:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: 6px;
    right: -2px;
    z-index: -1;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
}
.section-info-content-right-text__btn a span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-info-content-right-text__btn a:hover {
    background: unset;
}
.section-info-content-right-text__btn a:hover div {
    opacity: 1;
}
.section-info-content-right-text__btn a:hover span {
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-faq__photo-con {
    z-index: -1;
}
.section-principles {
    position: relative;
    z-index: 2;
}
.section-principles:before {
    content: "";
    position: absolute;
    top: -5px;
    background-color: #f9fafc;
    left: 0;
    right: 0;
    height: 465px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 235% 0, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 235% 0, 0% 100%);
}
.section-principles__title {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    color: #1F2937;
    padding-top: 45px;
    letter-spacing: -0.5px;
}
.section-principles__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #4B5563;
    margin-top: 20px;
    width: 445px;
}
.section-principles__content {
    margin: 60px -10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: unset;
}
.section-principles__item {
    width: calc(33.3% - 20px);
    margin: 0 10px 20px;
    padding-bottom: 65px;
    background: -o-linear-gradient(248.67deg, rgba(90, 104, 239, 0.4) -32.34%, rgba(32, 211, 151, 0) 85.96%), #1F2937;
    background: linear-gradient(201.33deg, rgba(90, 104, 239, 0.4) -32.34%, rgba(32, 211, 151, 0) 85.96%), #1F2937;
    -webkit-box-shadow: -2px 2px 4px rgba(31, 41, 54, 0.2), 2px -2px 4px rgba(31, 41, 54, 0.2), -2px -2px 4px rgba(31, 41, 56, 0.9), 2px 2px 5px rgba(31, 41, 54, 0.9), inset 1px 1px 2px rgba(31, 41, 56, 0.3), inset -1px -1px 2px rgba(31, 41, 54, 0.5);
    box-shadow: -2px 2px 4px rgba(31, 41, 54, 0.2), 2px -2px 4px rgba(31, 41, 54, 0.2), -2px -2px 4px rgba(31, 41, 56, 0.9), 2px 2px 5px rgba(31, 41, 54, 0.9), inset 1px 1px 2px rgba(31, 41, 56, 0.3), inset -1px -1px 2px rgba(31, 41, 54, 0.5);
    border-radius: 8px;
    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;
    height: unset;
}
.section-principles__icon {
    margin-top: 30px;

}
.section-principles__icon svg {
    stroke-dasharray: 100;
    -webkit-animation: dash 5s linear;
    animation: dash 5s linear;
}
@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 1000;
    }
}
@keyframes dash {
    to {
        stroke-dashoffset: 1000;
    }
}
.section-principles__name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}
.section-principles__info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 0 60px;
    margin-top: 10px;
}
.section-reviews {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}
.section-reviews__svg {
    position: absolute;
    left: -300px;
}
.section-reviews__svg-man {
    position: absolute;
    top: 65px;
    left: -30px;
}
.top-btn-svg {
    -webkit-animation-name: wakeUp;
    animation-name: wakeUp;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
.right-btn-svg {
    -webkit-animation-name: wakeUp;
    animation-name: wakeUp;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 2.3s;
    animation-duration: 2.3s;
}
.left-btn-svg {
    -webkit-animation-name: wakeUp;
    animation-name: wakeUp;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.bottom-btn-svg {
    -webkit-animation-name: wakeUp1;
    animation-name: wakeUp1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}
@-webkit-keyframes wakeUp1{0%{-webkit-transform:translateY(0px) rotate(.6deg);transform:translateY(0px) rotate(.6deg)}to{-webkit-transform:translateY(-3px) rotate(-1deg);transform:translateY(-3px) rotate(-1deg)}}
@keyframes wakeUp1{0%{-webkit-transform:translateY(0px) rotate(.6deg);transform:translateY(0px) rotate(.6deg)}to{-webkit-transform:translateY(-3px) rotate(-1deg);transform:translateY(-3px) rotate(-1deg)}}
@-webkit-keyframes wakeUp{0%{-webkit-transform:translateY(15px) rotate(.6deg);transform:translateY(15px) rotate(.6deg)}to{-webkit-transform:translateY(-3px) rotate(-1deg);transform:translateY(-3px) rotate(-1deg)}}
@keyframes wakeUp{0%{-webkit-transform:translateY(15px) rotate(.6deg);transform:translateY(15px) rotate(.6deg)}to{-webkit-transform:translateY(-3px) rotate(-1deg);transform:translateY(-3px) rotate(-1deg)}}
.section-reviews__info {
    padding-left: 300px;
    padding-top: 157px;
}
.section-reviews__title {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: -0.5px;
}
.section-reviews__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    width: 450px;
}
.section-reviews__ex {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
}
.section-reviews__list {
    margin-top: 50px;
}
.section-reviews__list img {
    width: 100%;
}
.investing {
    margin: 130px 0;
    position: relative;
}
.investing:before {
    content: "";
    background: -o-radial-gradient(29.57% 50%, 35.57% 35.57%, rgba(90, 104, 239, 0.4) 23.32%, rgba(90, 104, 239, 0.024) 67.9%);
    background: radial-gradient(35.57% 35.57% at 29.57% 50%, rgba(90, 104, 239, 0.4) 23.32%, rgba(90, 104, 239, 0.024) 67.9%);
    width: 200%;
    height: 2092px;
    position: absolute;
    top: -600px;
    left: -540px;
    z-index: -1;
}
.investing:after {
    content: "";
    background: -o-radial-gradient(29.57% 50%, 35.57% 35.57%, rgba(90, 104, 239, 0.4) 23.32%, rgba(90, 104, 239, 0.024) 67.9%);
    background: radial-gradient(35.57% 35.57% at 29.57% 50%, rgba(90, 104, 239, 0.4) 23.32%, rgba(90, 104, 239, 0.024) 67.9%);
    width: 200%;
    height: 2092px;
    position: absolute;
    top: -645px;
    left: -540px;
    z-index: -1;
}
.investing__title {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: -0.5px;
}
.investing__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 21px;
}
.investing-tab__content {
    -webkit-box-shadow: -13px 13px 26px rgb(18 24 32 / 20%), 13px -13px 26px rgb(18 24 32 / 20%), -13px -13px 26px rgb(44 58 78 / 90%), 13px 13px 33px rgb(18 24 32 / 90%), inset 1px 1px 2px rgb(44 58 78 / 30%), inset -1px -1px 2px rgb(18 24 32 / 50%);
    box-shadow: -13px 13px 26px rgb(18 24 32 / 20%), 13px -13px 26px rgb(18 24 32 / 20%), -13px -13px 26px rgb(44 58 78 / 90%), 13px 13px 33px rgb(18 24 32 / 90%), inset 1px 1px 2px rgb(44 58 78 / 30%), inset -1px -1px 2px rgb(18 24 32 / 50%);
    border-radius: 56px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
    background: #202938;
    min-height: 50px;
}
.investing-tab__item.active {
    background: #515DD0;
    mix-blend-mode: normal;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 57px;
    color: #fff;
    padding: 6px 13px;
    margin: 0 4px;
}
.investing-tab__item {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #5A68EF;
    padding: 13px 18px 13px 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.investing-tab__item:hover {
    color: #fff;
}
.investing__list {
    margin-top: 60px;
}
.investing-list__item {
    background: #FFFFFF;
    -webkit-box-shadow: -5px 5px 10px rgb(230 230 230 / 20%), 5px -5px 10px rgb(230 230 230 / 20%), inset 1px 1px 2px rgb(255 255 255 / 30%), inset -1px -1px 2px rgb(230 230 230 / 50%);
    box-shadow: -5px 5px 10px rgb(230 230 230 / 20%), 5px -5px 10px rgb(230 230 230 / 20%), inset 1px 1px 2px rgb(255 255 255 / 30%), inset -1px -1px 2px rgb(230 230 230 / 50%);
    border-radius: 8px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 20px 20px;
}
.investing-list__left {
    width: 24%;
}
.investing-list__middle {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.investing-list__right {
    width: 29%;
    position: relative;
}
.investing-list-noactive {
    position: absolute;
    border: 1px solid #ff6d6d;
    color: #ff6d6d;
    background: #fff;
    width: 200px;
    padding: 5px 12px;
    font-size: 13px;
    border-radius: 8px;
    right: 0;
    top: 115%;
    opacity: 0;
    z-index: 6;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.investing-list-noactive.active {
    opacity: 1;
    visibility: visible;
}
.investing-list__title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #1F2937;
}
.investing-list__desc {
    color: #4B5563;
    font-weight: 400;
    font-size: 16px;
    margin-top: 7px;
    line-height: 1.4;
}
button.investing-list__info {
    border-radius: 6px;
    position: relative;
    font-weight: 500;
    color: #ffff;
    font-size: 16px;
    border: unset;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    margin-left: 2px;
    padding: 2px;
    text-decoration: none;
    cursor: pointer;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
}
button.investing-list__info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
button.investing-list__info:hover:before {
    opacity: 1;
}
button.investing-list__info:hover span {
    color: #fff;
    background: unset;
    -webkit-text-fill-color: unset;
}
.investing-list__info div {
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 16px 40px;
    border-radius: 6px;
}
.investing-list__info span {
    position: relative;
    z-index: 1;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
button.investing-list__buy {
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border: unset;
    padding: 16px 38px;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin-left: 13px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
button.investing-list__buy:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: 6px;
    right: -2px;
    z-index: 1;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
}
button.investing-list__buy div {
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    border-radius: 6px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
button.investing-list__buy span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button.investing-list__buy:hover {
    background: unset;
    color: #1F2937;
}
button.investing-list__buy:hover div {
    opacity: 1;
}
button.investing-list__buy.no-active {
    cursor: unset;
    color: unset;
}
button.investing-list__buy.no-active:before {
    background: #9CA3AF;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}
button.investing-list__buy.no-active:hover div {
    opacity: 0;
}
.investing-list-return {
    padding-left: 24px;
    margin-top: 20px;
    width: 40%;
}
.investing-list-return__title {
    font-weight: 600;
    font-size: 14px;
    color: #1F2937;
}
.investing-list-return__info {
    font-weight: 600;
    font-size: 24px;
    color: #1F2937;
}
.investing-list-return__info svg {
    position: relative;
    top: -2px;
}
.investing-list-risk {
    margin-left: 8px;
    margin-top: 20px;
    width: 30%;
}
.investing-list-risk__info {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.investing-list-risk__info svg {
    margin: 0 2px;
}
.investing-list-risk__title {
    font-weight: 600;
    font-size: 14px;
    color: #1F2937;
}
.investing-list-risk__info span {
    font-weight: 400;
    font-size: 16px;
    color: #4B5563;
}
.investing-list-price {
    text-align: center;
    margin-top: 18px;
    width: 30%;
}
.investing-list-price__price {
    font-weight: 600;
    font-size: 20px;
    color: #1F2937;
}
.investing-list-price__time {
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
}
.section-video {
    margin: 145px 0 62px;
}
.section-video__title {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: -0.5px;
    padding-left: 42px;
}
.section-video__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    padding-left: 42px;
    margin-top: 17px;
    width: 510px;
}
.section-video__video {
    position: relative;
    margin-top: 50px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-video__video a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(339.73deg, rgba(32, 211, 151, 0.2) 2.08%, rgba(90, 104, 239, 0.2) 101.35%);
    background: linear-gradient(110.27deg, rgba(32, 211, 151, 0.2) 2.08%, rgba(90, 104, 239, 0.2) 101.35%);
    mix-blend-mode: hard-light;
    opacity: 0.8;
    z-index: 1;
}
.section-video__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.section-video__video:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.section-video__play {
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#20D397), to(#29C6CF));
    background: -o-linear-gradient(top, #20D397 0%, #29C6CF 100%);
    background: linear-gradient(180deg, #20D397 0%, #29C6CF 100%);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 1;
}
.section-video__play svg {
    position: relative;
    left: 2px;
}
.section-video-info {
    background: -o-linear-gradient(248.67deg, rgba(32, 211, 151, 0.224) -32.34%, rgba(32, 211, 151, 0) 85.96%), #1F2937;
    background: linear-gradient(201.33deg, rgba(32, 211, 151, 0.224) -32.34%, rgba(32, 211, 151, 0) 85.96%), #1F2937;
    -webkit-box-shadow: -5px 5px 10px rgb(24 32 42 / 20%), 5px -5px 10px rgb(24 32 42 / 20%), -5px -5px 10px rgb(38 50 68 / 90%), 5px 5px 13px rgb(24 32 42 / 90%), inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    box-shadow: -5px 5px 10px rgb(24 32 42 / 20%), 5px -5px 10px rgb(24 32 42 / 20%), -5px -5px 10px rgb(38 50 68 / 90%), 5px 5px 13px rgb(24 32 42 / 90%), inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    border-radius: 8px;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 480px;
    z-index: 5;
    padding: 52px 30px;
}
.section-video-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}
.section-video-info__item svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}
.section-video-info__item:nth-child(1) svg {
    fill: #5967ef;
}
.section-video-info__item:nth-child(2) svg {
    fill: #36abb8;
}
.section-video-info__item:nth-child(3) svg {
    fill: #20d397;
}
.section-video-info__info {
    padding-left: 12px;
}
.section-video-info__title {
    font-weight: 600;
    font-size: 18px;
}
.section-video-info__desc {
    font-weight: 400;
    font-size: 14px;
    margin-top: 14px;
}
.section-video-infos__title {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 10px;
}
.section-video-infos__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}
.section-video-infos__list a {
    margin-right: 20px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.section-video-infos__list a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.section-faq {
    margin: 62px 0;
    position: relative;
}
.section-faq__item {
    margin-bottom: 14px;
}
.section-faq__title {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: -0.5px;
}
.section-faq__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    width: 500px;
    line-height: 1.35;
}
.section-faq__list {
    margin-top: 58px;
    width: 788px;
}
.section-faq__quest {
    background: rgb(36,51,81);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(36,51,81,1)), to(rgba(46,117,135,1)));
    background: -o-linear-gradient(bottom, rgba(36,51,81,1) 0%, rgba(46,117,135,1) 100%);
    background: linear-gradient(0deg, rgba(36,51,81,1) 0%, rgba(46,117,135,1) 100%);
    border-radius: 8px;
    padding: 7px 0 7px 20px;
    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;
    cursor: pointer;
}
.section-faq__quest span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    width: calc(100% - 52px);
    padding-right: 15px;
}
.section-faq__btn {
    width: 52px;
    text-align: center;
}
.section-faq__btn svg {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.section-faq__answ {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(22.4%, rgba(255, 255, 255, 0.1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 22.4%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 22.4%);
    border-radius: 0 0 6px 6px;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
}
.section-faq__answ div {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #D1D5DB;
    padding: 17px 20px 15px 27px;
}
.section-faq__item.active .section-faq__btn svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.section-faq__photo {
    position: absolute;
    right: -180px;
    top: -125px;
}
img.circle-one {
    position: absolute;
    left: 38%;
    top: 2%;
    animation: 5s ease-in 1s infinite reverse both running wakeUpSm;
}
@-webkit-keyframes wakeUpSm {
    0% {
        -webkit-transform: translateY(12px) rotate(.6deg) scale(0.96);
        transform: translateY(12px) rotate(.6deg) scale(0.96)
    }
    50% {
        -webkit-transform: translateY(-5px) rotate(-3deg);
        transform: translateY(-5px) rotate(-3deg)
    }
    100% {
        -webkit-transform: translateY(12px) rotate(.6deg) scale(0.96);
        transform: translateY(12px) rotate(.6deg) scale(0.96)
    }
}
@keyframes wakeUpSm {
    0% {
        -webkit-transform: translateY(12px) rotate(.6deg) scale(0.96);
        transform: translateY(12px) rotate(.6deg) scale(0.96)
    }
    50% {
        -webkit-transform: translateY(-5px) rotate(-3deg);
        transform: translateY(-5px) rotate(-3deg)
    }
    100% {
        -webkit-transform: translateY(12px) rotate(.6deg) scale(0.96);
        transform: translateY(12px) rotate(.6deg) scale(0.96)
    }
}
.footer {
    position: relative;
    background: rgb(32 211 151 / 11%);
    overflow: hidden;
}
.footer.footer-bg-dark:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #1F2937;
    z-index: -1;
}
.footer-svg {
    background: #ffffff00;
    z-index: 3;
    position: relative;
    bottom: -10px;
}
.footer__title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}
.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__left {
    width: 30%;
}
.footer__address {
    margin-top: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #E5E7EB;
    width: 200px;
    line-height: 1.9;
}
.footer-social {
    margin-top: 22px;
}
.footer-social a {
    margin-right: 12px;
    text-decoration: none;
}
.footer-social a svg,
.footer-social a svg path {
    -webkit-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
}
.footer-social a:hover svg,
.footer-social a:hover svg path {
    fill: #20D397;
}
.footer__bottom {
    margin-top: 30px;
    padding-bottom: 28px;
}
.cooping {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #9CA3AF;
}
.footer__middle {
    width: 35%;
}
.footer__right {
    width: 35%;
}
.footer-app {
    padding-left: 33px;
}
.footer-app__title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}
.footer-app__info {
    margin: 17px 0 0 -10px;
}
.footer-app__info img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.footer-app__info img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.footer-menu {
    padding-left: 32px;
    margin-top: 12px;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-menu ul li {
    margin-bottom: 6px;
}
.footer-menu ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #E5E7EB;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.footer-menu ul li a:hover {
    color: #20D397;
}
.footer-form {
    width: 280px;
    margin-left: 46px;
    margin-top: 24px;
}
.footer-form label {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -17px;
}
.footer-form label:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    bottom: 0;
}
label.no-border:before {
    display: none;
}
.footer-form input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #E5E7EB;
    background-color: unset;
    border: unset;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    font-family: 'Inter', sans-serif;
}
.footer-form input:-webkit-autofill,
.footer-form input:-webkit-autofill:hover,
.footer-form input:-webkit-autofill:focus,
.footer-form input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #203b42 inset !important;
    -webkit-text-fill-color: white !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}
.footer-form input::-webkit-input-placeholder {
    color: #E5E7EB;
    font-family: 'Inter', sans-serif;
}
.footer-form input::-moz-placeholder {
    color: #E5E7EB;
    font-family: 'Inter', sans-serif;
}
.footer-form input:-ms-input-placeholder {
    color: #E5E7EB;
    font-family: 'Inter', sans-serif;
}
.footer-form input::-ms-input-placeholder {
    color: #E5E7EB;
    font-family: 'Inter', sans-serif;
}
.footer-form input::placeholder {
    color: #E5E7EB;
    font-family: 'Inter', sans-serif;
}
.footer-form input.wpcf7-submit {
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    border-radius: 8px;
    text-decoration: none;
    display: inherit;
    width: unset;
    padding: 5px 49px;
    margin-top: 25px;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #1F2937;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.footer-form input.wpcf7-submit:hover {
    background: -o-linear-gradient(353.23deg, #20D397 166.32%, #20D397 93.13%, #5A68EF -103.91%);
    background: linear-gradient(96.77deg, #20D397 166.32%, #20D397 93.13%, #5A68EF -103.91%);
}
.header-xs-close {
    display: none;
}
.modal-overflow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.19);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.modal-overflow.active {
    opacity: 1;
    visibility: visible;
}
.modal {
    position: fixed;
    top: 20px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    background: #fff;
    z-index: 12;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 95vh;
    overflow-x: auto;
    -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.modal.active {
    opacity: 1;
    visibility: visible;
}
.modal-close {
    position: absolute;
    right: 14px;
    top: 11px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.modal-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-content {
    padding: 35px 49px;
}
.modal-content__top {
    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;
    margin: 20px 0;
}
.modal-content__title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #1F2937;
}
.modal-content__desc {
    margin-top: -3px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #4B5563;
}
.modal-content-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.modal-content-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.modal-content__right {
    width: 270px;
}
.modal-content-info__title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1F2937;
}
.modal-content-info__item {
    width: 160px;
}
.modal-content-right__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.modal-content-right__price {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #1F2937;
}
.modal-content-right__time {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #1F2937;
}
.modal-content-right {
    position: relative;
}
button.btn-subscribe {
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: unset;
    width: 100%;
    cursor: pointer;
}
button.btn-subscribe.no-active {
    cursor: unset;
    color: unset;
}
button.btn-subscribe.no-active:before {
    background: #9CA3AF;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 6%);
}
button.btn-subscribe.no-active:hover div {
    opacity: 0;
}
button.btn-subscribe.no-active:hover {
    color: unset;
}
button.btn-subscribe:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: 6px;
    right: -2px;
    z-index: 1;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
}
button.btn-subscribe div {
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    border-radius: 6px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
button.btn-subscribe span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button.btn-subscribe:hover {
    background: unset;
    color: #1F2937;
}
button.btn-subscribe:hover div {
    opacity: 1;
}
.modal-content__content {
    border-top: 1px solid #E5E7EB;
    margin-top: 8px;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-content-content__title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #1F2937;
    line-height: 1.6;
}
.modal-content-content__left {
    width: 45%;
    position: relative;
}
.modal-content-content__left.w-100 {
    width: 100%;
}
.modal-content-content__right {
    width: 55%;
    position: relative;
    padding-left: 78px;
}
.modal-content-infos {
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
}
.list-check {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.list-check li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
    padding-left: 20px;
    margin-bottom: 19px;
    position: relative;
}
.list-check li:before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/themes/bestinvesting/img/check.svg");
    width: 14px;
    height: 10px;
    background-size: cover;
    left: -1px;
    top: 5px;
}
.list-plus {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.list-plus li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
    padding-left: 20px;
    margin-bottom: 19px;
    position: relative;
}
.list-plus li:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/bestinvesting/img/plus.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    left: -5px;
    top: 0;
}
.modal-content-content-right__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: static;
}
.modal-content-content-right__info__title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #1F2937;
    width: 100%;
}
.modal-content-content-right__info__item {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-content-content-right__info__item:nth-child(2) .modal-content-content-right__info__up {
    color: #20D397;
}
.modal-content-content-right__info__item:nth-child(3) .modal-content-content-right__info__up {
    color: #5A68EF;
}
.modal-content-content-right__info__price {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #1F2937;
}
.modal-content-content-right__info__desc {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #1F2937;
    margin-top: 2px;
    line-height: 1.2;
}
.modal-content-content-right__info__up {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.modal-content-content__icon {
    position: static;
    height: 260px;
    z-index: -1;
    margin-top: -25px;
    margin-left: -10px;
}
.modal-content-content-right__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
}
.modal-content-content-right__b-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
}
.modal-content-content-right__b-item-one {
    width: 13px;
    height: 13px;
    background: #20D397;
    border-radius: 50%;
}
.modal-content-content-right__b-item-two {
    width: 13px;
    height: 13px;
    background: #5A68EF;
    border-radius: 50%;
}
.modal-content-content-right__b-item span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
    margin-left: 8px;
    width: calc(100% - 14px);
}
.modal-view-more {
    margin-left: 25px;
    margin-top: -5px;
    cursor: pointer;
}
.modal-view-more span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #5A68EF;
}
.modal-view-more svg {
    position: relative;
    top: -1px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.modal-view-more.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-content-footer {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
    padding: 0 50px;
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
}
.modal-content-footer p {
    margin-top: unset;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
}
.order {
    background: rgb(31 41 55 / 90%);
    position: fixed;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 12px 0 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, bottom 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, bottom 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, bottom 0.3s ease-in-out;
}
.order.active {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.order__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order__info:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    width: 1px;
    left: 0;
    background-color: rgb(90 104 239 / 50%);
}
.order_info {
    width: calc(100% - 380px);
    overflow: hidden;
}
.order_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 310px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    border-left: 1px solid rgb(90 104 239 / 50%);
}
.order_right-total {
    font-size: 14px;
    font-weight: 400;
}
.order-item__title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    padding-right: 10px;
}
.order-item {
    width: 45%;
    position: relative;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.order-item:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    width: 1px;
    right: -1px;
    background-color: rgb(90 104 239 / 50%);
}
.order-item-close {
    position: absolute;
    right: 7px;
    top: 0;
    cursor: pointer;
}
.order-item__price {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-top: 6px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.order-item__price span {
    margin-right: 5px;
}
.order__price {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
}
button.btn-order {
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 17px 44px;
    border: unset;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    cursor: pointer;
}
button.btn-order:hover {
    background: unset;
}
button.btn-order:hover div {
    opacity: 1;
}
button.btn-order:hover span {
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
button.btn-order:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: 6px;
    right: -2px;
    z-index: 1;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
}
button.btn-order div {
    background: #1F2937;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    border-radius: 6px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
button.btn-order span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-info-graphic__shadow {
    display: none;
}
.apexcharts-tooltip-title {
    display: none;
}
.apexcharts-tooltip.apexcharts-theme-light {
    color: #1F2937;
}
.error-page {
    margin-top: 80px;
}
.error-page__content {
    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;
    position: relative;
    z-index: 3;
}
.error-page__photo {
    width: 50%;
}
.error-page__info {
    width: 50%;
    padding-left: 55px;
}
.error-page__title {
    color: #B1F0DB;
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    text-transform: uppercase;
    margin-top: 25px;
    line-height: 1;
}
.error-page__desc {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
}
.error-page__text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-top: 17px;
}
.error-page__logo {
    margin-top: 60px;
}
.error-page__btn {
    margin-top: 30px;
}
.error-page__btn a {
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 15px 21px;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}
.error-page__btn a div {
    background: #1F2937;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    border-radius: 6px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.error-page__btn a:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: 6px;
    right: -2px;
    z-index: 1;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
}
.error-page__btn a span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.error-page__btn a:hover {
    background: unset;
}
.error-page__btn a:hover div {
    opacity: 1;
}
.error-page__btn a:hover span {
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-section {
    background: #F9FAFC;
    padding-top: 75px;
}
.content-section-title h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: -0.5px;
    color: #1F2937;
    margin: 0;
}
.content-section-post {
    margin-top: 55px;
    color: #1F2937;
}
.content-section-post h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #1F2937;
    letter-spacing: -0.5px;
    margin: 0 0 35px;
}
.content-section-post p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
    margin: 0 0 20px;
    line-height: 1.6;
}
.content-section-post p a {
    background: -o-linear-gradient(300.11deg, #20D397 -51.37%, #20D397 4.05%, #5A68EF 81.65%);
    background: linear-gradient(149.89deg, #20D397 -51.37%, #20D397 4.05%, #5A68EF 81.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}
.content-section-post ol, .content-section-post ul {
    padding-left: 35px;
}
.content-section-post ol li, .content-section-post ul li {
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
    margin-bottom: 15px;
}
.footer.footer-page:before {
    background: #f9fafc;
}
.cookie {
    -webkit-box-shadow: inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    box-shadow: inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    -webkit-filter: drop-shadow(-5px 5px 10px rgba(24, 32, 42, 0.2)) drop-shadow(5px -5px 10px rgba(24, 32, 42, 0.2)) drop-shadow(-5px -5px 10px rgba(38, 50, 68, 0.9)) drop-shadow(5px 5px 13px rgba(24, 32, 42, 0.9));
    filter: drop-shadow(-5px 5px 10px rgba(24, 32, 42, 0.2)) drop-shadow(5px -5px 10px rgba(24, 32, 42, 0.2)) drop-shadow(-5px -5px 10px rgba(38, 50, 68, 0.9)) drop-shadow(5px 5px 13px rgba(24, 32, 42, 0.9));
    position: fixed;
    background: -o-linear-gradient(248.67deg, rgba(32, 211, 151, 0.224) -32.34%, rgba(32, 211, 151, 0) 85.96%), #1F2937;
    background: linear-gradient(201.33deg, rgba(32, 211, 151, 0.224) -32.34%, rgba(32, 211, 151, 0) 85.96%), #1F2937;
    height: 80px;
    left: 0;
    right: 0;
    z-index: 9;
    bottom: -80px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, bottom 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, bottom 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, bottom 0.3s ease-in-out;
}
.cookie.active {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.cookie__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
}
.cookie__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    width: 65%;
}
.cookie__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cookie__done {
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 8px 54px;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    cursor: pointer;
}
.cookie__done div {
    background: #1F2937;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    border-radius: 6px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.cookie__done:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: 6px;
    right: -2px;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
}
.cookie__done span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cookie__done:hover {
    background: unset;
}
.cookie__done:hover div {
    opacity: 1;
}
.cookie__done:hover span {
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cookie__info {
    border-radius:6px;
    position: relative;
    font-weight: 500;
    color: #ffff;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    margin-left: 14px;
    padding: 2px;
    text-decoration: none;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
}
.cookie__info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.cookie__info:hover:before {
    opacity: 1;
}
.cookie__info:hover span {
    color: #fff;
    background: unset;
    -webkit-text-fill-color: unset;
}
.cookie__info div {
    background: #1f3e43;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 6px 38px;
    border-radius: 6px;
}
.cookie__info span {
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.section-info-graphic__info-xs {
    display: none;
}
.section-reviews__slider {
    overflow: hidden;
    padding: 15px;
    margin-top: 90px;
}
.section-reviews-item {
    background: #1F2937;
    -webkit-box-shadow: -5px 5px 10px rgb(24 32 42 / 20%), 5px -5px 10px rgb(24 32 42 / 49%), -5px -5px 10px rgb(38 50 68 / 90%), 5px 5px 13px rgb(24 32 42 / 90%), inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    box-shadow: -5px 5px 10px rgb(24 32 42 / 20%), 5px -5px 10px rgb(24 32 42 / 49%), -5px -5px 10px rgb(38 50 68 / 90%), 5px 5px 13px rgb(24 32 42 / 90%), inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    border-radius: 8px;
    padding: 35px 20px;
    height: unset;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.section-reviews-item__name {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-top: 6px;
}
.section-reviews-item__mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}
.reviews-section-slide-mark__item {
    background: #bbbbbb;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reviews-section-slide-mark__item.active {
    background: #5A68EF;
}
.section-reviews-item__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.section-reviews-item__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    cursor: pointer;
}
.section-reviews-item__more:hover svg {
    -webkit-transform: translateX(20px) rotate(-90deg);
    -ms-transform: translateX(20px) rotate(-90deg);
    transform: translateX(20px) rotate(-90deg);
}
.section-reviews-item__more span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #5A68EF;
}
.section-reviews-item__more svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 1px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.modal-comment {
    width: 540px;
    margin-left: -270px;
}
.modal-comment__name {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    color: #1F2937;
}
.modal-comment__mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 14px 0;
}
.modal-comment__text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #4B5563;
}
.news-list {
    margin-top: 73px;
    position: relative;
    z-index: 3;
}
.news-list__title h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0;
}
.news-list__list {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    width: 100%;
    padding-bottom: 30px;
}
.news-list__item {
    background: #1F2937;
    -webkit-box-shadow: -5px 5px 10px rgb(24 32 42 / 20%), 5px -5px 10px rgb(24 32 42 / 49%), -5px -5px 10px rgb(38 50 68 / 90%), 5px 5px 13px rgb(24 32 42 / 90%), inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    box-shadow: -5px 5px 10px rgb(24 32 42 / 20%), 5px -5px 10px rgb(24 32 42 / 49%), -5px -5px 10px rgb(38 50 68 / 90%), 5px 5px 13px rgb(24 32 42 / 90%), inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.news-list__item:hover {
    background: #354458;
}
.news-list__item:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.news-list__item a {
    text-decoration: none;
}
.news-list__photo {
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.news-list__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.news-list__info {
    padding-left: 23px;
    padding-right: 20px;
    margin-top: 20px;

}
.news-list__title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #20D397;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
.news-list__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: 16px;
    height: 125px;
    overflow: hidden;
}
.news-list__bottom {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-list__date {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    width: 50%;
}
nav.navigation.pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-column: 4;
    -ms-grid-column-span: -3;
    grid-column: 4/1;
    margin-top: 20px;
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-links span {
    padding: 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #20D397;
    font-weight: 600;
    margin: 0 5px;
}
.nav-links a {
    padding: 5px 5px;
    background: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9CA3AF;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    margin: 0 5px;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.nav-links a:hover {
    color: #fff;
}
.news-list__read-time {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #D1D5DB;
    width: 50%;
    text-align: right;
}
.item-news__top-left {
    width: 50%;
}
.item-news__read {
    width: 50%;
    text-align: right;
}
.news-list__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-list__search {
    width: 250px;
}
form.search-form {
    background: #1F2937;
    -webkit-box-shadow: -5px 5px 10px rgb(24 32 42 / 20%), 5px -5px 10px rgb(24 32 42 / 49%), -5px -5px 10px rgb(38 50 68 / 90%), 5px 5px 13px rgb(24 32 42 / 90%), inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    box-shadow: -5px 5px 10px rgb(24 32 42 / 20%), 5px -5px 10px rgb(24 32 42 / 49%), -5px -5px 10px rgb(38 50 68 / 90%), 5px 5px 13px rgb(24 32 42 / 90%), inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
button.btn-search {
    background: unset;
    border: unset;
    outline: none;
}
input.search-input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: unset;
    color: #fff;
    border: unset;
    height: 40px;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 35px;
    outline: none !important;
}
input.search-input::-webkit-input-placeholder {
    color: #D1D5DB;
}
input.search-input::-moz-placeholder {
    color: #D1D5DB;
}
input.search-input:-ms-input-placeholder {
    color: #D1D5DB;
}
input.search-input::-ms-input-placeholder {
    color: #D1D5DB;
}
input.search-input::placeholder {
    color: #D1D5DB;
}
.item-news {
    position: relative;
    background: #1f2937;
}
.item-news__container {
    margin-right: -75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item-news__left {
    width: 70%;
}
.item-news__right {
    background: #1F2937;
    width: 30%;
    position: relative;
}
.item-news__right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: -100%;
    background: #1F2937;
    z-index: 2;
    bottom: -200px;
}
.item-news__right:after {
    content: "";
    position: absolute;
    -webkit-clip-path: ellipse(75% 25% at 29% 7%);
    clip-path: ellipse(75% 25% at 29% 7%);
}
.item-news__photo {
    width: 100%;
}
.item-news__photo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.item-news__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 35px 0;
}
.item-news__search form.search-form {
    width: calc(100% - 40px);
    margin: 38px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.sample-posts-item {
    background: #1F2937;
    -webkit-box-shadow: -5px 5px 10px rgb(24 32 42 / 20%), 5px -5px 10px rgb(24 32 42 / 49%), -5px -5px 10px rgb(38 50 68 / 90%), 5px 5px 13px rgb(24 32 42 / 90%), inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    box-shadow: -5px 5px 10px rgb(24 32 42 / 20%), 5px -5px 10px rgb(24 32 42 / 49%), -5px -5px 10px rgb(38 50 68 / 90%), 5px 5px 13px rgb(24 32 42 / 90%), inset 1px 1px 2px rgb(38 50 68 / 30%), inset -1px -1px 2px rgb(24 32 42 / 50%);
    border-radius: 8px;
    margin: 0 20px 25px;
    padding: 16px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.sample-posts-item:hover {
    background: #354458;
}
.sample-posts-item a {
    text-decoration: none;
}
.sample-posts-title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.67%, #5A68EF), color-stop(72.92%, #20D397), to(#20D397));
    background: -o-linear-gradient(top, #5A68EF 16.67%, #20D397 72.92%, #20D397 100%);
    background: linear-gradient(180deg, #5A68EF 16.67%, #20D397 72.92%, #20D397 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;
}
.sample-posts-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #D1D5DB;
    margin: 12px 0;
}
.item-news__content {
    padding-right: 40px;
}
.item-news__title h1 {
    margin: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.3;
}
.item-news__text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    margin-top: 24px;
    text-align: justify;
}
.item-news__data, .item-news__author, .item-news__read {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
.item-news__right-content {
    position: relative;
    z-index: 2;
}
.item-news-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 140px;
}
.item-news-social__arrow {
    position: relative;
    top: 10px;
}
.item-news-social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}
.item-news-social__list a {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background: #1F2937;
    border-radius: 2px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.item-news-social__list a:hover {
    background: rgb(32, 59, 66);
}
.news-list__view-more {
    position: relative;
    z-index: 2;
    padding-left: 24px;
    margin-top: 35px;
}
.news-list__view-more a {
    color: #20D397;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}
.news-list__view-more a svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
}
.news-list__view-more a:hover {
    color: #fff;
}
.news-list__view-more a:hover svg {
    stroke: #fff;
}
span.word {
    color: #20D397;
}
.back-to-blog-xs {
    display: none;
}
.news-list-container {
    margin-right: -55px;
}
.sample-post-xs-content {
    display: none;
}
.modal-error {
    top: 20%;
    width: 600px;
    margin-left: -300px;
}
.modal-error__text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #4B5563;
    text-align: center;
    margin: 40px 0 30px;
}
.modal-error__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-error__bottom a.mail {
    font-weight: 600;
    font-size: 16px;
    color: #1F2937;
    text-decoration: none;
}
.modal-error__bottom a.platform {
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14px 46px;
    position: relative;
}
.modal-error__bottom a.platform div {
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    border-radius: 6px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.modal-error__bottom a.platform:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: 6px;
    right: -2px;
    z-index: -1;
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
}
.modal-error__bottom a.platform span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.modal-error__bottom a.platform:hover {
    background: unset;
}
.modal-error__bottom a.platform:hover div {
    opacity: 1;
}
.modal-error__bottom a.platform:hover span {
    background: -o-linear-gradient(353.23deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    background: linear-gradient(96.77deg, #5A68EF -103.91%, #20D397 93.13%, #20D397 166.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.investing-tab__save {
    position: absolute;
    right: 4px;
    bottom: -9px;
    font-size: 14px;
    background: #fee2e2;
    color: rgb(245, 63, 136);
    font-weight: 600;
    line-height: 1;
    padding: 4px 10px;
    border-radius: 24px;
}
.investing-list-price__price-sale {
    font-weight: 600;
    font-size: 15px;
    color: #1F2937;
    text-decoration: line-through;
}
.investing-list-sale {
    margin: 0 20px;
    display: flex;
    align-items: center;
    min-width: 56px;
}
.investing-list-sale span {
    font-size: 14px;
    background: #fee2e2;
    color: rgb(245, 63, 136);
    font-weight: 600;
    line-height: 1;
    padding: 4px 10px;
    border-radius: 24px;
}

@media(max-width: 1340px){
    .container {
        width: 985px;
    }
    .header__btn a div {
        padding: 13px 31px;
    }
    .header__menu ul li:last-child {
        margin-right: 0;
    }
    .header__menu ul li a {
        font-size: 13px;
    }
    .header__menu {
        width: calc(100% - 355px);
        padding-left: 20px;
    }
    .header__btn {
        width: 155px;
    }
    .header__menu ul li {
        margin-right: 20px;
    }
    .top-info__title {
        font-size: 40px;
        width: 520px;
        margin-top: 100px;
    }
    .section-info-graphic__svg-one {
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
    }
    .section-info-graphic__svg-two {
        bottom: 35px;
        right: 40px;
    }
    .section-info__title {
        padding-right: 0;
    }
    .section-info__desc {
        padding-right: 80px;
    }
    .section-why-me {
        padding: 120px 0 0;
    }
    .section-why-me__item:before, .section-why-me__item {
        width: 165px;
        height: 165px;
    }
    .section-why-me__icon {
        margin-top: 15px;
    }
    .section-why-me__title {
        font-size: 26px;
    }
    .section-why-me__desc {
        font-size: 14px;
    }
    .section-info-content-right-text__left {
        left: -500px;
    }
    .section-principles__item {
        padding-bottom: 25px;
    }
    .section-principles__info {
        padding: 0 28px;
    }
    .investing-list__title {
        font-size: 20px;
    }
    .investing-list__desc, .investing-list-return__title, .investing-list-risk__title {
        font-size: 14px;
    }
    .investing-list__info div {
        padding: 15px 28px;
    }
    button.investing-list__buy {
        padding: 15px 28px;
    }
    .investing-list__item {
        padding: 11px 20px 11px;
        margin-bottom: 18px;
    }
    .investing__list {
        margin-top: 45px;
    }
    .section-video {
        margin: 120px 0 62px;
    }
    .section-video-info {
        width: 405px;
        padding: 20px 15px;
    }
    .section-video-info__title {
        font-size: 16px;
    }
    .section-video-info__desc {
        margin-top: 10px;
    }
    .section-video-info__item svg {
        width: 18px;
        height: 18px;
    }
    .section-faq__photo {
        right: -320px;
    }
    .footer-app__info img {
        width: 130px;
    }
}
@media(max-width: 1100px){
    .container {
        width: 780px;
    }
    .item-news__left {
        width: 100%;
    }
    .item-news__container, .news-list-container {
        margin-right: 0;
    }
    .item-news__content {
        padding-right: 0;
    }
    .item-news__top {
        margin: 15px 0;
    }
    .item-news__text {
        margin-top: 10px;
    }
    .item-news-social {
        margin-top: 60px;
    }
    .sample-post-xs-content {
        margin-top: 50px;
        display: block;
    }
    .header.header-page:before {
        height: 70px;
    }
    .header.active:before {
        height: 70px;
    }
    .sample-post-xs-title {
        font-size: 30px;
        color: #1F2937;
        font-weight: 800;
        text-align: center;
        margin-bottom: 40px;
    }
    .sample-post-xs-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
    .sample-posts-item {
        margin: 0 0 25px;
    }
    .item-news__right {
        display: none;
    }
    .news-list__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    nav.navigation.pagination {
        -ms-grid-column: 3;
        -ms-grid-column-span: -2;
        grid-column: 3/1;
    }
    .section-reviews__slider {
        margin-top: 60px;
    }
    .cookie__btns, .cookie__text {
        width: 50%;
    }
    .section-reviews__svg-man-one svg {
        width: 405px;
        margin-left: -55px;
    }
    .top-info__right {
        width: 100%;
        position: static;
    }
    .section-info-graphic__svg-one {
        left: -10px;
        right: 0;
        bottom: 15px;
    }
    .section-info-graphic__svg-two {
        bottom: 15px;
        left: 0;
        right: 0;
    }
    .error-page__logo {
        margin-top: 40px;
    }
    .modal {
        width: 780px;
        margin-left: -390px;
    }
    .modal-content-content-right__info__title {
        margin-bottom: 10px;
    }
    .modal-content-content-right__info__item {
        width: calc(50% - 10px);
        margin-right: 10px;
    }
    .modal-content-right__time {
        font-size: 13px;
    }
    .modal-content-right__top {
        font-size: 20px;
    }
    .modal-content-content-right__info__price {
        font-size: 24px;
    }
    .modal-content-content-right__info__desc {
        font-size: 14px;
    }
    .modal-content-content-right__info {
        left: 50px;
    }
    .modal-content-content__icon {
        left: 37px;
    }
    .modal-content-content-right__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        left: 45px;
    }
    .modal-content-content-right__b-item {
        width: 100%;
    }
    .header__content, .height-top {
        height: 70px;
    }
    .header__btn {
        display: none;
    }
    .header__logo {
        width: 175px;
        padding-top: 6px;
    }
    .header__menu {
        width: calc(100% - 175px);
    }
    .header__menu ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .header__menu ul li {
        margin-right: 16px;
    }
    .top-info__content {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .top-info__photo {
        position: static;
        width: 100%;
        text-align: center;
    }
    .top-info__left {
        width: 100%;
    }
    .top-info__btn {
        margin-top: 30px;
    }
    .top-info__title {
        width: 100%;
        margin-top: 10px;
    }
    .top-info__line {
        margin-top: 55px;
    }
    .section-info__content {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .section-info__left {
        width: 100%;
    }
    .section-info__right {
        width: 100%;
        padding-left: 0;
    }
    .section-info__graphic img {
        width: 100%;
    }
    .section-info-graphic__info {
        left: 0;
        top: 0;
    }
    .section-info-graphic__shadow {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .section-info-graphic {
        margin-top: 30px;
    }
    .section-info-graphic__bottom {
        bottom: -30px;
        right: unset;
        left: 0;
    }
    .section-info-graphic__b-item {
        margin-left: 0;
        margin-right: 20px;
    }
    .section-why-me__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section-why-me__item:before, .section-why-me__item {
        margin: 0 50px 100px;
    }
    .section-why-me:before {
        top: -35px;
    }
    .section-info-content-right-text__left img {
        width: 1000px;
    }
    .section-info-content-right-text__right {
        padding-left: 80px;
    }
    .section-info-content-right-text:before {
        width: 1800px;
        height: 1510px;
    }
    .investing-list__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }
    .investing-list__left {
        width: 50%;
    }
    .investing-list__middle {
        width: 100%;
    }
    .investing-list-return {
        padding-left: 0;
    }
    .investing-list__right {
        width: 50%;
        position: absolute;
        right: 20px;
        top: 11px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .section-video-info {
        position: static;
        background: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
    .section-video__title, .section-video__desc {
        padding-left: 15px;
    }
    .section-video__video {
        margin-top: 0;
    }
    .section-faq__list {
        width: 100%;
    }
    .section-faq__photo {
        right: -200px;
    }
    .section-faq__photo img {
        width: 685px;
    }
    .section-faq__photo img.circle-one {
        width: 165px;
    }
    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__left {
        width: 40%;
    }
    .footer__middle {
        width: 60%;
    }
    .footer__right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .footer-menu {
        padding-left: 0;
        width: 40%;
    }
    .footer-app {
        padding-left: 45px;
    }
    .section-reviews__svg {
        left: -100px;
    }
    .section-reviews__svg-man {
        top: 20px;
    }
    .section-reviews__svg-man svg {
        width: 350px;
    }
    .section-reviews__svg-circle svg {
        width: 275px;
    }
    .modal-error {
        width: 600px;
        margin-left: -300px;
    }
}
@media(max-width: 815px){
    .container {
        width: 96%;
    }
    .section-reviews-item {
        padding: 25px 10px;
    }
    .cookie {
        height: unset;
        padding: 11px 0;
    }
    .cookie__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: unset;
    }
    .cookie__btns, .cookie__text {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cookie__btns {
        margin-top: 10px;
    }
    .section-reviews__svg-man-one svg {
        width: 325px;
    }
    .top-info__photo img {
        width: 100%;
        height: unset;
    }
    .modal {
        width: 100%;
        margin-left: -50%;
        top: 0;
        max-height: 100vh;
        border-radius: 0;
    }
    .modal-comment {
        top: 50px;
        width: 96%;
        margin-left: -48%;
    }
    .modal-error {
        top: 20%;
        width: 96%;
        margin-left: -48%;
    }
    .modal-content {
        padding: 35px 12px 15px;
    }
    .modal-content-footer {
        padding: 0 15px;
    }
    .header__menu {
        position: fixed;
        width: 255px;
        top: 0;
        bottom: 0;
        z-index: 12;
        height: 100vh;
        left: -255px;
        opacity: 0;
        visibility: hidden;
        background: -o-linear-gradient(248.67deg, rgba(32, 211, 151, 0.224) -32.34%, rgba(32, 211, 151, 0) 85.96%), #1F2937;
        background: linear-gradient(201.33deg, rgba(32, 211, 151, 0.224) -32.34%, rgba(32, 211, 151, 0) 85.96%), #1F2937;
        -webkit-box-shadow: -5px 5px 10px rgba(24, 32, 42, 0.2), 5px -5px 10px rgba(24, 32, 42, 0.2), -5px -5px 10px rgba(38, 50, 68, 0.9), 5px 5px 13px rgba(24, 32, 42, 0.9), inset 1px 1px 2px rgba(38, 50, 68, 0.3), inset -1px -1px 2px rgba(24, 32, 42, 0.5);
        box-shadow: -5px 5px 10px rgba(24, 32, 42, 0.2), 5px -5px 10px rgba(24, 32, 42, 0.2), -5px -5px 10px rgba(38, 50, 68, 0.9), 5px 5px 13px rgba(24, 32, 42, 0.9), inset 1px 1px 2px rgba(38, 50, 68, 0.3), inset -1px -1px 2px rgba(24, 32, 42, 0.5);
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, left 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, left 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, left 0.3s ease-in-out;
    }
    .header__menu.active {
        opacity: 1;
        visibility: visible;
        left: 0;
    }
    .header__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 50px;
        padding-left: 16px;
    }
    .header__menu ul li {
        margin-right: 0;
        margin-bottom: 35px;
    }
    .header-xs-close {
        position: absolute;
        right: 15px;
        top: 24px;
        cursor: pointer;
        display: block;
    }
    .header__menu ul li a {
        font-size: 16px;
    }
    .header__menu-xs {
        width: calc(100% - 75px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .mobile-burger {
        position: relative;
        cursor: pointer;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    .mobile-burger.active {
        opacity: 0;
    }
    .mobile-burger span {
        width: 30px;
        height: 3px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .mobile-burger span:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 3px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: -10px;
    }
    .mobile-burger span:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 3px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: -10px;
    }
    .menu-overflow {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.19);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 11;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }
    .menu-overflow.active {
        opacity: 1;
        visibility: visible;
    }
    .header {
        background: rgb(31 41 55 / 90%);
        -webkit-box-shadow: 0 2px 9px rgb(0 0 0 / 25%);
        box-shadow: 0 2px 9px rgb(0 0 0 / 25%);
    }
    .header:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 70px;
        background: -o-linear-gradient(314.03deg, rgba(32, 211, 151, 0.16) -7.91%, rgba(32, 211, 151, 0.004) 45.76%);
        background: linear-gradient(135.97deg, rgba(32, 211, 151, 0.16) -7.91%, rgba(32, 211, 151, 0.004) 45.76%);
    }
    .section-info {
        margin: 60px 0 0;
    }
    .section-info-graphic {
        margin-top: 65px;
    }
    .section-info-graphic__info {
        top: -50px;
    }
    .section-info-graphic__svg-one {
        position: absolute;
        bottom: 15px;
        left: -15px;
        right: -10px;
    }
    .section-info-graphic__svg-two {
        bottom: 10px;
        right: 0;
        left: 0;
    }
    .section-info-graphic__bottom {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section-info-content-right-text__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section-info-content-right-text__left {
        width: 100%;
        position: static;
        text-align: center;
    }
    .section-info-content-right-text__left img {
        width: unset;
    }
    .section-info-content-right-text:before {
        width: 980px;
        height: 892px;
        background: -o-radial-gradient(29.57% 50%, 35.57% 35.57%, rgba(32, 211, 151, 0.4) 23.32%, rgba(32, 211, 151, 0) 67.9%);
        background: radial-gradient(35.57% 35.57% at 29.57% 50%, rgba(32, 211, 151, 0.4) 23.32%, rgba(32, 211, 151, 0) 67.9%);
        left: 90px;
        top: -160px;
    }
    .section-info-content-right-text__title {
        display: none;
    }
    .section-info-content-right-text__right {
        padding-left: 0;
        margin: 10px auto 0;
        width: 300px;
    }
    .section-info-content-right-text__title-xs {
        font-style: normal;
        font-weight: 800;
        font-size: 30px;
        text-align: center;
        letter-spacing: -0.5px;
        color: #1F2937;
        width: 100%;
        margin-bottom: 50px;
        display: block;
    }
    .section-principles {
        overflow: hidden;
    }
    .section-principles__title {
        text-align: center;
        padding-top: 70px;
    }
    .section-principles__desc {
        text-align: center;
        margin: 20px auto 0;
    }
    .section-principles__content {
        margin: 40px -10px 0;
        width: 100%;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
    }
    .section-principles__item {
        width: unset;
    }
    .section-principles:before {
        height: 410px;
        -webkit-clip-path: polygon(0 0, 100% 0%, 330% 0, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 330% 0, 0% 100%);
    }
    .section-reviews__title-xs {
        font-style: normal;
        font-weight: 800;
        font-size: 30px;
        text-align: -webkit-center;
        display: block;
    }
    .section-reviews__svg {
        left: -40px;
        top: -70px;
    }
    .section-reviews__svg-circle svg {
        width: 210px;
    }
    .section-reviews__svg {
        top: -40px;
    }
    .section-reviews__svg-man svg {
        width: 275px;
    }
    .section-reviews__svg-circle svg {
        width: 215px;
    }
    .section-reviews__title {
        display: none;
    }
    .section-reviews__info {
        padding-left: 250px;
        padding-top: 0;
    }
    .section-reviews__desc {
        margin-top: 55px;
        width: 320px;
    }
    .investing {
        margin: 80px 0;
    }
    .investing__title, .investing__desc {
        text-align: center;
    }
    .investing__tab {
        text-align: center;
    }
    .investing:before {
        background: -o-radial-gradient(29.57% 50%, 23.08% 24.3%, rgba(90, 104, 239, 0.21) 23.32%, rgba(90, 104, 239, 0.0126) 67.9%);
        background: radial-gradient(23.08% 24.3% at 29.57% 50%, rgba(90, 104, 239, 0.21) 23.32%, rgba(90, 104, 239, 0.0126) 67.9%);
        width: 1400px;
        height: 1400px;
        left: 0;
    }
    .investing:after {
        display: none;
    }
    .section-why-me__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section-why-me__item {
        width: 175px;
        height: 175px;
        margin: 20px !important;
    }
    .section-why-me__item:before {
        width: 175px;
        height: 175px;
        margin: 0;
    }
    .section-why-me__item {
        margin: 20px 10px !important;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
    }
    .section-why-me__item-i {
        width: 100%;
        height: 100%;
    }
    .section-why-me__info {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section-why-me__item:before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .section-why-me__icon {
        margin-top: unset;
        position: static;
    }
    .section-why-me {
        padding: 55px 0 65px;
    }
    .section-info-content-right-text:before {
        left: 85%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .error-page__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .error-page__photo {
        width: 100%;
        text-align: center;
    }
    .error-page__photo img {
        max-width: 100%;
    }
    .error-page__info {
        width: 100%;
        padding-left: 0;
    }
    .error-page__btn {
        text-align: center;
    }
    .order__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .order_info {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    .order_right {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 14px;
    }
    .order__price {
        margin-right: 20px;
    }
    button.btn-order {
        padding: 12px 44px;
    }
}
@media(max-width: 600px){
    .section-reviews__desc {
        width: 100%;
        margin-top: 10px;
    }
    .search-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .search-top .news-list__title {
        margin-bottom: 14px;
    }
    .back-to-blog-xs {
        margin-top: 40px;
        display: block;
    }
    .back-to-blog-xs a {
        text-decoration: none;
    }
    .back-to-blog-xs span {
        background: -o-linear-gradient(300.11deg, #20D397 -51.37%, #20D397 4.05%, #5A68EF 81.65%);
        background: linear-gradient(149.89deg, #20D397 -51.37%, #20D397 4.05%, #5A68EF 81.65%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
    }
    .sample-post-xs-list {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .sample-posts-title {
        height: unset;
    }
    .item-news__photo {
        margin-left: -4%;
        margin-right: -4%;
        width: 108%;
    }
    .item-news__photo img {
        height: unset;
    }
    .news-list__info {
        padding-left: 18px;
        padding-right: 20px;
        margin-top: 15px;
    }
    .news-list {
        margin-top: 40px;
    }
    .news-list__title {
        height: unset;
    }
    .news-list__list {
        margin-top: 25px;
    }
    .news-list__desc {
        height: unset;
        font-size: 16px;
        margin-top: 8px;
    }
    .news-list__list {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    nav.navigation.pagination {
        -ms-grid-column: 2;
        -ms-grid-column-span: -1;
        grid-column: 2/1;
    }
    .header__logo {
        width: 220px;
    }
    .top-info__btn {
        text-align: center;
    }
    .error-page__logo {
        margin-top: 0;
    }
    .error-page__desc {
        font-size: 24px;
    }
    .error-page__text {
        font-size: 16px;
    }
    .modal-content-right__top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .modal-content-right__time {
        margin-left: 6px;
        font-size: 15px;
    }
    .modal-content-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 6px;
    }
    .modal-content-info__item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .modal-content__content {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .modal-content-content__left {
        width: 100%;
        margin-top: 20px;
    }
    .modal-content-content__right {
        width: 100%;
        padding: 0;
    }
    .modal-content-content-right__info {
        position: static;
    }
    .modal-content-content__icon {
        position: static;
        height: unset;
        margin-top: -20px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .modal-content-content-right__bottom {
        position: static;
        margin-top: -15px;
    }
    .modal-content-infos {
        margin-top: 8px;
    }
    .list-check li, .list-plus li {
        margin-bottom: 8px;
    }
    .investing-list-return__info {
        margin-left: 12px;
    }
    .investing-list-risk__info {
        margin-top: 0;
        margin-left: 12px;
    }
    .modal-content__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .modal-content__left {
        width: 100%;
    }
    .modal-content__right {
        width: 100%;
        margin-top: 10px;
    }
    .section-faq {
        margin: 62px 0 0;
    }
    .investing-list__right {
        position: static;
        width: calc(100% + 20px);
        margin: 15px -10px 0;
    }
    button.investing-list__info, button.investing-list__buy {
        width: 50%;
        margin: 0 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .investing-list__info div {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section-faq__photo {
        right: -260px;
        top: -80px;
    }
    .footer {
        margin-top: 0;
        padding-top: 140px;
    }
    .footer-svg {
        height: 100px;
        -webkit-clip-path: polygon(0 0,97% 0%,240% 0,0% 100%);
        clip-path: polygon(0 0,97% 0%,240% 0,0% 100%);
        background: #1F2937;
        position: relative;
        bottom: -96px;
        margin-top: -80px;
    }
    body.bg-white .footer-svg {
        background: #f9fafc;
    }
    .footer-svg svg {
        display: none;
    }
    .section-why-me:before {
        top: 0;
        height: 270px;
        -webkit-clip-path: polygon(0 0, 97% 0%, 295% 0, 0% 100%);
        clip-path: polygon(0 0, 97% 0%, 295% 0, 0% 100%);
    }
    .section-info:before {
        display: none;
    }
    .content-section {
        padding-top: 40px;
    }
    .content-section-title {
        text-align: center;
    }
    .content-section-post {
        margin-top: 32px;
    }
    .content-section {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .content-section-post p {
        font-size: 16px;
    }
}
@media(max-width: 550px) {
    .container {
        width: 92%;
    }
    .investing-list-sale {
        width: 100%;
        margin: 0;
        justify-content: flex-end;
    }
    [data-aos-delay] {
        transition-delay: 0s !important
    }
    .top-info__line-content {
        margin-top: 80px;
    }
    .scrollUp {
        right: -35px;
    }
    .section-reviews__svg-man-one svg{
        width: 300px;
    }
    .order_right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: unset;
    }
    .order-item__title {
        font-size: 15px;
    }
    .footer__left, .footer__middle {
        width: 100%;
    }
    .content-section-post h3 {
        font-size: 20px;
        margin: 0 0 18px;
    }
    .footer-form {
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }
    .footer-form input.wpcf7-submit {
        margin: 18px auto 0;
    }
    .footer__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-app {
        padding-left: 0;
    }
    .footer-menu {
        width: 100%;
    }
    .cooping {
        text-align: center;
    }
    .top-info__title {
        font-size: 34px;
    }
    .top-info__btn a:nth-child(1) {
        padding: 15px 45px;
    }
    .top-info__line {
        margin-top: 38px;
    }
    .section-info {
        margin: 85px 0 0;
    }
    .section-info__title {
        font-weight: 500;
    }
    .section-info__desc {
        padding-right: 0;
        margin-top: 20px;
        font-size: 16px;
    }
    .section-info-graphic__info {
        display: none;
    }
    .section-info-graphic__info-xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: static;
        margin-top: 50px;
    }
    .section-info-graphic__price {
        font-size: 22px;
        font-weight: 500;
    }
    .section-info-graphic__desc {
        font-size: 12px;
        font-weight: 300;
        padding-right: 10px;
    }
    .section-info-graphic__percent {
        font-size: 22px;
    }
    .section-info-graphic__item {
        width: 48%;
        margin-right: unset;
    }
    .section-info-graphic__item:nth-child(1) {
        width: 60%;
    }
    .section-info-graphic__item:nth-child(2) {
        width: 40%;
    }
    .section-info-graphic {
        margin-top: 0;
    }
    .section-info-graphic__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        bottom: -55px;
    }
    .section-info-graphic__b-item {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .section-info-graphic__svg-one {
        bottom: 5px;
        left: 0;
        right: 0;
    }
    .section-info-graphic__svg-two {
        bottom: 0;
    }
    .section-why-me {
        padding: 95px 0 85px;
    }
    .section-why-me:before {
        height: 420px;
        -webkit-clip-path: polygon(0 0, 97% 0%, 455% 0, 0% 100%);
        clip-path: polygon(0 0, 97% 0%, 455% 0, 0% 100%);
    }
    .section-info-content-right-text__list {
        margin-top: 20px;
    }
    .section-info-content-right-text__btn {
        margin-top: 58px;
        margin-left: 0;
        text-align: center;
        padding-bottom: 15px;
    }
    .section-reviews__svg {
        left: -85px;
    }
    .section-reviews__svg-man svg {
        width: 240px;
    }
    .section-reviews__svg-circle svg {
        width: 190px;
        margin-top: 35px;
    }
    .section-reviews__info {
        padding-left: 150px
    }
    .section-reviews__desc {
        margin-top: 20px;
        font-size: 16px;
    }
    .section-reviews__ex {
        margin-top: 75px;
    }
    .investing__desc {
        margin-top: 16px;
    }
    .investing-tab__content {
        margin-top: 42px;
    }
    .investing__list {
        margin-top: 28px;
    }
    .investing-list__left {
        width: 100%;
    }
    .investing-list__middle {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .investing-list-return {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 4px;
    }
    .investing-list-risk {
        width: 100%;
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
    }
    .investing-list-return__info {
        padding-left: 8px;
    }
    .investing-list-risk__info {
        padding-left: 8px;
        margin-top: 0;
    }
    .investing-list-price {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        text-align: right;
    }
    .investing-list__right {
        width: calc(100% + 10px);
        margin: 5px -5px 0;
    }
    button.investing-list__info, button.investing-list__buy {
        margin: 0 5px;
    }
    button.investing-list__buy,  .investing-list__info div  {
        padding: 9px 0;
    }
    .investing {
        margin: 80px 0 70px;
    }
    .section-video {
        margin: 70px 0 62px;
    }
    .section-video__desc {
        width: 100%;
        font-size: 16px;
    }
    .section-video-info {
        width: 100%;
    }
    .section-video-info__title {
        font-size: 18px;
    }
    .section-video-infos__title {
        text-align: center;
        font-size: 16px;
    }
    .section-video-infos__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section-video-infos__list a {
        margin: 0 10px;
    }
    .section-video-infos__list a img {
        max-width: 110px;
    }
    .section-faq__desc {
        width: 100%;
        font-size: 16px;
    }
    .section-faq__quest span {
        font-size: 15px;
    }
    .section-principles__desc {
        width: 100%;
    }
}
@media(max-width: 425px){
    .modal-error__text {
        margin: 25px 0 25px;
    }
    .modal-error__bottom {
        flex-direction: column;
    }
    .modal-error__bottom a {
        margin-top: 10px;
    }
}
@media(max-width: 360px){
    .top-info__title {
        font-size: 22px;
    }
    .top-info__btn a:nth-child(1) {
        padding: 13px 38px;
    }
    .top-info__btn a:nth-child(2) div {
        padding: 13px 44px;
    }
    .cookie__done {
        padding: 8px 44px;
    }
    .cookie__info div {
        padding: 6px 24px;
    }
    .news-list__search {
        width: 215px;
    }
    input.search-input {
        font-size: 14px;
    }
}