ul, li {
    text-decoration: none;
    list-style: none;
    color: inherit
}

button {
    border: none
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Inter
}

.new__design .type__box {
    position: relative;
    margin-right: 73px;
    display: flex;
    align-items: center
}

.new__design .type__box-text {
    font-size: 16px;
    font-weight: 400
}

.new__design .info-control {
    right: -30px;
    top: 12px
}

.new__design .info-control .icon-info-control {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21V21C7.029 21 3 16.971 3 12V12C3 7.029 7.029 3 12 3V3C16.971 3 21 7.029 21 12V12C21 16.971 16.971 21 12 21Z' stroke='%23D3D1D0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 13.25V13C12 12.183 12.505 11.74 13.011 11.4C13.505 11.067 14 10.633 14 9.83301C14 8.72801 13.105 7.83301 12 7.83301C10.895 7.83301 10 8.72801 10 9.83301' stroke='%23D3D1D0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.999 16C11.861 16 11.749 16.112 11.75 16.25C11.75 16.388 11.862 16.5 12 16.5C12.138 16.5 12.25 16.388 12.25 16.25C12.25 16.112 12.138 16 11.999 16' stroke='%23D3D1D0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 18px;
    height: 18px
}

.new__design .header__main-inner {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px
}

@media (max-width: 800px) {
    .new__design .header__main-inner {
        margin-bottom: 0
    }
}

.new__design .header__main-inner .logo {
    margin-right: 32px
}

.new__design .header__main-inner .logo__img {
    max-width: 190px
}

@media (max-width: 800px) {
    .new__design .header__main-inner .logo__img {
        max-width: 150px
    }
}

.new__design .header__main-inner .header__main-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 16px;
    text-align: center
}

.new__design .header__main-inner .header__main-buttons .header__main-btn__color {
    border: 1px solid rgba(204, 224, 255, .35);
    border-radius: 56px;
    background: rgba(204, 224, 255, .24);
    width: 56px;
    height: 56px;
    position: relative
}

@media (max-width: 490px) {
    .new__design .header__main-inner .header__main-buttons .header__main-btn__color {
        display: flex
    }
}

.new__design .header__main-inner .header__main-btn__basket {
    display: flex;
    position: relative
}

.new__design .header__main-inner .header__main-btn, .new__design .header__main-inner .header__basket {
    border: 1px solid rgba(204, 224, 255, .35);
    border-radius: 56px;
    background: rgba(204, 224, 255, .24);
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer
}

@media (max-width: 490px) {
    .new__design .header__main-inner .header__main-btn, .new__design .header__main-inner .header__basket {
        display: none
    }
}

.new__design .header__main-inner .header__main-btn:hover, .new__design .header__main-inner .header__basket:hover {
    border: 1px solid var(--hover);
    transition: var(--color__transition)
}

.new__design .header__main-inner .header__main-btn__svg, .new__design .header__main-inner .header__basket__svg {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.new__design .header__main-inner .header__main-btn .user-name, .new__design .header__main-inner .header__basket .user-name {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 44px;
    height: 44px;
    border: none
}

.new__design .header__main-inner .header__main-btn .user-name:hover, .new__design .header__main-inner .header__basket .user-name:hover {
    color: #fff
}

.new__design .header__main-inner .modal__bg1 {
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    animation: bg .5s ease
}

.new__design .header__main-inner .basket__info-dropdaun {
    border-radius: 24px;
    background: #fff;
    padding: 16px;
    width: 400px
}

.new__design .header__main-inner .basket__info-dropdaun .basket__title {
    color: #5c6a80;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 8px
}

.new__design .header__main-inner .basket__info-dropdaun .basket__text {
    color: #5c6a80;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 8px
}

.new__design .header__main-inner .menu-basket {
    background-color: rgba(0, 0, 0, 0);
    padding: 0
}

.new__design .header__main-inner .basket__info-dropdaun__filled {
    border-radius: 24px;
    background: #fff;
    padding: 16px;
    width: 400px
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner {
    margin-bottom: 24px
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .filled-inner__item {
    margin-bottom: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    background: rgba(204, 224, 255, .32);
    padding: 12px 10px;
    text-align: left;
    display: flex;
    align-items: center
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .filled-inner__item:hover {
    cursor: pointer
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .filled-inner__item-box {
    display: block
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .filled-inner__item .filled-inner__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: var(--color);
    margin-bottom: 8px
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .filled-inner__item .filled-inner__prise {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #0f0d0c;
    margin-bottom: 0
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .filled-inner__item-img {
    display: flex;
    column-gap: 12px;
    margin-left: auto
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .filled-inner__item-img svg {
    cursor: pointer
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .filled-inner__item-img div {
    background-color: rgba(0, 0, 0, 0);
    width: 30px;
    height: 30px
}
/*
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-green {
    border-left: 8px solid #74ed80
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-green:hover {
    border: 1px solid #74ed80;
    border-left: 8px solid #74ed80
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-green.active {
    border: 1px solid #74ed80;
    border-left: 8px solid #74ed80
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-blue {
    border-left: 8px solid #4f95ff
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-blue:hover {
    border: 1px solid #4f95ff;
    border-left: 8px solid #4f95ff
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-blue.active {
    border: 1px solid #4f95ff;
    border-left: 8px solid #4f95ff
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-yellow {
    border-left: 8px solid #ffd84f
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-yellow:hover {
    border: 1px solid #ffd84f;
    border-left: 8px solid #ffd84f
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-yellow.active {
    border: 1px solid #ffd84f;
    border-left: 8px solid #ffd84f
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-lgreen {
    border-left: 8px solid #4fffca
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-lgreen:hover {
    border: 1px solid #4fffca;
    border-left: 8px solid #4fffca
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-lgreen.active {
    border: 1px solid #4fffca;
    border-left: 8px solid #4fffca
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-red {
    border-left: 8px solid #ff4f4f
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-red:hover {
    border: 1px solid #ff4f4f;
    border-left: 8px solid #ff4f4f
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-red.active {
    border: 1px solid #ff4f4f;
    border-left: 8px solid #ff4f4f
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-black {
    border-left: 8px solid #423a3a
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-black:hover {
    border: 1px solid #423a3a;
    border-left: 8px solid #423a3a
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-black.active {
    border: 1px solid #423a3a;
    border-left: 8px solid #423a3a
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-violet {
    border-left: 8px solid #732fca
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-violet:hover {
    border: 1px solid #732fca;
    border-left: 8px solid #732fca
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-violet.active {
    border: 1px solid #732fca;
    border-left: 8px solid #732fca
}
*/

.new__design .header__search {
    width: 100%;
    margin-right: 32px
}

@media (max-width: 800px) {
    .new__design .header__search {
        display: none
    }
}

.new__design .header__search-form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center
}

.new__design .header__search-form__input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 16px;
    border: 1px solid rgba(204, 224, 255, .64);
    border-radius: 12px;
    background: rgba(204, 224, 255, .24)
}

.new__design .header__search-form__input::placeholder {
    color: #5c6a80
}

.new__design .header__search-form__input:focus {
    border: 1px solid var(--hover)
}

.new__design .header__search-form__icon {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7138 6.8382C18.1647 9.28913 18.1647 13.2629 15.7138 15.7138C13.2629 18.1647 9.28913 18.1647 6.8382 15.7138C4.38727 13.2629 4.38727 9.28913 6.8382 6.8382C9.28913 4.38727 13.2629 4.38727 15.7138 6.8382' stroke='%235C6A80' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M19 19L15.71 15.71' stroke='%235C6A80' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 16px;
    width: 40px;
    height: 40px;
    right: 16px
}

.new__design .header__search-mb {
    display: none
}

@media (max-width: 800px) {
    .new__design .header__search-mb {
        display: flex;
        margin-bottom: 24px
    }
}

.new__design .breadcrumb__new {
    margin-bottom: 20px
}

.new__design .breadcrumb__new .breadcrumb-list {
    display: flex;
    justify-content: left;
    padding: 0
}

.new__design .breadcrumb__new .breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #969696;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none
}

.new__design .breadcrumb__new .breadcrumb-item::after {
    content: "";
    border-radius: 50%;
    background-color: #969696;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 0px
}

.new__design .breadcrumb__new .breadcrumb-item .breadcrumb-item-link {
    display: inline-block;
    margin-right: 16px;
    text-decoration: none
}

.new__design .breadcrumb__new .breadcrumb-item-last {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #5c6a80;
    margin-left: 10px
}

.new__design .active__link {
    color: var(--color);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px
}

.new__design .line {
    border: 1px solid #5c6a80;
    opacity: .15;
    margin-bottom: 32px
}

.new__design .form__btn-new {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0px 4px 24px 4px rgba(225, 85, 1, .16);
    background: var(--color-form);
    padding: 12px 62px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 32px;
    margin-top: 32px;
    height: 56px
}

.new__design .form__btn-new:hover {
    background: var(--hover-form);
    transition: var(--color__transition)
}

.new__design .form__btn-new:active {
    background: var(--active-form);
    transition: var(--color__transition)
}

.new__design .form__btn-new:focus {
    outline: none
}

.new__design .form__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    text-align: center;
    color: var(--color-form)
}

.new__design .form__link:hover {
    color: var(--hover-form);
    transition: var(--color__transition);
    text-decoration: none
}

.new__design .form__link:active {
    color: var(--active-form);
    transition: var(--color__transition)
}

.new__design .logo__form {
    margin: 50px auto 100px;
    display: block
}

.new__design .form__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #0f0d0c;
    text-align: center;
    margin-bottom: 32px
}

.new__design .password__control {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -12px
}

.new__design .password__control:hover path {
    stroke: #e15501;
    transition: all .3s
}

.new__design .btn-disable {
    background: #b4bdcb;
    box-shadow: none;
    margin-bottom: 0;
    cursor: default
}

.new__design .btn-disable:hover {
    background: #b4bdcb
}

.new__design .form__btn-next {
    background: var(--color);
    box-shadow: none;
    margin-bottom: 0
}

.new__design .form__btn-next:hover {
    background: var(--hover)
}

.new__design .form__btn-next:active {
    background: var(--active)
}

.new__design .control__view {
    display: none
}

.new__design .control__view:hover path {
    stroke: #e15501;
    transition: all .3s
}

.new__design .error__text-input {
    display: none
}

.new__design .view .password__control {
    display: none
}

.new__design .view .control__view {
    display: block !important
}

.new__design .registration__box {
    margin: 0 auto;
    text-align: center
}

.new__design .registration__box-text {
    color: #a6a6a6;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.new__design .registration__box-link {
    color: var(--color-form)
}

.new__design .registration__box-link:hover {
    color: var(--hover-form);
    text-decoration: none;
    transition: var(--color__transition)
}

.new__design .registration__box-link:active {
    color: var(--active-form);
    transition: var(--color__transition)
}

.new__design .error__new-block {
    border: 1px solid rgba(227, 227, 227, .5);
    border-radius: 12px;
    box-shadow: 0px 4px 24px 4px rgba(85, 66, 54, .04);
    background: #fff;
    padding: 16px;
    width: 390px;
    margin-top: 48px;
    display: flex;
    position: absolute;
    left: -100%
}

.new__design .error__new-block .error__text {
    max-width: 300px;
    margin-left: 24px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0f0d0c
}

.new__design .error__new-block-box {
    width: 100%;
    overflow: hidden;
    height: 195px;
    position: relative
}

.new__design .error__new-block__active {
    animation-duration: 5s;
    animation-name: slideerror
}

.new__design .error__new-block__active-hide {
    transition: left .4s linear;
    left: 100%;
    margin-left: 0
}

.new__design .error__text-input {
    display: none
}

.new__design .error {
    margin-bottom: 40px
}

.new__design .error input {
    background: rgba(239, 42, 30, .04);
    border: 1px solid #ef2a1e
}

.new__design .error .error__text-input {
    display: block;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 8px;
    color: #ef2a1e
}

.new__design .form__requisites-box {
    border-radius: 12px;
    background: #f8f8f8;
    padding: 16px;
    margin: 40px 0
}

.new__design .form__requisites-box__text {
    color: #0f0d0c;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 24px
}

.new__design .form__requisites-box__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 8px;
    padding: 12px 62px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    background: var(--color-form)
}

.new__design .form__requisites-box__btn:hover {
    background: var(--hover-form)
}

.new__design .form__requisites-box__btn:active {
    background: var(--active-form)
}

.new__design .form__requisites-box__btn:focus {
    outline: none
}

.new__design .basket__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--color);
    padding: 12px 62px;
    width: 100%;
    height: 56px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 40px
}

.new__design .basket__btn:hover {
    background: var(--hover);
    cursor: pointer
}

.new__design .basket__btn:active {
    background: var(--active)
}

@keyframes slideerror {
    from {
        margin-left: -100%
    }
    to {
        left: 100%;
        margin-left: 0
    }
    30% {
        left: 50%;
        margin-left: -191px
    }
    70% {
        left: 50%;
        margin-left: -191px
    }
}

body {
    --color: #5C6A80;
    --hover: #526076;
    --active: #66748A;
    --disabel: #B4BDCB;
    --color-form: #E15501;
    --hover-form: #D74B00;
    --active-form: #EB5F0B;
    --disabel-form: #EBA982;
    --color__transition: transition: all .3s
}

.new__design .container {
    width: 1140px
}

@media (max-width: 480px) {
    .new__design .container {
        width: 540px;
        max-width: 100%
    }
}

.new__design .new__header {
    border-bottom: 1px solid rgba(204, 224, 255, .35)
}

.new__design .new__header .header__top {
    padding-top: 14px;
    margin-bottom: 34px
}

.new__design .new__header .header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.new__design .new__header .header__top-box {
    display: flex;
    align-items: center
}

.new__design .new__header .header__top-box__adress {
    margin-left: 4px
}

.new__design .new__header .header__top-box__link {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #4b4744
}

.new__design .new__header .header__top-info__list {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 0
}

.new__design .new__header .header__top-info__item {
    display: flex;
    align-items: center
}

@media (max-width: 700px) {
    .new__design .new__header .header__top-info .opening__info-item {
        display: none
    }
}

@media (max-width: 520px) {
    .new__design .new__header .header__top-info .whatsapp__info-item {
        display: none
    }
}

@media (max-width: 460px) {
    .new__design .new__header .header__top-info .email__info-item {
        display: none
    }
}

.new__design .new__header .header__top-info__text {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #969696
}

.new__design .new__header .header__top-info .header__top-line {
    border: 1px solid #e3e3e3;
    width: 1px;
    height: 19px
}

@media (max-width: 700px) {
    .new__design .new__header .header__top-info .header__top-line1 {
        display: none
    }
}

@media (max-width: 700px) {
    .new__design .new__header .header__top-info .header__top-line3 {
        display: none
    }
}

@media (max-width: 460px) {
    .new__design .new__header .header__top-info .header__top-line2 {
        display: none
    }
}

.new__design .new__header .header__top-info__item-phone {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #0f0d0c
}

.new__design .new__header .header__top-info__item-email {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #0f0d0c
}

.new__design .new__header .header__top-info__item-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #0dc143;
    display: flex;
    align-items: center
}

.new__design .new__header .header__top-info__item-text .header__top-svg {
    margin-right: 5px
}

@media (max-width: 900px) {
    .new__design .new__header .header__top-info__item-text .whatsapp__text {
        display: none
    }
}

@media (max-width: 1060px) {
    .new__design .header__menu-inner {
        display: none
    }
}

.new__design .header__menu-inner .header__menu-list {
    display: flex;
    align-items: center;
    column-gap: 32px;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 25px
}

.new__design .header__menu-inner .header__menu-list .header__menu-item__burger {
    padding: 16px 0
}

.new__design .header__menu-inner .header__menu-list .header__menu-burger__link {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #fff;
    background: var(--color);
    border-radius: 8px;
    padding: 16px
}

.new__design .header__menu-inner .header__menu-list .header__menu-burger__link:hover {
    text-decoration: none;
    background: var(--hover);
    transition: var(--color__transition)
}

.new__design .header__menu-inner .header__menu-list .header__menu-burger__link:active {
    background: var(--active);
    transition: var(--color__transition)
}

.new__design .header__menu-inner .header__menu-list .header__menu-burger__link .menu__burger-svg {
    margin-right: 8px
}

.new__design .header__menu-inner .header__menu-list .header__menu-item__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #969696;
    padding: 10px 0 43px
}

.new__design .header__menu-inner .header__menu-list .header__menu-item__link:hover {
    text-decoration: none;
    color: var(--hover);
    border-bottom: 1px solid var(--hover)
}

.new__design .header__menu-inner .header__menu-list .header__menu-item__link:active {
    color: var(--color);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    border-bottom: 1px solid var(--active)
}

.new__design .header__menu-inner .header__menu-list .active__link {
    color: var(--color);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    border-bottom: 1px solid var(--active)
}

.new__design .header__menu-inner .header__menu-list .top-menu__item:hover::before {
    border-color: rgba(0, 0, 0, 0)
}

.new__design .header__menu-inner .header__menu-list .top-menu__item.m-cat {
    margin-left: 0;
    padding: 16px 0
}

.new__design .header__diler {
    background: #5c6a80;
    padding: 0
}

.new__design .header__diler-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0
}

@media (max-width: 800px) {
    .new__design .header__diler-box {
        display: block
    }
}

.new__design .header__diler-list {
    display: flex;
    column-gap: 32px;
    margin-bottom: 0;
    padding: 8px 0
}

@media (max-width: 800px) {
    .new__design .header__diler-list {
        display: none
    }
}

.new__design .header__diler-list .header__diler-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #fff
}

.new__design .header__diler-list .header__diler-item .header__diler-link:hover {
    color: #fff;
    text-decoration: none
}

.new__design .header__diler .manager__info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative
}

@media (max-width: 490px) {
    .new__design .header__diler .manager__info {
        display: grid;
        grid-template-columns:repeat(1, 1fr)
    }
}

.new__design .header__diler .manager__info-img {
    margin-right: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.new__design .header__diler .manager__info .manager__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    padding: 8px 0;
    height: 48px
}

.new__design .header__diler .manager__info .manager__link:hover {
    color: #fff;
    text-decoration: none
}

.new__design .header__diler .manager__info .modal__bg {
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 15;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    animation: bg .5s ease
}

.new__design .header__diler .manager__info-dropdaun {
    border-radius: 24px;
    background: #fff;
    padding: 24px;
    width: 400px;
    z-index: 500;
    overflow: hidden;
    animation: scale .5s ease;
    position: absolute;
    right: 406px;
    top: 52px
}

@media (max-width: 470px) {
    .new__design .header__diler .manager__info-dropdaun {
        right: 0;
        width: 100%
    }
}

.new__design .header__diler .manager__info-dropdaun .manager__info-box {
    display: flex;
    column-gap: 12px;
    align-items: center
}

.new__design .header__diler .manager__info-dropdaun .manager__info-text {
    color: #a6a6a6;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 4px
}

.new__design .header__diler .manager__info-dropdaun .manager__name {
    color: #0f0d0c;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.new__design .header__diler .manager__info-dropdaun .line {
    border: 1px solid #e3e3e3;
    width: 100%;
    margin: 16px 0
}

.new__design .header__diler .manager__info-dropdaun .manager__info-phone {
    margin-bottom: 16px
}

.new__design .header__diler .manager__info-dropdaun .manager__info-email {
    margin-bottom: 16px
}

.new__design .header__diler .manager__info-dropdaun a {
    color: #0f0d0c
}

.new__design .header__diler .manager__info-dropdaun a:hover {
    color: #000
}

.new__design .profile__block-inner {
    margin-bottom: 100px
}

.new__design .profile__block-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin-top: 40px;
    margin-bottom: 32px;
    color: #5c6a80
}

.new__design .profile__block-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
}

@media (max-width: 920px) {
    .new__design .profile__block-box {
        justify-content: flex-start;
        margin-bottom: 20px
    }
}

@media (max-width: 470px) {
    .new__design .profile__block-box {
        display: block
    }
}

.new__design .profile__block-box__image {
    width: 80px;
    height: 80px;
    position: relative;
    margin-right: 16px
}

.new__design .profile__block-box__image .user-name {
    width: 80px;
    height: 80px
}

@media (max-width: 920px) {
    .new__design .profile__block-box__image {
        width: 70px;
        height: 70px
    }

    .new__design .profile__block-box__image .user-name {
        width: 70px;
        height: 70px
    }
}

.new__design .profile__block-box__image .profile__block__svg {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.new__design .profile__block-box__name {
    margin-right: 32px
}

@media (max-width: 470px) {
    .new__design .profile__block-box__name {
        margin-right: 0
    }
}

.new__design .profile__block-box__text {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
    color: #0f0d0c
}

@media (max-width: 570px) {
    .new__design .profile__block-box__text {
        font-size: 16px
    }
}

.new__design .profile__block-box__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #5c6a80
}

@media (max-width: 570px) {
    .new__design .profile__block-box__link {
        font-size: 14px
    }
}

.new__design .profile__block-box__btn {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #f3f8ff;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #5c6a80;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 112px
}

@media (max-width: 470px) {
    .new__design .profile__block-box__btn {
        margin-top: 20px
    }
}

.new__design .profile__block-box__btn:hover {
    border: 1px solid var(--hover);
    transition: var(--color__transition)
}

.new__design .profile__block-box .btn__svg {
    margin-right: 4px
}

.new__design .profile__block .profile__block-box__wrap {
    display: flex;
    align-items: center
}

@media (max-width: 920px) {
    .new__design .profile__block .profile__block-box__wrap-hide {
        display: none
    }
}

.new__design .profile__block .profile__block-box__wrap-mb {
    display: none
}

@media (max-width: 920px) {
    .new__design .profile__block .profile__block-box__wrap-mb {
        display: flex;
        margin-bottom: 40px
    }
}

.new__design .profile__block-info {
    border: 1px solid rgba(204, 224, 255, .64);
    border-radius: 12px;
    background: rgba(204, 224, 255, .24);
    padding: 12px 24px;
    width: 160px;
    margin-right: 16px
}

.new__design .profile__block-info:hover {
    cursor: pointer;
    background: #dfeafb
}

@media (max-width: 470px) {
    .new__design .profile__block-info {
        padding: 12px
    }
}

.new__design .profile__block-info__number {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #0f0d0c;
    margin-bottom: 4px
}

.new__design .profile__block-info__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #5c6a80;
    margin-bottom: 0
}

.new__design .profile__block-adress {
    margin-bottom: 40px;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    background: #fff
}

.new__design .profile__block-adress__label {
    display: block;
    color: #a6a6a6;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0
}

.new__design .profile__block-adress input[type=text] {
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0f0d0c;
    width: 100%
}

.new__design .profile__block-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.new__design .profile__block-wrap__link:hover {
    text-decoration: none
}

@media (max-width: 470px) {
    .new__design .profile__block-wrap__link {
        width: 100%
    }
}

.new__design .profile__block-wrap__item {
    padding: 16px;
    border-radius: 16px;
    background: #edf4ff;
    width: 350px;
    border: 1px solid #cce0ff;
    height: 100%
}

.new__design .profile__block-wrap__item .profile__block-img {
    margin-bottom: 20px;
    width: 48px;
    height: 48px
}

.new__design .profile__block-wrap__item:hover {
    background: #dfeafb
}

.new__design .profile__block-wrap__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
    color: #0f0d0c
}

.new__design .profile__block-wrap__text {
    color: #5c6a80;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.new__design .profile__block-wrap__text-red {
    color: #ef2a1e
}

.new__design .profile__block-sale {
    border: 1px solid #cce0ff;
    border-radius: 16px;
    width: 100%;
    padding: 24px;
    margin-bottom: 40px
}

.new__design .profile__block-sale__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px
}

@media (max-width: 690px) {
    .new__design .profile__block-sale .data__drop-box__var {
        display: block
    }
}

.new__design .profile__block-sale__box:last-child {
    margin-bottom: 0
}

.new__design .profile__block-sale .data__drop {
    width: 165px
}

.new__design .profile__block-sale .data__drop-box {
    position: relative
}

.new__design .profile__block-sale .data__drop-box .data__drop-btn {
    position: relative;
    width: 165px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 40px;
    color: #0f0d0c;
    display: flex;
    align-items: center;
    cursor: pointer
}

.new__design .profile__block-sale .data__drop-box .data__drop-btn::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10L12 14L16 10' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -12px;
    pointer-events: none
}

.new__design .profile__block-sale .data__drop-box .data__drop-btn input {
    border: 1px solid rgba(204, 224, 255, .64);
    line-height: 24px;
    height: 40px;
    background: rgba(204, 224, 255, .24);
    cursor: pointer
}

.new__design .profile__block-sale .data__drop-box .data__drop-list {
    border: 1px solid rgba(204, 224, 255, .64);
    border-radius: 8px;
    background: #fff;
    margin-top: 4px;
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 150px;
    padding: 8px 8px;
    overflow: auto;
    margin-bottom: 0;
    display: none
}

.new__design .profile__block-sale .data__drop-box .data__drop-item {
    cursor: pointer;
    margin-bottom: 10px
}

.new__design .profile__block-sale .data__drop-box .open {
    display: block
}

.new__design .profile__block-sale .data__drop-box .data__drop-btn--active {
    border: 1px solid var(--hover)
}

.new__design .profile__block-sale .profile__block-sale__info {
    text-align: right
}

@media (max-width: 690px) {
    .new__design .profile__block-sale .profile__block-sale__info {
        text-align: left;
        margin-top: 10px
    }
}

.new__design .profile__block-sale .profile__block-sale__info .sale__box-number {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
    color: #5c6a80
}

.new__design .profile__block-sale .profile__block-sale__info .sale__box-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #5c6a80;
    margin-bottom: 0
}

.new__design .profile__block-sale .profile__block-sale__payment .sale__box-number {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #0f0d0c;
    margin-bottom: 4px
}

.new__design .profile__block-sale .profile__block-sale__payment .sale__box-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #5c6a80;
    margin-bottom: 0
}

.new__design .profile__block-sale .payment__right {
    text-align: right
}

@media (max-width: 570px) {
    .new__design .profile__block-sale .profile__block-sale__hint {
        display: none
    }
}

.new__design .profile__block-sale .profile__block-sale__hint .sale__hint {
    border: 1px solid rgba(204, 224, 255, .64);
    border-radius: 8px;
    background: rgba(204, 224, 255, .24);
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #5c6a80;
    cursor: pointer;
    position: relative
}

.new__design .profile__block-sale .profile__block-sale__hint .sale__hint:hover {
    border: 1px solid var(--hover);
    transition: var(--color__transition)
}

.new__design .profile__block-sale .profile__block-sale__hint .modal__bg2 {
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    animation: bg .5s ease
}

.new__design .profile__block-sale .profile__block-sale__hint .hint__info-box {
    border-radius: 24px;
    background: #fff;
    padding: 30px;
    width: 600px;
    position: absolute;
    top: 48%;
    left: 50%;
    margin-left: -300px
}

.new__design .profile__block-sale .profile__block-sale__hint .hint__info-box__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
    color: #0f0d0c
}

.new__design .profile__block-sale .profile__block-sale__hint .hint__info-box__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #5c6a80;
    margin-bottom: 0
}

.new__design .profile__block-sale .profile__block-sale__hint .hint__info-box .hint__open {
    top: 0;
    position: absolute;
    right: -58px;
    cursor: pointer
}

.new__design .profile__block-sale__color {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(53, 210, 14, .32);
    border-radius: 4px;
    background: rgba(53, 210, 14, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    position: relative
}

.new__design .profile__block-sale__color .sale__color-percents {
    width: 84%;
    height: 48px;
    background: #35d20e;
    position: absolute;
    z-index: 1;
    border-radius: 4px;
    transition: 1s
}

.new__design .profile__block-sale__color .sale__color-text {
    text-align: right;
    margin-right: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0f0d0c;
    margin-left: auto;
    z-index: 2
}

.new__design .form__new .form__entrance {
    margin: 0 auto;
    display: block;
    border: 1px solid rgba(227, 227, 227, .5);
    border-radius: 20px;
    box-shadow: 0px 4px 24px 4px rgba(85, 66, 54, .04);
    background: #fff;
    padding: 36px;
    max-width: 440px;
    margin-bottom: 32px
}

.new__design .form__new .form__entrance .input__box {
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.new__design .form__new .form__entrance .input__box input {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    background: #fff;
    padding: 14px 14px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.new__design .form__new .form__entrance .input__box input:focus + .password__controlswg path {
    stroke: #e15501
}

.new__design .form__new .form__entrance .input__box .password__control {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -12px
}

.new__design .form__new .form__entrance .input__box .password__control:hover path {
    stroke: #e15501;
    transition: all .3s
}

.new__design .form__new .form__entrance .input__box .password__control:hover {
    cursor: pointer
}

.new__design .form__new .form__entrance .input__box .control__view {
    display: none;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -12px
}

.new__design .form__new .form__entrance .input__box .control__view:hover path {
    stroke: #e15501;
    transition: all .3s
}

.new__design .form__new .form__entrance .input__box .control__view:hover {
    cursor: pointer
}

.new__design .form__new .form__entrance .input__box .checkbox-wrapper .checkbox-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px
}

.new__design .form__new .form__entrance .input__box .checkbox-wrapper .checkbox {
    border-radius: 12px;
    border: 1px solid #e3e3e3
}

.new__design .form__new .form__entrance .input__box .checkbox-wrapper input:checked + .checkbox {
    background-color: #e15501;
    border-color: #e15501;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMy4xNjcgNC4yIDYuNWw0LjgtNSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px
}

.new__design .form__new .form__entrance .input__box .checkbox {
    background: #fff
}

.new__design .form__new .form__entrance .error {
    margin-bottom: 40px
}

.new__design .form__new .form__entrance .error input {
    background: rgba(239, 42, 30, .04);
    border: 1px solid #ef2a1e
}

.new__design .form__new .form__entrance .error .error__text-input {
    display: block;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 8px;
    color: #ef2a1e
}

.new__design .form__new .form__entrance-box {
    display: block
}

.new__design .container {
    width: 1140px
}

@media (max-width: 540px) {
    .new__design .container {
        width: 540px;
        max-width: 100%
    }
}

.new__design .form__registration {
    max-width: 828px;
    padding: 36px;
    border: 1px solid rgba(227, 227, 227, .5);
    border-radius: 20px;
    box-shadow: 0px 4px 24px 4px rgba(85, 66, 54, .04);
    background: #fff;
    margin: 0 auto;
    margin-bottom: 32px
}

.new__design .form__registration-inner {
    position: relative
}

.new__design .form__registration .registration__step {
    margin-top: 32px;
    margin-bottom: 40px;
    width: 100%;
    display: block
}

.new__design .form__registration .registration__step-box {
    display: flex;
    column-gap: 8px;
    margin-bottom: 16px
}

.new__design .form__registration .registration__step-box .registration__step-line {
    border-radius: 4px;
    background: #e3e3e3;
    height: 6px;
    width: 100%
}

.new__design .form__registration .registration__step-box .active__line {
    border: 1px solid #e15501;
    border-radius: 4px;
    background: #fff;
    height: 6px;
    width: 100%
}

.new__design .form__registration .registration__step-box .completed__line {
    background: #e15501
}

.new__design .form__registration .registration__step-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #a6a6a6
}

.new__design .form__registration-inner__data {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    column-gap: 20px
}

@media (max-width: 500px) {
    .new__design .form__registration-inner__data {
        grid-template-columns:repeat(1, 1fr)
    }
}

.new__design .form__registration .input__box {
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.new__design .form__registration .input__box input:focus {
    border: 1px solid var(--color-form)
}

.new__design .form__registration .input__box label {
    position: absolute;
    color: #a6a6a6;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all .3s
}

.new__design .form__registration .input__box input:focus + label, .new__design .form__registration .input__box input:not(:placeholder-shown) + label {
    top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.new__design .form__registration .input__box-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10L12 14L16 10' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.new__design .form__registration .input__box-var {
    margin-top: 20px
}

.new__design .form__registration .input__box-var input {
    background: #f8f8f8
}

.new__design .form__registration .input__box-var label {
    color: #0f0d0c
}

.new__design .form__registration .error {
    margin-bottom: 40px
}

.new__design .form__registration .error input {
    background: rgba(239, 42, 30, .04);
    border: 1px solid #ef2a1e
}

.new__design .form__registration .error .error__text-input {
    display: block;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 8px;
    color: #ef2a1e
}

.new__design .form__registration .form__registration-box {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-top: 40px
}

@media (max-width: 500px) {
    .new__design .form__registration .form__registration-box {
        display: block
    }
}

.new__design .form__registration .form__registration-box .form__btn-new {
    margin-bottom: 0
}

@media (max-width: 650px) {
    .new__design .form__registration .form__registration-box__var {
        display: block
    }
}

.new__design .form__registration .error input {
    background: rgba(239, 42, 30, .04);
    border: 1px solid #ef2a1e
}

.new__design .form__registration .error .error__text-input {
    display: block;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 8px;
    color: #ef2a1e;
    margin-bottom: 20px
}

.new__design .form__registration-personal {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: #a6a6a6;
    margin-top: 24px
}

.new__design .form__registration-personal__link {
    text-decoration: line-through;
    text-underline-position: under;
    text-decoration-line: underline;
    text-decoration-thickness: from-font;
    text-decoration-thickness: from-font
}

.new__design .form__registration-personal__link:hover {
    color: var(--hover-form)
}

.new__design .registration__item {
    text-align: center;
    margin-top: 32px
}

.new__design .form__drop-box {
    position: relative
}

.new__design .form__drop-btn {
    position: relative;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 56px;
    padding: 16px 35px 16px 12px;
    text-align: left;
    color: #0f0d0c;
    display: flex;
    align-items: center;
    cursor: pointer
}

.new__design .form__drop-btn:focus {
    outline: none;
    border: 1px solid var(--color-form)
}

.new__design .form__drop-btn::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10L12 14L16 10' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -12px;
    pointer-events: none
}

.new__design .form__drop .form__drop-btn--active {
    border: 1px solid var(--color-form)
}

.new__design .form__drop .form__drop-btn--active .form__drop-btn::after {
    transform: rotate(180deg)
}

.new__design .form__drop-list {
    border: 1px solid #e3e3e3;
    background: #f8f8f8;
    margin-top: 4px;
    border-radius: 12px;
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 247px;
    overflow: auto;
    display: none
}

.new__design .form__drop .open {
    display: block
}

.new__design .form__drop-item {
    padding: 12px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0f0d0c;
    cursor: pointer
}

.new__design .form__drop-item:last-child {
    border-bottom: none
}

.new__design .form__drop-item:hover {
    color: var(--hover-form)
}

.new__design .form__drop .input__hidden-drop {
    display: none
}

.new__design .arrow__btn {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10L12 14L16 10' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    margin-top: 16px;
    right: 12px;
    margin-bottom: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.new__design .arrow__btn-rot {
    transform: rotate(180deg)
}

.new__design .form__drop-list1 {
    border: 1px solid #e3e3e3;
    background: #f8f8f8;
    margin-top: 4px;
    border-radius: 12px;
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 247px;
    overflow: auto;
    display: none
}

.new__design .open__list1 {
    display: block
}

.new__design .form__recover {
    margin: 0 auto;
    display: block;
    border: 1px solid rgba(227, 227, 227, .5);
    border-radius: 20px;
    box-shadow: 0px 4px 24px 4px rgba(85, 66, 54, .04);
    background: #fff;
    padding: 36px;
    max-width: 440px;
    margin-bottom: 32px
}

.new__design .form__recover .input__box label {
    position: absolute;
    color: #a6a6a6;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all .3s
}

.new__design .form__recover .input__box input:focus + label, .new__design .form__recover .input__box input:not(:placeholder-shown) + label {
    top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.new__design .recover__box-links {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 32px
}

.new__design .recover__box-links .recover__box-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-form)
}

.new__design .recover__box-links .recover__box-link:hover {
    color: var(--hover-form);
    --color__transition: transition: all .3s
}

.new__design .recover__box-links .recover__box-link:active {
    color: var(--active-form);
    --color__transition: transition: all .3s
}

.new__design .hint__new-block {
    border: 1px solid rgba(227, 227, 227, .5);
    border-radius: 12px;
    box-shadow: 0px 4px 24px 4px rgba(85, 66, 54, .04);
    background: #fff;
    padding: 16px 24px;
    max-width: 347px;
    margin: 48px auto 0;
    position: relative
}

.new__design .hint__new-block .hint__svg {
    position: absolute
}

.new__design .hint__new-block .error__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0f0d0c;
    padding-left: 28px;
    margin-bottom: 0
}

.new__design .hint__new-block__min {
    width: 210px
}

.new__design .entrance-block__active-error {
    transition: left .4s linear;
    left: 50%;
    margin-left: -163px
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.new-basket .fast-search #search-results a{
    padding: 5px 10px!important;
}

.new-basket .fast-search #search-results a:hover{
    background-color: #d3e1f7!important;
}

.rename_basket .led-red ,.add_new_basket .led-red, .led-red.basket-ammount{
    background-color:#DC143C!important;
}

.rename_basket .led-lgreen ,.add_new_basket .led-lgreen, .led-lgreen.basket-ammount{
    background-color:#3CB371!important;
}

.rename_basket .led-violet ,.add_new_basket .led-violet, .led-violet.basket-ammount {
    background-color:#C71585!important;
}

.rename_basket .led-lblue  ,.add_new_basket .led-lblue, .led-lblue.basket-ammount {
    background-color:#00FFFF!important;
}

.rename_basket .led-orange ,.add_new_basket .led-orange, .led-orange.basket-ammount {
    background-color:#FF8C00!important;
}

.rename_basket .led-blue ,.add_new_basket .led-blue, .led-blue.basket-ammount {
    background-color:#00008B!important;
}

.rename_basket .led-yellow ,.add_new_basket .led-yellow, .led-yellow.basket-ammount {
    background-color:#FFFF00!important;
}

.rename_basket .led-gray ,.add_new_basket .led-gray, .led-gray.basket-ammount {
    background-color:#808080!important;
}

.rename_basket .led-brown ,.add_new_basket .led-brown, .led-brown.basket-ammount {
    background-color:#8B4513!important;
}

.rename_basket .led-blue2 ,.add_new_basket .led-blue2, .led-blue2.basket-ammount {
    background-color:#2F4F4F!important;
}


.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-red.active,
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-red:hover{
    border: 1px solid #DC143C;
    border-left: 8px solid #DC143C;
}
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-lgreen.active,
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-lgreen:hover{
    border: 1px solid #3CB371;
    border-left: 8px solid #3CB371;
}
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-violet.active,
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-violet:hover
{
    border: 1px solid #C71585;
    border-left: 8px solid #C71585;
}
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-lblue.active,
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-lblue:hover
{
    border: 1px solid #00FFFF;
    border-left: 8px solid #00FFFF;
}
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-orange.active,
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-orange:hover{
    border: 1px solid #FF8C00;
    border-left: 8px solid #FF8C00;
}
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-blue.active,
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-blue:hover{
    border: 1px solid #00008B;
    border-left: 8px solid #00008B;
}
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-yellow.active,
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-yellow:hover{
    border: 1px solid #FFFF00;
    border-left: 8px solid #FFFF00;
}
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-gray.active,
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-gray:hover{
    border: 1px solid #808080;
    border-left: 8px solid #808080;
}
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-brown.active,
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-brown:hover{
    border: 1px solid #8B4513;
    border-left: 8px solid #8B4513;
}
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-blue2.active,
.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-blue2:hover{
    border: 1px solid #2F4F4F;
    border-left: 8px solid #2F4F4F;
}


.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-red{
    border-left: 8px solid #DC143C!important;
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-lgreen{
    border-left: 8px solid #3CB371!important;
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-violet{
    border-left: 8px solid #C71585!important;
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-lblue{
    border-left: 8px solid #00FFFF!important;
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-orange{
    border-left: 8px solid #FF8C00!important;
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-blue{
    border-left: 8px solid #00008B!important;
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-yellow{
    border-left: 8px solid #FFFF00!important;
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-gray{
    border-left: 8px solid #808080!important;
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-brown{
    border-left: 8px solid #8B4513!important;
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .led-blue2{
    border-left: 8px solid #2F4F4F!important;
}



.cur_basket_title{
    position: absolute;
    left: 45%;
    top: 19px;
    font-size: 10px;
    opacity: 0.5;
}

.new__design .header__main-inner .basket__info-dropdaun__filled-inner .filled-inner__item .filled-inner__text{
    margin-top:5px;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

/*# sourceMappingURL=main.css.map */
.swiper.is_const {
    overflow: unset!important;
}


.form-group {
    position: relative;
    margin-bottom: 40px;
}

.input-field.invalid {
    border-color: #ff0000;
}

.input-error-tooltip {
    display: none;
    position: absolute;
    background-color: #fff0f0;
    border: 1px solid #ff0000;
    color: #d8000c;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    /*white-space: nowrap;*/
    z-index: 100;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    width: 574px;
}

.tooltip-arrow {
    position: absolute;
    top: -8px;
    left: 20px; /* отступ от левого края подсказки */
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffaaaa;
}

.swiper.is_const {
    overflow: unset !important;
}


/*# sourceMappingURL=main.css.map */


.kp-submit {
    padding: 10px 15px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width:100px!important;
}
.kp-submit:hover {
    background: #0056b3;
}
#modal-kp{
    width:30%!important;
}
#modal-kp input{
    display: block!important;
}

#modal-kp .kp-form-group{
    margin:20px 0px;
}


#kp_company_id{
    width:100%;
}