/*! 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: .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: -.25em
}

sup {
    top: -.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: .35em .75em .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: montsemibold, sans-serif, sans-serif;
    background: #fff;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    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 .3s ease;
    transition: all .3s ease
}

::-moz-placeholder {
    color: #888;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

:-moz-placeholder {
    color: #888;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

:-ms-input-placeholder {
    color: #888;
    -ms-transition: all .3s ease;
    transition: all .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: 16px !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: 16px !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: 16px !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: 64px;
    font-family: montsemibold;
    margin: 0 0 12px 0;
    line-height: 1.21
}

h2 {
    font-size: 40px;
    font-family: montsemibold;
    margin: 0 0 40px 0;
    line-height: 1.2
}

h3 {
    font-size: 28px;
    margin: 0 0 16px;
    font-family: montsemibold
}

strong {
    font-family: montsemibold
}

p {
    margin: 0 0 18px
}

p:last-child {
    margin-bottom: 0
}

ul {
    margin: 0 0 20px 0;
    padding: 0
}

li {
    display: flex;
    align-items: flex-start;
    list-style-type: none;
    margin-bottom: 24px;
    position: relative;
    padding-left: 30px
}

li:last-child {
    margin-bottom: 0
}

li:before {
    content: "";
    background: url(../img/svg/tick.svg) no-repeat;
    display: inline-block;
    left: 0;
    top: 5px;
    width: 18px;
    height: 14px;
    position: absolute
}

.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 .3s ease;
    background-color: rgba(0, 0, 0, .6);
    color: #000;
    font-family: montregular, sans-serif
}

.modal-real.is-open,
.modal.is-open {
    z-index: 99999;
    visibility: visible;
    opacity: 1;
    transition: all .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 20px;
    background: #fff;
    border-radius: 24px
}

.modal__body .btn {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 100%;
    font-size: 20px
}

.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: 15px 26px;
    border: 1px solid #b7b7b7;
    border-radius: 100px
}

.horizontalfield.ll-error-input {
    border-bottom: 1px 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
}

.ll-common-errors li {
    padding-left: 0;
    text-align: center;
    width: 100%;
    justify-content: center;
    color: red
}

.ll-common-errors li:before {
    display: none
}

.horizontal_form_container .btn {
    min-width: inherit
}

.btn-appendix {
    text-align: center;
    color: #000;
    font-size: 14px;
    padding-top: 10px
}

.btn-appendix a {
    color: #f63;
    text-decoration: none
}

.formHeader {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px
}

.ll-popup-header {
    font-family: montsemibold, sans-serif
}

.ll-error-msg {
    color: red;
    font-size: 12px;
    display: block;
    padding-left: 20px
}

.inputcontainer {
    margin-bottom: 9px
}

.inputcontainer select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNyA3TDEzIDEiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: right 22px center;
    background-size: 14px 8px
}

.fxc-captcha-container {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fxc-captcha-container .field {
    margin-bottom: 12px;
    width: 100%;
}
.fxc-captcha-container .field img{
    border-radius: 100px;
    min-height: 48px;
    object-fit: cover;
}
.fxc-captcha-container .field:last-child{
    margin-bottom: 0;
}
.fxc-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%);
}
.fxc-captcha-container [data-fxc-pending-for] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.fxc-captcha-refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    flex:1;
    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;
}
  
.fxc-captcha-refresh:hover:before {
    transform: rotate(180deg);
}
.fxc-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;
}

p.ll-popup-actions {
    margin-bottom: 30px
}

.form-agree-input {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    flex-direction: column
}

.brand-link{
    max-width: 170px;
}

.form-agree-input .ll-error-msg {
    order: 3
}

.form-agree-input a {
    color: #f63;
    text-decoration: none
}

.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+.checkbox__label,
.form-agree-input input[type=checkbox]:checked+label+.checkbox__label,
.form-agree-input input[type=checkbox]:not(:checked)+.checkbox__label,
.form-agree-input input[type=checkbox]:not(:checked)+label+.checkbox__label {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    display: block
}

.form-agree-input input[type=checkbox]:checked+.checkbox__label:before,
.form-agree-input input[type=checkbox]:checked+label+.checkbox__label:before,
.form-agree-input input[type=checkbox]:not(:checked)+.checkbox__label:before,
.form-agree-input input[type=checkbox]:not(:checked)+label+.checkbox__label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 5;
    width: 22px;
    height: 22px;
    transition: all .3s ease;
    background: #fff;
    border: 1px solid #999
}

.form-agree-input input[type=checkbox]:checked+.checkbox__label:after,
.form-agree-input input[type=checkbox]:checked+label+.checkbox__label:after,
.form-agree-input input[type=checkbox]:not(:checked)+.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: 11px;
    left: 5px;
    z-index: 10
}

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

.form-agree-input input[type=checkbox]:checked+.checkbox__label:after,
.form-agree-input input[type=checkbox]:checked+label+.checkbox__label:after {
    opacity: 1
}

@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;
    overflow-x: hidden
}

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

.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: transform .5s ease, opacity .5s ease;
    transform: translateY(0)
}

.el-animate.m-bottom:nth-child(2) {
    transition-delay: .2s
}

.el-animate.m-bottom:nth-child(3) {
    transition-delay: .4s
}

.el-animate.m-bottom:nth-child(4) {
    transition-delay: .6s
}

.el-animate.m-bottom:nth-child(5) {
    transition-delay: .8s
}

.el-animate.m-bottom:nth-child(6) {
    transition-delay: 1s
}

.el-animate.m-bottom:nth-child(7) {
    transition-delay: 1.2s
}

.el-animate.m-bottom:nth-child(8) {
    transition-delay: 1.4s
}

.el-animate.m-bottom:nth-child(9) {
    transition-delay: 1.6s
}

.el-animate.m-bottom:nth-child(10) {
    transition-delay: 1.8s
}

.el-animate.m-bottom:nth-child(11) {
    transition-delay: 2s
}

.el-animate.m-bottom:nth-child(12) {
    transition-delay: 2.2s
}

.el-animate.m-right {
    opacity: 0;
    transform: translateX(30px)
}

.el-animate.m-right.el-show {
    opacity: 1;
    transition: all .5s ease;
    transform: translateX(0)
}

.el-animate.m-right:nth-child(2) {
    transition-delay: .2s
}

.el-animate.m-right:nth-child(3) {
    transition-delay: .4s
}

.el-animate.m-right:nth-child(4) {
    transition-delay: .6s
}

.el-animate.m-right:nth-child(5) {
    transition-delay: .8s
}

.el-animate.m-left {
    opacity: 0;
    transform: translateX(-30px)
}

.el-animate.m-left.el-show {
    opacity: 1;
    transition: all .5s ease;
    transform: translateX(0)
}

.btn-wrap {
    text-align: center
}

.btn {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: montbold;
    background: #f63;
    border-radius: 100px;
    padding: 17px 40px;
    text-decoration: none;
    transition: all .25s ease;
    min-width: 372px;
    text-align: center;
    cursor: pointer
}

.btn:hover {
    background: #f45520
}

.page-wrap {
    display: flex
}

.page-form {
    max-width: 372px
}

.page-form .btn {
    width: 100%
}

.page-top {
    background: #000 url(../img/content/top-bg.jpg) center bottom/cover no-repeat;
    color: #fff;
    padding: 50px 0 31px
}

.page-top__info {
    width: 50%
}

.page-top__info p {
    margin: 0 0 30px
}

.page-top__info p.ll-popup-actions {
    padding: 0 20px
}

.page-top__info p.ll-popup-text {
    padding: 0 20px
}

.page-top__img {
    width: 50%;
    padding-left: 20px;
    position: relative;
    right: -33px;
    padding-top: 42px
}

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

.assets {
    background: #1a1a1a;
    color: #fff;
    padding: 80px 0 117px;
    text-align: center
}

.assets h2 {
    margin-bottom: 63px
}

.assets__info {
    max-width: 802px;
    margin: 0 auto 78px;
    font-size: 18px
}

.assets__img {
    max-width: 959px;
    margin: 0 auto 64px
}

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

.office {
    padding: 87px 0 80px
}

.office h2 {
    margin-bottom: 32px
}

.office__info {
    width: 50%;
    padding-right: 20px;
    color: #fff;
}

.office__img {
    width: 50%;
    padding: 21px 0 0 15px
}

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

.office__txt {
    max-width: 465px;
    margin-bottom: 31px;
    font-size: 18px;
    line-height: 1.4
}

.enjoy {
    background: #000 url(../img/content/e-bg.jpg) right bottom/cover no-repeat;
    color: #fff;
    padding: 114px 0 81px
}

.enjoy h2 {
    margin-bottom: 33px
}

.enjoy .page-wrap {
    align-items: center
}

.enjoy__info {
    width: 50%;
    padding-right: 20px
}

.enjoy__view {
    width: 50%
}

.enjoy__img {
    margin-bottom: 17px;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

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

.enjoy__platform {
    text-align: center;
    font-size: 20px
}

.enjoy__txt {
    max-width: 575px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4
}

.enjoy .btn {
    background: #fff;
    color: #f63
}

.enjoy .btn:hover {
    background: #f45520;
    color: #fff
}

.company {
    padding: 80px 0 136px;
    text-align: center;
    background: #fff url(../img/content/c-bg.jpg) center/cover no-repeat;
    overflow: hidden
}

.company h2 {
    margin-bottom: 60px
}

.company__info {
    margin: 0 auto 62px;
    max-width: 932px;
    font-size: 18px
}

.company__list {
    display: flex;
    margin: 0 -14px 0 0
}

.company__item {
    width: 20%;
    padding-right: 14px
}

.company__in {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 41px 7.5px 33px;
    text-align: center
}

.company__icon {
    width: 75px;
    height: 75px;
    display: inline-block;
    margin-bottom: 15px
}

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

.company__title {
    margin-bottom: 5px;
    font-size: 18px;
    font-family: montbold, sans-serif, sans-serif;
    line-height: 1.8;
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center
}

.company__price {
    margin-bottom: 8px;
    font-size: 20px
}

.company__plus {
    font-size: 20px;
    color: #59a753;
    font-family: montbold, sans-serif, sans-serif
}

.company__more {
    font-family: montbold, sans-serif, sans-serif;
    color: #828282
}

.company__graph {
    height: 65px;
    display: inline-block;
    margin-bottom: 5px
}

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

.reason {
    background: #fff url(../img/content/r-bg.jpg) left top/cover no-repeat;
    padding: 115px 0 107px
}

.reason h2 {
    text-align: center;
    margin-bottom: 97px
}

.reason__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -32px -32px 0
}

.reason__item {
    width: 33.333%;
    margin-bottom: 32px;
    padding-right: 32px
}

.reason__in {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 55px 36px 57px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.reason__icon {
    height: 110px;
    display: flex;
    align-items: center;
    margin-bottom: 28px
}

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

.reason__title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 24px
}

.reason__txt {
    color: #606264;
    font-family: montregular
}

.reason-benefits {
    padding-bottom: 106px;
    margin-bottom: 94px;
    border-bottom: 1px solid #cdcdcd
}

.reason-benefits__list {
    display: flex;
    flex-wrap: wrap
}

.reason-benefits__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    text-align: center
}

.reason-benefits__icon {
    height: 104px;
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    justify-content: center
}

.reason-benefits__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.reason-benefits__count {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 17px
}

.reason-benefits__txt {
    font-size: 18px;
    color: #606264;
    font-family: montregular
}

.page-footer {
    padding: 60px 0;
    color: #b3b3b3;
    background: #f2f2f2;
    font-size: 12px
}

.page-footer p {
    margin: 0 0 20px 0
}

.page-footer p:last-child {
    margin-bottom: 0
}

.brand-logo {
    max-width: 100%;
    display: block;
}

html {
    background: #000;
}

header {

    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 10;

}

header~.page-content {
    padding-top: 56px;
}

.b-top {
    background: #1A1A1A;
    padding-top: 1px;
}

.b-top .top-i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 20px;
}


.b-top .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-top .mobile-link {
    display: none;
    padding-right: 20px;
    max-width: 170px;
}
.b-top .mobile-link img{
    max-width: 100%;
    display: block;
}


.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 64px;
    border: 1px solid #FF6633;
    border-radius: 100px;
    background: #FF6633;
    padding: 0 21px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: white;
    /* font-family: mont, serif; */
    font-size: 20px;
    font-weight: 600;
    min-width: 372px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.button:hover,
.button:active {
    border: 1px solid #F45520;
    background: #F45520;
}

.button:focus-visible {
    outline: none;
    -webkit-box-shadow: 0 0 0 3px #FFDCD0;
    box-shadow: 0 0 0 3px #FFDCD0;
}

.button.btn-secondary {
    height: 40px;
    border: 1px solid white;
    background: transparent;
    text-transform: none;
    line-height: 16px;
    font-size: 16px;
    font-style: normal;
    min-width: 140px;
}




@media screen and (max-width:991px) {
    h1 {
        line-height: 1
    }

    .page-top .page-wrap {
        align-items: flex-end
    }

    .page-top__img {
        right: 0;
        padding-top: 0
    }

    .page-form .btn {
        min-width: auto
    }

    .btn {
        min-width: 300px
    }

    .company__title {
        line-height: 1.2
    }

    .reason-benefits__count {
        font-size: 32px
    }

    .reason-benefits__icon {
        height: 66px
    }

    .reason-benefits__txt {
        font-size: 14px
    }

    .reason-benefits__item {
        padding: 0 10px
    }

    .reason__item {
        margin-bottom: 16px;
        padding-right: 16px
    }

    .reason__in {
        border-radius: 24px;
        padding: 30px 15px 30px
    }

    .reason__list {
        margin: 0 -16px -16px 0
    }
}

@media screen and (max-width:900px) {
    .reason__item {
        width: 50%
    }
}

@media screen and (max-width:767px) {

    .assets,
    .company,
    .enjoy,
    .office {
        padding: 40px 0
    }

    .page-footer {
        padding: 40px 0
    }

    .enjoy__platform {
        font-size: 13px
    }

    .btn {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18px
    }

    .assets h2,
    .company h2,
    .enjoy h2 {
        margin-bottom: 32px
    }

    .company__item {
        width: 200px;
        min-width: 200px
    }

    .company__list {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 0 0 40px 20px;
        margin: 0 -20px
    }

    .company__list::-webkit-scrollbar {
        display: none
    }

    .company {
        padding-bottom: 0
    }

    .company__in {
        box-shadow: 0 1px 8px rgba(0, 0, 0, .1)
    }

    .company__info {
        margin: 0 auto 32px;
        font-size: 13px
    }

    .enjoy__txt,
    .office__txt {
        font-size: 13px
    }

    .reason {
        padding: 40px 0
    }

    .reason-benefits {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .reason h2 {
        margin-bottom: 40px
    }

    .reason__title {
        font-size: 18px
    }

    .reason__txt {
        font-size: 12px
    }

    .btn {
        min-width: auto
    }

    .assets__info {
        font-size: 13px
    }
}

@media screen and (max-width:650px) {
    h2 {
        font-size: 24px;
        margin-bottom: 32px
    }

    body {
        font-size: 12px
    }

    .enjoy .page-wrap,
    .office .page-wrap {
        flex-wrap: wrap
    }

    .enjoy__view {
        width: 100%
    }

    .page-footer {
        text-align: center
    }

    .enjoy__info,
    .office__info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center
    }

    .office__img {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 0
    }

    .office__txt {
        max-width: 100%
    }

    .reason__item {
        width: 100%;
        padding-right: 0
    }

    .reason__list {
        margin: 0
    }

    .reason__icon {
        height: 63px
    }

    .reason-benefits__item {
        width: 50%;
        margin-bottom: 20px
    }

    .reason-benefits {
        padding-bottom: 20px
    }
}

@media screen and (max-width:600px) {
    .btn {
        min-width: auto;
        width: 100%;
        padding: 10.5px 10px;
        font-size: 18px
    }

    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
    }

    .horizontalfield {
        padding: 7.5px 20px;
        height: 41px
    }

    .m-desktop {
        display: none
    }

    .m-mobile {
        display: block
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 18px
    }

    .page-form .btn {
        padding: 10px;
        font-size: 18px
    }

    .page-top .page-wrap {
        flex-wrap: wrap
    }

    .page-top__info {
        width: 100%;
        margin-bottom: 50px
    }

    .page-top__img {
        width: 100%;
        position: static;
        padding: 0
    }

    .page-top__img img {
        max-width: 100%
    }

    .page-top {
        padding: 50px 0 40px
    }

    .page-form {
        max-width: 100%
    }

    .page-top__info {
        text-align: center
    }

    .assets__info {
        margin: 0 auto 40px;
        font-size: 13px
    }

    .assets__img {
        margin: 0 auto 46px
    }

    .b-top .top-i {
        padding: 8px 20px;
    }
    .brand-link{
        display: none;
    }
    .b-top .mobile-link{
        display: flex;
        align-items: center;
        width: 142px;
        height: 45px;
    }
    header~.page-content {
        padding-top: 60px;
    }
}

@media (max-width: 425px) {
    .btn {
        font-size: 16px;
    }
}



@media (max-width: 425px) {
    .b-top .top-i {
        padding: 8px 20px;
    }
}


@media (max-width: 900px) {
    .button {
        min-width: 280px;
        padding: 0 18px;
        line-height: 21px;
        font-size: 19px;
    }
}

@media (max-width: 425px) {
    .button {
        height: 48px;
        line-height: 18px;
        font-size: 18px;
    }
}


@media (max-width: 900px) {
    .button.btn-secondary {
        min-width: 112px;
        line-height: 14px;
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    .button.btn-secondary {
        line-height: 12px;
        font-size: 14px;
        height: 28px;
    }
}

@media (hover: hover) {
    .button.btn-secondary:hover {
        border: 1px solid #FF6633;
        color: #FF6633;
    }
}

.fxc-popup-actions{
    padding: 0 20px;
}