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

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;   
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000
}

a,
button,
input,
li,
ol,
select,
ul {
    border: none;
    color: inherit;
    background-color: transparent;
    list-style-type: none;
    text-decoration: none;
    outline: none
}

button {
    cursor: pointer
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

img,
video {
    width: 100%;
    height: auto
}

.container {
    margin: 0 auto;
    max-width: 1486px;
    padding: 0 60px
}

.text_section {
    padding: 100px 0;
    counter-reset: my-counter;
}

.text_section p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 10px;
}

.text_section h1 {
    font-size: 42px;
    font-weight: 900;
    line-height: 48px;
    margin-bottom: 16px;
}

.text_section h2 {
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 24px;
}

.text_section h3 {
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
}

.text_section ol {
    list-style: none;

    margin: 15px;
}

.text_section ol li {
    counter-increment: my-counter;
    padding-left: 25px;
    margin-bottom: 10px;
}

.text_section ol li:nth-last-child(1) {
    margin-bottom: 0;
}

.text_section ol li:before {
    content: counter(my-counter) ".";
    margin-right: 10px;
    margin-top: 8px;
}

.text_section ol li ol {
    margin: 10px;
}

.text_section ol li ul {
    margin: 10px;
    margin-left: 30px;
}

.text_section ul {
    margin: 15px;
    margin-left: 30px;
}

.text_section ul li {
    display: block;
    margin-bottom: 10px;
    line-height: 1.4;
}

.text_section ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.text_section ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 0.12em;
    display: inline-block;
    background-color: #000;
}

.text_section ul li ol {
    margin: 10px;
}

.text_section ul li ul {
    margin: 10px;
    margin-left: 30px;
}

.iti__flag {
    background-image: url("../images/flags.png")
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags%402x.png")
    }
}

.iti {
    width: 100%
}

.exchange-rate {
    display: none;
}

.error {
    font-size: 12px;
    color: #dc3545;
    font-weight: 500
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10000;
    -webkit-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out
}

.preloader--close {
    opacity: 0
}

.preloader__logo {
    max-width: 300px;
    -webkit-animation: preloader 900ms linear infinite;
    animation: preloader 900ms linear infinite
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0;
    -webkit-transition: background 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    transition: background 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
    transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
    transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    -webkit-box-shadow: 0 0 15px 0 #0000;
    box-shadow: 0 0 15px 0 #0000;
    z-index: 90;
}

.header--sticky {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 #0003;
    box-shadow: 0 0 15px 0 #0003
}

.header__inner {
    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;
}

.header__logo {
    max-width: 70px
}

.header__burger {
    display: none;
    z-index: 101
}

.logo {
    width: 100%
}

.logo__link {
    width: 100%
}

.logo__img {
    width: 100%;
    height: auto;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px;
}

.footer .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 30px;
}

.menu__link {
    font-size: 20px;
    line-height: 1.6;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out
}

.menu__link:hover {
    opacity: 0.5
}

.burger {
    position: relative;
    width: 24px;
    height: 22px
}

.burger--active .burger__item:first-child {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg)
}

.burger--active .burger__item:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(5px);
    -ms-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px)
}

.burger--active .burger__item:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg)
}

.burger__item {
    position: absolute;
    width: 100%;
    background: #000;
    height: 4px;
    border-radius: 1px;
    right: 0;
    -webkit-transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
    transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
    transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.burger__item:first-child {
    top: 0
}

.burger__item:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.burger__item:nth-child(3) {
    bottom: 0
}

.main-screen {
    position: relative;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

.main-screen__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 128px;
    margin-top: 115px;
    padding-top: 100px;
}

.main-screen__inner::after {
    content: '';
    position: absolute;
    background-image: url('../img.html');
    background-repeat: no-repeat;
}

.usm {
    width: 700px;
    height: 450px;
}

.main-screen__wrap {
    width: 63.78%;
    /* margin-top: 121px; */
    position: relative;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.main-screen__wrap iframe {
    min-width: 100%;
    width: 100% !important;
}

.main-screen__wrap:nth-of-type(2) {
    width: 31.7%;
    margin-top: 0;
}

.main-screen_title {
    margin-top: 155px;
    max-width: 538px;
    margin-left: auto;
    width: 100%;
}

.main-screen__heading {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 16px;
}

.main-screen__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #7D7D7D;
    margin-bottom: 34px;
}

.main-screen__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-screen__video {
    -o-object-fit: cover;
    object-fit: cover
}

.main-screen__video-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5
}

.main-screen__video-button-icon {
    width: 92px;
    height: 92px
}

.main-screen__form {
    width: 100%;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form--dark .form__name {
    color: #fff
}

.form--dark .form__input {
    background: #EDEDED;
    color: #7D7D7D;
}

.form--dark .form__input:-ms-input-placeholder {
    color: #777777
}

.form--dark .form__input::-webkit-input-placeholder {
    color: #777777
}

.form--dark .form__input::-moz-placeholder {
    color: #777777
}

.form--dark .form__input::-ms-input-placeholder {
    color: #777777
}

.form--dark .form__input::placeholder {
    color: #777777
}

.form--dark .iti__selected-dial-code {
    color: #000
}

.form__label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative
}

.form__label label.error {
    position: absolute;
    bottom: -16px;
    left: 0
}

.form__name {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.2
}

.form__input {
    width: 100%;
    font-size: 18px;
    line-height: 1.3333;
    padding: 16px;
    background: #EDEDED;
    border: 1px solid #aaa;
    border-radius: 13px
}

.form__input:-ms-input-placeholder {
    color: #999
}

.form__input::-webkit-input-placeholder {
    color: #999
}

.form__input::-moz-placeholder {
    color: #999
}

.form__input::-ms-input-placeholder {
    color: #999
}

.form__input::placeholder {
    color: #999
}

.form__button {
    margin-top: 16px
}

.button__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px 16px 32px;
    background: #41c1ad;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.button__text {
    font-weight: 400;
    color: #fff;
    font-size: 32px;
    line-height: 39px;
    margin-right: 8px;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;

}

.button__icon {
    max-width: 16px
}

.colored-text__inner {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}

.colored-text__heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #000;
    max-width: 1284px;
}

.license__show-more-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    /* background: linear-gradient(0deg, white 23%, rgba(255, 255, 255, 0.3659838936) 50%, rgba(32, 33, 36, 0) 100%); */
    background: -o-linear-gradient(bottom, white 20%, rgba(255, 255, 255, 0.3659838936) 100%, rgba(32, 33, 36, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, white), color-stop(100%, rgba(255, 255, 255, 0.3659838936)), to(rgba(32, 33, 36, 0)));
    background: linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0.3659838936) 100%, rgba(32, 33, 36, 0) 100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.title-custom {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #000;
}

.button__content:hover {
    background: #E40927;
}

.info {
    scroll-margin-top: 40px
}

.info__inner {
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.info__card {
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    border: 1px solid #e6e8e9;
    background: #f6f6f6;
    padding: 32px 0px 32px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 48.85%;
    min-height: 312px;
    margin-bottom: 32px;
    overflow: hidden
}

.info__text-box {
    width: 100%;
    max-width: 56.16%
}

.info__name {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

.info__text {
    font-size: 20px;
    line-height: 24px;
    color: #757575;
    font-weight: 600;
}

.info__img {
    position: absolute;
    top: 50%;
    right: -64px;
    max-width: 300px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.calc {
    scroll-margin-top: 150px;
    margin-top: 120px
}

.calc__inner {
    padding: 80px 112px;
    background: #ffffff;
    border: 5px solid #f0f3f6;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.calc__heading {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
}

.calc__calc-form {
    width: 100%;
    margin-bottom: 24px
}

.calc__text {
    font-size: 16px;
    line-height: 1;
    color: #a6a6a6
}

.calc-form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 92px
}

.calc-form__head-text {
    margin-right: 16px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.33
}

.calc-form__custom-radio {
    margin-right: 8px;
    margin-bottom: 8px
}

.calc-form__custom-radio:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.calc-form__body {
    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
}

.calc-form__ranges-box {
    width: 60%
}

.calc-form__ranges-item {
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.calc-form__ranges-row {
    width: 100%;
    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
}

.calc-form__ranges-row:first-child {
    margin-bottom: 28px
}

.calc-form__ranges-row:nth-child(2) {
    margin-bottom: 8px
}

.calc-form__ranges-name {
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
}

.calc-form__ranges-value {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.33
}

.calc-form__ranges-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #A6A6A6
}

.calc-form__result-box {
    width: 33%
}

.calc-form__result-item {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.calc-form__result-name {
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
    color: #000;
    margin-bottom: 45px;
    margin-top: 55px;
}

.calc-form__logo {
    /* width: 119px; */
    /* height: 131px; */
}

.calc-form__result-value {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.37
}

.custom-radio__radio {
    position: absolute;
    opacity: 0
}

.custom-radio__radio:checked~.custom-radio__button {
    color: #fff;
    background: #21A038
}

.custom-radio__button {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 8px 24px;
    font-size: 18px;
    line-height: 1.33;
    color: #93969B;
    font-weight: 500;
    background: #F0F2F5;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: color 300ms ease-in-out, backdround 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, backdround 300ms ease-in-out;
    transition: color 300ms ease-in-out, backdround 300ms ease-in-out;
    white-space: nowrap
}

.custom-range {
    width: 100%;
    position: relative
}

.custom-range__input {
    -webkit-appearance: none;
    height: 4px;
    width: 100%;
    border-radius: 100px;
    background: #C4C4C4
}

/* .custom-range__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 3;
    opacity: 0
} */

.custom-range__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #7D7D7D;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    width: 24px;
    border: 5px solid #FFFFFF;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    position: relative;
}

/* .custom-range__btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    border-radius: 50%;
    background: #7D7D7D;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border: 5px solid #FFFFFF;
    pointer-events: none;
    z-index: 3;
    cursor: pointer;
} */

.custom-range__progress-bar {
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 53%;
    background: #41c1ad;
    pointer-events: none;
    z-index: 2;
    border-radius: 100px;
    max-width: 0
}

.big-info {
    scroll-margin-top: 100px;
    background: #F5F5F5;
}

.big-info__inner {
    margin-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.big-info__text-box {
    width: 48.62%;
    margin-right: 3.8%
}

.big-info__heading {
    font-size: 48px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 16px
}

.big-info__text {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
}

.big-info__img-box {
    width: 31.85%
}

.exchange-rate {
    scroll-margin-top: 150px;
    margin-top: 120px;
    background: #f0f3f6
}

.exchange-rate__inner {
    padding: 72px 0 88px 0
}

.exchange-rate__heading {
    font-weight: 900;
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 8px
}

.exchange-rate__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #a6a6a6
}

.exchange-rate__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px
}

.exchange-rate__info {
    width: 42.68%
}

.exchange-rate__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 72px
}

.exchange-rate__row:first-child .exchange-rate__column:nth-child(2) {
    margin-left: 224px
}

.exchange-rate__row:first-child .exchange-rate__column:nth-child(3) {
    margin-left: 163px
}

.exchange-rate__row:last-child {
    margin-bottom: 0
}

.exchange-rate__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.exchange-rate__column:nth-child(2) {
    margin-left: 159px
}

.exchange-rate__column:nth-child(3) {
    margin-left: 115px
}

.exchange-rate__name {
    font-size: 34px;
    line-height: 1.18;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exchange-rate__arrow-icon {
    margin-left: 7px
}

.exchange-rate__exchange-form {
    width: 31.7%
}

.arrow-icon {
    max-width: 18px
}

.exchange-form__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px
}

.exchange-form__item:last-child {
    margin-bottom: 0
}

.exchange-form__name {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px
}

.exchange-form__input-box {
    width: 100%;
    padding: 16px;
    background: #fff;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    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
}

.exchange-form__input {
    width: 80%;
    font-size: 18px;
    line-height: 1.33
}

.exchange-form__input:-ms-input-placeholder {
    color: #c1c1c1
}

.exchange-form__input::-webkit-input-placeholder {
    color: #c1c1c1
}

.exchange-form__input::-moz-placeholder {
    color: #c1c1c1
}

.exchange-form__input::-ms-input-placeholder {
    color: #c1c1c1
}

.exchange-form__input::placeholder {
    color: #c1c1c1
}

.exchange-form__select-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exchange-form__select-marker {
    max-width: 22px;
    margin-left: 9px
}

.exchange-form__select {
    font-size: 18px;
    line-height: 1.33;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/arrow-down--black.svg");
    background-repeat: no-repeat;
    background-size: 16px 10px;
    background-position: center right;
    padding-right: 32px;
    cursor: pointer
}

.license {
    scroll-margin-top: 120px
}

.license__inner {
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.license__text-box {
    width: 40.24%;
    margin-right: 32px
}

.license__heading {
    font-size: 48px;
    line-height: 1.5;
    font-weight: 900
}

.license__show-more-box {
    width: 40.24%;
    max-height: 370px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: max-height 300ms ease-in-out;
    -o-transition: max-height 300ms ease-in-out;
    transition: max-height 300ms ease-in-out
}



.license__show-more-box--active:after {
    -webkit-transform: translateY(1000px);
    -ms-transform: translateY(1000px);
    transform: translateY(1000px)
}

.license__show-more-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.license__show-more-btn img {
    max-width: 54px;
    margin-bottom: 10px;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.license__show-more-btn span {
    font-size: 18px;
    line-height: 1.09;
    color: #41c1ad;
    font-weight: 300
}

.license__show-more-btn--active {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.license__show-more-btn--active img {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.steps {
    scroll-margin-top: 40px
}

.steps__inner {
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.steps__heading {
    margin-bottom: 16px;
    font-weight: 900;
    font-size: 48px;
    line-height: 1.5
}

.steps__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.steps__content--reversed {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.steps__item {
    max-width: 416px
}

.steps__name {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.43;
    margin-bottom: 8px
}

.steps__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

.steps__img-box {
    width: 100%;
    position: relative;
    margin: 30px 0 16px 0
}

.steps__il-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 334px
}

.request {
    position: relative;
    margin-top: 120px;
    background: #202020;
    background-image: url('../images/bg-request.jpg');
    background-repeat: no-repeat;
    height: 712px;
    background-size: cover;
}

.request .request__inner {
    position: relative;
    z-index: 2;
}

.request::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    background-repeat: no-repeat;
    background-size: cover;
}

.request__inner {
    padding: 64px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.request__text-box {
    width: 63.78%;
    margin-right: 32px
}

.request__heading {
    font-size: 46px;
    line-height: 56px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #fff
}

.request__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    color: #D9D9D9;
}

.request__form {
    width: 31.7%
}

.footer {
    position: relative;
    overflow: hidden
}

.footer__inner {
    padding: 48px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 100px;
}

.footer__logo {
    max-width: 192px;
    margin-bottom: 24px
}

.footer__copyright {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}

.footer__link {
    font-size: 18px;
    line-height: 1.33;
    color: #959595;
    margin-bottom: 32px;
    -webkit-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out
}

.footer__link:last-child {
    margin-bottom: 0
}

.footer__link:hover {
    color: #808080
}

@media (max-width: 1368px) {
    .main-screen__inner {
        gap: 78px;
    }
}

@media (max-width: 1330px) {
    .main-screen__heading {
        position: static;
    }

    .main-screen__inner {
        /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; */
    }

    .main-screen {
        /* background-image: url('../images/bg-mob.jpg');
        background-repeat: no-repeat;
        background-size: cover; */
    }

    .main-screen__wrap {
        width: 53.78%;
        /* margin-top: 90px; */
    }

    .main-screen__wrap:nth-of-type(2) {}

    .main-screen__heading {

        font-size: 25px;
        line-height: 32px;

    }

}

@media (max-width: 1199px) {
    .container {
        padding: 0 60px
    }

    .main-screen__wrap {
        width: 70vw;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .main-screen__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-screen {
        background-image: url('../images/bg-mob.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .main-screen__wrap:nth-of-type(2) {
        margin-top: 50px;
    }

    .main-screen__wrap:nth-of-type(2) {
        margin-top: 30px;
        background: #FFFFFF;
        border-radius: 8.86427px 8.86427px 0px 0px;
        padding: 27px;
        width: 49%;
        margin-bottom: 30px;
    }

    .main-screen__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header {
        padding: 10px 0;
    }

    .header__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
    }

    .footer__column {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }

    .footer__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__burger {
        display: block
    }

    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        padding: 60px 16px 16px 16px;
        background: #fff;
        z-index: 100;
        -webkit-transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
        transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
        -o-transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
        transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
        transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out
    }

    .menu--active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .menu--active .menu__list:after {
        -webkit-transition: -webkit-transform 1000ms linear;
        transition: -webkit-transform 1000ms linear;
        -o-transition: transform 1000ms linear;
        transition: transform 1000ms linear;
        transition: transform 1000ms linear, -webkit-transform 1000ms linear;
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        gap: 20px;
    }

    .menu__list:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -o-linear-gradient(bottom, white 0%, white 90%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(90%, white), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(0deg, white 0%, white 90%, rgba(255, 255, 255, 0) 100%)
    }

    .menu__item {
        margin-right: 0;
        margin-bottom: 20px
    }

    .menu__item:last-child {
        margin-bottom: 0
    }


    .main-screen:after {
        display: none
    }

    .main-screen__inner {
        padding-top: 88px
    }


    .main-screen__description {
        font-size: 18px;
        margin-bottom: 16px
    }


    .main-screen__video-button-icon {
        width: 54px;
        height: 54px
    }

    .main-screen__form {
        margin-top: 0;

    }

    .form__name {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 1.5
    }

    .form__input {
        font-size: 16px;
        line-height: 1.5;
        padding: 12px
    }

    .button__content {
        padding: 8px 20px 8px 20px
    }

    span.button__text {
        font-size: 22px;
        line-height: 130%
    }

    .button__icon {
        max-width: 14px
    }

    .colored-text__inner {
        padding-top: 64px
    }

    .colored-text__heading {
        font-size: 24px;
        line-height: 1.666
    }

    .info {
        scroll-margin-top: 60px
    }

    .info__inner {
        padding-top: 80px
    }

    .info__card {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .info__text-box {
        max-width: 48.91%
    }

    .info__img {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .calc {
        margin-top: 80px
    }

    .calc__inner {
        padding: 80px 32px
    }

    .calc__text {
        line-height: 1.5
    }

    .calc-form__head {
        margin-bottom: 58px
    }

    .calc-form__ranges-box {
        width: 50%
    }

    .calc-form__ranges-item {
        margin-bottom: 24px
    }

    .calc-form__ranges-row:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 22px
    }

    .calc-form__ranges-name {
        font-size: 18px;
        line-height: 2
    }

    .calc-form__ranges-value {
        font-size: 32px;
        line-height: 1.5
    }

    .calc-form__ranges-text {
        font-size: 14px;
        line-height: 1.14
    }

    .calc-form__result-box {
        width: 40%
    }

    .calc-form__result-value {
        font-size: 48px;
        line-height: 1.12
    }

    .big-info__inner {
        padding-top: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .big-info__text-box {
        width: 100%;
        margin-bottom: 79px;
        margin-right: 0
    }

    .big-info__heading {
        font-size: 40px;
        line-height: 1.4
    }

    .big-info__img-box {
        width: 52.3%
    }

    .exchange-rate {
        margin-top: 142px
    }

    .exchange-rate__inner {
        padding: 32px 0 40px 0
    }

    .exchange-rate__heading {
        font-size: 40px;
        line-height: 1.4
    }

    .exchange-rate__info {
        width: 47.82%
    }

    .exchange-rate__row:first-child .exchange-rate__column:nth-child(2) {
        margin-left: 123px
    }

    .exchange-rate__row:first-child .exchange-rate__column:nth-child(3) {
        margin-left: 69px
    }

    .exchange-rate__column:nth-child(2) {
        margin-left: 73px
    }

    .exchange-rate__column:nth-child(3) {
        margin-left: 75px
    }

    .exchange-rate__name {
        font-size: 24px;
        line-height: 1.33
    }

    .exchange-rate__exchange-form {
        width: 47.82%
    }

    .arrow-icon {
        max-width: 12px
    }

    .exchange-form__item {
        margin-bottom: 24px
    }

    .exchange-form__name {
        font-size: 18px;
        line-height: 1.33
    }

    .exchange-form__input-box {
        padding: 12px
    }

    .exchange-form__input {
        font-size: 16px;
        line-height: 1.5
    }

    .exchange-form__select-marker {
        max-width: 18px
    }

    .license {
        scroll-margin-top: 100px
    }

    .license__inner {
        padding-top: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .license__text-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px
    }

    .license__heading {
        font-size: 40px;
        line-height: 1.4
    }

    .license__show-more-box {
        width: 47.82%;
        max-height: 352px
    }

    .license__show-more-btn img {
        max-width: 44px;
        margin-bottom: 12px
    }

    .license__show-more-btn span {
        font-size: 16px;
        line-height: 1.5
    }

    .steps {
        scroll-margin-top: 80px
    }

    .steps__inner {
        padding-top: 80px
    }

    .steps__heading {
        font-size: 40px;
        line-height: 1.4;
        margin-bottom: 24px
    }

    .steps__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .steps__item {
        max-width: 47%
    }

    .steps__text {
        font-size: 18px
    }

    .steps__img-box {
        margin: 16px 0 24px 0
    }

    .request {
        margin-top: 80px;
        padding: 40px 0;
        height: 100%;
    }

    .request__inner {
        padding: 40px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .request__text-box {
        width: 39.1%;
        margin-right: 0
    }

    .request__heading {
        font-size: 32px;
        line-height: 1.5
    }

    .request__text {
        font-size: 18px;
        line-height: 2
    }

    .request__form {
        width: 49%
    }

    .footer:after {
        display: none
    }

    .footer__logo {
        max-width: 160px
    }

    .footer__copyright {
        font-size: 16px;
        line-height: 1.5
    }

    .footer__link {
        font-size: 14px;
        line-height: 1.71;
        margin-bottom: 24px
    }
}

@media (max-width: 1023px) {
    .container {
        padding: 0 60px
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 60px
    }

    .main-screen__inner {
        padding-top: 20px;
        margin-top: 85px;
    }

    .usm {
        width: 100%;
        height: 100%;
    }

    .logo__img {
        width: 50px;
        height: 50px;
    }

    .main-screen__inner {
        gap: 20px;
    }

    .main-screen__wrap:nth-of-type(2) {
        width: 70vw;
    }

    .main-screen__wrap iframe {
        height: auto;
    }

    .main-screen__heading {
        font-size: 26px;
        line-height: 29px;
        font-weight: 700;
        text-align: left;
    }

    .main-screen__description {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 14px
    }

    .main-screen__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main-screen__video-button-icon {
        width: 48px;
        height: 48px
    }

    .main-screen__form {
        width: 100%
    }

    .form__label {
        margin-bottom: 16px
    }

    .form__name {
        font-size: 14px;
        line-height: 1.7143
    }

    .form__input {
        padding: 8px;
        font-size: 14px;
        line-height: 1.7143
    }

    .button__text {
        font-size: 16px;
        line-height: 1.5
    }

    .colored-text__inner {
        padding-top: 32px
    }

    .colored-text__heading {
        font-size: 20px;
        line-height: 1.6;
        font-weight: 700
    }

    .info__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 24px
    }

    .info__text-box {
        max-width: 100%;
        margin-bottom: 16px
    }

    .info__name {
        font-size: 22px;
        line-height: 1.45
    }

    .info__text {
        font-size: 14px;
        line-height: 1.71
    }

    .info__img {
        max-width: 54.8%
    }

    .calc {
        margin-top: 40px
    }

    .calc__inner {
        padding: 24px 16px
    }

    .calc__heading {
        font-size: 32px;
        margin-bottom: 32px
    }

    .calc__calc-form {
        margin-bottom: 32px
    }

    .calc__text {
        font-size: 14px;
        line-height: 1.71
    }

    .calc-form__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 32px
    }

    .calc-form__head-text {
        margin-bottom: 8px;
        margin-right: 20px
    }

    .calc-form__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .calc-form__ranges-box {
        width: 100%;
        margin-bottom: 64px
    }

    .calc-form__ranges-item {
        margin-bottom: 24px
    }

    .calc-form__ranges-row:first-child {
        margin-bottom: 8px
    }

    .calc-form__ranges-name {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 8px
    }

    .calc-form__ranges-value {
        font-size: 24px;
        line-height: 1.33
    }

    .calc-form__ranges-text {
        font-size: 16px;
        line-height: 1
    }

    .calc-form__result-box {
        width: 100%
    }

    .calc-form__result-value {
        font-size: 32px;
        line-height: 1.25
    }

    .custom-radio__button {
        font-size: 16px;
        line-height: 1.5;
        padding: 4px 16px
    }

    .big-info__inner {
        padding-top: 40px
    }

    .big-info__text-box {
        margin-bottom: 54px
    }

    .big-info__heading {
        font-size: 32px;
        line-height: 1.25
    }

    .big-info__text {
        font-size: 14px;
        line-height: 1.71
    }

    .big-info__img-box {
        width: 72.86%
    }

    .exchange-rate {
        margin-top: 78px
    }

    .exchange-rate__inner {
        padding: 32px 0
    }

    .exchange-rate__heading {
        font-size: 32px;
        line-height: 1.25
    }

    .exchange-rate__text {
        font-size: 14px;
        line-height: 1.71
    }

    .exchange-rate__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .exchange-rate__info {
        width: 100%;
        margin-bottom: 32px
    }

    .exchange-rate__row {
        margin-bottom: 24px
    }

    .exchange-rate__row:first-child .exchange-rate__column:nth-child(2) {
        margin-left: 118px
    }

    .exchange-rate__row:first-child .exchange-rate__column:nth-child(3) {
        margin-left: 70px
    }

    .exchange-rate__column:nth-child(2) {
        margin-left: 64px
    }

    .exchange-rate__column:nth-child(3) {
        margin-left: 64px
    }

    .exchange-rate__name {
        font-size: 20px;
        line-height: 1.6
    }

    .exchange-rate__exchange-form {
        width: 100%
    }

    .exchange-form__name {
        font-size: 16px;
        line-height: 1.5
    }

    .exchange-form__input-box {
        padding: 8px
    }

    .exchange-form__input {
        font-size: 14px;
        line-height: 1.71
    }

    .exchange-form__select {
        font-size: 16px;
        line-height: 1.5
    }

    .license__inner {
        padding-top: 40px
    }

    .license__heading {
        font-size: 32px;
        line-height: 1.25
    }

    .license__show-more-box {
        width: 100%;
        max-height: 230px
    }

    .license__show-more-btn img {
        max-width: 37px;
        margin-bottom: 10px
    }

    .license__show-more-btn span {
        font-size: 14px;
        line-height: 1.71
    }

    .steps {
        scroll-margin-top: 100px
    }

    .steps__inner {
        padding-top: 40px
    }

    .steps__heading {
        font-size: 30px;
        line-height: 1.25;
        margin-bottom: 24px
    }

    .steps__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

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

    .steps__content--reversed .steps__item:first-child {
        margin-bottom: 0
    }

    .steps__content--reversed .steps__item:nth-child(2) {
        margin-bottom: 24px
    }

    .steps__item {
        max-width: 100%;
        margin-bottom: 24px
    }

    .steps__item:last-child {
        margin-bottom: 0
    }

    .steps__img-box {
        margin: 36px 0
    }

    .steps__way-img {
        display: none
    }

    .steps__il-img {
        position: static;
        max-width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .request__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .request__text-box {
        width: 100%;
        margin-bottom: 32px
    }

    .request__form {
        width: 100%
    }

    .footer__inner {
        padding: 24px 45px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }



    .footer__logo {
        margin-bottom: 16px
    }

    .footer__link {
        margin-bottom: 16px
    }
}

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

    .main-screen__wrap {
        width: 100%;
    }

    .main-screen__wrap:nth-of-type(2) {
        width: 100%;
    }

    .main-screen__wrap iframe {
        height: 240px;
    }

    .calc-form__result-name {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .calc-form__ranges-box {
        margin-bottom: 25px;
    }

    .calc-form__logo {
        width: 100%;
        height: auto;
    }
}

@-webkit-keyframes preloader {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes preloader {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}