.blog_title {
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.title_h2 {
	font-size: 30px;
    color: #000;
    font-family: Poppins,sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}
#content .nav-tabs h2 {
    margin: 0;
    color: #555;
    font-size: 14px;
    padding: 0;
    display: block;
}
#content .nav-tabs .active h2 a {
    color: #777;
}
.nav-tabs>li>h2>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs>li>h2>a:hover{text-decoration:none;background-color:#eee;color: #23527c;}

.faq-block {
    margin: 25px 0;
}
.accordeonWrapper {
    margin-bottom: 50px;
}
.elemAccordeon {
    margin: 10px 0;
}
.headingElem {
    display: block;
    width: 100%;
    padding: 10px;
    background: #ff6f05;
    color: #fff;
    cursor: pointer;
}
.descElem {
    display: none;
    padding: 20px 10px;
}
/*класс active мы будум добавлять для элементов на которые нажал пользователь*/
.descElem.active {
    display: block;
    overflow: initial;
}

@media screen and (max-width: 767px) {
    #logo img, .logo_f img {
        width: 190px;
        height: 38px;
    }
    #pay-img-footer {
        width: 241px;
        height: 123px; 
    }
    .ship img {
        width: 90px;
        height: 80px; 
    }
    .col-lg-3.col-md-3.col-sm-3.col-xs-12 .image a img, .col-xs-6.col-md-4 .product-thumb .image a img{
        width: 250px;
        height: 306px; 
    }
    .thumbnails .thumbnail img {
        width: 250px;
        height: 306px; 
    }
    .thumbnails .image-additional img {
        width: 66px;
        height: 81px; 
    }
}

#payment_view .buttons {display: none;}