/* HEADER */

.link--catalog {
    padding-left: 0;
}

.head-address span:first-child {
    padding-right: 5px;
    margin-right: 0;
}

/* CATALOG SECTION */
.prices-table__item__img {
    /*margin-top: 20px;*/
}

.uf_table_text {
    margin-left: 80px;
}

.tags-title {
    margin-bottom: 0;
}

/* MAIN PAGE */
.section-delivery--custom {
    padding-top: 1px;
}

.section-delivery--custom .s-delivery__text {
    max-width: none;
}

.section-delivery--custom h2 {
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.offerta_wrap {
    background-color: #f5f5f5
}

.offerta_wrap p {
    text-align: center;
    margin: 15px 0;
}

.main-menu {
    flex-wrap: wrap;
}

@media (max-width: 1200px) and (min-width: 991px){
    .main-menu {
        width: 60%;
        margin: 0 auto;
    }
    .main-menu li{
margin-right: 10px;
    }
}

.table--demo-10 th:first-child, .table td:first-child, .detail-props-table tbody tr td{
    text-align: left!important;
}

@media (max-width: 768px)  and (min-width: 501px) {
    .table--demo-1 .price-col {
        width: 10% !important;
        display: block !important;
    }

    .table--2-price.table-responsive--items td:nth-child(2) {
        width: 10% !important;
    }
}
    .spoiler_block h2{
        font-size: 28px;
        font-weight: 700;
    }
    .spoiler_block{
        margin: 40px 0;
    }
    .spoiler_wrap {
        position: relative;
        margin-bottom: 10px;
        font-size: 22px;
        background: #fff;
        border-radius: 5px;
        height: fit-content;
    }

    .spoiler_title {
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
    }

    .spoiler_title, .spoiler_content {
        padding: 20px 26px;
    }

    .spoiler_content {
        padding-top: 0;
        padding-bottom: 10px;
        transition: 0.15s ease-out;
        height: auto;
        max-height: 0px;
        overflow: hidden;
        margin-top: -30px;
        opacity: 0;
        font-size: 14px;
        color: #444;
    }

    .spoiler_content p {
        font-size: 14px;
        margin: 10px 0;
        color: #333;
        line-height: 1.4;
    }

    .spoiler_content.open {
        margin-top: 0;
        max-height: 100%;
        opacity: 1;
    }

    .spoiler_title .spoiler_arrow {
        display: inline-block;
        margin-left: 15px;
        font-size: 20px;
        transition: all .1s;
        vertical-align: middle;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    .spoiler_title .spoiler_arrow svg {
        fill: red;
        width: 13px;
    }
    .spoiler_title .spoiler_arrow.open {
        transform: rotate(180deg);
    }

.prices-table__item, .section-descr {
    font-size: 16px
}

.footer-bottom .container {
    padding-bottom: 30px
}

.footer_info {
    text-align: right;
    margin-top: -30px;
    margin-bottom: 30px
}

.footer_info a {
    color: #838586;
    font-size: 14px;
}

.footer_info a:hover {
    color: #ff2300;
    text-decoration: none
}

@media (max-width: 768px) {
    .footer_info {
        text-align: left;
    }

    .jv-mobile > jdiv > jdiv {
        margin-bottom: 160px !important;
    }
}

.title-company{
    font-size: 18px!important;
    font-weight: 600;
}

.footer-bottom--toppest {
    padding-bottom: 0;
}
.wrap__EOp4K{
    z-index: 2!important;
}
