@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap);

button, input, optgroup, select, textarea {
    font-family: inherit;
    margin: 0
}

.hero__title span:after, .page__title span:after {
    left: 50%;
    content: "";
    width: 241px;
    height: 6px
}

h1, h2 {
    font-weight: 800
}

p a, p span {
    color: #1f8ceb;
    /*color: #525ef9*/
}

p a:active, p a:focus, p a:hover {
    color: #4651d3
}

button, ol, ul {
    padding: 0;
    margin: 0
}

a, button {
    outline: 0
}

a, p a, p a:hover {
    text-decoration: none
}

body, html {
    -webkit-overflow-scrolling: touch
}

.ripple, body.body-overflow {
    overflow: hidden
}

.annual_fees__item-text p, .benefits__item-text p, .blog__item-name {
    -webkit-font-feature-settings: "salt" on, "liga" off;
    font-feature-settings: "salt" on, "liga" off
}

.block__btn, .blue-btn, .header .btn-login, .hero__btn {
    letter-spacing: 1px
}

.block__container, .reviews .swiper-wrapper, .row {
    align-content: flex-start
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.29;
    margin: 0
}

h3, h4 {
    line-height: 130%
}

h1 {
    font-size: 42px
}

h2 {
    font-size: 34px
}

h3 {
    font-size: 30px;
    font-weight: 500
}

h4 {
    font-size: 22px
}

.b-link i, h5 {
    font-size: 20px
}

h5 {
    line-height: 140%
}

h6 {
    font-size: 19px
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 20px
}

p a, strong {
    font-weight: 600
}

p small {
    font-size: 14px;
    opacity: .5
}

p:last-child {
    margin: 0
}

p a {
    word-break: break-all
}

img {
    display: block;
    max-width: 100%
}

a {
    color: inherit
}

ol, ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.b-input__text, textarea {
    width: 100%;
    -webkit-box-sizing: border-box
}

ol li, ul li {
    list-style: none
}

ol {
    padding: 0 0 0 20px
}

ol li {
    list-style: decimal
}

input, select, textarea {
    border: 1px solid transparent
}

button {
    border: none;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

button:active, button:focus, button:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.about__item-img, .about__item-text p, .annual_fees__item, .modal__item, .p-relative, .page__title span, .products__item-img, .products__item-img div, .ripple {
    position: relative
}

.ripple-effect {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    -webkit-animation: 1s forwards ripple;
    animation: 1s forwards ripple;
    z-index: 3
}

input, textarea {
    border: none;
    outline: 0
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(200);
        transform: scale(200)
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(200);
        transform: scale(200)
    }
}

.blue-btn {
    background: #1f8ceb;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer__bottom-right a, .footer__nav ul li a, .footer__social ul li a, .header .btn-login, .header .lang__dropdown-item, .header .nav ul > li > a, .swiper-pagination .swiper-pagination-bullet, .swiper__arrow {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.blue-btn:hover {
    background: #0085f9
}

.blue-btn:active {
    background: #056ac3
}

.b-input, .row .col.col-lg-12 {
    width: 100%
}

.b-input__text {
    height: 40px;
    background: #f5f5f5;
    padding: 0 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    box-sizing: border-box
}

.b-input__text::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #878787
}

.b-input__text:-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #878787
}

textarea {
    border-radius: 0;
    margin: 0;
    box-sizing: border-box;
    resize: none
}

.input__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 0
}

.input__wrapper-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #878787;
    width: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.input__wrapper .input__file {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.input__wrapper .input__file-icon-wrapper {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 3px;
    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;
    margin-right: 10px
}

.input__wrapper .input__file-button-text {
    margin-top: 1px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #878787
}

.input__wrapper .input__file-button {
    width: 200px;
    height: 40px;
    background: #f5f5f5;
    border: .5px solid #878787;
    border-radius: 30px;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

select {
    outline: 0;
    width: 100%
}

.b-select {
    width: 100%;
    height: 40px;
    padding: 0 43px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    background: url(../images/select-arrow.svg) right 10px center/9px no-repeat #f5f5f5;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    -o-text-overflow: "";
    text-overflow: "";
    -ms-appearance: none;
    appearance: none !important
}

.b-checkbox:not(:last-child), .b-radio:not(:last-child) {
    margin: 0 0 10px
}

.b-checkbox input[type=checkbox], .b-mobile, .b-radio input[type=radio], .breadcrumbs ul li:last-child a i, .header__right-nav {
    display: none
}

.b-checkbox input[type=checkbox] + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0
}

.b-checkbox input[type=checkbox] + label span {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    border: 2px solid #d2d7dd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 10px
}

.b-checkbox input[type=checkbox] + label i {
    font-style: normal;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #09151e
}

.b-checkbox input[type=checkbox]:checked + label span {
    background: url(../images/check.svg) center no-repeat #525ef9;
    border-color: #3e4ade
}

.b-checkbox:hover input[type=checkbox] + label span {
    border-color: #525ef9
}

.b-radio input[type=radio] + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.b-radio input[type=radio] + label span {
    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;
    width: 22px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #a6a8c4;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px;
    position: relative;
    cursor: pointer
}

.b-radio input[type=radio] + label span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f67e53;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    opacity: 0;
    visibility: hidden
}

.b-radio input[type=radio] + label i {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #544e64;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    padding: 1px 0 0;
    cursor: pointer
}

.b-link, .custom__text ol li, .custom__text ul li, .header .nav ul > li > a {
    line-height: 24px;
    font-style: normal
}

.breadcrumbs ul li:last-child a, body {
    color: #1e2d3b
}

.b-radio input[type=radio]:checked + label span, .b-radio:hover input[type=radio] + label span {
    border-color: #f67e53
}

.b-radio input[type=radio]:checked + label span:before {
    opacity: 1 !important;
    visibility: visible
}

.b-radio:hover input[type=radio] + label span:before {
    visibility: visible;
    opacity: .5
}

.fancybox-enabled {
    padding: 0 17px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-container {
    z-index: 999999
}

.modal-dialog {
    pointer-events: inherit
}

.modal {
    z-index: 99999999
}

.slick-slide, .slick-slide:focus, .slick-slide:hover {
    outline: 0 !important
}

.swiper-pagination {
    position: static !important;
    margin: 0;
    width: auto !important;
    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
}

.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #d4d8e0;
    background: #fff;
    -webkit-box-shadow: 1px 2px 32px 0 rgba(110, 115, 157, .15);
    box-shadow: 1px 2px 32px 0 rgba(110, 115, 157, .15);
    margin: 0 !important;
    opacity: 1 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s ease-in-out
}

.about, .annual_fees, .annual_fees__row, .benefits, .benefits__item, .container, .custom__text ul li, .footer, .header, .hero, .modal__input, .proposition, .reviews, .reviews__item-wrap, .row .col {
    -webkit-box-sizing: border-box
}

.annual_fees__item, .benefits__item, .container, .custom__text ul li, .footer, .header, .hero, .modal__input, .row .col {
    box-sizing: border-box
}

.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px !important
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
    border: 1px solid #1f8ceb
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row .col {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px
}

.row .col.col-lg-4 {
    width: 33.333333%
}

.row .col.col-lg-6 {
    width: 50%
}

.row .col.col-lg-8 {
    width: 66.666667%
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.b-link, .breadcrumbs ul, .breadcrumbs ul li a, .footer__bottom, .footer__nav ul, .footer__social ul, .footer__social ul li a, .header .container, .header .lang__top, .header .nav ul, .header__right, .header__right-btns, .modal__item-btn {
    display: -webkit-box;
    display: -ms-flexbox
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.annual_fees__item-text, .benefits__item-text, .block__btn, .blog__item-label, .header .btn-login, .header .lang, .hero, .modal .title, .modal__btns p, .modal__form-bottom, .page, .proposition__item-label, .section__title, .section__top {
    text-align: center
}

.p-0 {
    padding: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.just-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.just-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.just-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.just-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.text-transform-none {
    text-transform: none !important
}

.benefits__bottom-title, .block__desc, .section__desc {
    text-transform: uppercase;
    text-align: center
}

.blockchain__bottom-title, .block__desc, .section__desc {
    text-transform: uppercase;
    text-align: center
}

.flex-wrap-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.breadcrumbs ul, .breadcrumbs ul li a {
    -webkit-box-pack: start
}

.mt-20 {
    margin-top: 20px
}

.mr-20 {
    margin-right: 20px
}

.swiper__arrow {
    color: #525ef9;
    font-size: 30px;
    cursor: pointer;
    transition: .3s ease-in-out
}

.footer__bottom-right a:hover, .hero__btn:hover, .swiper__arrow:hover {
    opacity: .7
}

.swiper-button-disabled {
    color: #d2d7dd
}

.breadcrumbs {
    margin: 10px 0 56px
}

.breadcrumbs ul {
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs ul li:not(:last-child) {
    margin: 0 10px 0 0
}

.breadcrumbs ul li a {
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #acacac
}

.breadcrumbs ul li a i {
    margin: 0 0 0 8px;
    font-size: 9px
}

blockquote {
    display: block
}

.custom__text ol:not(:last-child), .custom__text ul:not(:last-child) {
    margin: 0 0 25px
}

.custom__text ul li {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 13px
}

.custom__text ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #09151e
}

.custom__text ol li {
    font-size: 14px;
    font-weight: 400
}

.b-link {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1f8ceb;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.b-link i {
    margin: 0 0 0 10px
}

.b-link:hover {
    color: #0085f9
}

.b-link:active {
    color: #056ac3
}

.header .lang, .header .nav ul > li > a:hover {
    color: #b6b6b6
}

.b-mobile .menu-icon {
    position: relative;
    cursor: pointer
}

.b-mobile .menu-icon.active {
    z-index: 1
}

.b-mobile .menu-icon .menu-icon__wrapper {
    position: relative;
    width: 24px;
    height: 18px;
    margin: 0 auto
}

.b-mobile .menu-icon .b-menu__line {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #09151e;
    border-radius: 20px;
    -webkit-transition: background-color .35s, opacity .175s cubic-bezier(.215, .61, .355, 1), -webkit-transform .175s cubic-bezier(.215, .61, .355, 1);
    transition: background-color .35s, transform .175s cubic-bezier(.215, .61, .355, 1), opacity .175s cubic-bezier(.215, .61, .355, 1), -webkit-transform .175s cubic-bezier(.215, .61, .355, 1);
    -o-transition: background-color .35s, transform .175s cubic-bezier(.215, .61, .355, 1), opacity .175s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    overflow: hidden
}

.header .btn-login, .header .lang__dropdown-item, .header .nav ul > li > a {
    transition: .3s ease-in-out
}

.b-mobile .menu-icon .b-menu__line_1 {
    top: 0
}

.b-mobile .menu-icon .b-menu__line_2 {
    top: 8px
}

.b-mobile .menu-icon .b-menu__line_3 {
    top: 15px
}

.b-mobile .menu-icon.active .b-menu__line_1 {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
    top: 0
}

.b-mobile .menu-icon.active .b-menu__line_2 {
    opacity: 0
}

.b-mobile .menu-icon.active .b-menu__line_3 {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    top: 16px;
    width: 100%
}

html {
    height: 100%;
    width: 100%;
    margin: 0
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Work Sans", sans-serif;
    width: 100%;
    background: #fff;
    min-height: 100%;
    min-width: 320px
}

.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

.header {
    padding: 32px 0
}

header.header {
    box-shadow: 0 2px 45px 0 rgba(113, 132, 148, .12)
}

.header .btn-login, .header .lang__dropdown {
    background: #fff;
    -webkit-box-sizing: border-box
}

.header .container {
    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;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 40px
}

.header .logo {
    max-width: 216px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 15px 0 0
}

.header .nav ul, .header__right, .header__right-btns {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .nav ul > li {
    margin: 0 43px 0 0;
}

@media (max-width: 1366px) {
    .header .nav ul > li {
        margin: 0 25px 0 0;
    }
}

.header .nav ul > li > a {
    display: block;
    color: #1e2d3b;
    font-size: 16px;
    font-weight: 500
}

.header .nav ul > li.active a {
    position: relative;
    color: #1e2d3b
}

.header .nav ul > li.active a:after {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) skewX(-45deg);
    -ms-transform: translateX(-50%) skewX(-45deg);
    transform: translateX(-50%) skewX(-45deg);
    content: "";
    width: 32px;
    height: 3px;
    background: #1f8ceb
}

.header .lang {
    display: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    margin: 0 26px 0 0
}

.header .lang__top {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.header .btn-reg, .header .lang__top i.icon-angle-down {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center
}

.header .lang__top i.icon-lang {
    font-size: 20px;
    margin: 0 12px 0 0;
    color: #c6c6c6
}

.header .lang__top i.icon-angle-down {
    width: 24px;
    height: 24px;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 7px;
    color: #b6b6b6
}

.header .lang__dropdown {
    position: absolute;
    top: 100%;
    left: 17px;
    -webkit-box-shadow: 0 2px 45px 0 rgba(113, 132, 148, .12);
    box-shadow: 0 2px 45px 0 rgba(113, 132, 148, .12);
    padding: 10px 15px;
    box-sizing: border-box;
    margin: 10px 0 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.header .lang__dropdown.active {
    opacity: 1;
    visibility: visible;
    z-index: 20
}

.header .lang__dropdown-item:hover {
    color: #1e2d3b
}

.header .lang__dropdown-item:not(:last-child) {
    margin: 0 0 10px
}

.header .btn-reg {
    width: 163px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 18px 0 0
}

.header .btn-login, .modal__btn, .modal__item-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    font-size: 14px
}

.header .btn-login {
    width: 122px;
    height: 40px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #1f8ceb;
    box-sizing: border-box;
    color: #1f8ceb;
    font-style: normal;
    font-weight: 700;
    line-height: 13px
}

.header .btn-login:hover {
    background: #1f8ceb;
    color: #fff
}

.header .btn-login:active {
    background: #056ac3;
    border-color: #056ac3;
    color: #fff
}

@media (max-width: 1299px) {
    .header .container {
        padding: 0 15px
    }

    .header .nav ul > li:not(:last-child) {
        margin: 0 25px 0 0
    }
}

.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 21, 30, .3);
    overflow: auto;
    padding: 20px 0 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.modal, .modal__btn {
    border-radius: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 99999
}

.modal {
    width: 600px;
    background: #fff;
    -webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .15);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin: 0 auto;
    padding: 48px 92px
}

.modal .title {
    margin: 0 0 35px
}

.modal__btn:not(:last-child), .modal__item:not(:last-child) {
    margin: 0 0 20px
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #acacac;
    width: 16px
}

.modal__btns {
    margin: 0 0 30px
}

.modal__btns p {
    margin: 30px 0 0
}

.modal__btn {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 44px;
    background: #f2f5f9;
    padding: 0 20px;
    font-weight: 400;
    line-height: 1
}

.modal__item-btn, .modal__item-ico {
    position: absolute;
    -webkit-box-pack: center;
    height: 44px;
    color: #acacac
}

.modal__btn img {
    margin: 0 9px 0 0
}

.modal__item-ico {
    width: 47px;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal__item-ico .icon-ic_full_name, .modal__item-ico .icon-ic_password {
    font-size: 18px
}

.modal__item-ico .icon-ic_mail {
    font-size: 13px
}

.modal__item-btn {
    top: 0;
    right: 0;
    width: 44px;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px
}

.modal__item-btn.show:before {
    content: ""
}

.modal__input {
    width: 100%;
    height: 44px;
    border-radius: 16px;
    border: 1px solid #d2d7dd;
    background: #fff;
    padding: 0 15px 0 47px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.footer__bottom-right a, .footer__copyright {
    color: rgba(255, 255, 255, .5);
    font-size: 12px
}

.footer__bottom-right a, .footer__copyright, .footer__nav ul li a {
    line-height: 24px;
    font-style: normal;
    font-weight: 400
}

.modal__input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #acacac
}

.modal__input:-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #acacac
}

.modal__form-bottom .blue-btn {
    margin: 0 0 12px
}

.footer {
    background: #1e2d3b;
    padding: 50px 0 25px
}

.footer__nav {
    margin: 0 0 73px
}

.footer__nav ul {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__nav ul li {
    margin: 0 15px
}

.footer__nav ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    transition: .3s ease-in-out
}

.footer__nav ul li a:hover {
    color: rgba(255, 255, 255, .5)
}

.footer__social {
    margin: 0 0 100px
}

.footer__social ul {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__social ul li:not(:last-child) {
    margin-right: 28px
}

.footer__social ul li a {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border: 1px solid #1f8ceb;
    border-radius: 100%;
    transition: .3s ease-in-out
}

.footer__social ul li a:hover {
    background: #1f8ceb
}

.footer__social ul li a:hover img {
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.footer__bottom {
    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
}

.about__item-img, .about__row, .annual_fees__row, .benefits__item-img, .benefits__row, .block__btn, .blog__top, .footer__bottom-right, .future_members__item-img, .hero__btn, .products__item-img, .products__row .benefits__bottom-row, .reviews__item, annual_fees__row, future_members__row, .products__row {
    display: -webkit-box;
    display: -ms-flexbox
}

.footer__bottom-right {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__bottom-right a {
    display: block;
    transition: .3s ease-in-out
}

.footer__bottom-right a:not(:last-child) {
    margin-right: 115px
}

.hero {
    background: url(../images/hero__bg.png) center top/cover no-repeat;
    padding: 75px 0 75px;
    min-height: 694px
}

.hero__title {
    color: #a4bcff;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    margin: 0 0 55px
}

.hero__title span {
    color: #fff;
    position: relative
}

.buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    margin-top: 50px
}

@media screen and (max-width: 768px) {
    .buttons-container {
        flex-direction: column;
    }

    .public-button {
        margin-bottom: 50px;
    }
}

.hero__title span:after {
    position: absolute;
    top: 100%;
    background: -o-linear-gradient(358deg, #19d5b2 -1.69%, #19b3d5 104.14%);
    background: linear-gradient(92deg, #19d5b2 -1.69%, #19b3d5 104.14%);
    -webkit-transform: translateX(-50%) skewX(-45deg);
    -ms-transform: translateX(-50%) skewX(-45deg);
    transform: translateX(-50%) skewX(-45deg)
}

.hero p, .page p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 37.512px
}

.annual_fees__item-text, .benefits__item-text b, .hero__btn {
    font-weight: 700;
    font-style: normal
}

.annual_fees__item-text, .blockchain__item-text b, .hero__btn {
    font-weight: 700;
    font-style: normal
}

.hero__btn {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    height: 56px;
    border-radius: 6px;
    border: 1px solid #1f8ceb;
    background: #fff;
    margin: 55px auto 0;
    color: #1f8ceb;
    font-size: 14px;
    line-height: 16px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hero__btn.no-margin-top {
    margin-top: 0px;
}

.margin-bottom-75 {
    margin-bottom: 75px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.hero__btn:active {
    opacity: .9
}

.about, .future_members, .blockchain {
    padding: 115px 0;
    box-sizing: border-box
}

.proposition, .benefits {
    padding-bottom: 115px;
    box-sizing: border-box
}

.benefits .section__top {
    margin: 0 0 50px
}

.blockchain .section__top {
    margin: 0 0 50px
}

.blockchain .section__title {
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* перенос */
}

.blockchain .section__title .head {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.blockchain .section__title .subhead {
    display: flex;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.blockchain .section__title .subhead span {
    border-radius: 500px;
    background: rgba(31, 140, 235, .1);
    color: #1f8ceb;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@media (max-width: 1119px) {
    .blockchain .section__title {
        flex-direction: column;
        align-items: center;
    }

    .blockchain .section__title .subhead {
        margin-left: 0;
        justify-content: flex-start;
        margin-top: 16px;
    }
}

@media (max-width: 518px) {
    .blockchain .section__title .head {
        flex-direction: column;
    }
}


.about__row, .annual_fees__row, .benefits__row, .products__row, blockchain__row {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about__row, .annual_fees__row, products__row {
    align-items: flex-start;
}

.annual_fees__item, .benefits__item {
    border-radius: 12px;
    border: 1px solid rgba(25, 31, 40, .2);
    background: #fff;
    -webkit-box-shadow: 0 2px 45px 0 rgba(110, 115, 157, .12);
    box-shadow: 0 2px 45px 0 rgba(110, 115, 157, .12);
    width: 395px;
    padding: 55px 52px;
    min-height: 458px
}

.blockchain__item {
    display: flex;
    align-items: stretch;
    height: 100%;
    border-radius: 12px;
    border: 1px solid rgba(25, 31, 40, .2);
    background: #fff;
    -webkit-box-shadow: 0 2px 45px 0 rgba(110, 115, 157, .12);
    box-shadow: 0 2px 45px 0 rgba(110, 115, 157, .12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.blockchain__item-img,
.blockchain__item-text {
    /*flex: 1;*/
}

.annual_fees__item.sm, .benefits__item.sm {
    width: 331px;
    padding: 30px 27px;
    margin: 26px 0 0;
    min-height: inherit
}

.blockchain__item.sm {
    width: 331px;
    padding: 15px;
    margin: 26px 0 0;
    min-height: inherit
}

.annual_fees__item:not(:last-child), .benefits__item:not(:last-child) {
    margin-right: 55px
}

.annual_fees__item-img, .benefits__item-img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: rgba(31, 140, 235, .05);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 20px
}

.annual_fees__item-img img, .benefits__item-img img {
    margin: 0 auto
}

.benefits__item-text b {
    display: block;
    color: #1e2d3b;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 23px
}

.blockchain__item-text {
    width: 100%;
}

.blockchain__item-text .title {
    color: #1e2d3b;
    font-size: 20px;
    line-height: 30px;
    flex: 1;
}

.blockchain__item-text .status {
    padding: 5px;
    border-radius: 6px;
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 600;
}

.blockchain__item-text .status.live {
    background-color: #e8fff3;
    color: #0ca578;
}

.blockchain__item-text .status.under-development {
    background-color: #ebeff5;
    color: #00000;
}

.blockchain__item-info {
    display: flex;
    align-items: center;
}

.blockchain__item-info .title, .blockchain__item-img {
    /*margin-top: 15px;*/
}

.benefits__item-text p, .reviews__item-wrap p {
    font-size: 16px;
    line-height: 24px
}

.blockchain__item-text p, .reviews__item-wrap p {
    font-size: 16px;
    line-height: 24px
}

.benefits__item-text p {
    color: #1e2d3b;
    font-style: normal;
    font-weight: 400
}

.blockchain__item-text p {
    color: #1e2d3b;
    font-style: normal;
    font-weight: 400
}

.benefits__bottom-title, .reviews__item-wrap p {
    color: #5b5b5b;
    font-weight: 400;
    font-style: normal
}

.blockchain__bottom-title, .reviews__item-wrap p {
    color: #5b5b5b;
    font-weight: 400;
    font-style: normal
}

.benefits__bottom {
    margin: 80px 0 0
}

.blockchain__bottom {
    margin: 80px 0 0
}


.benefits__bottom-title {
    font-size: 11px;
    line-height: 15.6px;
    margin: 0 0 28px
}

.blockchain__bottom-title {
    font-size: 11px;
    line-height: 15.6px;
    margin: 0 0 28px
}

.benefits__bottom-row {
    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
}

.blockchain__bottom-row {
    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
}

.section__title {
    color: #282828;
    font-size: 49px;
    font-style: normal;
    font-weight: 400;
    line-height: 58.598px
}

.block__desc, .section__desc {
    font-size: 14px;
    line-height: 21px
}

.section__title:not(:last-child) {
    margin: 0 0 38px
}

.section__desc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 500px;
    background: rgba(31, 140, 235, .1);
    color: #1f8ceb;
    font-style: normal;
    font-weight: 700;
    padding: 8px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.block__btn, .block__desc, .block__title {
    color: #fff;
    font-style: normal
}

.reviews {
    background: #f6f9fc;
    padding: 100px 0 84px;
    box-sizing: border-box
}

.reviews .section__top {
    margin: 0 0 78px
}

.reviews .section__top .section__desc {
    margin: 0 0 25px
}

.reviews .swiper-wrapper {
    -ms-flex-line-pack: start
}

.reviews .swiper-slide {
    width: 600px;
    height: auto;
    margin-bottom: 80px
}

.reviews__item {
    height: 100%;
    border-radius: 12px;
    border: 1px solid #d4d8e0;
    background: #fff;
    -webkit-box-shadow: 1px 2px 32px 0 rgba(110, 115, 157, .15);
    box-shadow: 1px 2px 32px 0 rgba(110, 115, 157, .15);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews__item-wrap {
    padding: 20px 33px 25px;
    box-sizing: border-box;
    min-height: 184px
}

.block, .block__container, .block__desc, .blog, .reviews__item-bottom {
    -webkit-box-sizing: border-box
}

.reviews__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 18px
}

.reviews__item-img {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 16px 0 0
}

.reviews__item-img img {
    border-radius: 100%
}

.reviews__item-text b {
    display: block;
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px
}

.reviews__item-text span {
    display: block;
    color: #5b5b5b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.reviews__item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 12px 12px;
    background: #f6f9fc;
    box-sizing: border-box;
    padding: 20px 25px 20px 0
}

.reviews__item-bottom i {
    font-size: 15px;
    color: #ff7500;
    margin: 0
}

.reviews__item-bottom span {
    color: #5b5b5b;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.block {
    padding: 145px 0 120px;
    box-sizing: border-box
}

.block__container {
    border-radius: 10px;
    background: url(../images/block__bg.svg) top 54px right 18px no-repeat #000a70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    padding-right: 78px;
    box-sizing: border-box
}

.block__left {
    padding: 54px 0 67px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.block__desc, .blog {
    box-sizing: border-box
}

.block__desc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 500px;
    background: rgba(255, 255, 255, .1);
    font-weight: 600;
    padding: 7.5px 30px;
    margin: 0 0 23px
}

.block__title {
    font-size: 49px;
    font-weight: 400;
    line-height: 58.598px;
    margin: 0 0 42px
}

.block__btn {
    width: 168px;
    height: 54px;
    border-radius: 6px;
    background: #1f8ceb;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}

.block__btn i {
    margin: 0 0 0 15px;
    color: #000a70;
    font-size: 18px
}

.block__img {
    position: relative;
    width: 315px
}

.block__img img {
    position: absolute;
    bottom: 0
}

.block__img:before {
    position: absolute;
    top: -39px;
    left: -113px;
    content: "";
    background: url(../images/block__icon.svg) center no-repeat;
    width: 149px;
    height: 257px
}

@media (max-width: 1199px) {
    .annual_fees__item-text b, .benefits__item-text b, .blockchain__item-text b {
        font-size: 18px;
        line-height: 1;
        margin: 0 0 15px
    }

    .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .row .col {
        padding-left: 10px;
        padding-right: 10px
    }

    .row .col.col-md-6 {
        width: 50%
    }

    .row .col.col-md-4 {
        width: 33.333333%
    }

    .row .col.col-md-8 {
        width: 66.666667%
    }

    .header {
        padding: 15px 0
    }

    .header .logo {
        width: 156px
    }

    .header .lang, .header .nav ul > li:not(:last-child) {
        margin: 0 15px 0 0
    }

    .annual_fees__item:not(:last-child), .benefits__item:not(:last-child), .blockchain__item:not(:last-child) {
        margin-right: 20px
    }

    .header .btn-reg {
        width: 125px
    }

    .header .btn-login {
        width: 100px
    }

    .annual_fees__item.sm, .benefits__item.sm {
        width: 290px;
        padding: 30px 15px
    }


    .annual_fees__item, .benefits__item, .blockchain__item {
        width: 300px;
        padding: 35px 15px;
        min-height: 435px
    }

    .block__left {
        padding: 54px 0 67px 30px
    }

    .block__title {
        font-size: 40px
    }
}


.blog {
    padding: 0 0 140px
}

.blog__top {
    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: 0 0 70px
}

.about__title, .blog__title, .proposition__title {
    color: #1e2d3b;
    font-size: 51px;
    font-style: normal;
    font-weight: 400;
    line-height: 56.033px;
    letter-spacing: .512px
}

.about__title, .blog__row, .proposition__row, .blockchain__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px
}

.blog__col {
    width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px
}

.blog__item, .proposition__item {
    border-radius: 12px;
    border: 1px solid rgba(25, 31, 40, .2);
    background: #fff;
    -webkit-box-shadow: 0 2px 45px 0 rgba(110, 115, 157, .12);
    box-shadow: 0 2px 45px 0 rgba(110, 115, 157, .12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.blog__item-label, .proposition__item-label {
    position: absolute;
    top: 30px;
    left: 27px;
    border-radius: 500px;
    background: rgba(255, 255, 255, .75);
    text-transform: uppercase;
    font-style: normal
}

.about__item-label, .blog__item-label, .proposition__item-label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 18px;
    color: #000a70;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px
}

.about__item-name, .blog__item-name, .proposition__item-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #1e2d3b;
    font-style: normal
}

.about__item-text, .blog__item-text, .proposition__item-text {
    padding: 30px 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.blog__item-name {
    display: block;
    margin: 0 0 20px
}

.about__top, .proposition__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 70px
}

.about__col, .proposition__col {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px
}

.blockchain__row {
    justify-content: center;
}

.blockchain__col {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px
}

.blockchain__col .blockchain__item {
    align-items: center;
    gap: 15px;
    position: relative;
}

.blockchain__col .blockchain__item-img {
    flex: 0 0 40px;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding: 5px;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockchain__col .blockchain__item-img img {
    height: 40px;
}

.proposition .proposition__row .proposition__col p {
    font-size: 16px;
}

.height-100 {
    height: 100%;
}

.about__item-name, .proposition__item-name {
    display: block;
    -webkit-font-feature-settings: "salt" on, "liga" off;
    font-feature-settings: "salt" on, "liga" off;
    margin: 0 0 20px
}

@media (max-width: 991px) {
    .b-mobile, .header .nav ul {
        display: block
    }

    .row .col.col-sm-12 {
        width: 100%
    }

    .b-mobile {
        margin: 0 0 0 15px
    }

    .header .nav ul > li:not(:last-child), .hero__title {
        margin: 0 0 25px
    }

    .header {
        position: relative
    }

    .header__right {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header .nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 30px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: -1
    }

    .header .nav.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 100
    }

    .header .nav ul > li > a {
        text-align: center
    }

    .modal-overlay {
        padding: 50px 0 100px
    }

    .annual_fees, .benefits, .hero, .reviews {
        padding: 50px 0
    }

    .hero {
        min-height: inherit
    }

    .hero__title {
        font-size: 30px;
        line-height: 1.7
    }

    .block__title, .section__title {
        line-height: 1.3;
        font-size: 38px
    }

    .hero p {
        font-size: 18px;
        line-height: 1.5
    }

    .benefits .section__top {
        margin: 0 0 30px
    }

    .blockchain .section__top {
        margin: 0 0 30px
    }

    .benefits__item {
        width: 290px !important;
        margin: 0 auto 30px !important
    }

    .blockchain__item {
        width: 290px !important;
        margin: 0 auto 30px !important
    }

    .benefits__bottom {
        margin: 40px 0 0
    }

    .blockchain__bottom {
        margin: 40px 0 0
    }

    .benefits__bottom-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blockchain__bottom-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .benefits__bottom-item {
        margin: 10px 5px
    }

    .blockchain__bottom-item {
        margin: 10px 5px
    }

    .blog__top, .proposition__top, .reviews .section__top {
        margin: 0 0 40px
    }

    .reviews .swiper-slide {
        margin-bottom: 40px
    }

    .block {
        padding: 90px 0 50px
    }

    .block__container {
        padding-right: 10px
    }

    .block__title {
        max-width: 70%
    }

    .blog, .proposition {
        padding: 0 0 50px
    }

    .blog__title, .proposition__title {
        font-size: 38px
    }

    .blog__col, .proposition__col {
        width: 50%
    }
}

@media (max-width: 767px) {
    .header__right, .modal, .row .col.col-xs-12 {
        width: 100%
    }

    .b-checkbox input[type=checkbox] + label i {
        font-size: 14px
    }

    .breadcrumbs ul li:last-child a {
        display: block;
        max-width: 100px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .custom__text ol:not(:last-child), .custom__text ul:not(:last-child) {
        margin: 0 0 20px
    }

    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .header .lang, .header .nav {
        margin: 0 0 30px
    }

    .header .nav {
        position: static;
        padding: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .header .nav__container {
        display: none
    }

    .header__right {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 30px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: -1
    }

    .header__right.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 100
    }

    .header__right-nav {
        display: block
    }

    .header .lang__top, .header__right-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header .lang__dropdown {
        left: 50%;
        -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
        transform: translateX(-45%)
    }

    .block__container, .modal-overlay {
        padding: 0
    }

    .modal {
        border-radius: 0;
        padding: 50px 15px
    }

    .footer__nav {
        margin: 0 0 40px
    }

    .footer__nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__nav ul li {
        margin: 0 20px 10px 0 !important
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .footer__bottom-right {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 20px
    }

    .footer__bottom-right a {
        margin: 0 !important
    }

    .footer__social {
        margin: 0 0 50px
    }

    .hero__title {
        font-size: 19px
    }

    .hero__title span {
        display: inline-block
    }

    .hero__title span:after {
        top: auto;
        bottom: -2px
    }

    .block__img, .hero p br, .hero__title br {
        display: none
    }

    .hero p {
        font-size: 16px
    }

    .hero__btn {
        margin: 25px auto 0
    }

    .block__title, .blog__title, .proposition__title, .section__title {
        font-size: 30px
    }

    .reviews .swiper-slide {
        width: 290px
    }

    .blog__item-text, .proposition__item-text, .reviews__item-wrap {
        padding: 20px 15px
    }

    .block__left {
        padding: 50px 15px
    }

    .blog__col, .proposition__col {
        width: 290px;
        margin: 30px auto 0
    }
}

.about__top-text, .page__title {
    font-weight: 700;
    font-size: 40px
}

.page {
    box-sizing: border-box
}

.page__title {
    color: #1e2d3b;
    font-style: normal;
    line-height: 70px;
    padding: 88px 0;
    background-color: #f6f9fc
}

.page__title span {
    color: #1e2d3b;
    text-transform: uppercase;
    padding-bottom: 10px
}

.page__title span:after {
    position: absolute;
    top: 100%;
    background: -o-linear-gradient(358deg, #19d5b2 -1.69%, #19b3d5 104.14%);
    background: linear-gradient(92deg, #19d5b2 -1.69%, #19b3d5 104.14%);
    -webkit-transform: translateX(-50%) skewX(-45deg);
    -ms-transform: translateX(-50%) skewX(-45deg);
    transform: translateX(-50%) skewX(-45deg)
}

.page__title p {
    font-size: 20px;
    color: #1e2d3b;
    margin: 45px auto 0;
    max-width: 970px;
    width: 100%
}

.about__top-img {
    flex-shrink: 0;
    margin: 0 16px 0 0
}

.about__top-text {
    line-height: 65px;
    color: #000a70
}

.about__top-text span {
    color: #718494
}

.about__item {
    display: flex;
    flex-wrap: wrap
}

.about__item:first-child {
    padding-top: 78px
}

.about__item-img {
    display: flex;
    height: 550px;
    align-items: baseline
}

.about__item:nth-child(odd) .about__item-img {
    justify-content: flex-start
}

.about__item:nth-child(2n) .about__item-img {
    justify-content: flex-end
}

.about__item-img:nth-child(2n) img:nth-child(2), .about__item-img:nth-child(odd) img:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0
}

.about__item-img, .about__item-text {
    box-sizing: border-box;
    flex: 50%
}

.about__item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    align-items: center;
    display: flex;
    padding: 0 55px
}

.about__item-text p {
    padding-top: 60px;
    font-size: 18px
}

.about__item-text p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #718494;
    opacity: .5
}

.products__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0
}

.products__item {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    max-width: 970px;
    width: 100%;
    align-items: center;
    justify-content: center
}

.products__item-text p:first-child {
    color: #000a70;
    font-family: Work Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px
}

.products__item-text p:nth-child(2), .registry__text > p {
    color: #1e2d3b;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.products__item-text p:nth-child(2) {
    font-family: Work Sans;
    font-size: 18px !important;
    max-width: 570px !important;
    width: 100% !important;;
}

.products__item-img, .products__item-text {
    box-sizing: border-box;
    justify-content: flex-end
}

.products__item-img {
    display: flex;
    align-items: baseline;
    padding: 20px
}

.products__item:nth-child(odd) .products__item-img {
    flex: 20%
}

.products__item:nth-child(odd) .products__item-text {
    flex: 80%
}

.products__item:nth-child(2n) .products__item-img {
    flex: 50%
}

.products__item:nth-child(2n) .products__item-text {
    flex: 50%
}

.products__item:nth-child(2n) .products__item-img div::after, .products__item:nth-child(odd) .products__item-img div::before {
    content: attr(data-number);
    display: block;
    position: absolute;
    color: #1f8ceb;
    font-size: 50px;
    font-style: normal;
    font-weight: 600
}

.products__item:nth-child(odd) .products__item-img div::before {
    top: -18px;
    left: 0
}

.products__item:nth-child(2n) .products__item-img div::after {
    top: 0px;
    right: 0
}

@media (max-width: 1299px) {
    .about__item:first-child, .products__item:first-child {
        padding-top: 50px
    }

    .about__item-text p, .products__item-text p {
        padding-top: 30px;
        font-size: 16px;
        position: relative
    }

    .page__title {
        padding: 50px 0
    }

    .about__top, .products__top {
        margin-bottom: 50px
    }

    .about__top-text, .products__top-text {
        font-size: 30px;
        line-height: 60px
    }

    .about__item-img {
        flex: 100%%;
        display: none
    }

    .about__item-text {
        flex: 100%
    }

    .products__item {
        margin: 35px 0
    }

    .products__item-img {
        flex: 100%%;
        display: none
    }

    .products__item-text, .products__item:nth-child(2n) .products__item-text, .products__item:nth-child(odd) .products__item-text {
        flex: 100%
    }

    .products__item-text p:nth-child(2) {
        max-width: unset
    }
}

.registry {
    padding: 100px 0;
    box-sizing: border-box
}

.registry__row {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px
}

.registry__text > p {
    font-size: 18px
}

.registry__item > ul {
    max-width: 500px;
    width: 100%;
    margin: 0 auto
}

.registry__item > ul > li:nth-child(odd) {
    list-style: disc;
    font-weight: 700;
    margin: 50px auto 10px
}

.registry__item > ul > li:nth-child(2n) {
    margin-left: 35px
}

.registry__item > ul > li:nth-child(2n) > ul > li {
    list-style: disc;
    line-height: 24px;
    margin-bottom: 10px
}

.membership .annual_fees__row {
    padding: 0 0 115px 0;
}

.membership__row {
    display: flex;
    max-width: 1170px;
    padding: 115px 0 115px 0;
    box-sizing: border-box
}


.future_members {
    padding: 100px 0 123px;
    box-sizing: border-box
}

.membership__row > div {
    flex: 1
}

.membership__text {
    display: flex;
    justify-content: center;
    align-items: center
}

.membership__text p {
    color: #1e2d3b;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    max-width: 422px;
    width: 100%
}

.registry__list > ul {
    /*max-width: 529px;*/
    width: 100%;
    font-size: 18px
}

.registry__list > ul > li {
    position: relative;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 30px
}

.registry__list > ul > li::before {
    content: "";
    background-image: url(../images/ui-icon-vector.png);
    background-size: 20px 28px;
    width: 20px;
    height: 28px;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: -40px;
    top: 5px
}

.registry__list > ul > li::marker {
    position: absolute
}

.registry__list > ul > li > span {
    color: #000a70;
    font-style: normal;
    font-weight: 700
}

.annual_fees .section__top p, .future_members .section__top p {
    max-width: 745px;
    text-align: center;
    margin: 0 auto 95px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px
}

.annual_fees__item-text, .annual_fees__item-text p {
    margin-top: 49px;
    font-size: 24px
}

.annual_fees__item-text p {
    margin-top: 24px
}

.annual_fees__item-text span {
    font-size: 40px
}

.annual_fees__item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(92deg, #00f0ff -1.61%, #19d5b2 99.25%)
}

.annual_fees__item:first-child:before {
    background: linear-gradient(92deg, #000a70 -1.61%, #1f8ceb 99.25%)
}

.annual_fees__item:last-child:before {
    background: linear-gradient(92deg, #718494 -1.61%, #bbdbf7 99.25%)
}

.annual_fees__item:after {
    content: "";
    background-image: url(../images/annual_fees_img4.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    right: 17px;
    width: 21px;
    height: 21px
}

.annual_fees {
    background: #f6f9fc;
    padding-top: 115px;
}

.future_members__row {
    display: flex;
    justify-content: space-between
}

.future_members__item {
    flex: 0 0 calc(50% - 15px);
    padding: 49px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid rgba(25, 31, 40, .2);
    background: #fff;
    box-shadow: 0 2px 45px 0 rgba(110, 115, 157, .12);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center
}

.future_members__item-img {
    flex: 35%
}

.future_members__item-text {
    flex: 65%;
    color: #1e2d3b;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px
}

@media (max-width: 991px) {
    .registry__list > ul {
        width: unset;
        max-width: max-content
    }

    .annual_fees__item, .future_members__item {
        width: 290px !important;
        margin: 0 auto 30px !important
    }

    .future_members__item {
        flex-direction: column;
        text-align: center
    }

    .future_members__item-text {
        margin-top: 25px
    }

    .membership__text {
        margin-bottom: 25px
    }

    .future_members__row, .membership__row {
        flex-direction: column
    }
}


.google-map {
    margin-top: 0px;
    width: 100%;
}

.google-map iframe {
    width: 100%;
}

.padding-0 {
    padding: 0;
}

.news_panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    padding: 70px 0;
}

.news_panel.gl {
    padding-top: 0 !important;
}

.news_item {
    box-sizing: border-box;
    flex: 0 0 calc(33.3333% - 20px);
    max-width: calc(33.3333% - 20px);
    border-radius: 12px;
    border: 1px solid rgba(25, 31, 40, .2);
    box-shadow: 0 2px 45px 0 rgba(110, 115, 157, .12);
    overflow: hidden;
}

.news_item_photo {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.news_item_photo img{*/
/*    object-fit: contain;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.news_item_body {
    padding: 25px;
}

.news_item_body_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_item_body_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 30px;
}

.news_item_body_link {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: #1F8CEB;
    font-size: 16px;
    font-weight: 700;
}

.news_item_body_link, .news_item_body_link svg path {
    transition: .3s ease-in-out;
}

.news_item_body_link:hover, .news_item_body_link:hover svg path {
    color: #4651d3;
    fill: #4651d3;
}

.news_show_panel {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.news_show_img {
    min-height: 200px;
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    background: #f6f9fc;
    align-items: center;
    margin-bottom: 50px;
}

.news_show_img img {
    height: 45px;
}

.news_show_title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}

.news_show_sub_text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}

.news_show_text p {
    font-size: 16px;
    text-align: justify;

}

.news_show_text_quote {
    padding: 35px;
    margin-bottom: 20px;
    color: #000a70;
    font-weight: 500;
    font-size: 20px;
    font-style: italic;
}

.news_show_text_quote_img {
    display: flex;
    justify-content: center;
    column-gap: 12px;
    margin-bottom: 24px;
}

.news_show_text_quote_img img {
    width: 28px;
}

@media (max-width: 992px) {
    .news_item {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .news_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.justify-content-start {
    justify-content: start;
}

.margin-top-50 {
    margin-top: 50px;
}

.no-bg {
    background: none;
}

.gap-43px {
    gap: 43px;
}

/* ===== Unnested / Safari-safe ===== */

.clarity-act .hero {
    background: unset;
    padding: 50px 0 50px;
    /*background-color: #0A192F;*/
    /*min-height: unset;*/
}

.clarity-act .hero .hero__title {
    margin-bottom: 25px;
}

.clarity-act .hero .buttons-container {
    /*margin-top: 75px;*/
    /*flex-direction: column;*/
    /*gap: 50px;*/
}

.clarity-act .hero .hero__title,
.clarity-act .hero p {
    color: #1e2d3b;

}

.clarity-act .news_panel {
    padding: 70px 0;
}

.clarity-act .news_item .news_item_photo {
    position: relative;
}

.clarity-act .news_item span {
    position: absolute;
    top: 10px;
    left: 25px;
    background-color: #ebeff5;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

.clarity-act .news_item .news_item_photo {
    margin-top: 5px
}

.clarity-act .news_item .news_item_photo img {
    margin-top: 25px
}

.clarity-act .clarity-product-sheet .news_item_body_text {
    margin-bottom: 24px;
}

.clarity-comparison {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(90deg, #fbfcfe 0%, #f8fafc 50%, #f3f8ff 100%);
    box-shadow: inset 0 0 0 1px rgba(31, 140, 235, .08);
}

.clarity-comparison_col {
    padding: 20px 16px;
}

.clarity-comparison_col:first-child {
    padding-right: 28px;
}

.clarity-comparison_col_blue {
    color: #006dff;
    padding-left: 36px;
}

.clarity-comparison_title {
    margin-bottom: 14px;
    color: #001846;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.clarity-comparison_col_blue .clarity-comparison_title {
    color: #006dff;
}

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

.clarity-comparison_list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    padding-left: 18px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}

.clarity-comparison_list li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    color: #006dff;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

.clarity-comparison_list_negative li::before {
    content: "\00d7";
    color: #617083;
}

.clarity-comparison_list_positive li::before {
    content: "\2713";
}

.clarity-comparison_list li:last-child {
    margin-bottom: 0;
}

.clarity-comparison_arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
}

.clarity-comparison_arrow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #dbe5f2;
    transform: translateX(-50%);
}

.clarity-comparison_arrow svg {
    position: relative;
    z-index: 1;
    width: 34px;
    height: 34px;
    padding: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 14px rgba(0, 24, 70, .15);
}

.clarity-act .clarity-product-sheet .news_item_meta {
    padding-top: 0;
}

.blue-line {
    width: 100%;
    height: 14px;
    border-radius: 2px;
    background: linear-gradient(90deg, #163f66 0%, #1f4e79 50%, #245887 100%);
}

.clarity-act .hero .buttons-container .hero__btn {
    /*position: relative;*/
    /*margin-top: unset;*/
    /*min-width: 300px;*/
    /*padding: 0 20px;*/
}

.clarity-act .hero .buttons-container .hero__btn sup {
    /*position: absolute;*/
    /*top: 5px;*/
    /*right: 10px;*/
}

.clarity-act .hero .buttons-container small {
    /*color: #fff;*/
    /*font-size: 14px !important;*/
}

.clarity-act .news {
    padding: 50px 0 50px;
}

.clarity-act .news .proposition__top {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.clarity-act .news .news_panel {
    padding: unset;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 10px;
}

.clarity-act .news .news_item_body_title {
    text-align: left;
}

.clarity-act .news .news_item_body_title,
.clarity-act .news .news_item_body_text {
    margin-bottom: unset;
}

.clarity-act .news .news_item {
    max-width: 350px;
    width: 100%;
}

.clarity-act .news .arrow-up {
    transform: rotate(90deg);
    font-size: 15px;
}

.clarity-act .news .blue {
    background-color: rgb(31 140 232 / 10%);
}

.clarity-act .news .green {
    background-color: #e8fff3;
}

/* Footer */
.clarity-act .footer.section {
    background-color: #f6f9fc;
    padding: 50px 0;
}

.clarity-act .footer h3 {
    margin: 0 0 20px;
}

/*.clarity-act .footer .footer__copyright {
    color: #1e2d3b;
}*/

.clarity-act .footer .footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clarity-act .footer .footer__list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.6;
}

/* ВАЖНО: у тебя было ДВА ::before подряд.
   Второй ПЕРЕБИВАЕТ первый (галочку). Оставляю финальное поведение как у тебя сейчас: SVG-иконка. */
.clarity-act .footer .footer__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.20em;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231F8CEB'>\
<path d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/>\
</svg>") no-repeat center / contain;
}


.footer__bottom .footer__left {
    gap: 20px;
    display: flex;
}

.small {
    margin-top: 75px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.small small {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}

.small small + small {
    margin-top: 6px;
}


.dts-hero__content {
    margin: 0 auto 48px;
    text-align: center;
}

.dts-hero__content .hero__title {
    margin-bottom: 28px;
}

.dts-hero__content p {
    max-width: 900px;
    margin: 0 auto 18px;
    color: #1e2d3b;
    font-size: 20px;
    line-height: 1.55;
}

.dts-hero__content .dts-hero__tagline {
    margin-top: 28px;
    color: #001846;
    font-weight: 700;
}

.dts-framework {
    color: #1e2d3b;
    text-align: left;
    margin-bottom: 115px;
}

.dts-framework__head {
    margin-bottom: 34px;
    text-align: center;
}

.dts-framework__head h2 {
    margin: 0 0 10px;
    color: #001846;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
}

.dts-framework__head p {
    margin: 0;
    color: #7a8797;
    font-size: 24px;
    line-height: 1.35;
}

.dts-framework__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.18fr);
    gap: 48px;
    align-items: stretch;
}

.dts-framework__panel {
    position: relative;
    min-height: 500px;
    padding: 34px 42px;
    border: 1px solid #dfe6ef;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff 0%, #f9fbfe 100%);
    box-shadow: 0 15px 45px rgba(7, 27, 50, .06);
}

.dts-framework__panel_blue {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 28px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    border-color: #d5e6fb;
}

.dts-framework__panel h3 {
    margin: 0 0 32px;
    color: #1a2433;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
}

.dts-framework__panel_blue h3 {
    grid-column: 1 / -1;
    color: #005ee8;
}

.dts-framework__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dts-framework__item {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    text-align: left;
}

.dts-framework__item h4 {
    margin: 0 0 8px;
    color: #1a2433;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    text-align: left;
}

.dts-framework__item p {
    margin: 0;
    color: #1e2d3b;
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
}

.dts-framework__panel_blue .dts-framework__item h4 {
    color: #005ee8;
}

.dts-framework__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    color: #005ee8;
    background: #eaf4ff;
}

.dts-framework__icon.muted {
    color: #68717b;
    background: #eef0f3;
}

.dts-framework__icon svg {
    width: 38px;
    height: 38px;
}

.dts-framework__items_timeline {
    position: relative;
}

.dts-framework__items_timeline::before {
    content: "";
    position: absolute;
    top: 31px;
    bottom: 31px;
    left: 31px;
    width: 3px;
    background: #0b6df0;
}

.dts-framework__items_timeline .dts-framework__icon {
    position: relative;
    z-index: 1;
}

.dts-framework__side {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 28px;
    border-left: 1px solid #d4e2f2;
    color: #1e2d3b;
    font-size: 15px;
    line-height: 1.35;
}

.dts-framework__side-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.dts-framework__side-item svg {
    width: 34px;
    height: 34px;
    color: #005ee8;
}

.dts-framework__arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: calc(45.3% - 6px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border: 2px solid #aab6c5;
    border-radius: 50%;
    color: #001846;
    background: #fff;
    transform: translate(-50%, -50%);
}

.dts-framework__arrow svg {
    width: 42px;
    height: 42px;
}

.dts-framework__result {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) minmax(260px, 330px);
    gap: 28px;
    align-items: center;
    margin-top: 50px;
    padding: 24px 56px;
    border: 1px solid #d5e6fb;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    text-align: left;
}

.dts-framework__result h3 {
    margin: 0 0 8px;
    color: #005ee8;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.dts-framework__result p {
    margin: 0;
    color: #1e2d3b;
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
}

.dts-framework__result strong {
    padding-left: 44px;
    border-left: 1px solid #c8d8eb;
    color: #005ee8;
    font-size: 20px;
    line-height: 1.45;
}

@media (max-width: 1100px) {
    .dts-framework__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .dts-framework__arrow {
        position: relative;
        top: auto;
        left: auto;
        margin: -4px auto;
        transform: rotate(90deg);
    }
}

@media (max-width: 767px) {
    .dts-hero__content p {
        font-size: 16px;
    }

    .dts-framework__head h2 {
        font-size: 26px;
    }

    .dts-framework__head p {
        font-size: 18px;
    }

    .dts-framework__panel,
    .dts-framework__result {
        padding: 24px 18px;
    }

    .dts-framework__panel_blue {
        grid-template-columns: 1fr;
    }

    .dts-framework__item {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
    }

    .dts-framework__icon {
        width: 50px;
        height: 50px;
    }

    .dts-framework__icon svg {
        width: 30px;
        height: 30px;
    }

    .dts-framework__side {
        gap: 14px;
        padding-top: 22px;
        padding-left: 0;
        border-top: 1px solid #d4e2f2;
        border-left: 0;
    }

    .dts-framework__side-item {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .dts-framework__result {
        grid-template-columns: 1fr;
    }

    .dts-framework__result strong {
        padding-top: 22px;
        padding-left: 0;
        border-top: 1px solid #c8d8eb;
        border-left: 0;
    }
}
