body * {
  font-family: 'Ubuntu', sans-serif;
}
  .c-shadow-overflow:after {
    display: none !important;
  }
.vw-vendor-actions-body {
  background: none !important;
}
.b-breadcrumbs::after {
    display:none !important;
}
.it-list-item-t{
    gap:10px;
}
.it-item-title.c-shadow-overflow {
    text-overflow:ellipsis;
}


.bnf-item .c-title {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 20px;
    text-align: center;
}

.bnf-box {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -ms-flex-flow: wrap;
    flex-flow: nowrap;
    gap: 10px;
    justify-content: space-evenly;
}
.in-last-block {
    padding-bottom: 0px;
    background-color: white;
}
.cp-index-box {
    background-color: transparent !important;
    overflow: hidden !important;
}

.is-index-page .l-flex-column-content .l-page:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  opacity: 0.3;
  background-size: cover;
  background-image: url(https://mymarket.kg/files/images/bg.png);
  background-repeat: no-repeat;
  background-position: -100px -45px;
}
.ib-banner, .l-banner-h, .l-banner-v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    background-color: white;
    padding: 20px;
}

.mybtn {
	border: 1px solid #d1ccc0;
	border-radius: 6px;
	height: 36px;
	min-width: 36px;
	position: relative;
	text-align: center;
   display: flex inline;
  justify-content: center; /* aligns horizontally */
  align-items: center; /* aligns vertically */
  margin: 8px;
  vertical-align: top;
  box-sizing: border-box;
}
.mybtn.plain {
  border: none;
}
.mybtn.txt {
  padding: 0 10px 0 5px;
  color: #000;
}
.mybtn img {
	width: 30px;
  max-height: 24px;
}
.mybtn svg{
position: absolute;
  scale: 70%;
  /* width: 80%; */
  /* height: 80%; */
  left: -22px;
  top: -12px;
}

.bigbtn {
  box-sizing: border-box;
  text-decoration: none!important;
  margin: 0;
  display: inline-block;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  outline: none!important;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-height: 34px;
  padding: 6px 15px;
  text-overflow: ellipsis;
  transition: all .15s;
  white-space: nowrap;
  border-color: transparent!important;
  opacity: .8;
  box-shadow: none!important;
  margin-left: 30px;
  padding-bottom: 7px;
  padding-top: 6px;
  background-color: var(--add-button-color)!important;
  cursor: pointer;
  color: #fff;
}
.btn-success i img {
  width: 18px;
  height: 18px;
  position: relative;
  top: -2px;
  left: -4px;
  }
.sidemenu-block {
  position: absolute;
  width: 240px;
  padding: 10px 15px;
  background: #FFF;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  box-shadow: 1px 2px 3px #000;
  display: none;
}
.sidemenu-block .links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px;
  font-size: 0.8em;
}
.sidemenu-block .links p{
  color: #686868;
}
.sidemenu-block .links a{
  margin-bottom: 15px;
}
.sidemenu-block .links img{
  height: 30px;
}

.sidemenu-overlay {
  position: absolute;
  top:0;
  background: #000;
  opacity: 0.5;
  display: none;
  z-index: 100;
}
.sidemenu-overlay.show {
  left:0;
  right:0;
  bottom:0;
  display: block;
}

.vw-page, .l-page {
  background: #f5f5f5 !important;
}
.h-header {
    background: #FFF !important;
    padding: 10px 0;
    margin-bottom: 10px;
}

.vw-dynprops, .vw-descr {
  background: #FFF;
  border-radius: 10px;
  padding: 15px;
    border: 1px solid #ebebeb;
}
.it-grid-item-in {
  border-radius: 15px !important;
}

.cp-best-company-item-pic img {
    height: 75px;
    left: 50%;
    max-height: none !important;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 170px !important;
}
.cp-best-company-item-pic {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 95px;
    justify-content: center;
    overflow: hidden;
    padding: 5px 20px;
    position: relative;
}
.cp-best-company-item .c-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 14px;
    justify-content: center;
    padding: 0 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.cp-best-company-item-v2 {
    height: 120px;
    position: relative;
}

.cp-best-company-item-v2-in {
    background-color: #fff;
    border-radius: 10px;
    min-height: 100%;
}

.cp-best-company-item {
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    margin-block: 20px;
}
.cp-best-company-item-v2 .cp-best-company-item-footer {
    display: none;
    margin-top: 0px;
    padding: 0px 0px 0px;
}
.cp-list-item {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: white;
}

.l-page-item-r-info {
    text-align: left !important;
    font-size: 16px;
    line-height: 22px;
}

.cp-vendor-company-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-bottom: 13px;
    position: relative;
    width: 100%;
    background-color: white;
    border-radius: 4px;
}
.ib-banner, .l-banner-h, .l-banner-v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    /* background-color: white; */
    padding: 20px;
}

.vw-slider-box.vw-slider-cover img {
  border-radius: 10px;
}

.i-categories .i-category-item .i-category-item-title {
  line-height: 19px;
}

@media (min-width: 1240px) {
  .vw-aside {
   box-sizing: content-box;
    width: 500px;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .vw-aside {
    width: 380px;
  }
  .c-status-txt {
    position: static !important;
    margin-left: -10px;
  }
  .contacts-block .btn img {
    width: 24px;
    top: 10px;
  }
}
@media (min-width: 770px) and (max-width: 979px) {
  .contacts-block {
    flex-direction: column;
  }
  .contacts-block .btn {
    width: 100% !important;
  }
  .contacts-block .btn.ml-2 {
    margin: 10px 0 !important;
  }
  .c-status-txt {
    float: right;
    margin-top: 7px;
  }
  .c-status-txt span {
    display: none;
  }
  .btn-promote {
    font-size: 14px !important;
    display: block !important;
    padding: 13px !important
  }
  .btn-promote img {
    left: 10px !important;
    top: 5px !important;
    width: 23px !important;
    rotate: 35deg !important;
  }
}
@media (min-width: 768px) {
  .h-header-m-nav-btn {
    display: none;
  }
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .is-index-page .l-flex-column-content .l-page:before {
    /* content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    opacity: 0.3; */
    background-position: 8% -90px;
    background-size: cover;
  }
  .slogan {
    font-size: 18px;
    padding: 10px 0 20px;
  }
  .modal-backdrop {
    top: 11px;
  }
  .bnf-index-box {
    display: none;
  }
  .fl-search-h {
    padding: 10px;
    margin: -3px 0;
  }
  .i-categories .i-category-item {
    min-width: 135px;
  }
  .i-categories-box-tiles-more.j-categories-mobile-tiles-more {
    bottom: -3px;
    background: #0568b1ee;
    color: #FFF;
    padding: 14px;
    border-radius: 0 0 20px 20px;
  }
  .custom-footer .row {
    display: flex;
    /* flex-direction: column; */
    justify-content: left;
    align-items: center;
flex-wrap: wrap;
  }
  .custom-footer .row a {
    margin-bottom: 8px;
  }
  .custom-footer .row a img {
    /* width: 155px; */
    height: 33px;
  }
  .vw-stats-info-promo {
    margin: 10px 0 0 !important;
  }
  .vw-stats-info-promo .btn-block {
    display: block !important;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .bnf-index-box .
    display: none;

  .h-header-r-menu a:nth-child(2) {
    margin-left: 10px;
  }
  .mybtn {
    margin: 5px;
  }
  .h-header-r-actions {
    padding: 0 10px 0 10px !important;
  }
  .h-header-logo-mob img, .h-header-logo-mob svg {
    max-width: 140px;
  }
  .j-cnt-msg { display: none; }
  .c-dot.c-count-dot {
      position: absolute;
  left: 24px;
  top: 21px;
  }
  .sidemenu,
  .perehod p {
    display: none;
  }
  .h-header-r-menu .btn-add-item {
    border-radius: 3px;
    margin-right: 4px;
  }
  .h-header-r-menu .btn-add-item i img{
    scale: 1.5;
    left: 0;
  }
  .vw-vendor {
    margin: 0px;
  }
  .vw-vendor-actions-body {
    padding: 5px;
  }
  .vw-vendor-actions-body .vw-price-box span span{
    font-size: 34px;
  }
  .vw-vendor-actions-body .vw-price-box {
    padding: 10px 0 0 10px;
  }
}
@media (max-width: 445px) {
  .vw-ico-tabs-link {
    margin-left: 20px;
  }
  .contacts-block {
    flex-direction: column;
  }
  .contacts-block .btn {
    width: 100% !important;
  }
  .contacts-block .btn.ml-2 {
    margin: 10px 0 !important;
  }
  .container {
    padding: 0 10px;
  }
  .vw-vendor {
    margin: 0px;
  }
  .c-status-txt {
    float: right;
    margin-top: 7px;
  }
  .c-status-txt span {
    display: none;
  }
  .desktop-only {
    display: none;
  }
}
@media (max-width: 425px) {
  .i-categories .i-category-item {
    min-width: 125px;
  }
  .i-categories .i-category-item .i-category-item-title {
    font-size: 1.15em !important;
    margin-top: 5px;
  }
  .i-categories-box-tiles .i-category-item-in .i-category-item-title, .perehod a b {
    left: 4px !important;
  }
  .mymarket .i-categories-box-tiles .i-categories {
    justify-content: space-around !important;
  }
}
@media (max-width: 395px) {
  .i-categories .i-category-item {
    min-width: 118px;
  }
}
/* @media (min-width: 768px) {
  .perehod {
    padding: 50px 0 40px;
  }
} */


 /* The container must be positioned relative: */
.lang-select {
  position: relative;
  margin-left: 10px;
}

.lang-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  /* background-color: DodgerBlue; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  border-color: #c4c4c2;
  border-radius: 6px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  /* width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent; */
    fill: #c3c3c3;
  background-image: url(/css/images/arrow.svg);
  background-repeat: no-repeat;
  color: #c3c3c3;
  display: inline-block;
  font-size: 16px;
  height: 5px;
  min-height: 5px;
  min-width: 9px;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
  width: 8px;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    transform: rotate(180deg);
  /* border-color: transparent transparent #333 transparent;
  top: 7px; */
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  padding: 7px 12px;
  /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.h-header {
  padding:5px 0;
}
.block {
	max-width: 1240px;
	margin: 0 auto;
}
.l-flex-column-content .l-page {
  background: none;
  position:relative;
}

.is-index-page .slogan, .slogan {
  display: none;
}
.mymarket .i-categories-box-tiles .i-category-item-in img{
	bottom:-10px;
	right:auto;
	left:50%;
	transform: translateX(-50%);
}
.b-breadcrumbs-in li a::after{
	top:6px;
}
@media (min-width: 992px) {
	.is-index-page .l-flex-column-content .l-page::before{
		display:none;
	}
}
.it-view-gallery {
  margin-bottom: 0;
}
.in-box-title .ico {
  width: 20px;
}

.i-categories-box-slider .i-category-item{
	height: 160px;
}