* {
    font-family: 'PT Root UI', sans-serif
}

body {
    background-color: #eeeeee
}

.container {
    margin: 0 auto;
    width: 1280px
}

.blue {
    background-color: #6184FF
}

.violet {
    background-color: #876AFA
}

.arrow {
    width: 6.5px;
    height: 6.5px;
    border-top: 1.5px solid #4C4C4C;
    border-right: 1.5px solid #4C4C4C;
    margin-right: 7px;
    margin-bottom: 3px;
    display: inline-block
}

.close {
    width: 32px;
    height: 32px;
    opacity: 0.5;
    cursor: pointer
}

.close:hover {
    opacity: 0.9
}

.close::before, .close::after {
    position: absolute;
    left: 30px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #333
}

.close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 26px;
    height: 48px;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.btn:active {
    border: none;
    outline: none
}

.btn:focus {
    border: none;
    outline: none
}

.btn_purple {
    color: #FFFFFF;
    background-color: #876AFA
}

.btn_purple:hover {
    background-color: #977CFF
}

.btn_white {
    color: #1F1F1F;
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1
}

.btn_white:hover {
    background-color: #e7e7e7ee
}

.btn_white:active {
    border: 1px solid #E1E1E1;
    outline: none
}

.btn_white:focus {
    border: 1px solid #E1E1E1;
    outline: none
}

.menu {
    position: relative;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 4px;
    z-index: 100
}

.menu__item {
    padding: 5px 16px;
    width: 100%;
    height: 35px;
    font-size: 15px;
    line-height: 24px;
    color: #1f1f1f;
    letter-spacing: -0.035em;
    cursor: pointer
}

.menu__item:hover {
    color: #876AFA
}

.menu__item_active {
    background-color: #FAFAFA;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.035em;
    color: #1F1F1F
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 240px;
    height: 30px;
    border-radius: 4px;
    outline: none
}

.search__input {
    padding: 8px;
    border: 1px solid #CCCCCC;
    outline: none;
    border-radius: 4px 0 0 4px;
    width: 181px;
    height: 30px
}

.search__btn {
    padding: 3.5px;
    border: 1px solid #CCCCCC;
    outline: none;
    border-radius: 0 4px 4px 0;
    width: 60px;
    height: 30px
}

.search__btn:focus {
    border: 1px solid #CCCCCC;
    outline: none
}

._shadow {
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))
}

.rotation {
    -webkit-animation: moving 2s infinite linear;
    animation: moving 2s infinite linear
}

.fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s
}

@-webkit-keyframes fade {
    from {
        opacity: 0.1
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0.1
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes moving {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes moving {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.hide {
    display: none !important
}

.visible {
    display: block !important
}

.hidden {
    display: none !important;
}

.orders__content {
    padding-bottom: 100px;
}

.ml-2 {
    margin-left: -2rem !important;
}

.invisible {
    opacity: 0;
}
/*# sourceMappingURL=main.min.css.map */
