html.is-fixed {
    overflow: hidde;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    z-index: 90;
    width: 100%;
    height: 100% !important;
    background-color: transparent;
    max-width: 100% !important;
    display:none;

}

.popup__overflow {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    height: 100%;
    top: 0;
    overflow: auto;
    box-sizing: border-box;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 105;
    background-color: rgba(0,0,0,.87);
    padding: 10px;
    text-align:center;
}

.popup__overflow:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.popup__body {
    width: 100%;
    max-width:400px;
    background-color: #f1f1f1;
    padding: 20px;
    display: inline-block;
    vertical-align:middle;
    position: relative;
}

.btn__close {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.product__description .product__description--text {
    width: 100%;
    margin-right: 0;
}
.product__card--title {font-size:1.2em!important}

.catalog-description{
	margin:32px 0 0;
}
.catalog-description ul, .catalog-description li, .product__description .product__description--text ul, .product__description .product__description--text li{
	margin: auto;
    padding: 0 12px 0 24px;
    list-style: disc;
}
.catalog-description h1, .catalog-description h2, .catalog-description h3, .catalog-description h4, .catalog-description ul, .catalog-description p,
.product__description--text h1, .product__description--text h2, .product__description--text h3, .product__description--text h4, .product__description--text ul, .product__description--text p{
	margin:12px 0;
}
.catalog-description ol {
    margin:12px 0;
    padding: 0 12px 0 24px;
}
.catalog-description ol li {
    list-style: decimal;
}
.catalog-description h2 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 20px;
}
.sect-description{
	margin-top:-64px;
}
.article__header h1 {
  font: 2.666666666666667em LoraRegular,Arial,sans-serif;
  color: #444;
  line-height: 1.125;
  margin-bottom: 40px;
}
@media (min-width:350px) and (max-width:460px) {
  .article__header h1 {
    font-size: 34px;
  }
}
@media (max-width:350px) {
  .article__header h1 {
    font-size: 29px;
  }
}
@media (min-width:768px) and (max-width:1000px) {
  .bk_buy_button {
    margin-left: 0!important;
    margin-top: 10px;
  }
}
@media (max-width:450px) {
  .bk_buy_button {
    margin-left: 0!important;
    margin-top: 10px;
  }
}
