/* Disable Borders and Down Icons */
.header-utilities .header-utility {
  border: none;
}

.text-center {
	text-align: center;
}

.main-nav__tertiary-link, .main-nav__tertiary-item {position: relative;}

@media (min-width: 768px) {
  .main-nav__item-icon,
  .main-nav__catalog-item-icon {
    display: none;
  }
  .main-nav__quaternary-link {
    color: #333;
    display: block;
    padding: 1rem 1.5rem;
  }
  .main-nav__tertiary-item-icon {
    width: 1rem;
    height: 1rem;
    fill: #333;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main-nav__quaternary-container{
    position: absolute;
    left: -9999px;
    top: 0;
    background: #f5f5f5;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e6e6e6;
    min-width: 20rem;
  }
  .main-nav__tertiary-item:hover .main-nav__quaternary-container {
    left: 100%;
    visibility: visible;
    -webkit-animation: .3s fadeInLeft;
    animation: .3s fadeInLeft;
    opacity: 1;
  }
}

.h3 img {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {

	nav.top-header-nav {
		min-height: 30px;
	}
  .main-nav__quaternary-link {
    color: #333;
    display: block;
    padding: 1rem 5rem;
  }
    .main-nav__tertiary-link {
      background: #fff;
      display: block;
      padding: 1rem 1rem 1rem 4rem;
      color: #333;
      position: relative;
    }
   .main-nav__tertiary-item-icon {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-nav__quaternary-container{
    position: absolute;
    left: -9999px;
    top: 0;
    background: #f5f5f5;
    display: none;
    border: 1px solid #e6e6e6;
    min-width: 20rem;
  }
  .main-nav .is-opened>ul {display: contents!important;}
}

@media (min-width: 768px) {

  .main-nav__catalog-list {
    height: auto;
    min-height: 60rem;
  }
}
/* Disable Borders and Down Icons */

/* Header START */
.header {
  padding: 1rem 1.5rem;
}

.search-form__input {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.main-nav__item:not(:first-child) .main-nav__link::before {
  display: none;
}
/* Header END */




#bx-soa-order input[type=radio] {
	width: auto;
}

.seo-content.top {
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
}

.seo-content.bottom {
	margin-top: 30px;
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}



/* Footer START */
.footer {}

.footer__subscribe-btn {
  margin-bottom: 1.5rem;
}

.footer .logo {
  margin: 0 0 1rem;
}

.footer__contacts {
  /*text-align: center;*/
  font-weight: bold;
}

.footer__contacts a {
  color: #eee;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .footer__helpers { text-align: center; padding: 4rem 0; }

  .footer__bottom { padding-top: 0; }

  .footer .logo { margin: 0 auto 1.5rem; }

  .footer .footer-collapse__title { border-bottom: none; }

  .footer .col-md-3:not(:first-child) { border-top: 1px solid #999; }
}
/* Footer END */

/* Index PAGE */
.categories {}

.category {
  display: block;
  position: relative;
}

.category:hover .category__main {
  outline-offset: .5rem;
}

.category:hover .category__caption {
  transform: translateY(-.5rem);
}

.category:hover .category__img {
  transform: scale(1.05);
}

.category__main {
  outline: 1px solid #ccc;
  transition: all .4s ease-in-out;
}

.category__img-wrap {
  overflow: hidden;
}

.category__img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all .6s;
}

.category__caption {
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-weight: bold;
  text-align: right;
  padding: 2rem;
  transition: all .3s;
  font-size: 2.4rem;
  text-shadow: 1px 0 #999;
}

@media (max-width: 767px) {
  .category__caption {
    text-align: center;
    padding: 1.5rem .5rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .category__caption {
    font-size: 1.3rem;
  }
}
/* Index PAGE */

/* Catalog PAGE */
.product,
.product__wrap {
  border: none;
}

.catalog-main__item {
  border: none !important;
}
/* Catalog PAGE */

/* Product PAGE */
/* ------------------------------- Promo-Carousel ------------------------------- */
.product-main-promo {
  display: block;
}

.product-main-promo__main {
  margin: 0 auto;
  padding: 0;
}

.product-main-promo__thumbs {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 1.5rem;
}

.product-main-promo__th-prev,
.product-main-promo__th-next {
  bottom: auto;
  width: 3rem;
  top: 0;
  height: 100%;
}

.product-main-promo__th-prev {
  left: 0;
}

.product-main-promo__th-next {
  right: 0;
}

.product-main-promo__th-prev .icon,
.product-main-promo__th-next .icon {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.product-main-promo__th-prev .icon {
  left: 0;
}

.product-main-promo__th-next .icon {
  right: 0;
}
/* ------------------------------- Promo-Carousel ------------------------------- */

.breadcrumbs-wrap {
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-right: 5rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2rem;
}

.breadcrumbs-wrap::after {
  content: "";
  width: 5rem;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right, transparent, #fff);
  top: 0;
  right: 0;
}

.breadcrumbs {
  border: none;
  margin-bottom: 0;
}

.items-carousel.swiper-container-initialized {
  padding-top: 1rem;
}

.items-carousel .product {
  margin: 0 1rem;
}

.product-main-brand {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2.5rem 0;
}

.product-controls__price,
.product-controls__old-price {
  display: inline-block;
  margin-top: 1.5rem;
}

.product-controls__price {
  font-size: 3rem;
}

.product-controls__old-price {
  margin-left: 1rem;
  font-size: 1.6rem;
}

.product-controls__stickers {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .product-main-promo,
  .product-main__details {
    max-width: 50%;
    flex-basis: 50%;
    padding: 0 5rem;
  }

  .product-main .product__stickers {
    right: 5rem;
  }
}

@media (min-width: 1200px) {
  .product-main-promo,
  .product-main__details {
    padding: 0 8rem;
  }

  .product-main .product__stickers {
    right: 8rem;
  }
}
/* Product PAGE */

/* Footer */
.footer {
  background: #fff;
  color: #333;
}

.footer__main {
  border-bottom-color: #ccc;
}

.footer__bottom,
.footer__contacts a,
.footer-collapse__link {
  color: #333;
}
/* Footer */
.tab-content {
	padding-top: 10px;
}
.zaglavie ul
{
	padding-left: 25px;
	list-style: square;
	margin-bottom: 20px;
}
.zaglavie ul li
{
	font-size: 20px;
}
.zaglavie a
{
	color: #bebebe;
    border-bottom: 1px dotted #bebebe;
}
.tags-cat {
	line-height: 35px;
}
.btn--reverse-cat {
    background-color: #bebebe;
    color: #ffffff;
    padding: 3px 9px 4px;
    border: 2px solid #bebebe;
}
.btn--reverse-cat:hover {
    background-color: #ffffff;
    color: #bebebe;
    padding: 3px 9px 4px;
    border: 2px solid #bebebe;
    cursor:pointer;
}