.checkbox-not-update{
	margin-top: 20px;
    float: right;
    width: auto;
	margin-bottom: 20px;
}

.instructions-list .instructions-list__item a{
	display: block;
	float: left;
	width: 100%;
	text-decoration: none;
}

.instructions-list .instructions-list__item {
	margin-bottom: 20px;
}

.instructions-list .instructions-list__item a .row{
	margin: 0px;
	border: solid 1px rgba(0,0,0,0.35);
	border-radius: 5px;
	padding: 20px 10px;
	transition: 0.3s;
}

.instructions-list .instructions-list__item a:hover .row{
	background-color: #ffc529;
	border-color: #ffc529;
}

.instructions-list__item-title{
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
	font-size: 18px;
	line-height: 24px;
}

.instructions-list__item-size{
	color: gray;
	font-size: 14px;
}

.default-text{
	font-size: 14px;
	line-height: 21px;
	color: #000;
}

.default-text p {
	margin-bottom: 15px;
}

.default-text h2{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

.default-text h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

.default-text h4{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

.default-text h5{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

.default-text > ol{
	/*list-style: decimal;
	padding-left: 15px;*/
	margin-bottom: 20px;
	counter-reset: section;
}

.default-text ol > li{
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}

.default-text ul > li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}


.default-text ol li.title-list{
	padding-left: 0px !important;
}

.default-text ol li.title-list:before{
	display: none !important;
}

.default-text ol li:before{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.default-text > ol > li{
	counter-increment: section;
}

.default-text > ol > li::before {
	content: counter(section) ".";
}

.default-text > ol > li > ol{
	counter-reset: subsection;
}


.default-text > ol > li > ol > li{
	counter-increment: subsection;
}

.default-text > ol > li > ol > li::before {
	content: counter(section) "." counter(subsection) ".";
}

.default-text > ol > li > ol > li > ol{
	counter-reset: subsubsection;
}

.default-text > ol > li > ol > li > ol > li{
	counter-increment: subsubsection;
}

.default-text > ol > li > ol > li > ol > li::before {
	content: counter(section) "." counter(subsection) "." counter(subsubsection) ".";
}



.market-app{
	margin-bottom: 30px;
}

.market-app a{
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.toast-notify{
z-index: 10000 !important;
}

.hide-mobile >*{
	display: none !important;
}

.message-mobile{
	display: block !important;
	position: fixed;
	z-index: 999999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/hide-mobile.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}

.signed-message{
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    background-color: #c40000a6;
    border: solid 2px #c40000;
    margin-bottom: 30px;
}

.signed-message .signed-message__text{
	color: #fff;
}

.signed-message .button-fill{
	box-shadow: none;
    background-color: #fff;
}

.signed-message .button-fill:hover{
    background-color: rgba(255,255,255,0.75);
}

.list-restaurants__item.active{
	background-color: #ffc5299c;
}

.dashboard-page__title .dashboard-page__title-text small{
    font-size: 14px;
	display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #33ab33;
    border-radius: 8px;
    color: #fff;
    transform: translateY(-4px);
}

.list-restaurants .list-restaurants__item .list-restaurants__item-title small{
	display: inline-block;
	font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.list-restaurants__item_error .list-restaurants__item-title i span{
	display: none;
	width: 200px;
	height: auto;
	position: absolute;
	top: 100%;
	left: 100%;
	border-radius: 5px;
	z-idnex: 1;
	padding: 15px;
	color: #fff;
	background-color: #c60000;
	text-align: left;
	font-weight: normal
}

.list-restaurants__item_error{
	background-color: #ffc6c6 !important;
}

.list-restaurants__item_error .list-restaurants__item-title{
	color: #c60000 !important;
}

.list-restaurants__item_error .list-restaurants__item-title i:hover span{
	display: inline-block
}

.list-restaurants__item_error .list-restaurants__item-title i{
	display: inline-block;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background-color: #c60000;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	text-align: center;
	margin-left: 15px;
	cursor: poiner;
	position: relative;
}

.form-input.form-input__error-detail label{
	color: #c60000;
}

.form-input.form-input__error-detail label i{
	display: inline-block;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background-color: #c60000;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	text-align: center;
	margin-left: 15px;
	position: relative;
}

.form-input.form-input__error-detail label i:hover span{
	display: inline-block;
}

.form-input.form-input__error-detail label i span{
	display: none;
	width: 200px;
	height: auto;
	position: absolute;
	top: 100%;
	left: 100%;
	border-radius: 5px;
	z-idnex: 1;
	padding: 15px;
	color: #fff;
	background-color: #c60000;
	text-align: left;
	font-weight: normal
}


.table-time td,
.table-time th{
	padding: 5px;
}

.table-time th{
	font-weight: 700;
	font-size: 14px;
}

.table-time .form-input_checkbox input+label{
    padding-left: 0px;
    font-size: 10px;
    padding-top: 14px;
}

.dashboard-page__accordeon-menu .accordeon-menu__item.active .accordeon-menu__body{
	overflow-y: scroll;
}

.dashboard-page__container.col-12{
    padding-right: 30px;
}

body{
	overflow-x: hidden;
}

.link-red{
	color: #b60000;
    font-weight: 600;
}

.item_order__color-status{
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 3px;
    width: 10px;	
	border-radius: 3px;
    height: calc(100% + 10px);
    z-index: -1;
    opacity: 1;
}

.item_order > .row{
	position: relative;
}

.left-sidebar .left-sidebar__menu{
    overflow: visible;
    float: left;
}

.left-sidebar .left-sidebar__menu ul li a span{
	font-size: 8px;
}

.modal-form form .dashboard-page__block{
	margin-bottom: 25px;
}

.form-input_checkbox__groups {
    margin-bottom: 15px;
}

.mute-text{
	font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #A6A6A6;
}

.map-point-modal > div{
	display: block;
	width: 100%;
	height: 400px;
	float: left;
}

.loading-block:after{
	    z-index: 2;
}

.dashboard-page__container form > .row > * {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.form-input textarea{
    min-height: 160px;
    height: auto;
}

.col-paddings-15{
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.col-paddings-15 > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 30px !important;
}

.form-input{
	position: relative;
}

.list-city-container{
	display: none;
    width: 100%;
    position: absolute;
    min-height: 50px;
    background-color: #f4f4f4;
    left: 0;
    top: calc(100% + 10px);
    border-radius: 5px;
    padding: 15px;
	max-height: 200px;
	overflow-y: scroll;
	z-index: 10;
}

.list-city-container.active{
	display: block;
}

.list-city-container a{
    display: inline-block;
    float: left;
    width: 100%;
    color: #131313;
    text-decoration: none;
    margin-bottom: 5px;
	transition: 0.3s;
}

.list-city-container a:hover{
	color: #ffc529
}

.dashboard-page__block-cart > div{
	height: 400px;
}

.dashboard-page__block-cart{
	padding-left: 0px;
	padding-right: 0px;
    margin-left: -10px;
}

.form-input__captcha .image_block{
	height: 40px;
    background-size: contain;
    margin-top: 34px;
    background-repeat: no-repeat;
	width: 100%;
}

.form-input_code.error-input~.form-input input[type=text]{
	    color: #bc2c3d!important;
}

.toast-notify {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 350px;
    z-index: 10;
}

.toast-notify .toast-notify__element{
	position: relative;
	display: inline-block;
	float: left;
	width: 320px;
	margin: 10px 20px 10px 0;
	border-radius: 5px;
	background-color: $color_f4;
	box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
	padding: 15px;
}

.toast-notify .toast-notify__element p{
	display: inline-block;
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	padding-right: 30px;
}

.toast-notify .toast-notify__element span{
	display: inline-block;
	float: left;
	width: 100%;
	font-size: 14px;
}

.toast-notify .toast-notify__element .toast-notify__element-close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	display: inline-block;
}

.toast-notify .toast-notify__element .toast-notify__element-close:before{
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: 0;
	height: 12px;
	width: 12px;
	background-image: url('../img/close.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.toast-notify .toast-notify__element__errors{
	background-color: rgba(220,53,69,.85);
	color: #fff;
}

.toast-notify .toast-notify__element__success{
	background-color: rgba(40,167,69,.9);
	color: #fff;
}

.toast-notify .toast-notify__element__success .toast-notify__element-close:before{
	background-image: url('../img/close_green.svg');
}

.toast-notify .toast-notify__element:first-of-type{
	margin-top: 20px;
}

.row__col-40{
	margin-left: -20px;
	margin-right: -20px;
}

.row__col-40 > *{
	padding-left: 20px;
	padding-right: 20px;
}

.row__col-20{
	margin-left: -10px;
	margin-right: -10px;
}

.row__col-20 > *{
	padding-left: 10px;
	padding-right: 10px;
}

[data-rest-orders]{
	cursor: pointer;
}

.list-orders-tabs{
	background-color: rgba(0,0,0,0);
    border: 2px solid #f4f4f4;
	padding: 15px;
    border-radius: 5px;
	max-height: calc(100vh - 240px);
	height: 100%;
	overflow: scroll;
}

.item_order{
	margin-bottom: 10px;
	padding-bottom: 10px;
    border-bottom: solid 2px #f4f4f4;
}

.item_order:last-of-type{
	padding-bottom: 0px;
	margin-bottom: 0px;
    border-bottom: solid 0px transparent;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_30{
	margin-bottom: 30px;
}

.list-products-order .products-order__element {
    margin-bottom: 10px;
    margin-top: 10px;
}

.list-products-order .products-order__element .products-order__element-image span{
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f4f4f4;
}

.list-products-order .products-order__element .products-order__element-name>.row,
.list-products-order .products-order__element .products-order__element-weight>.row,
.list-products-order .products-order__element .products-order__element-price>.row{
    height: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #272d2f;
}

.list-products-order .products-order__element .products-order__element-name>.row span,
.list-products-order .products-order__element .products-order__element-weight>.row span,
.list-products-order .products-order__element .products-order__element-price>.row span{
    display: inline-block;
    width: auto;
    color: #a6a6a6;
    padding: 0 10px 0 0;
}

.accordeon-menu__element[data-activated="N"] > .row{
	opacity: 0.35;
}

.accordeon-menu__element[data-activated="N"]{
	position: relative;
}

.accordeon-menu__element[data-activated="N"]:before{
	content: 'Стоп-лист';
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 100px;
	z-index: 10;
	width: auto;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	background-color: #bc2c3d;
	color: #FFF;
	font-weight: 600;
	padding: 0 10px;
}

.signed-message.signed-message__demo{
    background-color: #007805a6;
    border: solid 2px #007805;
}