* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus,
:active {
    outline: none
}

a:focus,
a:active {
    outline: none
}

nav,
footer,
header,
aside {
    display: block
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input,
button,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400
}

button {
    background: unset
}

html,
body {
    height: 100%;
    background: #fff;
    font-family: "TT Norms Pro", sans-serif
}

html::before,
body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}
.hidden {
    display: none!important;
}
.body--popup {
    overflow: hidden
}

.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: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 100px
}

@media(max-width: 1265px) {
    .main {
        margin-bottom: calc(50px + 50 * ((100vw - 375px) / 890))
    }
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1265px;
    margin: 0 auto;
    padding: 0 15px
}

.big-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
}

.burger {
    position: relative;
    width: 40px;
    height: 40px;
    display: none;
    z-index: 102;
    position: relative
}

.burger svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.burger svg:nth-child(2) {
    opacity: 0
}

.logo {
    display: block;
    width: 130px;
    height: 59px
}

@media(max-width: 1265px) {
    .logo {
        width: calc(90px + 40 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .logo {
        height: calc(44px + 15 * ((100vw - 375px) / 890))
    }
}

.logo__img {
    display: block;
    width: 100%;
    height: 100%
}

.logo__img-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 30px;
    line-height: 36px
}

@media(max-width: 1265px) {
    .tel {
        font-size: calc(24px + 6 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .tel {
        line-height: calc(28px + 8 * ((100vw - 375px) / 890))
    }
}

.tel svg {
    width: 30px;
    height: 30px
}

@media(max-width: 1265px) {
    .tel svg {
        width: calc(24px + 6 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .tel svg {
        height: calc(24px + 6 * ((100vw - 375px) / 890))
    }
}

.phone {
    position: relative;
    cursor: pointer;
    z-index: 101
}

.phone__inner {
    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;
    position: absolute;
    top: -50px;
    opacity: 0;
    right: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    padding: 100px 16px 15px 16px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 14px 34px 0px rgba(2, 15, 28, .29);
    box-shadow: 0px 14px 34px 0px rgba(2, 15, 28, .29)
}

.phone__link {
    color: #ac2a21;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-decoration-line: underline
}

.phone__link:hover {
    text-decoration: unset
}

.phone-heading {
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.phone-heading__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.phone-heading__inner svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 10px;
    height: 10px
}

.phone-heading__inner svg path {
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s
}

.phone-heading__icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background: rgba(255, 255, 255, .1);
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

@media(max-width: 1265px) {
    .phone-heading__icon {
        width: calc(26px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .phone-heading__icon {
        height: calc(26px + 4 * ((100vw - 375px) / 890))
    }
}

.phone-heading__icon span::before {
    font-size: 14px;
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

@media(max-width: 1265px) {
    .phone-heading__icon span::before {
        font-size: calc(12px + 2 * ((100vw - 375px) / 890))
    }
}

.phone-heading__link {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

@media(max-width: 1265px) {
    .phone-heading__link {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .phone-heading__link {
        line-height: calc(18px + 2 * ((100vw - 375px) / 890))
    }
}

.phone-heading__link:hover {
    color: #ac2a21
}

.phone-heading__text {
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    line-height: 11px;
    text-align: right;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.phone-box {
    margin-bottom: 20px;
    text-align: right
}

.phone-box__label {
    color: rgba(37, 37, 37, .7);
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 6px
}

.phone-box__link {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.phone-box__link:hover {
    color: #ac2a21
}

.phone--active .phone-heading {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px)
}

.phone--active .phone__inner {
    opacity: 1;
    pointer-events: unset
}

.phone--active .phone-heading__inner .phone-heading__link+svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.phone--active .phone-heading__inner svg path {
    fill: #252525
}

.phone--active .phone-heading__link {
    color: #252525
}

.phone--active .phone-heading__text {
    color: #252525
}

.phone--active .phone-heading__icon {
    background: rgba(37, 37, 37, .1)
}

.phone--active .phone-heading__icon span::before {
    color: #252525
}

.tag {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 6px 14px 7px 14px;
    text-align: center;
    border-radius: 4px
}

.tag--green {
    background: #bed732
}

.tag--red {
    color: #ffffff;
    background: #f43143
}

.tag--yellow {
    background: #ecb664
}

.tag--orange {
    background: #ffbd00
}

.status--green {
    color: #788c05
}

.status--red {
    color: #f43143
}

.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;
    gap: 7.5px;
    color: #000;
    -webkit-transition: background .3s, color .3s, border .3s;
    -o-transition: background .3s, color .3s, border .3s;
    transition: background .3s, color .3s, border .3s
}

.btn--green {
    background: #bed732;
    border: 1px solid rgba(0, 0, 0, 0)
}

.btn--green:hover {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #bed732
}

.btn--grey {
    background: #cdcdcd;
    border: 1px solid #cdcdcd
}

.btn--grey:hover {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #cdcdcd
}

.btn--red {
    background: #ab2a20;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0)
}

.btn--red:hover {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ab2a20
}

.btn--black {
    background: #000;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0)
}

.btn--black:hover {
    color: #000;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #000
}

.btn--white {
    border: 1px solid #bed732;
    background: #fff
}

.btn--white:hover {
    color: #bed732
}

.title {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

@media(max-width: 1265px) {
    .title {
        font-size: calc(16px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .title {
        line-height: calc(20px + 4 * ((100vw - 375px) / 890))
    }
}

.select .custom-select {
    position: relative
}

.select .custom-select select {
    display: none
}

.select .select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 22px;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/dropdawn.svg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.select .select-selected.select-arrow-active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.select .select-items div,
.select .select-selected {
    color: #595959;
    font-size: 16px;
    line-height: 20px;
    padding: 28px 12px 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    background: #fff;
    -webkit-transition: border-radius .3s;
    -o-transition: border-radius .3s;
    transition: border-radius .3s
}

@media(max-width: 1265px) {

    .select .select-items div,
    .select .select-selected {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {

    .select .select-items div,
    .select .select-selected {
        line-height: calc(16px + 4 * ((100vw - 375px) / 890))
    }
}

.select .select-arrow-active {
    border-radius: 4px 4px 0 0
}

.select .select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    border-top: unset;
    border-radius: 0 0 4px 4px;
    z-index: 9999;
    opacity: 1;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.select .select-items div {
    padding: 8px 12px;
    border: unset;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.select .select-items div:hover {
    color: #bed732
}

.select .select-hide {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    -webkit-transition: border .3s, background .3s;
    -o-transition: border .3s, background .3s;
    transition: border .3s, background .3s
}

.checkbox--actived .checkbox {
    border: 1px solid #bed732;
    background: #bed732
}

.checkbox--actived .checkbox svg {
    opacity: 1
}

.checkbox__input {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 0
}

.checkbox svg {
    opacity: 0;
    -webkit-transition: opacity 1;
    -o-transition: opacity 1;
    transition: opacity 1
}

@-webkit-keyframes loadingAnimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loadingAnimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.header {
    background: #f7f7f7;
    padding: 10px 0;
    margin-bottom: 30px
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.heading {
    margin-bottom: 50px;
    position: sticky;
    top: 30px;
    z-index: 100
}

@media(max-width: 1265px) {
    .heading {
        margin-bottom: calc(30px + 20 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .heading {
        top: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

.heading__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px
}

.breadcrumbs {
    border-radius: 50px;
    background: #f7f7f7;
    padding: 6px 30px 6px 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 1265px) {
    .breadcrumbs-list {
        gap: calc(10px + 5 * ((100vw - 375px) / 890))
    }
}

.breadcrumbs-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

@media(max-width: 1265px) {
    .breadcrumbs-list__item {
        gap: calc(10px + 5 * ((100vw - 375px) / 890))
    }
}

.breadcrumbs-list__item svg {
    width: 14px;
    height: 14px
}

@media(max-width: 1265px) {
    .breadcrumbs-list__item svg {
        width: calc(11px + 3 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .breadcrumbs-list__item svg {
        height: calc(11px + 3 * ((100vw - 375px) / 890))
    }
}

.breadcrumbs-list__link {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

@media(max-width: 1265px) {
    .breadcrumbs-list__link {
        font-size: calc(14px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .breadcrumbs-list__link {
        line-height: calc(16px + 6 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .breadcrumbs-list__link {
        gap: calc(10px + 5 * ((100vw - 375px) / 890))
    }
}

.breadcrumbs-list__link:hover {
    color: #bed732
}

.breadcrumbs-list__link-home {
    border-radius: 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;
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    background: #fff
}

@media(max-width: 1265px) {
    .breadcrumbs-list__link-home {
        width: calc(30px + 8 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .breadcrumbs-list__link-home {
        height: calc(30px + 8 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .breadcrumbs-list__link-home {
        min-width: calc(30px + 8 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .breadcrumbs-list__link-home {
        min-height: calc(30px + 8 * ((100vw - 375px) / 890))
    }
}

.breadcrumbs-list__link-home svg {
    width: 18px;
    height: 18px
}

@media(max-width: 1265px) {
    .breadcrumbs-list__link-home svg {
        width: calc(14px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .breadcrumbs-list__link-home svg {
        height: calc(14px + 4 * ((100vw - 375px) / 890))
    }
}

.breadcrumbs-list__text {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px
}

@media(max-width: 1265px) {
    .breadcrumbs-list__text {
        font-size: calc(14px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .breadcrumbs-list__text {
        line-height: calc(16px + 6 * ((100vw - 375px) / 890))
    }
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px
}

@media(max-width: 1265px) {
    .nav-list {
        -webkit-column-gap: calc(10px + 5 * ((100vw - 375px) / 890));
        -moz-column-gap: calc(10px + 5 * ((100vw - 375px) / 890));
        column-gap: calc(10px + 5 * ((100vw - 375px) / 890))
    }
}

.nav-list__item--active .nav-list__button {
    background: #bed732
}

.nav-list__item--active .nav-list__button:hover {
    color: #000
}

.nav-list__button {
    background: #f7f7f7;
    border-radius: 50px;
    padding: 6px 30px 6px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.nav-list__button.active {
    background: #bed732;
    transition: background-color 0.3s ease;
    transition: color .3s
}
.nav-list__button.active:hover {
    background: #bed732;
    color: #fff;
}

@media(max-width: 1265px) {
    .nav-list__button {
        gap: calc(10px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .nav-list__button {
        font-size: calc(14px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .nav-list__button {
        line-height: calc(16px + 6 * ((100vw - 375px) / 890))
    }
}

.nav-list__button:hover {
    color: #bed732
}

.nav-list__button-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff;
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px
}

@media(max-width: 1265px) {
    .nav-list__button-icon {
        width: calc(30px + 8 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .nav-list__button-icon {
        height: calc(30px + 8 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .nav-list__button-icon {
        min-width: calc(30px + 8 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .nav-list__button-icon {
        min-height: calc(30px + 8 * ((100vw - 375px) / 890))
    }
}

.nav-list__button-icon svg {
    width: 18px;
    height: 18px
}

@media(max-width: 1265px) {
    .nav-list__button-icon svg {
        width: calc(14px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .nav-list__button-icon svg {
        height: calc(14px + 4 * ((100vw - 375px) / 890))
    }
}

.footer {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px
}

@media(max-width: 1265px) {
    .footer {
        padding-top: calc(25px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .footer {
        padding-bottom: calc(25px + 5 * ((100vw - 375px) / 890))
    }
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 1265px) {
    .footer__inner {
        -webkit-column-gap: calc(15px + 15 * ((100vw - 375px) / 890));
        -moz-column-gap: calc(15px + 15 * ((100vw - 375px) / 890));
        column-gap: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

.footer__copy {
    color: rgba(229, 229, 229, .5);
    font-size: 12px;
    line-height: 14px
}

.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 1265px) {
    .links {
        -webkit-column-gap: calc(30px + 20 * ((100vw - 375px) / 890));
        -moz-column-gap: calc(30px + 20 * ((100vw - 375px) / 890));
        column-gap: calc(30px + 20 * ((100vw - 375px) / 890))
    }
}

.links__link {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

@media(max-width: 1265px) {
    .links__link {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .links__link {
        line-height: calc(16px + 3 * ((100vw - 375px) / 890))
    }
}

.links__link:hover {
    color: #bed732
}

.content__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 265px 1fr;
    grid-template-columns: 265px 1fr;
    gap: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width: 1265px) {
    .content__inner {
        gap: calc(30px + 20 * ((100vw - 375px) / 890))
    }
}

.aside {
    border-radius: 10px;
    background: #f7f7f7;
    padding: 0 10px 15px 10px;
    position: sticky;
    top: 130px
}

.user {
    padding: 20px 10px;
    border-bottom: 1px solid #dbdada;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px
}

.user__img {
    display: block;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px
}

.user__img-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%
}

.user__name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.navigation-list__item {
    border-radius: 10px
}

.navigation-list__item--active {
    background: #bed732
}

.navigation-list__item--active .navigation-list__link:hover {
    color: #000
}

.navigation-list__link {
    color: #000;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 8px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.navigation-list__link:hover {
    color: #bed732
}

.navigation-list__link-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background: #fff
}

.navigation-list__link-icon svg {
    width: 20px;
    height: 20px
}

.page .banners {
    margin-right: -345px;
    margin-left: unset;
    margin-bottom: 50px
}

.page .banners-swiper {
    margin-right: auto
}

.page .subscriptions {
    margin-right: -345px;
    margin-left: unset
}

.page .services {
    margin-right: -345px;
    margin-left: unset
}

.tubs {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    border-radius: 4px;
    background: #f7f7f7;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.tubs__button {
    padding: 7px 10px 8px 10px;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: color .3s, background .3s !important;
    -o-transition: color .3s, background .3s !important;
    transition: color .3s, background .3s !important
}

.tubs__button:hover {
    color: #bed732
}

.tubs .mixitup-control-active {
    background: #bed732
}

.tubs .mixitup-control-active:hover {
    color: #000
}

.history-windows {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

@media(max-width: 1265px) {
    .history-windows {
        gap: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

.history-item {
    border-radius: 10px;
    background: #f7f7f7;
    padding: 20px;
    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: 252px
}

@media(max-width: 1265px) {
    .history-item {
        padding: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.history-item__heading {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px
}

.history-item__heading-title {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px
}

.history-item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.history-item__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase
}

.history-item__list-text {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase
}

.history-item__list-date {
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600
}

.history-item__list-sum {
    font-weight: 700
}

.history-item__link {
    padding: 13px;
    border-radius: 5px
}

.entering {
    margin-bottom: 60px
}

@media(max-width: 1265px) {
    .entering {
        margin-bottom: calc(30px + 30 * ((100vw - 375px) / 890))
    }
}

.entering__inner {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

@media(max-width: 1265px) {
    .entering__inner {
        gap: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

.banner {
    height: 100%;
    min-height: 415px;
    position: relative;
    padding: 20px;
    z-index: 1;
    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
}

@media(max-width: 1265px) {
    .banner {
        min-height: calc(300px + 115 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .banner {
        padding: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.banner__img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.banner__img-image {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.manager {
    border-radius: 10px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    padding: 25px
}

@media(max-width: 1265px) {
    .manager {
        gap: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .manager {
        padding: calc(15px + 10 * ((100vw - 375px) / 890))
    }
}

.manager__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media(max-width: 1265px) {
    .manager__inner {
        gap: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.manager__img {
    display: block;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px
}

@media(max-width: 1265px) {
    .manager__img {
        width: calc(40px + 10 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .manager__img {
        height: calc(40px + 10 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .manager__img {
        min-width: calc(40px + 10 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .manager__img {
        min-height: calc(40px + 10 * ((100vw - 375px) / 890))
    }
}

.manager__img-image {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.manager__box-name {
    color: #2e2e2e;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 6px
}

@media(max-width: 1265px) {
    .manager__box-name {
        font-size: calc(16px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .manager__box-name {
        line-height: calc(16px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .manager__box-name {
        margin-bottom: calc(3px + 3 * ((100vw - 375px) / 890))
    }
}

.manager__box-text {
    color: #2e2e2e;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px
}

@media(max-width: 1265px) {
    .manager__box-text {
        font-size: calc(12px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .manager__box-text {
        line-height: calc(12px + 2 * ((100vw - 375px) / 890))
    }
}

.manager__icon svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px
}

@media(max-width: 1265px) {
    .manager__icon svg {
        width: calc(30px + 10 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .manager__icon svg {
        height: calc(30px + 10 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .manager__icon svg {
        min-width: calc(30px + 10 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .manager__icon svg {
        min-height: calc(30px + 10 * ((100vw - 375px) / 890))
    }
}

.banners {
    max-width: 1260px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.banners-item {
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 36px 20px 42px 20px;
    overflow: hidden
}

.banners-item--black {
    background: #1f1f1f
}

.banners-item--green {
    background: #bfd730
}

.banners-item--green .banners-item__body-title {
    color: #000
}

.banners-item--green .banners-item__body-text {
    color: #000
}

.banners-item--red {
    background: #e17f78
}

.banners-item--red .banners-item__body-title {
    color: #000
}

.banners-item--red .banners-item__body-text {
    color: #000
}

.banners-item__body {
    position: relative;
    z-index: 1;
    max-width: 141px
}

.banners-item__body-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.25px;
    margin-bottom: 8px
}

.banners-item__body-text {
    color: #fff;
    font-size: 14px;
    line-height: 16px
}

.banners-item__img {
    display: block;
    width: 140px;
    height: 140px;
    position: absolute;
    right: -17px;
    bottom: -6px
}

.banners-item__img-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #f7f7f7;
    min-height: 415px;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px
}

@media(max-width: 1265px) {
    .window {
        min-height: calc(300px + 115 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .window {
        padding-top: calc(25px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .window {
        padding-right: calc(15px + 25 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .window {
        padding-bottom: calc(25px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .window {
        padding-left: calc(15px + 25 * ((100vw - 375px) / 890))
    }
}

.window__title {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px
}

@media(max-width: 1265px) {
    .window__title {
        font-size: calc(24px + 6 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .window__title {
        line-height: calc(28px + 8 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .window__title {
        margin-bottom: calc(20px + 10 * ((100vw - 375px) / 890))
    }
}

.window__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px
}

@media(max-width: 1265px) {
    .window__links {
        gap: calc(15px + 20 * ((100vw - 375px) / 890))
    }
}

.window__links-link {
    color: #9e9e9e;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline
}

@media(max-width: 1265px) {
    .window__links-link {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .window__links-link {
        line-height: calc(16px + 3 * ((100vw - 375px) / 890))
    }
}

.window__links-link:hover {
    text-decoration: unset
}

.window--network-error {
    position: relative
}

.window--network-error .network {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.window--loading {
    position: relative
}

.window--loading .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.window--sms {
    position: relative
}

.window--sms .sms {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.form {
    width: 100%;
    margin-bottom: 20px
}

@media(max-width: 1265px) {
    .form {
        margin-bottom: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.form:last-child {
    margin-bottom: unset
}

.form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px
}

@media(max-width: 1265px) {
    .form__inner {
        gap: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .form__inner {
        margin-bottom: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.form__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

@media(max-width: 1265px) {
    .form__wrapper {
        gap: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.form__button {
    border-radius: 4px;
    width: 100%;
    padding: 16px;
    font-size: 18px;
    line-height: 22px
}

@media(max-width: 1265px) {
    .form__button {
        padding: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .form__button {
        font-size: calc(16px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .form__button {
        line-height: calc(16px + 6 * ((100vw - 375px) / 890))
    }
}

.form-box {
    width: 100%;
    position: relative
}

.form-box--empty .form-box__input {
    border: 1px solid #ff3a44;
    color: #ff3a44
}

.form-box--empty .form-box__input::-webkit-input-placeholder {
    color: #ff3a44
}

.form-box--empty .form-box__input::-moz-placeholder {
    color: #ff3a44
}

.form-box--empty .form-box__input:-ms-input-placeholder {
    color: #ff3a44
}

.form-box--empty .form-box__input::-ms-input-placeholder {
    color: #ff3a44
}

.form-box--empty .form-box__input::placeholder {
    color: #ff3a44
}

.form-box__label {
    position: absolute;
    top: 9px;
    left: 12px;
    color: #a0a0a0;
    font-size: 12px;
    line-height: 16px;
    z-index: 999;
    pointer-events: none
}

.form-box__input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    background: #fff;
    padding: 28px 12px 8px 12px;
    color: #595959;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: border .3s, color .3s;
    -o-transition: border .3s, color .3s;
    transition: border .3s, color .3s

}

@media(max-width: 1265px) {
    .form-box__input {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .form-box__input {
        line-height: calc(16px + 4 * ((100vw - 375px) / 890))
    }
}

.form-box__input::-webkit-input-placeholder {
    color: #595959;
    font-size: 16px;
    line-height: 20px
}

.form-box__input::-moz-placeholder {
    color: #595959;
    font-size: 16px;
    line-height: 20px
}

.form-box__input:-ms-input-placeholder {
    color: #595959;
    font-size: 16px;
    line-height: 20px
}

.form-box__input::-ms-input-placeholder {
    color: #595959;
    font-size: 16px;
    line-height: 20px
}

.form-box__input::placeholder {
    color: #595959;
    font-size: 16px;
    line-height: 20px
}

@media(max-width: 1265px) {
    .form-box__input::-webkit-input-placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }

    .form-box__input::-moz-placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }

    .form-box__input:-ms-input-placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }

    .form-box__input::-ms-input-placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }

    .form-box__input::placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .form-box__input::-webkit-input-placeholder {
        line-height: calc(16px + 4 * ((100vw - 375px) / 890))
    }

    .form-box__input::-moz-placeholder {
        line-height: calc(16px + 4 * ((100vw - 375px) / 890))
    }

    .form-box__input:-ms-input-placeholder {
        line-height: calc(16px + 4 * ((100vw - 375px) / 890))
    }

    .form-box__input::-ms-input-placeholder {
        line-height: calc(16px + 4 * ((100vw - 375px) / 890))
    }

    .form-box__input::placeholder {
        line-height: calc(16px + 4 * ((100vw - 375px) / 890))
    }
}

.form-box__input::-webkit-outer-spin-button,
.form-box__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-box--disabled .form-box__input {
    background: #e6e6e6
}

.details {
    padding-bottom: 60px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e2e2e2
}

@media(max-width: 1265px) {
    .details {
        padding-bottom: calc(30px + 30 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .details {
        margin-bottom: calc(30px + 20 * ((100vw - 375px) / 890))
    }
}

.details__title {
    margin-bottom: 35px
}

@media(max-width: 1265px) {
    .details__title {
        margin-bottom: calc(25px + 10 * ((100vw - 375px) / 890))
    }
}

.details-form__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px
}

@media(max-width: 1265px) {
    .details-form__inner {
        gap: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

.payments {
    margin-bottom: 100px
}

@media(max-width: 1265px) {
    .payments {
        margin-bottom: calc(50px + 50 * ((100vw - 375px) / 890))
    }
}

.payments__title {
    margin-bottom: 45px
}

@media(max-width: 1265px) {
    .payments__title {
        margin-bottom: calc(25px + 20 * ((100vw - 375px) / 890))
    }
}

.payments__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}

@media(max-width: 1265px) {
    .payments__inner {
        gap: calc(15px + 10 * ((100vw - 375px) / 890))
    }
}

.payments-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px
}

@media(max-width: 1265px) {
    .payments-item {
        gap: calc(10px + 5 * ((100vw - 375px) / 890))
    }
}

.payments-item:nth-child(1) .payments-item__img {
    width: 66px;
    height: 20px
}

.payments-item:nth-child(2) .payments-item__img {
    width: 66px;
    height: 20px
}

.payments-item__inner {
    width: 100%
}

.payments-item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.payments-item__text {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px
}

@media(max-width: 1265px) {
    .payments-item__text {
        font-size: calc(14px + 1 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payments-item__text {
        line-height: calc(16px + 2 * ((100vw - 375px) / 890))
    }
}

.payments-item__img {
    display: block
}

.payments-item__img-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.payments-item__info {
    border-radius: 5px;
    background: #f7f7f7;
    padding: 12px 14px 13px 14px;
    height: 0;
    opacity: 0;
    -webkit-transition: height .3s, opacity .3s, margin-top .3s;
    -o-transition: height .3s, opacity .3s, margin-top .3s;
    transition: height .3s, opacity .3s, margin-top .3s
}

.payments-item__info-text {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px
}

.payments-item.checkbox--actived .payments-item__info {
    height: unset;
    opacity: 1;
    margin-top: 10px
}

.subscriptions {
    max-width: 1260px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.subscriptions__title {
    margin-bottom: 24px
}

.subscriptions-item {
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 12.5px 15.5px 21px 16.5px;
    overflow: hidden;
    background: #f8f8f8
}

.subscriptions-item--black {
    background: #343434;
    padding: 13px 20px 13px 16.5px
}

.subscriptions-item--black .subscriptions-item__body-title {
    color: #fff
}

.subscriptions-item--black .subscriptions-item__body-text {
    color: #ddd
}

.subscriptions-item--black .subscriptions-item__body-link {
    line-height: 22px;
    font-weight: 400;
    padding: 7px 13px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .04);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .04)
}

.subscriptions-item--black .subscriptions-item__body-title {
    margin-bottom: 7px
}

.subscriptions-item--black .subscriptions-item__body-text {
    margin-bottom: 12px
}

.subscriptions-item--black .subscriptions-item__img {
    top: 24.5px;
    right: 20px;
    width: 90px;
    height: 62px
}

.subscriptions-item__body {
    max-width: 141px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.subscriptions-item__body-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.25px;
    margin-bottom: 8px
}

.subscriptions-item__body-text {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.subscriptions-item__body-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 4px;
    padding: 6px 15px
}

.subscriptions-item__img {
    display: block;
    width: 90px;
    height: 59px;
    position: absolute;
    top: 36px;
    right: 15px;
    -webkit-box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, .1), 0px 7px 10px 1px rgba(0, 0, 0, .1), 0px 4px 5px -2px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, .1), 0px 7px 10px 1px rgba(0, 0, 0, .1), 0px 4px 5px -2px rgba(0, 0, 0, .1)
}

.subscriptions-item__img-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 8px
}

.message {
    border-radius: 8px;
    border: 1px solid rgba(219, 115, 45, .3);
    background: rgba(255, 140, 63, .12);
    padding: 14px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

@media(max-width: 1265px) {
    .message {
        gap: calc(10px + 6 * ((100vw - 375px) / 890))
    }
}

.message svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px
}

.message__text {
    color: #ef8036;
    font-size: 12px;
    line-height: 16px;
    margin-right: auto
}

.no-subscriptions {
    margin-bottom: 60px
}

@media(max-width: 1265px) {
    .no-subscriptions {
        margin-bottom: calc(30px + 30 * ((100vw - 375px) / 890))
    }
}

.offerings__title {
    margin-bottom: 20px
}

.offerings-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.offerings-list__item {
    border-radius: 10px;
    background: #f7f7f7;
    padding: 14px 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
    cursor: pointer
}

@media(max-width: 1265px) {
    .offerings-list__item {
        padding-right: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .offerings-list__item {
        padding-left: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.offerings-list__item--active {
    padding-bottom: 20px
}

@media(max-width: 1265px) {
    .offerings-list__item--active {
        padding-bottom: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.offerings-list__item--active .offerings-info {
    opacity: 1;
    height: unset;
    margin-top: 15px;
    pointer-events: unset
}

.offerings-list__item--active .offerings-heading__wrapper svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offerings-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px
}

.offerings-heading__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media(max-width: 1265px) {
    .offerings-heading__wrapper {
        gap: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.offerings-heading__wrapper svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 14px;
    height: 14px
}

.offerings-heading__price {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px
}

@media(max-width: 1265px) {
    .offerings-heading__price {
        font-size: calc(16px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .offerings-heading__price {
        line-height: calc(18px + 4 * ((100vw - 375px) / 890))
    }
}

.offerings-heading__link {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    border-radius: 4px;
    padding: 6px 14px
}

.service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    max-width: 400px
}

.service__img {
    display: block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 2px
}

.service__img--circle .service__img-image {
    border-radius: 100%
}

.service__img-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.service__body-title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 1px
}

.service__body-text {
    color: gray;
    font-size: 14px;
    line-height: 20px
}

.offerings-info {
    height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: height .3s, margin-top .3s;
    -o-transition: height .3s, margin-top .3s;
    transition: height .3s, margin-top .3s
}

.offerings-info__inner {
    border-radius: 10px;
    background: #fff;
    padding: 15px
}

.offerings-info__text {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px
}

.services {
    margin-bottom: 85px;
    max-width: 1230px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 1265px) {
    .services {
        margin-bottom: calc(50px + 35 * ((100vw - 375px) / 890))
    }
}

.services__tubs {
    margin-bottom: 32px
}

.services__title {
    margin-bottom: 20px
}

.services-slide {
    padding: 10px 10px 30px 10px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    background: #f7f7f7
}

@media(max-width: 1265px) {
    .services-slide {
        padding-bottom: calc(20px + 10 * ((100vw - 375px) / 890))
    }
}

.services-slide__link {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    padding: 6.5px 12.5px;
    border-radius: 4px
}

.services-heading {
    width: 100%;
    margin-bottom: 18px;
    border-radius: 10px;
    background: #bed732;
    padding: 22px 15px 17px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.services-heading__title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 6px
}

.services-heading__text {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 4px
}

.services-heading__price {
    color: #000;
    font-size: 18px;
    line-height: 22px
}

.services-heading__price span {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px
}

.services-list {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -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: flex-start;
    width: 100%;
    gap: 10px
}

.services-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    color: #000;
    font-size: 16px;
    line-height: 21px
}

@media(max-width: 1265px) {
    .services-list__item {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .services-list__item {
        line-height: calc(16px + 5 * ((100vw - 375px) / 890))
    }
}

.services-list__item svg {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    margin-top: 5px
}

@media(max-width: 1265px) {
    .services-list__item svg {
        margin-top: calc(2.5px + 2.5 * ((100vw - 375px) / 890))
    }
}

.offers {
    margin-bottom: 60px
}

@media(max-width: 1265px) {
    .offers {
        margin-bottom: calc(50px + 10 * ((100vw - 375px) / 890))
    }
}

.offers__titling {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.offers .service__body-title {
    text-transform: uppercase
}

.offers-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.offers-list__item {
    border-radius: 10px;
    background: #f7f7f7;
    padding: 15px 20px;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer
}

@media(max-width: 1265px) {
    .offers-list__item {
        padding-right: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .offers-list__item {
        padding-left: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.offers-list__item--opened {
    cursor: unset
}

.offers-list__item--opened .offers-info {
    opacity: 1;
    height: unset;
    pointer-events: unset;
    margin-top: 24px
}

@media(max-width: 1265px) {
    .offers-list__item--opened .offers-info {
        margin-top: calc(15px + 9 * ((100vw - 375px) / 890))
    }
}

.offers-list__item--opened .offers-heading__wrapper svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offers-list__item--active .offers-info {
    opacity: 1;
    height: unset;
    pointer-events: unset;
    margin-top: 24px
}

@media(max-width: 1265px) {
    .offers-list__item--active .offers-info {
        margin-top: calc(15px + 9 * ((100vw - 375px) / 890))
    }
}

.offers-list__item--active .offers-heading__wrapper svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offers-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px
}

@media(max-width: 1265px) {
    .offers-heading {
        gap: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

.offers-heading__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.offers-heading__wrapper svg {
    margin-left: 15px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.offers-heading__until {
    padding: 5.5px 14px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500
}

.offers-heading__until:hover {
    background: #bed732;
    border: 1px solid rgba(0, 0, 0, 0)
}

.offers-info {
    height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: height .3s, margin-top .3s;
    -o-transition: height .3s, margin-top .3s;
    transition: height .3s, margin-top .3s
}

.offers-info__text {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 10px
}

.offers-sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.offers-sublist__item {
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px 15px 20px;
    gap: 30px
}

@media(max-width: 1265px) {
    .offers-sublist__item {
        gap: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

.offers-sublist__item--available {
    background: #fff;
    border-left: 4px solid #bed732
}

.offers-sublist__item--available .offers-sublist__text {
    color: #bed732
}

.offers-sublist__item--limited {
    background: #fff;
    border-left: 4px solid #ffbd00
}

.offers-sublist__item--limited .offers-sublist__text {
    color: #ff3a44
}

.offers-sublist__item--limited .service__body-text {
    color: #ff3a44
}

.offers-sublist__item--not-available {
    background: #ececec;
    border-left: 4px solid #ff3a44
}

.offers-sublist__item--not-available .service__body-text {
    color: #ff3a44
}

.offers-sublist__item--not-available .service__img {
    opacity: .75
}

.offers-sublist__service {
    gap: 15px;
    max-width: 300px
}

.offers-sublist__service .service__body-title {
    text-transform: unset
}

.offers-sublist__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

@media(max-width: 1265px) {
    .offers-sublist__wrapper {
        gap: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.offers-sublist__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px
}

.offers-sublist__link {
    padding: 6px 14px;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px
}

.order {
    margin-bottom: 72px
}

@media(max-width: 1265px) {
    .order {
        margin-bottom: calc(50px + 22 * ((100vw - 375px) / 890))
    }
}

.order__message {
    margin-top: 10px;
    margin-bottom: 10px
}

.order__offerings {
    padding-top: unset;
    margin-bottom: 10px
}

.order__offers {
    margin-bottom: unset
}

.amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
    padding: 14px 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    background: #f7f7f7
}

@media(max-width: 1265px) {
    .amount {
        padding-right: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .amount {
        padding-left: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.amount__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.amount__item-text {
    color: gray;
    font-size: 14px;
    line-height: 20px
}

.amount__item-date {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px
}

.amount__item-price {
    color: #000;
    text-align: right;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px
}

@media(max-width: 1265px) {
    .amount__item-price {
        font-size: calc(16px + 1 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .amount__item-price {
        line-height: calc(18px + 2 * ((100vw - 375px) / 890))
    }
}

.payment__title {
    margin-bottom: 20px
}

.payment__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.payment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px
}

.payment-list__item {
    border-radius: 10px;
    background: #f7f7f7;
    padding-top: 24px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px
}

@media(max-width: 1265px) {
    .payment-list__item {
        padding-top: calc(20px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-list__item {
        padding-right: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-list__item {
        padding-bottom: calc(20px + 10 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-list__item {
        padding-left: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

.payment-list__item:nth-child(1) .payment-body__img {
    width: 126px;
    height: 38px;
    width: 126px;
    height: 38px
}

@media(max-width: 1265px) {
    .payment-list__item:nth-child(1) .payment-body__img {
        width: calc(100px + 26 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-list__item:nth-child(1) .payment-body__img {
        height: calc(30px + 8 * ((100vw - 375px) / 890))
    }
}

.payment-list__item:nth-child(2) .payment-body__img {
    width: 137px;
    height: 38px
}

@media(max-width: 1265px) {
    .payment-list__item:nth-child(2) .payment-body__img {
        width: calc(105px + 32 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-list__item:nth-child(2) .payment-body__img {
        height: calc(30px + 8 * ((100vw - 375px) / 890))
    }
}

.payment-list__title {
    color: #232323;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dadada
}

@media(max-width: 1265px) {
    .payment-list__title {
        font-size: calc(16px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-list__title {
        line-height: calc(20px + 4 * ((100vw - 375px) / 890))
    }
}

.payment-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 175px 1fr;
    grid-template-columns: 175px 1fr;
    gap: 35px
}

@media(max-width: 1265px) {
    .payment-body {
        gap: calc(20px + 15 * ((100vw - 375px) / 890))
    }
}

.payment-body__img {
    display: block;
    width: 137px;
    height: 38px
}

.payment-body__img-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.payment-body__inner {
    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: flex-start
}

.payment-body__text {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px
}

@media(max-width: 1265px) {
    .payment-body__text {
        font-size: calc(16px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-body__text {
        line-height: calc(20px + 4 * ((100vw - 375px) / 890))
    }
}

.payment-body__subtext {
    color: #91919a;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px
}

@media(max-width: 1265px) {
    .payment-body__subtext {
        font-size: calc(16px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-body__subtext {
        line-height: calc(20px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-body__subtext {
        margin-bottom: calc(20px + 5 * ((100vw - 375px) / 890))
    }
}


.payment-body__subtext_time {
  color: #ce0000;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 20px;
}

.payment-body__link {
    padding: 14px 40px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 22px
}

@media(max-width: 1265px) {
    .payment-body__link {
        font-size: calc(14px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-body__link {
        line-height: calc(16px + 6 * ((100vw - 375px) / 890))
    }
}

.payment-body__list {
    margin-bottom: 20px
}

.payment-body__list-item {
    color: #91919a;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    padding-left: 30px
}

@media(max-width: 1265px) {
    .payment-body__list-item {
        font-size: calc(16px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-body__list-item {
        line-height: calc(22px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-body__list-item {
        padding-left: calc(20px + 10 * ((100vw - 375px) / 890))
    }
}

.payment-body__list-item::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #91919a;
    position: absolute;
    top: 10px;
    left: 15px
}

@media(max-width: 1265px) {
    .payment-body__list-item::before {
        left: calc(7.5px + 7.5 * ((100vw - 375px) / 890))
    }
}

.payment-body__list-item a {
    color: #91919a;
    text-decoration: underline
}

.payment-body__list-item a:hover {
    text-decoration: unset
}

.qr {
    display: block;
    width: 300px;
    height: 300px
}

@media(max-width: 1265px) {
    .qr {
        width: calc(200px + 100 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .qr {
        height: calc(200px + 100 * ((100vw - 375px) / 890))
    }
}

.qr__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.payment-item {
    border-radius: 10px;
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px
}

@media(max-width: 1265px) {
    .payment-item {
        gap: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-item {
        padding-right: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-item {
        padding-bottom: calc(30px + 20 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-item {
        padding-left: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

.payment-item--orange {
    background: rgba(255, 140, 63, .31)
}

.payment-item--orange .payment-item__picture {
    background: rgba(255, 255, 255, .3)
}

.payment-item__picture {
    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;
    width: 176px;
    height: 176px;
    border-radius: 100%;
    background: #fff
}

@media(max-width: 1265px) {
    .payment-item__picture {
        width: calc(130px + 46 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-item__picture {
        height: calc(130px + 46 * ((100vw - 375px) / 890))
    }
}

.payment-item__picture-img {
    width: 94px;
    height: 94px;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width: 1265px) {
    .payment-item__picture-img {
        width: calc(70px + 24 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-item__picture-img {
        height: calc(70px + 24 * ((100vw - 375px) / 890))
    }
}

.payment-item__title {
    color: #000;
    font-weight: 500;
    margin-top: -26px;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 15px
}

@media(max-width: 1265px) {
    .payment-item__title {
        font-size: calc(26px + 10 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-item__title {
        line-height: calc(34px + 9 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-item__title {
        margin-bottom: calc(10px + 5 * ((100vw - 375px) / 890))
    }
}

.payment-item__title:last-child {
    margin-bottom: unset
}

.payment-item__text {
    color: #232323;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px
}

@media(max-width: 1265px) {
    .payment-item__text {
        font-size: calc(16px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-item__text {
        line-height: calc(20px + 4 * ((100vw - 375px) / 890))
    }
}

.payment-item__link {
    padding: 14px 40px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 18px;
    line-height: 22px
}

@media(max-width: 1265px) {
    .payment-item__link {
        font-size: calc(14px + 4 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .payment-item__link {
        line-height: calc(16px + 6 * ((100vw - 375px) / 890))
    }
}

.network {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #f7f7f7;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    width: 100%;
    display: none
}

@media(max-width: 1265px) {
    .network {
        padding-top: calc(25px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .network {
        padding-right: calc(15px + 25 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .network {
        padding-bottom: calc(25px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .network {
        padding-left: calc(15px + 25 * ((100vw - 375px) / 890))
    }
}

.network--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.network__img {
    display: block;
    margin-bottom: 2px;
    width: 180px;
    height: 180px
}

@media(max-width: 1265px) {
    .network__img {
        width: calc(130px + 50 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .network__img {
        height: calc(130px + 50 * ((100vw - 375px) / 890))
    }
}

.network__img-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.network__inner {
    max-width: 252px;
    margin-bottom: 20px;
    text-align: center
}

@media(max-width: 1265px) {
    .network__inner {
        margin-bottom: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.network__title {
    color: #000;
    font-weight: 700;
    letter-spacing: -0.25px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 2px
}

@media(max-width: 1265px) {
    .network__title {
        font-size: calc(22px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .network__title {
        line-height: calc(26px + 6 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .network__title {
        margin-bottom: calc(6px + -4 * ((100vw - 375px) / 890))
    }
}

.network__text {
    color: gray;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px
}

@media(max-width: 1265px) {
    .network__text {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .network__text {
        line-height: calc(16px + 6 * ((100vw - 375px) / 890))
    }
}

.network__link {
    max-width: 327px;
    width: 100%;
    border-radius: 4px;
    font-weight: 500;
    padding: 16px;
    font-size: 18px;
    line-height: 22px
}

@media(max-width: 1265px) {
    .network__link {
        padding: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .network__link {
        font-size: calc(16px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .network__link {
        line-height: calc(16px + 6 * ((100vw - 375px) / 890))
    }
}

.loading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #f7f7f7;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    width: 100%;
    display: none
}

@media(max-width: 1265px) {
    .loading {
        padding-top: calc(25px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .loading {
        padding-right: calc(15px + 25 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .loading {
        padding-bottom: calc(25px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .loading {
        padding-left: calc(15px + 25 * ((100vw - 375px) / 890))
    }
}

.loading--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.loading__icon {
    border-radius: 24px;
    background: #fff;
    width: 104px;
    height: 104px;
    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
}

@media(max-width: 1265px) {
    .loading__icon {
        width: calc(84px + 20 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .loading__icon {
        height: calc(84px + 20 * ((100vw - 375px) / 890))
    }
}

.loading__icon svg {
    width: 40px;
    height: 40px;
    -webkit-animation: loadingAnimation 1.5s infinite linear;
    animation: loadingAnimation 1.5s infinite linear
}

.sms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #f7f7f7;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    width: 100%;
    display: none
}

@media(max-width: 1265px) {
    .sms {
        padding-top: calc(25px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .sms {
        padding-right: calc(15px + 25 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .sms {
        padding-bottom: calc(25px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .sms {
        padding-left: calc(15px + 25 * ((100vw - 375px) / 890))
    }
}

.sms--error .form__error {
    display: block
}

.sms--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sms__title {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.25px;
    max-width: 284px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 1265px) {
    .sms__title {
        font-size: calc(22px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .sms__title {
        line-height: calc(26px + 6 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .sms__title {
        margin-bottom: calc(20px + 20 * ((100vw - 375px) / 890))
    }
}

.form__error {
    color: #e95150;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    display: none
}

.form__error a {
    text-decoration: underline;
    color: #e95150
}

.form__error a:hover {
    text-decoration: unset
}

.form__subtext {
    color: #9e9e9e;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px
}
.message_error {
    color: #e95150;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}
.message_success {
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    display: none
}

.timer_message {
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    display: none
}

@media(max-width: 1265px) {
    .form__subtext {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .form__subtext {
        line-height: calc(20px + 2 * ((100vw - 375px) / 890))
    }
}

.form-code {
    margin-bottom: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

@media(max-width: 1265px) {
    .form-code {
        margin-bottom: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.form-code__inner {
    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: 8px;
    position: relative
}

@media(max-width: 1265px) {
    .form-code__inner {
        gap: calc(6px + 2 * ((100vw - 375px) / 890))
    }
}

.form-code__text {
    color: #828c98;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px
}

@media(max-width: 1265px) {
    .form-code__text {
        margin-bottom: calc(6px + 2 * ((100vw - 375px) / 890))
    }
}

.form-code__input {
    border-radius: 8px;
    border: 1px solid #cfd6e3;
    background: #fafbfc;
    color: #828c98;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    width: 50px;
    height: 44px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

@media(max-width: 1265px) {
    .form-code__input {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .form-code__input {
        line-height: calc(16px + 3 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .form-code__input {
        width: calc(40px + 10 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .form-code__input {
        height: calc(36px + 8 * ((100vw - 375px) / 890))
    }
}

.form-code__input::-webkit-input-placeholder {
    color: #828c98;
    font-size: 16px;
    line-height: 19px
}

.form-code__input::-moz-placeholder {
    color: #828c98;
    font-size: 16px;
    line-height: 19px
}

.form-code__input:-ms-input-placeholder {
    color: #828c98;
    font-size: 16px;
    line-height: 19px
}

.form-code__input::-ms-input-placeholder {
    color: #828c98;
    font-size: 16px;
    line-height: 19px
}

.form-code__input::placeholder {
    color: #828c98;
    font-size: 16px;
    line-height: 19px
}

.code-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #cfd6e3;
    background: #fafbfc;
    color: #828c98;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    width: 50px;
    height: 44px;
    text-align: center
}

@media(max-width: 1265px) {
    .code-div {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .code-div {
        line-height: calc(16px + 3 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .code-div {
        width: calc(40px + 10 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .code-div {
        height: calc(36px + 8 * ((100vw - 375px) / 890))
    }
}

.data__message {
    margin-bottom: 10px
}

.data-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px
}

.data-form__wrapper {
    width: 100%;
    min-width: 100%
}

.data-form__wrapper:nth-child(2) {
    padding-top: 24px
}

.data-form__selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px
}

.data-form__button {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 17px;
    border-radius: 4px;
    width: 100%
}

@media(max-width: 1265px) {
    .data-form__button {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .data-form__button {
        line-height: calc(20px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .data-form__button {
        padding: calc(14px + 3 * ((100vw - 375px) / 890))
    }
}

.data-form__upload {
    margin-bottom: 25px
}

@media(max-width: 1265px) {
    .data-form__upload {
        margin-bottom: calc(15px + 10 * ((100vw - 375px) / 890))
    }
}

.checkboxes {
    margin-bottom: 30px
}

.checkboxes-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px;
    padding-right: 36px;
    padding-bottom: 25px;
    padding-left: 25px;
    border-bottom: 1px solid #e2e2e2
}

@media(max-width: 1265px) {
    .checkboxes-item {
        padding-top: calc(20px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .checkboxes-item {
        padding-right: calc(15px + 21 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .checkboxes-item {
        padding-bottom: calc(20px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .checkboxes-item {
        padding-left: calc(15px + 10 * ((100vw - 375px) / 890))
    }
}

.checkboxes-item:last-child {
    border-bottom: unset
}

.checkboxes-item__text {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px
}

@media(max-width: 1265px) {
    .checkboxes-item__text {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .checkboxes-item__text {
        line-height: calc(20px + 2 * ((100vw - 375px) / 890))
    }
}

.geo {
    border-radius: 8px;
    background: #f8f8f8;
    padding: 20px
}

@media(max-width: 1265px) {
    .geo {
        padding: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.geo__text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.geo__img {
    display: block;
    width: 100%;
    height: 402px;
    margin-bottom: 25px
}

@media(max-width: 1265px) {
    .geo__img {
        height: calc(300px + 102 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .geo__img {
        margin-bottom: calc(15px + 10 * ((100vw - 375px) / 890))
    }
}

.geo__img-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px
}

.upload {
    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;
    position: relative;
    padding: 17px;
    border-radius: 4px;
    border: 2px solid #bed732;
    background: #fff
}

@media(max-width: 1265px) {
    .upload {
        padding: calc(14px + 3 * ((100vw - 375px) / 890))
    }
}

.upload:hover .upload__text {
    color: #bed732
}

.upload__input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0
}

.upload__text {
    color: #000;
    font-weight: 500;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 16px;
    line-height: 22px
}

@media(max-width: 1265px) {
    .upload__text {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .upload__text {
        line-height: calc(20px + 2 * ((100vw - 375px) / 890))
    }
}

.story__titling {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 220px 1fr 145px;
    grid-template-columns: 220px 1fr 145px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    gap: 15px;
    padding-left: 20px
}

@media(max-width: 1265px) {
    .story__titling {
        padding-left: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.story__titling-text {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase
}

.story-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.story-list__item {
    border-radius: 10px;
    background: #f7f7f7;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
    padding-right: 20px;
    padding-left: 20px
}

@media(max-width: 1265px) {
    .story-list__item {
        padding-right: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .story-list__item {
        padding-left: calc(15px + 5 * ((100vw - 375px) / 890))
    }
}

.story-list__item--active {
    padding-bottom: 20px
}

.story-list__item--active .story-info {
    opacity: 1;
    height: unset;
    pointer-events: unset;
    margin-top: 10px
}

.story-list__item--active .story-heading__wrapper svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.story-list__item--active .story-heading__link {
    opacity: 0;
    pointer-events: none
}

.story-heading {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 220px 1fr 295px;
    grid-template-columns: 220px 1fr 295px;
    gap: 15px
}

.story-heading__number {
    color: #000;
    font-size: 14px;
    font-weight: 800;
    line-height: 17px
}

.story-heading__date {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase
}

.story-heading__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
}

.story-heading__wrapper svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.story-heading__link {
    border-radius: 4px;
    padding: 5.5px 14px;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    -webkit-transition: opacity .3s, background .3s, color .3s, border .3s;
    -o-transition: opacity .3s, background .3s, color .3s, border .3s;
    transition: opacity .3s, background .3s, color .3s, border .3s
}

.story-info {
    height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: height .3s, margin-top .3s;
    -o-transition: height .3s, margin-top .3s;
    transition: height .3s, margin-top .3s
}

.story-info__inner {
    background: #fff;
    padding: 15px 35px 20px 32px;
    border-radius: 4px;
    border-left: 4px solid #bed732;
    padding-right: 35px;
    padding-left: 32px
}

@media(max-width: 1265px) {
    .story-info__inner {
        padding-right: calc(15px + 20 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .story-info__inner {
        padding-left: calc(20px + 12 * ((100vw - 375px) / 890))
    }
}

.story-info__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    gap: 15px
}

.story-info__heading-link {
    border-radius: 4px;
    padding: 5.5px 14px;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500
}

.story-info__wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px
}

.story-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: 315px
}

.story-info__list-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 40px;
    grid-template-columns: 200px 40px;
    gap: 80px
}

.story-info__list-text {
    color: #000;
    font-size: 14px;
    line-height: 20px
}

.story-info__list-subtext {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.recall__heading {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.recall__heading-text {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px
}

.recall__text {
    color: #000;
    font-size: 14px;
    line-height: 22px
}

.rait__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6.5px
}

.rait__stars-item svg {
    width: 13px;
    height: 13px
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    background: rgba(0, 0, 0, .8);
    overflow: scroll
}

.popup::-webkit-scrollbar {
    width: 0;
    height: 0
}

.popup__wrapper {
    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;
    padding-left: 15px;
    padding-right: 15px
}

.popup__inner {
    width: 100%;
    max-width: 915px;
    border-radius: 10px;
    background: #f7f7f7;
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px
}

@media(max-width: 1265px) {
    .popup__inner {
        padding-top: calc(20px + 5 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .popup__inner {
        padding-right: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .popup__inner {
        padding-bottom: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .popup__inner {
        padding-left: calc(15px + 15 * ((100vw - 375px) / 890))
    }
}

.popup__wrapper {
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.popup__close {
    top: 18px;
    right: 15px;
    position: absolute;
    cursor: pointer;
    width: 18px;
    height: 18px
}

.popup__close:hover svg path {
    stroke: #2b2e34
}

.popup__close svg {
    width: 100%;
    height: 100%
}

.popup__close svg path {
    -webkit-transition: stroke .3s;
    -o-transition: stroke .3s;
    transition: stroke .3s
}

.review__title {
    margin-bottom: 24px
}

.review-form__textarea {
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    background: #fff;
    margin-bottom: 10px;
    padding: 9px 12px;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    height: 110px;
    max-height: 110px;
    resize: unset;
    width: 100%
}

.review-form__textarea::-webkit-input-placeholder {
    color: #a0a0a0;
    font-size: 12px;
    line-height: 16px
}

.review-form__textarea::-moz-placeholder {
    color: #a0a0a0;
    font-size: 12px;
    line-height: 16px
}

.review-form__textarea:-ms-input-placeholder {
    color: #a0a0a0;
    font-size: 12px;
    line-height: 16px
}

.review-form__textarea::-ms-input-placeholder {
    color: #a0a0a0;
    font-size: 12px;
    line-height: 16px
}

.review-form__textarea::placeholder {
    color: #a0a0a0;
    font-size: 12px;
    line-height: 16px
}

.review-form__button {
    padding: 6.5px 14px;
    margin-left: auto;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    font-weight: 500
}

.review-assessment {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.review-assessment__text {
    color: #000;
    font-size: 14px;
    line-height: 17px
}

.star-raiting {
    direction: rtl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11.5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.star-raiting svg {
    width: 23px;
    height: 23px
}

.star-raiting input[type=radio] {
    display: none
}

.star-raiting label {
    color: gray;
    cursor: pointer
}

.star-raiting label svg path {
    fill: #d7d7d7;
    fill-opacity: .25;
    -webkit-transition: fill .3s, fill-opacity .3s;
    -o-transition: fill .3s, fill-opacity .3s;
    transition: fill .3s, fill-opacity .3s
}

.star-raiting input[type=radio]:checked~label svg path,
.star-raiting input[type=radio]:hover~label svg path {
    fill: #f6bb01;
    fill-opacity: 1
}

@media(max-width: 1940px) {
    .page .subscriptions {
        margin-right: -320px;
        width: calc(100% + 320px)
    }

    .page .banners {
        margin-right: -320px;
        width: calc(100% + 320px)
    }

    .page .services {
        margin-right: -320px;
        width: calc(100% + 320px)
    }

    .page {
        width: 100%;
        max-width: 915px
    }

    .banners-swiper {
        width: 100%;
        max-width: 100%
    }

    .subscriptions-swiper {
        width: 100%;
        max-width: 100%
    }
}

@media(max-width: 1900px) {
    .page .subscriptions {
        margin-right: -280px;
        width: calc(100% + 280px)
    }

    .page .banners {
        margin-right: -280px;
        width: calc(100% + 280px)
    }

    .page .services {
        margin-right: -280px;
        width: calc(100% + 280px)
    }
}

@media(max-width: 1850px) {
    .page .subscriptions {
        margin-right: -240px;
        width: calc(100% + 240px)
    }

    .page .banners {
        margin-right: -240px;
        width: calc(100% + 240px)
    }

    .page .services {
        margin-right: -240px;
        width: calc(100% + 240px)
    }
}

@media(max-width: 1800px) {
    .page .subscriptions {
        margin-right: -200px;
        width: calc(100% + 200px)
    }

    .page .banners {
        margin-right: -200px;
        width: calc(100% + 200px)
    }

    .page .services {
        margin-right: -200px;
        width: calc(100% + 200px)
    }
}

@media(max-width: 1700px) {
    .page .subscriptions {
        margin-right: -150px;
        width: calc(100% + 150px)
    }

    .page .banners {
        margin-right: -150px;
        width: calc(100% + 150px)
    }

    .page .services {
        margin-right: -150px;
        width: calc(100% + 150px)
    }
}

@media(max-width: 1600px) {
    .page .subscriptions {
        margin-right: -100px;
        width: calc(100% + 100px)
    }

    .page .banners {
        margin-right: -100px;
        width: calc(100% + 100px)
    }

    .page .services {
        margin-right: -100px;
        width: calc(100% + 100px)
    }
}

@media(max-width: 1500px) {
    .page {
        overflow: hidden
    }

    .page .subscriptions {
        margin-right: 0;
        width: 100%
    }

    .page .banners {
        margin-right: 0;
        width: 100%
    }

    .page .services {
        margin-right: 0;
        width: 100%
    }
}

@media(max-width: 1200px) {
    .story-info__list-item {
        gap: 15px
    }
}

@media(max-width: 1150px) {
    .breadcrumbs {
        padding: unset;
        background: unset;
        border-radius: unset
    }

    .breadcrumbs-list__link-home {
        background: #f7f7f7
    }

    .nav-list__button {
        padding: unset;
        background: unset;
        border-radius: unset
    }

    .nav-list__button-icon {
        background: #f7f7f7
    }

    .nav-list__item--active .nav-list__button {
        background: rgba(0, 0, 0, 0);
        color: #bed732
    }
}

@media(max-width: 1050px) {
    .content__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .heading {
        position: unset
    }

    .aside {
        position: absolute;
        z-index: 101;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        border-radius: unset
    }

    .user {
        padding: 15px 10px
    }

    .page .banners {
        margin-right: unset
    }

    .page .subscriptions {
        margin-right: unset
    }

    .page .services {
        margin-right: unset
    }

    .header__inner {
        gap: 15px
    }

    .burger {
        display: block
    }

    .tel {
        margin-left: auto
    }

    .body--active {
        overflow: hidden
    }

    .body--active::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        opacity: 1;
        z-index: 100
    }

    .body--active .aside {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .body--active .burger svg:nth-child(1) {
        opacity: 0
    }

    .body--active .burger svg:nth-child(2) {
        opacity: 1
    }

    .story-info__list-item {
        gap: 80px
    }

    .page {
        max-width: unset
    }

    .heading__inner {
        padding: unset;
        background: unset;
        border-radius: unset;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        margin-left: unset;
        margin-right: unset
    }
}

@media(max-width: 850px) {
    .story-info__list-item {
        gap: 15px
    }
}

@media(max-width: 768px) {
    .entering__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .history-windows {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .details-form__inner {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .offerings-heading__price {
        display: none
    }

    .offerings-heading__link {
        display: none
    }

    .offerings-heading {
        position: relative
    }

    .offerings-heading__wrapper svg {
        position: absolute;
        right: 0;
        top: 15px
    }

    .offerings-list__item--active .offerings-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: first baseline;
        -ms-flex-align: first baseline;
        align-items: first baseline
    }

    .offerings-list__item--active .offerings-heading__price {
        display: block
    }

    .offerings-list__item--active .offerings-heading__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .offers-heading__until {
        display: none
    }

    .offers-heading__tag {
        display: none
    }

    .offers-heading {
        position: relative
    }

    .offers-heading__wrapper svg {
        position: absolute;
        right: 0;
        top: 15px
    }

    .offers-list__item--active .offers-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: first baseline;
        -ms-flex-align: first baseline;
        align-items: first baseline
    }

    .offers-list__item--active .offers-heading__until {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .offers-list__item--active .offers-heading__tag {
        display: block
    }

    .offers-list__item--opened .offers-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: first baseline;
        -ms-flex-align: first baseline;
        align-items: first baseline
    }

    .offers-list__item--opened .offers-heading__until {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .offers-list__item--opened .offers-heading__tag {
        display: block
    }

    .offerings-heading__service {
        padding-right: 15px
    }

    .offers-heading__service {
        padding-right: 15px
    }

    .story-heading__link {
        display: none
    }

    .story-heading__tag {
        margin-left: auto
    }

    .story-heading {
        -ms-grid-columns: 220px 1fr 200px;
        grid-template-columns: 220px 1fr 200px
    }
}

@media(max-width: 750px) {
    .story-info__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .story-info__list:nth-child(2) {
        margin-left: unset
    }

    .story-info__wrapper {
        padding-right: unset;
        gap: 15px
    }
}

@media(max-width: 700px) {
    .offers-sublist__item {
        -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: flex-start
    }

    .offers-sublist__link {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .payment-body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .payment-item {
        -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: flex-start
    }

    .data-form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .data-form__wrapper {
        padding-top: unset !important
    }
}

@media(max-width: 650px) {
    .story__titling {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .story-heading {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .story-heading__tag {
        margin-left: unset
    }

    .story-heading__wrapper {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2/1/3/2
    }

    .story-heading__number {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1/1/2/3
    }

    .story-heading {
        position: relative
    }

    .story-heading__wrapper svg {
        position: absolute;
        top: 2.5px;
        right: 0
    }
}

@media(max-width: 550px) {
    .offers .service__body-title {
        text-transform: unset
    }

    .links {
        -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: flex-start
    }

    .footer__inner {
        -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: flex-start
    }

    .story-info__heading {
        -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: flex-start
    }
}

@media(max-width: 450px) {
    .form__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .details-form__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .review-assessment {
        -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: flex-start
    }
}

.phone {
    z-index: 0!important;
}
.disabled-button,
.disabled-button:hover {
    background: #c8c4c4;
    color: rgba(0, 0, 0, 0.26);
}
.page__banners .container {
    padding: 0;
}
.payment-list__item.active {
    border: 1px solid rgba(124, 124, 124, 0.30);
}

.cart_btn {
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    display: flex;
    margin: 45px 0 45px 0;
}
.cart_btn .btn {
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 16px;
}
.select .select-selected {
    -webkit-transition: border .3s, color .3s;
    -o-transition: border .3s, color .3s;
    transition: border .3s, color .3s
}
.select .select-selected.error {
    border: 1px solid red;
}
.form-box__input.error {
    border: 1px solid red;
}

@media (max-width: 1050px) {
   .breadcrumbs {
     overflow: scroll;
  }
   .breadcrumbs::-webkit-scrollbar {
     width: 0;
     height: 0;
  }
   .breadcrumbs-list {
     width: -webkit-max-content;
     width: -moz-max-content;
     width: max-content;
     -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;
  }
   .nav {
     overflow: scroll;
  }
   .nav::-webkit-scrollbar {
     width: 0;
     height: 0;
  }
   .nav-list {
     width: -webkit-max-content;
     width: -moz-max-content;
     width: max-content;
     -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;
  }
}

.user__link {
  padding: 6px 14px;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-top: 25px;
}
.page__offerings {
  margin-top: 50px;
}

.select-items {
   overflow-y: scroll;
   max-height: 300px;
}
 .select-items::-webkit-scrollbar {
   width: 5px;
}
 .select-items::-webkit-scrollbar-track {
   background: #f7f7f7;
}
 .select-items::-webkit-scrollbar-thumb {
   background: #000;
}
 .select-items::-webkit-scrollbar-thumb:hover {
   background: #000;
}
.message_files {
  padding: 20px 0px;
}
.message_files span{
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.story {
   overflow: hidden;
}

@media (max-width: 1050px) {
    .aside {
        z-index: 1001;
    }
}

.btn__load {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute
}

.btn__error {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute
}

.btn--loading {
    position: relative;
    overflow: hidden
}

.btn--loading:hover {
    border: 1px solid #bed732;
    background: #bed732
}

.btn--loading .btn__load {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #bed732;
    opacity: 1;
    pointer-events: unset;
    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
}

.btn--loading .btn__load::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: 3px solid #bed732;
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 1s ease infinite;
    animation: spin 1s ease infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
        transform: translateX(-50%) translateY(-50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
        transform: translateX(-50%) translateY(-50%) rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
        transform: translateX(-50%) translateY(-50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
        transform: translateX(-50%) translateY(-50%) rotate(360deg)
    }
}

.btn--error {
    overflow: hidden;
    position: relative;
    border: 1px solid #db1414
}

.btn--error:hover {
    border: 1px solid #db1414;
    background: #db1414
}

.btn--error .btn__error {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #db1414;
    opacity: 1;
    pointer-events: unset;
    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
}

/* notifications */
.push-notifications {
  position: fixed;
  right: 25px;
  z-index: 999999999999;
  width: 400px;
  bottom: 25px;
  pointer-events: none;
}

.notif-item {
  padding: 5px 0;
}

.notif-icon{
  padding: 15px;
  border-radius: 10px;
  margin-right: 15px;
}

.red .notif-wrapper{
  border-left: 3px solid #ff0000;
}

.red .notif-icon{
  border-radius: 10px;
  background: #ff000050;
  color: #ff0000;
}

.green .notif-wrapper{
  border-left: 3px solid #76e70f;
}

.green .notif-icon{
  border-radius: 10px;
  background: #76e70f50;
  color: #76e70f;
}

.orange .notif-wrapper{
  border-left: 3px solid #ffdd00;
}

.orange .notif-icon{
  border-radius: 10px;
  background: #ffdd0050;
  color: #ffdd00;
}

.notif-wrapper {
  pointer-events: all;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
  border-left: 3px solid #007bff;
}

.avatar {
  margin-right: 16px;
}

.notif-content h6 {
  font-size: 1em;
  font-weight: 500;
}

.notif-content p {
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  color: #201f1e;
 line-height: normal;
}

.notif-content .inline {
  padding-top: 1px;
}

.close-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #201f1e;
    transition: 0.2s;
    cursor: pointer;
}

.close-icon::before, .close-icon::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1.5px;
    background-color: #201f1e;
    transition: background-color 0.2s;
}

.close-icon::before {
    transform: rotate(45deg);
}

.close-icon::after {
    transform: rotate(-45deg);
}

.close-icon:hover::before, .close-icon:hover::after {
    background-color: #ff0000;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

.close-icon:hover {
    animation: rotate 0.5s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .push-notifications {
    width: 380px;
    bottom: 15px;
  }
  .notif-content h6 {
    font-size: 0.85em;
  }
  .notif-content p {
    font-size: 0.85em;
  }

  .notif-wrapper {
    padding: 10px;
  }

  .breadcrumb {
    padding-top: 0;
  }
  .ajax_load {
    padding: 30px 0px 0px 0px;
  }

  .article .breadcrumb {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 425px) {
  .push-notifications {
    width: 320px;
  }
}

.payment-body .body__inner {
  display: flex;
}

.payment-body .body__inner a {
  margin-right: 15px;
}


.offers-sublist__item--not-info {
    background: #ececec;
}

.offers-sublist__item--not-info .offers-sublist__service {
    max-width: 100%;
}

.services-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 15px;
    line-height: 24px
}

@media(max-width: 1265px) {
    .services-list ul li {
        font-size: calc(14px + 2 * ((100vw - 375px) / 890))
    }
}

@media(max-width: 1265px) {
    .services-list ul li {
        line-height: calc(16px + 5 * ((100vw - 375px) / 890))
    }
}

.services-list .plus::before {
    content: '';
    background-image: url(../images/pls-icon.svg);
    width: 10px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.data-form__wpr {
    border-top: 1px solid #e2e2e2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2 / 1 / 3 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-top: 30px;
}

.data-form__wpr .data-form__button{
    width: unset;
    min-width: 300px;
}

.services__inner {
    width: 100%;
display: -ms-grid;
display: grid

}

.services-swiper {
    width: 100%;
}