/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.contacts-stores h4 {
    margin: 0 0 10px;
}

ul li:before {
    content: "\2022";
}

.prices-elements .item .top-row 
{
    padding: 3px 25px 3px 35px !important;
}

.sections.item-views.list.prices .item_wrap {
	min-height: inherit;
}

.sections.item-views .item {
	padding: 20px 40px;
}

.sections.item-views.list.prices .btn.arrow {
	top: 7px;
}




.sertificates .one {
  position: relative;
  display: block;
  margin: 15px 0;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ecf2f4;
  background: #fff;
  border-radius: 3px;
  text-align: center;
}

.sertificates .one:hover {
  border-color: #0000;
}

.sertificates .zoom {
  opacity: 0;
  top: 50%;
  left: 50%;
  margin: -19px 0 0 -19px;
}

.sertificates .one:hover .zoom {
  opacity: 1;
}

.sertificates .img {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.sertificates .txt {
  display: none;
}



.about-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 192px;
  height: 44px;
  margin: 10px auto;
  font-size: 15px;
  font-weight: 500;
  color: #006969;
  border: solid 1px #006969;
}
.about-btn:hover {
  background-color: #006969;
  color: #ffffff;
}


.banners-big .slides .text .inner .text-block {
    max-height: 135px;
}

@media (max-width: 767px) {
.banners-big .slides .text .inner .text-block {
    max-height: 110px;
}
}