/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}
body {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: montregular, sans-serif;
    background: #1a1a1a;
    font-size: 18px;
    color: #000;
    line-height: 1.3;
    overflow-x: hidden;
}
body.m-hidden {
    overflow: hidden;
}
* {
    box-sizing: border-box;
}
:focus {
    outline: 0;
}
:-moz-any-link:focus {
    outline: 1px dotted invert;
}
:-moz-any-link:focus {
    outline: 0;
}
input,
textarea {
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
::-webkit-input-placeholder {
    color: #888;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
::-moz-placeholder {
    color: #888;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
:-moz-placeholder {
    color: #888;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
:-ms-input-placeholder {
    color: #888;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
:focus::-webkit-input-placeholder {
    color: transparent;
}
:focus::-moz-placeholder {
    color: transparent;
}
:focus:-moz-placeholder {
    color: transparent;
}
:focus:-ms-input-placeholder {
    color: transparent;
}
input:required {
    box-shadow: none;
}
input[type="text"]:-webkit-autofill {
    font-size: 18px !important;
}
input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:active,
input[type="text"]:-webkit-autofill:focus,
input[type="text"]:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    font-size: 18px !important;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0 1000px #fff inset;
}
input:-webkit-autofill::first-line {
    font-size: 18px !important;
}
input[type="submit"] {
    border: 0;
}
button {
    border: 0;
    outline: 0;
}
@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeEffect {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
h1 {
    font-size: 80px;
    font-family: montsemibold;
    margin: 0 0 29px 0;
    line-height: 1.15;
}
h2 {
    font-size: 40px;
    font-family: montsemibold;
    margin: 0 0 40px 0;
    line-height: 1.2;
}
h3 {
    font-size: 28px;
    font-family: montsemibold;
    margin: 0 0 32px 0;
}
strong {
    font-family: montbold;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    display: flex;
    align-items: flex-start;
    list-style-type: none;
    margin-bottom: 24px;
}
li:last-child {
    margin-bottom: 0;
}
li:before {
    content: "";
    width: 6px;
    min-width: 6px;
    height: 6px;
    background: #f63;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 8px 12px 0 0;
}
@font-face {
    font-family: montregular;
    src: url(../fonts/mont/mont-regular/mont-regular.eot);
    src: url(../fonts/mont/mont-regular/mont-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/mont/mont-regular/mont-regular.woff2) format("woff2"), url(../fonts/mont/mont-regular/mont-regular.woff) format("woff"),
        url(../fonts/mont/mont-regular/mont-regular.ttf) format("truetype"), url(../fonts/mont/mont-regular/mont-regular.svg#montregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: montsemibold;
    src: url(../fonts/mont/mont-semibold/mont-semibold.eot);
    src: url(../fonts/mont/mont-semibold/mont-semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/mont/mont-semibold/mont-semibold.woff2) format("woff2"), url(../fonts/mont/mont-semibold/mont-semibold.woff) format("woff"),
        url(../fonts/mont/mont-semibold/mont-semibold.ttf) format("truetype"), url(../fonts/mont/mont-semibold/mont-semibold.svg#montsemibold) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: montbold;
    src: url(../fonts/mont/mont-bold/mont-bold.eot);
    src: url(../fonts/mont/mont-bold/mont-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/mont/mont-bold/mont-bold.woff2) format("woff2"), url(../fonts/mont/mont-bold/mont-bold.woff) format("woff"),
        url(../fonts/mont/mont-bold/mont-bold.ttf) format("truetype"), url(../fonts/mont/mont-bold/mont-bold.svg#montbold) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.layout {
    flex: 1 0 auto;
}
.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    width: 100%;
    position: relative;
}
.container {
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
}
.p-disclaimer {
    background: #f0f2f4;
    padding: 4px 20px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
}
.p-disclaimer strong {
    font-style: italic;
}
.form {
    width: 100%;
    max-width: 544px;
}
.form-row {
    position: relative;
}
.el-animate.m-bottom {
    opacity: 0;
    transform: translateY(30px);
}
.el-animate.m-bottom.el-show {
    opacity: 1;
    transition: all 1.5s ease;
    transform: translateY(0);
}
.el-animate.m-bottom:nth-child(2) {
    transition-delay: 0.25s;
}
.el-animate.m-bottom:nth-child(3) {
    transition-delay: 0.5s;
}
.el-animate.m-bottom:nth-child(4) {
    transition-delay: 0.75s;
}
.el-animate.m-bottom:nth-child(5) {
    transition-delay: 1s;
}
.el-animate.m-bottom:nth-child(6) {
    transition-delay: 1.25s;
}
.el-animate.m-bottom:nth-child(7) {
    transition-delay: 1.5s;
}
.el-animate.m-bottom:nth-child(8) {
    transition-delay: 1.75s;
}
.el-animate.m-bottom:nth-child(9) {
    transition-delay: 3s;
}
.el-animate.m-bottom:nth-child(10) {
    transition-delay: 3.25s;
}
.page-title {
    text-align: center;
}
.page-title h2 {
    margin: 0 0 68px 0;
}
.btn-wrap {
    text-align: center;
}
.btn {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: montsemibold;
    background: #f63;
    border-radius: 100px;
    padding: 19.5px 45.5px;
    text-decoration: none;
    transition: all 0.25s ease;
    min-width: 372px;
    text-align: center;
    cursor: pointer;
}
.btn:hover {
    background: #f45520;
}
.btn-disclaimer {
    display: block;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-family: montbold;
    padding-top: 8px;
    color: #fff;
}
.ready {
    padding: 60px 0;
}
.page-top {
    padding: 62px 0 0;
    text-align: center;
    color: #fff;
    background: #000 url(../img/content/top-bg.jpg) center bottom/cover no-repeat;
}
.page-top__info {
    line-height: 1.8;
    margin-bottom: 12px;
}
.page-top__form {
    max-width: 1015px;
    margin: 0 auto;
}
.page-top__view {
    position: relative;
    display: flex;
    justify-content: center;
}
.page-top__view img {
    display: block;
    max-width: 100%;
}
.page-top__view .btn-wrap {
    position: absolute;
    width: 100%;
    bottom: 53px;
}
.trust {
    background: #e9e9e9;
    padding: 22px 0;
}
.benefits {
    padding: 78px 0;
    background: #f9f9f9 url(../img/content/bf-bg.jpg) center/cover no-repeat;
}
.benefits .btn-disclaimer {
    color: #000;
}
.benefits__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -32px 31px 0;
}
.benefits__item {
    width: 33.333%;
    padding-right: 32px;
    margin-bottom: 32px;
}
.benefits__in {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    text-align: center;
    padding: 45px 36px 57px;
}
.benefits__txt {
    color: #606264;
    line-height: 1.35;
}
.benefits__icon {
    height: 123px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.benefits__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.instruments {
    padding: 78px 0 82px;
    color: #fff;
    background: #1a1a1a url(../img/content/instr-bg.jpg) center bottom/cover no-repeat;
}
.instruments .page-title h2 {
    margin-bottom: 66px;
}
.instruments__list {
    display: flex;
    justify-content: space-between;
}
.instruments__item {
    text-align: center;
    flex: 1 1 0;
    width: 0;
}
.instruments__icon {
    height: 64px;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.instruments__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.instruments__title {
    font-size: 28px;
    font-family: montsemibold;
    margin-bottom: 16px;
}
.instruments__txt {
    font-size: 16px;
    line-height: 1.35;
}
.global {
    padding: 78px 0 79px;
    background: #e9e9e9 url(../img/content/gl-bg.jpg) center bottom/cover no-repeat;
}
.global .page-title h2 {
    margin-bottom: 66px;
}
.global__list {
    display: flex;
    margin: 0 -32px 0 0;
    justify-content: center;
}
.global__item {
    width: 100%;
    max-width: 303px;
    padding-right: 32px;
    text-align: center;
    flex: 0 1 auto;
}
.global__in {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0.5) 100%);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 49.2727px;
    padding: 52px 26px 55px;
}
.global__num {
    font-size: 80px;
    line-height: 1;
    color: #f63;
    margin-bottom: 23px;
    font-family: montsemibold;
}
.global__info {
    font-size: 24px;
    line-height: 1.3;
}
.priority {
    padding: 80px 0 81px;
    background: #fff;
}
.priority__list {
    display: flex;
    margin: 0 -16px;
}
.priority__item {
    flex-grow: 1;
    padding: 0 16px;
    text-align: center;
    flex: 1 1 0;
    width: 0;
}
.priority__icon {
    height: 110px;
    margin-bottom: 38px;
    display: flex;
    justify-content: center;
}
.priority__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.priority__title {
    font-family: montsemibold;
    font-size: 28px;
    margin-bottom: 32px;
}
.priority__txt {
    color: #606264;
    line-height: 1.35;
}
.ready {
    padding: 78px 0 80px;
    color: #fff;
    background: #f63 url(../img/content/ready-bg.jpg) center bottom/cover no-repeat;
}
.ready h2 {
    margin-bottom: 34px;
}
.ready .btn-wrap {
    text-align: left;
    display: inline-block;
    margin-bottom: 30px;
}
.ready .btn {
    min-width: 492px;
    text-align: center;
    background: #fff;
    color: #f63;
}
.ready .btn:hover {
    background: #ffdcd0;
}
.ready__wrap {
    display: flex;
    align-items: center;
}
.ready__item {
    width: 50%;
}
.ready__item.m-img {
    padding-left: 16px;
}
.ready__item.m-img img {
    display: block;
    max-width: 100%;
}
.ready__item.m-info {
    padding-right: 16px;
}
.ready__info {
    margin-bottom: 33px;
    color: #000;
}
.ready-links {
    display: flex;
}
.ready-links__item {
    background: #000;
    padding: 6px 12px;
    border-radius: 6px;
    margin-right: 14px;
    display: inline-flex;
    align-items: center;
}
.ready-links__item:last-child {
    margin-right: 0;
}
.ready-links__item img {
    display: block;
    max-width: 100%;
}
.methods {
    padding: 78px 0 0;
    color: #fff;
    background: url(../img/content/m-bg.jpg) center 0 / cover no-repeat;
}
.methods h2 {
    margin-bottom: 15px;
}
.methods .page-title {
    margin-bottom: 69px;
}
.methods__wrap {
    padding-bottom: 79px;
    border-bottom: 1px solid #404040;
}
.methods__list {
    display: flex;
    margin: 0 -20px 0 0;
}
.methods__item {
    width: 16.666%;
    padding-right: 20px;
}
.methods__in {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.2) 100%);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.methods__icon {
    margin-bottom: 27px;
}
.methods__icon img {
    display: block;
    max-width: 100%;
}
.methods__txt {
    font-size: 16px;
}
.m-mobile {
    display: none;
}
.page-header {
    background: #1a1a1a;
    position: sticky;
    top: 0;
    z-index: 15;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.page-header .btn-disclaimer {
    font-size: 10px;
    padding-top: 5px;
}
.logo {
    display: inline-block;
    width: 240px;
    height: 72px;
}
.logo img {
    display: block;
    max-width: 100%;max-height: 72px;
}
.logo img.m-mobile {
    display: none;
}
.page-header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}.page-header__wrap .btn-wrap{
    padding: 8px 0;
}
.page-header__info {
    padding: 8px 0;}
.page-header__info {
    font-size: 24px;
    line-height: 1.2;
    font-family: montsemibold;
    text-align: center;
    padding: 0 20px;
}
.page-header__info span {
    color: #f63;
    display: block;
}
.top-btn {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    padding: 9px 20px;
    font-size: 16px;
    font-family: montsemibold;
    transition: all 0.25s ease;
    min-width: 227px;
    text-align: center;
}
.top-btn:hover {
    color: #f63;
    border: 1px solid #f63;
}
.modal,
.modal-real {
    position: fixed;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
    color: #000;
}
.modal-real.is-open,
.modal.is-open {
    z-index: 99999;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}
.modal__inner,
.modal__inner__real {
    justify-self: center;
    align-self: center;
}
.modal__body {
    position: relative;
    width: 450px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #fff;
    border-radius: 1px;
}
.modal__body .btn {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 100%;
}
.modal-close,
.modal-close__real {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 2px;
    right: 2px;
    background: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 1.61143L14.8886 0L8.5 6.38857L2.11143 0L0.5 1.61143L6.88857 8L0.5 14.3886L2.11143 16L8.5 9.61143L14.8886 16L16.5 14.3886L10.1114 8L16.5 1.61143Z' fill='%23EA5724'/%3E%3C/svg%3E%0A")
        center no-repeat;
    cursor: pointer;
}
.modal__top {
    text-align: center;
    font-size: 24px;
    font-family: montsemibold;
    margin-bottom: 7px;
}
.fxc-error-input {
    border: 1px solid red;
}
.horizontalfield {
    font-family: montregular, sans-serif;
    color: #000;
    font-size: 16px;
    width: 100%;
    padding: 11.5px 0;
    margin-bottom: 7px;
    border: 0;
    border-bottom: 0.5px solid #909294;
}
.horizontalfield.ll-error-input {
    border-bottom: 0.5px solid red;
}
.fxc-error-msg {
    color: red;
    font-size: 12px;
    display: block;
    margin: 0 0 8px;
}
.fxc-common-errors {
    display: block;
    color: #d74f5f;
    margin: 0 auto;
    padding-bottom: 10px;
}
.horizontal_form_container {
    max-width: 300px;
    margin: 0 auto;
}
.horizontal_form_container .btn {
    min-width: inherit;
}
.btn-appendix {
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    padding-top: 10px;
}
.formHeader {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.ll-error-msg {
    color: red;
    font-size: 13px;
    display: block;
}
.inputcontainer {
    margin-bottom: 20px;
}
.page-footer {
    padding: 80px 0;
    color: #b3b3b3;
    font-size: 12px;
}
.bottom-logo {
    display: block;
    margin-bottom: 32px;
}
.bottom-logo img {
    display: block;
}
.socials {
    display: flex;
    align-items: center;
}
.socials__link {
    margin-right: 19px;
}
.socials__link:last-child {
    margin-right: 0;
}
.page-footer__wrap {
    display: flex;
    align-items: flex-start;
}
.page-footer__l {
    margin-right: 40px;
}
.page-footer__info {
    flex: 1;
}

.page-footer__warning {
    line-height: 1.3;
}
.page-footer__warning p {
    margin: 0 0 17px 0;
}
.page-footer__warning p:last-child {
    margin-bottom: 0;
}
.page-footer__info a {
    color: #b3b3b3;
}
.page-footer__info a:hover {
    text-decoration: none;
}
.awards {
    padding: 24px 0;
    background: #FBFBFB;
    overflow: hidden;
}
.awards .w-container{
    padding: 0 20px;
}
.awards__list {
    display: flex;
    margin: 0 -32px;
}
.awards__item {
    border-right: 1px solid #cdcdcd;
    padding: 0 32px;
    display: inline-flex;
    justify-content: center;
}
.awards__item:last-child {
    border-right: 0;
}
.awards__item img {
    display: block;
    max-width: 100%;
}


@media screen and (max-width: 1100px) {
    .page-header__info {
        font-size: 16px;
    }
    .instruments__title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .ready .btn-wrap {
        width: 100%;
    }
    .ready .btn {
        min-width: 100%;
        max-width: 100%;
    }
    .p-disclaimer .container {
        padding: 0;
    }
}
@media screen and (max-width: 1024px) {
    .hashtag{
        display: none;
    }
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: 60px;
    }
    h3 {
        font-size: 24px;
    }
    .benefits__list {
        margin-right: -16px;
    }
    .benefits__item {
        padding-right: 16px;
        margin-bottom: 16px;
        width: 50%;
    }
    .instruments__list {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: -30px;
    }
    .instruments__item {
        flex: initial;
        width: 25%;
        margin-bottom: 30px;
    }
    .methods__in {
        border-radius: 18px;
    }
    .methods__list {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: -20px;
    }
    .methods__item {
        width: 33.333%;
        margin-bottom: 20px;
    }
    .awards__item {
        padding: 0 16px;
    }
    .awards__list {
        margin: 0 -16px;
    }
}
@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .logo img.m-desktop {
        display: none;
    }
    .logo img.m-mobile {
        display: block;
    }
    .m-desktop {
        display: none;
    }
    .m-mobile {
        display: block;
    }
    .btn {
        padding: 12.5px 20px;
        font-size: 18px;
    }
    .inputcontainer .btn {
        padding: 13.5px 15px;
        font-size: 18px;
    }
    .horizontalfield {
        padding: 12px 15px;
        font-size: 18px;
    }
    .page-header__info {
        display: none;
    }
    .page-footer {
        padding: 40px 0;
        font-size: 12px;
    }
    .page-footer__wrap {
        flex-wrap: wrap;
        padding-bottom: 45px;
        position: relative;
    }
    .page-footer__l {
        margin-right: 0;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .page-footer__info {
        text-align: center;
    }
    .socials {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        justify-content: center;
    }
    .bottom-logo {
        margin-bottom: 0;
    }
    .btn-disclaimer {
        font-size: 12px;
    }
    .page-title h2 {
        margin: 0 0 40px 0;
    }
    .page-top {
        padding: 40px 0 0;
    }
    .benefits,
    .global,
    .instruments,
    .priority {
        padding: 40px 0;
    }
    .ready {
        padding: 40px 0 0 0;
        overflow: hidden;
    }
    .methods {
        padding: 40px 0 0;
    }
    .benefits__in {
        padding: 32px 20px;
    }
    .benefits__icon {
        margin-bottom: 15px;
    }
    .instruments__item {
        width: 33.333%;
    }
    .methods__wrap {
        padding-bottom: 40px;
        margin-bottom: 0;
    }
    .methods h2 {
        margin-bottom: 15px;
    }
    .methods__in {
        padding: 49px 20px;
    }
    .methods__item {
        padding-right: 16px;
        margin-bottom: 16px;
    }
    .methods__list {
        margin-bottom: -16px;
    }
    .ready__wrap {
        flex-wrap: wrap;
    }
    .ready__item {
        width: 100%;
    }
    .ready__item.m-info {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
        text-align: center;
    }
    .ready h2 {
        text-align: center;
    }
    .ready .btn-wrap {
        max-width: 492px;
    }
    .ready__item.m-img {
        padding-left: 0;
        margin-bottom: -65px;
        display: flex;
        justify-content: center;
    }
    .priority__title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .priority__icon {
        height: 90px;
        margin-bottom: 20px;
    }
    .ready__item.m-img img {
        margin-right: -35px;
    }
    .global__info {
        font-size: 18px;
    }
    .global__num {
        font-size: 48px;
        margin-bottom: 5px;
    }
    .benefits__in,
    .global__in {
        border-radius: 18px;
    }
    .global__item {
        padding-right: 16px;
    }
    .global__list {
        margin-right: -16px;
    }
    .global .page-title h2,
    .instruments .page-title h2,
    .methods .page-title,
    .page-title h2,
    .ready h2 {
        margin-bottom: 32px;
    }
    .instruments__title {
        font-size: 18px;
    }
    .instruments__txt {
        font-size: 14px;
    }
    .instruments__txt br {
        display: none;
    }
    .instruments__icon {
        margin-bottom: 13px;
    }
    .benefits__icon {
        height: 90px;
    }
    .benefits__in h3 {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 650px) {
    .awards__list {
        flex-wrap: wrap;
    }
    .awards__item {
        width: 50%;
    }
    .awards__item:nth-child(2) {
        border-right: 0;
    }
    .awards__item:nth-child(1),
    .awards__item:nth-child(2) {
        margin-bottom: 32px;
        position: relative;
    }
    .awards__item:nth-child(1):after,
    .awards__item:nth-child(2):after {
        content: "";
        display: block;
        height: 1px;
        bottom: -16px;
        width: 100%;
        position: absolute;
        background: #cdcdcd;
    }
    .modal__body,
    .modal__inner {
        width: 100%;
    }
    .benefits__item {
        padding-right: 0;
        width: 100%;
    }
    .benefits__item:last-child {
        margin-bottom: 0;
    }
    .benefits__list {
        margin-right: 0;
    }
    .instruments__item {
        width: 100%;
        margin-bottom: 45px;
    }
    .instruments__item:last-child {
        margin-bottom: 0;
    }
    .instruments__list {
        margin-bottom: 0;
    }
    .instruments__title {
        font-size: 18px;
    }
    .instruments__icon {
        margin-bottom: 10px;
    }
    .instruments__txt {
        font-size: 14px;
    }
    .instruments__txt br {
        display: none;
    }
    .methods__item {
        width: 50%;
    }
    .page-top__view {
        flex-direction: column;
    }
    .page-top__view .btn-wrap {
        position: static;
        order: 1;
        margin-bottom: 10px;
    }
    .page-top__view img {
        order: 2;
        margin-bottom: -10px;
    }
    .page-top {
        overflow: hidden;
    }
    .page-top__info {
        margin-bottom: 24px;
    }
    .modal__body {
        padding: 40px 20px 20px;
    }
}
@media screen and (max-width: 625px){
    .s1-logo-section {
        justify-content: center;
    }
    .logo-img{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 600px) {
    body {
        font-size: 12px;
    }
    .page-top__info {
        line-height: 1.4;
        font-size: 14px;
    }
    h2 {
        font-size: 24px;
    }
    .page-title h2 {
        margin: 0 0 24px 0;
    }
    .page-top {
        padding: 24px 0 0;
    }
    .btn {
        min-width: auto;
        width: 100%;
    }
    .btn-disclaimer {
        font-size: 10px;
    }
    .page-header__wrap {
        padding: 8px 0;
        flex-wrap:wrap;
    }
    .logo{
        margin: 0 auto;
    }
    .page-header .btn-wrap {
        display: none;
    }
    .page-header .btn-disclaimer {
        width: 100%;
        text-align: center;
    }
    .page-header .top-btn {
        border-radius: 100px;
        padding: 4px 20px;
        font-size: 14px;
        min-width: auto;
    }
    input[type="text"]:-webkit-autofill {
        font-size: 12px !important;
    }
    input[type="text"]:-webkit-autofill,
    input[type="text"]:-webkit-autofill:active,
    input[type="text"]:-webkit-autofill:focus,
    input[type="text"]:-webkit-autofill:hover {
        font-size: 12px !important;
    }
    input:-webkit-autofill::first-line {
        font-size: 12px !important;
    }
    .ready__info {
        margin-bottom: 20px;
    }
    .priority__list {
        flex-wrap: wrap;
        margin: 0;
    }
    .priority__item {
        flex: auto;
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }
    .priority__item:last-child {
        margin-bottom: 0;
    }
    .global__in {
        padding: 26px 16px;
    }
    .global__item {
        width: 50%;
    }
    .global__info {
        font-size: 14px;
    }
    .p-disclaimer {
        font-size: 10px;
        line-height: 12px;
    }
    .methods__icon {
        height: 40px;
        margin-bottom: 20px;
    }
    .methods__icon img {
        max-height: 100%;
        display: block;
    }
    .methods__txt {
        font-size: 14px;
    }
}


.form-agree-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.form-agree-input .checkbox__label {
    font-size: 12px;
    line-height: 1.2;
    order: 2;
    text-align:left;
    font-weight: normal;
}
.form-agree-input .checkbox__label a {
    color: #f63;
    text-decoration: underline;
}
.form-agree-input .checkbox__label a:hover {
    text-decoration: none;
}
.form-agree-input .ll-error-msg {
    order: 3;
    padding-top: 3px;
    margin: 0;
}
.form-agree-input input[type="checkbox"] {
    order: 1;
}
.form-agree-input input[type="checkbox"]:checked,
.form-agree-input input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.form-agree-input input[type="checkbox"]:checked + label + label.checkbox__label:before,
.form-agree-input input[type="checkbox"]:checked + label.checkbox__label:before,
.form-agree-input input[type="checkbox"]:not(:checked) + label + label.checkbox__label:before,
.form-agree-input input[type="checkbox"]:not(:checked) + label.checkbox__label:before {
    border: 1px solid #909294;
}
.form-agree-input input[type="checkbox"]:checked + label + label.checkbox__label:before,
.form-agree-input input[type="checkbox"]:checked + label.checkbox__label:before,
.form-agree-input input[type="checkbox"]:not(:checked) + label + label.checkbox__label:before,
.form-agree-input input[type="checkbox"]:not(:checked) + label.checkbox__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    border-radius: 8px;
    cursor: pointer;
    z-index: 5;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    background: #fff;
}
.form-agree-input input[type="checkbox"]:checked + label + label.checkbox__label:after,
.form-agree-input input[type="checkbox"]:checked + label.checkbox__label:after,
.form-agree-input input[type="checkbox"]:not(:checked) + label + label.checkbox__label:after,
.form-agree-input input[type="checkbox"]:not(:checked) + label.checkbox__label:after {
    content: "";
    background: url(../img/svg/check.svg) center no-repeat;
    width: 16px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 5px;
    z-index: 10;
}
.form-agree-input input[type="checkbox"]:checked + label + label.checkbox__label,
.form-agree-input input[type="checkbox"]:checked + label.checkbox__label,
.form-agree-input input[type="checkbox"]:not(:checked) + label + label.checkbox__label,
.form-agree-input input[type="checkbox"]:not(:checked) + label.checkbox__label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    display: block;
}
.form-agree-input input[type="checkbox"]:checked + .checkbox__label:after {
    opacity: 1;
}
.form-agree-input input[type="checkbox"]:not(:checked) + .checkbox__label:after,
.form-agree-input input[type="checkbox"]:not(:checked) + label + .checkbox__label:after {
    opacity: 0;
}

.ll-captcha-container {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ll-captcha-container .field {
    margin-bottom: 12px;
    width: 100%;
}
.ll-captcha-container .field img {
    border-radius: 100px;
    min-height: 48px;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.ll-captcha-container .field:last-child {
    margin-bottom: 0;
}
.ll-captcha-container .horizontalfield {
    margin-bottom: 0;
}
.captcha {
    margin-right: 10px;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}
.ll-captcha-container [data-ll-pending-for] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ll-captcha-refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 40%;
    text-indent: -99px;
    border: 0;
    background: #484848;
    border-radius: 100px;
    transition: all 0.3s;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
    cursor: pointer;
    padding: 0;
}
.ll-captcha-refresh:hover:before {
    transform: rotate(180deg);
}
.ll-captcha-refresh:before {
    content: "";
    width: 25px;
    height: 31px;
    background: url("data:image/svg+xml,%3Csvg width='25' height='31' viewBox='0 0 25 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.4795 15.7287C24.4795 18.7399 23.5062 21.4242 21.458 23.6506L19.698 22.3743C21.3747 20.5516 22.2984 18.1915 22.2984 15.7287C22.2984 14.9207 22.1969 14.1095 21.9974 13.3176C20.8948 8.95142 16.9846 5.90217 12.4879 5.90217C12.0907 5.90217 11.6928 5.92671 11.2963 5.9758V8.82805L6.24668 4.90104L11.2963 0.97467V3.78106C11.6928 3.74102 12.0907 3.721 12.4879 3.721C15.1102 3.721 17.7061 4.60587 19.7968 6.2122C20.8432 7.01633 21.7429 7.97871 22.4708 9.07349C23.2239 10.2057 23.7761 11.4542 24.112 12.7841C24.3562 13.7504 24.4795 14.7412 24.4795 15.7294V15.7287ZM13.6628 25.4662C13.2669 25.5146 12.8683 25.5398 12.4711 25.5398C7.97444 25.5398 4.06422 22.4906 2.96168 18.1244C2.76145 17.3325 2.6607 16.5213 2.6607 15.7132C2.6607 13.2479 3.58626 10.8852 5.26622 9.06186L3.501 7.72552C1.60014 9.82208 0.479523 12.6976 0.479523 15.7126C0.479523 16.7008 0.603534 17.6916 0.847034 18.6579C1.1829 19.9877 1.73513 21.2363 2.48824 22.3685C3.21616 23.4626 4.11589 24.4257 5.16223 25.2298C7.25298 26.8361 9.84817 27.721 12.4711 27.721C12.8683 27.721 13.2662 27.7003 13.6628 27.6609V30.4667L18.7124 26.5403L13.6628 22.6139V25.4662Z' fill='white'/%3E%3C/svg%3E%0A")
        center no-repeat;
    background-size: contain;
    transition: all 0.3s;
}
.disclaimer-appendix{
    color: #000;
    font-size: 12px;
    text-align:center;
    line-height: 1.1;
    padding-left: 30px;
}