html,body {
margin: 0px;
padding: 0px;
height: 100%;
font-family: 'light';
background-color: white;
}

@font-face {
font-family: 'medium';
src: url(../fonts/roboto_medium.ttf);
}

@font-face {
font-family: 'regular';
src: url(../fonts/roboto_regular.ttf);
}

@font-face {
font-family: 'light';
src: url(../fonts/roboto_light.ttf);
}

:root {
--main-color: #f0592a;
--gray-icons: #cccccc;
}

.page_text ul  {
list-style: none;
}

.page_text ul  li {
position: relative;
}

.page_text ul li:before {
color: var(--main-color);
content: "\2713";
font-weight: 700;
position: absolute;
left: -20px;
top: 0;
}

.casual_flex {
display: flex;
justify-content: space-between;
}

.top_bottom_marg10 {
margin: 10px 0px;
}

.gray_icon {
color: var(--gray-icons);
stroke: var(--gray-icons);
}

.orange_icon {
color: var(--main-color);
stroke: var(--main-color);
}

.white_svg {
color: white;
stroke: white;
}

.app_base {
width: 100%;
height: 100%;
position: relative;
}

.app_content {
box-sizing: border-box;
padding: 0px 0px 60px 0px;
height: 100%;
width: 100%;
overflow-x: auto;
}

.app_menu {
position: fixed;
bottom: 0px;
left: 0px;
background-color: white;
box-shadow: 0 0 10px rgba(0,0,0,.2);
width: 100%;
height: 60px;
z-index: 100;
display: flex;
justify-content: space-between;
atlign-items: center;
box-sizing: border-box;
padding: 5px 10px;
}

.menu_button {
width: 50px;
height: 50px;
position: relative;
}

.menu_hamburger {
position: relative;
width: 100%;
height: 100%;
z-index: 230;
}

.menu_hamburger b {
position: absolute;
top: 50%;
left: 50%;
background-color: var(--main-color);
width: 70%;
height: 3px;
transform: translate(-50%,-50%) rotate(0deg);
transition: all 0.5s;
}

.menu_hamburger b:before,.menu_hamburger b:after {
background-color: var(--main-color);
width: 100%;
height: 3px;
position: absolute;
left: 50%;
content: '';
transform: translate(-50%,-50%) rotate(0deg);
}

.menu_hamburger b:before {
top: 15px;
}

.menu_hamburger b:after {
bottom: 12px;
}

.menu_hamburger.cross b {
transform: translate(-50%,-50%) rotate(45deg);
}

.menu_hamburger.cross b:before {
transform: translate(-50%,-470%) rotate(-90deg);
}

.menu_hamburger.cross b:after {
opacity: 0;
}

.menu_button .main_search {
width: 28px;
height: 28px;
margin: 11px;
}

.menu_button .main_basket {
width: 22px;
height: 22px;
margin: 14px;
}

.basket_count {
background-color: #e3e3e3;
border-radius: 50%;
color: #fff;
font-size: .6875rem;
text-align: center;
transition: all .3s ease-out;
width: 18px;
height: 18px;
line-height: 18px;
position: absolute;
top: 0px;
right: 0px;
}

.basket_count.orange {
background-color:var(--main-color);
}

.menu_button  .main_user {
width: 28px;
height: 28px;
margin: 9px;
}

header {
text-align: center;
}

.logo {
display: inline-block;
width: 60px;
height: 60px;
background: url(../img/logo.png) center center/80% auto no-repeat;
}

.page_workspace {
width: 96%;
margin: 0px auto;
}

.catalog_button {
width: 100%;
background-color: var(--main-color);
border-radius: 5px;
padding: 10px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
color: white;
}

.catalog_button > .left svg{
width: 20px;
height: 20px;
}

.catalog_button > .right svg {
width: 16px;
height: 16px;
}

.catalog_button > .center {
text-transform: uppercase;
flex: 1;
text-align: left;
padding: 0px 10px 4px 10px;
}

/*слайдер*/
.main_page_slider {
width: 100%;
margin: 10px 0px 20px 0px;
}

.main_page_slider_slide {
width: 100%;

}

.main_page_slider_slide  img {
width: 100%;
border-radius: 5px;
}



/*слайдер*/

/*популярные категории*/

.popular_category_title {
width: 100%;
display: flex;
justify-content: space-between;
margin:10px 0px;
align-items: center;
}

.popular_category_title h3{
margin: 0px;
padding: 0px;
display: block;
text-transform: uppercase;
font-weight: normal;
font-family: 'medium';
}

.popular_category_title div{
display: flex;
justify-content: space-between;
}

.slider_categoty_arrows {
border: 1px solid #ebebeb;
background: #fff;
border-radius: 4px;
padding: 6px 10px;
margin: 0px 0px 0px 10px;
}

.slider_categoty_arrows b {
font-size: 1.875rem;
color: #222;
line-height: 22px;
transform: scale(0.36, 1);
font-weight: normal;
}

.slider_categoty_arrows.disabled {
opacity: 0.4;
}

.index_categoty_slider {
width: 100%;
}

.index_slider_wraper {
margin: 0px 0px 30px 0px;
}

.popular_category_slider_width {
width: 100%;
}

.popular_category_slider_slide {
border: 1px solid #eee;
border-radius: 6px;
padding: 10px;
box-sizing: border-box;
}

.popular_category_slider_slide .banner {
width: 100%;
aspect-ratio: 1 / 1;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
margin: 0px 0px 20px 0px;
}

.popular_category_slider_slide  .product_img {
width: 100%;
aspect-ratio: 1 / 1;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
margin: 0px 0px 20px 0px;
border: none;
position: relative;
}
.popular_category_slider_slide  .product_img.new:after {
content: 'New!';
position: absolute;
top: 5px;
left: 5px;
padding: 4px 10px;
border-radius: 5px;
color: white;
font-family: 'light';
background-color: #43c16d;
font-size: 12px;
}

.popular_category_slider_slide .title {
width: 100%;
text-align: center;
margin: 0px 0px 20px 0px;
font-family: 'regular';
font-size: 15px;
}

.popular_category_slider_slide .product_title {
width: 100%;
text-align: left;
margin: 0px 0px 20px 0px;
font-family: 'regular';
font-size: 15px;
height: 60px;
}

.popular_category_slider_slide .price {
font-size: 13px;
font-family: 'light';
}

.popular_category_slider_slide ul {
padding: 0px;
margin: 0px;
list-style: none;
width: 100%;
}

.popular_category_slider_slide ul li{
color: gray;
font-size: 13px;
font-family: 'light';
padding: 6px 0px;
}

.popular_category_slider_slide .link {
margin: 20px 0px 0px 0px;
color: #4e7df1;
text-decoration: underline;
font-family: 'light';
display: inline-block;
position: relative;
}

.popular_category_slider_slide .link:after {
content: '>';
color: #4e7df1;
position: absolute;
right: -12px;
top: -3px;
font-size: 22px;
transform: scale(0.36, 1);
}

.popular_category_slider_slide .buy_button {
background: var(--main-color);
border-radius: 5px;
color: white;
text-align: center;
padding: 10px 20px;
box-sizing: border-box;
width: 100%;
margin: 10px 0px;
}

.popular_category_slider_slide .buy_button.unactive {
background: var(--gray-icons);
}

.popular_category_slider_slide .line {
width: 100%;
height: 1px;
margin: 0px 0px 10px 0px;
background-color: #ebebeb;
}

/*популярные категории*/

/*Подвал*/

.footer {
background-color: #172828;
box-sizing: border-box;
width: 100%;
padding: 10px 2%;
}

.footer_logo {
width: 80px;
margin: 0px 0px 20px 0px;
}

.footer_title {
width: 100%;
margin: 0px 0px 20px 0px;
color: white;
font-family: 'light';
font-size: 12px;
line-height: 1.8;
}

.footer_priv_policy {
color: gray;
text-decoration: underline;
font-family: 'light';
font-size: 12px;
width: 100%;
margin: 0px 0px 20px 0px;
}

.footer_copy {
padding: 20px 0px 14px 0px;
text-align: center;
border-top: solid 1px white;
color: white;
font-size: 12px;
font-family: 'light';
}

.footer_accordeon {
margin: 0px 0px 20px;
}

.footer_accordeon input[type="checkbox"] {
display: none;
}

.footer_accordeon {
width: 100%;
}

.footer_accordeon .accordeon_content {
overflow: hidden;
max-height: 0px;
transition: all 0.5s;
}

.accordeon_content {
color: white;
}

.footer_accordeon input[type="checkbox"]:checked ~ .accordeon_content{
max-height: 600px;
}

.footer_accordeon label {
transition: all 0.5s;
color: #e9e9e9;
text-transform: uppercase;
font-size: 16px;
text-align: left;
width: 100%;
display: block;
position: relative;
}

.footer_accordeon label:before {
content: '>';
position: absolute;
right: 5px;
top: -10px;
color: #e9e9e9;
font-size: 30px;
transform: rotate(0deg) scale(0.5,1);
transition: all 0.5s;
}

.footer_accordeon input[type="checkbox"]:checked ~ label:before {
transform: rotate(90deg) scale(0.5,1);
}

.footer_link {
color: white;
margin: 5px 0px;
padding: 5px 0px;
font-size: 12px;
font-family: 'light';
}

.footer_contacts {
padding: 5px 0px 0px 30px;
text-align: left;
background-position: left 14px;
background-repeat: no-repeat;
background-size: 16px 16px;
font-family: 'light';
}

.footer_contacts a {
color: white;
text-decoration: none;
display: block;
padding: 7px 0px;
margin: 3px 0px;
font-size: 14px;
}

.footer_contacts a.underline {
text-decoration: underline;
}

/*Подвал*/

/* Категория товара */

.bread_crumbs {
margin: 10px 0px;
padding: 0px;
font-family: 'light';
list-style: none;
text-align: left;
color: black;
font-size: 12px;
}

.bread_crumbs li {
display: inline-block;
padding: 3px 20px 3px 0px;
}

.bread_crumbs li.link {
color: #757575;
position: relative;
}

.bread_crumbs li.link:after {
content: '/';
position: absolute;
right: 8px;
top: 3px;
}

.category_page_title {
margin: 20px 0px;
font-size: 20px;
}

.podcategory_container {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}


.podcategory_item {
border: 1px solid #eee;
color: black;
border-radius: 4px;
width: 49%;
padding: 10px;
text-align: center;
box-sizing: border-box;
font-family: 'light';
margin: 0px 0px 10px 0px;
}
.podcategory_item span {
display: block;
margin: 10px 0px 0px 0px;
color: gray;
font-size: 12px;
}

.catalof_filter_block {
width: 100%;
display: flex;
justify-content: space-between;
padding: 10px 0px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin: 10px 0px;
}

.psevdo_select {
padding: 7px 40px 7px 10px;
color: black;
border: 1px solid #eee;
border-radius: 4px;
position: relative;
font-family: 'light';
font-size: 12px;
color: black;
}

.psevdo_select:before {
content: '';
height: 100%;
width: 1px;
background-color: #eee;
position: absolute;
right: 30px;
top: 0px;
}

.psevdo_select:after {
content: '>';
position: absolute;
right: 10px;
font-size: 20px;
top: 3px;
transform: scale(1,0.5) rotate(90deg);
}

.psevdo_select_dd_con {
position: absolute;
top: 40px;
left: 0px;
background-color: #fff;
border: 1px solid #eee;
border-radius: 6px;
box-shadow: 0 0 20px rgba(0,0,0,.1);
padding: 5px 20px;
z-index: 11;
min-width: 140px;
display: none;
}

.psevdo_select_dd_itm {
padding: 7px 0px;
font-size: 14px;
}

.psevdo_select_dd_itm.active {
color: var(--main-color);
}

.catalog_filter_btn {
width: 18px;
height: 18px;
padding: 5px;
border: 1px solid #eee;
border-radius: 4px;
}

.catalog_filter_btn  svg {
width: 100%;
height: 100%;
}

.catalog_products {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.tovar_width {
width: 49%;
margin: 0px 0px 10px 0px;
}

.ctalog_pagination {
text-align: center;
margin: 10px 0px;
}

.show_more {
padding: 10px;
font-family: 'light';
font-size: 12px;
border: 1px solid #888;
color: #666;
border-radius: 4px;
}

.show_more span {
position: relative;
padding: 0px 20px 0px 0px;
}

.show_more span:after {
content: '>';
font-size: 20px;
transform: scale(1,0.5) rotate(90deg);
position: absolute;
right: 0px;
top: -4px;
}

/* Категория товара */

/* Продукт */

.product_top_container {
width: 100%;
box-sizing: border-box;
padding: 5px;
border-top: 1px solid #eee;
border-right: 1px solid #eee;
border-left: 1px solid #eee;
border-radius: 6px;
}

.product_mein_image {
width: 100%;
aspect-ratio: 1 / 1;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
margin: 0px 0px 20px 0px;
}

.product_description {
margin: 0px 0px 20px 0px;
color: gray;
font-family: 'light';
font-size: 15px;
padding: 0px 5px;
}

.product_nalichie_flex {
display: flex;
justify-content: space-between;
font-family: 'light';
padding: 5px;
}

.product_remains {
color: black;
display: block;
text-align: left;
font-size: 14px;
margin: 0px 0px 10px 0px;
}

.product_remains span {
display: block;
}

.product_remains span.red {
color: #e9545d;
}

.product_remains span.orange {
color: orange;
}

.product_remains span.green {
color: #00ad5d;
}

.product_articul_info {
width: 48%;
}

.articul {
color: gray;
width: 100%;
}

.product_count_selector_flex {
width: 100%;
display: flex;
justify-content: start;
align-items: center;
margin: 0px 0px 20px 0px;
}

.product_price {
padding: 5px;
margin: 20px 0px;
font-size: 26px;
}

.product_count_selector_flex .text {
font-family: 'light';
padding: 5px;
color: black;
}

.count_select {
border: 1px solid #eee;
border-radius: 6px;
align-items: center;
display: flex;
}

.count_select div {
padding: 5px 15px;
text-align: center;
box-sizing: border-box;
width: 50px;
}

.count_select div:nth-child(1),.count_select div:nth-child(3) {
color: gray;
font-family: 'light';
}

.itog_price_block {
width: 100%;
background-color: #f7f7f7;
padding: 20px;
box-sizing: border-box;
font-size: 24px;
text-align: center;
}

.itog_price_block div {
display: block;
font-size: 32px;
}

.product_buy_button {
width: 100%;
box-sizing: border-box;
padding: 20px 20px;
text-align: center;
color: white;
background-color: var(--main-color);
font-family: 'light';
border-radius: 4px;
text-transform: uppercase;
margin: 10px 0px;
}

.product_buy_button.unactive {
background-color: #ccc !important;
}

.product_order_phone_flex {
width: 100%;
box-sizing: border-box;
padding: 5px;
display: flex;
justify-content: start;
}

.phone_order_svg  svg{
width: 20px;
fill: #4e7df1;
}

.product_order_phone_flex .text {
font-family: 'light';
padding: 0px 10px;
}

.product_order_phone_flex .text a{
color: #4e7df1;
}

.product_whatsapp_icon {
width: 30px;
height: 30px;
display: block;
background-color: #65bc54;
border-radius: 30px;
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
margin: 5px;
}

.product_description {
text-align: left;
font-family: 'light';
color: black;
line-height: 1.5;
}

.product_description .opisanie {
font-size: 22px;
margin: 10px 0px;
}

/* Продукт */

/* Корзина */

.basket_container {
width: 100%;
border: 1px solid #eee;
border-radius: 4px;
margin: 10px 0px;
}

.basket_first_cont {
border-bottom: 1px solid #eee;
padding: 10px;
}

.bask_block_title {
font-size: 22px;
font-family: 'regular';
}

.delet_all {
color: gray;
padding: 6px 0px 6px 30px;
font-family: 'light';
font-size: 13px;
position: relative;
}

.delet_all:before,.delet_all:after {
width: 12px;
height: 2px;
content: '';
position: absolute;
left: 10px;
top: 48%;
background-color: gray;
}

.delet_all:before {
transform: translate(0,-50%) rotate(45deg);
}

.delet_all:after {
transform: translate(0,-50%) rotate(-45deg);
}

.basket_product_item {
border-bottom: solid 1px #eee;
padding: 5px;
margin: 10px 0px;
}



.basket_product_img {
width: 48px;
height: 48px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}

.basket_product_name {
padding: 5px 0px 5px 20px;
line-height: 1.2;
}

.basket_product_name .name {
color: #4e7df1;
font-size: 16px;
text-decoration: underline;
}

.basket_product_name .delet {
font-family: 'light';
padding: 0px 0px 0px 20px;
color: gray;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='66 59 9 11'><path d='M 66.5 60 L 68 60 C 68 59.4477 68.4477 59 69 59 L 72 59 C 72.5523 59 73 59.4477 73 60 L 74.5 60 C 74.7761 60 75 60.2239 75 60.5 C 75 60.7761 74.7761 61 74.5 61 L 66.5 61 C 66.2239 61 66 60.7761 66 60.5 C 66 60.2239 66.2239 60 66.5 60 Z M 68 62 L 73 62 C 73.5523 62 74 62.4477 74 63 L 74 69 C 74 69.5523 73.5523 70 73 70 L 68 70 C 67.4477 70 67 69.5523 67 69 L 67 63 C 67 62.4477 67.4477 62 68 62 Z M 68.5 64 C 68.2239 64 68 64.2239 68 64.5 L 68 67.5 C 68 67.7761 68.2239 68 68.5 68 C 68.7761 68 69 67.7761 69 67.5 L 69 64.5 C 69 64.2239 68.7761 64 68.5 64 Z M 70.5 64 C 70.2239 64 70 64.2239 70 64.5 L 70 67.5 C 70 67.7761 70.2239 68 70.5 68 C 70.7761 68 71 67.7761 71 67.5 L 71 64.5 C 71 64.2239 70.7761 64 70.5 64 Z M 72.5 64 C 72.2239 64 72 64.2239 72 64.5 L 72 67.5 C 72 67.7761 72.2239 68 72.5 68 C 72.7761 68 73 67.7761 73 67.5 L 73 64.5 C 73 64.2239 72.7761 64 72.5 64 Z' fill='gray'/></svg>");
background-size: auto 11px;
background-repeat: no-repeat;
background-position: 6px center;
}

.basket_plus_minus_block {
display: flex;
justify-content: start;
}

.basket_plus_minus_block div {
background-color: #f6f6f6;
border: 1px solid #cfcfcf;
padding: 7px 20px;
font-family: 'light';
color: black;
border-radius: 6px;
}

.basket_plus_minus_block span {
display: block;
padding: 7px 20px;
color: gray;
}

.basket_product_price {
font-size: 20px;
}

.basket_product_price_sale {
color: gray;
font-size: 14px;
text-align: right;
display: block;
font-family: 'light';
}

.tiket_activate_block {
display: flex;
justify-content: start;
width: 100%;
margin: 10px 0px;
padding: 10px 0px;
}

.tiket_activate_block input {
color: gray;
background-color: #f6f6f6;
border: 1px solid #cfcfcf;
padding: 10px 15px;
margin: 0px 10px 0px 0px;
border-radius: 4px;
width: 100px;
}

.tiket_activate_block input:focus {
background-color: white;
}

.tiket_activate_block button {
background-color: white;
border: 1px solid #888;
color: #888;
border-radius: 4px;
padding: 10px 15px;
}

.basket_sum_sale_text {
color: gray;
font-size: 14px;
font-family: 'light';
}

.basket_sum_sale {
color: gray;
font-size: 14px;
font-family: 'light';
border-bottom: dotted 1px gray;
}

.basket_total_text {
color: black;
font-size: 20px;
}

.basket_total {
color: black;
font-size: 20px;
}

.basket_back_toshopping {
margin: 0px 0px 0px 0px;
padding: 20px 10px;
box-sizing: border-box;
text-align: right;
color: #4e7df1;
}

.basket_order_phones {
width: 100%;
padding: 10px;
text-align: center;
background-color: #fafafa;
box-sizing: border-box;
}

.basket_order_phones p {
color: gray;
font-family: 'light';
}

.basket_second_cont {
padding: 10px 20px;
}

.basket_order_form {
margin: 10px 0px;
}

.basket_order_form .form_title {
margin: 5px 0px;
color: black;
font-size: 20px;
}

.basket_order_form  label{
font-family: 'light';
color: gray;
margin: 16px 0px;
display: block;
}

.basket_order_form  input[type="text"]{
color: gray;
background-color: #f6f6f6;
border: 1px solid #cfcfcf;
padding: 10px 15px;
margin: 0px 10px 0px 0px;
border-radius: 4px;
width: 100%;
box-sizing: border-box;
}

.basket_order_form  input[type="text"]:focus {
background-color: white;
}

.basket_order_form  select {
color: gray;
border: 1px solid #cfcfcf;
padding: 10px 15px;
margin: 0px 10px 0px 0px;
border-radius: 4px;
width: 100%;
box-sizing: border-box;
}

.form_tip {
text-align: left;
font-family: 'light';
color: gray;
line-height: 1.5;
}

.form_tip b {
color: orange;
padding: 3px 10px 0px 0px;
}

.separator_gray {
width: 100%;
border-top: 1px solid #cfcfcf;
margin: 10px 0px;
}

.basket_order_total_left{
color: gray;
font-family: 'light';
}

.basket_order_total_right{
color: black;
font-family: 'light';
text-align: right;
padding: 0px 0px 0px 20px;
}

.basket_order_total_right.dotted{
border-bottom: dotted 1px black;
}

.basket_order_total_left.black {
color: black;
font-family: 'regular';
}

.basket_order_total_right.total {
font-size: 24px;
font-family: 'regular';
}

.basket_set_order_button {
color: white;
background-color: var(--main-color);
padding: 10px 20px;
text-align: center;
box-sizing: border-box;
width: 100%;
border-radius: 6px;
}

.basket_reset_order_button {
color: white;
background-color: var(--main-color);
padding: 10px 20px;
text-align: center;
box-sizing: border-box;
width: 100%;
border-radius: 6px;
}

.basket_bottom_contacts {
padding: 10px;
}

.basket_bottom_contacts a {
padding: 5px 0px 0px 30px;
text-align: left;
background-position: left 6px;
background-repeat: no-repeat;
background-size: 16px 16px;
display: block;
color: black;
margin: 5px 0px;
}

.order_head_left.red {
color: #e9545d;
}

.order_head_left.orange {
color: orange;
}

.order_head_left.green {
color: #00ad5d;
}

.order_details {
margin: 10px 0px;
text-align: left;
color: #4e7df1;
text-decoration: underline;
}

.order_hiden_details {
display: none;
}

.basket_is_empty {
display: none;
}

.basket_is_empty  span {
color: #4e7df1;
}

/* Корзина */

/* Меню */

menu {
width: 100%;
height: 100%;
display: block;
position: fixed;
top: 50%;
left: 50%;
background-color: white;
z-index: 200;
margin: 0px;
padding: 10px 2% 50px 2%;
box-sizing: border-box;
transform: translate(-50%,-50%);
display: none;
}

.menu_logo {
width: 100%;
text-align: center;
}

.menu_logo  img {
height: 50px;
}

.menu_button_container {
border-top: 1px solid #eee;
width: 100%;
}

.menu_with_icon_btn {
padding: 15px 40px 15px 30px;
text-align: left;
font-size: 18px;
position: relative;
background-position: left 16px;
background-repeat: no-repeat;
background-size: 20px 20px;
text-transform: uppercase;
}

.menu_with_icon_btn:after {
content: '>';
position: absolute;
right: 10px;
top: 50%;
transform: translate(0,-50%) scale(0.5,1.2);
font-size: 22px;
}

.sub_menu_container {
position: fixed;
z-index: 300;
}

.sub_menu {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 100%;
height: 100%;
background-color: white;
z-index: 300;
box-sizing: border-box;
padding: 10px 2% 50px 2%;
}

.sub_menu_scroll {
height: 100%;
width: 100%;
overflow-x: auto;
}

.sub_menu:before,.sub_menu:after {
content: '';
width: 20px;
height: 3px;
background-color: var(--main-color);
position: absolute;
}

.sub_menu:before {
left: 20px;
bottom: 35px;
transform: rotate(-45deg);
}

.sub_menu:after {
left: 20px;
bottom: 22px;
transform: rotate(45deg);
}

menu_cross {
display: block;
position: absolute;
left: 10px;
width: 40px;
height: 40px;
bottom: 5px;
}

.menu_contacts_phone {
text-decoration: none;
color: black;
display: block;
text-align: center;
font-size: 20px;
padding: 7px 10px;
box-sizing: border-box;
border-top: 1px solid #eee;
}

.menu_contacts_phone span{
display: block;
font-family: 'light';
font-size: 16px;
}

.menu_contacts_whats {
width: 36px;
height: 36px;
display: block;
margin: 5px auto;
background-color: #65bc54;
border-radius: 30px;
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.menu_request_call {
color: white;
background-color: var(--main-color);
padding: 7px 26px;
text-align: center;
box-sizing: border-box;
margin: 20px auto;
width: 200px;
border-radius: 6px;
}

.menu_catalog_category {
text-decoration: none;
color: black;
display: block;
text-align: left;
font-size: 16px;
font-family: 'light';
padding: 0px 0px 0px 10px;
box-sizing: border-box;
border-top: 1px solid #eee;
transition: all 0.5s;
}

.menu_catalog_category > ac_trigger {
padding: 12px 0px 12px 0px;
position: relative;
display: block;
}

.menu_catalog_category > ac_trigger.acorderon:before {
content: '>';
position: absolute;
right: 10px;
top: 5px;
font-size: 22px;
transform: scale(0.5,1) rotate(0deg);
}

.menu_catalog_category > ac_trigger[rolled].acorderon:before {
transform: scale(1,0.5) rotate(90deg);
}

.acordeon_body {
display: none;
}

.app_search_block {
position: fixed;
bottom: 60px;
left: 50%;
transform: translate(-50%);
width: 100%;
display: none;
}

.app_search_flex {
background-color: white;
display: flex;
justify-content: space-between;
width: 100%;
box-sizing: border-box;
padding: 5px;
border-top: solid 1px #ccc;
position: relative;
}

.search_to_short {
background-color: white;
color: #e9545d;
border: solid 1px #e9545d;
padding: 5px;
text-align: center;
position: absolute;
bottom: 46px;
right: 5px;
border-radius: 5px;
display: none;
}

.app_search_block input{
padding: 10px 10px;
flex: 1;
border-top: solid 1px #ccc;
border-left: solid 1px #ccc;
border-bottom: solid 1px #ccc;
border-right: none;
border-radius: 5px 0px 0px 5px;
}
.app_search_block button{
width: 40px;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc;
border-right: solid 1px #ccc;
background-color: white;
border-left: none;
border-radius: 0px 5px 5px 0px;
}

.app_search_block button svg{
width: 20px;
height: 20px;
}

/* Меню */

.app_message {
position: fixed;
top: 10px;
left: 50%;
z-index: 1000;
transform: translate(-50%);
width: 90%;
border-radius: 10px;
padding: 5px 10px;
box-sizing: border-box;
color: white;
text-align: center;
}

.app_message[right] {
background-color: #7aca7a;
}

.app_message[error] {
background-color: red;
}

.basket_add_window {
width: 300px;
padding: 10px;
background-color: white;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
box-shadow: 0 0 10px rgba(0,0,0,.2);
z-index: 1000;
border-radius: 10px;
display: none;
}

.basket_add_flexp {
display: flex;
justify-content: start;
}

.basket_add_image {
width: 60px;
height: 60px;
padding: 0px 20px 0px 0px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}

.basket_add_text {
text-align: left;
}

.basket_add_button {
background: var(--main-color);
border-radius: 5px;
color: white;
text-align: center;
padding: 10px 10px;
box-sizing: border-box;
width: 47%;
margin: 10px 0px;
}