.mob{
    display: none !important;
}
.desk{
    display: block !important;
}

body{
    overflow-x: hidden;
}



a, svg, path{
    transition: all ease-in-out .15s;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #000000;
}
::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
    color: #000000;
}
:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
    color: #000000;
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #000000;
}
.noty_theme__mint.noty_bar .noty_body {
    padding: 20px;
    font-size: 14px;
}
.noty_theme__mint.noty_bar .noty_body>strong{
    margin: 0 0 10px 0;
    display: inline-block;
}
.button{
    font-family: 'Open Sans', sans-serif;
    background: none;
    font-size: 14px;
    line-height: 26px;
    opacity: 1;
    height: 46px;
    border-radius: 0;
    -webkit-appearance: none;
}
.button--orange{
    background-color: #FF4F12;
    border-color: #FF4F12;
    color: #FFFFFF;
}
.button.button--orange:hover{
    background: transparent;
    border-color: #FF4F12;
    color: #FF4F12;
}
.button--green{
    background-color: #009933;
    color: #FFFFFF;
}
.button:hover{
    background: #009933;
    border: 1px solid #009933;
    color: #fff;
    opacity: 1;
}
.button.with_ico:hover path{
    fill: #fff;
}
.button.with_ico:hover path.inverse{
    fill: #009933;
}

.sl-overlay{
    background: #000;
}
.sl-wrapper .sl-navigation button{
    color: #fff;
}
.sl-wrapper .sl-close, .sl-wrapper .sl-counter{
    color: #fff;
}
.sl-wrapper .sl-image .sl-caption{
    background: rgba(0,0,0,.65);
}

.sl-wrapper .sl-navigation button:hover,
.sl-wrapper .sl-close:hover{
    background: none;
}
.owl-dots{
    display: none;
}
.content{
    padding-bottom: 80px;
}
h1.page_header,
h2.page_header,
h3.page_header{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 24px 0;
}
h1.sub_header,
h2.sub_header,
h3.sub_header{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 0 0 24px 0;
}
.window_header{
    margin: 0 0 24px 0;
}
.tabs{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tab_content{
    display: none;
}
.tab_content.active{
    display: block;
}

.button.with_ico{
    display: inline-flex;
    align-items: center;
    width: auto;
}
.add_button{
    padding-left: 16px;
    padding-right: 16px;
}
.button.with_ico .ico{
    margin: 0 8px 0 0;
}
.button.with_ico:not(.normal_ico) .ico{
    position: relative;
    top: 3px;
}
.button.simple{
    display: inline-flex;
    align-items: center;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.form_controls{
    margin: 40px 0 0 0;
}
.recipient_window .form_controls{
    margin: 20px 0 0 0;
}
span.link,
span.link:hover{
    text-decoration: none;
    transition: none;
}
.form_controls .link{
    display: inline-block;
    margin-left: 20px;
}
.nav_controls{
    display: flex;
}
.pagination{
    display: flex;
    justify-content: space-between;
}
.pagination_pages{
    display: flex;
}
.pagination a,
.nav_control{
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #009933;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.pagination_pages a,
.nav_control{
    border: 1px solid #009933;
    border-right: none;
}

.nav_controls .prev svg{
    transform: rotate(180deg);
}
.pagination a:hover,
.nav_control:hover{
    background: #009933;
    color: #fff;
}
.pagination a:hover path,
.nav_control:hover path{
    fill: #fff;
}
.nav_controls span path{
    fill: #999999;
}
/*TODO: сделать троеточие*/
.pagination span,
.nav_controls span{
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;

}
.pagination_pages span,
.nav_controls span{
    border: 1px solid #999999;
    border-right: none;
}

.pagination_pages a:last-child,
.nav_control:last-child{
    border-right: 1px solid #009933;
}
.pagination_pages span:last-child,
.nav_controls span:last-child{
    border-right: 1px solid #999999;
}
.pagination_controls{
    display: flex;
}
.pagination .previous svg{
    transform: rotate(180deg);
}
.pagination span.previous path,
.pagination span.next path{
    fill: #999999;
}
.pagination_controls .button{
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #009933;
    display: flex;
    max-width: none;
}
.pagination_controls .next{
    border: 1px solid #009933;
    border-left: none;
    min-width: 40px;
}
.pagination_controls .previous{
    border: 1px solid #009933;
    border-right: none;
    min-width: 40px;
}
.pagination_controls .next.current,
.pagination_controls .previous.current {
    border-color: #999;
}

.pagination_controls .next{
    border-left: 1px solid #009933;
}
.pagination_controls .next.current{
    border-left: 1px solid #009933;
}
.all_pages{
    display: none;
}
.catalog_pagination{
    margin: 40px 0 0 0;
}

.catalog_pagination .next,
.catalog_pagination .previous{
    display: none;
}

.input{
    font-family: 'Open Sans', sans-serif;
}
.delivery_exact_time{
    max-width: 162px;
    padding-right: 14px;
}
input[type="time"]{
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
    background: none !important;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    width: 20px;
    height: 20px;
    background: url(../svg/time.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -1px;
    right: -3px;
}
.products_wrapper .pagination_controls{

}

.logo{
    display: flex;
    align-items: center;
}
.logo_flower+.logo_text{
    margin: 0 0 0 12px;
}

.logo_smile{
    position: relative;
}
.logo_smile:before{
    content: '.';
    font-size: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: -2px 0 0 0px;
    background-size: contain;
}
.logo_flower.smile_1:before{
    background: url("../svg/logo/smile_1.png") no-repeat 0 0;
    background-size: contain;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("../svg/arrow_down.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 7.5px;
    position: absolute;
    /*top: 50%;
    transform: translateY(-50%);*/
    top: 20px;
    left: 0;
    border-width: 0;
    border-color: transparent;
    transition: all ease-in-out .15s;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: solid 1px #CCCCCC;
    height: 48px; }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    font-weight: normal; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #666666; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px; }

.select2-container--focus .select2-selection__rendered::before{
    ''
}

.select2-selection__rendered i{
    color: #666666;
    font-style: normal;
    display: inline-block;
    margin: 0 8px 0 0;
}

.select2-container.select2-container--open{
    z-index: 11000;
}
.select2-container{
    text-align: left;
}
.select2-results__option{
    position: relative;
}
.select2-results__option .color_circle{
    position: relative;
    display: inline-flex;
    left: 0;
    top: 3px;
    margin: 0px 10px 0 0;
}
.select2-results__option .color_circle.white{
    border: 1px solid #CCCCCC;
}

.select2-results__option:first-of-type {
    margin-top: 12px;
}
.select2-results__option:last-of-type {
    margin-bottom: 12px;
}
.select2-results__option {
    padding: 5px 16px;
}
.datetime_row .date-wrapper {
    width: auto !important;
}
.datepicker--pointer{
    display: none;
}
.datepicker{
    border-radius: 0;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 24px;
    width: 280px;
    /*margin: -2px 0 0 -17px;*/
    margin: -2px 0 0 0;
    box-shadow: none;
    z-index: 10100;
}
.cart_page .datepicker{
    margin-left: -17px;
}
.cart{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all ease-in-out .15s;
}
.cart.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all ease-in-out .15s;
}
body.cart_page{
    background: #f5f5f5;
}
.cart_recipients{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all ease-in-out .15s;
    overflow: hidden;
}
.cart_recipients.active{
    padding: 0 0 80px 0;
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all ease-in-out .15s;
}
.cart_recipients_controls{
    margin: 0 0 29px 0;
}

.cart_recipients_header{
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 0px 0 12px 0;
}
.cart_recipients_note{
    font-size: 13px;
    font-style: italic;
    color: #666666;
}

.cart_recipients_table{
    border-top: 1px solid #666666;
    margin: 32px 0 0 0;
}
.cart_recipients_table_item{
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
}
.cart_recipients_table_item.active{
    background: #fff;
}
.cart_recipients_table_item.active .cart_recipients_table_item_name{
    font-weight: bold;
}
.cart_recipients_table_item>div{
    padding: 16px;
}
.cart_recipients_table_item:last-child{
    border-bottom: none;
}
.cart_recipients_table_item_name,
.cart_recipients_table_address_type{
    width: 25%;
}
.cart_recipients_table_item_phones,
.cart_recipients_table_address_value{
    width: 75%;
}
.cart_recipients_table_item_control{
    position: absolute;
    background: url(../svg/arrow.svg) no-repeat 0 0;
    width: 8px;
    height: 12px;
    transform: rotate( 90deg );
    right: 24px;
    top: 50%;
    margin-top: -4px;
    transition: transform ease-in-out .15s;
}
.cart_recipients_table_item.active .cart_recipients_table_item_control{
    transform: rotate(270deg);
}
.cart_recipients_table_addresses{
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all ease-in-out .15s;
}
.cart_recipients_table_addresses.active{
    background: #fff;
    opacity: 1;
    visibility: visible;
    max-height: none;
}
.cart_recipients_table_address{
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
    transition: all ease-in-out .15s;
}
.cart_recipients_table_address>div{
    padding: 16px;
}
.cart_recipients_table_address:last-child{
    border-bottom: none;
}
.cart_recipients_table_address:hover{
    background: #009933;
    color: #fff;
}

.cart_recipients_table_address_control{
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    opacity: 0;
}
.cart_recipients_table_address_control .ico{
    margin: 0px 0 0 18px;
    position: relative;
    top: 1px;
}
.cart_recipients_table_address:hover .cart_recipients_table_address_control .ico path{
    fill: #fff;
}
.cart_recipients_table_address:hover .cart_recipients_table_address_control{
    opacity: 1;
}
.cart_recipients_table_addresses .add_controls{
    margin: 0 -10px;
    padding: 16px;
    display: flex;
}
.cart_recipients_table_addresses .add_controls .button{
    margin: 0 10px;
}
.recipients_hint{
    position: absolute;
    background: #fff;
    top: 100%;
    left: -1px;
    z-index: 10;
    padding: 20px;
    border: solid 1px #CCCCCC;
    width: calc(100% + 2px);
    box-sizing: border-box;
}
.recipient_hint{
    margin: 0 0 15px 0;
}
.recipient_hint:last-child{
    margin-bottom: 0;
}
.recipient_hint_name{
    font-weight: bold;
    display: inline-block;
}
.recipient_hint_address{
    color: #009933;
    display: block;
    font-size: 14px;
    margin: 10px 0 10px 0;
}
.recipient_hint_address:hover{
    color: #000;
}
.recipient_hint_address:last-child{
    margin-bottom: 0;
}
.datepicker--nav {
    padding: 10px 4px;
}
.datepicker--nav-action svg{
    width: 16px;
    height: 8px;
}
.datepicker--nav-action path {
    fill: #000;
    stroke: none;
    stroke-width: 2px;
}
.datepicker--nav-action[data-action="next"] svg{
    transform: rotate(180deg);
}
.datepicker--nav-action{
    border-radius: 0;
}
.datepicker--nav-title{
    border-radius: 0;
    font-weight: bold;
    color: #000;
}
.datepicker--nav-title i{
    font-weight: normal;
    color: #000;
}
.datepicker--content {
    padding: 0;
}
.datepicker--cell{
    height: 40px;
    border-radius: 0;
}

.datepicker--cell.-focus- {
    background: #F5F5F5;
    font-weight: bold;
}
.datepicker--day-name{
    color: #000000;
    text-transform: none;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-focus-{
    background: #009933;
    font-weight: bold;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-current-{
    color: #fff;
    background: #009933;
}
.datepicker--cell.-current-{
    background: #f5f5f5;
    color: #000;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: rgba(0,0,0,0.3);
}


.shadow_back{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    position: fixed;
    z-index: 100;
    background: rgba(0,0,0,0.5);
}
.shadow_back.active{
    display: block;
}
.shadow_back.block_shadow_back{
    position: absolute;
}
.ajax_loader{
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 101;
    /*display: none;*/
}
.shadow_back.block_shadow_back .ajax_loader{
    position: absolute;
}





.select2-dropdown{
    min-width: 200px;
}
.custom_select .select2-dropdown{
    width: max-content !important;
    min-width: 0;
}

.product_filter_form .select2-container--default .select2-selection--single {
    border: 1px solid #E2E2E2;
   /* background: #EBEBEB;
    border: 1px solid #EBEBEB;*/
    box-sizing: border-box;
    border-radius: 4px;
    height: auto;
}
.product_filter_form .selected .select2-container--below.select2-container--default .select2-selection--single{
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
}
.product_filter_form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.product_filter_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
.product_filter_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}
.product_filter_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../svg/arrow_down_b.svg);
    top: 15px;
    transform: none;
    left: auto;
    right: 16px;
}
.product_filter_form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    font-weight: normal;
}
.product_filter_form  .select--color .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 36px;
}
.product_filter_form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-width: 0;
    transform: rotate(180deg);
}
.color_circle{
    width: 16px;
    height: 16px;
    border-radius: 16px;
    position: absolute;
    left: 12px;
    top: 8px;
}

.select--color .select2-selection__rendered:before {
    content: "";
    position: absolute;
    left: 12px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-image: url(../img/colors.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.hidden{
    display: none !important;
}
.not_visible,
.not_visible input{
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;

}
.selection-bar__item{
    position: relative;
    display: flex;
}
.selection-bar__item--filter{
    display: none;
}
.selection-bar__item .not_visible{
    position: absolute;
    top: 21px;
    right: 92px;
}
.form_item{
    margin-bottom: 16px;
}
.form_item:last-child:not(:first-child){
    margin-bottom: 0;
}
.form_item.hidden,
.input-wrapper.hidden{
    min-height: 0;
}
.form_item_out_city,
.form_item_out_city_wrapper,
.form_item_pey_method_courier{
    transition: all ease-in-out .15s;
    opacity: 0;
    display: none;
}
.form_item_out_city.active,
.form_item_out_city_wrapper.active,
.form_item_pey_method_courier.active{
    opacity: 1;
    display: block;
}
.form_button{
    margin-top: 32px;
}
.input-wrapper label{
    color: #666666;
    margin-right: 8px;
    flex-shrink: 0;
}
.input-wrapper{
    position: relative;
    margin-bottom: 16px;
    min-height: 48px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.input-wrapper.error{
    border: 1px solid #FF4F12;
    margin-bottom: 32px !important;
}
.grid_row_inputs .input-wrapper.error{
    margin-bottom: 16px !important;
}
.input-wrapper span.error{
    position: absolute;
    left: 0;
    bottom: -20px;
    width: max-content;
    width: -moz-max-content;
}
.input-wrapper .phone_input+span.error{
    bottom: -30px;
}
.textarea-wrapper {
    align-items: flex-start;
    padding: 19px 16px 15px;
}
.textarea-wrapper textarea{
    border: none;
    margin: -5px 0 0 0;
}
textarea{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
.date-wrapper{
    position: relative;
}
.date-wrapper::after{
    content: '.';
    font-size: 0;
    background: url("../svg/date.svg");
    width: 18px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.datetime_row{
    display: flex;
    align-items: flex-start;
    margin: 0 -4px 16px;
}
.datetime_row>div{
    margin: 0 4px;
}
.datetime_row .date-wrapper{
    width: 132px;
}
.datetime_row .time-wrapper{
    width: 162px;
}
.time-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background-image: url(../svg/time.svg);
    width: 20px;
    height: 20px;
    top: 14px;
}
.checkbox__input + .checkbox__box{
    background: #fff;
    border: 1px solid #999999;
    transition: all ease-in-out .15s;
}
.checkbox__input:checked + .checkbox__box{
    background-color: #009933;
    border-color: #009933;
}


.workflow{
    padding: 40px 0 80px;
}
.required_field{
    display: none;
}

.no_data{
    padding: 120px 0 60px;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
}
.products_wrapper .no_data{
    padding: 150px 0 150px;
}
.window_no_data{
    padding: 60px 0 60px;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}


/********************* CATALOG *******************/
.not_today{
    background: #F5F5F5;
    padding: 40px 0;
}

.not_today_data{
    display: flex;
    margin: 40px -20px;
    align-items: center;
    justify-content: center;

}
.not_today_data>div{
    margin: 0 20px;
}
.not_today_info_header{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 8px 0;
}
.not_today_info_note{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.not_today_ico img{
    filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.1));
}

.product_filter_form{
    border-top: solid 1px #EBEBEB;
}

.catalog_products.today{
    background: #f5f5f5;
}
.catalog_products{
    background: #ececec;
}

.products_wrapper .not_results{
    padding: 140px 0;
}
.products_wrapper .pagination{
    margin: 40px 0 0 0;
}


.product_variation_units{
    display: none;
}
.product_variation_units.active{
    display: block;
}

.delete_coupon{
    display: none;
}
.delete_coupon.active{
    display: block;
}

.submenu{
    top: 128px;
}
.submenu-info__list h3 a:hover,
.submenu-info__list h3 a.active,
.footer-list__link:hover,
.footer-list__link.active{
    color: #FF4F12;
}
.submenu-info__link{
    display: block;
}
.submenu-info__link.active{
    color: #FF4F12;
}
.header-info-menu__link.active {
    color: #FF4F12;
}
.header-info{
    z-index: 1010 !important;
}
.main-menu__link.active{
    border-bottom-color: #FFFFFF;
}

.header-account__menu-link.active{
    color: #009933;
    text-decoration: underline solid #009933;
}

.header-login>span{
    margin-left: 5px;
}

.header-info__inner {
    padding: 23px 0 23px;
}

.header.sm .wrapper-small{
    max-width: 1024px;
    padding: 0 24px;
}

.main-slider{
    background: #F5F5F5;
}
.main-slider__left.full{
    width: 100%;
}
.main-slider-card{
    height: 408px;
    padding: 0;
}
.products__col{
    text-align: left;
}
.window{
    border: 8px solid #009933;
    padding-top: 72px;
    padding-bottom: 72px;
}
.window.lg{
    max-width: 1440px;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
}
.window.lg input{
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 24px 0;
    margin: 0;
}
.remodal-close{
    background: #009933;
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
    right: -8px;
    top: -8px;
    width: 56px;
    height: 56px;
}
.remodal-close:hover svg{
    transform: rotate(180deg);
}
.remodal-close:before{
    display: none;
}

/*.search_window{
    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}*/
.window_content{
    width: 100%;
}
.central_window .wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.search_window.with_results .window_content,
.search_window.with_results .window_data{
    height: 100%;
}
.search_window.with_results .search_results{
    height: calc(100% - 121px);
}

.search_window.with_results .search_form{
    margin: 0 0 64px 0 ;
}
.search_window .no_data{
    padding: 100px 0;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}
.search_window.with_results  .wrapper{
    align-items: flex-start;
}
.search_form .form_item,
.check_order_window .form_item{
    width: 100%;
    position: relative;
}
.search_form .button,
.check_order_window .button{
    position: absolute;
    border: none;
    width: 50px;
    height: 50px;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 14px;
}
.search_form .button:hover,
.check_order_form  .button:hover{
    background: transparent;
}
.search_form .button:hover path,
.check_order_form  .button:hover path{
    fill: #009933;
}
span.error{
    color: #E03D3D;
    font-size: 12px;
    margin: 5px 0 0 0;
    display: inline-block;
}
select+span.error{
    margin: 0 0 5px 0;
}
.search_form span.error,
.check_order_window span.error{
    position: absolute;
    left: 0;
    bottom: -20px;
}
.input-wrapper ul:not(.iti__country-list){
    color: #E03D3D;
    font-size: 12px;
    margin: 5px 0 0 0;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.check_order_no_data{
    display: none;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    text-align: left;
    position: absolute;
    margin: -73px 0 0 0;
}
.check_order_no_data span{
    font-weight: bold;
    color: #FF4F12;
}
.check_order_no_data.active{
    display: block;
}
.check_order_info_ico,
.added_to_cart_ico,
.review_message_ico{
    margin: 0 0 48px 0;
}
.check_order_info_text,
.added_to_cart_text,
.review_message_text{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 18px 0;
}
.review_message_note{
    margin: 0 0 48px 0;
    font-size: 16px;
    line-height: 24px;
}
.added_to_cart_text{
    margin: 0 0 24px 0;
}
.added_to_cart_buttons{
    margin: 0 0 40px 0;
}
.added_to_cart_buttons .button,
.button.inv{
    display: inline-flex;
    width: auto;
    padding: 5px 24px;
    height: 48px;
    align-items: center;
    background: #FF4F12;
    color: #fff;
    border-color: transparent;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.check_order_info_controls a,
.added_to_cart_info_controls a,
.review_message_controls a,
.new_order_controls a,
.continue{
    font-size: 16px;
    line-height: 24px;
    color: #009933;
}
.check_order_info_controls a .ico,
.added_to_cart_info_controls a .ico,
.review_message_controls a .ico,
.new_order_controls a .ico,
.continue .ico
{
    margin: 0 0 0 17px;
}



.new_order_number{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 29px 0;
    min-height: 120px;
    color: #1C1D1C;
}
.new_order_back{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
}
.new_order_number_content{
    z-index: 10;
}
.new_order_number_label{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1C1D1C;
    margin: 0 0 4px 0;
}
.new_order_number_value{
    font-family: 'Bebas Neue', cursive;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #1C1D1C;
}


.new_order_header{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 16px 0;
}
.new_order_message{
    margin: 0 0 45px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.new_order_message.with_pay_link{
    margin: 0 0 24px 0;
}
.new_order_buttons{
    margin: 0 0 40px 0;
}
.new_order .button{
    padding-left: 56px;
    padding-right: 56px;
}




.with_sidebar{
    display: flex;
    margin: 0 -8px;
}

.with_sidebar>div{
    padding: 0 8px;
}

.sidebar{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    width: 23.98%;
}
.with_sidebar .page_content{
    width: 74.74%;
}

.user_data_block{
    margin: 0 37px 0 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #CCCCCC;
}
.user_data_block:last-child{
    margin-bottom: 0;
    border-bottom: none;
}

.user_data_name{
    font-weight: bold;
    margin: 0 0 16px 0;
}

.user_data_contacts{
    margin: 0 0 16px 0;
}

a.decorated{
    color: #009933;
    text-decoration: underline solid;
}
a.decorated:hover{
    text-decoration: underline solid transparent;
}
.user_data_bonuses{
    padding-top: 40px;
}
.user_bonuses{
    font-style: italic;
    color: #666666;
    margin: 0 0 8px 0;
}
.user_bonuses_value{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-style: normal;
}

.user_data_menu{
    padding-top: 40px;
}
.account_menu_item{
    line-height: 32px;
}
.account_menu_item_link.active{
    font-weight: bold;
    color: #000;
    text-decoration: none;
}


.page_header.cabinet_page_header{
    margin-bottom: 36px;
}

.table{
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: left;
    margin: 0 0 44px 0;
}
.table th {
    color: #666666;
    font-weight: normal;
    padding: 0 16px 16px 16px;
    border-bottom: 1px solid #666;

}
.table td{
    padding: 16px 16px 16px 16px;
    border-bottom: 1px solid #CCCCCC;;
}



.status_10{
    text-decoration-line: line-through;
    color: #FF4F12;
}
.status_9{
    color: #009933;
}


.page_header{
    display: flex;
    align-items: center;
}
.page_header .delimiter{
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #999999;
    margin: 0 7px;
}
.page_header_status{
    font-weight: normal;
}


.page_header_controls{
    margin-left: auto;
}
.page_header_controls a{
    padding-left: 24px;
    padding-right: 24px;
}


.cabinet_order_info{
    margin: 0 0 72px 0;
}
.cabinet_order_delivery_photo{
    float: left;
    margin: 0 24px 40px 0;
}
.cabinet_order_delivery_photo img{
    display: block;
}

.cabinet_order_data{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px 0;
}
.cabinet_order_data_card{
    clear: both;
}
.cabinet_order_data:last-child{
    margin-bottom: 0;
}
.cabinet_order_data_header{
    color: #666666;
}
.cabinet_order_data_value{

}
.cabinet_order_controls{
    margin: 32px 0 0 0;
    font-size: 14px;
    line-height: 24px;
}
.archive_orders_table{
    font-size: 13px;
    line-height: 1.2;
}
.archive_orders_table ul li{
    line-height: 1.5;
}
.archive_orders_table.table td {
    padding: 15px 7px 15px 7px;
}
.product_photo_gallery_m,
.product_photo_gallery_m.owl-carousel.owl-loaded{
    display: none;
}
img{
    max-width: 100%;
}
.order_products{
    margin: 0 0 64px 0 ;
}
.cabinet_order_products .order_product:first-child{
    border-top: 1px solid #CCCCCC;
}
.order_product{
    display: flex;
    padding: 16px 12px;
    border-bottom: 1px solid #CCCCCC;
    align-items: center;
}

.order_product_photo{
    width: 90px;
    height: 90px;
    min-width: 90px;
    margin: 0 16px 0 0;
}
.order_product_name{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.order_product_name a{
    text-decoration: underline solid transparent;
}
.order_product_name a:hover{
    color: #009933;
    text-decoration: underline solid;
}
.order_product_sku{
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}
.order_product_quantity{
    margin-left: auto;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    width: 17.25%;
}

.order_product_quantity .order_product_quantity_value{
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
.order_product_col_group{
    display: flex;
    width: 100%;
    align-items: center;
}
.cabinet_order_price_datas{
    display: flex;
    justify-content: space-between;
    margin: 0 -8px 64px;
}
.cabinet_order_price_data{
    font-size: 16px;
    line-height: 24px;

    padding: 0 8px;
}
.cabinet_order_pay_method{
    width: 32.1962%;
}
.cabinet_order_bonus{
    width: 29.3177%;
}
.cabinet_order_total{

}
.cabinet_order_price_data_header{
    color: #666666;
}
.cabinet_order_price_data_value{
    color: #000;
}

.use_bonus_value{
    color: #FF4F12;
    font-weight: bold;
}
.add_bonus_value{
    color: #009933;
    font-weight: bold;
}

.cabinet_order_price_value{
    font-weight: bold;
    color: #000;
}
.cabinet_order_price_currency{
    font-style: italic;
    color: #666666;
}
.back_to_cabinet{
    display: none;
}
.back{
    font-size: 14px;
    line-height: 24px;
    color: #009933;
    display: flex;
    align-items: center;
    text-decoration: underline solid transparent;
}
.back .ico{
    margin: 0 17px 0 0;
    position: relative;
    top: 2px;
}
.back .ico svg{
    transform: rotate(180deg);
}
.back:hover{
    text-decoration: underline;
}


.add_controls{
    margin: 0 0 64px 0;
}

.add_recipient_main_info,
.add_recipient_addresses{
    margin: 0 0 64px 0 ;
}
.add_recipient_reminders .add_controls{
    margin-bottom: 0;
}
.header-account.open{
    z-index: 1000;
}
.form_phones{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.form_phones .phone_row{
    width: 33.33%;
    padding: 0 8px;
}

.addres_row_inputs,
.grid_row_inputs{
    display: flex;
    align-items: flex-start;
    margin: 0 -8px 16px;
}
.addres_row_inputs .form_item,
.grid_row_inputs .form_item{
    margin-bottom: 0;
}
.addres_row_inputs>div,
.grid_row_inputs>div{
    width: calc(100% - 16px);
    margin: 0 8px;
}

.add_reminder_controls{
    display: flex;
    margin: 0 -8px 40px;
}
.add_reminder_controls .button{
    margin: 0 8px;
}
div.addres_row_input_city{
    /*width: calc(50% - 8px);*/
    width: auto;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    top: 13px;
}

.addres_row_input_city_title{
    color: #666666;
    margin: 0 8px 0 0;
}
.addres_row_inputs .form_item.sm{
    max-width: 145px;
}
.addres_row_input_city_value{
    color: #000;
}
.address_row{
    margin: 0 0 16px 0;
}
.address_row:last-child{
    margin-bottom: 16px;
}

.recipient_reminder_table,
.recipient_address_table{
    opacity: 0;
    display: none;
    transition: all ease-in-out .55s;
}
.help-text{
    text-align: left;
    margin: 5px 0 10px 0;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    color: #666666;
}
.recipient_reminder_table.active,
.recipient_address_table.active{
    display: block;
    opacity: 1;
}
.recipient_reminder_table_reason{
    width: 20%;
}
.recipient_reminder_table_controls{
    text-align: right;
}

.reminder_page_form .help-text{
    margin: 24px 0 0 0;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.reminder_page_form .grid_row_inputs .form_item:first-child{
    width: 65%;
}
.reminder_page_form .grid_row_inputs .form_item:last-child{
    width: 35%;
}
.reminder_page_form .button{
    padding-left: 32px;
    padding-right: 32px;
}
.reminder_recipient{
    display: flex;
    margin: 0 -20px;
}
.reminder_recipient_data{
    font-size: 16px;
    line-height: 24px;
    margin: 0 20px 30px;
    color: #000;
}
.reminder_recipient_data_header{
    color: #666666;
}

.profile_main_fields{
    margin: 0 0 64px 0;
}
.input__password-icon{
    background-image: url(../svg/eye.svg);
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input__password-icon.show {
    background-image: url(../svg/eye_hide.svg);
}


.profile_form .form_controls{
    margin-top: 80px;
}

.noty_theme__mint.noty_type__success {
    background-color: #009933;
    border-bottom: 1px solid #009933;
    color: #fff;
}

.delivery-gallery{
    margin-bottom: 48px;
}


/************  RECIPIENT **************/
.recipient_phones{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.recipient_phone{
    margin: 0 20px 24px;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding: 0 25px 0 0;
}
.recipient_phone_type{
    color: #666666;
}
.recipient_phone .delete_phone{
    position: absolute;
    top: 2px;
    right: 0;
}
.delete_phone:hover path{
    fill: #FF4F12;
}
.recipient_addresses{
    font-size: 14px;
    line-height: 24px;
}
.recipient_addresses td{
    border-bottom: 1px solid #CCCCCC;
}
.recipient_addresses tr:first-child{
    border-top: 1px solid #CCCCCC;
}
.recipient_addresses tr:first-child.main td{
    border-top: 1px solid #009933;
}
.recipient_addresses .main td{
    background: #009933;
    color: #fff;
    border-bottom: 1px solid #009933;
}

.cabinet_page td{
    transition: background ease-in-out .15s;
}

.cabinet_page tr:first-child:hover td{
    border-top: 1px solid #009933;
}
.cabinet_page table tr:hover td{
    border-top: 1px solid #009933;
    background: #009933;
    color: #fff;
    border-bottom: 1px solid #009933;
}
.cabinet_page table tr:hover td .status_9,
.cabinet_page table tr:hover td .add_bonus_value,
.cabinet_page table tr:hover td .main_address:hover{
    color: #fff;
}
.cabinet_page table tr:hover td svg path{
    fill: #fff;
}

.main_address {
    display: flex;
    align-items: center;
    text-decoration: underline solid transparent;
}
.main_address .ico{
    margin: 0 0 0 17px;
    position: relative;
    top: 1px;
}
.main_address path{
    fill: #999999;
}
.main_address:hover{
    color: #009933;
    text-decoration: underline solid;
}
.main .main_address:hover{
    color: #fff;
}
.main .main_address path{
    fill: #fff;
}
.recipient_address_controls{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.delete_address{
    display: flex;
    margin: 0 16px 0 0;
    position: relative;
    top: 1px;
}

.delete_address:hover path{
    fill: #FF4F12;
}
.main .delete_address path{
    fill: #fff;
}


/** REVIEWS **/
.reviews_intro{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 40px 0;
}
.reviews_intro_text{
    margin: 0 0 36px 0;
}
.reviews_intro_text p {
    padding-bottom: 26px;
}
.reviews_intro_text p:last-child{
    padding-bottom: 0;
}
.reviews_intro_links {
    padding-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0;
}
.reviews_intro_link{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0;
    background: #fff;
    border: 1px solid #999999;
    height: 60px;
    width: calc(25% - 16px);

}
.reviews_intro_link_ico{
    display: flex;
    align-items: center;
}
.reviews_intro_link_google .reviews_intro_link_ico{
    margin: 0 17px 0 0;
}
.reviews_intro_link_ya .reviews_intro_link_ico{
    margin: 0 22px 0 0;
}
.reviews_intro_link_fb .reviews_intro_link_ico{
    margin: 0 23px 0 0;
}
.reviews_intro_link_vk .reviews_intro_link_ico{
    margin: 0 14px 0 0;
}

.product-item-reviews__bottom-name{
    border-right: none;
    padding-right: 0;
}
.product-item-reviews__bottom-source{
    border-left: solid 1px #C4C4C4;
    margin-left: 28px;
}
.product-item-reviews__bottom-source-icon{
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item-reviews__bottom-source-icon svg{
    display: flex;
}
.product-item-reviews__bottom-source-icon.ya svg{
    max-width: 10px;
    max-height: 15px;
    margin: 0 0 0 -1px;
}
.product-item-reviews__bottom-source-icon.google svg{
    width: 16px;
    height: 16.25px;
}
.product-item-reviews__bottom-source-icon.fb{
    background: #3B5998;
    border-color: #3B5998;
}
.product-item-reviews__bottom-source-icon.fb svg{
    width: 8.75px;
    height: 20px;
}
.product-item-reviews__bottom-source-icon.fb path{
    fill: #fff;
}
.product-item-reviews__bottom-source-icon.vk svg{
    width: 20px;
    height: 11.25px;
}
.product-item-reviews__bottom-source-icon.vk{
    background: #4C6C91;
    border-color: #4C6C91;
}
.product-item-reviews__bottom-source-icon.vk path{
    fill: #fff;
}

.product-item-reviews__bottom-product{
    border-left: solid 1px #C4C4C4;
    padding-left: 28px;
    margin-left: 28px;
}

.product-item-reviews__item{
    margin: 0 0 40px 0;
    padding-top: 0;
}
.product-item-reviews__item:last-child{
    margin-bottom: 0;
}

.reviews_title{
    margin: 0 0 0 12px;
}
.product-item-reviews__rating-icons{
    margin-left: -2px;
    margin-right: -2px;
}
.rating_icon{
    width: 16px;
    height: 16px;
    background: url("../svg/star.svg") center no-repeat;
    margin: 0 2px;
}
.rating_icon.active{
    background: url("../svg/star_active.svg") center no-repeat;
}

.review_form .grid_row_inputs{
    align-items: flex-end;
}
.input_block .input-wrapper{
    margin-bottom: 0;
}
.input_top_help{
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FF4F12;
    margin: 0 0 6px 0;
}

.review_form .button{
    width: 33%;
    justify-content: center;
}
.add_review_wrapper{
    margin-top: 80px;
}
.add_review_wrapper .sub_header{
    margin-bottom: 0;
}



/** ARTICLE **/
.page_text,
.page_text p{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 32px 0;
    padding: 0;
}
.page_text p:last-child{
    margin-bottom: 0;
}
.page_text a{
    color: #009933;
    text-decoration: underline solid transparent;
}
.page_text a:hover{
    color: #009933;
    text-decoration: underline solid;
}
.page_text table td {
    vertical-align: bottom;
    padding: 10px;
}
.info_page .page_text table td{
    vertical-align: top;
}
.page_text img {
    max-width: none;
}
.page_text ol,
.page_text ul{
    margin: 0 0 32px 0 ;
}
.page_text ol:last-child,
.page_text ul:last-child{
    margin-bottom: 0;
}
.page_text ol li,
.page_text ul li{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 16px 0;
}
.page_text ol{
    counter-reset: olCounter;
}
.page_text ol li{
    list-style: none;
    position: relative;
    padding: 0 0 0 25px;
}
.page_text ol li:before {
    counter-increment: olCounter;
    content: counter(olCounter)'.';
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FF4F12;
    position: absolute;
    left: 0;
    top: 0;
}
.page_text ol li:last-child,
.page_text ul li:last-child{
    margin-bottom: 0;
}
.page_text img{
    display: block;
}
.page_text p>img{
    margin: 56px 0 ;
}
.article_category_banner{
    text-align: center;
    margin: 48px 0 48px 0 ;
}
.article_category_banner_img{
    margin: 24px;
    display: flex;
    justify-content: center;
}
.page_text h1,
.page_text h2,
.page_text h3,
.page_text h4,
.page_text h5{
    margin: 22px 0 22px 0;
}
.page_text h1{
    font-size: 24px;
    line-height: 32px;
}
.page_text h2{
    font-size: 20px;
    line-height: 28px;
}
.page_text h3{
    font-size: 18px;
    line-height: 26px;
}
.page_text h4{
    font-size: 16px;
    line-height: 24px;
}
.page_text h5{
    font-size: 15px;
    line-height: 23px;
}


.article_controls{
    border-top: 1px solid #CCCCCC;
    margin: 56px 0 0 0;
    padding: 64px 0 0 0 ;
    display: flex;
    justify-content: space-between;
}

.row-content__right .products__col{
    width: 100%;
    padding: 0;
}
.sidebar_products{
    margin: 0 0 40px 0;
}



/** PRODUCT **/
.product-item-card-photo{
    position: relative;
}
.search_window .product-card__img{
    background: #f5f5f5;
}
.empty_pic{
    opacity: 0;
}
.product-item-card-photo .product-card__img-label--top{
    z-index: 30;
}
.product-item-card-photo__big{
    display: block;
}
.product-item-card-info .page_header{
    margin: 0;
}
.product-item-card-info__total-box{
    min-width: 120px;
/*    text-align: center;*/

    background: none;
    text-align: left;
    padding: 4px 0;
}
.product-item-card-info__parameters-form-row:last-child{
    margin-bottom: 0;
}
.product-item-card-info__total {
    padding-top: 24px;
    max-width: 285px;
}


.product-item-card-info__total{
    flex-wrap: wrap;
}
.product_total_info{
    display: flex;
    width: 100%;
}

.product_simple_units .text-medium,
.product_simple_units .text-medium .link{
    font-size: 14px;
    line-height: 1.71;
}

.product-item-card-info__total .product-item-card-info__btn{
    width: 100%;
    margin: 20px 0 0 0;
    max-width: 100%;
}

.product-item-card-info__services-item:last-child{
    margin-bottom: 0;
}
.product_page .product-item-reviews{
    margin: 32px 0 0 0;
}
.product-item-reviews__header{
    margin: 0 0 40px 0;
}

.product-item-card-info__parameters-form{
    max-width: 230px;
}






/**************** CART *******************/
.cart_page .workflow>.wrapper,
.cart_page .cart_footer .wrapper,
.cart_page .checkout_form .wrapper{
    max-width: 1024px;
    padding: 0 44px;
}
.cart_page .no_data{
    padding: 120px 0 160px;
}


.cart_products{

}
.cart_product:first-child {
    display: flex;
    border-top: 1px solid #CCCCCC;
}

.quantity_controls{
    display: flex;
}
.change_quantity{
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #009933;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #009933;
}
.change_quantity:hover{
    background: #009933;
}
.change_quantity:hover path,
.change_quantity:hover rect{
    fill: #fff;
}

.order_product_quantity_controls{
    margin-left: auto;
}
.quantity_controls .input{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    text-align: center;
    width: 64px;
    background: none;
    border-top: 1px solid #009933;
    border-bottom: 1px solid #009933;
    border-left: 1px solid #009933;
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
}
.change_quantity.down{
    opacity: 0;
    border-right: none;
}
.change_quantity.down.active{
    opacity: 1;
}

.cart_products .order_product_price{
    display: flex;
    align-items: center;
    margin: 0 0 0 28px;
    /*width: 14%;*/
    width: 18.2%;
}
.cart_products .order_product_price .price_value{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin: 0 8px 0 0;
}

.cart_products .order_product_price .price_currency{
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.cart_related_cats{
    padding: 0 0 64px 0;
    margin: 0 0 48px 0;
    border-bottom: 1px solid #CCCCCC;
}

.related_cats_head{
    display: flex;
    align-items: center;
    margin: 0 0 34px 0;

}
.related_cats_header{
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 0 40px 0 0;
}
.related_cats_tabs{
    margin: 0 -12px;
}
.related_cats_tabs li{
    margin: 0 12px;
}
.related_cats_tabs a{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #009933;
    text-decoration: underline solid transparent;
}
.related_cats_tabs .active a,
.related_cats_tabs a:hover{
    text-decoration: underline solid;
}


.cart_related_products .recommendations-card__img img{
    width: 143px;
    height: 143px;
}
.cart_related_products  .recommendations__item{
    padding: 0;
}

.related_cats_controls{
    margin-left: auto;
}

.related_cats_controls .nav_control{
    border-color: #999;
}
.related_cats_controls .nav_control:hover{
    background: none;
}
.related_cats_controls .nav_control path{
    fill: #999;
}

.related_cats_controls .nav_control.active{
    border-color: #009933;
}
.related_cats_controls .nav_control.active:hover{
    background: #009933;
}
.related_cats_controls .nav_control.active path{
    fill: #009933;
}
.related_cats_controls .nav_control.active:hover path{
    fill: #fff;
}
.cart_page .authorization{
    margin: 0 0 80px 0;
    padding: 0;
}
.auth_action_controls{
    display: none;
}
.cart_page .authorization__inner{
    max-width: 100%;
}
.authorization__inner{
    max-width: 1180px;
}
.cart_page .authorization .sub_header{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px 0;
}
.cart_page .workflow{
    padding-bottom: 0;
}

.cart_footer{
    background: #fff;
    display: flex;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.cart_footer_infos{
    display: flex;
    align-items: flex-start;
    padding: 42px 0 24px 0;
    border-bottom: 1px solid #CCCCCC;
}
.cart_footer_info{
    width: 50%;
}
.with_submit .cart_footer_info{
    width: 33.33%;
}
.cart_footer_delivery{
    /*width: 33.90%;*/
}
.cart_footer_delivery_value{
    font-weight: bold;
}

.cart_footer_total{

}
.cart_footer_total_price{
    margin: -6px 0 0 0;
}
.cart_total_value {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    margin: 0 8px 0 0;
}
.currency_sign{
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.cart_footer_controls .button{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.cart_footer_note{
    padding: 24px 0 32px 0;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}
.cart_footer_note a{
    font-size: 12px;
    line-height: 20px;
}


.checkout_form_block,
.checkout_form_block.active{
    border-bottom: 1px solid #ccc;
    padding: 0 0 48px 0;
    margin: 0 0 64px 0;
}
.checkout_form_block:last-child{
    margin: 0;
    padding: 0 0 74px 0;
    border: none;
}

.checkout_form_block_delivery{
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    transition: opacity ease-in-out .15s;
}
.checkout_form_block_delivery.active{
    opacity: 1;
    visibility: visible;
    height: auto;
}

.local_pickup{
    display: none;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
.checkout_form  textarea{
    min-height: 73px;
}

.checkout_form_card .grid_row_inputs{
    margin: 24px -24px 0 -24px;
    justify-content: flex-start;
}
.checkout_form_card .grid_row_inputs>div{
    width: auto;
    margin: 0 24px;
}

.checkout_form_row{
    display: flex;
    margin: 0 -20px;
}
.checkout_form_col{
    margin: 0 20px;
    width: 50%;
}

.checkout_form_recipient_contacts{
    display: flex;
    margin: 0 0 24px 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity ease-in-out .15s;
}

.checkout_form_recipient_contacts.active{
    opacity: 1;
    visibility: visible;
    height:  auto;
}
.checkout_form_recipient_contacts_note{
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    margin: 0 0 0 16px;
}





.checkout_form_col .sub_header{
    margin: 0 0 16px 0;
}
.form_subnote{
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 0 0 24px 0;
}
.form_subnote strong{
    color: #000;
}
.form_subnote .link{
    font-size: 14px;
    line-height: 24px;
}
.checkout_form_pay_col .form_subnote{
    margin: 0 0 40px 0;
}
.checkout_form_col .checkbox__text{
    font-size: 14px;
    line-height: 24px;
}
.choice_note{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    margin: 4px 0 0 0;
}

.choice_note a{
   text-decoration: underline solid;
    color: #009933;
}
.choice_note a:hover{
    text-decoration: underline solid transparent;
}
.checkout_form_pay_col .checkbox__text {
    padding-left: 16px;
}
.invoice_inputs{
    margin: 4px 0 0 40px;
    display: none;
}
.invoice_inputs.active{
    display: block;
}

.checkout_form_money.checkout_form_block{
    padding-bottom: 74px;
}

.bonus_form{
}

.bonus_form{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity ease-in-out .15s;
}
.bonus_form.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    display: flex;
    margin: 0 0 40px 0;
}

.bonus_form .input-wrapper{
    width: 56%;
    margin: 0 8px 0 0;
}
.bonus_form .button{
    width: calc(44% - 8px);
    padding-left: 32px;
    padding-right: 32px;
    justify-content: center;
}

.bonus_used{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity ease-in-out .15s;
}

.bonus_used.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    margin: 0 0 40px 0;
    background: #fff;
    color: #666666;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #CCCCCC;
}
.bonus_used_value{
    color: #262626;
    font-weight: 600;
}
.bonus_used.active a{
    font-size: 14px;
}
.checkout_form_discount{
    margin: 0 0 20px 0 ;
}
.checkout_form_discount_value{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

.coupon_form .form_subnote{
    margin: 0 0 16px 0;
}
.coupon_input_wrapper{
    position: relative;
}
.coupon_form .remove_coupon{
    position: absolute;
    right: 16px;
    top: 16px;
}
.remove_coupon{
    display: none;
}
.remove_coupon.active{
    display: block;
}
.remove_coupon:hover path{
    fill: #FF4F12;
}
.button.use_coupon{
    padding-left: 32px;
    padding-right: 32px;
}
.catalog_content{
    padding: 0 0 80px 0;
}
.catalog_content .page_header{
    margin: 0 0 32px 0;
}
.catalog_page .advantages,
.category_page .advantages{
    padding-top: 0;
    padding-bottom: 80px;
}
/*.catalog_page .advantages__inner,
.category_page .advantages__inner {
    border-top: none;
}*/

.catalog_products .block-pad{
    padding-bottom: 56px;
}

.breadcrumbs__item:after{
    top: calc(50% - 10px);
}

.checkout_address{
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    transition: opacity ease-in-out .15s;
    margin: 0;
}
.checkout_address.active{
    opacity: 1;
    visibility: visible;
    overflow: initial;
    height: auto;
    margin: 40px 0 0 0;
}
.checkout_form_recipient .checkbox_form_item.address_by_call{
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    transition: opacity ease-in-out .15s;
}
.checkout_form_recipient .checkbox_form_item.address_by_call.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    margin: 0 0 16px 0;
}


.legal_address_item{
    opacity: 0;
   /* visibility: hidden;
    height: 0;
    width: 0;*/
    display: none;
    transition: opacity ease-in-out .15s;
}
.legal_address_item.active{
    opacity: 1;
    display: flex;
}



/************ НОВОСТИ *************** */

.news-tape-card-date{
    margin-bottom: 4px;
}
.articles_page  .pagination{
    margin: 43px 0 0 0;
}











.select2-container--default .select2-selection--single .select2-selection__arrow b{
    height: 8px;
}

.photo-tape .photo-tape__col{
    display: none;
    position: absolute;
}
.photo-tape .photo-tape__col:nth-child( -n + 4){
    display: block;
    position: relative;
}

.payment-systems__link{
    display: flex;
}
.advantages-item .ico{
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.basket__icon{
    width: 20px;
    height: 20px;
    background: none;
}
.basket__counter {
    right: -18px;
    top: -18px;
}

.reviews_intro .reviews_rules{
    display: none;
}
.product-item-reviews__items{
    margin-bottom: 8px;
}
.reviews_page .product-item-reviews__items{
    margin-bottom: 40px;
}
.load_recipient.button{
    padding-left: 32px;
    padding-right: 32px;
}
.copyright .ico{
    display: none;
}

.pagination_controls .all_pages{
    display: none;
}


.radiobutton__input:checked + .radiobutton__box{
    font-weight: normal;
}
.product-card__price{
    color: #666666;
}
.product-card__price span{
   color: #000;
}
.product-card__img-label:before{
    border: none;
    width: 8px;
    height: 8px;
}
.product-card__img-label--special:before{
    background: url(../svg/marks/sale.svg) no-repeat;
}
.product-card__img-label--hit:before{
    background: url(../svg/marks/hit.svg) no-repeat;
}
.product-card__img-label--new:before{
    background: url(../svg/marks/new.svg) no-repeat;
}

.product-card{
    transition: all ease-in-out .15s;
    padding: 8px 0 12px 0;
    margin-top: -8px;
    margin-bottom: -12px;
}
.product-card:hover{
    background: #fff;
    padding: 8px 8px 12px 8px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.15);
    margin-top: -8px;
    margin-bottom: -12px;
}
.recommendations-card{
    transition: all ease-in-out .15s;
    padding: 8px;
    margin: -8px;
}
.recommendations-card:hover{
    background: #fff;
    box-shadow: 0 8px 40px rgba(0,0,0,0.15);
}
.cart_related_products .recommendations-card{

}
.cart_related_products.owl-carousel .owl-stage-outer{
    overflow: visible;
}
.cart_related_products.owl-carousel .owl-item{
    opacity: 0;
    position: relative;
    left: 50px;
    transition: all ease-in-out .15s;
}
.cart_related_products.owl-carousel .owl-item.active{
    opacity: 1;
    left: 0;
}


.cart_warning{
    background: #FF4F12;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: none;
    padding: 22px 21px;
    margin: -64px 0 42px 0;
}
.cart_warning.active{
    display: flex;
}
.cart_warning>div{
    margin: 0 25px;
}
.footer-connection__socials .ico{
    display: flex;
}


.no_available_in_city {
    margin-top: 24px;
    background: #ff4f12;
    padding: 15px;
    color: #ffffff;
}


.footer-bottom__address{
    position: relative;
    left: -32px;
}
.remodal-wrapper{
    padding: 0;
}
.window.lg{
    max-width: 100%;
}
.authorization__item--row{
    align-items: flex-start;
}
.authorization__item-col_or{
    margin-top: 15px;
}
.input{
    min-width: 0;
}

.product_filter_form{
    transition: all ease-in-out .35s;
    max-height: 999px;
    height: auto;
}
.product_filter_form.scroll-to-fixed-fixed.upped{
    max-height: 0;
    overflow: hidden;
}


.checkbox__radiobutton{
    display: inline-flex;
    width: auto;
}



.user_reset_password_request_form{

}


.delivery_exact_time .time_form_item{
    display: flex;
    align-items: center;
    width: 100%;

}
.time_form_item_wrapper{
    position: relative;
}
.time_form_item_wrapper::after{
    content: '.';
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url(../svg/time.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 12px;
    right: 14px;
}

.datetime_row .date-wrapper{
    min-width: 200px;
}
.datetime_row>div.delivery_exact_time{
    width: 100%;
}
.delivery_exact_time .select2-container{
    margin: 0 5px;
}


.error_page .workflow{
    padding-top: 80px;
}
.error_block{
    text-align: center;
    padding: 120px 0;
    margin: 0 auto;
}
.error_ico{
    display: flex;
    justify-content: center;
    margin: 0 0 62px 0;
}

.error_header{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px 0;
}
.error_description{
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 48px 0;
}
.error_contacts{
    display: flex;
    justify-content: center;
}
.error_contacts .phone{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin: 0 14px 0 0;
    display: inline-flex;
}
.social_error.social_error_messengers{
    margin: 0 -8px;
    display: flex;
}
.social_error.social_error_messengers .social_item{
    margin: 0 8px;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background: none;
}

.suggestions-wrapper{
    left: -1px;
    top: 100%;
    width: calc(100% + 2px);
    position: absolute;
}
.suggestions-suggestions {
    background: #fff;
    border: solid 1px #CCCCCC;
    border-top: none;
    text-align: left;
    padding: 0;
}
.suggestions-suggestions strong{
    font-weight: 400;
    color: #009933;
}

.suggestions-hint{
    padding: 0 15px;
    margin: 0 0 5px 0;
}
.suggestions-history,
.suggestions-suggestion{
    padding: 10px 15px;
}
.suggestions-history:hover{
    background:#f7f7f7
}

#delevery_route_map{
    display: none;
    height: 400px;
}
.delivery_distance_note{
    opacity: 0;
    visibility: hidden;
    height: 0;
    line-height: 1.2;
    transition: opacity ease-in-out .15s;
}
.delivery_distance_note.active{
    opacity: 1;
    visibility: visible;
    height: auto;
}
.only_back{
    display: none !important;
}

.referer_link_controls_title{
    display: none;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.referer_link_input{
    font-weight: 600;
}
.referer_link_copy{
    margin: 0 0 0 10px;
}
a.copy_link.decorated{
    text-decoration: underline dashed;
}

/*.authorization__item-col{
    margin-bottom: 16px;
}
.authorization__item-col .input-wrapper{
    margin-bottom: 0;
}*/

/*
.remodal-overlay{
    display: none !important;
}
.remodal-wrapper{
    z-index: 10 !important;
}*/
