@font-face {
    font-family: 'Gordita';
    src: local('Gordita Regular'), local('Gordita--Regular'), url('./../fonts/gordita/Gordita-Regular.woff2') format('woff2'), url('./../fonts/gordita/Gordita-Regular.woff') format('woff'), url('./../fonts/gordita/Gordita-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "e-Ukraine";
    src: url("./../fonts/e-ukraine_font/e-Ukraine-Thin.eot");
    src: url("./../fonts/e-ukraine_font/e-Ukraine-Thin.eot?#iefix") format("embedded-opentype"), url("./../fonts/e-ukraine_font/e-Ukraine-Thin.ttf") format("truetype"), url("./../fonts/e-ukraine_font/e-Ukraine-Thin.woff2") format("woff2"), url("./../fonts/e-ukraine_font/e-Ukraine-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "e-Ukraine";
    src: url("./../fonts/e-ukraine_font/e-Ukraine-UltraLight.eot");
    src: url("./../fonts/e-ukraine_font/e-Ukraine-UltraLight.eot?#iefix") format("embedded-opentype"), url("./../fonts/e-ukraine_font/e-Ukraine-UltraLight.ttf") format("truetype"), url("./../fonts/e-ukraine_font/e-Ukraine-UltraLight.woff2") format("woff2"), url("./../fonts/e-ukraine_font/e-Ukraine-UltraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "e-Ukraine";
    src: url("./../fonts/e-ukraine_font/e-Ukraine-Light.eot");
    src: url("./../fonts/e-ukraine_font/e-Ukraine-Light.eot?#iefix") format("embedded-opentype"), url("./../fonts/e-ukraine_font/e-Ukraine-Light.ttf") format("truetype"), url("./../fonts/e-ukraine_font/e-Ukraine-Light.woff2") format("woff2"), url("./../fonts/e-ukraine_font/e-Ukraine-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "e-Ukraine";
    src: url("./../fonts/e-ukraine_font/e-Ukraine-Regular.eot");
    src: url("./../fonts/e-ukraine_font/e-Ukraine-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/e-ukraine_font/e-Ukraine-Regular.ttf") format("truetype"), url("./../fonts/e-ukraine_font/e-Ukraine-Regular.woff2") format("woff2"), url("./../fonts/e-ukraine_font/e-Ukraine-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "e-Ukraine";
    src: url("./../fonts/e-ukraine_font/e-Ukraine-Medium.eot");
    src: url("./../fonts/e-ukraine_font/e-Ukraine-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/e-ukraine_font/e-Ukraine-Medium.ttf") format("truetype"), url("./../fonts/e-ukraine_font/e-Ukraine-Medium.woff2") format("woff2"), url("./../fonts/e-ukraine_font/e-Ukraine-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "e-Ukraine";
    src: url("./../fonts/e-ukraine_font/e-Ukraine-Bold.eot");
    src: url("./../fonts/e-ukraine_font/e-Ukraine-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/e-ukraine_font/e-Ukraine-Bold.ttf") format("truetype"), url("./../fonts/e-ukraine_font/e-Ukraine-Bold.woff2") format("woff2"), url("./../fonts/e-ukraine_font/e-Ukraine-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    transition: .3s all ease;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.ie-panel {
    display: none;
    background: #212121;
    padding: 10px 0;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
    clear: both;
    text-align: center;
    position: relative;
    z-index: 1;
}

html.ie-10 .ie-panel,
html.lt-ie-10 .ie-panel {
    display: block;
}


/* ====================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    outline: 0;
}

* ::before,
* ::after {
    box-sizing: border-box;
}

* ::selection {
    background-color: #F7CA6A;
    color: #fff;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: "e-Ukraine";
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: #273240;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
}

body {
    background: #fff;
    min-height: 100%;
}

.page {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

ul,
li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

input,
textarea,
button,
select {
    font-family: "e-Ukraine";
    font-size: 18px;
    color: #273240;
    font-weight: 300;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    background: none;
}

input::-webkit-contacts-auto-fill-button,
textarea::-webkit-contacts-auto-fill-button,
button::-webkit-contacts-auto-fill-button,
select::-webkit-contacts-auto-fill-button {
    opacity: 0;
}

input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
    color: #000;
    opacity: 1;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

button {
    cursor: pointer;
    transition: 0.3s;
}

#main-wrapper {
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main-wrapper header,
#content-wrapper,
#main-wrapper footer {
    width: 100%;
    max-width: 100%;
}

#content-wrapper {
    flex-grow: 1;
}

.button {
    max-width: 100%;
    height: 59px;
    padding: 0 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #273240;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 13px !important;
    font-weight: 300;
    font-size: 16px;
}

.button.blue_button {
    height: 62px;
    background: #1F37FF;
    color: #fff;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    border-radius: 15px !important;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Gordita';
    padding: 0 30px 0 35px;
}

.button.blue_button-2 {
    background: #1F37FF;
    color: #fff;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
}

.button.light_button {
    background: #9EEBE5;
    color: #273240;
    font-size: 14px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    padding: 0 19px 0 23px;
}

.button .left {
    position: relative;
    padding-right: 25px;
    display: inline-flex;
    align-items: center;
}

.button .left.empty-left {
    padding-right: 0;
}

.button.light_button .left {
    padding-right: 23px;
}

.button .right {
    padding-left: 20px;
    display: inline-flex;
    align-items: center;
}

.button .left:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 23px;
    width: 1px;
    background: #273240;
    transition: 0.3s;
}

.button svg {
    fill: none;
    stroke: #273240;
    transition: 0.3s;
}

.button.blue_button-2 svg,
.button.blue_button svg {
    fill: #fff;
    stroke: none;
}

.button.light_button svg {
    fill: #273240;
    stroke: none;
}

.button.blue_button-2 .left:after,
.button.blue_button .left:after {
    background: #fff;
}

.button.light_button .left:after {
    background: #273240;
}

.button:disabled {
    opacity: .8;
    pointer-events: none;
}

@media all and (min-width: 1025px) {
    .button:hover {
        background: #2468BF;
        color: #fff;
    }
    .button:hover svg {
        fill: none;
        stroke: #fff;
    }
    .button.blue_button:hover svg,
    .button.light_button:hover svg {
        fill: #fff;
        stroke: none;
    }
    .button:hover .left:after {
        background: #fff;
    }
}

header {
    padding-top: 57px;
}

body.header_fixed header {
    position: fixed;
    top: 0;
    top: 0;
    padding: 20px 0;
    background: #fff;
    box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 20%);
    z-index: 15;
}

header .page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: normal;
}

header .page>nav {
    margin: 0 auto 0 82px;
}

header nav a {
    font-size: 14px;
    color: #273240;
    line-height: 24px;
    text-decoration: none;
    position: relative;
}

header .page>nav a:hover {
    border-bottom: 1px solid;
}

header nav a:not(:last-child) {
    margin-right: 60px;
}

header nav a.active {
    font-weight: 700;
}

header .login_button {
    margin: 0 80px 0 auto;
}

header .socials {
    display: flex;
    align-items: center;
}

header .socials a {
    text-decoration: none;
}

header .socials a:last-child {
    margin-left: 17px;
}

header .socials a svg {
    fill: #273240;
    transition: 0.3s;
}

header .socials a:hover svg {
    fill: #5E718A;
}

#menu_button {
    position: relative;
    height: 40px;
    width: 40px;
    display: none;
}

#menu_button:before,
#menu_button:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #273240;
    transform: translateY(-6px);
    transform-origin: center;
    transition: .2s;
}

#menu_button:after {
    transform: translateY(5px);
}

body.menu_opened #menu_button:before {
    transform: rotate(45deg);
}

body.menu_opened #menu_button:after {
    transform: rotate(-45deg);
}

#mobile_menu,
body.menu_opened #mobile_menu {
    display: none;
}

body.header_fixed #content-wrapper {
    padding-top: 116px;
}

.title_section {
    padding: 85px 0 149px;
}

.title_section .page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title_section h1 {
    font-weight: bold;
    font-size: 44px;
    line-height: 52px;
    text-align: center;
    color: #273240;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.title_section h1 span {
    position: relative;
}

.title_section h1 span:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: calc(100% - 151px);
    width: 171px;
    height: 14px;
    background: #F7CA6A;
    z-index: -1;
    animation: 1.5s linear 0s alternate linemove;
}

@keyframes linemove {
    0% {
        left: -18px;
    }
    100% {
        left: calc(100% - 151px);
    }
}

.title_section h2 {
    font-weight: 200;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.title_section .login_button {
    display: none;
}

.big_logo {
    margin: 50px 0 78px;
    position: relative;
}

.big_logo {
    animation: 1.8s linear 0s alternate big_logo;
}

.big_logo .info_item {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 52px;
    color: #fff;
    border-radius: 100%;
    transform: scale(0.35);
    opacity: 0;
    transition: .3s;
    cursor: default;
    z-index: 2;
}

.big_logo .info_item:nth-of-type(1) {
    background: #6A6CA4;
    top: -64px;
    left: -80px;
    width: 202px;
    height: 202px;
}

.big_logo .info_item:nth-of-type(2) {
    background: #D6AE0A;
    top: -63px;
    left: 66px;
    width: 175px;
    height: 175px;
}

.big_logo .info_item:nth-of-type(3) {
    background: #14ADA3;
    top: 12px;
    left: 109px;
    width: 157px;
    height: 157px;
}

.big_logo .info_item:nth-of-type(4) {
    background: #75B2EF;
    top: 77px;
    left: 46px;
    width: 165px;
    height: 165px;
}

.big_logo .info_item:nth-of-type(5) {
    background: #D88FAD;
    top: 109px;
    left: -27px;
    width: 110px;
    height: 110px;
}

.big_logo .info_item:nth-of-type(6) {
    background: #50d492;
    top: -7px;
    left: -9px;
    width: 200px;
    height: 200px;
}

@keyframes big_logo {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.6);
    }
    100% {
        transform: scale(1);
    }
}

@media all and (min-width: 1025px) {
    .big_logo .info_item:hover {
        opacity: 1;
        transform: scale(1);
        z-index: 1;
    }
}

.title_section .buttons {
    margin-bottom: 58px;
}

.title_section .text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.004em;
}

.title_section .text img {
    width: 117px;
    margin-left: 39px;
}

.advantage_section {
    background: #F7CA6A;
    padding: 0 0 13px;
}

.advantage_section .items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    top: -48px;
}

.advantage_section .item {
    height: 315px;
    background: #FFFFFF;
    filter: drop-shadow(0px 4px 47px rgba(0, 0, 0, 0.25));
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    width: calc(25% - 15px);
    padding: 63px 20px 59px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.advantage_section .item:last-child {
    height: 437px;
}

.advantage_section .item:last-child button {
    margin: auto auto 0;
}

.advantage_section .box-counter-inner {
    display: flex;
    font-weight: normal;
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 56px;
}

.advantage_section p {
    font-size: 18px;
    line-height: 150%;
}

.advantage_section__button {
    display: none;
}

.about_section {
    padding: 122px 0 0;
}

.about_section .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 298px;
}

.about_section .item .image {
    width: 580px;
    max-width: 100%;
    position: relative;
    filter: drop-shadow(6px 10px 20px rgba(41, 41, 42, 0.07));
}

.about_section .item .browser_img {
    width: 100%;
}

.about_section .item .center_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_section .item .text {
    padding-right: 190px;
    padding-top: 40px;
    width: 50%;
}
.about_section .item .text ul {
    font-size: 18px;
    line-height: 150%;
    padding-left: 35px;
    margin-top: 16px;
}
.about_section .item .text li {
    margin-bottom: 16px;
    list-style: disc;
}

.about_section .item:nth-child(2) .text {
    padding-right: 0;
    padding-left: 190px;
}

.about_section .item .t {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
}

.about_section .item p {
    font-size: 18px;
    line-height: 32px;
}

.title_border {
    font-weight: 300;
    font-size: 44px;
    line-height: 160%;
    padding-bottom: 29px;
    border-bottom: 3px solid;
    margin-bottom: 50px;
}

.ecosystem_section .item {
    display: flex;
    margin-bottom: 298px;
}

.ecosystem_section .item .text {
    width: 49%;
    padding-right: 130px;
}

.ecosystem_section .item .image {
    width: 51%;
}

.ecosystem_section .item p {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
}

.ecosystem_section .item p.bold {
    font-weight: normal;
    margin-top: 30px;
}

.faq_section {
    background: #1F37FF;
    color: #fff;
    padding: 104px 0 216px;
}

.faq_block {
    border-bottom: 3px solid #fff;
    padding-bottom: 58px;
}

.faq:not(:last-child) {
    margin-bottom: 70px;
}

.faq .question {
    font-size: 30px;
    line-height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 200;
    cursor: pointer;
}

.faq .question .icon {
    font-family: Gordita;
    font-weight: normal;
    font-size: 44px;
    color: #9EEBE5;
    width: 60px;
    flex-shrink: 0;
    text-align: center;
}

.faq .question .icon.minus {
    display: none;
}

.faq .answer {
    display: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    margin: 22px 0 0;
}

.faq .question.opened .icon.plus {
    display: none;
}

.faq .question.opened .icon.minus {
    display: block;
}

.faq .question.opened+.answer {
    display: block;
}

.form_section {
    padding: 92px 0 54px;
}

.form_section .t {
    font-weight: normal;
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 94px;
}

.form_section .form-content {
    width: 880px;
    max-width: 100%;
}

.form-wrap {
    position: relative;
}

.form-validation {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 11;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0;
    color: #CE5347;
    transition: .3s;
}

.form_section input,
.form_section textarea {
    height: 44px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #273240;
    width: 100%;
    border-bottom: 1px solid #273240;
    resize: none;
    padding: 10px 0;
}

.form_section input {
    margin-bottom: 36px;
}

.form_section input::placeholder,
.form_section textarea::placeholder {
    font-weight: 200;
    opacity: 1;
    color: #5E718A;
    letter-spacing: 0;
}

.form_section .has-error input,
.form_section .has-error textarea {
    color: #CE5347;
    border-color: #CE5347;
}

.radio_button,
.checkbox_button {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #5E718A;
}

.radio_button label,
.checkbox_button label {
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    display: inline-block;
}

.radio_button label:before,
.checkbox_button label::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    border: 3px solid #464646;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}

.checkbox_button label::before {
    border: 2px solid #000;
    border-radius: 5px;
    top: 0;
}

.radio_button input:checked+label:before {
    background: #F5BD4F;
    border: 3px solid #273240;
}

.checkbox_button input:checked+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../images/site/main-page/checkbox.svg") center no-repeat;
    background-size: 19px;
}

.radio_buttons {
    display: flex;
    align-items: center;
    margin: 30px 0 50px;
}
.checkbox_buttons .form-wrap {
    margin-bottom: 16px;
}

.radio_buttons .radio_button:first-child {
    margin-right: 150px;
}

#sbtn {
    display: block;
    margin: 70px auto 0;
}

footer {
    padding: 100px 0 53px;
}

.logo_mob {
    display: none;
}

footer .page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .t {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}

footer .work_time {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 16px;
}

footer .work_time div {
    font-weight: 500;
}

footer .contacts,
footer .contacts a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

footer .contacts .email {
    display: inline;
}

footer .contacts span {
    text-decoration: underline;
}

footer .contacts a {
    text-decoration: none;
}

footer .contacts .email+a {
    margin-left: 32px;
}

footer nav div {
    margin-bottom: 16px;
}

footer nav a {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #273240;
    text-decoration: none;
}

footer .socials {
    margin-top: 36px;
    display: flex;
    align-items: center;
}

footer .socials a {
    text-decoration: none;
}

footer .socials a:last-child {
    margin-left: 20px;
}

footer .socials svg {
    fill: #273240;
    transition: .3s;
}

footer .icons {
    text-align: center;
}

footer .copyright {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}

footer .copyright a {
    position: absolute;
    right: 0;
    top: 0;
    color: #273240;
    text-decoration: none;
}

.documents_section {
    padding: 80px 0;
}

.documents_section .title_border {
    width: 1060px;
    max-width: 100%;
}

.text_about_docs {
    width: 720px;
    max-width: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 108px;
}

.documents_section .documents {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.documents_section .documents .item {
    width: calc(25% - 55px);
    height: 252px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    padding: 20px 23px;
    color: #273240;
    text-decoration: none;
    position: relative;
    margin-bottom: 50px;
}

.documents_section .documents .item:not(:nth-child(4n)) {
    margin-right: 73px;
}

.documents_section .documents .item span {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}

.documents_section .documents .item svg {
    position: absolute;
    bottom: 74px;
    left: 50%;
    transform: translateX(-50%);
}

body:not(.show_all_documents) .documents_section .documents .item:nth-child(4)~.item {
    display: none;
}

.more_documents {
    text-align: center;
    margin-top: 30px;
}

.more_documents a {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #5E718A;
    text-decoration: none;
}

.show_all_documents .more_documents {
    display: none;
}

.recaptcha-wrapper {
    margin-top: 30px;
}

.oferta-page {
    margin-top: 80px;
    line-height: 1.5;
}
.oferta-page h1 {
    font-weight: bold;
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 10px;
}
.oferta-page__h2 {
    margin-bottom: 36px;
}
.oferta-page__list b {
    font-weight: 500;
}
.oferta-page__list li {
    margin-bottom: 20px;
}
.oferta-page__list > li {
    margin-bottom: 40px;
}
.oferta-page__list > li > span {
    font-size: 32px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.oferta-page__list > li > ol,
.oferta-page__list > li > ul {
    padding-left: 60px;
}
.oferta-page__list > li .oferta-page__list-none {
    padding-left: 46px;
}
.oferta-page__list ol > li {
    list-style: decimal;
}
.oferta-page__list ul:not(.oferta-page__list-none) {
    margin-top: 20px;
    padding-left: 30px;
}
.oferta-page__list ul:not(.oferta-page__list-none) > li {
    list-style: disc;
}
.oferta-page__list .center {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

@media all and (min-width: 1025px) {
    .more_documents a:hover {
        color: #273240;
    }
    footer .contacts a:hover {
        text-decoration: underline;
    }
    footer .copyright a:hover,
    footer nav div a:hover {
        border-bottom: 1px solid;
    }
    footer .socials a:hover svg {
        fill: #5E718A;
    }
}

@media all and (max-width: 1440px) {
    .page {
        width: 1100px;
    }
    .about_section .item .text {
        padding-right: 80px;
    }
    .about_section .item:nth-child(2) .text {
        padding-right: 0;
        padding-left: 80px;
    }
    .documents_section .documents .item {
        width: calc(25% - 23px);
    }
    .documents_section .documents .item:not(:nth-child(4n)) {
        margin-right: 30px;
    }
}

@media all and (max-width: 1100px) {
    .advantage_section .items {
        position: relative;
        z-index: 2;
    }
    .advantage_section .item {
        width: calc(50% - 15px);
        margin-bottom: 50px;
    }
    .advantage_section .item,
    .advantage_section .item:last-child {
        height: 435px;
    }
    .advantage_section .item:last-child button {
        display: none;
    }
    .advantage_section {
        position: relative;
        background: none;
    }
    .advantage_section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 700px;
        background: #F7CA6A;
    }
    .advantage_section__button {
        display: block;
        margin: 0 auto;
    }
}

@media all and (max-width: 1024px) {
    body.header_fixed #content-wrapper {
        padding-top: 97px;
    }
    .page {
        width: 618px;
    }
    header .page {
        position: relative;
    }
    header .page>.socials {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    header .page>nav,
    header .login_button {
        display: none;
    }
    header .logo img {
        width: 117px;
    }
    .title_section h1 {
        font-size: 30px;
        line-height: 52px;
        margin-bottom: 20px;
    }
    .title_section h2 {
        font-size: 14px;
        line-height: 50px;
    }
    .title_section .buttons {
        display: flex;
        align-items: center;
        margin-bottom: 85px;
    }
    .title_section .login_button {
        display: flex;
        margin-right: 18px;
    }
    #menu_button {
        display: block;
    }
    .title_section .text {
        font-size: 14px;
    }
    .title_section .text img {
        width: 95px;
        margin-left: 21px;
    }
    .advantage_section {
        padding: 0;
    }
    .advantage_section .items {
        top: -35px;
    }
    .about_section .item {
        flex-wrap: wrap;
        margin-bottom: 100px;
    }
    .about_section .item .text,
    .about_section .item .image {
        width: 100%;
    }
    .about_section .item .text {
        order: 0;
        padding: 0 !important;
        margin-bottom: 55px;
    }
    .about_section .item .image {
        order: 1;
    }
    .title_border {
        font-size: 30px;
        line-height: 160%;
        padding-bottom: 46px;
    }
    .ecosystem_section {
        padding: 100px 0 36px;
    }
    .ecosystem_section .item {
        display: block;
        margin-bottom: 0;
    }
    .ecosystem_section .item .text {
        margin-bottom: 56px;
    }
    .ecosystem_section .item .text,
    .ecosystem_section .item .image {
        width: 100%;
    }
    .faq .question {
        font-size: 24px;
        line-height: 29px;
    }
    .faq .question .icon {
        font-size: 24px;
    }
    .faq_section {
        padding: 104px 0 139px;
    }
    .form_section .t {
        font-weight: normal;
        font-size: 36px;
        line-height: 77px;
    }
    .form_section input,
    .form_section textarea {
        font-size: 16px;
    }
    .radio_button label,
    .checkbox_button label {
        font-size: 12px;
    }
    .checkbox_button label {
        line-height: 14px;
    }
    footer .item:nth-child(1) {
        order: 0;
        margin-bottom: 62px;
    }
    footer .item:nth-child(2) {
        order: 1;
    }
    footer .copyright {
        order: 2;
        margin-top: 0;
        font-size: 12px;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    footer .icons {
        order: 3;
        display: flex;
        align-items: center;
    }
    footer .icons>a {
        height: 40px;
    }
    footer .socials {
        margin: 0 0 0 30px;
    }
    footer .socials a:last-child {
        margin-left: 30px;
    }
    footer .item:nth-child(1),
    footer .copyright {
        width: 67.53%;
    }
    footer .copyright .rights {
        margin-bottom: 8px;
    }
    footer .copyright a {
        position: static;
        font-size: 12px;
    }
    footer .contacts .email {
        display: block;
        margin-bottom: 10px;
    }
    footer .contacts .email+a {
        margin-left: 0;
    }
    .title_section h1 span:after {
        width: 100px;
        height: 8px;
        bottom: 10px;
        left: calc(100% - 87px);
    }
    @keyframes linemove {
        0% {
            left: -4px;
        }
        100% {
            left: calc(100% - 87px);
        }
    }
    body.menu_opened {
        overflow: hidden;
    }
    #mobile_menu {
        display: none;
        background: #FFF8EB;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
    }
    .content_menu {
        overflow-y: auto;
        max-height: 100%;
        padding: 214px 0 40px;
    }
    .content_menu,
    .content_menu nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content_menu nav a {
        margin: 0 auto 40px !important;
        font-size: 18px;
        line-height: 24px;
    }
    .content_menu .socials {
        margin-top: 42px;
    }
    body.menu_opened #mobile_menu {
        display: block;
    }
    body.menu_opened header .logo,
    body.menu_opened #menu_button {
        z-index: 11;
        position: relative;
    }
    .documents_section .documents {
        justify-content: space-between;
        padding: 0 13px;
    }
    .documents_section .documents .item {
        width: 240px;
        margin-right: 0 !important;
    }
    .text_about_docs {
        width: 460px;
        margin-bottom: 50px;
    }
}

@media all and (max-width: 768px) {
    .big_logo {
        display: none;
    }
    .title_section h1 {
        margin-bottom: 0;
    }
    .title_section h2 {
        margin-bottom: 36px;
    }
}
@media all and (max-width: 610px) {
    body.header_fixed #content-wrapper {
        padding-top: 68px;
    }
    .page {
        width: 100%;
        padding: 0 30px;
    }
    header {
        padding-top: 28px;
    }
    header .page>.socials {
        display: none;
    }
    #menu_button:before,
    #menu_button:after {
        height: 2px;
    }
    .content_menu {
        padding-top: 160px;
    }
    .title_section {
        padding-top: 65px;
    }
    .title_section h1 {
        width: 380px;
        font-size: 29px;
        line-height: 50px;
    }
    .title_section h1 span:after {
        width: 80px;
        bottom: auto;
        top: 32px;
        left: calc(100% - 139px);
    }
    @keyframes linemove {
        0% {
            left: 60px;
        }
        100% {
            left: calc(100% - 139px);
        }
    }
    .title_section h2 {
        font-weight: 200;
        font-size: 12px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .big_logo {
        width: 154px;
        margin: 41px 0 75px;
    }
    .title_section .buttons {
        display: block;
        margin-bottom: 47px;
    }
    .title_section .login_button {
        margin: 0 auto 26px;
        width: 146px;
        height: 56px;
        font-size: 14px;
    }
    .title_section .login_button svg {
        width: 14px;
        height: 14px;
    }
    .button.blue_button {
        font-size: 14px;
        font-family: "e-Ukraine";
        font-weight: 200;
    }
    .button.blue_button svg {
        width: 12px;
        height: 12px;
    }
    .title_section .text {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 150%;
        width: 228px;
    }
    .title_section .text img {
        width: 180px;
        margin: 26px 0 0;
    }
    .advantage_section {
        background-color: #F7CA6A;
        padding-bottom: 70px;
    }
    .advantage_section .items {
        flex-direction: column;
        align-items: center;
        padding-bottom: 10px;
    }
    .advantage_section .item:last-child,
    .advantage_section .item {
        width: 240px;
        height: 340px;
    }
    .advantage_section .item:last-child button {
        bottom: -80px;
    }
    .about_section {
        padding-top: 80px;
    }
    .about_section .item .center_img {
        width: 54px;
    }
    .about_section .item {
        margin-bottom: 58px;
    }
    .about_section .item p {
        font-size: 16px;
        line-height: 32px;
    }
    .ecosystem_section {
        padding: 120px 0 36px;
    }
    .ecosystem_section .item .text {
        padding: 0;
    }
    .ecosystem_section .item p {
        font-size: 16px;
        line-height: 160%;
    }
    .faq .answer,
    .faq .question {
        font-size: 16px;
        line-height: 130%;
        font-weight: 200;
    }
    .faq .question .icon {
        font-size: 20px;
    }
    .faq .answer {
        font-size: 14px;
    }
    .form_section .t {
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 76px;
        font-weight: 600;
    }
    .radio_buttons {
        white-space: nowrap;
    }
    .radio_buttons .radio_button:first-child {
        margin-right: 18px;
    }
    .radio_button label,
    .checkbox_button label {
        padding-left: 29px;
    }
    footer {
        padding: 37px 0 53px;
    }
    footer .page {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .icons {
        order: 0;
        margin-bottom: 68px;
    }
    footer .icons .socials {
        margin: 0;
    }
    footer .icons .socials a:last-child {
        margin-left: 20px;
    }
    footer .icons>a {
        display: none;
    }
    footer .item:nth-child(1) {
        order: 1;
        width: 100%;
    }
    footer .item:nth-child(2) {
        order: 2;
        width: 100%;
    }
    footer .copyright {
        margin-top: 52px;
        order: 3;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    footer .item .t {
        width: 240px;
        margin: 0 auto 20px;
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
    }
    .logo_mob {
        display: block;
        margin-bottom: 35px;
    }
}

@media all and (max-width: 590px) {
    .documents_section .documents {
        display: block;
    }
    .documents_section .documents .item {
        display: block;
        margin: 0 auto 50px !important;
    }
    .text_about_docs {
        font-size: 16px;
    }

    .oferta-page__list > li > span {
        font-size: 26px;
    }
    .oferta-page__list > li > ol,
    .oferta-page__list > li > ul {
        padding-left: 20px;
    }
    .oferta-page__list > li .oferta-page__list-none {
        padding-left: 0;
    }
}

@media all and (max-width: 445px) {
    .title_section {
        padding-top: 46px;
    }
}

@media all and (max-width: 400px) {
    .title_section h1 {
        transform: scale(0.8);
        margin-bottom: 0;
    }
    .title_section h2 {
        line-height: 20px;
        text-align: center;
    }
}