@font-face {
    font-family: Montserrat;
    font-weight: 300;
    src: url(../fonts/Montserrat-Light.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-weight: 300;
    src: url(../fonts/Montserrat-Light.woff2) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    src: url(../fonts/Montserrat-Medium.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url(../fonts/Montserrat-SemiBold.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    src: url(../fonts/Montserrat-Bold.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    src: url(../fonts/Montserrat-ExtraBold.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2")
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
label,
li,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
input,
textarea {
    font-family: Montserrat;
    outline: 0 !important;
    color: #111
}

button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #555b71
}

button::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #555b71
}

button:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #555b71
}

button::-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #555b71
}

button::placeholder,
input::placeholder,
textarea::placeholder {
    color: #555b71
}

button {
    border: none;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.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
}

input:active,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=text]:focus {
    outline: 0 !important
}

html {
    height: 100%;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    height: 100%;
    background: #fff;
    color: #111;
    overflow-x: hidden
}

.fixed-body {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
p {
    margin: 0;
    padding: 0;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

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

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden
}

.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.cookies {
    position: fixed;
    z-index: 3;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%, 0);
    width: 70%;
    margin-top: 45px;
    padding-left: max(30px, (100% - 1320px) / 2);
    padding-right: max(30px, (100% - 1320px) / 2);
}
.cookies-inner {
        
    position: relative;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    background: #36317b;
    border-radius: 16px;
        padding: 24px;
    color: #fff;
}
.cookies-close {
    width: 21px;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin-left: auto;
}
.cookies-close img {
    width: 100%;
}
.cookies-text {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -.54px;
}
.cookies-btn {
    height: 35px;
    background: #fff;
    border-radius: 100px;
    padding: 5px 15px;
    color: #36317b;
}
.cookies-btn span {
    font-size: 14px;
    line-height: 115%;
    font-weight: 500;
}
@media screen and (max-width: 576px) {
    .cookies-btn span, .cookies-text {
        font-size: 12px;
    }
}
@media screen and (max-width: 576px) {
    .cookies-btn span, .cookies-text {
        font-size: 10px;
    }
}
@media screen and (max-width: 576px) {
    .cookies-inner {
        padding: 14px 10px;
           gap: 6px;
           width: calc(100% - 75px);
    }
}
@media screen and (max-width: 992px) {
    .cookies {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        
    }
} 

.container {
    max-width: 1380px;
    padding: 0 30px;
    margin: 0 auto
}

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

.header {
    position: relative;
    z-index: 10;
    padding: 18px 0
}

.header:after {
    content: "";
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(60, 62, 71, .15);
    pointer-events: none
}

.header__wrap {
    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;
    gap: 32px
}

.header__logo {
    position: relative;
    z-index: 4;
    width: 138px;
    display: block
}

.header__logo img {
    width: 100%
}

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

.header__list li a {
    font-size: 14px;
    line-height: 115%;
    font-weight: 500;
    color: #555b71
}

.header__list li a:hover {
    color: #36317b
}

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

.header__btn {
    height: 40px;
    padding: 5px 20px
}

.header__btn span {
    font-size: 14px
}

.header__account-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.header__account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #36317b
}

.header__account i {
    width: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__account i img {
    width: 100%
}

.header__account span {
    font-size: 14px;
    line-height: 115%;
    font-weight: 500
}

.header__account-exit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15px
}

.header__account-exit img {
    width: 100%
}

.header__mob {
    position: relative;
    z-index: 3;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.burger {
    position: relative;
    z-index: 10;
    width: 20px;
    height: 18px;
    cursor: pointer
}

.burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #36317b;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.burger span:nth-child(1) {
    top: 0
}

.burger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

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

.burger--active span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.burger--active span:nth-child(2) {
    display: none
}

.burger--active span:nth-child(3) {
    bottom: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:992px) {
    .header {
        padding: 0
    }

    .header__wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 80px;
        background: #fff;
        padding: 112px 15px 40px;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        overflow-y: auto
    }

    .header__wrap--active {
        opacity: 1;
        pointer-events: auto
    }

    .header__wrap .header__logo {
        display: none
    }

    .header__list {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 80px
    }

    .header__list li {
        position: relative;
        width: 100%
    }

    .header__list li:not(:last-child):after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -40px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: calc(100% + 30px);
        height: 1px;
        background: rgba(0, 0, 0, .1)
    }

    .header__mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 0
    }

    .header__mob:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: calc(100% + 30px);
        height: 100%;
        background: #fff;
        pointer-events: none
    }
}

@media screen and (max-width:576px) {
    .header__wrap {
        padding-top: 100px
    }

    .header__logo {
        width: 108px
    }

    .header__btns {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__btn {
        width: 100%
    }
}

.btn-blue__outline {
    background: #fff;
    border: 1px solid #36317b;
    border-radius: 100px;
    color: #36317b
}

.btn-blue__outline:hover {
    background: #36317b;
    color: #fff
}

.btn-blue__outline span {
    line-height: 115%;
    font-weight: 500
}

.btn-blue {
    gap: 14px;
    background: #36317b;
    border: 1px solid transparent;
    border-radius: 100px;
    color: #fff
}

.btn-blue:hover {
    background: #fff;
    border-color: #36317b;
    color: #36317b
}

.btn-blue span {
    line-height: 115%;
    font-weight: 500
}

.btn-blue .btn-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.h2 {
    font-size: 40px;
    line-height: 115%;
    font-weight: 700
}

.h2 .title-logo {
    position: relative;
    width: 190px;
    min-height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.h2 .title-logo img {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%
}

.h2 .title-line {
    position: relative;
    display: inline-block
}

.h2 .title-line img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    max-width: 120%;
    pointer-events: none
}

.h2 .title-line img img {
    max-width: 100%
}

.h3 {
    font-size: 26px;
    line-height: 115%;
    font-weight: 700
}

.h3 .title-logo {
    position: relative;
    width: 120px;
    min-height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.h3 .title-logo img {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%
}

.h3 .title-line {
    position: relative;
    display: inline-block
}

.h3 .title-line img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    max-width: 120%;
    pointer-events: none
}

.h3 .title-line img img {
    max-width: 100%
}

.form-group__title {
    display: block;
    line-height: 115%;
    font-weight: 500;
    color: #555b71;
    margin-bottom: 6px
}

.form-group input {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(85, 91, 113, .2);
    border-radius: 100px;
    padding: 0 20px;
    line-height: 115%;
    font-weight: 500
}

.form-checkbox {
    position: relative
}

.form-checkbox input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0
}

.form-checkbox input:checked~label {
    background: #36317b;
    color: #fff
}

.form-checkbox input:checked~label i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-checkbox label {
    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;
    gap: 4px;
    background: #fff;
    border: 1px solid rgba(85, 91, 113, .2);
    border-radius: 100px;
    font-size: 14px;
    line-height: 115%;
    font-weight: 500
}

.form-checkbox label i {
    width: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-checkbox label i img {
    width: 100%
}

.form-check {
    position: relative
}

.form-check input {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0
}

.form-check input:checked~label:after {
    background-image: url(../img/check2.svg)
}

.form-check label {
    position: relative;
    display: block;
    padding-left: 42px;
    line-height: 115%;
    font-weight: 500
}

.form-check label:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border: 1px solid #36317b;
    border-radius: 8px
}

.form-check label a {
    position: relative;
    z-index: 3
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 1;
    width: 45px;
    height: 45px;
    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;
    background: #fff;
    border: 1px solid #36317b;
    border-radius: 50%
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #36317b
}

.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
    fill: #fff
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none
}

.swiper-button-next svg,
.swiper-button-prev svg {
    max-width: 80%;
    max-height: 80%
}

.swiper-pagination {
    z-index: 1
}

.swiper-pagination-bullet {
    background: #03045e !important;
    opacity: .3
}

.swiper-pagination-bullet-active {
    opacity: 1
}
.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(1, 0, 30, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 0 0.938em;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
}
.modal--active {
    opacity: 1;
    pointer-events: unset;
}
@media screen and (min-width: 993px) {
    .modal {
        text-align: center;
    }
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .modal__dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}
.modal__dialog {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.modal__close {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    width: 1.25em;
    background: rgba(0, 0, 0, 0);
    padding: 0;
}
.modal__close:hover svg path {
    fill: #111;
}
.modal__close svg {
    width: 100%;
    height: auto;
}
.modal__close svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal__icon {
    max-width: 12.188em;
}
.modal__icon img {
    width: 100%;
}
.modal__info {
    font-size: 1em;
    line-height: 115%;
    font-weight: 600;
    color: #555b71;
}
.modal__close2 {
    height: 2.75em;
    padding: 0.313em 0.625em;
}
.modal__close2 span {
    font-size: 0.875em;
}
.modal-form .modal__dialog {
    max-width: 38.125em;
    background: #fff;
    border-radius: 1em;
    padding: 1.875em 1.25em;
}
.modal-form .modal__title {
    text-align: center;
}
.modal-form .form {
    display: grid;
    grid-template-columns: 100%;
    gap: 1em;
    margin-top: 2em;
}
.modal-form .form-group input {
    width: 100%;
    height: 2.75em;
    border: 0.063em solid #ededed;
    border-radius: 2.375em;
    padding: 0 1em;
    font-size: 1em;
    line-height: 115%;
    font-weight: 500;
    color: #111;
}
.modal-form .form-group input::-webkit-input-placeholder {
    color: #555b71;
}
.modal-form .form-group input::-moz-placeholder {
    color: #555b71;
}
.modal-form .form-group input:-ms-input-placeholder {
    color: #555b71;
}
.modal-form .form-group input::-ms-input-placeholder {
    color: #555b71;
}
.modal-form .form-group input::placeholder {
    color: #555b71;
}
.modal-form .form-group textarea {
    width: 100%;
    height: 7.5em;
    border: 0.063em solid #ededed;
    border-radius: 1em;
    padding: 1em;
    resize: none;
    font-size: 1em;
    line-height: 115%;
    font-weight: 500;
    color: #111;
}
.modal-form .form-group textarea::-webkit-input-placeholder {
    color: #555b71;
}
.modal-form .form-group textarea::-moz-placeholder {
    color: #555b71;
}
.modal-form .form-group textarea:-ms-input-placeholder {
    color: #555b71;
}
.modal-form .form-group textarea::-ms-input-placeholder {
    color: #555b71;
}
.modal-form .form-group textarea::placeholder {
    color: #555b71;
}
.modal-form .form-text p {
    font-size: 0.875em;
    line-height: 115%;
}
.modal-form .form-flex {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 0.5em));
    gap: 1em;
}
.modal-form .form .file {
    position: relative;
}
.modal-form .form .file input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
}
.modal-form .form .file label {
    width: 100%;
    height: 2.75em;
    gap: 0.625em;
}
.modal-form .form .file-icon {
    width: 1.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-form .form .file-icon img {
    width: 100%;
}
.modal-form .form .file-text {
    font-size: 0.875em;
}
.modal-form .form-check {
    text-align: center;
    font-size: 0.75em;
    line-height: 115%;
    font-weight: 500;
    color: #555b71;
}
.modal-form .form-check a {
    position: relative;
    z-index: 2;
}
.modal-form .form-check a:hover {
    color: #03045e;
}
.modal-form .form-btn {
    width: 100%;
    height: 2.75em;
}
.modal-form .form-btn span {
    font-size: 0.875em;
}
.modal-form2 .modal__content {
    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;
    text-align: center;
}
.modal-form2 .modal__title {
    margin-top: 3.125em;
}
.modal-form2 .modal__info {
    margin-top: 1.5em;
}
.modal-form2 .modal__close2 {
    width: 100%;
    margin-top: 3.125em;
}
@media screen and (max-width: 992px) {
    .modal__dialog {
        margin: 3.125em auto;
    }
    .h2 {
        font-size: 1.75em;
    }
    .h2 .title-logo {
        width: 5em;
    }
    .h2 .title-logo img {
        bottom: -0.25em;
    }
    .h3 {
        font-size: 1.25em;
    }
    .modal__icon {
        max-width: 9.375em;
    }
    .modal__info {
        font-size: 0.875em;
    }
    .modal-form .modal__dialog {
        padding: 1.25em;
    }
    .modal-form .form-flex {
        grid-template-columns: 100%;
    }
    .modal-form2 .modal__title {
        margin-top: 2em;
    }
    .modal-form2 .modal__close2,
    .modal-form2 .modal__info {
        margin-top: 1.25em;
    }
}

.payment-modal .modal__dialog {
    max-width: 610px;
    background: #fff;
    border-radius: 16px;
    padding: 40px
}

.payment-modal .modal__content {
    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;
    text-align: center
}

.payment-modal__img {
    width: 195px
}

.payment-modal__img img {
    width: 100%
}

.payment-modal__title {
    margin-top: 50px
}

.payment-modal__text {
    display: grid;
    grid-template-columns: 100%;
    gap: 12px;
    margin-top: 24px
}

.payment-modal__text p {
    font-size: 16px;
    line-height: 115%;
    color: #555b71
}

.payment-modal__text p strong {
    font-weight: 600
}

.info-modal .modal__dialog {
    max-width: 602px;
    background: #fff;
    border-radius: 16px
}

.info-modal__top {
    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;
    gap: 16px;
    border-bottom: 1px solid #dbe0f2;
    padding: 24px 20px
}

.info-modal__title {
    font-size: 20px;
    line-height: 115%;
    font-weight: 600;
    color: #03002c
}

.info-modal .modal__close {
    position: static
}

.info-modal .calculation-card__items {
    gap: 24px;
    padding: 24px 20px
}

.status {
    height: 30px;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 10px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 115%;
    font-weight: 500;
    color: #fff
}

.lite {
    background: #efb100;
}

.standart {
    background: #0bae5f
}

.pro {
    background: #36317b;
}

.enabled {
    cursor: pointer
}

.heyo:hover {
    fill: #0bae5f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.description {
    position: absolute;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 200px;
    height: auto;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #eee;
    box-shadow: 0 0 0 1px #eee;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 115%;
    color: #03002c;
    margin: 0 auto;
    pointer-events: none
}

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

@media screen and (max-width:992px) {
    .h2 {
        font-size: 28px
    }

    .h2 .title-logo {
        width: 115px
    }

    .h2 .title-logo img {
        bottom: -5px
    }

    .h3 {
        font-size: 20px
    }

    .info-modal .calculation-card__items {
        border-bottom: unset
    }

    .description {
        max-width: 100px;
        font-size: 10px
    }
}

@media screen and (max-width:768px) {
    .description {
        max-width: 70px;
        font-size: 7px
    }
}

@media screen and (max-width:576px) {
    .payment-modal .modal__dialog {
        padding: 24px 20px
    }

    .payment-modal__img {
        width: 150px
    }

    .payment-modal__title {
        margin-top: 32px
    }

    .payment-modal__text {
        gap: 8px;
        margin-top: 16px
    }

    .payment-modal__text p {
        font-size: 14px
    }
}

.main {
    margin: 20px 0 30px;
    overflow: hidden
}

.main__wrap {
    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;
    gap: 45px;
    padding-left: max(30px, (100% - 1320px)/2)
}

.main__desc {
    position: relative;
    z-index: 2;
    width: 50%;
    max-width: 650px
}

.main__img {
    position: relative;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.main__img img {
    position: relative;
    z-index: 2;
    max-width: 685px;
    width: 100%
}

.main__subtitle {
    position: relative;
    font-size: 20px;
    line-height: 115%;
    color: #36317b;
    padding: 10px 0 10px 20px
}

.main__subtitle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2px;
    height: calc(100% - 10px);
    background: #03045e;
    border-radius: 3px
}

.main__title {
    font-size: 60px;
    line-height: 100%;
    font-weight: 700;
    margin-top: 24px
}

.main__nav {
    margin-top: 34px
}

.main__subtitle2 {
    font-size: 20px;
    line-height: 115%;
    font-weight: 600
}

.main__list {
    display: grid;
    grid-template-columns: 100%;
    gap: 2px;
    margin-top: 20px
}

.main__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    background: #f6f7fb;
    border-radius: 12px;
    padding: 17.5px 22px
}

.main__list li i {
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main__list li i img {
    max-width: 100%
}

.main__list li span {
    font-size: 16px;
    line-height: 115%
}

.main .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 164px;
    height: 164px;
    background: #0bae5f;
    -webkit-filter: blur(187px);
    filter: blur(187px);
    border-radius: 50%;
    pointer-events: none
}

.main .circle2 {
    position: absolute;
    top: -92px;
    right: -92px;
    width: 244px;
    height: 244px;
    background: #0bae5f;
    -webkit-filter: blur(187px);
    filter: blur(187px);
    border-radius: 50%;
    pointer-events: none
}

.main .circle3 {
    position: absolute;
    right: -92px;
    bottom: -92px;
    width: 200px;
    height: 200px;
    background: #0858f4;
    -webkit-filter: blur(131px);
    filter: blur(131px);
    border-radius: 50%;
    pointer-events: none
}

.main__wrap2 {
    position: relative;
    z-index: 2;
    background: #fff;
    border-top: 1px solid rgba(60, 62, 71, .15);
    border-bottom: 1px solid rgba(60, 62, 71, .15);
    margin-top: 16px
}

.main__wrap2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.main__group {
    position: relative;
    max-width: 372px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 22px 60px 22px 0
}

.main__group:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 100%;
    background: rgba(60, 62, 71, .15);
    pointer-events: none
}

.main__btn {
    height: 56px;
    padding: 5px 10px 5px 20px;
    margin-top: 28px
}

.main__btn span {
    font-size: 18px
}

.main__btn .btn-logo {
    width: 102px
}

.main__btn .btn-logo img {
    width: 100%
}

.main__cards {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3333333333% - 13.3333333333px));
    gap: 20px;
    padding: 22px 0 22px 60px
}

.main .green-card {
    background: -webkit-gradient(linear, left top, right top, from(#0bae5f), to(#0bae5f));
    background: -o-linear-gradient(left, #0bae5f, #0bae5f 100%);
    background: linear-gradient(90deg, #0bae5f, #0bae5f 100%)
}

.main .blue-card {
    background: #36317b
}

.main-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 16px;
    padding: 24px;
    color: #fff;
    overflow: hidden
}

.main-card:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 100px;
    height: 100px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #fff, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #fff, rgba(255, 255, 255, 0) 100%);
    -webkit-filter: blur(27.5px);
    filter: blur(27.5px);
    border-radius: 50%;
    opacity: .3;
    pointer-events: none
}

.main-card__title {
    position: relative;
    z-index: 2;
    min-height: 56px;
    font-size: 24px;
    line-height: 115%;
    font-weight: 700;
    margin-bottom: auto
}

.main-card__title span {
    display: inline-block
}

.main-card__text {
    font-size: 14px;
    line-height: 115%;
    font-weight: 500;
    margin-top: 20px
}

.main-card__img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    pointer-events: none
}

.main-card__img img {
    max-width: 100%
}

.info {
    padding: 30px 0 100px
}

.info__title {
    max-width: 880px;
    text-align: center;
    margin: 0 auto
}

.info__items {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3333333333% - 13.3333333333px));
    gap: 20px;
    margin-top: 60px
}

.info__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    background: #f5f7fb;
    border-radius: 16px;
    padding: 20px 20px 32px;
    overflow: hidden
}

.info__item:nth-child(odd):after,
.info__item:nth-child(odd):before {
    display: none
}

.info__item:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    width: 82px;
    height: 82px;
    background: #306aff;
    border-radius: 50%;
    -webkit-filter: blur(75px);
    filter: blur(75px);
    pointer-events: none
}

.info__item:before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 10px;
    width: 82px;
    height: 82px;
    background: #306aff;
    border-radius: 50%;
    -webkit-filter: blur(75px);
    filter: blur(75px);
    pointer-events: none
}

.info__item-img {
    position: relative;
    z-index: 2;
    height: 200px;
    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
}

.info__item-img img {
    max-width: 100%;
    max-height: 100%
}

.info__item-title {
    position: relative;
    z-index: 2;
    max-width: 350px;
    min-height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
    margin: 0 auto
}

.info__btn {
    height: 55px;
    padding: 5px 24px;
    margin: 60px auto 0
}

.info__btn span {
    font-size: 18px
}

.advantages {
    position: relative;
    padding: 90px 0
}

.advantages:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f7fb;
    pointer-events: none
}

.advantages__top {
    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;
    gap: 20px
}

.advantages__top .advantages-card2 {
    max-width: 540px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.advantages__title {
    max-width: 650px
}

.advantages__cards {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3333333333% - 13.3333333333px));
    gap: 20px;
    margin-top: 20px
}

.advantages-card {
    background: #fff;
    border: 1px solid #dbdcde;
    border-radius: 16px;
    padding: 40px
}

.advantages-card__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.advantages-card__img {
    max-width: 95px
}

.advantages-card__img:not(:first-child) {
    margin-left: -15px
}

.advantages-card__img img {
    width: 100%
}

.advantages-card__title {
    font-size: 20px;
    line-height: 115%;
    font-weight: 600;
    margin-top: 24px
}

.advantages-card__title span {
    font-size: 24px;
    font-weight: 800
}

.advantages-card__title i {
    width: 54px;
    height: 54px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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: 1px solid #03045e;
    border-radius: 50%
}

.advantages-card__title i img {
    max-width: 80%;
    max-height: 80%
}

.advantages-card__text {
    display: grid;
    grid-template-columns: 100%;
    gap: 12px;
    margin-top: 24px
}

.advantages-card__text p {
    font-size: 14px;
    line-height: 115%;
    color: #555b71
}

.advantages-card2 {
    position: relative;
    background: rgba(0, 0, 0, 0);
    border-color: transparent;
    border-radius: 0;
    padding: 0 !important
}

.advantages-card2:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -18px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 79%;
    height: 18px;
    background: rgba(3, 48, 27, .5);
    border-radius: 16px 16px 0 0;
    pointer-events: none
}

.advantages-card2:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 91%;
    height: 9px;
    background: #2d5e46;
    border-radius: 16px 16px 0 0;
    pointer-events: none
}

.advantages-card2 .advantages-card__wrap {
    position: relative;
    background: #000;
    border-radius: 16px;
    padding: 40px;
    overflow: hidden
}

.advantages-card2 .advantages-card__title {
    position: relative;
    z-index: 2;
    color: #3ed05e;
    margin-top: 0
}

.advantages-card2 .advantages-card__title span {
    max-width: 280px
}

.advantages-card2 .advantages-card__title i {
    border-color: #3ed05e
}

.advantages-card2 .advantages-card__text {
    position: relative;
    z-index: 2
}

.advantages-card2 .advantages-card__text p {
    color: #fff
}

.advantages-card2 .circle {
    position: absolute;
    top: -5px;
    right: -70px;
    width: 140px;
    height: 140px;
    background: #0858f4;
    -webkit-filter: blur(60px);
    filter: blur(60px);
    opacity: .65;
    pointer-events: none
}

.advantages-card2 .circle2 {
    position: absolute;
    top: -63px;
    left: -44px;
    width: 96px;
    height: 96px;
    background: #0bae5f;
    -webkit-filter: blur(70px);
    filter: blur(70px);
    border-radius: 50%;
    pointer-events: none
}

.info2 {
    padding: 80px 0 20px
}

.info2-1 {
    padding: 20px 0 40px
}

.info2__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #dbdcde;
    border-radius: 16px
}

.info2__img {
    position: relative;
    width: 40.5%;
    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;
    background: #f5f7fb;
    border-radius: 16px 0 0 16px;
    padding: 20px;
    overflow: hidden
}

.info2__img img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 100%
}

.info2__desc {
    width: 59.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 50px 40px
}

.info2__text {
    display: grid;
    grid-template-columns: 100%;
    gap: 15px;
    margin-top: 15px
}

.info2__text p {
    font-size: 18px;
    line-height: 115%;
    color: #555b71
}

.info2__btn {
    height: 55px;
    padding: 5px 24px;
    margin-top: 30px
}

.info2__btn span {
    font-size: 18px
}

.info2 .circle {
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 180px;
    height: 180px;
    background: #0bae5f;
    -webkit-filter: blur(115px);
    filter: blur(115px);
    border-radius: 50%;
    pointer-events: none
}

.info2 .circle2 {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    background: #0bae5f;
    -webkit-filter: blur(115px);
    filter: blur(115px);
    border-radius: 50%;
    pointer-events: none
}

.calculator {
    padding: 20px 0
}

.calculator__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #dbdcde;
    border-radius: 16px
}

.calculator__left {
    width: 50%;
    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: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 40px
}

.calculator__right {
    position: relative;
    width: 50%;
    background: #f5f7fb;
    border-radius: 0 16px 16px 0;
    padding: 40px;
    overflow: hidden
}

.calculator__text {
    display: grid;
    grid-template-columns: 100%;
    gap: 15px;
    margin-top: 15px
}

.calculator__text p {
    font-size: 18px;
    line-height: 115%;
    color: #555b71
}

.calculator .circle {
    position: absolute;
    left: -90px;
    bottom: -90px;
    width: 180px;
    height: 180px;
    background: #306aff;
    -webkit-filter: blur(150px);
    filter: blur(150px);
    border-radius: 50%;
    pointer-events: none
}

.calculator .circle2 {
    position: absolute;
    top: -90px;
    right: -90px;
    width: 180px;
    height: 180px;
    background: #306aff;
    -webkit-filter: blur(150px);
    filter: blur(150px);
    border-radius: 50%;
    pointer-events: none
}

.calculator__subtitle {
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 115%;
    font-weight: 600
}

.calculator__form {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 15px;
    margin-top: 24px
}

.calculator__form .form-group__title {
    font-size: 12px
}

.calculator__form-group input {
    height: 40px;
    font-size: 14px;
}
.calculator__form-group select {
    height: 40px;
    font-size: 14px;
        width: 100%;
    background: #fff;
    border: 1px solid rgba(85, 91, 113, .2);
    border-radius: 100px;
    padding: 0 20px;
    line-height: 115%;
    font-weight: 500;
}

.calculator__form-checkboxes {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 4.5px));
    gap: 6px
}

.calculator__form-checkboxes2 {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 3px));
    gap: 6px
}

.calculator__form-checkbox label {
    height: 40px;
    padding: 4px;
    font-size: 12px
}

.calculator__form-text {
    font-size: 20px;
    line-height: 115%;
    font-weight: 600
}

.advantages2 {
    padding: 40px 0
}

.advantages2__top {
    max-width: 750px;
    text-align: center;
    margin: 0 auto
}

.advantages2__subtitle {
    font-size: 18px;
    line-height: 115%;
    color: #555b71;
    margin-top: 18px
}

.advantages2__group {
    border: 1px solid #fc3031;
    border-radius: 16px;
    padding: 26px 20px;
    margin-top: 40px
}

.advantages2__group .advantages2-card {
    background: #f2f5fb
}

.advantages2__subtitle2 {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 24px;
    line-height: 115%;
    font-weight: 700;
    text-transform: uppercase;
    color: #fc3031
}

.advantages2__cards {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 12px));
    gap: 16px;
    margin-top: 30px
}

.advantages2 .red-card {
    background: -o-linear-gradient(320.59deg, #fe3131 1.027%, #b60021 101.066%);
    background: linear-gradient(129.41deg, #fe3131 1.027%, #b60021 101.066%);
    color: #fff
}

.advantages2 .green-card {
    background: -webkit-gradient(linear, left top, right top, from(#0bae5f), to(#0bae5f)) !important;
    background: -o-linear-gradient(left, #0bae5f, #0bae5f 100%) !important;
    background: linear-gradient(90deg, #0bae5f, #0bae5f 100%) !important;
    color: #fff
}

.advantages2__group2 {
    margin-top: 20px
}

.advantages2__group3 {
    position: relative;
    background: #000;
    border-radius: 16px;
    padding: 26px 20px;
    color: #fff;
    margin-top: 20px;
    overflow: hidden
}

.advantages2__group3 .advantages2-card {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.advantages2__logo {
    width: 169px;
    margin: 0 auto
}

.advantages2__logo img {
    width: 100%
}

.advantages2__info {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 115%;
    margin-top: 16px
}

.advantages2 .circle {
    position: absolute;
    left: -65px;
    bottom: 0;
    width: 96px;
    height: 96px;
    background: #0bae5f;
    -webkit-filter: blur(65px);
    filter: blur(65px);
    border-radius: 50%;
    pointer-events: none
}

.advantages2 .circle2 {
    position: absolute;
    top: -77px;
    right: -46px;
    width: 150px;
    height: 150px;
    background: #0bae5f;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none
}

.advantages2 .circle3 {
    position: absolute;
    top: -37px;
    left: 155px;
    width: 206px;
    height: 96px;
    background: #0bae5f;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none
}

.advantages2 .circle4 {
    position: absolute;
    top: -105px;
    right: 330px;
    width: 154px;
    height: 154px;
    background: #0bae5f;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none
}

.advantages2 .circle5 {
    position: absolute;
    left: 33%;
    bottom: -106px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 150px;
    height: 150px;
    background: #0858f4;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none
}

.advantages2 .circle6 {
    position: absolute;
    right: 77px;
    bottom: -106px;
    width: 150px;
    height: 150px;
    background: #3ed05e;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none
}

.advantages2-card {
    position: relative;
    border-radius: 16px;
    padding: 20px;
    overflow: hidden
}

.advantages2-card__text {
    font-size: 16px;
    line-height: 115%;
    font-weight: 500
}

.advantages2-card__img {
    position: absolute;
    top: 7px;
    right: 7px
}

.advantages2-card__img img {
    max-width: 100%;
    max-height: 100%
}

.advantages2-card2 {
    background-image: url(../img/advantages2-card__bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f5f7fb;
    border-radius: 16px;
    padding: 14px
}

.advantages2-card2__text {
    position: relative;
    width: 100%;
    height: 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;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    text-fill-color: transparent
}

.advantages2-card2__text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.558%, #02ceaf), to(#0260c7));
    background: -o-linear-gradient(top, #02ceaf 1.558%, #0260c7 100%);
    background: linear-gradient(180deg, #02ceaf 1.558%, #0260c7 100%);
    border-radius: 16px;
    pointer-events: none
}

.advantages2-card2__text:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    border-radius: 16px;
    pointer-events: none
}

.advantages2-card2__text p {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 115%;
    font-weight: 600;
    background: -o-linear-gradient(1.13deg, #0bae5f, #015fc6);
    background: linear-gradient(88.87deg, #0bae5f, #015fc6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.info3 {
    padding: 80px 0 25px
}

.info3__title {
    max-width: 670px;
    text-align: center;
    margin: 0 auto
}

.info3__title .title-line img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 115%
}

.info3__wrap {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px;
    background: #f5f7fb;
    border-radius: 16px;
    padding: 20px;
    margin-top: 50px
}

.info3__left {
    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: start;
    -ms-flex-align: start;
    align-items: start;
    background: #fff;
    border-radius: 16px;
    padding: 30px
}

.info3__right {
    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
}

.info3__text {
    display: grid;
    grid-template-columns: 100%;
    gap: 15px
}

.info3__text p {
    font-size: 18px;
    line-height: 115%;
    font-weight: 600
}

.info3__text p strong {
    color: #36317b
}

.info3__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px
}

.info3__img {
    position: relative;
    z-index: 2;
    width: 176px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.info3__img img {
    width: 100%
}

.info3__text2 {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 8px
}

.info3__text2 p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    line-height: 115%
}

.info3__text2 p:nth-child(2):after,
.info3__text2 p:nth-child(3):after {
    content: "";
    position: absolute;
    top: 50%;
    left: -87px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 78px;
    height: 7px;
    background-image: url(../img/line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    pointer-events: none
}

.info3__text2 p i {
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info3__text2 p i img {
    max-width: 100%
}

.info3__text2 p span {
    position: relative;
    font-weight: 600;
    color: #36317b
}

.info3__text2 p span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%
}

.info4 {
    padding: 25px 0 50px
}

.info4__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 45px
}

.info4__inner:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f7fb;
    border-radius: 16px;
    pointer-events: none
}

.info4__title .title-line img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.info4__subtitle {
    font-size: 16px;
    line-height: 115%;
    color: #555b71
}

.info4__subtitle i {
    position: relative;
    width: 13px;
    min-height: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info4__subtitle i img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%
}

.info4__btn {
    height: 55px;
    padding: 5px 24px
}

.info4__btn span {
    font-size: 18px
}

.stages {
    background: #f5f7fb;
    padding: 70px 0
}

.stages__title {
    text-align: center
}

.stages__subtitle {
    display: none;
    font-size: 18px;
    line-height: 115%;
    color: #555b71;
    margin-top: 18px
}

.stages__cards {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3333333333% - 6.6666666667px));
    gap: 10px;
    margin-top: 50px
}

.stage-card {
    position: relative;
    background: #fff;
    border: 1px solid #dbdcde;
    border-radius: 16px;
    padding: 40px
}

.stage-card__number {
    position: relative;
    z-index: 2;
    width: 45px;
    height: 45px;
    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: 1px solid #03045e;
    border-radius: 50%;
    font-size: 16px;
    line-height: 115%;
    font-weight: 500;
    color: #36317b
}

.stage-card__img {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none
}

.stage-card__img img {
    max-width: 100%;
    max-height: 100%
}

.stage-card__title {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 115%;
    font-weight: 600;
    margin-top: 40px
}

.stage-card__title .title-logo {
    position: relative;
    width: 95px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.stage-card__title .title-logo img {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%
}

.stage-card__text {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 115%;
    margin-top: 10px
}

.tariffs {
    position: relative;
    padding: 90px 0 60px
}

.tariffs__logo {
    width: 190px;
    margin-top: 15px
}

.tariffs__logo img {
    width: 100%
}

.tariffs__text p {
    font-size: 14px;
    line-height: 115%;
    font-weight: 500;
    color: #36317b
}

.tariffs__cards {
    display: none
}

.tariffs__table {
    width: calc(100% + 10px);
    border-collapse: collapse;
    table-layout: fixed
}

.tariffs__table tbody tr:nth-child(1) {
    border-top: unset
}

.tariffs__table tbody tr:nth-child(1) td:nth-child(2):after,
.tariffs__table tbody tr:nth-child(1) td:nth-child(3):after,
.tariffs__table tbody tr:nth-child(1) td:nth-child(4):after {
    border-top: 1px solid #dbdcde;
    border-radius: 16px 16px 0 0
}

.tariffs__table tbody tr:nth-child(1) td:before {
    display: none
}

.tariffs__table tbody tr:last-child {
    border-top: unset
}

.tariffs__table tbody tr:last-child td:nth-child(2):after,
.tariffs__table tbody tr:last-child td:nth-child(3):after,
.tariffs__table tbody tr:last-child td:nth-child(4):after {
    border-bottom: 1px solid #dbdcde;
    border-radius: 0 0 16px 16px
}

.tariffs__table tbody tr:nth-last-child(-n+2) td:before {
    display: none
}

.tariffs__table tbody tr td:last-child:before {
    left: -10px
}

.tariffs__table tbody tr td {
    position: relative;
    padding: 24px 30px
}

.tariffs__table tbody tr td:nth-child(1) {
    width: 440px;
    background: #fff
}

.tariffs__table tbody tr td:nth-child(1):after {
    display: none
}

.tariffs__table tbody tr td:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% - 20px);
    height: 100%;
    background: #f5f7fb;
    border-left: 1px solid #dbdcde;
    border-right: 1px solid #dbdcde;
    pointer-events: none
}

.tariffs__table tbody tr td:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dbdcde;
    pointer-events: none
}
.banner-close{
    display: none;
}
.tariffs__table tbody .td-blue {
    padding-top: 15px;
    padding-bottom: 15px
}

.tariffs__table tbody .td-blue:after {
    background: #36317b
}

.tariffs__table tbody .tariff-card__title i {
    top: -24px
}

.tariffs__table tbody .tariff-card__btn,
.tariffs__table tbody .tariff-card__link-wrap,
.tariffs__table tbody .tariff-card__price-wrap,
.tariffs__table tbody .tariff-card__subscribe,
.tariffs__table tbody .tariff-card__text,
.tariffs__table tbody .tariff-card__title {
    position: relative;
    z-index: 2
}
.banner {
    position: relative;
    z-index: 2;
    padding: 2em 0 2.813em;
}
.banner__inner {
    position: relative;
    background: #000;
    border-radius: 1em;
    padding: 3.125em;
    overflow: hidden;
}
.banner__text {
    position: relative;
    z-index: 3;
    max-width: 47.25em;
}
.banner__text p {
    font-size: 1.375em;
    line-height: 115%;
    font-weight: 600;
    color: #fff;
}
.banner__text .title-logo {
    position: relative;
    width: 7.5em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.banner__text .title-logo img {
    position: absolute;
    left: 0;
    bottom: -0.438em;
    width: 100%;
}
.banner__text a {
    text-decoration: underline;
    color: #0bae5f;
}
.banner__text a:hover {
    text-decoration: unset;
}
.banner__img {
    position: absolute;
    z-index: 2;
    right: 1em;
    bottom: 0;
    width: 100%;
    max-width: 26em;
}
.banner__img img {
    width: 100%;
    display: block;
}
.banner .circle {
    position: absolute;
    top: -1.188em;
    right: -4.125em;
    width: 7.25em;
    height: 7.25em;
    background: #3ed05e;
    -webkit-filter: blur(8em);
    filter: blur(8em);
    pointer-events: none;
}
.banner .circle2 {
    position: absolute;
    top: -6.625em;
    right: 2.375em;
    width: 11.063em;
    height: 11.063em;
    background: #3ed05e;
    -webkit-filter: blur(6em);
    filter: blur(6em);
    opacity: 50%;
    pointer-events: none;
}
.banner .circle3 {
    position: absolute;
    top: -5.125em;
    right: 16.25em;
    width: 11.063em;
    height: 11.063em;
    background: #3ed05e;
    -webkit-filter: blur(6em);
    filter: blur(6em);
    opacity: 50%;
    pointer-events: none;
}
.banner .circle4 {
    position: absolute;
    right: 0.938em;
    bottom: -13.125em;
    width: 17.375em;
    height: 17.375em;
    background: #0858f4;
    -webkit-filter: blur(6em);
    filter: blur(6em);
    opacity: 50%;
    pointer-events: none;
}
.tariffs .scroll-banner {
    width: 0;
    height: 0;
    display: block;
    opacity: 0;
    pointer-events: none
}

.tariffs .circle {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 82px;
    height: 82px;
    background: #3ed05e;
    -webkit-filter: blur(75px);
    filter: blur(75px);
    border-radius: 50%;
    pointer-events: none
}

.tariffs .circle2 {
    position: absolute;
    right: -25px;
    bottom: -25px;
    width: 82px;
    height: 82px;
    background: #3ed05e;
    -webkit-filter: blur(75px);
    filter: blur(75px);
    border-radius: 50%;
    pointer-events: none
}

.tariffs-banner {
    position: fixed;
    z-index: 3;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    margin-top: 45px;
    padding-left: max(30px, (100% - 1320px)/2);
    padding-right: max(30px, (100% - 1320px)/2)
}

.tariffs-banner--static {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    padding: 0
}

.tariffs-banner__inner {
    position: relative;
    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;
    text-align: center;
    background: #000;
    border-radius: 16px;
    padding: 32px 155px;
    color: #fff;
    overflow: hidden
}

.tariffs-banner__text {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    line-height: 115%;
    letter-spacing: -.54px
}

.tariffs-banner__text span {
    color: #3ed05e
}

.tariffs-banner__img {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100px
}

.tariffs-banner__img img {
    width: 100%
}

.tariffs-banner__img2 {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100px
}

.tariffs-banner__img2 img {
    width: 100%
}

.tariffs-banner .circle {
    position: absolute;
    top: 50%;
    left: -66px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 116px;
    height: 116px;
    background: #0bae5f;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    border-radius: 50%;
    pointer-events: none
}

.tariffs-banner .circle2 {
    position: absolute;
    top: 50%;
    right: -66px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 116px;
    height: 116px;
    background: #0bae5f;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    border-radius: 50%;
    pointer-events: none
}

.tariffs-banner .circle3 {
    position: absolute;
    top: 50%;
    left: 260px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 154px;
    height: 154px;
    background: #0858f4;
    -webkit-filter: blur(115px);
    filter: blur(115px);
    border-radius: 50%;
    pointer-events: none
}

.tariffs-banner .circle4 {
    position: absolute;
    top: 50%;
    right: 260px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 154px;
    height: 154px;
    background: #0858f4;
    -webkit-filter: blur(115px);
    filter: blur(115px);
    border-radius: 50%;
    pointer-events: none
}

.tariff-card {
    position: relative;
    overflow: hidden
}

.tariff-card__title {
    position: relative;
    font-size: 20px;
    line-height: 115%;
    font-weight: 600
}

.tariff-card__title i {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 50px
}

.tariff-card__title i img {
    width: 100%
}

.tariff-card__text {
    font-size: 14px;
    line-height: 115%;
    font-weight: 500
}

.tariff-card__price-wrap {
    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;
    gap: 8px
}

.tariff-card__price-text {
    font-size: 12px;
    line-height: 115%;
    font-weight: 500;
    color: #555b71
}

.tariff-card__price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 115%;
    font-weight: 600
}

.tariff-card__link {
    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;
    gap: 8px
}

.tariff-card__link span {
    font-size: 14px;
    line-height: 115%;
    font-weight: 700;
    color: #0bae5f
}

.tariff-card__link i {
    width: 8px
}

.tariff-card__link i svg {
    width: 100%;
    height: auto
}

.tariff-card__subscribe-text {
    font-size: 12px;
    line-height: 115%;
    font-weight: 500;
    color: #fff
}

.tariff-card__subscribe {
    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;
    gap: 8px;
    background: #36317b;
    font-size: 20px;
    line-height: 115%;
    font-weight: 600;
    color: #3ed05e
}

.tariff-card__subscribe span {
    font-size: 12px;
    line-height: 115%;
    font-weight: 500;
    margin-top: 5px
}

.tariff-card__btn {
    width: 100%;
    height: 46px;
    padding: 5px 10px
}

.tariff-card__btn span {
    font-size: 16px
}

.cases {
    position: relative;
    background: #f5f7fb;
    padding: 50px 0;
    overflow: hidden
}

.cases__top {
    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
}

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

.cases__slider-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.cases .swiper-button-next,
.cases .swiper-button-prev {
    position: static;
    margin: 0
}

.cases__btn {
    height: 46px;
    padding: 5px 24px
}

.cases__btn span {
    font-size: 16px
}

.cases__slider {
    position: relative;
    padding-bottom: 30px;
    margin-top: 40px
}

.cases .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.cases .swiper-slide {
    height: auto
}

.cases .swiper-pagination {
    bottom: 0
}

.cases .circle {
    position: absolute;
    top: -40px;
    left: -20px;
    width: 116px;
    height: 116px;
    background: #0bae5f;
    -webkit-filter: blur(115px);
    filter: blur(115px);
    border-radius: 50%;
    pointer-events: none
}

.cases .circle2 {
    position: absolute;
    top: -120px;
    left: 70px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 146px;
    height: 146px;
    background: rgba(8, 88, 244, .85);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    border-radius: 50%;
    pointer-events: none
}

.cases .circle3 {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 146px;
    height: 146px;
    background: #0bae5f;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    border-radius: 50%;
    pointer-events: none
}

.cases .circle4 {
    position: absolute;
    left: -70px;
    bottom: -100px;
    width: 146px;
    height: 146px;
    background: #0bae5f;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    border-radius: 50%;
    pointer-events: none
}

.cases .circle5 {
    position: absolute;
    right: 90px;
    bottom: -100px;
    width: 146px;
    height: 146px;
    background: rgba(8, 88, 244, .85);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    border-radius: 50%;
    pointer-events: none
}

.case-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border: 1px solid #dbdcde;
    border-radius: 16px;
    padding: 30px
}

.case-card__group {
    border-top: 1px solid rgba(85, 91, 113, .3);
    padding: 24px 0
}

.case-card__group:first-child {
    border: none;
    padding-top: 0
}

.case-card__group2 {
    position: relative;
    min-height: 178px;
    background: #000;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    margin-top: auto;
    overflow: hidden
}

.case-card__group2 .case-card__title {
    color: #3ed05e
}

.case-card__group2 .case-card__list li {
    color: #fff
}

.case-card__group2 .case-card__list li:after {
    background: #fff
}

.case-card__title {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 115%;
    font-weight: 600
}

.case-card__list {
    position: relative;
    z-index: 2;
  
    grid-template-columns: 100%;
    gap: 5px;
    margin-top: 20px;
       font-size: 0.875em;
}

.case-card__list li {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    line-height: 115%;
    color: #555b71
}

.case-card__list li:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #555b71;
    border-radius: 50%
}

.questions {
    padding: 80px 0;
    overflow: hidden
}

.questions__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 40px
}

.questions__group {
    width: 38%
}

.questions__img {
    position: relative;
    max-width: 480px
}

.questions__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: #0bae5f;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    border-radius: 50%;
    pointer-events: none
}

.questions__img img {
    position: relative;
    z-index: 1;
    max-width: 100%
}

.questions__title {
    margin-top: 10px
}

.questions__items {
    width: 62%;
    height: 352px;
    display: grid;
    grid-template-columns: 100%;
    gap: 16px;
    padding-right: 30px;
    overflow-y: auto
}

.questions__items::-webkit-scrollbar {
    width: 4px
}

.questions__items::-webkit-scrollbar-track {
    background: #f5f7fb;
    border-radius: 3px
}

.questions__items::-webkit-scrollbar-thumb {
    background: #36317b;
    border-radius: 3px
}

.questions__item {
    background: #f5f7fb;
    border-radius: 16px;
    padding: 16px
}

.questions__item-show {
    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;
    gap: 8px;
    cursor: pointer
}

.questions__item-title {
    font-size: 18px;
    line-height: 115%;
    font-weight: 600
}

.questions__item-btn {
    width: 44px;
    height: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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: 1px solid #36317b;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.questions__item-btn svg {
    max-width: 80%;
    max-height: 80%
}

.questions__item-hidden {
    display: none;
    margin-top: 16px
}

.questions__item-text p {
    font-size: 14px;
    line-height: 115%;
    color: #555b71
}

.questions__item-text ul li {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    line-height: 115%;
    color: #555b71
}

.questions__item-text ul li:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #555b71;
    border-radius: 50%
}

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

    .calculator__left,
    .calculator__right {
        padding: 40px 20px
    }
}

@media screen and (max-width:1300px) {
    .calculator__left {
        width: 40.5%
    }

    .calculator__right {
        width: 59.5%
    }
}

@media screen and (max-width:1200px) {
    .main__group {
        max-width: 342px;
        padding-right: 30px
    }

    .main__cards {
        grid-template-columns: repeat(3, calc(33.3333333333% - 6.6666666667px));
        gap: 10px;
        padding-left: 30px
    }

    .main-card__title {
        min-height: 46px;
        font-size: 20px
    }

    .advantages__top .advantages-card2 {
        max-width: 460px
    }

    .advantages-card {
        padding: 32px 20px
    }

    .advantages-card__title {
        gap: 6px
    }

    .advantages-card__title i {
        width: 40px;
        height: 40px
    }

    .advantages-card2 .advantages-card__wrap {
        padding: 32px 20px
    }

    .calculator__form-checkbox label {
        font-size: 12px
    }

    .info3__text p,
    .info3__text2 p {
        font-size: 16px
    }

    .stage-card {
        padding: 30px 20px
    }

    .tariffs__table tbody tr td:first-child {
        width: 300px
    }
}

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

    .calculator__left,
    .calculator__right {
        width: 50%
    }

    .calculator__form {
        grid-template-columns: repeat(2, calc(50% - 7.5px))
    }

    .calculator .form-group--100 {
        grid-column: 1/3
    }

    .calculator .form-group__input {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media screen and (max-width:992px)and (min-width:769px) {
    .cases .swiper {
        overflow: unset
    }
}

@media screen and (max-width:992px) {
    .main {
        margin: 25px 0
    }

    .main__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        padding: 0 15px
    }

    .main__desc {
        width: 100%;
        max-width: 100%
    }

    .main__img {
        max-width: 500px;
        width: 100%;
        margin: 0 auto
    }

    .main__subtitle {
        font-size: 16px;
        padding: 0 0 0 14px
    }

    .main__subtitle:after {
        height: 100%
    }

    .main__title {
        font-size: 48px;
        margin-top: 28px
    }

    .main__nav {
        margin-top: 28px
    }

    .main__subtitle2 {
        font-size: 16px
    }

    .main .circle {
        width: 138px;
        height: 138px;
        -webkit-filter: blur(106px);
        filter: blur(106px)
    }

    .main .circle2 {
        top: unset;
        bottom: 20px;
        right: -90px;
        width: 126px;
        height: 126px;
        -webkit-filter: blur(58px);
        filter: blur(58px)
    }

    .main .circle3 {
        top: 23px;
        left: -90px;
        right: unset;
        bottom: unset;
        width: 126px;
        height: 126px;
        -webkit-filter: blur(106px);
        filter: blur(106px)
    }

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

    .main__group {
        max-width: 100%;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 24px 0
    }

    .main__group:after {
        top: unset;
        right: 50%;
        bottom: 0;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
        width: calc(100% + 30px);
        height: 1px
    }

    .main__btn {
        margin-top: 20px
    }

    .main__btn span {
        font-size: 16px
    }

    .main__cards {
        width: 100%;
        padding: 24px 0
    }

    .main-card__text {
        margin-top: 16px
    }

    .info {
        padding: 25px 0 50px
    }

    .info__items {
        grid-template-columns: repeat(3, calc(33.3333333333% - 10px));
        gap: 15px;
        margin-top: 40px
    }

    .info__item:after {
        top: -58px
    }

    .info__item:before {
        bottom: -58px
    }

    .info__item-img {
        height: 150px
    }

    .info__item-title {
        font-size: 16px
    }

    .info__btn {
        margin-top: 40px
    }

    .info__btn span {
        font-size: 16px
    }

    .advantages {
        padding: 50px 0
    }

    .advantages__top {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 10px));
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .advantages__title,
    .advantages__top .advantages-card2 {
        max-width: 100%
    }

    .advantages__cards {
        grid-template-columns: repeat(2, calc(50% - 10px))
    }

    .advantages-card2 .circle {
        top: unset;
        bottom: -90px
    }

    .info2 {
        padding: 50px 0 10px
    }

    .info2-1 {
        padding: 10px 0 25px
    }

    .info2__img img {
        max-width: 200px
    }

    .info2__desc {
        padding: 30px 20px
    }

    .info2__text {
        gap: 0
    }

    .info2__text p {
        font-size: 14px
    }

    .info2__btn {
        height: 50px
    }

    .info2__btn span {
        font-size: 16px
    }

    .calculator {
        padding: 10px 0
    }

    .calculator__left {
        width: 40.5%;
        padding: 30px 20px
    }

    .calculator__right {
        width: 59.5%;
        padding: 30px 20px
    }

    .calculator__text {
        gap: 0
    }

    .calculator__text p {
        font-size: 14px
    }

    .calculator__subtitle {
        font-size: 18px
    }

    .calculator__form-text {
        font-size: 16px
    }

    .calculator .circle {
        left: -41px;
        bottom: -41px;
        width: 82px;
        height: 82px;
        -webkit-filter: blur(75px);
        filter: blur(75px)
    }

    .calculator .circle2 {
        top: -41px;
        right: -41px;
        width: 82px;
        height: 82px;
        -webkit-filter: blur(75px);
        filter: blur(75px)
    }

    .advantages2 {
        padding: 25px 0
    }

    .advantages2__group {
        padding: 20px
    }

    .advantages2__cards {
        margin-top: 20px
    }

    .advantages2__group2 {
        display: none
    }

    .advantages2__group3 {
        padding: 20px
    }

    .advantages2__logo {
        width: 145px
    }

    .advantages2-card__text {
        font-size: 14px
    }

    .info3 {
        padding: 25px 0
    }

    .info3__wrap {
        margin-top: 40px
    }

    .info3__left {
        padding: 30px 20px
    }

    .info3__text p,
    .info3__text2 p {
        font-size: 14px
    }

    .info3__img {
        width: 140px
    }

    .info4__inner {
        gap: 20px;
        padding: 30px 20px
    }

    .info4__title .title-line img {
        max-width: 100%
    }

    .info4__subtitle {
        font-size: 14px
    }

    .info4__btn span {
        font-size: 16px
    }

    .stages {
        padding: 50px 0
    }

    .stages__cards {
        margin-top: 40px
    }

    .stage-card__img {
        max-width: 100px
    }

    .stage-card__title {
        font-size: 16px;
        margin-top: 20px
    }

    .stage-card__title .title-logo img {
        bottom: -6px;
    }

    .stage-card__text {
        font-size: 16px
    }

    .tariffs {
        padding: 50px 0
    }

    .tariffs__logo {
        width: 130px;
        margin-top: 10px
    }

    .tariffs__table {
        margin-top: 30px
    }

    .tariffs__table tbody tr td:first-child {
        width: 0;
        padding: 0;
        opacity: 0;
        pointer-events: none
    }

    .tariffs .scroll-banner {
        display: none
    }

    .tariffs-banner {
        position: fixed !important;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        margin-top: 30px;
        left: 0;
        bottom: 0;   
        padding: 0;     
    }
    .banner-close{
        display: block;
    }

    .tariffs-banner .circle {
        top: -60px;
        left: -60px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .tariffs-banner .circle2 {
        top: unset;
        right: -60px;
        bottom: -60px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        background: #0858f4
    }

    .tariffs-banner .circle3,
    .tariffs-banner .circle4 {
        display: none
    }

    .cases {
        padding: 50px 0
    }

    .cases__slider {
        margin-top: 20px
    }

    .case-card__title {
        font-size: 16px
    }

    .questions {
        padding: 50px 0
    }

    .questions__group {
        width: 45%
    }

    .questions__items {
        width: 55%;
        padding-right: 16px
    }

    .questions__item-title {
        font-size: 16px
    }

    .questions__item-btn {
        width: 32px;
        height: 32px
    }
}

@media screen and (max-width:768px) {
    .main__cards {
        grid-template-columns: repeat(2, calc(50% - 5px))
    }

    .info__items {
        grid-template-columns: repeat(2, calc(50% - 7.5px))
    }

    .info__item:nth-child(2):before,
    .info__item:nth-child(3):before,
    .info__item:nth-child(6):before {
        display: block
    }

    .info__item:after,
    .info__item:before {
        display: none
    }

    .advantages__top {
        grid-template-columns: 100%;
        gap: 40px
    }

    .advantages__cards {
        grid-template-columns: 100%
    }

    .advantages-card2:after,
    .advantages-card2:before {
        display: none
    }

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

    .info2__img {
        width: 100%;
        border-radius: 16px 16px 0 0
    }

    .info2__desc {
        width: 100%
    }

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

    .calculator__left {
        width: 100%
    }

    .calculator__right {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        border-radius: 16px 16px 0 0
    }

    .advantages2__cards {
        grid-template-columns: repeat(2, calc(50% - 8px))
    }

    .info3__wrap {
        grid-template-columns: 100%
    }

    .stages__cards {
        grid-template-columns: repeat(2, calc(50% - 5px))
    }

    .tariffs__table {
        display: none
    }

    .tariffs__cards {
        display: grid;
        grid-template-columns: 100%;
        gap: 30px;
        margin-top: 30px
    }

    .tariff-card {
        background: #f5f7fb;
        border: 1px solid #dbdcde;
        border-radius: 16px;
        padding: 20px
    }

    .tariff-card__text,
    .tariff-card__title {
        margin-bottom: 20px
    }

    .tariff-card__price-wrap {
        padding: 20px 0
    }

    .tariff-card__subscribe {
        position: relative;
        background: rgba(0, 0, 0, 0);
        padding: 20px 0
    }

    .tariff-card__subscribe:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: calc(100% + 40px);
        height: 100%;
        background: #36317b;
        pointer-events: none
    }

    .tariff-card__subscribe-price,
    .tariff-card__subscribe-text {
        position: relative;
        z-index: 2
    }

    .tariff-card__btn {
        margin-top: 20px
    }

    .cases {
        padding-bottom: 106px
    }

    .cases__btn {
        position: absolute;
        left: 50%;
        bottom: 46px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .questions__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .questions__group,
    .questions__items {
        width: 100%
    }
}

@media screen and (max-width:576px) {
    .main__subtitle {
        font-size: 14px
    }

    .main__title {
        font-size: 28px
    }

    .main__subtitle2 {
        font-size: 14px
    }

    .main__list {
        margin-top: 15px
    }

    .main__list li {
        gap: 14px;
        padding: 14px
    }

    .main__list li span {
        font-size: 14px
    }

    .main__btn {
        width: 100%;
        height: 48px
    }

    .main__btn span {
        font-size: 14px
    }

    .main__cards {
        grid-template-columns: 100%
    }

    .info__title {
        text-align: start
    }

    .info__item {
        padding: 10px 10px 24px
    }

    .info__item-img {
        height: 110px
    }

    .info__item-title {
        font-size: 14px
    }

    .info__btn {
        width: 100%
    }

    .advantages-card {
        padding: 20px 16px
    }

    .advantages-card__img {
        width: 60px
    }

    .advantages-card__img:not(:first-child) {
        margin-left: -10px
    }

    .advantages-card2 .advantages-card__wrap {
        padding: 20px 16px
    }

    .info2__desc {
        padding: 24px 16px
    }

    .info2__btn {
        width: 100%
    }

    .calculator__left,
    .calculator__right {
        padding: 24px 16px
    }

    .advantages2__cards {
        grid-template-columns: 100%
    }

    .advantages2__info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .advantages2 .circle,
    .advantages2 .circle2,
    .advantages2 .circle5,
    .advantages2 .circle6 {
        display: none
    }

    .advantages2 .circle3 {
        left: unset;
        right: -60px
    }

    .advantages2 .circle4 {
        top: unset;
        left: 20px;
        bottom: -60px
    }

    .info3__title {
        text-align: start
    }

    .info3__title .title-line img {
        width: 105%
    }

    .info3__left {
        padding: 20px 10px
    }

    .info3__group {
        width: 100%;
        -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;
        gap: 30px
    }

    .info3__img {
        width: 190px
    }

    .info3__text2 {
        gap: 20px
    }

    .info3__text2 p:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .info3__text2 p:after {
        display: none !important
    }

    .info4__inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        text-align: start;
        padding: 24px 16px
    }

    .info4__btn {
        width: 100%
    }

    .stages__cards {
        grid-template-columns: 100%
    }

    .stage-card {
        padding: 20px
    }

    .tariffs-banner__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        padding: 20px 16px
    }

    .tariffs-banner__img {
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        max-width: 260px;
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .tariffs-banner__img2 {
        display: none
    }

    .tariffs-banner__text span {
        display: block
    }

    .cases__btn {
        width: 100%
    }

    .case-card {
        padding: 24px 16px
    }
}

@media screen and (max-width:450px) {
    .calculator__subtitle {
        font-size: 14px
    }

    .calculator__form {
        grid-template-columns: repeat(2, calc(50% - 6px));
        gap: 12px;
        margin-top: 16px
    }

    .calculator__form .form-group__title {
        font-size: 10px
    }

    .calculator__form-group input {
        height: 25px;
        font-size: 10px;
        padding: 0 10px
    }

    .calculator__form-checkboxes {
        grid-template-columns: repeat(4, calc(25% - 3px));
        gap: 4px
    }

    .calculator__form-checkbox label {
        height: 25px;
        gap: 5px;
        font-size: 10px
    }

    .calculator__form-checkbox label i {
        width: 10px
    }

    .calculator__form-text {
        font-size: 14px
    }
}

.login {
    height: 100%
}

.login__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-left: max(30px, (100% - 1320px)/2)
}

.login__desc {
    max-width: 690px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 44px 30px 30px 0;
    overflow-y: auto
}

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

    .login__desc .circle,
    .login__desc .circle2 {
        display: none
    }
}

.login__img {
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
    background: #f5f7fb;
    padding: 30px;
    overflow: hidden
}

.login__img img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 100%
}

.login__logo {
    width: 190px
}

.login__logo img {
    width: 100%
}

.login__form {
    display: grid;
    grid-template-columns: 100%;
    gap: 16px;
    margin-top: 20px
}

.login__form-wrap {
    position: relative;
    z-index: 2;
    max-width: 560px;
    width: 100%
}

.login__form-icon {
    width: 110px;
    margin: 0 auto
}

.login__form-icon img {
    width: 100%
}

.login__form-title {
    text-align: center;
    margin-top: 28px
}

.login__form-group input {
    height: 60px;
    font-size: 18px;
    color: #616b94
}

.login__form-group input::-webkit-input-placeholder {
    color: rgba(97, 107, 148, .6)
}

.login__form-group input::-moz-placeholder {
    color: rgba(97, 107, 148, .6)
}

.login__form-group input:-ms-input-placeholder {
    color: rgba(97, 107, 148, .6)
}

.login__form-group input::-ms-input-placeholder {
    color: rgba(97, 107, 148, .6)
}

.login__form-group input::placeholder {
    color: rgba(97, 107, 148, .6)
}

.login__form-btns {
    display: grid;
    grid-template-columns: 100%;
    gap: 15px;
    margin-top: 15px
}

@media screen and (min-width:993px) {
    .login__form-btns2 {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 5px));
        gap: 10px
    }
}

.login__form-btn {
    height: 60px;
    padding: 5px 10px
}

.login__form-btn span {
    font-size: 18px
}

.login__form-checkboxes {
    display: grid;
    grid-template-columns: 100%;
    text-align: start;
    gap: 24px;
    margin-top: 8px
}

.login__form-check label {
    font-size: 16px;
    color: #616b94
}

.login__form .tab__content {
    display: none
}

.login__form .tab__content--active {
    display: grid
}

.login__form .tab {
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.login__form .tab--active {
    background: #36317b;
    color: #fff
}

.login .back,
.login .code,
.login .forgot-password {
    font-size: 16px;
    line-height: 115%;
    font-weight: 500;
    color: #616b94;
    margin-top: 8px
}

.login__text {
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 115%;
    color: rgba(0, 0, 0, .4)
}

.login .circle {
    position: absolute;
    top: -190px;
    right: -190px;
    width: 340px;
    height: 340px;
    background: #0bae5f;
    -webkit-filter: blur(240px);
    filter: blur(240px);
    border-radius: 50%;
    pointer-events: none
}

.login .circle2 {
    position: absolute;
    left: -140px;
    bottom: -140px;
    width: 240px;
    height: 240px;
    background: #0bae5f;
    -webkit-filter: blur(170px);
    filter: blur(170px);
    border-radius: 50%;
    pointer-events: none
}

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

    .login__desc,
    .login__img {
        width: 50%
    }
}

@media screen and (max-width:992px) {
    .login__inner {
        padding-left: max(15px, (100% - 1320px)/2)
    }

    .login__logo {
        width: 112px
    }

    .login__form-icon {
        width: 80px
    }

    .login__form-title {
        margin-top: 20px
    }

    .login__form-group input {
        height: 45px;
        font-size: 14px
    }

    .login__form-btn {
        height: 45px
    }

    .login .back,
    .login .code,
    .login .forgot-password,
    .login__form-btn span,
    .login__form-check label {
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .login__inner {
        padding: 30px 15px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .login__desc {
        position: relative;
        max-width: 100%;
        width: 100%;
        padding: 0;
        overflow-y: unset
    }

    .login__desc .circle {
        top: unset;
        right: -50px;
        bottom: -90px;
        width: 140px;
        height: 140px
    }

    .login__desc .circle2 {
        top: unset;
        left: -50px;
        bottom: -90px;
        width: 140px;
        height: 140px
    }

    .login__img {
        display: none
    }
}

.account {
    padding: 40px 0
}

.account__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #dbdcde;
    border-radius: 20px;
    padding: 40px
}

.account__left {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-right: 30px
}

.account__right {
    width: 54%;
    background: #f5f7fb;
    border-radius: 20px;
    padding: 80px 0;
    overflow: hidden
}

.account__subtitle {
    font-size: 20px;
    line-height: 115%;
    font-weight: 600;
    color: #03002c;
    margin-top: 40px
}

.account__items {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: auto
}

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

.account__item i {
    width: 20px
}

.account__item i img {
    max-width: 100%
}

.account__item span {
    font-size: 18px;
    line-height: 115%
}

.account__email:hover,
.account__phone:hover {
    color: #0bae5f
}

.account__btns {
    max-width: 360px;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    gap: 15px
}

.account__btn {
    width: 100%;
    height: 60px;
    padding: 5px 20px
}

.account__btn span {
    font-size: 18px
}

.account .btn-red {
    border-color: #fe3131;
    color: #fe3131
}

.account .btn-red:hover {
    background: #fe3131;
    color: #fff
}

.account__img {
    position: relative
}

.account__img img {
    position: relative;
    z-index: 1;
    width: 100%
}

.account .circle {
    position: absolute;
    top: 50%;
    left: -174px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 280px;
    height: 280px;
    background: #0858f4;
    -webkit-filter: blur(230px);
    filter: blur(230px);
    border-radius: 50%;
    opacity: .3;
    pointer-events: none
}

.account .circle2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    background: #0858f4;
    -webkit-filter: blur(230px);
    filter: blur(230px);
    border-radius: 50%;
    opacity: .3;
    pointer-events: none
}

.account .circle3 {
    position: absolute;
    top: 50%;
    right: -174px;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    width: 280px;
    height: 280px;
    background: #0858f4;
    -webkit-filter: blur(230px);
    filter: blur(230px);
    border-radius: 50%;
    opacity: .3;
    pointer-events: none
}

.account__group {
    position: relative;
    z-index: 2;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 30px;
    margin: 80px auto 0
}

.account__subtitle2 {
    line-height: 120%;
    color: #03002c
}

.account__text {
    font-size: 16px;
    line-height: 120%;
    color: #555b71;
    margin-top: 20px
}

.account .promo-code {
    position: relative;
    width: 100%;
    margin-top: 40px
}

.account .promo-code__desc {
    height: 60px;
    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: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: start;
    background: #fff;
    border: 1px solid #36317b;
    border-radius: 100px;
    padding: 5px 80px 5px 20px
}

.account .promo-code__title {
    font-size: 14px;
    line-height: 115%;
    font-weight: 500;
    color: #555b71
}

.account .promo-code__text {
    font-size: 18px;
    line-height: 115%;
    font-weight: 500;
    color: #36317b;
    margin-top: 2px
}

.account .promo-code__btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    background: #36317b;
    border-radius: 50%
}

.account .promo-code__btn img {
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width:992px) {
    .account__inner {
        padding: 30px
    }

    .account__subtitle {
        font-size: 16px;
        margin-top: 24px
    }

    .account__items {
        gap: 12px;
        margin-top: 20px
    }

    .account__item span {
        font-size: 14px
    }

    .account__btns {
        margin-top: 24px
    }

    .account__btn {
        height: 44px
    }

    .account__btn span {
        font-size: 14px
    }

    .account__text {
        font-size: 14px;
        margin-top: 16px
    }

    .account .promo-code {
        margin-top: 24px
    }

    .account .promo-code__desc {
        height: 48px;
        padding: 5px 68px 5px 20px
    }

    .account .promo-code__title {
        font-size: 12px
    }

    .account .promo-code__text {
        font-size: 14px
    }

    .account .promo-code__btn {
        width: 48px;
        height: 48px
    }
}

@media screen and (max-width:768px) {
    .account__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        border: none;
        padding: 0
    }

    .account__left {
        width: 100%
    }

    .account__right {
        width: 100%;
        padding: 20px 16px
    }

    .account__group {
        max-width: 420px;
        padding: 0;
        margin-top: 30px
    }

    .account__btns {
        max-width: 100%
    }
}

@media screen and (max-width:576px) {
    .account {
        padding: 24px 0
    }
}

.calculations {
    position: relative;
    padding: 40px 0
}

.calculations__inner {
    position: relative;
    z-index: 2
}

.calculations__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
    border: 1px solid #dbdcde;
    border-radius: 20px
}

.calculations__left {
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 40px 40px
}

.calculations__left .calculations__filter {
    display: none
}

.calculations__right {
    width: calc(100% - 450px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f5f7fb;
    border-radius: 0 20px 20px 0;
    padding: 40px 50px 40px 30px
}

.calculations__top {
    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;
    gap: 8px;
    margin-bottom: 28px
}

.calculations .update {
    width: 50px;
    height: 50px;
    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;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #36317b;
    border-radius: 50%
}

.calculations .update:hover {
    background: #36317b
}

.calculations .update:hover svg path {
    fill: #fff
}

.calculations .update svg {
    max-width: 80%;
    max-height: 80%
}

.calculations .update svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.calculations-cards {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.calculations__filter {
    height: 50px;
    gap: 12px;
    padding: 5px 16px
}

.calculations__filter:hover i svg path {
    fill: #36317b
}

.calculations__filter i {
    width: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.calculations__filter i svg {
    width: 100%;
    height: auto
}

.calculations__filter i svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.calculations__slider {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 20px
}

.calculations__slider:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: calc(100% + 90px);
    height: 100%;
    border: 1px dashed #bec4dc;
    border-left: unset;
    border-radius: 0 20px 20px 0;
    pointer-events: none
}

.calculations__slider-btns {
    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;
    gap: 16px;
    margin-top: 16px
}

.calculations .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.calculations .swiper-button-next,
.calculations .swiper-button-prev {
    position: static;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0
}

.calculations .swiper-pagination {
    position: static;
    width: auto
}

.calculations__btn {
    position: absolute;
    left: 40px;
    bottom: 168px;
    height: 60px;
    max-width: 370px;
    width: 100%;
    padding: 5px 10px
}

.calculations__btn i {
    width: 19px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.calculations__btn i svg {
    width: 100%;
    height: auto
}

.calculations__btn span {
    font-size: 18px
}

.calculations .circle {
    position: absolute;
    top: 24px;
    right: 36px;
    width: 164px;
    height: 164px;
    background: #0bae5f;
    -webkit-filter: blur(230px);
    filter: blur(230px);
    border-radius: 50%;
    pointer-events: none
}

.calculations .circle2 {
    position: absolute;
    left: 36px;
    bottom: 24px;
    width: 164px;
    height: 164px;
    background: #0bae5f;
    -webkit-filter: blur(150px);
    filter: blur(150px);
    border-radius: 50%;
    pointer-events: none
}

.calculations .edit-btn svg:nth-child(2),
.calculations .edit-btn--active svg:nth-child(1) {
    display: none
}

.calculations .edit-btn--active svg:nth-child(2) {
    display: block
}

.calculation-card {
    background: #fff;
    border: 1px solid #dbe0f2;
    border-radius: 20px 0 0 20px;
    margin-top: 4px;
}

.calculation-card__top {
    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;
    gap: 8px;
    background: #f5f7fb;
    border-radius: 20px 0 0;
    padding: 16px 20px
}

.calculation-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    line-height: 115%;
    font-weight: 600;
    color: #03002c
}

.calculation-card .delete,
.calculation-card .edit {
    width: 18px;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.calculation-card .delete:hover svg path,
.calculation-card .edit:hover svg path {
    fill: #03002c
}

.calculation-card .delete svg,
.calculation-card .edit svg {
    max-width: 100%;
    height: auto
}

.calculation-card .delete svg path,
.calculation-card .edit svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.calculation-card__group {
    position: relative;
    padding: 24px 20px
}

.calculation-card__group:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% - 40px);
    height: 1px;
    background: #dbe0f2;
    pointer-events: none
}

.calculation-card__items {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    gap: 16px
}

.calculation-card__item-title {
    font-size: 16px;
    line-height: 115%;
    font-weight: 600;
    color: #03002c;
    margin-bottom: 8px
}

.calculation-card__item-text {
    font-size: 14px;
    line-height: 115%;
    font-weight: 500;
    color: #555b71
}

.calculation-card__group2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 100px;
    padding: 24px 20px
}

.calculation-card__group2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% - 40px);
    height: 1px;
    background: #dbe0f2;
    pointer-events: none
}

.calculation-card__items2 {
    grid-template-columns: 100%
}

.calculation-card__subgroup {
    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;
    gap: 16px
}

.calculation-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 115%;
    font-weight: 500;
    color: #36317b;
    cursor: pointer
}

.calculation-card__link i {
    width: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.calculation-card__link i svg {
    width: 100%;
    height: auto
}

.calculation-card__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.calculation-card__date {
    text-align: center;
    padding: 24px 20px;
    font-size: 14px;
    line-height: 115%;
    font-weight: 500;
    color: #555b71
}

.bank-card {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    padding: 16px 16px 24px
}

.bank-card--disabled {
    position: relative;
    -webkit-filter: blur(7px);
    filter: blur(7px)
}

.bank-card--disabled .bank-card__desc,
.bank-card--disabled .bank-card__img {
    pointer-events: none
}

.bank-card__images {
    position: relative;
    width: 100%;
    height: 100px;
    padding-bottom: 45%
}

.bank-card__images--1 {
    max-width: 160px;
    margin: 0 auto
}

.bank-card__images--1 .bank-card__img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bank-card__images--1 .bank-card__name {
    font-size: 8.5px;
    padding: 8px 9px; 
}

.bank-card__images--2 .bank-card__img:nth-child(1) {
    left: 0;
    bottom: 0;
    width: 60%;
    padding-bottom: 37%
}

.bank-card__images--2 .bank-card__img:nth-child(1) img {
    width: 100%;
    height: 100%
}

.bank-card__images--2 .bank-card__img:nth-child(2) {
    top: 0;
    right: 0;
    width: 60%;
    padding-bottom: 37%
}

.bank-card__images--2 .bank-card__img:nth-child(2) img {
    width: 100%;
    height: 100%
}

.bank-card__images--2 .bank-card__name {
    font-size: 8.5px;
    padding: 3px 9px;
}

.bank-card__images--3 .bank-card__img:nth-child(1) {
    left: 0;
    bottom: 0;
    width: 50%;
    padding-bottom: 32%
}

.bank-card__images--3 .bank-card__img:nth-child(1) img {
    width: 100%;
    height: 100%
}

.bank-card__images--3 .bank-card__img:nth-child(2) {
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 51%;
    padding-bottom: 32%
}

.bank-card__images--3 .bank-card__img:nth-child(2) img {
    width: 100%;
    height: 100%
}

.bank-card__images--3 .bank-card__img:nth-child(3) {
    top: 0;
    right: 0;
    width: 53%;
    padding-bottom: 32%
}

.bank-card__images--3 .bank-card__img:nth-child(3) img {
    width: 100%;
    height: 100%
}

.bank-card__images--3 .bank-card__name {
    font-size: 7.5px
}

.bank-card__img {
    position: absolute
}

.bank-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.bank-card__name {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0px 9px;
    line-height: 115%;
    font-weight: 600;
    color: #fff
}

.bank-card__desc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px
}

.bank-card__title {
    min-height: 52px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #03002c;
    border-bottom: 1px solid #dbe0f2;
    padding-bottom: 12px
}

.bank-card__items {
    display: grid;
    grid-template-columns: 100%;
    gap: 8px;
    padding-top: 12px;
    margin-bottom: auto
}

.bank-card__item {
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    color: #555b71
}

.bank-card__item span {
    display: inline-block;
    color: #03002c
}

.bank-card__btn {
    height: 40px;
    width: 100%;
    padding: 5px 10px;
    margin-top: 20px
}

.bank-card__btn span {
    font-size: 14px
}

@media screen and (max-width:1200px) {
    .calculations__left {
        width: 400px
    }

    .calculations__right {
        width: calc(100% - 400px)
    }

    .calculations__btn {
        max-width: 318px
    }
}

@media screen and (max-width:992px) {
    .calculations__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: rgba(0, 0, 0, 0);
        border: none;
        border-radius: 0
    }

    .calculations__left {
        width: 100%;
        padding: 0
    }

    .calculations__right {
        width: 100%;
        border: 1px solid #dbe0f2;
        border-radius: 20px;
        padding: 24px 20px;
        margin-top: -14px
    }

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

    .calculations__filter {
        width: 50px;
        padding: 0
    }

    .calculations__filter span {
        display: none
    }

    .calculations__filter i svg {
        max-width: 80%;
        max-height: 80%
    }

    .calculations__slider {
        padding-top: 0
    }

    .calculations__slider:after {
        display: none
    }

    .calculations__slider-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .calculations .swiper-button-next,
    .calculations .swiper-button-prev {
        display: none
    }

    .calculations__btn {
        position: static;
        max-width: 100%;
        margin-top: 24px
    }

    .calculations .circle,
    .calculations .circle2 {
        display: none
    }

    .calculation-card {
        border-bottom: unset;
        border-radius: 20px 20px 0 0
    }

    .calculation-card__top {
        border-radius: 20px 20px 0 0
    }

    .calculation-card__group2 {
        gap: 0
    }

    .calculation-card__items2 {
        border-bottom: 1px solid #dbe0f2;
        padding-bottom: 24px
    }

    .calculation-card__subgroup {
        padding-top: 24px
    }

    .calculation-card__date {
        padding-bottom: 34px
    }
    
    .bank-card__images--3 .bank-card__img:nth-child(2) {
    width: 54%;
}
.bank-card__images--3 .bank-card__img:nth-child(3) {
    width: 60%;
}

.bank-card__name {

    bottom: -8px;

}
    .bank-card__images--1 .bank-card__name {
     bottom: 0;
}

    
    
    
}

@media screen and (max-width:576px) {
    .calculations {
        padding: 24px 0
    }

    .calculations .update,
    .calculations__filter {
        width: 36px !important;
        height: 36px !important
    }

    .calculations__btn {
        height: 48px
    }

    .calculations__btn span {
        font-size: 14px
    }

    .calculation-card__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 10px
    }

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

@media screen and (max-width:450px) {
    .calculations__right {
        overflow: hidden
    }

    .calculations .swiper {
        overflow: unset
    }
}

.data {
    color: #03002c;
    padding: 40px 0
}

.data__title {
    border-bottom: 4px solid #dbe0f2;
    padding-bottom: 24px
}

.data__wrap {
    border: 1px solid #dbdcde;
    border-radius: 20px;
    padding: 40px 50px;
    margin-top: 40px
}

.data .quiz-body,
.data__wrap-inner--remove {
    display: none
}

.data .quiz-body--active {
    display: block
}

.data__group {
    border: 1px solid #dbe0f2;
    border-radius: 20px
}

.data__group .tab3 img {
    display: none
}

.data__group .tab3--active img {
    display: block
}

.data__group-top {
    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;
    gap: 16px;
    background: #f5f7fb;
    border-bottom: 1px solid #dbe0f2;
    border-radius: 20px;
    padding: 16px 20px
}

.data__subtitle {
    font-size: 18px;
    line-height: 120%;
    font-weight: 600
}

.data__group-body {
    padding: 20px
}

.data__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

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

.data__item .standart {
    border-radius: 10px;
    color: #fff;
}

.data__item-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-bottom: auto;
    cursor: pointer
}

.data__item-check i {
    width: 28px;
    height: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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: 1px solid #36317b;
    border-radius: 8px
}

.data__item-check i img {
    max-width: 80%;
    max-height: 80%
}

.data__item-check span {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500
}

.data__item-input {
    position: relative;
    width: 150px;
    margin-top: 15px
}

.data__item-input input {
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #dbe0f2;
    border-radius: 100px;
    padding: 0 40px 0 20px;
    font-size: 16px;
    line-height: 115%;
    font-weight: 500;
    color: #03002c
}

.data__item-input input::-webkit-input-placeholder {
    color: #616b94
}

.data__item-input input::-moz-placeholder {
    color: #616b94
}

.data__item-input input:-ms-input-placeholder {
    color: #616b94
}

.data__item-input input::-ms-input-placeholder {
    color: #616b94
}

.data__item-input input::placeholder {
    color: #616b94
}

.data__item-input input:focus {
    border-color: #03002c
}

.data__item-input input::-webkit-inner-spin-button,
.data__item-input input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.data__item-input span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px;
    line-height: 120%;
    font-weight: 500
}

.data__item-title {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500
}

.data__group2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 30px;
    padding: 40px 0
}

.data__group2 .tab__content2--active {
    fill: #efb100 !important;
}

.data__group2 .tab__content2--active:hover {
    fill: #efb100 !important;
}

.data__group2 .tab__content2:hover {
    fill: #878788;
}

.standart-tariff .tab__content2--active {
    fill: #0bae5f !important;
}

.standart-tariff .tab__content2--active:hover {
    fill: #0bae5f !important;
}

.pro-tariff .tab__content2--active {
    fill: #36317b !important;
}

.pro-tariff .tab__content2--active:hover {
    fill: #36317b !important;
}

.pulse {
    animation: pulse 2s infinite;
}

.pulse--remove {
    animation: none;
}

@keyframes pulse {
    0% {
        fill: #D8DCE9;
    }
    50% {
        fill: #878788;
    }
    100% {
        fill: #D8DCE9;
    }
}

.data__group2--active .data__group2-left {
    width: calc(100% - 390px)
}

.data__group2--active .data__group2-right {
    position: relative;
    opacity: 1;
    pointer-events: auto
}

.data__group2-left {
    width: 100%
}

.data__group2-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    background: #f5f7fb;
    border-radius: 20px;
    padding: 30px;
    opacity: 0;
    pointer-events: none
}

.data__group2-top {
    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;
    gap: 16px
}

.data__map {
    margin-top: 10px;
}

.resetting-btn {
    height: 60px;
    padding: 5px 90px;
}

.resetting-btn span {
    font-size: 18px;
}

.cursor-icon {
    width: 60px;
    margin-top: -60px;
}

.cursor-icon img {
    width: 100%;
}

.data__map svg {
    width: 100%;
    height: auto
}

.data__items2 {
    display: grid;
    grid-template-columns: 100%;
    gap: 16px;
    margin-top: 24px
}

.data__items2--active {
    opacity: 1;
    pointer-events: auto
}

.data__items2 .tab__content3 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none
}

.data__items2 .tab__content3--active {
    position: relative;
    top: unset;
    left: unset;
    opacity: 1;
    pointer-events: auto
}

.data__item2 {
    position: relative;
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #dbe0f2;
    border-radius: 100px;
    padding: 5px 80px 5px 20px
}

.data__item2-inputs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.data__item2-input {
    position: relative;
    max-width: 60px
}

.data__item2-input:nth-child(1):after {
    content: "/";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    pointer-events: none
}

.data__item2-input input {
    width: 12px;
    min-width: 12px;
    height: auto;
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500
}

.data__item2-input input::-webkit-input-placeholder {
    color: #111
}

.data__item2-input input::-moz-placeholder {
    color: #111
}

.data__item2-input input:-ms-input-placeholder {
    color: #111
}

.data__item2-input input::-ms-input-placeholder {
    color: #111
}

.data__item2-input input::placeholder {
    color: #111
}

.data__item2 input::-webkit-inner-spin-button,
.data__item2 input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.data__item2 .buffer {
    position: absolute;
    top: -1000px;
    left: -1000px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none
}

.data__item2-title {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    color: #616b94
}

.data__checkbox {
    position: relative
}

.data__checkbox input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0
}

.data__checkbox input:checked~label:after {
    background-image: url(../img/check2.svg)
}

.data__checkbox label {
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500
}

.data__checkbox label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border: 1px solid #36317b;
    border-radius: 8px
}

.data .select__wrap {
    position: relative;
    margin-bottom: 24px
}

.data .select__wrap--active .data__select-body {
    opacity: 1;
    pointer-events: auto
}

.data__select-head {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 48px;
    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;
    gap: 16px;
    background: #fff;
    border: 1px solid #36317b;
    border-radius: 100px;
    padding: 5px 20px;
    cursor: pointer
}

.data__select-head .select__current {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500
}

.data__select-head .select-arrow {
    width: 12px
}

.data__select-head .select-arrow img {
    width: 100%
}

.data__select-body {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #36317b;
    border-radius: 30px;
    padding: 60px 20px 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .125s;
    -o-transition: .125s;
    transition: .125s
}

.data__select-search {
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #36317b;
    border-radius: 100px;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 16px
}

.data__select-list {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 10px;
    overflow-y: auto
}

.data__select-list::-webkit-scrollbar {
    width: 3px
}

.data__select-list::-webkit-scrollbar-track {
    background: #dbe0f2;
    border-radius: 3px
}

.data__select-list::-webkit-scrollbar-thumb {
    background: #36317b;
    border-radius: 3px
}

.data__select-list li {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    cursor: pointer
}

.data__subgroups {
    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;
    gap: 24px
}

.data__subgroups .tab__content2 {
    display: none
}

.data__subgroups .tab__content2--active {
    display: block
}

.data__subgroups .tab__content3 {
    display: none
}

.data__subgroups .tab__content3--active {
    display: block
}

.data__subgroups--active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0;
    padding-top: 0
}

.data__subgroups--active .data__subgroup {
    width: 100%;
    border-bottom: 1px solid #dbe0f2;
    padding: 24px 0
}

.data__subgroup:last-child {
    border-bottom: unset !important;
    padding-bottom: 0 !important
}

.data__subgroup .data__item-input {
    margin-top: 7px
}

.data__subgroup .data__items {
    display: none
}

.data__subgroup .data__items--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px
}

.data__subgroup-top {
    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;
    gap: 8px
}

.data__subgroup-top .data__subtitle {
    font-size: 16px
}

.data__subgroup-delete {
    width: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.data__subgroup-delete svg {
    width: 100%;
    height: auto
}

.data__btn {
    height: 60px;
    padding: 5px 90px;
    margin: 40px auto 0
}

.data__btn span {
    font-size: 18px
}

@media screen and (max-width:1200px) {
    .data__group2--active .data__group2-left {
        width: calc(100% - 330px)
    }

    .data__group-right {
        width: 300px
    }
}

@media screen and (max-width:992px) {
    .data__wrap {
        padding: 40px 30px;
        margin-top: 24px
    }

    .data__group2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .data__group2-left {
        width: 100% !important
    }

    .data__group2-right {
        width: 100%
    }

    .cursor-icon {
        width: 40px;
        margin-top: -40px;
    }
}

@media screen and (max-width:768px) {
    .data {
        padding-bottom: 80px
    }

    .data__wrap {
        border: none;
        border-radius: 0;
        padding: 0
    }

    .data__subtitle {
        font-size: 16px
    }

    .data__items {
        display: grid;
        grid-template-columns: 100%
    }

    .data__item-check {
        gap: 10px
    }

    .data__item-check i {
        width: 20px;
        height: 20px;
        border-radius: 5px
    }

    .data__item-check i img {
        max-width: 12px
    }

    .data__item-input {
        width: 100%
    }

    .data__item-input input {
        height: 38px;
        padding-left: 16px;
        font-size: 16px
    }

    .data__item-input span {
        right: 16px;
        font-size: 14px
    }

    .data__group2-right {
        padding: 20px
    }

    .data__items2 {
        margin-top: 16px
    }

    .data__item2 {
        height: 38px;
        padding: 5px 60px 5px 16px
    }

    .data__item2-input input {
        font-size: 14px
    }

    .data__item2-title {
        right: 16px;
        font-size: 14px
    }

    .data__subgroup .data__subtitle {
        font-size: 14px
    }

    .data__checkbox label {
        padding-left: 32px;
        font-size: 14px
    }

    .data__checkbox label:after {
        width: 20px;
        height: 20px;
        background-size: 12px 8px
    }

    .status {
        font-size: 12px;
    }

    .resetting-btn {
        height: 44px;
        padding: 5px 25px;
    }

    .resetting-btn span {
        font-size: 16px;
    }

    .data__btn {
        width: 100%;
        height: 44px;
        padding: 5px 10px;
        margin-top: 24px
    }

    .data__btn span {
        font-size: 16px
    }

    .data__select-head {
        height: 38px;
        padding: 5px 16px
    }

    .data__select-head .select__current {
        font-size: 14px
    }

    .data__select-body {
        padding: 54px 16px 20px
    }

    .data__select-search {
        height: 38px;
        padding: 5px 16px;
        font-size: 14px
    }

    .data__select-list {
        height: 180px
    }

    .data__select-list li {
        font-size: 14px
    }
}

@media screen and (max-width:576px) {
    .data {
        padding: 24px 0
    }
}

.quiz {
    position: relative;
    padding: 40px 0
}

.quiz__inner {
    position: relative;
    z-index: 2
}

.quiz__title {
    border-bottom: 4px solid #dbe0f2;
    padding-bottom: 24px;
    color: #03002c
}

.quiz .progress-bar {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background: #dbe0f2;
    border-radius: 9px;
    margin-top: 24px
}

.quiz .progress-bar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0bae5f;
    border-radius: 9px
}

.quiz-step {
    display: none
}

.quiz-step__title {
    font-size: 18px;
    line-height: 115%;
    font-weight: 600;
    color: #03002c
}

.quiz-step--active {
    display: block
}

.quiz__checkboxes {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
    margin-top: 30px
}

.quiz__checkboxes-left,
.quiz__checkboxes-right {
    display: grid;
    grid-template-columns: 100%;
    gap: 16px
}

.quiz__checkboxes-left .quiz__checkbox label {
    background: #edf1ff
}

.quiz__checkbox {
    position: relative
}

.quiz__checkbox:hover label {
    border-color: #03002c
}

.quiz__checkbox input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0
}

.active .quiz__checkbox label {
    background: #0bae5f;
    border-color: #0bae5f !important;
    color: #fff
}

.active .quiz__checkbox label i {
    opacity: 1
}

.quiz__checkbox label {
    position: relative;
    height: 60px;
    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: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 4px;
    border: 1px solid #e2e2e4;
    border-radius: 100px;
    padding: 10px 50px 10px 20px;
    font-size: 18px;
    line-height: 115%;
    font-weight: 500;
    color: #03002c
}

.quiz__checkbox label i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 0
}

.quiz__checkbox label i svg {
    width: 100%;
    height: auto
}

.quiz__checkbox label span {
    display: block;
    font-size: 14px
}

.quiz__checkbox-input {
    margin-top: 16px
}

.quiz__checkbox-input input {
    width: 100%;
    height: 60px;
    border: 1px solid #e2e2e4;
    border-radius: 100px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 115%;
    font-weight: 500;
    color: #03002c
}

.quiz__checkbox-input input::-webkit-input-placeholder {
    color: rgba(3, 0, 44, .5)
}

.quiz__checkbox-input input::-moz-placeholder {
    color: rgba(3, 0, 44, .5)
}

.quiz__checkbox-input input:-ms-input-placeholder {
    color: rgba(3, 0, 44, .5)
}

.quiz__checkbox-input input::-ms-input-placeholder {
    color: rgba(3, 0, 44, .5)
}

.quiz__checkbox-input input::placeholder {
    color: rgba(3, 0, 44, .5)
}

.quiz__checkbox2 label {
    height: 70px
}

.quiz__checkbox-wrap .item-hidden {
    display: none
}

.quiz .active .item-hidden {
    display: block
}

.quiz__checkbox-add {
    margin-top: 16px
}

.quiz .checkbox-add__items {
    display: grid;
    grid-template-columns: 100%;
    gap: 16px
}

.quiz .checkbox-add__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px
}

.quiz .checkbox-add__item--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.quiz .checkbox-add__item-inputs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    gap: 16px
}

.quiz .checkbox-add__item .nice-select {
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e2e2e4;
    white-space: normal;
    border-radius: 100px;
    padding: 0 36px 0 20px;
    font-size: 18px;
    line-height: 115%;
    font-weight: 500;
    color: rgba(3, 0, 44, .5)
}

.quiz .checkbox-add__item .nice-select--active {
    color: #03002c
}

.quiz .checkbox-add__item .nice-select--active:after {
    opacity: 1 !important
}

.quiz .checkbox-add__item .nice-select:after {
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 14px;
    height: 8px;
    background-image: url(../img/bottom-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    opacity: .5
}

.quiz .checkbox-add__item .nice-select .current {
    white-space: nowrap;
    overflow: hidden
}

.quiz .checkbox-add__item .nice-select .list {
    width: 100%
}

.quiz .checkbox-add__item .nice-select .list li {
    border: unset !important;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 115%
}

.quiz .checkbox-add__item .open {
    border-color: #03002c
}

.quiz .checkbox-add__item-input input {
    width: 100%;
    height: 60px;
    border: 1px solid #e2e2e4;
    border-radius: 100px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 115%;
    font-weight: 500;
    color: #03002c
}

.quiz .checkbox-add__item-input input::-webkit-input-placeholder {
    color: rgba(3, 0, 44, .5)
}

.quiz .checkbox-add__item-input input::-moz-placeholder {
    color: rgba(3, 0, 44, .5)
}

.quiz .checkbox-add__item-input input:-ms-input-placeholder {
    color: rgba(3, 0, 44, .5)
}

.quiz .checkbox-add__item-input input::-ms-input-placeholder {
    color: rgba(3, 0, 44, .5)
}

.quiz .checkbox-add__item-input input::placeholder {
    color: rgba(3, 0, 44, .5)
}

.quiz .checkbox-add__item-input input:focus {
    border-color: #03002c
}

.quiz .checkbox-add__item-btn {
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.quiz .checkbox-add__item-btn:hover svg path {
    stroke: #fff
}

.quiz .checkbox-add__item-btn svg {
    max-width: 80%;
    max-height: 80%
}

.quiz .checkbox-add__item-btn svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.active .item-hidden {
    display: block;
}

.quiz__checkbox-add {
    margin-top: 16px;
}

.checkbox-add__items {
    display: grid;
    grid-template-columns: 100%;
    gap: 16px;
}

.checkbox-add__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 16px;
 }

.checkbox-add__item--1 {
    order: -1;
}

.checkbox-add__item-inputs {
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 16px / 2));
    gap: 16px;
}

.checkbox-add__item .nice-select {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #E2E2E4;
    white-space: normal;
    border-radius: 100px;
    padding: 0 36px 0 20px;
    font-size: 18px;
    line-height: 115%;
    font-weight: 500;
    color: rgba(3, 0, 44, 0.5);
}

.checkbox-add__item .nice-select:after {
     top: 50%;
     right: 20px;
     transform: translate(0, -50%);
     width: 14px;
     height: 8px;
     background-image: url("../img/bottom-arrow.svg");
     background-repeat: no-repeat;
     background-position: center;
     background-size: auto;
     opacity: 0.5;
 }

.checkbox-add__item .nice-select .current {
    white-space: nowrap;
    overflow: hidden;
}
.checkbox-add__item .nice-select .list {
    width: 100%;
}

.checkbox-add__item .nice-select .list li {
    border: unset !important;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 115%;
}

.checkbox-add__item .open {
    border-color: #03002C;
}

.checkbox-add__item .nice-select--active {
     color: #03002C;
}

.checkbox-add__item .nice-select--active:after {
    opacity: 1 !important;
}

.checkbox-add__item-input input {
     width: 100%;
     height: 60px;
     border: 1px solid #E2E2E4;
     border-radius: 100px;
     padding: 0 20px;
     font-size: 18px;
     line-height: 115%;
     font-weight: 500;
     color: #03002C;
}

.checkbox-add__item-input::placeholder {
    color: rgba(3, 0, 44, 0.5);
}

.checkbox-add__item-input:focus {
    border-color: #03002C;
}

.checkbox-add__item-btn {
     width: 60px;
     height: 60px;
     flex-shrink: 0;
}

.checkbox-add__item-btn:hover svg path {
    stroke: #fff;
}

.checkbox-add__item-btn svg {
    max-width: 80%;
    max-height: 80%;
}

.checkbox-add__item-btn svg path {
    transition: all 0.3s;
}

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

.quiz__btn {
    height: 60px;
    background: #03045e;
    padding: 5px 90px
}

.quiz__btn span {
    font-size: 18px
}

.quiz .circle {
    position: absolute;
    top: 150px;
    right: 36px;
    width: 164px;
    height: 164px;
    background: #0bae5f;
    -webkit-filter: blur(230px);
    filter: blur(230px);
    border-radius: 50%;
    pointer-events: none
}

.quiz .circle2 {
    position: absolute;
    left: 0;
    bottom: 180px;
    width: 164px;
    height: 164px;
    background: #0bae5f;
    -webkit-filter: blur(230px);
    filter: blur(230px);
    border-radius: 50%;
    pointer-events: none
}

@media screen and (max-width:992px) {
    .quiz__checkboxes {
        grid-template-columns: 100%;
        gap: 16px
    }
}

@media screen and (max-width:768px) {
    .quiz__checkboxes {
        gap: 12px;
        margin-top: 24px
    }

    .quiz__checkboxes-left,
    .quiz__checkboxes-right {
        gap: 12px
    }

    .quiz__checkbox label {
        height: 40px;
        padding: 0 16px;
        font-size: 14px
    }

    .quiz__checkbox label span {
        font-size: 12px
    }

    .quiz__checkbox label i {
        right: 16px;
        width: 16px
    }

    .quiz__checkbox-input {
        margin-top: 12px
    }

    .quiz__checkbox-input input {
        height: 40px;
        padding: 0 16px;
        font-size: 14px
    }

    .quiz__checkbox2 label {
        height: 54px;
        padding: 0 16px;
        font-size: 14px
    }

    .quiz__checkbox-add {
        margin-top: 12px
    }

    .quiz .checkbox-add__item,
    .quiz .checkbox-add__items {
        gap: 12px
    }

    .quiz .checkbox-add__item-inputs {
        grid-template-columns: repeat(2, calc(50% - 4px));
        gap: 8px
    }

    .quiz .checkbox-add__item .nice-select {
        height: 40px;
        padding: 0 24px 0 16px;
        font-size: 14px
    }

    .quiz .checkbox-add__item .nice-select .list li {
        font-size: 12px
    }

    .quiz .checkbox-add__item .open {
        border-color: #03002c
    }

    .quiz .checkbox-add__item-input input {
        height: 40px;
        padding: 0 16px;
        font-size: 14px
    }

    .quiz .checkbox-add__item-btn {
        width: 40px;
        height: 40px
    }

    .quiz__checkbox-add {
        margin-top: 12px;
    }

    .checkbox-add__items {
        gap: 12px;
    }

    .checkbox-add__item {
        gap: 12px;
    }

    .checkbox-add__item-inputs {
        grid-template-columns: repeat(2, calc(50% - 8px / 2));
        gap: 8px;
    }

    .checkbox-add__item .nice-select {
        height: 40px;
        padding: 0 24px 0 16px;
        font-size: 14px;
    }

    .checkbox-add__item .open {
        border-color: #03002C;
    }

    .checkbox-add__item-input input {
        height: 40px;
        padding: 0 16px;
        font-size: 14px;
    }

    .checkbox-add__item-btn {
        width: 40px;
        height: 40px;
    }

    .checkbox-add__item .nice-select .list li {
        font-size: 12px;
    }

    .quiz__nav {
        margin-top: 24px
    }

    .quiz__btn {
        width: 100%;
        height: 44px;
        padding: 5px 10px
    }

    .quiz__btn span {
        font-size: 14px
    }

    .quiz .circle,
    .quiz .circle2 {
        display: none
    }
}

@media screen and (max-width:576px) {
    .quiz {
        padding: 24px 0
    }

    .quiz .checkbox-add__item {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .quiz .checkbox-add__item-inputs {
        grid-template-columns: 100%
    }

    .quiz .checkbox-add__item-input {
        width: calc(100% - 48px)
    }

    .quiz .checkbox-add__item-btn {
        position: absolute;
        right: 0;
        bottom: 0
    }
}

.footer {
    position: relative;
    background: #000;
    border-radius: 16px 16px 0 0;
    color: #fff;
    overflow: hidden
}

.footer__top {
    position: relative;
    z-index: 2;
    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;
    gap: 16px;
    padding: 30px 0
}

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

.footer__logo {
    width: 136px;
    display: block
}

.footer__logo img {
    width: 100%
}

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

.footer__list li {
    font-size: 14px;
    line-height: 115%;
    font-weight: 500
}

.footer__list li a:hover {
    color: #36317b
}

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

.footer__btn {
    height: 40px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 5px 20px;
    color: #fff
}

.footer__btn:hover {
    background: #fff;
    color: #111
}

.footer__btn span {
    font-size: 14px;
    line-height: 115%;
    font-weight: 500
}

.footer__bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 30px 0
}

.footer__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 26px;
    width: 100%;
}

.footer__text p {
    font-size: 12px;
    line-height: 115%;

}

.footer__text p a:hover {
    color: #36317b
}

.footer__img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 898px;
    width: 100%;
    padding: 0 24px
}

.footer__img img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 100%
}

.footer .circle {
    position: absolute;
    left: 80px;
    bottom: -60px;
    width: 116px;
    height: 116px;
    background: #0bae5f;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none
}

.footer .circle2 {
    position: absolute;
    left: 40%;
    bottom: -50px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 116px;
    height: 116px;
    background: #060794;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none
}

.footer .circle3 {
    position: absolute;
    right: 80px;
    bottom: -60px;
    width: 116px;
    height: 116px;
    background: #0bae5f;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none
}

.footer .circle4 {
    position: absolute;
    right: 40%;
    bottom: -50px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    width: 116px;
    height: 116px;
    background: #060794;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none
}

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

    .footer__group,
    .footer__group2 {
        gap: 32px
    }
}

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

    .footer__group,
    .footer__group2,
    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }
}

@media screen and (max-width:576px) {
    .footer__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 24px 0
    }

    .footer__group {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding-bottom: 24px
    }

    .footer__logo {
        width: 112px
    }

    .footer__list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 8px))
    }

    .footer__list li {
        font-size: 12px
    }

    .footer__bottom {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 24px 0
    }

    .footer__group2 {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .footer__btn {
        width: 100%
    }
}
