*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0 !important;
}

body,
html {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #000000;
    font-weight: 400;
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

main {
    overflow: hidden;
}

section {
    position: relative;
    z-index: 1;
}

a {
    text-decoration: none;
}

.container {
    width: 84.44445%;
    max-width: 1220px;
    margin: 0 auto;
}

.d-none {
    display: none;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-align-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

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

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

.flex-column-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}

.flex-column-center {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.flex-column-between {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.img-contain {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.p-absolute {
    position: absolute;
}

.p-relative {
    position: relative;
}

.o-hidden {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.img-full-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.uppercase {
    text-transform: uppercase;
}

/* header */

.m-header {
    padding: 36px 0 37px;
    background-color: #F5FBFF;
}

.m-menu__item {
    padding: 0 28px;
}

.m-menu__link {
    font-size: 1rem;
    line-height: 1.222em;
    color: #495362;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

.m-menu__link:hover,
.m-menu__link.active {
    color: #3351EC;
}

.m-btn-primary {
    height: 46px;
    padding: 0 19px;
    background-color: #3351EC;
    border-radius: 8px;
    line-height: 46px;
    font-weight: 500;
    border: none;
    color: #F0F2FA;
    letter-spacing: -0.3px;
    font-size: 1rem;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    z-index: 1;
}

a.m-btn-primary {
    display: inline-block;
}

.m-btn-primary svg {
    margin-bottom: -1px;
}

.m-btn-primary:hover {
    background-color: #2C4AE6;
    -webkit-box-shadow: 0px 16px 20px rgba(164, 175, 231, 0.75);
            box-shadow: 0px 16px 20px rgba(164, 175, 231, 0.75);
}

.m-btn-primary:active {
    background-color: #223DCB;
}

.m-btn-primary:disabled,
.m-btn-primary.disabled {
    background-color: #B9C2F2;
    pointer-events: none;
}

/* main section */

.main-section {
    padding: 120px 0 0px;
}

.main-block {
    max-width: 911px;
    margin: 0 auto 113px;
}

.main-block__title {
    font-weight: 800;
    font-size: 3.111rem;
    line-height: 1.304em;
    letter-spacing: 4px;
    color: #495362;
    margin-bottom: 56px;
}

.main-block__title span {
    color: #3351EC;
}

.main-block-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 64px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
}

.main-block-grid__item {
    padding: 28px;
    background-color: #F5FBFF;
    border-radius: 24px;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.main-block-grid__item-title {
    font-weight: 600;
    font-size: 1.333em;
    line-height: 1.5em;
    color: #495362;
    letter-spacing: 0.33px;
    margin-bottom: 16px;
}

.main-block-grid__item-message {
    margin-bottom: 32px;
}

.main-block-grid__item-link {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-block-grid__item-link svg {
    margin-left: 10px;
}

/* footer */

.m-footer {
    padding: 24px 0;
    background-color: #F5FBFF;
}

.m-footer-top {
    padding-bottom: 24px;
    border-bottom: 1px solid #C7CFDC;
}

.m-social-list__item {
    margin-left: 40px;
}

.to-fill {
    -webkit-transition: fill .4s ease;
    -o-transition: fill .4s ease;
    transition: fill .4s ease;
}

.m-social-list__link:hover .to-fill {
    fill: #3351EC;
}

.m-footer-row:not(:last-child) {
    margin-bottom: 24px;
}

.terms,
.m-footer-email {
    font-size: 0.889rem;
    line-height: 1.5em;
    letter-spacing: -0.3px;
    color: #495362;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.m-footer-email:hover {
    color: #3351EC;
}

.m-footer-bottom {
    padding-top: 24px;
}

.m-copy,
.m-extra {
    font-size: 14px;
    line-height: 1.5em;
    color: #495362;
}

.m-copy,
.m-extra {
    max-width: 450px;
}

.m-extra {
    text-align: right;
}

.burger,
.backdrop,
.mobile-menu,
.system-wrapper-mobile,
.m-footer-top_mobile {
    display: none;
}

/* footer */

.footer {
    padding: 33px 0;
}

.footer-wrapper {
    background: #3351EC;
    border-radius: 36px;
    padding: 62px 0;
}

.footer-wrapper .container {
    width: 80.2955%;
}

.footer-social__item {
    margin-left: 40px;
}

.footer-social__link {
    display: block;
}

.footer-row:not(:last-child) {
    margin-bottom: 24px;
}

.policy,
.footer-email {
    font-size: 0.889rem;
    line-height: 1.5em;
    color: #F3F5FC;
    letter-spacing: -0.3px;
}

.copy,
.extra {
    font-size: 0.778rem;
    line-height: 1.5em;
    letter-spacing: -0.003em;
    color: #F3F5FC;
    font-weight: 300;
}

.extra {
    text-align: right;
    max-width: 270px;
}