#cookie_notification{
    z-index: 2147483646;
    display: none;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 100%;
    max-width: 1122px;
    transform: translateX(-50%);
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 5.3px #1B1B1B1F;
    font-weight:500;
}
#cookie_notification p {
    margin: 0;
    font-size: 14px;
    text-align: left;
}
#cookie_notification a {
    text-decoration: none;
    color: #6a33b0;
}

.button.cookie_accept {
    font-size: 14px;
    font-weight: 500;
    background: #6a33b0;
    color: #fff;
    padding: 14px 33px;
    border: 0;
    transition: 0.4s;
    cursor: pointer;
    text-wrap-mode: nowrap;

}
.button.cookie_accept:hover {
    opacity: 0.8;
}
@media (min-width: 576px){
    #cookie_notification.show{
        display: flex !important;
    }
    .cookie_accept{
        margin: 0 0 0 25px;
    }
}
@media (max-width: 575px){
    #cookie_notification.show{
        display: block;
        text-align: left;
    }
    .cookie_accept{
        margin: 10px 0 0 0;
    }
}


body .button__fM7qJ{
    margin-bottom: 82px !important;
}

body jdiv .jv-mobile > jdiv > jdiv {
    margin-bottom: 82px !important;
}

.bitrix-news-detail.news .news-detail-content-detail.news-detail-content-item h2,
.bitrix-catalog-element.standard .catalog-element-description-text .projects-description h2{
    margin-top: 2rem;
}
.bitrix-news-detail.news .news-detail-content-detail.news-detail-content-item h2:first-child,
.bitrix-catalog-element.standard .catalog-element-description-text .projects-description h2:first-child{
    margin-top: 0;
}
.bitrix-news-detail.news .news-detail-content-detail.news-detail-content-item p:last-child,
.bitrix-news-detail.news .news-detail-content-detail.news-detail-content-item p:last-of-type,
.bitrix-news-detail.news .news-detail-content-detail.news-detail-content-item ol:last-of-type,
.bitrix-news-detail.news .news-detail-content-detail.news-detail-content-item ul:last-of-type,
.bitrix-catalog-element.standard .catalog-element-description-text .projects-description p:last-of-type,
.bitrix-catalog-element.standard .catalog-element-description-text .projects-description ol:last-of-type,
.bitrix-catalog-element.standard .catalog-element-description-text .projects-description ul:last-of-type{
    margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .fragment-title-custom {
    align-items:start!important;
  }
  .fragment-title-custom .fragment-list {
    display: inline-block!important;
    font-size: 1.7143rem!important;
    line-height: 1.4!important;
  }
  .fragment-title-custom .fragment-list svg {
    display: inline-block!important;
    vertical-align: middle!important;
  }
}