html,body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
font-weight: 600;
font-size: 14px;
background-color: var(--bg);
color: var(--text-color);
}

:root {
--bg: #F6F8FA;
--moda: #6BCB3E;
--block-bg: #ffffff;
--text-color: #111827;
}

header {
width: 100%;
text-align: center;
background-color: white;
}

section {
width: 100%;
text-align: center;
}

.OM_CW {
width: 1600px;
margin: 0px auto;
}

.OM_header_block {
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
}

.OM_logo {
display: block;
text-decoration: none;
padding: 5px 5px 0px 0px;
}

.OM_logo img{
height: 40px;
}

menu {
display: block;
padding: 5px 5px;
}

menu a {
text-decoration: none;
color: #6B7280;
display: inline-block;
padding: 5px 15px;
}

menu a:hover,menu a.active {
color: var(--text-color);
background-color: #F3F4F6;
border-radius: 10px;
}

.OM_whatsapp_header {
background: url(../img/whatssapp.svg) center center/contain no-repeat;
width: 34px;
height: 34px;
}

.OM_left_header_con {
padding: 5px 0px 5px 5px;
display: flex;
justify-content: space-between;
align-items: center;
}

.OM_lk_btn {
padding: 5px 10px 5px 40px;
border: solid 2px #6BCB3E;
color: #6BCB3E;
border-radius: 10px;
text-decoration: none;
background-position: 10px 5px;
background-repeat: no-repeat;
background-size: auto 70%;
margin: 0px 10px 0px 0px;
box-sizing: border-box;
background-image: url(../img/login_icon.svg);
}

.OM_profile_btn {
padding: 5px 10px 5px 40px;
border: solid 2px #6BCB3E;
color: #6BCB3E;
border-radius: 10px;
text-decoration: none;
background-position: 10px 5px;
background-repeat: no-repeat;
background-size: auto 70%;
margin: 0px 10px 0px 0px;
box-sizing: border-box;
background-image: url(../img/user_icon.svg);
}

.OM_send_lead {
padding: 5px 10px 5px 10px;
background-color: #6BCB3E;
border: solid 2px #6BCB3E;
color: white;
border-radius: 10px;
text-decoration: none;
margin: 0px 0px 0px 0px;
}

.OM_menu_hamburger {
width: 40px;
height: 40px;
display: inline-block;
position: relative;
margin: 0px 0px 0px 5px;
cursor: pointer;
z-index: 200;
display: none;
}

.OM_menu_hamburger i {
width: 80%;
height: 2px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background-color: var(--moda);
}

.OM_menu_hamburger i:before,.OM_menu_hamburger i:after {
position: absolute;
width: 100%;
height: 2px;
background-color: var(--moda);
transform: translate(-50%);
left: 50%;
content: '';
transition: all 0.5s;
}

.OM_menu_hamburger i:before {
top: -10px;
}

.OM_menu_hamburger i:after {
bottom: -10px;
}

.OM_mobile_d {
display: none;
}

.OM_menu_hamburger.active i {
height: 0px;
}

.OM_menu_hamburger.active i:before {
transform: translate(-50%) rotate(-45deg);
top: -1px;
}

.OM_menu_hamburger.active i:after {
transform: translate(-50%) rotate(45deg);
bottom: -1px;
}

.OM_index_slider {
width: 100%;
height: 500px;
margin: 10px 0px;
border-radius: 10px;
overflow: hidden;
}

.OM_index_slider_slide {
width: 100%;
height: 500px;
}

.OM_index_slider_slide img {
width: 100%;
height: 100%;
object-fit: cover;
}

.OM_lang_panel {
padding: 5px 10px 10px 40px;
background-position: 5px center;
background-size: 30px auto;
background-repeat: no-repeat;
background-image: url(../img/lang_icon.svg);
display: block;
position: relative;
color: var(--moda);
cursor: pointer;
}

.OM_lang_panel ul {
position: absolute;
top: 18px;
right: 5px;
padding: 5px 5px;
background-color: white;
border: solid 2px var(--moda);
border-radius: 5px;
list-style: none;
z-index: 100;
color: var(--moda);
display: none;
}
.OM_lang_panel ul  li {
padding: 2px 10px;
cursor: pointer;
}

.OM_search_block {
background-color: white;
border-radius: 15px;
width: 100%;
padding: 15px;
box-sizing: border-box;
margin: 10px 0px;
display: flex;
align-items: center;
justify-content: space-between;
}

.OM_search_block input[type="text"]{
padding: 15px 15px;
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;
font-size: 16px;
}

.OM_search_block input[type="submit"]{
padding: 16px 20px 16px 60px;
background: var(--moda) url(../img/search_icon_white.svg) 14px center/auto 50% no-repeat;
color: white;
font-size: 16px;
text-transform: uppercase;
border: none;
border-radius: 0px 5px 5px 0px;
}


.OM_search_block select{
padding: 15px 20px;
border: solid 1px #ccc;
border-right: none;
font-size: 16px;
background-color: white;
}

.OM_mobile_both_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;
display: none;
}

.OM_mobile_both_menu_button {
width: 50px;
height: 50px;
position: relative;
display: inline-block;
}

.OM_mobile_both_menu_button.user {
background: url(../img/user_icon.svg) center center/60% auto no-repeat;
}

.OM_mobile_both_menu_button.leed {
box-sizing: border-box;
color: white;
background-color: var(--moda);
font-size: 16px;
padding: 14px 20px 8px 20px;
width: auto;
border-radius: 10px;
text-decoration: none;
text-transform: uppercase;
}

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

.OM_quick_form_form {
width: 69%;
}

.OM_quick_form_info {
width: 30%;
}

.OM_white_block {
background-color: white;
border-radius: 15px;
padding: 15px;
box-sizing: border-box;
}

.OM_info_title {
margin: 0px 0px 10px 0px;
width: 100%;
text-align: left;
display: none;
font-size: 22px;
}

.OM_info_block {
padding: 20px 10px 20px 90px;
background-repeat: no-repeat;
background-position: 10px 10px;
background-size: 60px auto;
font-size: 20px;
text-align: left;
}

.OM_info_block  span {
display: block;
font-size: 18px;
color: gray;
}

.OM_quick_form_info_title {
margin: 0px 0px 10px 0px;
width: 100%;
text-align: left;
font-size: 26px;
}

.OM_quick_form_tip {
color: gray;
font-size: 16px;
text-align: left;
}

.OM_quick_form_inputs {
padding: 15px;
border: 1px solid #E5E7EB;
border-radius: 15px;
width: 100%;
display: flex;
justify-content: space-between;
box-sizing: border-box;
margin: 10px 0px;
}

.OM_quick_form_inputs  input[type="text"]{
flex: 1;
padding: 10px;
border: 1px solid #E5E7EB;
border-radius: 10px;
}

.OM_quick_form_inputs select {
border: solid 2px var(--moda);
border-radius: 10px;
color: var(--moda);
padding: 10px;
background-color: white;
margin: 0px 0px 0px 10px;
}

.OM_quick_form_inputs  input[type="button"]{
padding: 10px;
background-color: var(--moda);
border-radius: 10px;
color: white;
border: solid 1px var(--moda);
margin: 0px 0px 0px 10px;
}

.OM_related_supplies  {
width: 100%;
display: flex;
justyfy-content: start;
overflow-x: auto;
flex-wrap: nowrap;
}

.OM_related_supplie_block {
padding: 10px;
margin: 10px 10px 10px 0px;
width: 300px;
min-width: 300px;
background-color: #f6f8fa;
display: flex;
justify-content: space-between;
border-radius: 10px;
color: black;
text-decoration: none;
}

.OM_related_supplie_block img {
width: 70px;
height: 70px;
object-fit: cover;
border-radius: 10px;
}

.OM_related_supplie_block div {
text-align: left;
font-weight: bold;
padding: 0px 0px 0px 10px;
font-weight: 16px;
}

.OM_section_margin40 {
margin: 30px auto;
}

.OM_category_slider {
width: 100%;
height: 140px;
}

.OM_category_slide {
width: 300px;
display: flex;
justify-content: space-between;
background-color: white;
border-radius: 10px;
padding: 10px;
height: 80px;
text-decoration: none;
}


.OM_category_slide img {
width: 80px !important;
height: 80px;
object-fit: cover;
border-radius: 10px;
}

.OM_category_slide div {
text-align: left;
font-weight: bold;
padding: 0px 5px 0px 10px;
font-size: 18px;
color: black;
text-decoration: none;
}

.OM_category_slide span {
text-align: left;
font-weight: bold;
padding: 0px 0px 0px 0px;
font-size: 16px;
color: gray;
display: block;
text-decoration: none;
}

.OM_last_news {
width: 49%;
}

.OM_prew_news {
width: 50%;
}

.OM_news_block {
width: 100%;
display: flex;
justify-content: space-between;
border-radius: 10px;
min-height: 500px;
}

.OM_news_cont {
background-color: white;
border-radius: 10px;
position: relative;
}

.OM_news_cont.last {
height: 420px;
}

.OM_news_cont.other {
display: flex;
justify-content: space-between;
height: 200px;
margin: 0px 0px 20px 0px;
}

.OM_news_cont.inline {
display: flex;
justify-content: space-between;
height: 200px;
width: 49%;
margin: 0px 0px 20px 0px;
}

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

.OM_news_cont.last img {
width: 100%;
height: 300px;
object-fit: cover;
border-radius: 10px;
margin: 0px 0px -10px 0px;
}

.OM_news_cont.inline img {
width: 300px;
height: 200px;
object-fit: cover;
border-radius: 10px;
margin: 0px -10px 0px 0px;
}

.OM_news_cont.other img {
width: 300px;
height: 200px;
object-fit: cover;
border-radius: 10px;
margin: 0px -10px 0px 0px;
}

.OM_news_cont.last .OM_news_text {
border-radius: 10px;
padding: 10px;
box-sizing: border-box;
width: 100%;
margin: -10px 0px 0px 0px;
background-color: white;
position: relative;
z-index: 10;
text-align: left;
}

.OM_news_cont.other .OM_news_text {
border-radius: 10px;
padding: 10px;
box-sizing: border-box;
width: 100%;
margin: 0px 0px 0px -10px;
background-color: white;
position: relative;
z-index: 10;
text-align: left;
}

.OM_news_cont.inline .OM_news_text {
border-radius: 10px;
padding: 10px;
box-sizing: border-box;
width: 100%;
margin: 0px 0px 0px -10px;
background-color: white;
position: relative;
z-index: 10;
text-align: left;
}


.OM_news_text h2 {
margin: 10px 0px;
}

.OM_news_text span {
display: block;
text-align: right;
margin: 10px 0px 10px 0px;
}

.OM_news_text span a {
padding: 5px 20px;
background-color: var(--moda);
border-radius: 10px;
color: white;
margin: 0px 0px 0px 0px;
text-decoration: none;
}

.OM_news_tag_block {
position: absolute;
top: 10px;
left: 10px;
}

.OM_news_tag {
padding: 4px 10px;
color: white;
display: inline-block;
text-decoration: none;
margin: 0px 5px 0px 0px;
border-radius: 3px;
}

.OM_news_tag.blue {
background-color: #0b7cba;
}

.OM_news_tag.orange {
background-color: #d56a37;
}

.OM_news_tag.green {
background-color: #6BCB3E;
}

footer {
width: 100%;
padding: 20px 0px;
background-color: #3d2641;
}

.OM_footer_flex {
width: 100%;
display: flex;
justify-content: space-between;
color: #F6F8FA;
}

.OM_footer_links {
margin: 0px 20px;	
}

.OM_footer_links a {
color: #F6F8FA;
text-decoration: none;
display: block;
text-align: left;
margin: 10px 0px;
}

.OM_copy {

}

.OM_city_head_selector {
display: inline-block;
padding: 6px 5px 6px 40px;
background-image: url(../img/city_icon.svg);
background-position: 5px 5px;
background-repeat: no-repeat;
background-size: 18px auto;
position: relative;
cursor: pointer;
min-width: 100px;
text-align: left;
}

.OM_city_head_city {
color: var(--moda);
user-select: none;
}

.OM_city_head_selector ul {
background-color: white;
position: absolute;
border-radius: 10px;
top: 30px;
left: 0px;
z-index: 100;
list-style: none;
padding: 10px;
margin: 0px;
display: none;
}

.OM_city_head_selector ul  li {
text-align: left;
color: var(--moda);
padding: 5px;
cursor: pointer;
}

.OM_bread_cumbs {
margin: 10px 0px;
text-align: left;
}

.OM_bread_cumbs a {
color: gray;
display: inline-block;
padding: 0px 20px 0px 0px;
position: relative;
}

.OM_bread_cumbs a:after {
content: '/';
position: absolute;
right: 5px;
top: 0px;
}


.OM_bread_cumbs span {
color: gray;
display: inline-block;
}

.OM_catalog_flex {
display: flex;
justify-content: space-between;
width: 100%;
}

.OM_catalog_sidebar {
background-color: white;
border-radius: 15px;
padding: 15px;
box-sizing: border-box;
width: 300px;
margin: 0px 20px 0px 0px;
}

.OM_profile_sidebar {
background-color: white;
border-radius: 15px;
padding: 15px;
box-sizing: border-box;
width: 300px;
margin: 0px 20px 0px 0px;
}

.OM_catalog_page {
box-sizing: border-box;
flex: 1;
}

.OM_catalog_sidebar label {
width: 100%;
display: block;
text-align: left;
margin: 0px 0px 10px 0px;
}

.OM_catalog_sidebar label select{
border: 1px solid #E5E7EB;
border-radius: 10px;
padding: 10px 12px;
font-size: 14px;
outline: none;
background: #fff;
box-sizing: border-box;
width: 100%;
margin: 5px 0px 5px 0px;
}

.OM_catalog_sidebar .button {
padding: 10px 12px;
background-color: #6BCB3E;
border: solid 2px #6BCB3E;
color: white;
border-radius: 10px;
text-decoration: none;
margin: 0px 0px 0px 0px;
box-sizing: border-box;
width: 100%;
cursor: pointer;
}

.OM_catalog_item {
background-color: white;
border-radius: 15px;
padding: 15px;
box-sizing: border-box;
width: 100%;
margin: 0px 0px 20px 0px;
display: flex;
justify-content: space-between;
}

.OM_catalog_item_img {
width: 200px;
margin: 0px 20px 0px 0px;
height: 140px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border-radius: 10px;
display: block;
}

.OM_catalog_item_info {
flex: 1;
}

.OM_catalog_item_head {
display: flex;
justify-content: space-between;
margin: 0px 0px 10px 0px;
font-size: 20px;
color: var(--text-color);
}

.OM_catalog_item_head .name {
text-decoration: none;
text-align: left;
color: var(--text-color);
}

.OM_catalog_item_secription {
font-size: 14px;
color: gray;
margin: 0px 0px 10px 0px;
text-align: left;
}

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

.OM_catalog_item_link_green {
padding: 10px 15px;
background-color: #6BCB3E;
border: solid 2px #6BCB3E;
color: white;
border-radius: 10px;
text-decoration: none;
margin: 0px 0px 0px 0px;
box-sizing: border-box;
cursor: pointer;
text-decoration: none;
}

.OM_catalog_item_link_white {
padding: 10px 15px;
background-color: white;
border: solid 2px #6BCB3E;
color: #6BCB3E;
border-radius: 10px;
text-decoration: none;
margin: 0px 0px 0px 20px;
box-sizing: border-box;
cursor: pointer;
text-decoration: none;
}

.OM_catalog_page_pagination {
margin: 10px 0px 20px 0px;
width: 100%;
text-align: center;
}

.OM_catalog_page_pagination ul{
width: 100%;
text-align: center;
list-style: none;
margin: 0px;
padding: 0px;
}

.OM_catalog_page_pagination li{
margin: 0px 5px;
padding: 5px 10px;
text-decoration: none;
border: solid 2px #6BCB3E;
color: #6BCB3E;
border-radius: 10px;
display: inline-block;
}

.OM_catalog_page_pagination li.active {
background-color: #6BCB3E;
color: white;
}


.OM_simple_page_cntent {
width: 100%;
background-color: white;
border-radius: 15px;
padding: 15px;
box-sizing: border-box;
margin: 20px 0px 40px 0px;
text-align: left;
}

.OM_simple_page_title {
font-size: 26px;
margin: 10px 0px;
}

.OM_catalog_mob_btns {
display: none !important;
}

.OM_provider_form_con {
width: 1100px;
margin: 30px auto;
border-radius: 10px;
background-position: left top;
height: 600px;
background-repeat: no-repeat;
background-size: cover;
background-image: url(../img/provider_banner.jpg);
display: flex;
justify-content: end;
align-items: center;
}

.OM_provider_form_right {
display: inline-block;
width: 300px;
margin: 20px;
text-align: center;
background-color: white;
border-radius: 10px;
padding: 20px 20px;
}
.OM_provider_form_right  h2 {
margin: 0px 0px 20px 0px;
color: var(--moda);
}

.OM_provider_form_right label {
margin: 0px 0px 10px 0px;
display:block;
width: 100%;
}

.OM_provider_form_right input[type="text"], 
.OM_provider_form_right input[type="email"], 
.OM_provider_form_right input[type="password"] 
{
padding: 10px 20px;
width: 100%;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 10px;
}

.OM_provider_form_right input[type="submit"] {
padding: 10px 20px;
background-color: #6BCB3E;
border: solid 2px #6BCB3E;
color: white;
border-radius: 10px;
text-decoration: none;
margin: 0px 0px 0px 0px;
width: 100%;
box-sizing: border-box;
}

.OM_news_banner {
width: 100%;
height: 300px;
position: relative;
overflow: hidden;
border-radius: 10px 10px 0px 0px;
}

.OM_news_banner img {
object-fit: cover;
width: 100%;
height: 100%;
}

.OM_simple_page_title {
position: absolute;
left: 0px;
bottom: 10px;
background-color: rgba(0,0,0,0.7);
padding: 10px 20px;
color: white;
}

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

.OM_product_img_block {
width: 50%;
box-sizing: border-box;
border-radius: 10px;
padding: 20px;
background-color: white;
margin: 0px 0px 20px 0px;
}

.OM_product_img_slider {
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.OM_product_img_block_front {
width: 100%;
height: 400px;
border-radius: 10px;
overflow: hidden;
margin: 0px 0px 30px 0px;
}

.OM_product_img_block_front img {
width: 100%;
height: 100%;
object-fit: cover;
}

.OM_product_img_bloc_pagintation {
width: 160px;
height: 100px;
background-size: cover;
background-repeat: no-repeat;
background-size: cover;
border-radius: 10px;
margin: 0px 5px;
cursor: pointer;
padding: 2px;
cursor: pointer;
}

.OM_product_img_bloc_pagintation.active {
border: solid 2px #6BCB3E;
padding: 0px;
}

.OM_product_right_block {
width: 49%;
box-sizing: border-box;
border-radius: 10px;
padding: 20px;
background-color: white;
text-align: left;
margin: 0px 0px 20px 0px;
}

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

.OM_product_description {
color: gray;
font-size: 16px;
}

.OM_product_price_container {
padding: 14px;
background: #F9FAFB;
border-radius: 10px;
margin: 10px 0px;
display: inline-block;
color: gray;
}

.OM_product_price_container span{
color: black;
font-size: 22px;
display: block;
font-weight: bold;
}

.OM_product_quic_leed_form h3 {
margin: 5px 0px 10px 0px;
font-size: 20px;
}

.OM_product_quic_leed_form label {
display: block;
color: gray;
font-weight: bold;
width: 100%;
margin: 0px 0px 10px 0px;
}

.OM_product_quic_leed_form input[type="text"] {
padding: 10px;
border: 1px solid #E5E7EB;
border-radius: 10px;
width: 100%;
box-sizing: border-box;
margin: 5px 0px 0px 0px;
}

.OM_product_quic_leed_form input[type="button"] {
padding: 7px 10px 7px 10px;
background-color: #6BCB3E;
border: solid 2px #6BCB3E;
color: white;
border-radius: 10px;
text-decoration: none;
margin: 0px 0px 0px 0px;
width: 100%;
font-size: 16px;
box-sizing: border-box;
}

.OM_provider_info_block {
color: gray;
margin: 5px 0px;
width: 100%;
}

.OM_provider_info_block a {
color: var(--moda);
}

.OM_haracteristics_bloc {
width: 100%;
box-sizing: border-box;
border-radius: 10px;
padding: 20px;
background-color: white;
text-align: left;
margin: 0px 0px 20px 0px;
}

.OM_haracteristic_swaper {
text-align: left;
margin: 0px 0px 20px 0px;
}

.OM_haracteristic_swaper div {
padding: 7px 15px;
background-color: white;
border: solid 2px #6BCB3E;
color: #6BCB3E;
border-radius: 10px;
text-decoration: none;
margin: 0px 5px 0px 5px;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
}

.OM_haracteristic_swaper div.active {
color: white;
background-color: #6BCB3E;
}

.OM_login_form_cntent {
width: 320px;
background-color: white;
border-radius: 15px;
padding: 15px;
box-sizing: border-box;
margin: 20px 0px 40px 0px;
text-align: left;
display: inline-block;
}

.OM_login_registr_selector {
width: 100%;
margin: 0px;
padding: 0px;
box-sizing: border-box;
list-style: none;
display: flex;
justify-contents: center;
}

.OM_login_registr_selector li {
padding: 5px 10px 5px 10px;
border: solid 2px #6BCB3E;
color: #6BCB3E;
text-decoration: none;
width: 50%;
box-sizing: border-box;
text-align: center;
cursor: pointer;
}

.OM_login_registr_selector li.active {
color: white;
background-color: #6BCB3E;
}

.OM_login_registr_selector li:last-child {
border-radius: 0px 10px 10px 0px;
}

.OM_login_registr_selector li:first-child {
border-radius: 10px 0px 0px 10px;
}

.OM_lrr_form_block {
padding: 10px 0px;
}

.OM_lrr_form_block input[type="button"]{
padding: 5px 10px 5px 10px;
background-color: #6BCB3E;
border: solid 2px #6BCB3E;
color: white;
border-radius: 10px;
text-decoration: none;
margin: 0px 0px 0px 0px;
}

.OM_lrr_form_block input[type="text"],.OM_lrr_form_block input[type="password"],.OM_lrr_form_block input[type="email"]{
border-radius: 10px;
border: solid 1px #ccc;
}

.OM_remind_password_link {
text-decoration: underline;
color: #6BCB3E;
margin: 10px 0px;
cursor: pointer;
}

.OM_profile_page {
box-sizing: border-box;
flex: 1;
background-color: white;
border-radius: 15px;
padding: 15px;
text-align: left;
}

.OM_user_info_block {
display: block;
font-size: 20px;
margin: 0px 0px 10px 0px;
color: var(--moda);
text-align: left;
border-bottom: solid 1px #e1e1e1;
padding: 0px 0px 10px 0px;
}

.OM_user_profile_menu {
display: block;
}

.OM_user_profile_menu a {
font-size: 16px;
text-align: left;
padding: 5px 10px 5px 0px;
display: block;
color: gray;
}

.OM_user_profile_menu a.active,.OM_user_profile_menu a:hover {
color: var(--moda);
text-decoration: none;
}

.OM_status_company {
padding: 5px;
color: orange;
border-radius: 5px;
background-color: #fff7ed;
border: solid 1px orange;
margin: 0px 0px 20px 0px;
}

.OM_roler_menu  > label{
padding: 5px 10px 5px 10px;
background-color: #6BCB3E !important;
border: solid 2px #6BCB3E !important;
color: white !important;
border-radius: 10px;
text-decoration: none;
margin: 0px 0px 0px 0px;
}

.OM_profile_submenu_block {
display: flex;
justify-content: start;
align-items: center;
}

.OM_profile_submenu_block  a {
padding: 5px 10px 5px 10px;
border: solid 2px #6BCB3E;
color: #6BCB3E;
border-radius: 10px;
text-decoration: none;
margin: 0px 2px 0px 0px;
box-sizing: border-box;
}

.OM_profile_submenu_block  a:hover,.OM_profile_submenu_block  a.active {
background-color: #6BCB3E;
color: white;
}

.OM_supplie_container {
display: flex;
gap: 16px;
flex-wrap: wrap;
}

.OM_card.moderated {
opacity: 0.7;
}

.OM_card {
width: 300px;
border: 1px solid #e0e0e0;
border-radius: 12px;
background: #ffffff;
overflow: hidden;
display: flex;
flex-direction: column;
position: relative;
}

.OM_card_img_wrap {
width: 100%;
aspect-ratio: 1/1;
overflow: hidden;
background: #f5f5f5;
}

.OM_card_img_wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.OM_card_img_placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #bdbdbd;
font-size: 48px;
}

.OM_card_body {
padding: 14px 16px 16px;
display: flex;
flex-direction: column;
gap: 8px;
flex: 1;
}

.OM_card_name {
font-size: 15px;
font-weight: 500;
color: #1a1a1a;
line-height: 1.4;
margin: 0;
}

.OM_card_article {
font-size: 12px;
color: #9e9e9e;
margin: 0;
}

.OM_card_footer {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: auto;
padding-top: 10px;
border-top: 1px solid #f0f0f0;
}

.OM_card_price {
font-size: 18px;
font-weight: 500;
color: #1a1a1a;
}

.OM_card_price_empty {
font-size: 13px;
color: #bdbdbd;
}

.OM_card_btn {
font-size: 13px;
padding: 6px 14px;
border-radius: 8px;
border: 1px solid #e0e0e0;
background: transparent;
color: #1a1a1a;
cursor: pointer;
white-space: nowrap;
text-decoration: none;
display: inline-block;
transition: background 0.15s ease;
}

.OM_card_btn:hover {
background: #f5f5f5;
}

.OM_card_btn:active {
transform: scale(0.98);
}

.OM_card_delet {
position: absolute;
top: -6px;
right: -1px;
}

.OM_company_flex {
display: flex;
gap: 40px;
align-items: flex-start;
}

.OM_company_sidebar {
width: 280px;
flex-shrink: 0;
position: sticky;
top: 20px;
}

.OM_company_main {
flex: 1;
min-width: 0;
}

.OM_company_logo_wrap {
width: 100%;
aspect-ratio: 1/1;
border-radius: 12px;
overflow: hidden;
background: #f5f5f5;
margin-bottom: 16px;
background-color: white;
border-radius: 15px;
}

.OM_company_logo_wrap img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}

.OM_company_logo_placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 72px;
font-weight: 500;
color: #bdbdbd;
background: #f5f5f5;
}

.OM_company_meta {
display: flex;
flex-direction: column;
gap: 6px;
margin-bottom: 16px;
}

.OM_company_badge {
font-size: 12px;
padding: 4px 10px;
border-radius: 6px;
display: inline-block;
width: fit-content;
}

.OM_company_badge_verified {
background: #e8f5e9;
color: #2e7d32;
}

.OM_company_badge_confirmed {
background: #e3f2fd;
color: #1565c0;
}

.OM_company_info_block {
border-radius: 12px;
overflow: hidden;
background-color: white;
border-radius: 15px;
margin-bottom: 20px;
}

.OM_company_info_row {
display: flex;
flex-direction: column;
gap: 2px;
padding: 10px 14px;
border-bottom: 1px solid #f0f0f0;
}

.OM_company_info_row:last-child {
border-bottom: none;
}

.OM_company_info_label {
font-size: 11px;
color: #9e9e9e;
text-transform: uppercase;
letter-spacing: 0.04em;
}

.OM_company_info_value {
font-size: 14px;
color: #1a1a1a;
line-height: 1.4;
}

.OM_company_name {
font-size: 28px;
font-weight: 600;
color: #1a1a1a;
margin: 0 0 20px;
line-height: 1.3;
}

.OM_company_description {
font-size: 15px;
line-height: 1.7;
color: #424242;
margin-bottom: 40px;
}

.OM_company_products_title {
font-size: 20px;
font-weight: 500;
color: #1a1a1a;
margin-bottom: 20px;
padding-bottom: 12px;
border-bottom: 1px solid #e0e0e0;
}

.OM_company_no_products {
font-size: 14px;
color: #9e9e9e;
padding: 20px 0;
}

.OM_verified_provoder {
display: inline-block;
}

.OM_modal_overlay {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.55);
display: none;
align-items: center;
justify-content: center;
z-index: 9999;
}

.OM_modal {
width: 300px;
background: #fff;
border-radius: 5px;
overflow: hidden;
}

.OM_modal_header {
background: #6BCB3E;
padding: 16px 20px;
display: flex;
align-items: center;
justify-content: space-between;
color: #fff;
font-size: 16px;
font-weight: 500;
}

.OM_modal_close {
background: none;
border: none;
cursor: pointer;
color: #fff;
font-size: 20px;
line-height: 1;
padding: 0;
}

.OM_modal_body {
padding: 20px;
display: flex;
flex-direction: column;
gap: 14px;
}

.OM_modal_field {
display: flex;
flex-direction: column;
gap: 6px;
}

.OM_modal_field label {
font-size: 13px;
color: #555;
}

.OM_modal_field input {
width: 100%;
padding: 8px 10px;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 14px;
box-sizing: border-box;
outline: none;
}

.OM_modal_field input:focus {
border-color: #6BCB3E;
}

.OM_modal_btn {
width: 100%;
padding: 10px;
background: #6BCB3E;
border: none;
border-radius: 5px;
color: #fff;
font-size: 14px;
font-weight: 500;
cursor: pointer;
}

.OM_modal_btn:hover {
background: #5ab832;
}


.OM_requests_list {
display: flex;
flex-direction: column;
gap: 12px;
}

.OM_request_card {
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 5px;
overflow: hidden;
}

.OM_request_head {
padding: 10px 16px;
display: flex;
align-items: center;
justify-content: space-between;
}

.OM_request_num {
font-size: 13px;
color: #fff;
font-weight: 500;
}

.OM_request_date {
font-size: 12px;
color: rgba(255,255,255,0.85);
}

.OM_request_body {
padding: 14px 16px;
display: flex;
flex-direction: column;
gap: 8px;
}

.OM_request_text {
font-size: 15px;
color: #1a1a1a;
font-weight: 500;
}

.OM_request_row {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: #555;
}

.OM_request_label {
color: #9e9e9e;
min-width: 80px;
}

.OM_request_status {
display: inline-block;
font-size: 12px;
padding: 3px 10px;
border-radius: 4px;
font-weight: 500;
}

.OM_request_status_1 { background: #e8f5e9; color: #2e7d32; }
.OM_request_status_2 { background: #e3f2fd; color: #1565c0; }
.OM_request_status_3 { background: #fce4ec; color: #b71c1c; }
.OM_request_status_4 { background: #f5f5f5; color: #616161; }
.OM_request_status_5 { background: #f3e5f5; color: #6a1b9a; }

.OM_request_footer {
border-top: 1px solid #f0f0f0;
padding: 10px 16px;
display: flex;
justify-content: flex-end;
gap: 8px;
}

.OM_request_btn {
font-size: 12px;
padding: 5px 12px;
border-radius: 4px;
border: 1px solid #e0e0e0;
background: transparent;
color: #1a1a1a;
cursor: pointer;
}

.OM_request_set_btn {
font-size: 12px;
padding: 5px 12px;
border-radius: 4px;
border: 1px solid #6BCB3E;
background: #6BCB3E;
color: white;
cursor: pointer;
}

.OM_request_btn_cancel {
border-color: #ffcdd2;
color: #c62828;
}

.OM_request_btn:hover { background: #f5f5f5; }

.OM_request_empty {
font-size: 14px;
color: #9e9e9e;
padding: 20px 0;
}

.OM_requests_selector {
margin: 20px 0px;
padding: 0px;
text-align: left;
}

.OM_requests_selector a {
color: gray;
display: inline-block;
padding: 3px 10px;
}

.OM_requests_selector a.active {
color: #6BCB3E;
}

.OM_request_answer_block {
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px;
border-radius: 3px;
color: white;
background-color: #6BCB3E;
flex-wrap: wrap;
cursor: pointer;
flex: 1;
}

.OM_request_answer_block.rd {
background-color: gray;
}

.OM_request_answer_text {
width: 100%;
}

.OM_request_answer_block a {
color: white;
}

.OM_chat_overlay {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.55);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}

.OM_chat_modal {
width: 60%;
background: #fff;
border-radius: 5px;
overflow: hidden;
display: flex;
flex-direction: column;
max-height: 80vh;
}

.OM_chat_header {
background: #6BCB3E;
padding: 14px 20px;
display: flex;
align-items: center;
justify-content: space-between;
flex-shrink: 0;
}

.OM_chat_title {
font-size: 15px;
font-weight: 500;
color: #fff;
}

.OM_chat_close {
background: none;
border: none;
cursor: pointer;
color: #fff;
font-size: 20px;
line-height: 1;
padding: 0;
}

.OM_chat_messages {
flex: 1;
overflow-y: auto;
padding: 16px;
display: flex;
flex-direction: column;
gap: 10px;
}

.OM_chat_msg {
max-width: 70%;
display: flex;
flex-direction: column;
gap: 3px;
}

.OM_chat_msg_in { align-self: flex-start; }
.OM_chat_msg_out { align-self: flex-end; }

.OM_chat_bubble {
padding: 9px 13px;
border-radius: 5px;
font-size: 14px;
line-height: 1.5;
}

.OM_chat_msg_in .OM_chat_bubble { background: #f0f0f0; color: #1a1a1a; }
.OM_chat_msg_out .OM_chat_bubble { background: #6BCB3E; color: #fff; }

.OM_chat_time {
font-size: 11px;
color: #9e9e9e;
}

.OM_chat_msg_out .OM_chat_time { text-align: right; }

.OM_chat_footer {
border-top: 1px solid #e8e8e8;
padding: 12px 16px;
display: flex;
gap: 8px;
flex-shrink: 0;
}

.OM_chat_input {
flex: 1;
border: 1px solid #ddd;
border-radius: 5px;
padding: 8px 12px;
font-size: 14px;
outline: none;
resize: none;
}

.OM_chat_send {
background: #6BCB3E;
border: none;
border-radius: 5px;
color: #fff;
padding: 8px 16px;
font-size: 14px;
cursor: pointer;
}

.OM_chat_send:hover { 
background: #5ab832; 
}

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

.OM_apply_request_btn {
padding: 5px 10px 5px 10px;
background-color: orange;
border: solid 2px orange;
color: white;
border-radius: 10px;
text-decoration: none;
margin: 0px 0px 0px 10px !important;
}

.OM_report_button {
padding: 5px 10px 5px 30px;
background: red url(../img/report.svg) 7px 7px/16px auto no-repeat;
color: white;
display: inline-block;
border-radius: 4px;
margin: 5px 0px 20px 0px;
cursor: pointer;
opacity: 0.5;
}