details,
main {
    display: block
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    color: #000;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    display: block;
    max-width: 100%
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

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

@font-face {
    font-family: Rubik;
    src: url(../fonts/subset-Rubik-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

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

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

.perf-no-animation * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important
}

html {
    -webkit-text-size-adjust: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    background: #fff;
    color: #16233d;
    letter-spacing: normal;
    font-family: Rubik, sans-serif;
    scroll-padding-top: 68px;
    scroll-behavior: smooth
}

button:active,
button:hover,
input:active,
input:focus,
input:hover {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
    line-height: 130%
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

ul {
    list-style-type: none
}

section {
    position: relative;
    padding: 30px 0
}

body {
    margin: 0;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    padding-top: 68px;
    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-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

body.page-login {
    padding-top: 40px
}

body.page-profile {
    padding: 0;
    background: #f2f5fa
}

footer {
    width: 100%;
    margin-top: auto
}

.container {
    margin: 0 auto;
    max-width: 1270px;
    padding: 0 25px
}

@-webkit-keyframes opacity {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.burger {
    position: relative;
    width: 18px;
    height: 12px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.burger_open .burger__line:nth-child(1) {
    top: 0;
    width: 0%
}

.burger_open .burger__line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger_open .burger__line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.burger_open .burger__line:nth-child(4) {
    top: 5px;
    left: 50%;
    width: 0%
}

.burger__line {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    pointer-events: none
}

.burger__line:nth-child(2),
.burger__line:nth-child(3) {
    top: 5px
}

.burger__line:nth-child(4) {
    top: 10px
}

.breadcrumb {
    background-color: transparent
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    overflow-x: auto;
    white-space: nowrap
}

.breadcrumb__item::after {
    content: " - ";
    display: inline-block;
    border-radius: 50%;
    position: relative;
    padding: 0 5px
}

.breadcrumb__item:last-child::after {
    display: none
}

.breadcrumb__link:hover {
    text-decoration: underline
}

.breadcrumb__link_active {
    font-weight: 600
}

.btn {
    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;
    border-radius: 8px;
    padding: 14px 28px;
    border: none;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.btn span {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.btn-primary {
    background: #0070e0;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff
}

.btn-primary svg {
    margin-right: 10px
}

.btn-primary:hover {
    background: #1489ff
}

.btn-secondary {
    background: #e9edf7;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #16233d
}

.btn-secondary svg {
    margin-right: 10px
}

.btn-secondary:hover {
    background: #f2f5fa;
    color: #0070e0
}

.btn-red {
    background: #ff4747;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff
}

.btn-red svg {
    margin-right: 10px
}

.btn-red:hover {
    background: #ff7066
}

.btn:disabled {
    opacity: .7;
    cursor: not-allowed
}

.btn_loading {
    cursor: wait;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.btn_loading span {
    margin-right: 8px
}

.btn_loading::after {
    content: "";
    width: 12px;
    min-width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent !important;
    margin-left: 10px;
    -webkit-transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
    -webkit-animation: .5s linear infinite loadingrotate;
    animation: .5s linear infinite loadingrotate;
    display: inline-block
}

.btn_success::after {
    content: "";
    width: 15px;
    min-width: 14px;
    height: 9px;
    border: 2px solid #fff;
    -webkit-animation: none;
    animation: none;
    min-width: 12px;
    display: inline-block;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg) translateX(4px);
    -ms-transform: rotate(-45deg) translateX(4px);
    transform: rotate(-45deg) translateX(4px);
    margin-left: 10px;
    position: relative;
    left: 5px
}

.btn_disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .6
}

@-webkit-keyframes loadingrotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loadingrotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 140%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 0
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none
}

.checkbox .checkbox__text {
    line-height: 140%;
    font-weight: 500
}

.checkbox .checkbox__text a {
    color: #0070e0
}

.checkbox .checkbox__elem {
    top: 0;
    position: relative;
    height: 24px;
    width: 24px;
    min-width: 24px;
    background-color: #d7d7d7;
    border: 1px solid #0070e0;
    display: inline-block;
    margin-right: 16px;
    border-radius: 5px
}

.checkbox .checkbox__elem::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 13px;
    height: 6px;
    -webkit-transition: .25s cubic-bezier(.08, .82, .17, 1);
    -o-transition: .25s cubic-bezier(.08, .82, .17, 1);
    transition: .25s cubic-bezier(.08, .82, .17, 1);
    opacity: 0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background: 0 0
}

.checkbox input:disabled:checked~.checkbox__elem {
    background-color: #959595
}

.checkbox input:disabled~.checkbox__elem {
    background: #959595
}

.checkbox input:disabled~.checkbox__text {
    color: #000
}

.checkbox input:checked~.checkbox__elem {
    background-color: #0070e0;
    z-index: 1
}

.checkbox input:checked~.checkbox__elem:after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 140%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5px 0
}

.radio__desc {
    display: block;
    font-size: 12px;
    color: #959595
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none
}

.radio__text {
    line-height: 140%
}

.radio__elem {
    top: 0;
    position: relative;
    height: 20px;
    width: 20px;
    min-width: 20px;
    border: 1px solid #0070e0;
    display: inline-block;
    margin-right: .625rem;
    border-radius: 50%;
    background: #d7d7d7
}

.radio__elem:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border: solid #0070e0;
    -webkit-transition: .25s cubic-bezier(.08, .82, .17, 1);
    -o-transition: .25s cubic-bezier(.08, .82, .17, 1);
    transition: .25s cubic-bezier(.08, .82, .17, 1);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 50%
}

.radio input:disabled~.radio__text {
    color: #959595
}

.radio input:disabled~.radio__elem {
    background-color: #959595
}

.radio input:checked~.radio__elem {
    background-color: #fff
}

.radio input:checked~.radio__elem:after {
    opacity: 1;
    background: #0070e0;
    border: none
}

input[type=submit] {
    border: none;
    cursor: pointer
}

input:not([type=checkbox]):not([type=radio]) {
    height: 52px
}

input:not([type=checkbox]):not([type=radio]),
textarea {
    resize: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    outline: 0;
    padding: 14px;
    font-size: 16px;
    line-height: 24px;
    color: #16233d;
    font-weight: 500;
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid transparent
}

input:not([type=checkbox]):not([type=radio]).err,
textarea.err,
select.err {
    border-color: red;
}

input:not([type=checkbox]):not([type=radio]):focus,
textarea:focus {
    border: 2px solid #0070e0
}

input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(22, 35, 61, .7)
}

input:not([type=checkbox]):not([type=radio])::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(22, 35, 61, .7)
}

input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(22, 35, 61, .7)
}

input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: rgba(22, 35, 61, .7)
}

input:not([type=checkbox]):not([type=radio])::placeholder,
textarea::placeholder {
    color: rgba(22, 35, 61, .7)
}

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

.input_icon__wrap,
.textarea_icon__wrap {
    position: relative
}

.input_icon__wrap .icon,
.textarea_icon__wrap .icon {
    position: absolute;
    top: 14px;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px
}

.input_icon__wrap input:not([type=checkbox]):not([type=radio]),
.input_icon__wrap textarea,
.textarea_icon__wrap input:not([type=checkbox]):not([type=radio]),
.textarea_icon__wrap textarea {
    width: 100%;
    padding: 14px 12px 14px 52px !important
}

.select__hidden {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none
}

.select .af-select {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    width: 100% !important;
    position: relative
}

.select select,
.select__styled {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 2px solid transparent;
    width: 100%;
    outline: 0;
    padding: 14px;
    font-size: 16px;
    line-height: 24px;
    color: #16233d;
    background-color: #fff;
    height: 52px;
    border-radius: 8px
}

.select select:focus,
.select__styled:focus {
    border: 2px solid #0070e0;
    border-radius: 8px 8px 0 0
}

.select__styled {
    position: relative;
    border: 2px solid transparent
}

.select__styled_icon {
    padding: 14px 12px 14px 52px;
    position: relative
}

.select__styled_icon .icon {
    position: absolute;
    top: 15px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px
}

.select__styled_icon .icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.select__styled span {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #16233d
}

.select__styled_active {
    border: 2px solid #0070e0;
    border-radius: 8px 8px 0 0
}

.select__styled::after {
    content: "";
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url(../img/svg/ic_expand.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px
}

.select__styled_active::after {
    -webkit-transform: translateY(-50%) scaleY(-1);
    -ms-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1)
}

.select__options {
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    right: auto;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    color: #000;
    width: 100%;
    border-radius: 0 0 8px 8px;
    border: 2px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.select__options::-webkit-scrollbar {
    width: 6px
}

.select__options::-webkit-scrollbar-track {
    background: #f1f1f1
}

.select__options::-webkit-scrollbar-thumb {
    background: #ced8eb;
    border-radius: 3px
}

.select__options_active {
    display: block;
    border-color: #0070e0
}

.select__options li {
    margin: 0;
    padding: 14px;
    -webkit-transition: .15s ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
    font-size: 16px;
    line-height: 24px;
    height: 52px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    text-align: left
}

.select__options li.active,
.select__options li:hover {
    background: #0070e0;
    color: #fff
}

.select__options li[rel=hide] {
    display: none
}

.form__field {
    margin-bottom: 16px
}

.form__field span.label {
    font-size: 14px;
    line-height: 143%;
    color: #6278a3;
    margin-bottom: 8px
}

.form__submit .btn {
    height: 52px;
    width: 100%
}

.mobilemenu {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    -webkit-transform: translateY(calc(-100% - 68px));
    -ms-transform: translateY(calc(-100% - 68px));
    transform: translateY(calc(-100% - 68px));
    width: 100%;
    max-width: 480px;
    background: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    overflow-y: auto;
    z-index: 1001;
    max-height: calc(100vh - 68px)
}

.mobilemenu_opened {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mobilemenu-nav {
    padding: 14px 0;
    position: relative
}

.mobilemenu-nav::after {
    position: absolute;
    content: "";
    left: -16px;
    right: -16px;
    bottom: 0;
    height: 1px;
    background: #ced8eb
}

.mobilemenu-nav__link {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 158%;
    color: #16233d;
    padding: 10px 0
}

.mobilemenu-info {
    padding: 24px 0
}

.mobilemenu-info__caption {
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #16233d;
    margin-bottom: 24px
}

.mobilemenu__phone {
    position: relative;
    padding-left: 36px;
    margin-bottom: 24px
}

.mobilemenu__phone-icon {
    top: 0;
    left: 0;
    position: absolute;
    width: 24px;
    height: 15px
}

.mobilemenu__phone-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.mobilemenu__phone-caption {
    font-size: 14px;
    line-height: 150%;
    color: #6278a3
}

.mobilemenu__phone-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #16233d
}

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

.mobilemenu__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px
}

.mobilemenu__social svg {
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain
}

.mobilemenu__social-caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px
}

.mobilemenu__social-caption.violet {
    color: #665cac
}

.mobilemenu__social-caption.blue {
    color: #28a8e9
}

.section-h1,
h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 138%;
    margin: 0 0 24px;
    width: 100%
}

.section-h2,
h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 143%;
    margin: 0 0 24px;
    width: 100%
}

.section-h3,
h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 143%;
    margin: 0 0 24px;
    width: 100%
}

.section-h4,
h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    margin: 0 0 16px;
    width: 100%
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1001;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.popup:target {
    opacity: 1;
    pointer-events: all
}

.popup__wrapper {
    max-width: 480px;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 48px 24px 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: auto 0 0;
    border-radius: 16px 16px 0 0
}

.popup__content .section-h3 {
    margin-bottom: 16px
}

.popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    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
}

.popup__close a {
    display: block
}

.popup-remove .popup__content-caption {
    margin-bottom: 26px
}

.popup-remove .popup__content-caption .user {
    font-weight: 500
}

.popup-remove .form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -6px
}

.popup-remove .form__actions .btn {
    margin: 6px
}

.table_responsive {
    overflow-x: auto
}

.table_responsive td,
.table_responsive th {
    padding: 20px;
    text-align: left
}

.table_responsive td a,
.table_responsive th a {
    font-weight: 500;
    color: #0070e0
}

.table_responsive tr {
    border: none;
    background: #fff
}

.table_responsive tr th:first-child {
    border-radius: 16px 0 0
}

.table_responsive tr th:last-child {
    border-radius: 0 16px 0 0
}

.table_responsive tr:last-child td:first-child {
    border-radius: 0 0 0 16px
}

.table_responsive tr:last-child td:last-child {
    border-radius: 0 0 16px
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 68px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.header .container {
    width: 100%
}

.header__phone {
    position: relative;
    padding-left: 36px
}

.header__phone-icon {
    top: 0;
    left: 0;
    position: absolute;
    width: 24px;
    height: 15px
}

.header__phone-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__phone-caption {
    font-size: 14px;
    line-height: 150%;
    color: #6278a3
}

.header__phone-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #16233d
}

.header__social,
.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__social svg {
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain
}

.header__social-caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px
}

.header__social-caption.violet {
    color: #665cac
}

.header__social-caption.blue {
    color: #28a8e9
}

.header-top {
    display: none;
    background: #fff;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.header-bottom {
    background: #0070e0;
    height: 68px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-bottom__burger {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    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
}

.header-bottom__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto
}

.header-bottom__logo-image {
    width: 150px;
    margin-right: 8px
}

.header-bottom__logo-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header-bottom__logo-icon {
    display: none
}

.header-bottom__logo-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #fff
}

.header-bottom__logo-caption,
.header-bottom__nav {
    display: none
}

.header-bottom__phone {
    margin-left: 16px;
    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
}

.header-bottom__phone-close,
.header-bottom__phone-link {
    width: 32px;
    height: 32px
}

.header-bottom__personal {
    margin-left: 16px;
    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
}

.header-bottom__personal-links {
    display: none
}

.header-bottom__personal-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-bottom__personal-link svg {
    width: 32px;
    height: 32px
}

.header-bottom__phone.is-active .header-bottom__phone-link {
    display: none
}

.header-bottom__phone-link,
.header-bottom__phone.is-active .header-bottom__phone-close,
.header-bottom__phone.is-active .header-bottom__phone-menu {
    display: block
}

.header-bottom__phone-close {
    display: none
}

.header-bottom__phone-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 24px 16px
}

.header-bottom__phone .header__phone {
    margin-bottom: 24px
}

.header-bottom__phone .header__social {
    margin-right: 24px
}

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

.footer-top {
    width: 100%;
    background: #f2f5fa;
    padding: 32px 0
}

.footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__information,
.footer__phones,
.footer__socials {
    width: 100%
}

.footer__infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 12px 0
}

.footer__info {
    position: relative;
    padding-left: 40px
}

.footer__info:not(:last-child) {
    margin-bottom: 24px
}

.footer__info-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    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
}

.footer__info-caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #6278a3
}

.footer__info-value {
    display: block;
    padding-top: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #16233d
}

.footer__info-additional {
    padding-top: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #16233d
}

.footer__socials {
    padding: 24px 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6px 0
}

.footer__social {
    margin-right: 32px
}

.footer__social svg,.footer__social img  {
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain
}


.footer__social-caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px
}

.footer__social-caption.violet {
    color: #665cac
}

.footer__social-caption.blue {
    color: #28a8e9
}

.footer-bottom {
    padding: 16px 0 24px;
    background: #fff
}

.footer-bottom .container {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-bottom__agreement,
.footer-bottom__copy,
.footer-bottom__dev-caption {
    font-size: 16px;
    line-height: 150%
}

.footer-bottom__copy {
    color: #16233d;
    margin-bottom: 8px
}

.footer-bottom__agreement {
    color: #0070e0;
    margin-bottom: 16px
}

.footer-bottom__dev-caption {
    color: #16233d;
    margin-bottom: 12px
}

.footer-bottom__dev-image {
    width: 208px
}

.footer-bottom__dev-image img {
    width: 100%;
    height: auto
}

.scroll-top {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: fixed;
    bottom: 24px;
    right: 24px;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fff;
    cursor: pointer
}

.scroll-top_active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .25);
    box-shadow: 0 0 9px rgba(0, 0, 0, .25)
}

.splide {
    position: relative
}

.splide__arrow {
    border: none;
    width: 52px;
    height: 52px;
    background: center no-repeat #f2f5fa;
    border-radius: 26px;
    background-size: 8px
}

.splide__arrow--prev {
    background-image: url(../img/svg/arrow-left.svg)
}

.splide__arrow--next {
    background-image: url(../img/svg/arrow-right.svg)
}


.homepage-calculate__form-subcaption {
    padding-bottom: 19px;
    color: #999;
}

.homepage-banner__title h1 span {
    color: #000;
    font-size: 0.65em;
    display: inline-block;
    line-height: 140%;
    padding-top: 0.5em;
}

.homepage-banner__title h1 {
    line-height: 140%;
}

@media screen and (min-width: 361px) {
    .footer__info-value {
        font-size: 20px
    }
}

@media screen and (min-width: 481px) {
    .mobilemenu {
        max-width: 300px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        bottom: 0
    }

    .mobilemenu_opened {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .popup {
        padding: 20px
    }

    .popup__wrapper {
        margin: auto;
        padding: 48px;
        border-radius: 16px
    }

    .header-bottom__phone-menu {
        left: auto;
        right: 25px
    }
}

@media screen and (min-width: 641px) {
    html {
        scroll-padding-top: 76px
    }

    body {
        padding-top: 76px
    }

    .mobilemenu {
        top: 76px
    }

    .section-h1,
    h1 {
        font-size: 36px
    }

    .section-h2,
    h2 {
        font-size: 30px
    }

    .section-h4,
    h4 {
        font-size: 22px
    }

    .header,
    .header-bottom {
        height: 76px
    }

    .header-bottom__logo-caption {
        display: block;
        font-size: 14px;
        line-height: 143%;
        color: #ced8eb
    }

    .footer-top .container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__phones {
        width: calc(50% - 12px)
    }

    .footer__socials {
        width: calc(50% - 12px);
        padding: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width: 831px) {

    .section-h1,
    h1 {
        font-size: 40px
    }

    .section-h2,
    h2 {
        font-size: 32px
    }

    .section-h3,
    h3 {
        font-size: 26px
    }

    .section-h4,
    h4 {
        font-size: 24px
    }
}

@media screen and (min-width: 1025px) {

    .btn-primary,
    .btn-red,
    .btn-secondary {
        font-size: 16px;
        line-height: 150%;
        padding: 14px 40px
    }

    .section-h1,
    h1 {
        font-size: 44px
    }

    .section-h2,
    h2 {
        font-size: 34px
    }

    .section-h3,
    h3 {
        font-size: 28px
    }

    .section-h4,
    h4 {
        font-size: 26px
    }

    .footer-bottom .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer-bottom__copy {
        margin-bottom: 0
    }

    .footer-bottom__copy::after {
        content: "|";
        color: #ced8eb;
        padding: 0 24px
    }

    .footer-bottom__agreement {
        margin-bottom: 0;
        margin-right: auto
    }

    .footer-bottom__dev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-bottom__dev-caption {
        margin-bottom: 0
    }

    .footer-bottom__dev-caption::after {
        content: "-";
        color: #16233d;
        padding: 0 16px
    }

    .footer .footer__information,
    .footer .footer__phones {
        width: 78.36066%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: auto
    }

    .footer .footer__information .footer__info,
    .footer .footer__phones .footer__info {
        -ms-flex-preferred-size: 348px;
        flex-basis: 348px;
        padding-right: 24px
    }

    .footer .footer__information .footer__info.fullwidth,
    .footer .footer__phones .footer__info.fullwidth {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .footer .footer__socials {
        width: 19.67213%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 1153px) {
    body {
        padding-top: 156px
    }

    .section-h1,
    h1 {
        font-size: 48px
    }

    .section-h2,
    h2 {
        font-size: 36px
    }

    .section-h3,
    h3 {
        font-size: 30px
    }

    .section-h4,
    h4 {
        font-size: 28px
    }

    .header_scrolldown,
    .header_scrollup {
        height: 76px !important
    }

    .header_scrolldown .header-top,
    .header_scrollup .header-top {
        height: 0;
        overflow: hidden
    }

    .header_scrolldown .header-bottom__logo,
    .header_scrollup .header-bottom__logo {
        margin-right: 0
    }

    .header_scrolldown .header-bottom__logo-icon,
    .header_scrollup .header-bottom__logo-icon {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #fff;
        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;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        cursor: pointer
    }

    .header_scrolldown .header-bottom__logo-image,
    .header_scrollup .header-bottom__logo-image {
        position: relative
    }

    .header_scrolldown .header-bottom__logo-image img,
    .header_scrollup .header-bottom__logo-image img {
        opacity: 0
    }

    .header_scrolldown .header-bottom__logo-caption,
    .header_scrollup .header-bottom__logo-caption {
        display: none
    }

    .header_scrolldown .header-bottom__nav,
    .header_scrollup .header-bottom__nav {
        margin: 0 auto
    }

    .header_scrolldown .header-bottom__personal,
    .header_scrollup .header-bottom__personal {
        display: block
    }

    .header_scrolldown .header-bottom__personal .header-bottom__personal-links,
    .header_scrollup .header-bottom__personal .header-bottom__personal-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header_scrolldown .header-bottom__personal .header-bottom__personal-link,
    .header_scrollup .header-bottom__personal .header-bottom__personal-link {
        display: block;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #fff
    }

    .header_scrolldown .header-bottom__personal .header-bottom__personal-link:first-child::after,
    .header_scrollup .header-bottom__personal .header-bottom__personal-link:first-child::after {
        content: "/";
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #ced8eb;
        padding: 0 8px
    }

    .header_scrolldown .header-bottom__personal>.header-bottom__personal-link,
    .header_scrollup .header-bottom__personal>.header-bottom__personal-link {
        display: none
    }

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

    .header-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 80px;
        background: #fff;
        width: 100%
    }

    .header-top .container,
    .header-top .header__phones {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-top .header__phone {
        margin-right: 48px
    }

    .header-top .header__socials {
        margin-right: auto
    }

    .header-top .header__social {
        margin-right: 12px
    }

    .header-top__personal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header-top__personal-icon {
        width: 32px;
        height: 32px;
        background: #0070e0;
        border-radius: 8px;
        margin-right: 12px;
        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
    }

    .header-top__personal-caption {
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #16233d;
        margin-bottom: 4px
    }

    .header-top__personal-link {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #0070e0
    }

    .header-top__personal-link:not(:first-child)::before {
        content: "/";
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #ced8eb;
        padding: 0 8px
    }

    .header-bottom {
        height: 76px
    }

    .header-bottom__burger {
        display: none
    }

    .header-bottom__logo-caption {
        display: block;
        font-size: 14px;
        line-height: 143%;
        color: #ced8eb
    }

    .header-bottom__nav {
        display: block
    }

    .header-bottom__nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-bottom__nav-item {
        margin-left: 32px
    }

    .header-bottom__nav-link {
        display: block;
        font-weight: 700;
        font-size: 18px;
        line-height: 156%;
        color: #fff;
        padding: 2px 0;
        border-bottom: 2px solid transparent;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .header-bottom__nav-link:hover {
        border-color: #fff
    }

    .header-bottom__personal,
    .header-bottom__phone {
        display: none
    }
}

@media screen and (max-width: 1280px) {
    .container {
        max-width: 100%
    }
}

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

    body.page_mobile,
    body.page_phones {
        overflow: hidden
    }

    body.page_mobile::after,
    body.page_phones::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        z-index: 999;
        -webkit-animation: .3s opacity;
        animation: .3s opacity
    }

    .mobilemenu {
        display: block
    }
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 25px
    }
}

@media screen and (max-width: 830px) {
    .table_responsive thead {
        display: none
    }

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

    .table_responsive tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 12px;
        border-radius: 16px
    }

    .table_responsive tr:last-child {
        margin-bottom: 0
    }

    .table_responsive tr td {
        display: block;
        width: 100%;
        padding: 12px 24px !important;
        border: none !important
    }

    .table_responsive tr td::before {
        content: attr(data-title);
        display: block;
        font-weight: 700;
        color: #16233d
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 0 16px
    }
}