.tel-zahv-custom{
    font-size: 43px;
    font-weight: 600;
    color: #fff;
    padding: 60px 0px;
}
@media (max-width: 767px){
    .tel-zahv-custom {
        padding: 20px 0px;
        font-size: 24px;
    }
}
@media (max-width: 1370px){
    .sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1>a {
        padding: 0 15px 0 15px;
        font-size: 12px;
    }
}
.bold{
  font-weight: bold;
}

.main-reviews_review {
    padding: 0 10px;
}

.main-reviews__name {
    font-size: 28px;
    padding: 20px 0px;
    font-family: 'Cuprum', sans-serif;
    color: #EE6D22;
}

.main-reviews__date {
    font-size: 14px;
}

.main-reviews__text {
    margin: 15px 0;
}

.main-reviews__link {
    margin: 10px 0;
}
.shema_org{
    position: relative;
}
.shema_org span[itemprop="name"]{
    position: absolute;
    width: 100%;
    text-align: center;
}
.shema_org div[itemprop="offers"]{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.order__delivery-step {
    text-align: center;
    font-size: 22px;
    padding: 5px 0;
}
.order__delivery-num {
    color: #EE6D22;
    font-weight: bold;
    margin-right: 4px;
}
.order__delivery-service {
    border-top: 3px solid #EE6D22;
    margin-top: 0.5em;
    border-radius: 4px;
}
.order__delivery-name{
    font-weight: bold;
    background: #EE6D22;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
}
.order__delivery-zone{
    background: #f4f4f4;
    font-size: 14px;
    padding: 0 10px;
}
.order__delivery-zone a{
    text-decoration: underline;
    color: #ee6d22;
}
.order__delivery-price{
    border: 1px solid #f4f4f4;
    font-size: 14px;
    padding: 0 10px;
}
.other-uslugi span {
    color: black;
}


.faq-container {
    max-width: 800px;
    margin: 50px auto;
}
.faq-container-top {
    display: flex;
    justify-content: space-between;
}
.faq-container-top a {
    text-decoration: none;
    padding: 3px 12px;
    height: 32px;
    overflow: hidden;
    border-radius: 24px;
    background-color: #f4f5f6;
}
.faq-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.faq-item {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

.faq-question {
    font-family: "Font Awesome 6 Free";
    padding: 15px 20px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #e9e9e9;
}

.faq-question::after {
    content: "\f107";
    position: absolute;
    font-weight: bold;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
    transform: rotate(-180deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 500px;
}



.home-block_children-sect.block_children-sect .sppb-row img {
    height: 189px;
  object-fit: contain;
}

.sppb-addon.sppb-addon-module.block_often_searched {
    max-width: 100% !important;
}


@media (min-width: 992px) {
  .sppb-row--custom .sppb-col-md-6 {
    width: 50%;
  }
}

.banner-calc-from #section-id-1778838582408 {
    margin: 0px 0px 0px 0px;
    padding: 20px;
    background-color: rgba(242,132,36,0.85)
}

.banner-calc-from .sppb-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

