.static_page h2 {
    margin-bottom: 20px;
}
.select_text {
    background-color: #f6f6f6;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #cacaca;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.select_text_green {
    background-color: #cce1c2;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text_green:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #80b366;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.static_page ol {
    counter-reset:myCounter;
    margin-left:0;
    padding-left:5px;
    color: rgb(100,100,100);
}

.static_page ul, ul.line {
    line-height: 2;
}

.static_page li, ul.line li {
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
}
.static_page ol li {
    padding-left: 35px;
}
.static_page ul li:before, ul.line li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: #80b366;
}
.static_page ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: #80b366;
    counter-increment: myCounter;
    content: counter(myCounter);
}
.footer-item-copy {
    padding-top: 15px;
    font-size: 12px;
    color: #090909;
}
.footer-item-copy-item a,
.footer-item-copy-item span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.modal-form-bitrix24{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background-color:  rgba(0,0,0,0.4);
    height: 100%;
    z-index: 100000;
}
.modal-form-bitrix24.open{
    display: block;
}
.modal-form-bitrix24-content{
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 512px;
}
.modal-form-bitrix24-close{
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(http://webkrayt.ru/close.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;

}
.homepage_link{
    position:absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    text-align: right;
    display: block;
    margin-bottom: 20px;
    color: #0db14b;
    padding-right: 20px;
}
.homepage_link:after{
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("/include/down.png");
    display: block;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.slider_wrapper h2, .main-receipts-list h2{
    padding: 0!important;
}
.homepage_link_container{
    position: relative;
}
.static_page ul li::before{
	margin: 12px 0;
}
.main-user-consent-request-announce a{
	text-decoration: underline !important;
}
.mail-subscribe .main-user-consent-request-announce a{
	color: #fff !important;
}
.encost .nutrition-title{
    margin: 0;
}
.encost .nutrition_value{
    font-weight: 400;
    padding: 0;
}
.property-container-27, .property-container-28{
    display: none;
}
#modal-delivery .modal-dialog{
min-width:780px;
}
.form__registration .custom-control-label a{
	text-decoration: underline;
}
form.has-error .main-user-consent-request input[type=checkbox]:not(:checked) + .main-user-consent-request-announce::before {
  border-color: red
}

form.custom-validate .message-form__widget.red-brd input, form.custom-validate .message-form__widget.red-brd textarea {
  border-color: red !important;
}