@media (max-width: 991px) {
  .breadcrumb {
    background-color: #fff;
  }
}

@media (max-width: 450px) {
  .breadcrumb {
    padding: 20px 0;
  }
  .breadcrumb ul li {
    font-size: 10px;
    line-height: 1.2;
  }
}

.go-catalog {
  padding: 5px 0;
  background-color: #f2f2f2;
}

@media (min-width: 992px) {
  .go-catalog {
    display: none;
  }
}

.go-catalog__link {
  line-height: 1.25;
  font-weight: 400;
  color: #212121;
}

@media (min-width: 451px) {
  .go-catalog__link {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .go-catalog__link {
    font-size: 12px;
  }
}

.go-catalog__link a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #212121;
  padding: 3px 0 3px 14px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.go-catalog__link a:hover {
  color: #01c1c2;
}

.go-catalog__link a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: url("../img/ico_go_catalog.svg") no-repeat center center/contain;
}

.prod-brief:not(:last-child) {
  margin-bottom: 14px;
}

.prod-brief__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  color: #212121;
  padding: 5px 0;
}

.prod-brief__dots {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 30px;
  margin: 0 5px;
  border-bottom: 1px dotted #212121;
}

.prod-brief__value {
  text-align: right;
}

@media (max-width: 450px) {
  .nav-catalog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    z-index: 99991;
  }
  .nav-catalog:not(.isActive) {
    display: none;
  }
  .nav-catalog nav {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .nav-catalog nav > ul {
    width: 100%;
    height: 100%;
  }
  .nav-catalog nav > ul > li {
    width: 100%;
  }
  .nav-catalog nav > ul > li > a {
    width: 100%;
  }
  .nav-catalog__submenu:not(.isActive) {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .nav-catalog__submenu {
    padding: 0 14px;
  }
  .nav-catalog__subtitle {
    position: relative;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #1f9b9f;
    text-transform: none;
    padding: 14px 33px 14px 12px;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
  }
  .nav-catalog__subtitle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 6px;
    height: 11px;
    background: url("../img/ico_catalog_back.svg") no-repeat center center/contain;
  }
  .nav-catalog__submenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    background: #fff;
    z-index: 1;
    overflow: auto;
    -webkit-transition: transorm 0.6s;
    transition: transorm 0.6s;
  }
  .nav-catalog__submenu {
    width: 100%;
    height: 100%;
  }
  .nav-catalog__submenu > ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .nav-catalog__submenu > ul > li,
  .nav-catalog__submenu2 > ul > li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .nav-catalog__submenu > ul > li:not(:last-child),
  .nav-catalog__submenu2 > ul > li:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
  }
  .nav-catalog__submenu > ul > li > a,
  .nav-catalog__submenu2 > ul > li > a {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #212121;
    padding: 11px 0;
  }
  .nav-catalog__close {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 2;
  }
  .nav-catalog__close button {
    display: block;
    margin-left: auto;
    width: 22px;
    height: 22px;
    border: 0 none;
    border-radius: 0;
    background: #1f9b9f url("../img/ico_close_white.svg") no-repeat center center/14px;
  }
  .nav-catalog nav > ul {
    padding: 0 14px;
  }
  .nav-catalog nav > ul > li {
    background-color: #fff;
  }
  .nav-catalog nav > ul > li:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
  }
  .nav-catalog nav > ul > li > a {
    padding: 12px 0;
  }
  .nav-catalog nav > ul > li > a > span.-ico {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }
  .nav-catalog nav > ul > li > a > span.-ico img {
    max-height: 100%;
  }
  .nav-catalog nav > ul > li > a > span.-title {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #212121;
  }
  body.-menu-opened .nav-catalog {
    height: 100%;
    z-index: 99991;
  }
  header .container {
    display: block;
  }
  .header__top,
  .header__bottom-info,
  .header__nav,
  .header-logo,
  .header-catalog,
  .header-search,
  .header-bar {
    display: none;
  }
  .header__bottom,
  .header__main {
    padding: 0;
    border: 0 none;
  }
}
@media (max-width: 450px) {
  .nav-catalog nav li.has_podmenu_2>a {
    font-weight: 700;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
  }
}
@media (max-width: 450px) {
    .topnav .header-search {
        display: flex;
    }
}
.subm2	{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	color: #212121;
	margin: 30px 0 10px 0;
}
/*# sourceMappingURL=10-2021.css.map */


.prod-slider__img img.swiper-lazy:not(.swiper-lazy-loaded) {
display: none;
}
.prod-slider__img img.swiper-lazy:not(.swiper-lazy-loaded)+span {
display: block;
width: 48px;
height: 48px;
position: absolute;
left: 50%;
top: 50%;
margin: -24px 0 0 -24px;
background: url(https://www.simona-bt.ru/templates/simona_redisign2018/img/preloader.svg) no-repeat center center / contain;
}
.prod-slider__img img.swiper-lazy.swiper-lazy-loaded+span {
display: none;
}
.prod-params__data ul li a {
    text-decoration: none;
    color: #1f9b9f;
    font-weight: 500;
    transition: color 0.4s;
}
.prod-params__data ul li a:hover {
    color: #177275;   
}


@media print {
    .header__topright,
    .comagic-widget,
    .mgo-mcw-widget,
    .site-footer {
        display: none;
    }
    #catalog_items .js_category_item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media print {
  #catalog_items .js_category_item,
  #catalog_items .js_category_item:nth-child(odd),  
  #catalog_items .js_category_item:nth-child(1), 
  #catalog_items .js_category_item:nth-child(2) {
    border: 0 none!important;
  }
  .comagic-o-rack,
  .comagic-c-sitephone-label {
    display: none!important;
  }
}

.ui-product__btn {
    white-space: nowrap;
}
.site-footer {
    padding-top: 0;
}