/* FONTS */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../fonts/roboto-v30-latin_cyrillic-regular.woff2") format("woff2"),
    url("../fonts/roboto-v30-latin_cyrillic-regular.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../fonts/roboto-v30-latin_cyrillic-500.woff2") format("woff2"),
    url("../fonts/roboto-v30-latin_cyrillic-500.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: local(""), url("../fonts/roboto-v30-latin_cyrillic-900.woff2") format("woff2"),
    url("../fonts/roboto-v30-latin_cyrillic-900.woff") format("woff");
}

@font-face {
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../fonts/roboto-mono-v22-latin_cyrillic-regular.woff2") format("woff2"),
    url("../fonts/roboto-mono-v22-latin_cyrillic-regular.woff") format("woff");
}

@font-face {
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../fonts/roboto-mono-v22-latin_cyrillic-500.woff2") format("woff2"),
    url("../fonts/roboto-mono-v22-latin_cyrillic-500.woff") format("woff");
}

@font-face {
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 600;
    src: local(""), url("../fonts/roboto-mono-v22-latin_cyrillic-600.woff2") format("woff2"),
    url("../fonts/roboto-mono-v22-latin_cyrillic-600.woff") format("woff");
}

@font-face {
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../fonts/roboto-mono-v22-latin_cyrillic-700.woff2") format("woff2"),
    url("../fonts/roboto-mono-v22-latin_cyrillic-700.woff") format("woff");
}

/* GENERAL */
html {
    height: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

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

body {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif, "Roboto", serif;
    font-size: 16px;
    line-height: 1.5;
    background: #24282d;
}

main {
    flex-grow: 1;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

img {
    vertical-align: middle;
}

/* CONTAINER */
.container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}

.small-container {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2f343b;
    align-items: center;
}

.header .container {
    position: relative;
    display: flex;
    justify-content: end;
}

.menu__btn {
    display: none !important;
    margin-bottom: 0 !important;
}

.header--open{
    display: none !important;
}

.header__main-box {
    display: flex;
    width: 100%;
    max-width: 880px;
    justify-content: space-between;
}

.header__box {
    display: flex;
    width: 100%;
    max-width: 200px;
    justify-content: space-around;
    align-items: center;
}

.input__box {
    display: block;
    width: 100%;
    max-width: 380px;
}

.header_input {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 64px;
    background: #2f343b;
    border: 1px solid #373d45;
    border-radius: 6px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    background-image: url("../image/icon.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 8% center;
    outline: none;
}

.header_input:focus {
    border: 2px solid #0496ff;
}

.lang_select {
    display: block;
    margin-right: 10px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background: #2f343b;
    border-radius: 8px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
    outline: none;
}

select:focus {
    border: 2px solid #0496ff;
}

.notifications__box {
    display: block;
    margin-right: 10px;
    padding: 10px 12px;
    border-radius: 8px;
}

.account__box{
    padding: 10px 12px;
}

.notifications__box:hover,
.account__box:hover {
    background: #373d45;
    border-radius: 8px;
}

.notifications__dropdown {
    position: absolute;
    top: 140%;
    display: none;
    width: 100%;
    max-width: 360px;
    background: #373d45;
    border: 1px solid #4d5867;
    border-radius: 6px;
    z-index: 200;
}

.triangle {
    position: absolute;
    top: -3.5%;
    right: 12%;
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #4d5867;
}

.notifications__dropdown__item {
    display: block;
    margin: 0;
    padding: 16px;
    /*padding-bottom: 16px;*/
    border-bottom: 1px solid #4d5867;
}

.notifications__dropdown__item:last-child {
    border: none;
}

.notifications__dropdown__item button {
    display: block;
    margin: 0;
    margin-left: auto;
    margin-bottom: 5px;
    padding: 0;
    background-color: transparent;
    border: none;
    color: #adb5bd;
}

.notifications__dropdown__item__title-box {
    display: flex;
    width: 100%;
    max-width: 320px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.notifications__dropdown__item__title {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
}

.notifications__dropdown__item__time {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #adb5bd;
}

.notifications__dropdown__item__info {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #adb5bd;
}

.login__dropdown {
    position: absolute;
    right: 0%;
    display: block;
    max-width: 200px;
}

.login__dropdown .triangle {
    top: -6%;
}

.login__dropdown__item {
    display: flex;
    width: 100%;
    max-width: 200px;
    align-items: center;
    padding: 8px 16px;
}

.login__dropdown__item:nth-child(3) {
    border-bottom: 1px solid #4d5867;
}

.login__dropdown__item:hover {
    background: #4d5867;
}

.login__dropdown__item__title {
    display: block;
    margin: 0;
    margin-left: 16px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.login__dropdown__item__title--color {
    color: #fa8684;
}



/* Mian */

/* section HERO */
.hero {
    margin: 0;
    margin-bottom: 32px;
}

.hero__heading-box {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 28px;
}

.hero__heading {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.heading__btn {
    display: block;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 44px;
    background: #434c57;
    border: none;
    border-radius: 8px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
    background-image: url("../image/edit.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 10% center;
}

.hero__image {
    display: block;
    width: 100%;
    max-width: 840px;
    border-radius: 6px;
    overflow: hidden;
}

/* section INFORMATION */
.information {
    margin: 0;
    margin-bottom: 32px;
}

.information__heading {
    display: block;
    margin: 0;
    margin-bottom: 32px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.information__box {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
}

.information__list {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0;
    margin-right: 5px;
    padding: 0;
}

.information__item {
    display: flex;
    width: 100%;
    max-width: 400px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #2f343b;
}

.item__category {
    width: 100%;
    max-width: 200px;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #dee1e6;
}

.item__info {
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #dee1e6;
    /* text-align: end; */
}

/* section Characteristics */
.characteristics {
    display: block;
    margin: 0;
    margin-bottom: 32px;
}

.characteristics__heading {
    display: block;
    margin: 0;
    margin-bottom: 32px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.characteristics__box-list {
    margin-bottom: 32px;
}

.characteristics__box {
    width: 100%;
    max-width: 840px;
    padding: 16px;
    background: #24282d;
    border: 1px solid #434c57;
    border-radius: 6px;
}

.title__box {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.title {
    display: block;
    margin: 0;
    margin-right: 12px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
}

.checkbox__box {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

.checkbox {
    display: none;
}

.checkbox_span {
    display: block;
    width: 20px;
    height: 20px;
    background: #434c57;
    border: 2px solid #5c6b7e;
    border-radius: 6px;
}

.checkbox__title {
    display: block;
    margin: 0;
    margin-left: 6px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    color: #adb5bd;
}

/* NAV BAR */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 150px;
    height: 100%;
    padding: 10px 25px;
    background: #24282d;
    border-right: 1px solid #373d45;
}

.navbar--mobile{
    top: 12%;
    display: none;
    z-index: 30000;
    max-width: 250px;
}

.navbar--mobile .item__text{
    display: block;
}

.navbar__btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 200px;
    padding: 14px 11px;
    background: #2f343b;
    border-radius: 6px;
    border: none;
}

.navbar__list {
    display: block;
    margin: 0;
    padding: 0;
}

.navbar__item {
    display: flex;
    width: 100%;
    max-width: 200px;
    margin: 0;
    padding: 0;
    padding: 11px 35px;
    align-items: center;
}

.navbar__item + .navbar__item {
    margin-top: 45px;
}

.navbar__item--active {
    background: #0496ff;
    border-radius: 32px;
}

.item__text {
    display: none;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    color: #ffffff;
    font-size: 12px;
}

.navbar:hover {
    max-width: 250px;
}

.navbar:hover .item__text {
    display: block;
}

/* Mobile */

@media only screen and (max-width: 1135px) {
    .navbar {
        display: none;
    }

    .menu__btn {
        display: block !important;
        margin-right: 10px;
    }

    .navbar .menu__btn:active {
        display: block;
    }
}

@media only screen and (max-width: 570px) {
    .hero__heading {
        font-size: 22px;
    }
}

@media only screen and (max-width: 430px) {
    .header_input {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 425px) {
    .lang_select {
        display: none;
    }

    .header_input {
        padding-left: 30px;
    }
}

/*--------------------- Login--------------------------- */
.login {
    margin-top: 80px;
    margin-bottom: 40px;
}

.login__box {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 15px 10px;
    border: 1px solid #373d45;
    border-radius: 6px;
}

.login__heading {
    display: block;
    margin: 0;
    margin-bottom: 110px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.login__title {
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.form__phone-box {
    position: relative;
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.form__phone-box:nth-child(2) {
    margin-bottom: 32px;
}

.form__phone_input {
    display: block;
    width: 100%;
    max-width: 340px;
    padding: 12px 16px;
    background: #2f343b;
    border: 1px solid #373d45;
    border-radius: 6px;
    outline: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.form__phone_label {
    position: absolute;
    top: 0.8rem;
    left: 1rem;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
    cursor: text;
    transition: 0.5s;
}

.form__phone_input:valid ~ .form__phone_label,
.form__phone_input:focus ~ .form__phone_label {
    padding: 0px 10px;
    font-size: 0.8rem;
    background: #24282d;
    transform: translateX(10px) translateY(-20px);
    letter-spacing: 0.2em;
}
.label_active {
    padding: 0px 10px;
    font-size: 0.8rem;
    background: #24282d;
    transform: translateX(10px) translateY(-20px);
    letter-spacing: 0.2em;
}

#phone_start{
    color: white;
    position: absolute;
    top: 14px;
    left: 7px;
}
#phone{
    padding-left: 45px;
}

.form__phone_input:focus,
.form__phone_input:valid {
    background: transparent;
    border: 2px solid #0496ff;
}

.form__phone_input:read-only{
    background: transparent;
    border: 2px solid cyan;
}
.form__phone_input__invalid {
    display: block;
    width: 100%;
    max-width: 340px;
    padding: 12px 16px;
    background: #2f343b;
    border: 1px solid #373d45;
    border-radius: 6px;
    outline: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.form__phone_label__invalid {
    position: absolute;
    top: 0.8rem;
    left: 1rem;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FA8684;
    cursor: text;
    transition: 0.5s;
}

.form__phone_input__invalid:valid ~ .form__phone_label__invalid,
.form__phone_input__invalid:focus ~ .form__phone_label__invalid {
    padding: 0px 10px;
    font-size: 0.8rem;
    background: #24282d;
    transform: translateX(10px) translateY(-20px);
    letter-spacing: 0.2em;
}

.form__phone_input__invalid:focus,
.form__phone_input__invalid:valid {
    background: transparent;
    border: 2px solid #FA8684;
}

.login__btn-box {
    display: flex;
    width: 100%;
    max-width: 340px;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 32px;
    align-items: center;
}
/*input.loading {*/
/*    background: url(../gif/loader.gif) no-repeat right center;*/
/*    background-size: 100px;*/
/*}*/

.registration__btn {
    display: block;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #0496ff;
}

.login__btn {
    display: block;
    margin: 0;
    padding: 10px 24px;
    background: #0496ff;
    border-radius: 8px;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #ffffff;
}

.login__btn:hover,
.registration__btn:hover,
.forget-pass__btn:hover {
    opacity: 0.5;
}

.forget-pass__btn {
    display: block;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #adb5bd;
}

/* ---------------- Message ----------------------- */
.login__heading-box {
    display: flex;
    width: 100%;
    max-width: 725px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 110px;
}

.login__heading-box .login__heading {
    margin: 0;
}

.back__btn {
    /*display: inline-block;*/
    position: absolute;
    margin: 0;
    padding: 10px;
    background: #434c57;
    border-radius: 8px;
    /*align-items: center;*/
    /*align-self: center;*/
    border: none;
}

.login__title--size {
    display: block;
    width: 100%;
    max-width: 230px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    text-align: center;
}

.message__box {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.message__input {
    display: inline-block;
    width: 100%;
    max-width: 40px;
    padding: 12px 16px;
    background: #2f343b;
    border: 1px solid #373d45;
    border-radius: 6px;
    outline: none;
}

.message__input + .message__input {
    margin-left: 10px;
}

.message__input:focus {
    background: transparent;
    border: 2px solid #0496ff;
}

.login__time-span {
    display: block;
    width: 100%;
    max-width: 38px;
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 42px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #0496ff;
}

.login__btn--margin {
    margin: 0 auto;
    outline: none;
}

/* --------------------- Add Company ----------------------------- */
.login__box--size {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.top-input__box {
    display: flex !important;
    width: 100% !important;
    max-width: 900px !important;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #434c57;
}

.top-input__box:nth-child(3) {
    border: none;
}

.form__phone-box--ihh {
    margin: 0 !important;
}
.form__phone-box--ihh:nth-child(1),
.form__phone-box--ihh:nth-child(3),
.form__phone-box--ihh:nth-child(5) {
    margin-right: 16px !important;
}
@media only screen and (max-width: 570px) {

    .form__phone-box--ihh:nth-child(1),
    .form__phone-box--ihh:nth-child(3),
    .form__phone-box--ihh:nth-child(5) {
        margin-right: 0 !important;
    }
}
.form__phone-box--ihh:nth-child(1),
.form__phone-box--ihh:nth-child(2),
.form__phone-box--ihh:nth-child(3),
.form__phone-box--ihh:nth-child(4),
.form__phone-box--ihh:nth-child(5),
.form__phone-box--ihh:nth-child(6) {
    margin-bottom: 20px !important;
}

.form__phone_input--ihh {
    width: 100% !important;
    max-width: 395px !important;
    margin: 0 !important;
}

.form__phone_input--location ~ .form__phone_label--location{
    padding: 0px 10px;
    font-size: 0.8rem;
    background: #24282d;
    transform: translateX(10px) translateY(-20px);
    letter-spacing: 0.2em;
}

.form__map-box {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}

.checkbox__title--color {
    border: none;
    background: transparent;
    color: #0496ff;
}

.checkbox__box--margin {
    margin-bottom: 40px;
}

.login__btn-box--margin-none {
    margin-bottom: 0 !important;
}

/* ----------- ONLINE ORDERS -------------------- */
.online__heading-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 37px;
    padding: 0;
}

.online__heading {
    display: block;
    margin: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    align-items: center;
    color: #ffffff;
}

.online__btn-box {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 90px;
    margin: 0;
    padding: 5px 50px;
    background: #434c57;
    border-radius: 8px;
}

.online__line-btn {
    display: block;
    padding: 12px;
    background: #24282d;
    border-radius: 8px 0px 0px 8px;
    border: none;
}

.online__table-btn {
    padding: 12px;
    background: #434c57;
    border-radius: 0px 8px 8px 0px;
    border: none;
}

.online_navlist {
    display: flex;
    width: 100%;
    max-width: 400px;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 24px;
}

.online__navitem {
    display: block;
    margin: 0;
    padding: 8px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    color: #adb5bd;
}

.online__navitem + .online__navitem {
    margin-left: 15px;
}

.online__navitem:hover {
    color: #ffffff;
}

.online__navitem--active {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    color: #ffffff;
    border-bottom: 4px solid #0496ff;
}

.online__title {
    display: block;
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    color: #ffffff;
}

.product__list {
    display: flex;
    width: 100%;
    max-width: 840px;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 24px;
}

.card__item {
    display: block;
    width: 100%;
    max-width: 255px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 16px;
    background: #373d45;
    border-radius: 6px;
}

.card__item__heading-box {
    display: flex;
    width: 100%;
    max-width: 265px;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 8px;
}

.card__item__heading {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.card__item__status {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-align: right;
    letter-spacing: 0.05em;
}

.card__item__status--blue {
    color: #0496ff;
}

.card__item__status--yellow {
    color: #fadb64;
}

.card__item__status--red {
    color: #fa8684;
}

.card__item__status--green {
    color: #64fa9d;
}

.card__item__price {
    display: block;
    margin: 0;
    margin-bottom: 28px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
}

.card__item__time {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #adb5bd;
}

.list__box {
    display: block;
    width: 100%;
    max-width: 840px;
    margin: 0;
    background: #2f343b;
    border: 1px solid #2f343b;
    border-radius: 6px;
}

.list__title-box {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 12px;
    padding: 12px 16px;
}

.list__title {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    align-items: center;
    color: #ffffff;
}

.list__navbar__box {
    display: flex;
    width: 100%;
    max-width: 290px;
    justify-content: space-between;
    /* background: #0496ff; */
}

.list__navbar__item {
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;
    border: 1px solid #0496ff;
}

.list__navbar__item:nth-child(1) {
    padding-left: 34px;
    border-radius: 30px 0px 0px 30px;
}

.list__navbar__item:nth-child(3) {
    border-radius: 0 30px 30px 0px;
}

.list__navbar__item--active {
    background: #0496ff;
}

.list__table {
    display: block;
    width: 100%;
    max-width: 840px;
}

.list__table thead {
    display: flex;
    padding: 16px;
    background: #434c57;
}

.list__table thead tr {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
}

.list__table th {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #adb5bd;
}

.list__table tbody {
    display: block;
    padding: 12px 16px;
}

.list__table tbody tr {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
}

.list__table tbody td {
    display: block;
    width: 100%;
    max-width: 250px;
}

.list__table tbody td:nth-child(4) {
    text-align: end;
}

.list__table tbody td:nth-child(3),
.list__table tbody td:nth-child(5) {
    text-align: center;
}

.list__table tbody td:nth-child(1) {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.list__table tbody td:nth-child(2) {
    padding-left: 15px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #adb5bd;
}

.list__table-status {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 60px;
    padding: 4px 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 6px;
}

.list__table-status--blue {
    background: #0496ff;
}

.list__table-status--green {
    max-width: 90px;
    background: rgba(100, 250, 157, 0.1);
    color: #64fa9d !important;
}

.list__table tbody td:nth-child(4) {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: right;
    color: #ffffff;
}

.list__table tbody td:nth-child(5) {
    padding-left: 15px;
    font-size: 22px;
    color: #adb5bd;
    font-weight: bold;
    font-family: "Roboto";
}

.list__delete-btn-box {
    display: block;
    width: 100%;
    max-width: 840px;
    padding: 22px 40px;
    border-top: 1px solid #434c57;
}

.delete-btn {
    display: block;
    margin: 0;
    margin-left: auto;
    padding: 0;
    background: transparent;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #fa8684;
}

/* -------------Sales-------------------- */

.card__item__status-single {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border-radius: 8px;
}

.card__item__status-single--blue {
    background: #0496ff;
}

.sales__more-box {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 42px;
    padding: 10px;
    text-align: center;
    background: #373d45;
    border-radius: 8px;
}

.card__item--style {
    display: flex;
    justify-content: center;
}

.sales__more-title {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #ffffff;
}

.card__img {
    display: flex;
    width: 100%;
    max-width: 55px;
}

.list__add__box {
    display: block;
    margin: 0;
    padding: 10px 24px;
    background: #0496ff;
    border-radius: 8px;
}

.add__title {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    color: #ffffff;
}

.sales__list__table-status {
    display: block;
    width: 100%;
    max-width: 95px;
    margin: 0 auto;
    padding: 2px 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.sales__list__table-status--blue {
    color: #ffffff;
    background: #0496ff;
    border-radius: 6px;
}

.sales__list__table-status--grey {
    color: #adb5bd;
    background: #4d5867;
    border-radius: 6px;
}

.add__card {
    position: absolute;
    display: block;
    top: 180px;
    right: 1%;
    margin: 0;
    padding: 16px;
    background: #373d45;
    border-radius: 6px;
}

.add__card__title {
    display: block;
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    align-items: center;
    color: #ffffff;
}

.add__card__btn {
    display: block;
    margin: 0;
    padding: 14px 100px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background: #0496ff;
    border-radius: 8px;
    border: none;
}

.add__card__btn:hover {
    opacity: 0.7;
}

/* -------- Admission -------- */

.admission__heading {
    display: block;
    margin: 0;
    margin-bottom: 60px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    align-items: center;
    color: #ffffff;
}

.admission__title {
    display: block;
    margin: 0;
    margin-bottom: 4px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    align-items: center;
    color: #ffffff;
}

.admission__info {
    display: block;
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #adb5bd;
}

.admission__input-box {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 168px;
    flex-wrap: wrap;
}

.admission__input-box .input__box {
    position: relative;
    display: block;
    width: 100%;
    max-width: 595px;
    margin: 0;
}

.admission__input {
    display: block;
    width: 100%;
    max-width: 590px;
}

.admission__input__btn {
    display: block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #0496ff;
    background-color: transparent;
    border: none;
}

.admission__btn-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 12px 16px;
    background: #2f343b;
    border-radius: 6px;
    flex-wrap: wrap;
}

.admission__btn-cancel {
    display: block;
    margin: 0;
    padding: 10px 24px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #ffffff;
    background: #434c57;
    border-radius: 8px;
    border: none;
}

.admission__btn-next {
    display: block;
    margin: 0;
    padding: 10px 24px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #ffffff;
    background: #0496ff;
    border-radius: 8px;
    border: none;
}

/* ------ Selling ------ */
.selling .small-container {
    display: flex;
    max-width: 600px;
    justify-content: space-between;
}

.selling__list__box {
    width: 100%;
    max-width: 375px;
    margin-left: 5px;
    padding: 12px 16px;
}

.selling__list__title-box {
    max-width: 375px;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 12px 0;
    border-bottom: 3px dashed #5c6b7e;
}

.list__date {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: #ffffff;
}

.selling__product__list__title {
    display: block;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.selling__product__list__price-list {
    display: block;
    margin-bottom: 24px;
}

.selling__product__list__price-item {
    display: flex;
    width: 100%;
    max-width: 375px;
    justify-content: space-between;
}

.selling__product__list__price-item + .selling__product__list__price-item {
    margin-top: 4px;
}

.price-item__title,
.price-item__price {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    color: #adb5bd;
}

.price-item__title--white,
.price-item__price--white {
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    color: #ffffff;
}

.selling__allprice__item {
    display: flex;
    width: 100%;
    max-width: 375px;
    justify-content: space-between;
}

.selling__allprice__item + .selling__allprice__item {
    margin-top: 8px;
}

.selling__allprice__item__title {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
}

.selling__allprice__item__title--size {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.selling__allprice__item__price {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: #adb5bd;
}

.selling__allprice__item__price--white {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #ffffff;
}

.selling__control-box {
    display: block;
    width: 100%;
    max-width: 100px;
    margin-right: 10px;
}

.selling__control__print-btn {
    display: block;
    margin: 0;
    padding: 12px;
    background: #2f343b;
    border-radius: 6px;
    border: none;
    align-items: center;
}

.selling__control__print-btn__title {
    display: block;
    margin: 0;
    margin-top: 8px;

    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #adb5bd;
}

@media only screen and (max-width: 585px) {
    .selling__control-box {
        display: none;
    }

    .selling__back-btn__box {
        display: none;
    }

    .selling__list__box {
        margin: 0 auto;
    }
}

/* --------Admission first step ------------ */
.admission {
    margin-bottom: 32px;
}

.admission__heading--font {
    margin-bottom: 24px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    align-items: center;
    color: #ffffff;
}

.admission__details__box {
    display: flex;
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 64px;
    align-items: center;
}

.details__item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details__item {
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #0496ff;
    border-radius: 29px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.details__title {
    display: block;
    margin: 0;
    margin-top: 8px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #b6c2d6;
    text-align: center;
}

.details__item--grey {
    background: #4d5867;
    border-radius: 29px;
}

.details__line {
    display: block;
    width: 100%;
    max-width: 360px;
    margin-top: -30px;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: 4px dashed #4d5867;
    transform: rotate(180deg);
}

.admissin-first__title {
    display: block;
    margin: 0;
    margin-bottom: 16px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #adb5bd;
}

.admissin-first__add__photo-box {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 24px;
}

.admission-first__photo__input-box {
    display: block;
    width: 100%;
    max-width: 400px;
}

.admission-first__photo__input {
    display: none;
}

.admission-first__photo__input--label {
    display: flex;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 90px 150px;
    background: #4d5867;
    border-radius: 6px;
}

.admissin-first__select-box {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 24px;
}

.admissin-first__select {
    display: flex;
    width: 100%;
    max-width: 250px;
    padding: 12px 16px;
    padding-right: 20px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    color: #adb5bd;
    background: #2f343b;
    border: 1px solid #373d45;
    border-radius: 6px;
}

.admissin-first__select + .admissin-first__select {
    margin-left: 5px;
}

.form__phone-box--size,
.form__phone_input--size {
    display: block;
    width: 100% !important;
    max-width: 840px !important;
    margin-bottom: 48px;
}

/* ------ Admission Second Step */
.details__line--blue {
    border-bottom: 4px dashed #0496ff;
}

.characteristics__box--style {
    display: flex;
    margin-bottom: 24px;
}

.characteristics__box__title-box {
    display: block;
    margin: 0;
    margin-left: 16px;
}

.characteristics__box__title-box h4 {
    display: block;
    margin: 0;
    margin: 3px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.characteristics__box__title-box p {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #adb5bd;
}

.characteristics__box--margin {
    margin-bottom: 48px;
}

.admission-second__title {
    display: block;
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #adb5bd;
}

.admission-second__form__box {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
}

.admission-second__form__phone-box {
    width: 100%;
    max-width: 740px;
    margin: 0;
}

.admission-second__form__phone_input {
    width: 100%;
    max-width: 740px;
    margin-bottom: 16px;
    border: 1px solid #373d45;
    border-radius: 6px 0px 0px 6px;
}

.admission-second__form__phone-box--margin {
    margin-right: 10px;
}

.admission-second__select {
    display: block;
    width: 100%;
    max-width: 150px;
    padding: 14px 16px;
    background: #2f343b;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #373d45;
    border-radius: 0px 6px 6px 0px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #adb5bd;
}

.admission-second__select--size {
    padding-right: 30px;
}

/* -------Admission edit--------------- */
.hero__heading--margin {
    margin-bottom: 28px;
}

.hero__image--margin {
    margin-bottom: 32px;
}

.admission-edit__form-boxes {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.admission-edit__form-boxes__item {
    display: block;
    width: 100%;
    max-width: 400px;
}

.admissin-edit__select-box {
    flex-direction: column;
}

.admissin-edit__form-box div {
    max-width: 400px;
    margin: 0;
    margin-bottom: 24px;
}

.admission-edit__form__box--flex {
    display: flex;
    justify-content: start !important;
}

.admission-edit__form__box--border {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #434c57;
}

.admission-edit__form__box--flex .form__phone-box,
.admissin-edit__form__box--flex .form__phone_input {
    display: block;
    width: 100%;
    max-width: 310px !important;
}

.admission-edit__form__box--flex .form__phone_input {
    border: 1px solid #373d45;
    border-radius: 6px 0px 0px 6px;
}

.admissin-edit__form-box input,
.admissin-edit__form-box textarea {
    max-width: 400px;
}

.admissin-edit__select-box select {
    width: 100%;
    max-width: 340px;
    margin: 0 !important;
    margin-bottom: 24px !important;
    outline: none;
}

.admission-edit__form__box {
    max-width: 400px;
}

.admission-edit__form__box .form__phone-box,
.admissin-edit__form__box .form__phone_input {
    display: block;
    width: 100%;
    max-width: 310px;
    margin: 0;
    margin-bottom: 24px;
}

.admissin-edit__form-box .checkbox__box {
    display: block;
    width: 100%;
    max-width: 90px;
}

.characteristics__box--margin {
    margin-bottom: 56px;
}

.admission__btn-box div {
    display: flex;
    width: 100%;
    max-width: 250px;
    justify-content: space-between;
}

.admission__btn-delete {
    display: flex;
    margin: 0;
    padding: 10px 24px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #fa8684;
    background: transparent;
    border: 1px solid #fa8684;
    border-radius: 8px;
    outline: none;
}

/* ------------------- Setting ------------- */
.setting {
    margin-bottom: 32px;
}

.setting__navbar__list {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-evenly;
    margin-bottom: 24px;
    padding-bottom: 0px;
    border-bottom: 1px solid #2f343b;
    overflow: auto;
}

.setting__navbar__item {
    display: flex;
    padding-bottom: 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    color: #adb5bd;
}

.setting__navbar__item {
    margin-left: 15px;
}

.setting__navbar__item:hover {
    border-bottom: 1px solid #ffffff;
}

.setting__navbar__item img {
    margin-right: 12px;
}

.setting__navbar__item--active {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
    border-bottom: 1px solid #0496ff;
}

.setting__heading {
    display: flex;
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    align-items: center;
    color: #ffffff;
}

.setting__list {
    display: block;
}

.setting__item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 18px 16px;
    background: #2f343b;
    border-radius: 6px;
}

.setting__item + .setting__item {
    margin-top: 12px;
}

.setting__item__right-box {
    display: flex;
    align-items: center;
    margin: 0;
    margin-right: 25px;
}

.setting__item__right-box img {
    margin-right: 35px;
}

.setting__item__title {
    display: flex;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    color: #ffffff;
}

.setting__item__info {
    display: flex;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    color: #adb5bd;
}

.setting__item__left-box {
    display: flex;
    align-items: center;
}

.setting__item__left-box p {
    display: flex;
    margin: 0;
    margin-right: 40px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    color: #96a1b5;
}

.setting__item__left-box span {
    display: flex;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    align-items: center;
    color: #fff;
}

@media only screen and (max-width: 570px) {
    .setting__navbar__list {
        justify-content: start;
        overflow: auto;
    }
}

/* Setting  Devices */
.setting__box-heading {
    display: flex;
    width: 100%;
    max-width: 840px;
    align-items: center;
    margin-bottom: 24px;
}

.setting__box-heading img {
    display: block;
}

.setting__devices__heading {
    display: flex;
    margin: 0;
    margin-left: 16px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    align-items: center;
    color: #ffffff;
}

.setting__devices__title {
    display: block;
    margin: 0;
    margin-bottom: 8px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #ffffff;
}

.setting__main-devices {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
    margin: 0;
    padding: 18px;
    background: #373d45;
}

.setting__main-devices span {
    display: flex;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    align-items: center;
    color: #fff;
    transform: rotate(-90deg);
}

.setting__devices__logout {
    display: flex;
    width: 100%;
    max-width: 840px;
    margin-bottom: 24px;
    padding: 26px;
    background: #2f343b;
}

.setting__devices__logout button {
    display: flex;
    margin: 0;
    margin-left: 60px;
    padding: 0;
    border: none;
    background: transparent;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #fa8684;
}

.setting__devices__logout button img {
    margin-right: 14px;
}

.setting__devices__item {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
    margin: 0;
    padding: 18px;
    background: #2f343b;
    border-radius: 6px;
}

.setting__devices__item + .setting__devices__item {
    margin-top: 8px;
}

.setting__devices__item button {
    display: flex;
    margin: 0;
    margin-left: 60px;
    padding: 0;
    border: none;
    background: transparent;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #fa8684;
}

.setting__devices__item img {
    margin-right: 14px;
}

/* ----------- Branch -----------*/
.branch {
    margin-bottom: 32px;
}

.branch__headind {
    display: flex;
    margin: 0;
    margin-bottom: 24px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    align-items: center;
    color: #ffffff;
}

/* ------More ---------------- */

.more__list {
    display: flex;
    width: 100%;
    max-width: 840px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    margin-top: 100px;
    padding: 0;
}

.more__item {
    display: flex;
    width: 100%;
    max-width: 400px;
    justify-content: space-between;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 16px;
    padding: 24px;
    background: #373d45;
    border-radius: 6px;
}

.more__item h3 {
    margin-bottom: 8px;
}

.more__item ul li {
    display: flex;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    color: #ffffff;
}

/* ------------------Warehouse Item-------------------- */
.warehouse__heading-box {
    display: flex;
    margin: 0;
    margin-bottom: 25px;
    align-items: center;
}

.warehouse__heading {
    display: block;
    margin: 0;
    margin-left: 16px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    align-items: center;
    color: #ffffff;
}

.warehouse__heading-box__btn {
    display: block;
    margin-left: auto;
    padding: 12px;
    background: #434c57;
    border-radius: 8px;
    border: none;
    outline: none;
}

.warehouse__heading-box__btn--bg {
    margin: 0;
    background: transparent;
}

.warehouse__item-box {
    display: flex;
    width: 100%;
    max-width: 840px;
    flex-wrap: wrap;
}

.warehouse__item-left {
    display: block;
    width: 100%;
    max-width: 300px;
}

.warehouse__item-left__img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0;
    margin-bottom: 24px;
}

.warehouse__item-left__bottom-box {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0;
    padding: 16px;
    border: 1px solid #2f343b;
    border-radius: 8px;
}

.warehouse__item-left__bottom-box p {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.warehouse__item-left__bottom-box__info-box {
    display: block;
    margin: 0;
    margin-bottom: 16px;
    padding: 8px 12px;
}

.warehouse__item-left__bottom-box__info-box--red {
    background: rgba(250, 134, 132, 0.05);
    border-radius: 6px;
}

.warehouse__item-left__bottom-box__info-box--red p {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #fa8684;
}

.warehouse__item-left__bottom-box__info-box--green {
    background: rgba(100, 250, 157, 0.05);
    border-radius: 6px;
}

.warehouse__item-left__bottom-box__info-box--green p {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #64fa9d;
}

.warehouse__item-right {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-left: 20px;
}

.warehouse__item-right__title {
    display: block;
    margin: 0;
    margin-bottom: 2px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.warehouse__item-right__item-price {
    display: block;
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
}

.warehouse__item-right h3 {
    display: block;
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.warehouse__item-right__list {
    display: block;
    width: 100%;
    max-width: 510px;
}

.warehouse__item-right__item {
    display: flex;
    width: 100%;
    max-width: 510px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #2f343b;
}

.warehouse__item-right__item .item__category {
    max-width: 280px;
}

.save__btn {
    position: absolute;
    top: 180px;
    right: 1%;
    display: flex;
    margin: 0;
    padding: 10px 28px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #24282d;
    background: #fadb64;
    border-radius: 8px;
}

/* ----------- Branch ---------- */
.branch .card__item .card__item__heading {
    margin-bottom: 4px;
}

.branch .card__item .card__item__title {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #adb5bd;
}

/* ------------Branch item---------- */
.branchitem__item-box {
    justify-content: space-between;
}

.branchitem__item__left-box {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0;
}

.branchitem__item__heading {
    display: block;
    margin: 0;
    margin-bottom: 2px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
}

.branchitem__item__title {
    display: block;
    margin: 0;
    margin-bottom: 32px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #96a1b5;
}

.branchitem__item__right-box {
    display: block;
    width: 100%;
    max-width: 400px;
}

.branchitem__item__right__top-box {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0;
    margin-bottom: 32px;
    padding: 8px 16px;
    background: #2f343b;
    border-radius: 6px;
    overflow: hidden;
}

.branchitem__item__right__top__heading-box {
    display: block;
    margin: 0;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #373d45;
}

.characteristics__heading--margin {
    margin: 0;
}

.branchitem__item__right-box__list {
    display: flex;
    width: 100%;
    max-width: 400px;
    flex-wrap: wrap;
}

.branchitem__item__right-box__item {
    display: flex;
    width: 100%;
    max-width: 170px;
    margin-left: 10px;
    justify-content: space-between;
}

.branchitem__item__right-box__item__title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #96a1b5;
}

.branchitem__item__right-box__item__info {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
}

svg {
    width: 100%;
    max-width: 400px !important;
}

svg rect {
    fill: #2f343b;
}

g rect {
    fill: #fff;
}

text {
    fill: #fff;
}

.branchitem__table {
    display: block;
    margin: 0;
    margin-bottom: 24px;
}

.branchitem__table thead {
    display: block;
    padding: 16px;
    background: #434c57;
}

.branchitem__table tr th {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #adb5bd;
}

.branchitem__table tr {
    display: flex;
    justify-content: space-between;
}

.branchitem__table tbody {
    display: block;
}

.branchitem__table tbody tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #adb5bd;
}

.branchitem__table tbody td {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.branchitem__table tbody .color {
    color: #adb5bd;
}

.branchitem__item__right-box__item__info--red {
    color: #fa8684;
}

.branchitem__input-box .form__phone-box {
    width: 100% !important;
    max-width: 150px !important;
}

/* ---------Staff----------- */
.staff__add-btn {
    padding: 10px 30px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
}

.staff__add__title {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #adb5bd;
}

.staff__add__title--white {
    color: #ffffff;
}

.staff__add-date {
    display: block;
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #adb5bd;
}

.staff__add-info {
    display: block;
    margin: 0;
    margin-bottom: 32px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.staff__list {
    width: 100%;
    background: #2f343b;
    border: 1px solid #2f343b;
    border-radius: 6px;
}

.table {
    display: flex;
    width: 100%;
    max-width: 840px;
    padding-bottom: 10px;
    flex-direction: column;
    overflow: auto;
    background: transparent;
    border: 1px solid #373d45;
}

.table th,
.table td {
    width: 100%;
    max-width: 180px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.table td {
    text-align: start;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #adb5bd;
}

.table .table__td--color {
    padding-left: 16px;
    padding-right: 30px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #ffffff;
}

.table .table__td {
    display: flex;
    max-width: 300px;
    padding: 16px;
    align-items: center;
}

.table tr {
    display: flex;
    justify-content: space-between;
}

.table thead {
    background-color: #434c57;
    color: #adb5bd;
}

.staff__table__img {
    display: inline-block;
    border-radius: 50%;
}

.staff__table__eployee-box {
    display: block;
    margin: 0;
    padding: 0;
    margin-left: 16px;
}

.staff__table__eployee__name {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.staff__table__eployee__position {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #adb5bd;
}

.table__option {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
    padding: 12px 16px;
    align-items: center;
}

.table__option__colm-box {
    display: flex;
    align-items: center;
}

.table__option__colm-box span {
    display: flex;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #adb5bd;
}

.table___pagination-box {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
    padding: 20px 16px;
}

.table___pagination-box span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    color: #adb5bd;
}

.pagination {
    display: flex;
    width: 100%;
    max-width: 250px;
    justify-content: space-between;
    align-items: center;
}

.page-link {
    display: flex;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #adb5bd;
    text-decoration: none;
}

.page-link--acctive {
    display: flex;
    padding: 10px;
    background: #434c57;
    border-radius: 8px;
    color: #ffffff;
}

.page-link--next {
    transform: rotate(180deg);
}

/* -------Employee--------- */
.employee__box {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.employee__profile {
    display: block;
    width: 100%;
    max-width: 250px;
}

.employee__avatar {
    display: block;
    width: 100%;
    max-width: 250px;
    margin-bottom: 16px;
}

.employee__staff {
    display: block;
    margin: 0;
    margin: 2px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #adb5bd;
}

.employee__name {
    display: block;
    margin: 0;
    margin-bottom: 32px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
}

.employee__fullstaff {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0;
    padding: 12px;
    background: #2f343b;
    border-radius: 4px;
}

.fullstaff__list {
    display: block;
    margin: 0;
    padding: 0;
}

.fullstaff__item {
    display: flex;
    width: 100%;
    max-width: 250px;
    justify-content: space-between;
}

.fullstaff__item + .fullstaff__item {
    margin-top: 12px;
}

.fullstaff__item__title {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #96a1b5;
}

.fullstaff__item__info {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
}

.employee__status {
    display: block;
    width: 100%;
    max-width: 550px;
}

.employee__status__title {
    display: block;
    margin: 0;
    margin-bottom: 4px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #adb5bd;
}

.employee__status__price {
    display: block;
    margin: 0;
    margin-bottom: 32px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #ffffff;
}

.employee__list__navbar__box {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.employee__list__navbar__item {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;
    border: 1px solid #4d5867;
}

.employeelist__navbar__item--active {
    background: #434c57;
    border: 1px solid #4d5867;
}

.employee__list {
    display: block;
    width: 100%;
    max-width: 550px;
}

.employee__list__item {
    display: flex;
    width: 100%;
    max-width: 550px;
    /* align-items: center; */
}

.employee__list__item + .employee__list__item {
    margin-top: 32px;
}

.employee__list__item__id {
    display: block;
    margin: 0;
    margin-right: 8px;
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 120%;
    color: #ffffff;
}

.employee__list__item__img {
    display: block;
    width: 100%;
    max-width: 40px;
    margin: 0;
    margin-right: 8px;
}

.employee__list__item__info__title {
    display: block;
    margin: 0;
    margin-bottom: 4px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.employee__list__item__info-box {
    margin: 0;
    margin-right: 8px;
}

.employee__list__item__info {
    display: flex;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    color: #adb5bd;
}

.employee__item__right-box__list {
    width: 100% !important;
    max-width: 600px !important;
    justify-content: space-around;
}

.employee__input-box {
    display: flex;
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.employee__input-box .form__phone-box {
    width: 100%;
    max-width: 200px;
}

/* -------------- Report ---------------- */
.report__box {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
}

.report__box div {
    width: 100%;
    max-width: 400px;
}

.report__right__sales__list {
    display: flex;
    width: 100%;
    max-width: 400px;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.report__right__sales__list__item {
    display: block;
    width: 100% !important;
    max-width: 190px !important;
    padding: 10px 16px;
    margin-bottom: 16px;
    background: #434c57;
    border-radius: 6px;
}

.report__right__sales__list__item__info {
    display: block;
    margin: 0;
    margin-bottom: 4px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
}

.report__right__sales__list__item__title {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.report__stocks__title {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #adb5bd;
}

.report__stocks__info {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #ffffff;
}

.report__item__right__top-box {
    padding: 0;
}

.report__item__right__top__heading-box {
    padding: 8px 16px;
}

/* ---------- Admission ----------- */
.admission .table td,
.admission .table th {
    width: 100px;
}

.admission__table__th {
    width: 300px !important;
}

.admission__table__td {
    padding: 16px 10px !important;
    width: 220px !important;
}

.admission .table__date {
    text-align: center;
}

/* ---------HOME--------- */
.home__box {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.home__box .branchitem__item__right__top-box {
    width: 100% !important;
    max-width: 400px !important;
    margin-left: 0 !important;
    /* overflow: hidden; */
}

.home__right-box,
.home__left-box {
    width: 100%;
    max-width: 300 !important;
}

.home__income-box {
    display: block;
    max-width: 400px;
    margin-bottom: 32px !important;
}

.home__income__title {
    display: block;
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
}

.home__income__price {
    display: block;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #ffffff;
}

.home__income__date {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.home__right__title {
    display: block;
    margin: 0;
    margin-bottom: 32px;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.home__right__list {
    display: block;
    width: 100%;
    max-width: 400px;
}

.home__parishes__list {
    display: block;
    margin: 0;
    padding: 0;
}

.home__parishes__item {
    display: flex;
    width: 100%;
    max-width: 380px;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
}

.home__parishes__item__title {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #96a1b5;
}

.home__parishes__item__info {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
}

.home__stocks-box {
    display: flex;
    width: 100%;
    max-width: 380px;
    justify-content: space-between;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 8px;
    padding: 0;
}

.home__stocks__title {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #adb5bd;
}

.home__stocks__info {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
}

.home__stocks__line-box {
    /* position: relative; */
    display: block;
    width: 100%;
    max-width: 380px;
    height: 5px;
    margin: 0;
    margin-bottom: 8px;
    background: #5c6b7e;
    border-radius: 6px;
}

.home__stocks__line {
    display: block;
    width: 100%;
    max-width: 150px;
    height: 5px;
    background: #fadb64;
    border-radius: 6px;
}

.home__stocks__line--color {
    display: block;
    width: 100%;
    max-width: 200px;
    height: 5px;
    background: #64fa9d;
    border-radius: 6px;
}

.home__list__item {
    justify-content: space-between;
}

.home__list__item span {
    display: block;
    width: 100%;
    max-width: 50px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #fa8684;
    text-align: end;
}

.home__left__export-box {
    display: flex;
    margin-bottom: 32px;
    width: 100%;
    max-width: 400px;
    justify-content: space-around;
}

.home__left__export__button {
    display: block;
    padding: 20px 16px;
    background: #373d45;
    border-radius: 6px;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}

.home__left__export__button--color {
    background: #0496ff;
    border-radius: 6px;
    border: none;
}

.home__left__title {
    display: block;
    margin: 0;
    margin-bottom: 32px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #0496ff;
    text-align: end;
}

/* --------Basket--------- */
.basket__box {
    display: block;
    width: 100%;
    max-width: 840px;
    background: #2f343b;
    border-radius: 6px;
}

.basket__add-btn {
    display: block;
    background: #434c57;
    border-radius: 8px;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #ffffff;
}

.basket__table {
    display: flex;
    width: 100%;
    max-width: 840px;
    padding-bottom: 10px;
    flex-direction: column;
    overflow: auto;
    background: transparent;
    border-bottom: 1px solid #373d45;
}

.basket__table__thead {
    display: flex;
    padding: 16px;
    background: #434c57;
}

.basket__table__tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.basket__table__tr th {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #adb5bd;
    text-align: right;
}

.basket__table__product {
    display: block;
    width: 200px;
    text-align: start !important;
    /* padding-left: 50px; */
}

.basket__table td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.basket__table__td {
    display: flex;
    align-items: center;
    padding: 10px;
}

.basket__table__price {
    display: block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: #adb5bd;
}

.basket__count-box {
    margin-left: 50px;
}

.basket__count-box input {
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #2f343b;
    border: 1px solid #373d45;
    border-radius: 6px;
    outline: none;
    color: #ffffff;
    font-size: 12px;
}

.basket__table__btn {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background: #373d45;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    color: #adb5bd;
}

.basket__table .form__phone_input {
    padding: 8px;
}

.basket__table__span {
    padding-left: 20px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: #ffffff;
}

.basket__table__box {
    margin-right: 8px;
}

.basket__table__box .span__more {
    color: #adb5bd;
    margin-right: 15px;
}

.basket__table__box .span__delete {
    color: #fa8684;
    font-weight: 600;
}

.basket__add__card__btn {
    display: flex;
    margin: 0 auto;
    padding: 10px 60px;
    border: none;
    background: #0496ff;
    border-radius: 8px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.06em;
    color: #ffffff;
}

/* --------- Online Edit---------- */
.online__table__box {
    display: block;
    margin: 0;
    margin-bottom: 30px;
    background: #2f343b;
    border: 1px solid #2f343b;
    border-radius: 6px;
}

.online__right__item {
    display: flex;
    width: 100%;
    max-width: 400px;
    justify-content: space-between;
}

.online__right__item {
    margin: 0;
    margin-bottom: 2px;
}

.online__right__item:nth-child(3) {
    margin-bottom: 26px;
}

.online__right__item__title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
}

.online__right__item__title--font-size {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.online__right__item__info {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #adb5bd;
}



.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}

.model-show{
    display: flex;
}


.modal__item {
    position: fixed;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0;
    margin-bottom: 15px;
    padding: 24px 16px;
    /*border-radius: 10px;*/
    background: #373d45;
    border-radius: 6px;
}
