@import url("../../../../css2-3");

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

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal
}

ul,
ol {
    list-style: none
}

fieldset,
img {
    border: none
}

caption,
th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=button],
input[type=submit],
input[type=reset],
button {
    cursor: pointer;
    line-height: normal
}

button,
input {
    line-height: normal
}

input[type=hidden],
[hidden],
.hidden {
    display: none
}

textarea {
    overflow: auto;
    resize: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

a>img {
    vertical-align: bottom
}

strong,
b {
    font-weight: bold
}

em,
i {
    font-style: italic
}

del {
    text-decoration: line-through
}

:focus {
    outline: none
}

button:focus,
button:active,
button:visited,
a:focus,
a:active,
a:visited {
    border: none;
    outline: none
}

button:focus,
button:active,
button:visited {
    border: none !important;
    outline: none !important
}

textarea {
    resize: none
}

.features__h1 {
    color: #fff
}

.order__formtext {
    text-align: left
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    cursor: pointer
}

.custom-checkbox+label {
    text-align: left !important
}

.custom-checkbox+label::before {
    content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #000;
    border-radius: 3px;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox:checked+label::before {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/ic-checkform.svg");
    background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width:640px) {
    body.login-page {
        background: #262537 url("../img/body-bg.jpg") no-repeat center;
        background-size: cover
    }

    body.login-page:before {
        background-color: #262537;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        opacity: .9
    }

    .login__right {
        display: block;
        margin: 0 auto
    }
}

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

.login__left {
    width: 50%;
    height: 80vh;
    background: url("../img/login-img.jpg") no-repeat center;
    background-size: cover;
    position: relative
}

.login__left:before {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(38, 37, 55, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.login__right {
    width: 50%;
    height: 100%;
    padding: 30px 20px 30px 0
}

.login__form {
    max-width: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(73, 78, 138, .4);
    -webkit-backdrop-filter: blur(74px);
    backdrop-filter: blur(74px);
    border-radius: 0 15px 15px 0;
    padding: 40px
}

.login__form-title {
    font-weight: 900;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 30px
}

.login__form-title span {
    color: #5a63c3
}

.login__form input {
    margin-bottom: 20px
}

.login__form-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1;
    color: rgba(255, 255, 255, .5)
}

.login__form-links a {
    font-size: 14px;
    line-height: 1;
    color: #939bf7;
    text-decoration: underline
}

.login__form-links a:hover {
    text-decoration: none
}

.result__h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 30px
}

.result__h3 span {
    color: #5a63c3
}

.result__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow: hidden
}

.result__item {
    min-height: 48px
}

.result__item-icon {
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 15px;
    vertical-align: middle
}

.result__item-icon img {
    width: 100%;
    height: auto
}

.result__item-text h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .9)
}

.result__item-text span {
    font-size: 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, .8)
}

.order__head {
    margin-bottom: 30px
}

.order__head h3 {
    color: #fff;
    margin-bottom: 15px
}

.order__head span {
    color: #5a63c3
}

.order__head p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, .8)
}

.order__form {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 20px 1fr;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 20px;
    margin-bottom: 20px
}

.order__form input {
    width: 100%
}

.order__formtext {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order__formtext .custom-checkbox+label {
    margin-right: 5px;
    position: relative
}

.order__formtext p {
    font-size: 13px;
    position: relative;
    top: -3px
}

.order__formtext a {
    color: rgba(255, 255, 255, .5);
    cursor: pointer
}

.order__formtext a:hover {
    color: #e95758;
    text-decoration: none
}

.progress-body {
    position: relative
}

.progress .contentBox {
    margin-bottom: 50px;
    padding-bottom: 40px
}

.progress .result__h3 {
    margin-bottom: 30px
}

.progress .result__item-icon img {
    width: 48px;
    height: 48px
}

.progress__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.progress__btn .btn {
    text-decoration: none
}

.progress .result__progressline {
    width: 100%;
    height: 15px;
    background: rgba(255, 255, 255, .09);
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .04);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .04);
    border-radius: 100px;
    margin-bottom: 30px;
    position: relative;
    top: 10px
}

.progress .result__progressline--start {
    width: 20%;
    height: 15px;
    background: -o-linear-gradient(359.95deg, #ffc411 -0.72%, #27ae60 100.33%);
    background: linear-gradient(90.05deg, #ffc411 -0.72%, #27ae60 100.33%);
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0
}

.progress .result__progressline--end {
    width: 100%;
    height: 15px;
    background: #27ae60;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0
}

.result__procent {
    color: #fff;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    position: absolute;
    top: -25px;
    left: 0
}

.progress .result__item {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative
}

.progress .result__item--active {
    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: center;
    -ms-flex-align: center;
    align-items: center
}

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

.progress .result__item--name {
    font-size: 15px;
    line-height: 1
}

.progress .result__item--param {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 5px rgba(255, 255, 255, .8);
    margin-top: 5px
}

.progress .ic-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/ic-check.svg") no-repeat 0 0;
    background-size: 20px 20px;
    margin-right: 8px
}

.progress .result__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 100px;
    position: absolute;
    top: 5px;
    right: 0;
    display: none
}

span.ic-check__text {
    color: #fff
}

.progress .result__check--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body,
html {
    overflow-x: hidden;
    height: 100%
}

html {
    height: 100%
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.content-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

body {
    background: #1f1f2e;
    min-width: 320px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

footer {
    margin-top: auto
}

.container {
    max-width: 1170px;
    padding: 0 20px;
    margin: 0 auto
}

h1 {
    font-size: 40px;
    line-height: 1.2;
    text-align: center
}

a {
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

h1,
h2,
h3 {
    color: #333;
    line-height: 1.15;
    font-weight: 900
}

h1,
h4,
h5,
h6 {
    color: #333;
    line-height: 1.15;
    font-weight: 700
}

.btn {
    position: relative;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    letter-spacing: .01em;
    text-transform: uppercase;
    background: -o-linear-gradient(357.87deg, #4a52aa 0, #eb5757 100%);
    background: linear-gradient(92.13deg, #4a52aa 0, #eb5757 100%);
    -webkit-box-shadow: 0 10px 20px rgba(124, 84, 145, .44);
    box-shadow: 0 10px 20px rgba(124, 84, 145, .44);
    border-radius: 8px;
    padding: 0 35px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.btn:hover {
    opacity: .8;
    -webkit-box-shadow: none;
    box-shadow: none
}

input,
textarea {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    height: 55px;
    line-height: 50px;
    color: #333;
    font-size: 15px;
    padding: 0 20px 0 40px;
    background: #fff;
    border-radius: 8px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

input:focus {
    border: 1px solid #da5761
}

.input-box {
    position: relative
}

.input-box .label {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: -25px;
    color: #fff
}

.email-pole {
    background: #fff url("../img/ic-email.svg") no-repeat 15px center;
    background-size: 18px 18px
}

.password-pole {
    background: #fff url("../img/ic-password.svg") no-repeat 15px center;
    background-size: 18px 18px
}

.phone-pole {
    background: #fff url("../img/ic-phone.svg") no-repeat 15px center;
    background-size: 18px 18px
}

.contentBox {
    background: #313456;
    border-radius: 15px
}

.header {
    width: 100%;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .04)
}

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

.header__logo {
    width: 144px;
    position: relative;
    top: 5px
}

.header__logo img {
    width: 100%;
    height: auto
}

.header__links a {
    display: inline-block;
    color: #4f4f4f;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    cursor: pointer
}

.header__links a:hover {
    color: #4a52aa;
    text-decoration: underline
}

.header__signin {
    margin-right: 15px
}

.content-block {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    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;
    padding: 50px 0 100px 0;
    position: relative;
    z-index: 1
}

.content-block:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.no-webp .content-block {
    background: #fff url("../img/body-bg.jpg") no-repeat top/cover
}

.webp .content-block {
    background: #fff url("../img/body-bg.webp") no-repeat top/cover
}

.features__title {
    margin: 50px 0 50px 0
}

.features__title h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.01em
}

.features__title h1 span {
    color: #5b63c3
}

.features__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    grid-column-gap: 20px
}

.features__item {
    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;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, .8)
}

.features__item-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px
}

.features__item-icon img {
    width: 100%;
    height: auto
}

.features__line {
    width: 30px;
    height: 4px;
    background: #f2c94c;
    margin-bottom: 15px
}

.block-form {
    margin: 50px 0 0 0;
    text-align: center
}

.block-form .order__formtext {
    width: 100%;
    margin: 20px 0 20px 0;
    text-align: left
}

.block-form .order__formtext p {
    text-align: left
}

.block-form__box {
    max-width: 840px;
    border-radius: 15px;
    background: rgba(73, 78, 138, .4);
    -webkit-backdrop-filter: blur(74px);
    backdrop-filter: blur(74px);
    padding: 30px;
    margin: 0 auto
}

.block-form .input-box input {
    width: 100%
}

.block-form .check-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 15px 1fr;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 15px;
    margin-bottom: 20px
}

.block-form .check-form button {
    width: 100%;
    margin-top: 28px
}

.block-form__smalltext {
    display: inline-block;
    padding: 5px 15px;
    border: 1px dashed #f1c94b;
    border-radius: 3px;
    color: #fff !important;
    font-size: 16px !important
}

.block-form p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, .5);
    text-align: center
}

.footer__link {
    color: rgba(51, 51, 51, .8);
    cursor: pointer;
    text-decoration: none
}

.footer__link:hover {
    color: #4a52aa;
    text-decoration: underline
}

.footer__top {
    width: 100%;
    background: #fff;
    padding: 30px 0;
    color: rgba(51, 51, 51, .8)
}

.footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 15px;
    line-height: 20px
}

.footer__item h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: rgba(51, 51, 51, .8)
}

.footer__paymant_logos img.bank-logo {
    width: 70px;
    height: 35px;
    margin-right: 5px;
    margin-bottom: 15px
}

.footer__contacts li {
    margin-bottom: 10px
}

.footer__politika li {
    margin-bottom: 10px;
    color: rgba(51, 51, 51, .8)
}

.footer__bottom {
    width: 100%;
    background: #f5f5f8;
    padding: 15px 0;
    text-align: center;
    color: rgba(51, 51, 51, .8);
    font-size: 14px;
    line-height: 20px
}

.map-container {
    background-color: #f5f5f8;
    width: 100%;
    height: 100%;
    min-height: 800px;
    position: relative;
    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;
    padding: 50px 20px
}

.map-container .map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0
}

.map-container .map-overlay {
    background: rgba(73, 78, 138, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    min-height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .7;
    z-index: 1;
    padding: 50px 20px
}

.map-form {
    max-width: 380px;
    background: #3b3b5d;
    border-radius: 15px;
    padding: 30px;
    z-index: 999
}

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

.map-form__title--icon {
    width: 72px;
    height: 72px
}

.map-form__title--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 25px
}

.map-form__title--text h3 {
    color: #fff;
    font-weight: 900;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: .01em
}

.map-form__title--text h3 span {
    color: #5a63c3
}

.map-form__title--text .tel-item {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px
}

.map-form__title--text .number {
    font-weight: 700;
    color: #ffc616
}

.map-form input,
.map-form textarea,
button {
    width: 100%
}

.map-form .input-box {
    margin-top: 50px
}

.map-form textarea {
    padding: 15px;
    min-height: 110px;
    line-height: 120%;
    resize: none
}

.map-form button {
    margin-top: 15px
}

.map-form .order__formtext {
    margin-top: 20px
}

.map-search {
    max-width: 600px;
    background: rgba(59, 59, 93, .9);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.map-sarch .input-box {
    margin-top: 20px;
    max-width: 280px
}

.map-search input {
    margin-top: 0
}

.map-search .input-box {
    margin-top: 20px
}

.map-search button {
    margin-top: 19px;
    margin-left: 15px
}

.map-search input {
    width: 260px
}

.map-search .btn:hover {
    background: -o-linear-gradient(357.87deg, #eb5757 0, #4a52aa 100%);
    background: linear-gradient(92.13deg, #eb5757 0, #4a52aa 100%);
    opacity: 1
}

.main-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.main-content--left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #303253
}

.menu {
    height: 100%;
    background-color: #232338;
    padding: 30px 15px;
    border-right: rgba(255, 255, 255, .12)
}

.menu__item {
    margin-bottom: 20px
}

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

.menu__link {
    width: 32px;
    height: 32px;
    display: inline-block;
    -webkit-transition: all .25 ease-in-out;
    -o-transition: all .25 ease-in-out;
    transition: all .25 ease-in-out;
    cursor: pointer;
    text-align: center;
    opacity: .4
}

.menu__link:hover {
    opacity: 1
}

.menu__link--active {
    opacity: 1
}

.menu__link img {
    width: 100%;
    height: auto
}

.number-info {
    width: 240px;
    padding: 30px 20px;
    color: #fff
}

.number-info__item {
    margin-bottom: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, .05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .05);
    position: relative
}

.number-info__item:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ffc516;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100%
}

.number-info__tel {
    font-weight: 700;
    line-height: 1
}

.number-info__date {
    opacity: .7;
    font-size: 14px;
    margin-top: 5px
}

@media screen and (max-width:840px) {
    .login__left {
        width: 45%
    }

    .login__form-title {
        font-size: 32px
    }

    .features__title h1 {
        font-size: 32px;
        line-height: 1.1
    }

    .features__item {
        font-size: 14px;
        line-height: 18px
    }

    .features__item-icon {
        width: 48px;
        height: 48px
    }

    .footer__paymant_logos img.bank-logo {
        width: 48px;
        height: auto
    }

    .footer__paymant_logos {
        width: 180px;
        height: auto
    }

    .footer__paymant_logos img {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width:768px) {
    .footer__top {
        padding: 20px 0
    }

    .footer__items {
        width: 100%;
        display: block;
        padding: 0
    }

    .footer__item {
        margin-bottom: 20px
    }

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

    .main-content--left {
        width: 100%
    }

    .search-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .search-content--left {
        width: 70px;
        display: block
    }

    .menu {
        padding: 15px
    }

    .number-info {
        width: 100%;
        padding: 15px
    }
}

@media screen and (max-width:640px) {
    .login__wrapper {
        -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
    }

    .login__left {
        display: none
    }

    .login__right {
        width: 100%;
        height: 100%;
        padding: 70px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .login__form {
        max-width: 380px;
        border-radius: 15px
    }

    .login__form-title {
        text-align: center
    }

    .login__form-title br {
        display: none
    }

    .order .contentBox {
        max-width: 480px
    }

    .order__head {
        text-align: center
    }

    .order__form {
        margin-top: 40px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        margin-bottom: 20px
    }

    .order__form input {
        margin-bottom: 15px
    }

    .order__formtext {
        font-size: 12px
    }

    .result__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-column-gap: inherit;
        grid-row-gap: inherit
    }

    .result__item {
        margin-bottom: 20px
    }

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

@media screen and (max-width:575px) {
    .result__h3 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .features__title {
        margin-bottom: 30px
    }

    .features__title h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.2
    }

    .features__items {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px
    }

    .features__items .item-5 {
        display: none
    }

    .features__item {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (max-width:480px) {
    .content-block {
        padding: 50px 0 50px 0
    }

    .features__title {
        margin-top: 0
    }

    .login__form {
        padding: 25px
    }

    .login__form-title {
        font-size: 28px;
        margin-bottom: 20px
    }

    .login__right {
        padding: 50px 20px
    }

    .block-form {
        max-width: 440px
    }

    .block-form .block-form__box {
        padding: 25px;
        padding-top: 50px
    }

    .block-form .check-form {
        display: block
    }

    .block-form .input-box {
        margin-bottom: 15px
    }

    .block-form p {
        font-size: 13px;
        line-height: 16px
    }

    .block-form__smalltext {
        font-size: 13px !important
    }

    .progress .result__h3 {
        text-align: center
    }

    .progress .contentBox {
        top: 0;
        padding: 25px
    }

    .map-search {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding-top: 50px !important
    }

    .map-search .input-box {
        width: 100%;
        margin-top: 0
    }

    .map-search input,
    .map-search button {
        width: 260px
    }

    .map-search button {
        margin-left: 0 !important
    }

    .search-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 70px
    }

    .search-content--left {
        width: 100%
    }

    .search-content .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .search-content .menu__link {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 20px
    }
}

@media(max-width:414px) {
    .progress .result__h3 {
        font-weight: 700;
        font-size: 24px
    }

    .progress .result__item {
        margin-top: 5px
    }

    .progress .result__check {
        border: none;
        padding: 0;
        top: -2px
    }

    .progress .ic-check {
        margin-right: 0
    }

    .progress .result__check .ic-check__text {
        display: none
    }
}

@media screen and (max-width:390px) {
    .map-form {
        padding: 25px
    }

    .map-form__title {
        -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
    }

    .map-form__title--text h3 {
        font-size: 28px;
        line-height: 1
    }

    .map-form__title--text {
        margin-left: 0;
        text-align: center;
        margin-top: 15px
    }
}

@media screen and (max-width:375px) {
    .result__item-text span {
        font-size: 14px;
        line-height: 12px
    }

    .result .contentBox {
        padding: 25px
    }

    .result__h3 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .order__head p {
        font-size: 14px
    }

    .header {
        padding-right: 0;
        padding-left: 0
    }

    .header__logo {
        width: 110px
    }

    .header__links a {
        font-size: 15px;
        line-height: 1
    }

    .features__title h1 {
        font-size: 24px
    }

    .features__items {
        grid-gap: 20px
    }

    .block-form__box {
        padding: 25px
    }

    .block-form .check-form input {
        height: 45px;
        font-size: 14px
    }
}

@media(max-width:340px) {
    .progress .result__h3 {
        font-size: 20px
    }

    .progress .result__item-text {
        padding-right: 10px
    }

    .map-search input,
    .map-search button {
        width: 240px
    }
}

@media screen and (max-width:320px) {
    .login__form-title {
        font-size: 24px
    }

    .login__form input {
        height: 45px;
        line-height: 45px
    }

    .login__form button {
        height: 45px;
        line-height: 45px
    }

    .result__item-text h4 {
        color: #fff;
        font-size: 15px
    }

    .order__form input {
        height: 45px;
        line-height: 45px
    }

    .order__form button {
        height: 50px;
        line-height: 50px
    }

    .container {
        padding: 0 15px
    }

    .features__title h1 {
        font-size: 20px
    }

    .features__item {
        font-size: 14px;
        line-height: 18px
    }
}

.custom-checkbox:checked+label::before {
    border-color: #333;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff'd='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.return-money {
    font-family: "Roboto", sans-serif;
    width: 100%;
    background: #fff url("../img/return-money_bodywhite.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1
}

.return-money__box {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 24px
}

.return-money__box_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-box-shadow: 0 24px 32px -3px rgba(25, 48, 66, .14);
    box-shadow: 0 24px 32px -3px rgba(25, 48, 66, .14)
}

.return-money__left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    background: -o-linear-gradient(304deg, #757fe9 -0.36%, #454da5 99.38%);
    background: linear-gradient(146deg, #41488d -0.36%, #f25070 99.38%);
    padding: 24px;
    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
}

.return-money__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    text-align: center
}

.return-money__image img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: auto
}

.return-money__title {
    font-size: 40px;
    line-height: 110%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 48px
}

.return-money__form {
    width: 100%;
    background-color: #fff;
    padding: 32px
}

.return-money__form_title {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    color: #333;
    margin-bottom: 32px;
    text-align: center
}

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

.return-money__form .form__item:not(:last-child) {
    margin-bottom: 16px
}

.return-money__form .form__label {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #333
}

.return-money__form .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.return-money__form .form__group .form__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48%
}

.return-money__form .form__group .form__item:not(:last-child) {
    margin-right: 16px
}

.return-money__form .form__input {
    height: 48px;
    line-height: 48px;
    color: #333;
    font-size: 16px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid rgba(129, 129, 152, .3);
    border-radius: 6px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.return-money__form .form__input:focus {
    border: 1px solid #464da5
}

.return-money__form .btn {
    width: 100%;
    position: relative;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: -o-linear-gradient(357.87deg, #4a52aa 0, #eb5757 100%);
    background: linear-gradient(92.13deg, #4a52aa 0, #eb5757 100%);
    -webkit-box-shadow: 0 10px 20px rgba(124, 84, 145, .44);
    box-shadow: 0 10px 20px rgba(124, 84, 145, .44);
    border-radius: 8px;
    padding: 0 35px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    margin-bottom: 24px
}

.return-money__form .btn:hover {
    opacity: .8;
    -webkit-box-shadow: none;
    box-shadow: none
}

.return-money__form .form__textarea {
    height: 120px;
    resize: none
}

.return-money__form .checkbox {
    cursor: posinter;
    position: relative
}

.return-money__form .checkbox a {
    color: #333;
    opacity: .6
}

.return-money__form .checkbox a:hover {
    text-decoration: none;
    color: #434998;
    opacity: 1
}

.return-money__form .checkbox__input {
    display: none
}

.return-money__form .checkbox__input+label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.return-money__form .checkbox__input+label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fbfcfd;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    position: absolute;
    top: 2px;
    left: 0
}

.return-money__form .checkbox__input:checked+label::before {
    border-color: #29be44;
    background-color: #29be44;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.return-money__form .checkbox__input:not(:disabled):not(:checked)+label:hover::before {
    border-color: #1cb96e
}

.return-money__form .checkbox__input:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.return-money__form .checkbox__input:focus+label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.return-money__form .checkbox__input:focus:not(:checked)+label::before {
    border-color: #80bdff
}

.return-money__form .checkbox__input:disabled+label::before {
    background: #fbfcfd
}

.return-money__form .checkbox__label {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding-left: 28px;
    color: rgba(51, 51, 51, .7);
    cursor: pointer;
    position: relative;
    top: 0
}

.return-money__form .checkbox__link {
    font-size: 14px;
    line-height: 24px;
    color: rgba(51, 51, 51, .7);
    text-decoration: underline;
    cursor: pointer
}

.return-money__form .checkbox__link:hover {
    color: #434998;
    text-decoration: none
}

.return-money .order__formtext {
    color: #333;
    opacity: .7
}

.return-money .order__formtext a {
    color: #333;
    opacity: .7
}

.return-money .order__formtext a:hover {
    opacity: 1;
    color: #434998
}

@media(max-width:1024px) {
    .return-money__box {
        padding: 64px 24px
    }

    .return-money__box_content {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:992px) {
    .return-money__box {
        width: 100%;
        max-width: 800px;
        padding: 32px 24px
    }

    .return-money__box_content {
        display: block
    }

    .return-money__left {
        border-radius: 16px 16px 0 0;
        max-height: 220px;
        padding: 0;
        overflow: hidden
    }

    .return-money__form {
        border-radius: 0 0 16px 16px
    }

    .return-money__image {
        width: 100%;
        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
    }

    .return-money__title {
        text-align: left;
        margin-bottom: 0;
        margin-right: 48px;
        padding: 24px 0 24px 0
    }

    .return-money__image img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 20%;
        height: auto
    }
}

@media(max-width:695px) {
    .return-money__title {
        font-size: 32px
    }
}

@media(max-width:580px) {
    .return-money__box {
        padding: 16px;
        padding-bottom: 48px
    }

    .return-money__left {
        max-height: 128px
    }

    .return-money__title {
        margin-right: 24px
    }

    .return-money__image {
        padding-right: 16px;
        padding-left: 48px
    }

    .return-money__image img {
        width: 30%;
        height: auto;
        position: relative;
        top: 40px
    }

    .return-money__form {
        padding: 24px
    }

    .return-money__form_title {
        font-size: 24px;
        margin-bottom: 24px
    }

    .return-money__form .form__group {
        display: block;
        margin-bottom: 16px
    }

    .return-money__form .form__group .form__item {
        width: 100%
    }

    .return-money__form .form__item:not(:last-child) {
        margin-right: 0
    }
}

@media(max-width:390px) {
    .return-money__title {
        font-size: 28px;
        padding: 10px 0
    }

    .return-money__image {
        padding-left: 24px
    }

    .return-money__form_title {
        font-size: 20px
    }

    .return-money__form {
        padding: 24px 16px
    }
}

@media(max-width:360px) {
    .return-money__box {
        padding: 8px;
        padding-bottom: 32px
    }

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

    .return-money__title {
        display: none
    }

    .return-money__left {
        border-radius: 8px 8px 0 0
    }

    .return-money__form {
        border-radius: 0 0 8px 8px
    }

    .return-money__image img {
        margin-left: 0;
        width: 50%
    }
}

.thank-msg {
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    padding: 64px 16px;
    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;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    display: none
}

.thank-msg__content {
    width: 100%;
    max-width: 480px;
    background-color: #fff;
    border-radius: 16px;
    text-align: center;
    padding: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.thank-msg__content .thank-msg__close {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBpZD0iNzM1NWZjMzc4M2QyMThiZmRkZTFhNzMzNWU4ZmUzNzAiPgogICAgPHBhdGggaWQ9ImNjMzRhZTU1Njk3ZGNlZThkYWM1OTNiNmU5Mjk5NWRkIiBkPSJNMTYuMTkyIDYuMzQ0MjRMMTEuOTQ5IDEwLjU4NjJMNy43MDY5NyA2LjM0NDI0TDYuMjkyOTcgNy43NTgyNEwxMC41MzUgMTIuMDAwMkw2LjI5Mjk3IDE2LjI0MjJMNy43MDY5NyAxNy42NTYyTDExLjk0OSAxMy40MTQyTDE2LjE5MiAxNy42NTYyTDE3LjYwNiAxNi4yNDIyTDEzLjM2NCAxMi4wMDAyTDE3LjYwNiA3Ljc1ODI0TDE2LjE5MiA2LjM0NDI0WiIgZmlsbD0iYmxhY2siPjwvcGF0aD4KICA8L2c+Cjwvc3ZnPg==") no-repeat center;
    background-size: 24px 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: .5
}

.thank-msg__content .thank-msg__close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .8
}

.thank-msg__content .btn {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1.4px solid rgba(0, 0, 0, .6);
    color: #333
}

.thank-msg__icon {
    display: inline-block;
    width: 72px;
    height: 72px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMwIDMwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNMCAwaDMwdjMwaC0zMFoiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PC9wYXRoPjxwYXRoIGZpbGw9IiM1QTYzQzMiIGQ9Ik0xNSAzMGMtOC4yODQgMC0xNS02LjcxNi0xNS0xNSAwLTguMjg0IDYuNzE2LTE1IDE1LTE1IDguMjg0IDAgMTUgNi43MTYgMTUgMTUgMCA4LjI4NC02LjcxNiAxNS0xNSAxNVptMC0yYzcuMTggMCAxMy01LjgyIDEzLTEzIDAtNy4xOC01LjgyLTEzLTEzLTEzIC03LjE4IDAtMTMgNS44Mi0xMyAxMyAwIDcuMTggNS44MiAxMyAxMyAxM1ptLTUuMjkzLTEzLjcwN2wzLjI5MyAzLjI5MyA3LjI5My03LjI5MyAxLjI1OTM0ZS0wOC0xLjIxNjMxZS0wOGMuMzk3MjUyLS4zODM2NzkgMS4wMzAzMi0uMzcyNjc1IDEuNDE0LjAyNDU3NjQgLjM3NDI4Mi4zODc1MjMuMzc0MjgyIDEuMDAxOS0yLjQzMjYxZS0wOCAxLjM4OTQybC03LjkzIDcuOTMgLTEuMzUwNjNlLTA4IDEuMzQ5NTNlLTA4Yy0uNDI5NTA0LjQyOTE1NC0xLjEyNTUuNDI5MTU0LTEuNTU1LTIuNjk5MDZlLTA4bC0zLjkzLTMuOTMgLTYuMjUwMDFlLTA4LTYuMjU0NDNlLTA4Yy0uMzkwNDY1LS4zOTA3NDEtLjM5MDI0MS0xLjAyNDAzLjAwMDUwMDE0LTEuNDE0NSAuMzkwNzQxLS4zOTA0NjUgMS4wMjQwMy0uMzkwMjQxIDEuNDE0NS4wMDA1MDAxMjVaIj48L3BhdGg+PC9zdmc+") no-repeat center;
    background-size: cover;
    margin-bottom: 16px
}

.thank-msg__title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 8px
}

.thank-msg__desc {
    font-size: 18px;
    line-height: 140%;
    opacity: .8
}

.thank-msg__btn-close {
    margin-top: 24px
}

@media(max-width:480px) {
    .thank-msg__content {
        padding: 32px
    }

    .thank-msg__icon {
        width: 64px;
        height: 64px
    }

    .thank-msg__title {
        font-size: 28px
    }

    .thank-msg__desc {
        font-size: 16px;
        line-height: 24px
    }
}