.main-offer {
    padding: 100px 0 200px;
    background-image: url(../img/offer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-offer__body {
    color: var(--white);
}

.buttons-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.promotion-main-title {
    padding-bottom: 220px;
}
.mb-30 {
    margin-bottom: 30px;
}

.main-offer__title {
    max-width: 650px;
}
.justify-content-end {
    justify-content: flex-end;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--white);
    box-shadow: 0px 1px 0px rgba(1, 3, 11, 0.02);
}

.check-count {
    position: absolute;
    top: -4px;
    right: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary);
    border: 2px solid var(--white);
    color: var(--white);
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    min-width: 16px;
}

.header__top-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.logo {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
}

.logo span {
    color: var(--primary);
}

.header__actions {
    display: flex;
    align-items: center;
}

.header__actions .btn+.btn {
    margin-left: 10px;
}

.header__nav {
    border-top: 1px solid #EFEFF0;
}

.header.header-back {
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(1, 3, 11, 0.05);
}

.header.header-back+.wrapper {
    padding-top: 86px;
}

.header.header-back .header__top {
    padding: 0 40px;
}

.header.header-back .header__top-body {
    justify-content: flex-start;
}

.header-back-item {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-back-item .logo {
    transform: translateX(-60%);
}

.btn-outline-default {
    border: 1px solid #02061425;
}

.header__menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav-menu li {
    min-width: 136px;
}

.nav-menu li a {
    padding: 16px 10px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    transition: all .2s ease;
}

.nav-menu li a>svg {
    margin-right: 6px;
}

.nav-menu__icon {
    display: block;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;

}

.nav-menu li:hover>a .nav-menu__icon svg,
.nav-menu li>a.active .nav-menu__icon svg {
    transform: rotate(180deg);
}

.nav-menu__icon svg {
    width: 14px;
    height: 14px;
    margin-left: 6px;
    transition: all .2s ease;
}

.sub-menu {
    padding: 10px 0;
}

.sub-menu li a {
    padding: 10px 25px;
    transition: all .2s ease;
}

.sub-menu li a:hover {
    background-color: rgba(63, 87, 255, .2);
}

.header__burger {
    display: none;
    overflow: hidden;
}

.content-order {
    padding: 72px 0;
}

.order-form {
    max-width: 550px;
    margin: 0 auto;
}

.order-form__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
}

.order-form__title {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #020614;
    margin-bottom: 44px;
}

.form-user {
    display: flex;
    background: #F5F5F6;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.form-user__content {
    flex: auto;
    display: flex;
    padding: 12px 12px 12px 42px;
}

.form-user__img {
    flex: 0 0 112px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px 32px 18px 0;
}

.form-user__info {
    flex: auto;
}

.mw-250 {
    max-width: 250px;
}

.form-user__title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #01030B;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.form-user__nick {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #01030B;
    opacity: .5;
}

.form-user__title .form-user__nick {
    margin-left: 6px;
}

.account-info {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -15px;
}

.account-info__item {
    flex: 1;
    padding: 5px 15px;
}

.account-info__item h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #01030B;
    margin-bottom: 2px;
}

.account-info__item span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #01030B;
    opacity: .5;
}

.form-user__action {
    display: flex;
    justify-content: flex-end;
}

.form-user__action .btn-sm {
    min-width: 56px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.range-slider-round {
    height: 8px;
}

.range-slider-round .noUi-connect {
    background: #3F57FF;
}

.range-slider-round .noUi-handle {
    height: 20px;
    width: 20px;
    top: -8px;
    right: -10px;
    border-radius: 9px;
}

.range-slider-round .noUi-handle:before,
.range-slider-round .noUi-handle:after {
    top: 4px;
    height: 10px;
}

.range-slider-round {
    background: rgba(63, 87, 255, .2);
    border: 1px solid transparent;
    box-shadow: none;
}

.range-slider-round .noUi-handle:before {
    left: 6px;
}

.range-slider-round .noUi-handle:after {
    left: 11px;
}

.range-slider-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
}

.range-slider-title {
    flex: auto;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #01030B;
}

.range-slider-value {
    font-weight: 500;
    margin-right: 6px;
}

.range-slider-wrpr {
    padding-bottom: 6px;
}

.range-slider-top .popover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-left: 4px;
}

.range-slider-price {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #01030B;
}

.order-form__item {
    display: flex;
    flex-direction: column;
}

.order-form__item+.order-form__item {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid #E9E9ED;
}

.order-form__item .range-slider-wrpr+.range-slider-wrpr {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.popover-drop {
    display: none;
}

.popover-drop[data-show] {
    display: block;
}

.tippy-box {
    max-width: 210px !important;
}

.tippy-box {
    background: #020614;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

.tippy-content {
    padding: 12px;
}

.tippy-arrow {
    color: #020614;
}

.base-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #01030B;
}

.order-form__item .base-text b {
    font-weight: 500;
}

.order-price-wrpr {
    display: flex;
    /* flex-wrap: wrap; */
}

.order-price-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #020614;
    flex: auto;
    padding-right: 10px;
}

.order-price {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #3F57FF;
    text-align: right;
}

.order-price__text {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #01030B;
    opacity: .5;
}

.icon-btn:last-child:not(:only-child) {
    margin-left: 8px;
}

.btn-form {
    margin: 56px auto 0;
}

.noUi-handle {
    cursor: pointer;
}

.input-group__title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #01030B;
    margin-bottom: 8px;
}

.form-user__content.guest {
    padding: 32px;
}

.input.input--gray {
    border-color: #D7D8DC;
}

.range-slider-price-old {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #01030B;
    opacity: .5;
}

.btn-primary.disabled {
    opacity: .5;
    pointer-events: none;
}

.range-slider-title .select {
    margin: 0 5px 0 12px;
}

/* select */
[data-drop] {
    position: relative;
    display: inline-block;
}

[data-drop-btn] {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease;
}

[data-drop-list] {
    display: none;
    position: absolute;
    top: 100%;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    box-shadow: 0px 2px 13px rgba(2, 6, 20, 0.08);
    border-radius: 10px;
    z-index: 20;
    margin-top: 6px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

[data-drop].active [data-drop-list] {
    display: block;
}

[data-drop].active [data-drop-btn] {
    background-color: #F5F5F6;
}

.select.select-sm [data-drop-btn] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #01030B;
    padding: 3px 4px;
    border-radius: 4px;
}

.select {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #020614;
}

.select .select__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}

.select.select-sm .select__arrow {
    margin-left: 3px;
}

.select__list {
    padding: 10px 0;
    min-width: 192px;
}

.select__list-item {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #020614;
    opacity: .9;
}

.select__list-item a {
    display: block;
    padding: 10px 16px 10px 40px;
    position: relative;
}

.select__list-item a:after {
    display: none;
    content: '';
    position: absolute;
    top: 10px;
    left: 16px;
    width: 20px;
    height: 20px;
    background-image: url(../img/check-blue.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    transition: all .2s ease;
}

.select__list-item a:hover {
    background-color: #F5F5F6;
}

.select__list-item a.current:after {
    display: block;
}

.select__list-item:not(:last-child) {
    margin-bottom: 5px;
}

/* check */
.module__check input,
.module__radio input {
    display: none;
}

.module__check {
    cursor: pointer;
    display: inline-flex;
}

.module__check .text {
    margin-left: 10px;
    padding-top: 3px;
}

.module__check .check {
    width: 20px;
    height: 20px;
    border: 2px solid #D7D8DC;
    box-sizing: border-box;
    border-radius: 5px;
    flex-shrink: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #01030B;
}

.module__check input:checked+.check {
    border-color: #3F57FF;
    background: url("../img/neutral-check.svg") no-repeat center center;
}

.select-chekbox .module__check {
    padding: 16px 20px;
    width: 100%;
}

.select-chekbox {
    border: 1px solid #D7D8DC;
    border-radius: 4px;
    padding: 6px 6px 6px 0;
}

.select-chekbox__container {
    max-height: 184px;
    overflow: auto;
}

.select-chekbox__container::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background: rgba(2, 6, 20, .1);
}

.select-chekbox__container::-webkit-scrollbar-thumb {
    background-color: rgba(2, 6, 20, .5);
}

.select-chekbox .module__check:hover {
    background-color: #F5F5F6;
}

.post-order__top {
    display: flex;
    align-items: center;
}

.post-order__img {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.post-order__content {
    max-width: calc(100% - 72px);
}

.post-order__content a {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #3F57FF;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-order__title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #01030B;
}

.post-order__prise {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #020614;
}

.post-order__prise .btn {
    margin-left: 8px;
}

.post-order__info-item {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.post-order__info-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #020614;
}

.post-order__info-title a {
    margin-left: 12px;
}

.error .input {
    border-color: #E44141;
}

.error-text {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #E44141;
}

.order-form__register {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.order-form__register .btn {
    white-space: nowrap;
}

.order-form__register-text {
    padding-right: 10px;
}

.form-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #01030B50;
    margin-top: 6px;
}

.price-detiles__item {
    display: flex;
    justify-content: space-between;
}

.price-detiles__item+.price-detiles__item {
    margin-top: 20px;
}

.price-detiles__text h4 {
    font-weight: 400;
}

.price-detiles__value {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #020614;
}

.price-detiles__text .form-text {
    margin-top: 6px;
}

.order-price-text {
    flex: auto;
}

.coupone-added {
    width: 100%;
    max-width: 260px;
    display: flex;
    align-items: center;
    border: 1px solid #D7D8DC;
    border-radius: 16px;
    margin-top: 12px;
}

.coupone-added__input {
    background-color: transparent;
    height: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #01030B;
    flex: auto;
    width: 100%;
    padding: 9px 9px 9px 34px;
    background-image: url(../img/input-check.svg);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 16px;
}

.coupone-added .btn {
    margin: -1px;
    background-color: #D9DDFF;
}

.order-items {
    padding: 16px 32px;
    background: #F5F5F6;
    border-radius: 10px;
}

[data-spoller-drop] {
    display: none;
}

[data-spoller-btn] {
    cursor: pointer;
}

.spoller__btn {
    display: flex;
    align-items: center;
}

.spoller__title {
    display: flex;
    align-items: center;
    flex: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #020614;
    padding: 16px 0;
}

.spoller__title .spoller__arrow {
    margin-right: 8px;
}

[data-spoller].active .spoller__arrow {
    transform: rotate(180deg);
}

.spoller__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

.account-item {
    display: flex;
    align-items: center;
    background: #E9E9E9;
    border-radius: 4px;
    padding: 12px;
}

.spoller__dropdown {
    padding-bottom: 16px;
}

.account-item__img {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 12px;
}

.account-item__title {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #01030B;
}

.account-item__title .form-user__nick {
    font-size: 10px;
}

.account-item__order-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2px;
}

.account-item__order-list li {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    opacity: .5;
}

.account-item__order-list li:not(:last-child) {
    margin-right: 10px;
}

.base-link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #01030B;
    opacity: 0.5;
}

.order-price-title+.base-link {
    display: block;
    margin-top: 6px;
}

.price-detiles__text h3 {
    font-size: 20px;
}

.tabs+.btn-form {
    margin-top: 36px;
}

.protect-info {
    display: flex;
    flex-wrap: wrap;
    background: #F5F5F6;
    border-radius: 10px;
    padding: 10px;
}

.protect-info__item {
    flex: 0 0 33.3333%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.protect-info__img {
    margin-bottom: 12px;
}

.protect-info__text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #01030B;
}

.btn-form+.protect-info {
    margin-top: 56px;
}

.select-login [data-drop-btn] {
    background-color: #3F57FF;
    border-radius: 24px;
    color: white;
    width: 187px;
    height: 48px;
    padding: 14px 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.select-login.active [data-drop-btn] {
    background-color: #3F57FF;
}

.user-dropdown {
    min-width: 283px;
    padding: 0 20px;
}
.user-dropdown__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #E9E9ED;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.user-dropdown__top span {
    font-weight: 500;
}
.user-dropdown__top  .btn {
    white-space: nowrap;
}
.user-dropdown__list {
    padding: 12px 0;
}

.user-dropdown__list li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #020614;
    opacity: .9;
    display: block;
    padding: 6px 0;
}
.user-dropdown__list li a.active {
    font-weight: 600;
}

.select__drop.right-pos {
    left: auto;
    right: 0;
}