@media (max-width:767px){
.home-page .html-module{display:none}
.uni-banner{display:none}
#uni-notification-1 {display:none}
}

.menu__banner > div {display:flex;flex-direction:column;justify-content:center;height:100%;max-height:428px;padding: 15px;text-align:center;background: radial-gradient(circle, rgba(0,137,168, .5) 0%, #0089a8 100%);border-radius:4px}
.menu__banner div img {margin:15px 0;padding:15px}
.menu__banner span {font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}

.article_description h3.heading{font-weight:700}



@media screen and (max-width: 992px) {
  .slider-users {
    margin-top: 10px;
  }
}

}

.container_for_tab_product {
    border: solid 1px #eeeeee;
    padding: 0px 30px;
    border-radius: 15px;
}

.tabs {
  display: flex;
  position: relative;
}

.tab {
  flex: 1;
  padding: 5px 10px;
  cursor: pointer;
  margin-right: 5px;
  transition: color 0.5s;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: calc(100% / 3);
  box-sizing: border-box;
}

.tab.active-tab-user {
  color: black;
}

.tab-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  background-color: black;
  transition: transform 0.5s;
}

.tab-content-user {
  margin-top: 10px;
  display: none;
  transition: opacity 0.5s;
}

.tab-content-user.active-tab-user {
  display: block;
  opacity: 1;
}

.head-text-p-for-tab-product {
  font-size: 18px;
  font-weight: 700;
}

.text-p-for-tab-product {
  font-size: 16px;
  transition: opacity 0.5s;
  opacity: 0;
}

.custom-language-1 {
z-index: 99!important;
}

.notification-custom {
    background: #292862;
    border-radius: 6px;
    bottom: 20px;
    color: #fff;
    display: flex;
    left: 0;
    margin: auto;
    max-width: 735px;
    padding: 20px;
    position: fixed;
    right: 0;
    text-align: left;
    z-index: 3147483639;
}

.text-notification-custom {
color: #2196f3!important;
font-weight: 700;
text-decoration: underline;
}

.text-notification-custom:hover {
text-decoration: none;
}

.new-button-custom {
width:150px;
font-size:14px;
font-weight:400;
margin-bottom: 10px;
height:40px!important;
background:#f18e00!important;
}

.new-button-custom:hover {
background:#d98000!important;
}

.new-button-custom-cancel {
width:150px;
font-size:14px;
font-weight:400;
height:40px!important;
background:#8d8d8d!important;
}

.new-button-custom-cancel:hover {
background:#717171!important;
}

@media screen and (max-width: 768px) {
.notification-custom {
flex-direction: column;
width: 100%;
font-size: 16px;
bottom: 0px;
}
.new-button-custom {
width:100%;
}
.new-button-custom-cancel {
width:100%;
}
}

.any-buttons {
display:flex;
flex-direction:column;
}

.technical__item_contacts {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 12px 30px rgb(0 0 0 / 10%);
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
.technical__item_contacts {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 12px 30px rgb(0 0 0 / 10%);
    max-width: 600px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
}

.npimgnew {
     max-width: 240px;
}

.liqpayimgnew {

}

@media screen and (max-width: 375px) {
.liqpayimgnew {
     width: 300px;
}
}

@media screen and (max-width: 767px) {
.npimgnew {
     max-width: 100%;
}
}

.technical__item_cart {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 12px 30px rgb(0 0 0 / 20%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.technical__item_cart_no_flex {
    padding-left:20px;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 12px 30px rgb(0 0 0 / 20%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.technical__item_cart_new {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 12px 30px rgb(0 0 0 / 20%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.cart_select_menu {
    max-width: 550px;
}

@media (max-width:767px) {
    .cart_select_menu {
        max-width: 325px;
}
}

@media (max-width:500px) {
    .cart_select_menu {
        max-width: 300px;
}
}

@media (max-width:375px) {
    .cart_select_menu {
        max-width: 275px;
}
}

.no_radio_button {
    display:none;
}

.text-cart-border-radius {
    box-shadow: 0 12px 30px rgb(0 0 0 / 20%);
    border-radius: 20px;
}

@media screen and (max-width:717px) {
.nomapnew {
    display:none;
}
}