h1, h2 {
    font-weight: bold;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
.product_card_fast  .tab-wrp-product,
.product_card_fast .product_recom,
.product_card_fast .product_about,
.product_card_fast .card_desc,
.product_card_fast .description{
    display: none;
}
.select_text {
    background-color: #f6f6f6;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #cacaca;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.select_text_orange {
    background-color: #f8e2b0;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text_orange:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #429514;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.static_page ol {
    counter-reset:myCounter;
    margin-left:0;
    padding-left:5px;
    color: rgb(100,100,100);
}

.static_page ul, ul.line {
    line-height: 2;
}

.static_page li, ul.line li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 50px;
}
.static_page ul li:before, ul.line li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    width: 30px;
    height: 3px;
    background-color: #429514;
}
.footer-item-copy{
    margin-top: 22px;
}
.footer-item-copy-item a,
.footer-item-copy-item span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.modal-form-bitrix24{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background-color:  rgba(0,0,0,0.4);
    height: 100%;
    z-index: 100000;
}
.modal-form-bitrix24.open{
    display: block;
}
.modal-form-bitrix24-content{
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 512px;
}
.modal-form-bitrix24-close{
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(http://webkrayt.ru/close.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;

}
.instructions td {
    vertical-align: top;
}
.instructions img{
max-width: 300px;
margin-right: 40px;
}
.instructions table,
.instructions tbody{
	display: block;
width: 100%;
}
@media all and (max-width: 767px){
	.instructions tr{
		display: flex;
    	flex-direction: column;
	}
	.instructions img{
		margin-bottom: 15px;
	}
}
@media all and (max-width: 481px) {
    .instructions img {
        max-width: 100%;
    }
}

.modal-form-bitrix24{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background-color:  rgba(0,0,0,0.4);
    height: 100%;
    z-index: 100000;
}
.modal-form-bitrix24.open{
    display: block;
}
.modal-form-bitrix24-content{
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 512px;
}
@media screen and (max-width: 375px) {
    .modal-form-bitrix24-content {
        width: 100%;
    }
}
.modal-form-bitrix24-close{
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(http://webkrayt.ru/close.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;

}
.list-dop-uslug {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.list-dop-uslug-item {
    width: 45%;
}

@media (max-width: 1140px){
    .list-dop-uslug {
        flex-direction: column;
    }
    .list-dop-uslug-item {
        width: 100%;
    }
}
@media (min-width: 1020px){
    #open_menu {
        display: none;
    }
}
@media (max-width: 600px){
    .list-dop-uslug-item h3{
        width: 80%;
    }
    .list-dop-uslug-item .product-item-price-container{
        width: 20%;
        margin:0 0 10px 0;
    }
    .list-dop-uslug-item .dop-uslugi-quantity{
        width: 50%;
        margin-bottom: 10px;
    }
    .list-dop-uslug-item .product-item-dop-uslugi{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .list-dop-uslug-item .dop-uslugi-buy-button{
        width: 100%;
    }
    .list-dop-uslug-item .dop-uslugi-buy-button > div{
        width: 100%;
    }
    .list-dop-uslug-item .dop-uslugi-buy-button button{
        width: 100%;
    }

}
#horizontal-multilevel-menu li {white-space: nowrap;line-height: 13px;}
.header .form_search {margin-top: -12px;}
.table-bordered th{
    font-weight: 600;
    background: lightgrey;
}
.table-bordered th:nth-child(1){
    width: 45%;
}
.table-bordered th:nth-child(2){
    width: 5%;
}
.table-bordered th:nth-child(3){
    width: 30%;
}
.table-bordered th:nth-child(4) {
    width: 20%;
}
.product-item-dop-uslugi {
    display: flex;
    box-sizing: border-box;
    padding-top: 15px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
    justify-content: space-between;
}
.product-item-title {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    width: 50%;
}

.product-item-amount-field-container {
    display: flex;
    flex-direction: row;
    width: 20%;
}
html body .com-sber-pokupay--modal-preloader__inner{
    display: none;
}