.dropzone_img:hover {
    background: url(/application/images/addfile_Icon_hover.png) no-repeat 50% 50% #F5F5F5;
    border: 2px solid #4A90E2;
    transition: background 0.5s, border 0.5s;
}

/* sidebar.vue */
.guides_sidebar--item button {
    color: #288FC6;
    margin-bottom: 10px;
}

.guides_sidebar--item .subitem {
    margin-bottom: 10px;
}

.guides_sidebar--item .subitem a {
    line-height: 18px;
    font-size: 13px;
    color: #999;
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 6px 6px 6px 24px;
}

.guides_sidebar--item .subitem a.active {background: #e7eef6 url(../img/sub-icon.svg) no-repeat 8px 50%;}
.guides_sidebar--item .subitem > div {
    margin-left: 9px;
}

/* index-content.vue general-content.vue sub-content.vue*/

.guides_index-content .breadcrumb a, .guides_general-content .breadcrumb a {
    text-decoration: none;
}

.guides_index-content .title h1, .guides_general-content .title h1, .guides_sub-content .title h1 {
    line-height: 30px;
    margin: 16px 0 19px;
}

.guides_index-content .description p, .guides_general-content .description p, .guides_sub-content .description p {
    max-width: 730px;
}

.feedback {
    /* Redefining the image in Feedback.vue .indropzone_files  */
}

.feedback label, .feedback select {
    color: #2B3A42;
    font-size: 16px;
}

.feedback .description {
    margin-bottom: 45px;
}

.feedback .feedback-file {
    background: url(../img/api.png) no-repeat 50%;
}

.feedback .feedback-file:hover {
    background: #F5F5F5 url(../img/api-h.png) no-repeat 50%;
}

.guides__item {
    min-height: 250px;
    border-bottom: #4A90E2 7px solid;
    border-top: #4A90E2 7px solid;
    max-width: 350px;
    border-radius: 0 0 4px 4px;
    display: flex;
    -webkit-box-shadow: 1px 1px 7px 1px rgba(221, 221, 221, 0.91);
    -moz-box-shadow: 1px 1px 7px 1px rgba(221, 221, 221, 0.91);
    box-shadow: 1px 1px 7px 1px rgba(221, 221, 221, 0.91);
}

.guides__item_left {
    margin: 24px 0 24px -13px;
}

.guides__item_left a {
    text-decoration: none;
}

.guides__item_title a {
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    text-transform: uppercase;
    color: #4A90E2;
}

.guides__item_list {
    margin: 6px 0 0 8px;
}

.guides__item_list a {
    line-height: 18px;
    font-size: 13px;
    color: #999;
    cursor: pointer;
}

.guides__item_list li {
    position: relative;
}

.guides__item_list li:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #4A90E2;
    width: 4px;
    height: 4px;
    left: -8px;
    top: 8px;
}

.guides__item .icon {
    display: flex;
    align-self: center;
    justify-content: flex-end;
}

.guides__item .icon img {
    margin-right: -9px;
    cursor: pointer;
}

.btn_s {
    position: relative;
}

.personal-data_sb_left .btn_s.active {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* sidebar.vue - Background arrow for the menu consisting of submenus
   Just add .has-sub class for .personal-data_sb_left .btn_s's button
 */
.personal-data_sb_left .btn_s.has-sub {
    background: #4A90E2 url(../img/sidebar-arrow.svg) no-repeat 95% 50%;
}

/* general-content.vue */
.guides_general-content .general__item {
    margin-bottom: 44px;
}

.guides_general-content .general__item h2 {
    font-size: 14px;
    margin-bottom: 7px;
}

.guides_general-content .general__item a {
    color: #2D9CDB;
}

.guides_general-content .general__item .more {
    margin-top: 28px;
}

/* sub-content.vue */
.guides_sub-content .accordion-buttons button {
    font-weight: bold;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    color: #2B3A42;
    position: relative; display: block; width: 100%;
}

.guides_sub-content .accordion-buttons button:before {
    content: url(../img/arr-d-black.svg);
    position: absolute;
    right: -15px;
    top: 0;
}

.guides_sub-content .accordion-buttons .selected {
    color: #2D9CDB;
}

.guides_sub-content .accordion-buttons .selected:before {
    content: url(../img/arr-u-blue.svg);
    position: absolute;
    right: -15px;
    top: 0;
}

.guides_sub-content .accordion-info {
    font-size: 14px;
    color: #999;
}

.guides_sub-content .accordion-info img {
    max-width: 100%;
}

/* Navigation buttons for referring on another sub-menu */
.guides_customer-guide .navigation__next, .guides_customer-guide .navigation__prev, .guides_seller-guide .navigation__next, .guides_seller-guide .navigation__prev {
    display: flex;
    align-items: center;
    max-width:250px;
    justify-content: flex-end;
}

.guides_customer-guide .navigation__next_content, .guides_customer-guide .navigation__prev_content, .guides_seller-guide .navigation__next_content, .guides_seller-guide .navigation__prev_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    background: #fafafa;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px 0px 0px 4px;
    height:100%;
    padding: 5px 14px;
    flex-grow: 1;
}

.guides_customer-guide .navigation__next_content p, .guides_customer-guide .navigation__prev_content p, .guides_seller-guide .navigation__next_content p, .guides_seller-guide .navigation__prev_content p {
    font-weight: bold;
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}

.guides_customer-guide .navigation__next_content a, .guides_customer-guide .navigation__prev_content a, .guides_seller-guide .navigation__next_content a, .guides_seller-guide .navigation__prev_content a {
    line-height: normal;
    font-size: 14px;
    text-decoration-line: underline;
    color: #2D9CDB;
}

.guides_customer-guide .navigation__next_button, .guides_customer-guide .navigation__prev_button, .guides_seller-guide .navigation__next_button, .guides_seller-guide .navigation__prev_button {
    position: relative;
    background: #4A90E2 url(../img/arr-r-white.svg) no-repeat 50%;
    height:calc(100% + 2px);
    width: 28px;
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
}

.guides_customer-guide .navigation__next_button a, .guides_customer-guide .navigation__prev_button a, .guides_seller-guide .navigation__next_button a, .guides_seller-guide .navigation__prev_button a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.guides_customer-guide .navigation__prev, .guides_seller-guide .navigation__prev {
    display: flex;
    flex-direction: row-reverse;
}

.guides_customer-guide .navigation__prev_content, .guides_seller-guide .navigation__prev_content {
    text-align: left;
    border-radius: 0px 4px 4px 0px;
}

.guides_customer-guide .navigation__prev_button, .guides_seller-guide .navigation__prev_button {
    background: #4A90E2 url(../img/arr-l-white.svg) no-repeat 50%;
    border-radius: 4px 0px 0px 4px;
}

/* Redefining the arrow in breadcrumbs  */
.breadcrumb-item + .breadcrumb-item::before {
    background: url(../img/breadcrumbs-arrow.svg) no-repeat 50%;
}

/* Account-management */

.hide_show {
    width: 21px;
    height: 23px;
    background: url(../img/arr-d-blue.svg) no-repeat 50%;
}

.my-bets {
    max-width: 110px;
}

.my-bets span {
    font-size: 14px;
    text-decoration: underline;
}

.soda {
    margin: 7px 0;
}

.soda .sum_num_box:hover {
    color: #999;
}

.block_balance_info .balanse_order_hide {
    border-bottom: 1px solid #ddd;
}

.total-balance {
    border-bottom: 1px solid #ddd;
}

.account-management h1, .operations-history h1 {
    letter-spacing: 0.01em;
}

.account-management .label-money, .operations-history .label-money {
    display: inline-block;
    font-size: 14px;
}

.account-management .money-info, .operations-history .money-info {
    color: #4a90e2;
    font-size: 32px;
    line-height: 32px;
    display: inline-block;
    margin-top: 10px;
}

.account-management .balanse_order_hide .sum, .account-management .balanse_order_add .sum, .operations-history .balanse_order_hide .sum, .operations-history .balanse_order_add .sum {
    font-size: 18px;
}

.account-management .balanse_order_hide, .account-management .balanse_order_add, .operations-history .balanse_order_hide, .operations-history .balanse_order_add {
    margin-left: 105px;
}

.account-management .total-balance, .operations-history .total-balance {
    padding-bottom: 0;
}

.account-management .block_balance_info .balanse_order_add, .operations-history .block_balance_info .balanse_order_add {
    margin-top: 30px;
}

.account-management .block_balance_info .balanse_order_add_info, .operations-history .block_balance_info .balanse_order_add_info {
    margin-bottom: 20px;
}

.account-management .block_balance_info .balanse_order_hide, .operations-history .block_balance_info .balanse_order_hide {
    margin-top: 32px;
}

.account-management .sum_add_box, .operations-history .sum_add_box {
    margin-top: 0px;
}

.pending-applications button.btn-red {
    width: 150px;
}

.pending-applications .amount {
    font-size: 18px;
    font-weight: bold;
    color: #288fc6;
}

.pending-applications .info p:last-child {
    font-size: 12px;
    color: #999;
}

.pending-applications_block .pending-applications .pending-applications-card .info p {
    line-height: 1.9;
    text-align: left;
    max-width: 349px;
}

.app-history h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.app-history .operation {
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.app-history .span-danger {
    line-height: 12px;
    font-size: 12px;
    color: #BD0415;
}

.app-history .refusal {
    font-size: 14px;
    color: #BD0415;
}

.sort span {
    font-weight: bold;
    font-size: 12px;
    color: #999;
}

select.select-bg {
    background-image: url(../img/select_ico.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 94% 50% !important;
    max-width: 153px;
    height: 25px !important;
    font-size: 13px;
    color: #999;
    padding: 0 25px 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

select.select-p-bg {
    background-image: url(../img/select_ico-grey.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.pagination-block .per-page select {
    background-color: transparent;
}

/* My filters*/
.filter-notification {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #2B3A42;
    margin-top: -14px;
    padding-bottom: 10px;
}

.filter-notification span {
    margin-right: 22px;
}

.filter__item {
    border-top: #4A90E2 7px solid;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 1px 1px 7px 1px rgba(221, 221, 221, 0.91);
    -moz-box-shadow: 1px 1px 7px 1px rgba(221, 221, 221, 0.91);
    box-shadow: 1px 1px 7px 1px rgba(221, 221, 221, 0.91);
}

.filter__item_title {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 22px;
    color: #2B3A42;
}

.filter__item_slider {
    margin-top: 69px;
}

.filter__item div.text-right span {
    margin-right: -6px;
    cursor: pointer;
}

.filter__item .vue-slider-component .vue-slider {
    background-color: #f2f2f2;
}

.filter__item .vue-slider-component .vue-slider-dot {
    border-radius: 4px;
}

.filter__item .vue-slider-component .vue-slider-dot {
    background: #B0B0B0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}

.filter__item .filter-apply-category button {
    padding-left: 4px;
}

.filter__item .filter__name {
    line-height: 20px;
    font-size: 14px;
}

.filter__item .filter__check-list span {
    font-weight: bold;
    color: #2B3A42;
    font-size: 13px;
    text-transform: uppercase;
}

.filter__item .filter__select {
    background-image: url(../img/select_ico.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 94% 50% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.filter__item .filter__select option {
    font-size: 14px;
    color: #999;
}

.filter__item .filter__location span {
    font-size: 13px;
    color: #4A90E2;
}

.filter__item .filter__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filter__item .filter__menu span {
    cursor: pointer;
    padding-top: 10px;
}

.filter__item .choose-location {
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
}

.filter__item form {
    padding-bottom: 0;
}

.filter__item form .custom-control {
    border: none;
    align-items: center;
}

.filter__item form .custom-control .custom-control-indicator {
    border: 1px solid #ccc;
}

.filter__item form .filter-apply-category .btn-link {
    text-decoration: underline;
    color: #4A90E2;
    font-size: 14px;
}

.filter__item form textarea#filter_name {
    color: #999;
    font-size: 14px;
}

.filter__item form .custom-control-description {
    padding-left: 9px;
}

.filter__item form .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    height: 17px;
    width: 17px;
    background: #4A90E2 url(../img/check.svg) no-repeat 50% 63%;
}

.filter__item form .slider_bids input {
    padding-left: 5px;
    font-size: 18px;
}

.filter__item form .slider_bids .delimiter {
    margin: 0 15px 0 13px;
}

.filter__item form .mark1 + div {
    margin-top: -16px;
}

select option {
    font-size: 14px;
    color: #999;
}

/* Bids history/table */
.page-block .right-block {
    max-width: 100%;
}

.detail_lot-bids {
    padding-top: 10px;
}

.detail_lot-bids .count_bids {
    font-size: 12px;
    text-decoration-line: underline;
    color: #2D9CDB;
}

.show-completed-auctions {
    color: #2B3A42;
    display: flex;
    align-items: center;
}

/* Pagination*/
.pagination {
    justify-content: center;
}

.pagination li.page-item {
    margin: 0 5px;
}

.pagination li.page-item a {
    text-decoration: none;
}

.pagination li.page-item a:active, .pagination li.page-item a:focus {
    box-shadow: none;
    outline: none;
}

.pagination li.page-item .page-link {
    text-decoration: none;
    border: none;
    line-height: 1;
    padding: 13px 16px;
    color: #999;
}

.pagination li.page-item .page-link:focus, .pagination li.page-item .page-link:hover {
    border-radius: 0.3rem;
}

.pagination li.page-item a span {
    font-size: 24px;
}

.pagination li.page-item span.page-link {
    font-size: 24px;
    line-height: 1;
}

.pagination li.page-item.active a {
    color: #fff;
}

.pagination-block .page-item.active .page-link {
    background-color: #4A90E2;
}

/* Favorites page */
.item-box .item-box_str1, .item-box .item-box_str2 span:last-child {
    text-transform: none;
}

.item-box .item-box_str1 {
    margin-bottom: 17px;
}

.item-box .item-box_str2 {
    margin-bottom: 9px;
    margin-top: 40px;
}

.item-box .item-box_btn {
    margin-bottom: 25px;
    margin-top: 8px;
}

/*My lots*/
.table-my-lots .card-lot {
    height: auto;
}

.table-my-lots .card-lot .item-box_img {
    margin: -13px 0px 16px 2px;
}

.table-my-lots .card-lot .item-box_img .original-photo {
    height: 100%;
}

.table-my-lots .delete-lot-block .delete-lot-button {
    font-size: 14px;
    color: #288FC6;
    padding-left: 19px;
    background: url(../img/bucket-blue.svg) no-repeat 0 50%;
}

.table-my-lots .delete-lot-block .delete-lot-button:hover {
    color: #BD0415;
    background: url(../img/bucket.svg) no-repeat 0 50%;
}

.table-my-lots .info-bottom {
    height: auto;
    /*background: #eee;*/
    /*padding: 0 20px;*/
    /*color: #2b3a42;*/
}

.table-my-lots .info-bottom .type-price {
    font-size: 10px;
    color: #2B3A42;
    text-transform: uppercase;
}

.table-my-lots .info-bottom .price-and-quantity {
    max-width: 280px;
    justify-content: space-between;
}

.table-my-lots .info-bottom .price-lot {
    font-size: 18px;
    padding-top: 7px;
    font-weight: bold;
}

.table-my-lots .info-bottom .statis-lot {
    padding-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .table-my-lots .delete-lot-block {
        margin-bottom: 0;
        margin-left: 0;
        min-height: 30px;
    }
}

.quantity {
    padding-left: 53px;
}

.quantity .count_bids {
    font-size: 12px;
    text-decoration-line: underline;
    color: #2D9CDB;
}

.quantity .count_bids_zero {
    padding-right: 28px;
}

.table_bids_history .quantity {
    padding-left: 0;
}

.table_bids_history label.switch input[type="checkbox"] + span {
    padding: 4px 24px;
}

.guides-templates__table table tbody td img {
    max-width: 50%;
}

.profile_submenu {
    top: 71px;
}

.admin-statistics-left-menu {
    padding-top: 20px;
}

.admin-widgets {
    padding-top: 45px;
}

.admin-widgets__button {
    width: 100%;
    height: 30px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #98AAB5;
    transition: margin 0.5s, width 0.5s, border-radius 0.5s;
    border-radius: 4px;
}

.admin-widgets__button[aria-expanded=true] {
    margin: 0 0 0 30px;
    width: 210px;
    border-radius: 4px 4px 0 0;
}

.dealings_user-dealings .cont_cont {
    padding-bottom: 60px;
}

.my-deals_my-deals .sort, .my-disputes_my-disputes .sort, .table_bids_history .sort, .table-my-lots .sort {
    padding-bottom: 8px;
}

.my-deals_my-deals .sort div, .my-disputes_my-disputes .sort div, .table_bids_history .sort div, .table-my-lots .sort div {
    margin: 0 8px;
}

.my-deals_my-deals .sort div:first-child, .my-disputes_my-disputes .sort div:first-child, .table_bids_history .sort div:first-child, .table-my-lots .sort div:first-child {
    margin-left: 0;
}

.my-deals_my-deals .photo-section, .my-disputes_my-disputes .photo-section, .table_bids_history .photo-section{
    margin: 0;
    padding-left: 0;
}

.my-deals_my-deals .photo-section span.original-photo, .my-deals_my-deals .photo-section svg, .my-disputes_my-disputes .photo-section span.original-photo, .my-disputes_my-disputes .photo-section svg, .table_bids_history .photo-section span.original-photo, .table_bids_history .photo-section svg, .table-my-lots .photo-section span.original-photo, .table-my-lots .photo-section svg {
    height: 115px;
    width: 200px;
    max-width: 100%;
}

.my-deals_my-deals .content-section, .my-disputes_my-disputes .content-section, .table_bids_history .content-section, .table-my-lots .content-section {
    flex-wrap: wrap;
}

.my-deals_my-deals .content-section__left, .my-disputes_my-disputes .content-section__left, .table_bids_history .content-section__left, .table-my-lots .content-section__left {
    max-width: 360px;
}

.my-deals_my-deals .content-section__left a, .my-disputes_my-disputes .content-section__left a, .table_bids_history .content-section__left a, .table-my-lots .content-section__left a {
    line-height: 22px;
    word-wrap: break-word;
}

.my-deals_my-deals .sub-content-section, .my-disputes_my-disputes .sub-content-section, .table_bids_history .sub-content-section, .table-my-lots .sub-content-section {
    flex-wrap: wrap;
    padding: 9px 0;
    min-height: 74px;
}

.my-deals_my-deals .sub-content-section__left .price, .my-disputes_my-disputes .sub-content-section__left .price, .table_bids_history .sub-content-section__left .price, .table-my-lots .sub-content-section__left .price {
    font-weight: 500;
    font-size: 22px;
    color: #4A90E2;
}

.my-deals_my-deals .sub-content-section__left p.price, .my-disputes_my-disputes .sub-content-section__left p.price, .table_bids_history .sub-content-section__left p.price, .table-my-lots .sub-content-section__left p.price {
    padding-top: 8px;
}

.my-deals_my-deals .sub-content-section__left .nds, .my-disputes_my-disputes .sub-content-section__left .nds, .table_bids_history .sub-content-section__left .nds, .table-my-lots .sub-content-section__left .nds {
    font-size: 13px;
    color: #999;
    padding-top: 11px;
}

.my-deals_my-deals .sub-content-section__right p, .my-disputes_my-disputes .sub-content-section__right p, .table_bids_history .sub-content-section__right p, .table-my-lots .sub-content-section__right p {
    font-size: 12px;
    color: #2B3A42;
}

.my-deals_my-deals .sub-content-section__right .name, .my-disputes_my-disputes .sub-content-section__right .name, .table_bids_history .sub-content-section__right .name, .table-my-lots .sub-content-section__right .name {
    text-transform: uppercase;
}

.my-deals_my-deals .sub-content-section__right .deadline, .my-disputes_my-disputes .sub-content-section__right .deadline, .table_bids_history .sub-content-section__right .deadline, .table-my-lots .sub-content-section__right .deadline {
    font-weight: bold;
    font-size: 18px;
    color: #2B3A42;
    padding-top: 2px;
}

.my-deals_my-deals .sub-content-section__right .description, .my-disputes_my-disputes .sub-content-section__right .description, .table_bids_history .sub-content-section__right .description, .table-my-lots .sub-content-section__right .description {
    text-transform: lowercase;
    padding-top: 2px;
}

.my-deals_my-deals .sub-content-section__right .description:first-letter, .my-disputes_my-disputes .sub-content-section__right .description:first-letter, .table_bids_history .sub-content-section__right .description:first-letter, .table-my-lots .sub-content-section__right .description:first-letter {
    text-transform: uppercase;
}

.table-my-lots .photo-section span.original-photo {
    height: 100%;
}

@media (min-width: 992px) {
    .my-deals_my-deals .sort, .my-disputes_my-disputes .sort, .table_bids_history .sort, .table-my-lots .sort {
        justify-content: flex-end;
        padding-right: 8px;
    }

    .my-deals_my-deals .show-completed-auctions, .my-disputes_my-disputes .show-completed-auctions, .table_bids_history .show-completed-auctions, .table-my-lots .show-completed-auctions {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .my-deals_my-deals .sort, .my-disputes_my-disputes .sort, .table_bids_history .sort, .table-my-lots .sort {
        padding-top: 8px;
    }

    .my-deals_my-deals .sub-content-section, .my-disputes_my-disputes .sub-content-section, .table_bids_history .sub-content-section, .table-my-lots .sub-content-section {
        margin-top: 14px;
    }
}

@media (min-width: 992px) {
    .table_bids_history .your-bids {
        margin-top: 4px;
    }
}

.table_bids_history {
    color: #2B3A42;
}

.table_bids_history .user_status_bid_success {
    background: #eeffed;
}

.table_bids_history .user_status_bid_danger {
    background: #fff2f2;
}

.table_bids_history .user_status_bid_dark {
    background: #f8f8f8;
}

.table_bids_history .bid-status {
    padding-left: 23px;
}

.table_bids_history .bid-status .current-bid, .table_bids_history .bid-status .max-bid {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
}

.table_bids_history .bid-status .max_lot_bid {
    padding-top: 7px;
    font-size: 18px;
    font-weight: bold;
}

.table_bids_history .bid-status .quantity {
    padding-top: 5px;
}

.table_bids_history .bid-status .quantity span {
    font-size: 12px;
    text-transform: uppercase;
}

.table_bids_history .your-bids {
    padding-top: 21px;
    background: none !important;
}

.table_bids_history .your-bids p {
    font-weight: bold;
    font-size: 12px;
    color: #4F4F4F;
    text-transform: uppercase;
}

.table_bids_history .your-bids ul {
    padding-top: 6px;
}

.my-disputes_my-disputes .sub-content-section__left .price {
    font-weight: 500;
    font-size: 18px;
    color: #4A90E2;
}

.my-disputes_my-disputes .sub-content-section__left .nds {
    padding-left: 4px;
}

.my-disputes_my-disputes .sub-content-section__left .dispute-info {
    margin-top: 5px;
}

.my-disputes_my-disputes .sub-content-section__left .dispute-info .name {
    text-transform: uppercase;
    font-size: 13px;
    color: #2B3A42;
}

.my-disputes_my-disputes .sub-content-section__left .dispute-info .deadline {
    font-weight: bold;
    font-size: 18px;
    color: #2B3A42;
    padding-top: 2px;
}

@media (min-width: 992px) {
    .my-disputes_my-disputes .content-section__right {
        margin-top: 0;
    }

    .my-disputes_my-disputes .sub-content-section {
        margin-top: 0;
    }
}

/* My-deals dealing-content.vue*/
.show_dealing-content .section, .dealing_index-content .section {
    padding: 30px 0;
}

.show_dealing-content .heading, .dealing_index-content .heading {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #2B3A42;
    margin-bottom: 20px;
}

.show_dealing-content .title, .dealing_index-content .title {
    font-weight: 700;
    font-size: 12px;
    color: #999;
    padding-bottom: 8px;
}

.show_dealing-content .payment, .dealing_index-content .payment {
    font-weight: 500;
    font-size: 18px;
    color: #2B3A42;
}

.show_dealing-content .custom-link, .dealing_index-content .custom-link {
    color: #288FC6;
    text-decoration: underline;
    font-size: 12px;
    background: none;
}

.show_dealing-content .phone, .show_dealing-content .e-mail, .dealing_index-content .phone, .dealing_index-content .e-mail {
    font-weight: 500;
    font-size: 16px;
    color: #999;
}

.show_dealing-content .attention p, .dealing_index-content .attention p {
    font-size: 14px;
    color: #4A90E2;
}

.show_dealing-content .add-funds, .dealing_index-content .add-funds {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF2F2;
    padding: 13px 17px;
}

.show_dealing-content .add-funds-info p, .dealing_index-content .add-funds-info p {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    font-size: 12px;
    color: #BD0415;
}

.show_dealing-content .add-funds-amount p, .dealing_index-content .add-funds-amount p {
    font-weight: 500;
    font-size: 18px;
    color: #BD0415;
}

.show_dealing-content .add-funds-link button.btn-link, .dealing_index-content .add-funds-link button.btn-link {
    color: #288FC6;
    text-decoration: underline;
    font-size: 12px;
    background: none;
}

.show_dealing-content .lot-info, .dealing_index-content .lot-info {
    padding-bottom: 30px;
}

.show_dealing-content .lot-info__lot, .dealing_index-content .lot-info__lot {
    font-weight: bold;
    font-size: 12px;
    color: #98AAB5;
}

.show_dealing-content .lot-info__lot-name, .dealing_index-content .lot-info__lot-name {
    line-height: 24px;
    font-size: 18px;
    color: #2B3A42;
}

.show_dealing-content .lot-info__table, .dealing_index-content .lot-info__table {
    background: #F8F8F8;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    padding: 0 17px 17px 17px;
}

.show_dealing-content .lot-info__table .price, .dealing_index-content .lot-info__table .price {
    font-size: 24px;
    color: #4A90E2;
}

.show_dealing-content .lot-info__table .date, .dealing_index-content .lot-info__table .date {
    color: #2B3A42;
}

.show_dealing-content .lot-info__table .postponement, .dealing_index-content .lot-info__table .postponement {
    font-size: 24px;
}

.show_dealing-content .information p, .dealing_index-content .information p {
    padding: 5px 0;
}

.show_dealing-content .information p:first-child, .dealing_index-content .information p:first-child {
    padding: 0;
}

.show_dealing-content .information button, .dealing_index-content .information button {
    margin-top: 10px;
    width: 160px;
}

.show_dealing-content .information button.calculate, .dealing_index-content .information button.calculate {
    width: 100%;
    text-align: left;
}

.show_dealing-content .all-signed, .dealing_index-content .all-signed {
    text-align: center;
    font-size: 16px;
}

.show_dealing-content .all-signed p, .dealing_index-content .all-signed p {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #219653;
}

.show_dealing-content .all-signed button, .dealing_index-content .all-signed button {
    margin-top: 4px;
}

.show_dealing-content .contract-docs, .dealing_index-content .contract-docs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.show_dealing-content .contract-docs p, .dealing_index-content .contract-docs p {
    line-height: 18px;
}

.show_dealing-content .contract-docs p:last-child, .dealing_index-content .contract-docs p:last-child {
    padding-top: 15px;
}

.show_dealing-content .contract-docs a.custom-link, .dealing_index-content .contract-docs a.custom-link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.show_dealing-content .contract-docs a.custom-link:before, .dealing_index-content .contract-docs a.custom-link:before {
    content: url("../img/pdf_ico.svg");
    padding-right: 10px;
}

.dealing_index-content .contract-docs button {width: 160px;}

.show_dealing-content .contract-docs .with-signature, .dealing_index-content .contract-docs .with-signature {
    font-size: 12px;
    color: #2B3A42;
    font-weight: 500;
}

.dealing_index-content .sdelka_skachat_file {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show_dealing-content .sdelka_skachat_file .switch, .dealing_index-content .sdelka_skachat_file .switch {
    margin-right: 50px;
}

.show_dealing-content .modal-content, .dealing_index-content .modal-content {background: none;}

.show_dealing-content .modal-content .modal-header, .dealing_index-content .modal-content .modal-header {
    border: none;
}

.show_dealing-content .modal-content .modal-header button.close, .dealing_index-content .modal-content .modal-header button.close {
    color: #fff;
    text-decoration: none;
}

.show_dealing-content .modal-content .modal-body, .dealing_index-content .modal-content .modal-body {
    background-color: #fff;
    border-top: 7px solid #4a90e2;
    border-bottom: 7px solid #4a90e2;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: none;
}

.block_balance_info button.print {
    width: 200px;
}

.ql-editor {
    min-height: 130px;
}

.title_textarea label {
    color: #4A90E2;
    font-size: 14px;
}

.heading {
    line-height: 30px;
    font-size: 24px;
    color: #2B3A42;
    margin-bottom: 10px;
}

.tag-box_item {
    margin: 6px 7px;
    padding: 8px;
}

.available-funds, .blocked-funds {
    position: relative;
}

.available-funds:before, .blocked-funds:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/available-funds.svg) no-repeat 50%;
    position: absolute;
    left: -69px;
    top: -5px;
}

.blocked-funds:before {
    background: url(../img/blocked-funds.svg) no-repeat 50%;
}

.sum_num_box > div {
    line-height: 1.5;
}

.sign-info {
    font-size: 12px;
}

.lot_lot-detail .quantity {
    padding-left: 0;
}

.changeDayType .custom-control-indicator {
    border: 1px solid #ddd;
}

.error {
    color: #BD0415;
}

#work-lot .lot-name {
    font-size: 18px;
    margin-bottom: 16px;
}

#work-lot .lot-id {
    font-size: 20px;
    color: #999;
}

#work-lot .lot-status {
    margin: 14px 0;
}

#work-lot .lot-status span {
    background: rgba(255, 183, 0, 0.5);
    font-size: 13px;
    padding: 7px 10px;
    color: #2B3A42;
}

#work-lot .manager_tabs div {
    cursor: pointer;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 28px;
}

#work-lot .manager_tabs div.active {
    color: #206DC7;
}

#work-lot .manager_tabs .proposition {
    background: #fff url(../img/predlizhenie_seraya.svg) no-repeat 14% 52%;
    background-size: 11%;
}

#work-lot .manager_tabs .proposition.active {
    background: #CFDDE6 url(../img/predlizhenie_sinaya.svg) no-repeat 14% 52%;
    background-size: 11%;
}

#work-lot .manager_tabs .logistic {
    background: #fff url(../img/dostavka_seraya.svg) no-repeat 14% 52%;
    background-size: 11%;
}

#work-lot .manager_tabs .logistic.active {
    background: #CFDDE6 url(../img/dostavka_sinaya.svg) no-repeat 14% 52%;
    background-size: 11%;
}

#work-lot .manager_tabs .dealing {
    background: #fff url(../img/sdelka_dogovor_seraya.svg) no-repeat 14% 52%;
    background-size: 11%;
}

#work-lot .manager_tabs .dealing.active {
    background: #CFDDE6 url(../img/sdelka_dogovor_sinaya.svg) no-repeat 14% 52%;
    background-size: 11%;
}

.notifications_all .show-period p {
    font-weight: 700;
    text-align: left;
    font-size: 12px;
}

.notifications_all .form-control {
    padding: .375rem;
}

.notifications_all .new-notification {
    font-size: 16px;
    color: #BD0415;
    margin-bottom: 13px;
}

.notifications_all .notifications-item__name {
    text-transform: uppercase;
    color: #2B3A42;
}

.notifications_all .notifications-item__description {
    line-height: 20px;
    margin-top: 8px;
    color: #333;
}
.notifications_all .notifications-item__favorite {
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 40px solid rgba(51, 51, 51, 0.5);
    border-left: 40px solid transparent;
    cursor: pointer;
}

.notifications_all .notifications-item__favorite:after {
    width: 18px;
    height: 18px;
    top: -37px;
    right: 2px;
    content: "";
    background: url(../img/star_ico.svg) no-repeat 50%;
    position: absolute;
}

.notifications_all .notifications-item__favorite.active {
    border-top-color: rgba(255, 183, 0, 0.9);
}

#work-lot .lot-name {
    font-size: 22px;
}

#work-lot textarea.form-control {
    resize: none;
    height: 336px;
    background: #fff;
}

#work-lot .pagination {
    justify-content: left;
}

#work-lot .heading {
    font-size: 16px;
    color: #2B3A42;
}

#work-lot .btn-link {
    text-decoration-line: underline;
    color: #288FC6;
}

#work-lot .add-note-btn {
    align-items: flex-end;
}

#manager #work-lot textarea.form-control {
    height: 307px;
    background: #fff;
}

.btn-green {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #86ba79;
    border: none;
    text-transform: uppercase;
    max-width: 200px;
    text-decoration: none;
    border-radius: unset;
}

.di-background {
    background: #fff;
    border: 1px solid #ccc;
}

.vdp-datepicker__calendar {
    right: 0;
}

.bg-fa {
    background: #fafafa;
}

.box {
    width: 566px;
    height: 442px;
    max-width: 100%;
    background: url(../img/404.png) no-repeat 50%;
    background-size: contain;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .box {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .box {
        height: 300px;
    }
}

.custom-textarea {
    min-height: 168px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.manager_block_indent textarea {
    border: 1px solid #ccc;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 100px !important;
}

.uploaded-file {
    display: flex;
    align-items: center;
}

.uploaded-file .delet_file_ico {
    margin-left: 20px;
}

.privacy-policy h2, .regulation h2 {
    text-align: center;
    margin: 10px 0 20px;
}

.privacy-policy p, .regulation p {
    padding-bottom: 10px;
}

.privacy-policy span, .regulation span {
    font-weight: 700;
}

.validity div {
    text-align: left;
}

#my-users-work .custom-checkbox .custom-control-description .switch span {
    width: 10px;
}

#my-users-work .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    height: 75%;
}

#lots_filtering_location .hint {
    line-height: 24px;
    font-size: 14px;
    text-indent: 11px;
    color: #4A90E2;
}

#lots_filtering_location .menu {
    border: none;
}

#lots_filtering_location .pagination_block {
    margin-bottom: 24px;
}

#lots_filtering_location .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    top: 8px;
}

#lots_filtering_location label.custom-control {
    width: 100%;
    padding: 8px 20px;
}

#lots_filtering_location label.custom-control span {
    font-size: 13px;
}

#lots_filtering_location hr {
    background: #ccc;
    height: 1px;
    margin: 0;
    width: 100%;
    border: none;
}

#lots_filtering_location li.nav-item {border-bottom: none; width:70px; flex-grow: 1;}

#lots_filtering_location li.nav-item a {
    color: #fff;
    text-decoration: none;
    border-right: 4px solid #3b73b5;
    border-left: 1px solid #76B3FB;
    background: #4A90E2;
    border-bottom: 1px solid #4a90e2;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

#lots_filtering_location li.nav-item a.disabled {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    color: #2B3A42;
}

.serf_box .titl_form {
    padding-bottom: 20px;
}

#print-requisites .default-account {
    padding: 0;
}

#print-requisites .default-account .label {
    padding: 7px 0 0 10px;
}

#print-requisites .default-account select {
    padding: 0 0 0 10px;
    height: 28px;
    color: #333;
    font-size: 14px;
    margin-top: -4px;
}

.item-box {
    position: relative;
}

.item-box .my-lot-label {
    position: absolute;
    bottom: 0;
    right: -1px;
    height: 80px;
    width: 80px;
    background: url(../img/my-lot.svg);
}

.item-box .my-lot-label_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin: 31px 0 0 23px;
    height: 46px;
    background: url(../img/my-lot-flag.svg) no-repeat 50% 0;
}

.item-box .my-lot-label span {
    font-weight: 700;
    font-size: 10px;
    color: #fff;
}

.mail_footer {background: url(../img/mail_vector.svg) no-repeat; height: 20px; width: 125px;}
.tel_footer {max-width: 240px; width: 100%;}

.entity p {
    padding-bottom: 0;
}

.entity span {
    font-weight: 400;
}

.entity [class*="col"] {
    margin-bottom: 20px;
}

.entity [class*="col"] p:first-child {
    line-height: 24px;
    font-size: 14px;
    text-indent: 8px;
    color: #4A90E2;
}

.entity [class*="col"] p:last-child {
    line-height: 24px;
    font-size: 18px;
    text-indent: 8px;
    color: #2B3A42;
    padding-bottom: 3px;
    border-bottom: 1px solid #999;
}

.regulation a {
    margin-bottom: 5px;
}