.image-right{background: none repeat scroll 0 0 #FFFFFF;  float: right;
  margin: 6px 0px 6px 22px;
  width: 350px;
  height: auto;
  border: 1px solid rgba(246, 144, 29, 0.39);
  padding: 5px;
}
.image-left{background: none repeat scroll 0 0 #FFFFFF; float: left;
  margin: 6px 22px 6px 0px;
  width: 350px;
  height: auto;
  border: 1px solid rgba(246, 144, 29, 0.39);
  padding: 5px;}
.image-right-noborder{float: right;
  margin: 6px 0px 6px 22px;
  width: 350px;
  height: auto;}
.image-left-noborder{float: left;
  margin: 6px 22px 6px 0px;
  width: 350px;
  height: auto;}
.image-nofloat{ margin: 6px 22px 6px 0px;
background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid rgba(246, 144, 29, 0.39);
  padding: 5px;
}

table.biblio td {
  padding: 10px;
  border: 1px solid #A5D2E5;
  font-size: 14px;
}

table.biblio th {
  padding: 10px;
  border: 1px solid #A5D2E5;
  background-color: #F2F2F2;
}

.unselected {

-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
}
#panel #bx-panel #hideclient {display:none !important;}

main.footer_content div.white_div {
	background-color: #ffffff;

}
main.footer_content {
	padding-bottom: 0px;

}

div.white_div div.description ul {
	list-style: inherit;
	padding-left: 30px;
}
div.white_div div.description ul li::before {
	content: none;
}

div.white_div div.description ul li p {
	margin-bottom: inherit;
}

#fix_menu {
top: 0px;
z-index: 70;
background-color: #fff;
width: 100%;
border-bottom: 1px solid #dfdfdf;
}

.faq-content{
    background-color: white;
    padding: 20px;
}
.faq_item{
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-color: #dcdcdc;
}
.faq-content .faq_item:last-child{
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.open_faq:before{
    content: "+";
    font-size: 40px;
    top: -4px;
    position: relative;
    margin-right: 15px;
}
.faq_item[aria-expanded='true'] .open_faq:before{
    content: "-";
    font-size: 55px;
    display: block;
    position: relative;
    left: 2px;
    animation: sweep .5s ease-in-out;
}
.anwser_question{
    display: none;
    margin-top: 13px;
    margin-bottom: 13px;
    height: 0px;
}
.name_question{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
}
.faq_item[aria-expanded='true'] .name_question{
    color: #f69c00;
}
.faq_item[aria-expanded='true'] .anwser_question{
    display: block;
    transition: all 3s linear;
    height: 100%;
    animation: sweep .5s ease-in-out;
}
.open_faq{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes sweep {
    0%    {opacity: 0;}
    100%  {opacity: 1;}
}
.faq_item.active-faq .name_question{
    font-weight: bold;
}
.name_question:hover{
    color: #f69c00;
}
.not_faq{
    display: flex;
    align-items: center;
    justify-content: center;
}
.not_faq p{
    text-align: center;
    margin-top: 30px;
    background-color: white;
    width: 30%;
    padding: 20px;
}
.faq-title{
    text-align: left;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
    border-left: 7px solid #f69c00;
    padding-left: 20px;
}
.curs_faq .centered{
    padding: 0px;
}
.active-faq .name_question{
    color: #f69c00;
}
.anwser_question{
    font-size: 18px;
    line-height: 24px;
}
.btn-faq{
    margin-top: 20px;
    display: block;
}
.btn-faq button{
    background-color: inherit !important;
    color: #0089c5 !important;
    border: 1px solid #0089c5 !important;
}
.btn-faq .b24-form-click-btn-wrapper-4 > button:hover{
    color: #fff;
    background: #0089c5 !important;
    border: 1px solid #0089c5 !important;
}
.b24-form-btn-block .b24-form-btn{
    background: inherit !important;
    border: 1px solid #0089c5 !important;
    color: #0089c5 !important;
}
.b24-form-btn-block .b24-form-btn:hover{
    color: #fff !important;
    background: #0089c5 !important;
    border: 1px solid #0089c5 !important;
}
.about-page-faq{
    margin-top: 45px;
}
.about-page-faq .centered{
    padding-left: 0px;
    padding-right: 0px;
}
.tizer-product-title{
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    border-left: 7px solid #f69c00;
    padding-left: 20px;
    margin-bottom: 3.5rem;
}
.tizer-product{
    margin-top: 3rem;
}
.tizer-product-item{
    display: flex;
    align-items: center;
}
.tizer-product-item img{
    width: 15%;
    margin-right: 20px;
}
.tizer-product-items{
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.tizer-product-item p{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
}
.tizer-product-item p span{
    font-weight: 600;
}
.rating-blog__item img {
    height: 55px;
    width: 55px;
}
.rating-blog__item {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.rating-blog__item-img {
    width: 45px;
}
.rating-blog__content {
    margin-left: 15px;
}
.rating-blog__title {
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    margin-bottom: 4px;
}
.c-rating-preview {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 4px;
}
.c-rating-preview ._num {
    margin: 3px 10px 3px 0;
    padding-top: 0;
    font-size: 8.5pt;
}
.rating-blog__content .c-rating-preview span {
    font-size: 17px;
    font-weight: 700;
}
.c-rating-preview ._stars {
    background-image: url(/upload/star/start-foot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    position: relative;
    width: 80px;
}
.c-rating-preview ._active {
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-rating-preview ._active:before {
    background-image: url(/upload/star/start-foot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    width: 80px;
}
.rating-blog{
    margin-top: 2rem;
}
.faq-statiy{
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.faq-statiy .centered{
    padding: 0px;
}
.faq-catalog{
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.faq-catalog .centered{
    padding: 0px;
}

@media (max-width: 768px) {
    .open_faq:before{
        font-size: 30px;
    }
    .faq-statiy .name_question{
        font-size: 18px;
    }
    .faq-statiy .anwser_question{
        font-size: 16px;
    }
    .faq-catalog .name_question{
        font-size: 18px;
    }
    .faq-catalog .anwser_question{
        font-size: 16px;
    }
    .tizer-product-items{
        display: grid;
        grid-template-rows: repeat(8, 1fr);
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .tizer-product-title{
        margin-bottom: 2.5rem;
    }
    .clients-slider {
        margin-top: 10px !important;
    }
    .tizer-product{
        margin-bottom: 0px;
    }
    .not_faq p{
        width: 100%;
    }
    .not_faq{
        padding: 0 10px;
    }
    .curs_faq .not_faq{
        padding: 0px;
    }
}