/*! 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: montregular, sans-serif;
    font-weight: 500;
    background: #fff;
    font-size: 18px;
    color: #000;
    line-height: 1.3;
    overflow-x: 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 {
    font-family: montregular, sans-serif;
    color: #888;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

::-moz-placeholder {
    font-family: montregular, sans-serif;
    color: #888;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

:-moz-placeholder {
    font-family: montregular, sans-serif;
    color: #888;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

:-ms-input-placeholder {
    font-family: montregular, sans-serif;
    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-box-shadow: 0 0 0 1000px #fff inset
}

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: 56px;
    font-family: montsemibold;
    margin: 0 0 29px 0;
    line-height: 1.15
}

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

h3 {
    font-size: 40px;
    font-family: montsemibold;
    margin: 0 0 64px 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
}

/* .horizontal_form {
    display: flex;
    align-items: center;
    margin: 0 -17px 0 0
} */

.ll-error-input {
    border-bottom: 1.5px solid #fc712c
}

.inputcontainer {
    position: relative;
    padding-bottom: 17px;
    max-width: 330px;
    margin: 0 auto;
}
.inputcontainer:last-child{
	padding-bottom: 0;
}


.inputcontainer input[type=submit] {
    width: 100%;
    cursor: pointer
}

.inputcontainer .btn {
    padding: 22px 25px
}

.ll-error-msg {
    color: #FF0000;
    font-size: 12px;
    display: block;
    text-align: left;
    padding-top: 4px
}

.btn-appendix {
    position: absolute;
    font-size: 12px;
    text-align: center;
    width: calc(100% - 19px);
    font-style: italic;
    font-family: montbold;
    padding-top: 9px
}

.horizontalfield {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 100px;
    padding: 19.5px 30px;
    width: 100%
}

.horizontalfield.ll-error-input {
    border: 1px solid #FF0000!important;
}


.ll-common-errors {
    color: #d74f5f;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none;
    /* position: absolute;
    left: 0;
    top: -30px; */
    width: 100%;
    text-align: center;
    margin: -30px 0 20px 0;
}

.ll-common-errors li {
    width: 100%;
    text-align: center;
    display: block
}

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

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

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

.el-animate.m-bottom:nth-child(2) {
    transition: opacity .5s ease .3s, transform .5s ease .3s, background .3s ease 0s;
}

.el-animate.m-bottom:nth-child(3) {
    transition: opacity .5s ease .6s, transform .5s ease .6s, background .3s ease 0s;
}

.el-animate.m-bottom:nth-child(4) {
    transition: opacity .5s ease .9s, transform .5s ease .9s, background .3s ease 0s;
}

.el-animate.m-bottom:nth-child(5) {
    transition: opacity .5s ease 1.2s, transform .5s ease 1.2s, background .3s ease 0s;
}

.el-animate.m-bottom:nth-child(6) {
    transition: opacity .5s ease 1.5s, transform .5s ease 1.5s, background .3s ease 0s;
}

.el-animate.m-bottom:nth-child(7) {
    transition: opacity .5s ease 1.8s, transform .5s ease 1.8s, background .3s ease 0s;
}

.el-animate.m-bottom:nth-child(8) {
    transition: opacity .5s ease 2.1s, transform .5s ease 2.1s, background .3s ease 0s;
}

.el-animate.m-bottom:nth-child(9) {
    transition: opacity .5s ease 2.4s, transform .5s ease 2.4s, background .3s ease 0s;
}

.el-animate.m-bottom:nth-child(10) {
    transition: opacity .5s ease 2.7s, transform .5s ease 2.7s, background .3s ease 0s;
}

.page-top {
    padding: 144px 0 148px;
    background: url(../img/content/top-bg.jpg) center/cover no-repeat;
    text-align: center;
    color: #fff
}

.page-top-subhead {
    max-width: 575px;
    margin: 0 auto
}

.page-top__info {
    max-width: 745px;
    margin: 0 auto 43px
}

.btn-wrap {
    text-align: center
}

.btn {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-family: montbold;
    background: #f63;
    border-radius: 100px;
    padding: 22.5px 52px;
    text-decoration: none;
    transition: all .3s ease;
}

.btn:hover {
    background: #F45520;
}

.why {
    padding: 65px 0 94px;
    background: url(../img/content/why-bg.jpg) center/cover no-repeat;
    overflow: hidden
}

.why .page-title {
    text-align: center;
    margin-bottom: 45px
}

.why h3 {
    margin-bottom: 24px
}

.why__subhead {
    color: #606264
}

.why__list {
    display: flex;
    margin-right: -32px
}

.why__item {
    width: 33.333%;
    padding-right: 32px
}

.why-in {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 48px 24px 68px;
    text-align: center
}

.why__txt {
    padding: 0 12px;
    line-height: 1.35;
    color: #606264
}

.why__icon {
    width: 140px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px
}

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

.why__title {
    font-size: 28px;
    font-family: montsemibold;
    margin-bottom: 32px
}

.faq {
    padding: 63px 0 56px;
    overflow: hidden;
}

.faq .page-title {
    text-align: center
}

.faq h3 {
    margin: 0 0 49px 0
}

.faq__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: -32px
}

.faq__item {
    padding-right: 32px;
    width: 50%;
    margin-bottom: 16px;
    position: relative;
    display: table
}

.faq__item.active {
    z-index: 3
}

.faq__item.active .faq__link:after {
    background: url(../img/svg/minus.svg) center no-repeat
}

.faq__item.active .faq__info {
    display: block
}

.faq__in {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-radius: 24px;
    position: relative;
    display: table-cell
}

.faq__link {
    align-items: center;
    display: flex;
    color: #606264;
    font-family: montbold;
    text-decoration: none;
    position: relative;
    padding: 25px 72px 25px 25px;
    min-height: 96px
}

.faq__link:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../img/svg/plus.svg) center no-repeat;
    position: absolute;
    right: 26px;
    top: 32px;
    transition: background .3s ease
}

.faq__info {
    display: none;
    background: #fff;
    box-shadow: 0 31px 30px rgba(0, 0, 0, .01);
    border-radius: 24px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 72px 30px 24px;
    z-index: 2;
    left: 0;
    top: calc(100% - 17px);
    width: 100%;
    color: #606264
}

.ready {
    padding: 57px 0 39px;
    background: #f63;
    color: #fff;
    position: relative;
    overflow: hidden
}

.ready .btn {
    background: #fff;
    color: #f63;
    padding: 20px 52px;
    font-size: 24px
}

.ready .btn:hover {
    background: #FFDCD0;
}

.ready strong {
    display: block;
    font-family: montsemibold
}

.ready__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/content/ready-bg.jpg) center/cover no-repeat;
    pointer-events: none
}

.ready__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1
}

.ready__item {
    width: 50%
}

.ready__img {
    padding-left: 13px
}

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

.ready__info {
    text-align: center;
    padding-right: 13px;
}

.ready__info h2 {
    margin-bottom: 26px;
    font-size: 40px;
}

.ready__txt {
    margin-bottom: 42px
}

.portfolio {
    padding: 67px 0 84px;
    text-align: center;
    background: #fbfbfb
}

.portfolio h3 {
    margin: 0 0 29px 0
}

.portfolio__subhead {
    margin-bottom: 32px;
    color: #606264
}

.slider {
    margin: 0 auto 45px;
    overflow: hidden;
    position: relative;
    max-width: 873px
}

.slider::after,
.slider::before {
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 90px;
    z-index: 2
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg)
}

.slider::before {
    left: 0;
    top: 0
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-881px)
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-881px)
    }
}

.slide-track {
    -webkit-animation: scroll 18s linear infinite;
    animation: scroll 18s linear infinite;
    display: flex;
    width: calc(110px * 14)
}

.slide {
    width: 110px;
    min-width: 110px;
    padding-right: 15px
}

.slide__in {
    background: #f4f4f4;
    border-radius: 7.65789px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center
}

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

.portfolio__list {
    max-width: 255px;
    margin: 0 auto 39px;
    text-align: left
}

.portfolio__list li {
    margin-bottom: 25px
}

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

.portfolio__start {
    font-size: 20px;
    color: #f63;
    font-family: montsemibold;
    margin-bottom: 26px
}

.payment {
    padding-top: 26px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.payment__item {
    margin-right: 32px
}

.payment__item:last-child {
    margin-right: 0
}

.payment__item img {
    display: block
}

.commisions {
    padding: 66px 0 72px
}

.commisions h3 {
    margin-bottom: 40px
}

.commisions__wrap {
    display: flex;
    align-items: center
}

.commisions__item {
    width: 50%
}

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

.commisions__item.m-info {
    padding-left: 15px
}

.commisions__item .btn {
    padding: 22.5px 83px
}

.commisions__txt {
    max-width: 556px;
    margin-bottom: 40px
}

.commisions__txt p {
    margin-bottom: 26px
}

.collect {
    background: #fbfbfb;
    padding: 56px 0
}

.collect__wrap {
    display: flex;
    align-items: center
}

.collect__item {
    width: 50%
}

.collect__item.m-img {
    display: flex;
    justify-content: flex-end
}

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

.collect__item h3 {
    margin-bottom: 40px
}

.collect__item .btn {
    padding: 22px 83px
}

.collect__txt {
    margin-bottom: 41px;
    max-width: 556px
}

.collect__txt p {
    margin: 0 0 26px 0
}

.collect__txt ul {
    padding-top: 10px
}

.simple {
    padding: 50px 0 0
}

.simple__wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.simple__item {
    width: 50%
}

.simple__item.m-img {
    display: flex;
    justify-content: center;
    margin-bottom: -62px;
}

.simple__item.m-img img {
    max-width: 100%;
    display: block;
    width: 260px;
}

.simple__item.m-info {
    padding: 0 0 31px 25px
}

.simple__item.m-info h3 {
    margin-bottom: 18px;
    line-height: 1.2;
    font-size: 36px;
}

.simple__item .btn {
    padding: 22.5px 84px
}

.simple-list {
    margin-bottom: 47px
}

.simple__subhead {
    color: #606264;
    margin-bottom: 24px
}

.trust {
    padding: 40px 0
}

.trust__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.trust__item {
    font-family: montsemibold;
    font-size: 24px
}

.trust__item:first-child {
    text-align: left;
}

.trust__item:last-child {
    text-align: center
}

.trust__item:nth-child(2) {
    text-align: center
}

.trust__num {
    font-size: 64px;
    line-height: .9;
    color: #f63;
    margin-bottom: 5px
}

/* .page-top__form {
    max-width: 330px;
    margin: 0 auto
} */

.m-mobile {
    display: none
}

.page-header {
    background: #fff;
    padding: 9px 0;
    position: sticky;
    top: 0;
    z-index: 15;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.logo {
    display: inline-block
}

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

.page-header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-header__info {
    font-size: 18px;
    line-height: 1.2;
    font-family: montsemibold;
    text-align: center
}

.page-header__info span {
    color: #f63;
    display: block
}

.top-btn {
    display: inline-block;
    border: 1px solid #f63;
    border-radius: 100px;
    color: #f63;
    text-decoration: none;
    font-family: montbold;
    padding: 10px 24px;
    font-size: 16px;
    transition: all .25s ease;
}

.top-btn:hover {
    background: #f63;
    color: #fff;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
    transition: all .3s ease;
    background: #f1f3f4;
    color: #000;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto
}

.modal.is-open {
    z-index: 90;
    visibility: visible;
    background-color: rgba(0, 0, 0, .5);
    opacity: 1;
    transition: all .3s ease
}

.modal__title {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 38px
}

.modal__inner {
    justify-self: center;
    align-self: center
}

.modal__body {
    position: relative;
    width: 595px;
    padding: 30px 24px 24px;
    background-color: #fff;
    box-shadow: 0 8px 24px rgba(27, 28, 31, .12);
    border-radius: 2px
}

.modal-close {
    position: absolute;
    top: 27px;
    right: 27px;
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3333 2.54675L17.4533 0.666748L9.99996 8.12008L2.54663 0.666748L0.666626 2.54675L8.11996 10.0001L0.666626 17.4534L2.54663 19.3334L9.99996 11.8801L17.4533 19.3334L19.3333 17.4534L11.88 10.0001L19.3333 2.54675Z' fill='%2300A336'/%3E%3C/svg%3E%0A") center/20px no-repeat;
    cursor: pointer
}

.page-footer {
    flex-shrink: 0;
    padding: 80px 0;
    background: #1a1a1a;
    color: #b3b3b3;
    font-size: 14px
}

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

.page-footer__l {
    margin-right: 38px
}

.page-footer__info {
    flex: 1
}

.page-footer__warning {
    margin-bottom: 17px;
    line-height: 1.3
}

.page-footer__warning p {
    margin: 0 0 17px 0
}

.page-footer__warning a {
    color: #b3b3b3
}

.page-footer__warning a:hover {
    text-decoration: none
}

.footnote {
    margin-bottom: 17px
}

.footnote a {
    color: #b3b3b3
}

@media screen and (max-width:1200px) {
    .ready__wrap {
        align-items: center
    }
    .ready__info {
        padding-top: 0
    }
}

@media screen and (max-width:1100px) {
    .trust__num {
        font-size: 40px
    }
}

@media screen and (max-width:992px) {
    h1 {
        font-size: 44px
    }
    .page-header__info {
        font-size: 20px
    }
    .why-in {
        padding: 20px 20px 40px
    }
    .why__title {
        font-size: 24px;
        margin-bottom: 20px
    }
    .why__list {
        margin-right: -20px
    }
    .why__item {
        padding-right: 20px
    }
    .ready h2 {
        font-size: 40px
    }
}

@media screen and (max-width:850px) {
    .why__list {
        margin-right: 0;
        flex-wrap: wrap
    }
    .why__item {
        padding-right: 0;
        width: 100%;
        max-width: 600px;
        margin: 0 auto 20px
    }
    .why__item:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    body {
        font-size: 16px
    }
    h1 {
        font-size: 36px
    }
    .btn {
        padding: 20px 10px
    }
    .input {
        padding: 15px 10px
    }
    .page-header__info {
        display: none
    }
    .page-header__info.m-mobile {
        display: block;
        margin-bottom: 20px
    }
    .page-top,
    .portfolio,
    .why {
        padding: 80px 0
    }
    .btn,
    .inputcontainer .btn {
        padding: 16px 15px;
        font-size: 18px
    }
    .horizontalfield {
        padding: 12.5px 15px;
        font-size: 18px
    }
    .collect__item .btn,
    .commisions__item .btn,
    .ready .btn,
    .simple__item .btn {
        padding: 16px 40px;
        font-size: 18px
    }
    .trust__num {
        font-size: 32px
    }
    .trust__item {
        font-size: 14px;
        font-family: montbold
    }
    .ready h2,
    h3,
    .simple__item.m-info h3 {
        font-size: 30px
    }
    .faq__list {
        margin-right: 0
    }
    .faq__item {
        padding-right: 0;
        width: 100%
    }
    .collect,
    .commisions,
    .faq,
    .page-top,
    .portfolio,
    .ready,
    .why {
        padding: 40px 0
    }
    .why__icon {
        width: 95px;
        height: 80px;
        margin: 0 auto 15px
    }
    .why-in {
        border-radius: 24px
    }
    .why__title {
        font-size: 20px
    }
    .page-footer {
        padding: 40px 0;
        font-size: 12px
    }
    .collect__item,
    .collect__item h3,
    .commisions h3,
    .faq h3,
    .portfolio h3,
    .ready h2,
    .simple__item.m-info h3,
    .why h3 {
        margin: 0 0 20px 0
    }
    .simple {
        padding: 17px 0 0;
    }
    .why .page-title {
        margin-bottom: 30px
    }
    .simple__item.m-info {
        padding: 0 0 40px 30px
    }
    li:before {
        margin: 6px 10px 0 0
    }
    .ready {
        overflow: hidden
    }
    .ready__wrap {
        flex-wrap: wrap
    }
    .ready__item {
        width: 100%
    }
    .ready__item.ready__info {
        margin-bottom: 40px
    }
    .ready__img {
        padding-left: 0;
        display: flex;
        justify-content: center;
        margin-bottom: -43px
    }
    .ready__img img {
        margin-left: 30px
    }
    .ready {
        padding-bottom: 0!important
    }
    .page-footer__wrap {
        flex-wrap: wrap
    }
    .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
    }
    .ready__info {
        padding-right: 0
    }
    .faq__item {
        min-height: auto
    }
    .why-in {
        padding: 37px 20px 32px
    }
    .faq__link {
        min-height: inherit
    }
    .faq__link:after {
        top: 18px
    }
}

@media screen and (max-width:650px) {
    .modal__body,
    .modal__inner {
        width: 100%
    }
    .trust {
        padding: 20px 0
    }
    .trust__wrap {
        flex-wrap: wrap
    }
    .trust__item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: center
    }
    .trust__num {
        display: block;
        width: 100%;
    }
    .trust__item:first-child {
        position: relative;
        left: 10px;
    }
    .trust__item {
        margin-bottom: 10px;
    }
    .trust__item:last-child {
        margin-bottom: 0;
    }
    .trust__item:not(:first-child) {
        transform: translateX(-2px);
    }
    .trust__txt {
        margin-left: 10px
    }
    .collect__wrap,
    .commisions__wrap,
    .ready__wrap,
    .simple__wrap {
        flex-wrap: wrap
    }
    .simple__item.m-info {
        padding: 0;
        order: 1;
        width: 100%;
        margin-bottom: 30px;
        text-align: center
    }
    .simple__item.m-img {
        order: 2
    }
    .simple__item.m-info h3 {
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .simple__wrap {
        justify-content: center
    }
    .simple-list {
        margin: 0 auto 25px;
        max-width: 250px;
    }
    .simple__subhead {
        margin-bottom: 17px;
    }
    .simple-list li,
    .collect__txt li {
        margin-bottom: 13px;
    }
    .simple-list li:last-child,
    .collect__txt li:last-child {
        margin-bottom: 0;
    }
    .collect__item {
        width: 100%;
        margin-bottom: 0
    }
    .collect__item h3 {
        text-align: center;
        line-height: 1.3;
    }
    .collect__item.m-img {
        justify-content: center;
        flex-direction: column;
        align-items: center
    }
    .collect__txt {
        margin-bottom: 9px;
        max-width: 100%
    }
    .collect__item .btn {
        display: none
    }
    .collect__item .btn.m-mobile {
        display: block
    }
    .commisions {
        padding-top: 37px;
        padding-bottom: 37px;
    }
    .commisions__item {
        width: 100%
    }
    .commisions__item h3 {
        text-align: center
    }
    .commisions__item.m-info {
        order: 1;
        margin-bottom: 50px;
        padding-left: 0;
    }
    .commisions__item.m-img {
        display: flex;
        justify-content: center;
        order: 2;
        flex-direction: column;
        align-items: center
    }
    .commisions__item .btn {
        display: none
    }
    .commisions__txt p {
        margin-bottom: 19px;
    }
    .commisions__txt li {
        margin-bottom: 13px;
    }
    .commisions__txt li:last-child {
        margin-bottom: 0;
    }
    .commisions__item .btn.m-mobile {
        display: block
    }
    .commisions__txt {
        max-width: 100%;
        margin-bottom: 0
    }
    .commisions__item.m-img img {
        margin-bottom: 44px;
    }
    .portfolio__subhead {
        margin-bottom: 27px
    }
    .collect__txt p {
        margin: 0 0 20px 0;
    }
    .collect__txt p:last-child {
        margin: 0;
    }
    .collect__txt ul {
        padding-top: 0;
    }
    .collect {
        padding-bottom: 37px;
    }
    .portfolio {
        padding-top: 37px;
        padding-bottom: 32px;
    }
    .portfolio h3 {
        margin-bottom: 10px;
    }
    .slider {
        margin: 0 auto 27px;
    }
    .portfolio__list li {
        margin-bottom: 13px;
    }
    .portfolio__list li:last-child {
        margin-bottom: 0;
    }
    .portfolio__list {
        margin: 0 auto 26px;
    }
    .payment {
        padding-top: 33px;
    }
    .why {
        padding-top: 32px;
        padding-bottom: 43px;
    }
    .why h3 {
        margin-bottom: 9px;
    }
    .why-in {
        padding: 30px 20px 32px;
    }
    .faq {
        padding-top: 39px;
        padding-bottom: 52px;
    }
    .faq__link {
        padding: 15px 40px 12px 12px;
        font-size: 12px;
        border-radius: 12px;
        line-height: 1.5;
    }
    .faq__link:after {
        width: 16px;
        height: 16px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .faq__in {
        border-radius: 12px
    }
    .faq__item {
        margin-bottom: 8px;
    }
    .faq__item:last-child {
        margin-bottom: 0;
    }
    .ready h2,
    h3,
    .simple__item.m-info h3 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 19px;
    }
    .ready__txt {
        margin-bottom: 23px;
        font-size: 12px;
    }
    .page-footer__info {
        font-size: 10px;
    }
}

@media screen and (max-width:600px) {
    body {
        font-size: 14px
    }
    .horizontal_form {
        flex-wrap: wrap;
        margin-right: 0
    }
    .inputcontainer {
        padding-right: 0;
        padding-bottom: 0;
        width: 100%;
        margin-bottom: 8px;
    }
    .horizontalfield {
        padding: 11.5px 15px;
        font-size: 12px
    }
    .page-top {
        padding: 30px 0
    }
    .page-header__info {
        font-size: 14px
    }
    h1 {
        font-size: 24px
    }
    .btn,
    .inputcontainer .btn {
        padding: 15px
    }
    .logo {
        width: 117px;
        height: 30px
    }
    .top-btn {
        padding: 3px 18px;
        font-size: 14px
    }
    .why__title {
        font-size: 18px
    }
    .payment__item {
        margin: 0 15px 15px 0
    }
    .portfolio__list {
        max-width: 195px
    }
    .simple__item.m-img {
        width: 100%;
    }
    .collect__item.m-img img,
    .commisions__item.m-img img {
        max-height: 265px
    }
    .collect__item.m-img img {
        margin-bottom: 20px;
    }
    .ll-common-errors li {
        font-size: 12px
    }
    .faq__info {
        border-radius: 12px;
        padding: 5px 50px 20px 20px
    }
    .ll-error-msg {
        position: static;
        width: 100%
    }
    .ready__img {
        margin: 0 -60px -50px;
        width: calc(100% + 120px)
    }
    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
    }
}

@media screen and (max-width:450px) {
    .btn,
    .collect__item .btn,
    .commisions__item .btn,
    .ready .btn,
    .simple__item .btn {
        width: 100%;
        text-align: center
    }
}