

/* Start:/local/templates/barrier/components/bitrix/news/main_cases/bitrix/news.detail/.default/style.css?17562069347349*/
.back-btn-ico {
    width: 20px;
    height: 18px;
    margin-right: 13px;
}

.back-btn {
    display: flex;
    position: absolute;
    left: 20px;
    top: 0;
    text-decoration: none;
    padding: 15px;
    background: #F4F4F4;
    border-radius: 30px;
    transition: 0.3s;
}

.page-inner {
    position: relative;
}

.back-btn-ico svg {
    width: 100%;
    height: 100%;
}

.back-btn-text {
    line-height: 1.2;
}

.back-btn:hover {
    opacity: 0.8;
}

.news-detail-inner {
    max-width: 810px;
    padding: 0 10px;
    margin: 0 auto;
}

.news-detail-title {
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1;
}

.news-detail-wrapper {
    margin-top: 50px;
}

.other-news {
    margin-top: 100px;
}

.other-news-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1;
}

.other-news-btn__wrapper {
    display: flex;
    justify-content: center;
}

.other-news-btn {
    text-align: center;
    color: black;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 30px;
    border: 2px solid black;
    transition: 0.3s;
}

.other-news-btn:hover {
    background: black;
    color: white;
}

.like-block {
    margin-top: 50px;
    padding: 30px 20px;
    border-radius: 30px;
    background: #F4F4F4;
}

.like-block-title {
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.like-block-usage {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.like-block-usage-item:first-child {
    margin-right: 40px;
}

.like-block-usage-item-img {
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: 0.3s;
}

.like-block-usage-item img {
    width: 100%;
    height: 100%;
}

.like-block-usage-item:hover {
    opacity: 0.8;
}

.like-block-usage-item-count {
    display: none;
}

.like-block-usage.active .like-block-usage-item-count {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.like-block-usage.voted .like-block-usage-item .like-block-usage-item-img {
    opacity: 0.6;
    cursor: default;
}

.like-block-usage.voted .like-block-usage-item.active .like-block-usage-item-img {
    opacity: 1;
    transform: scale(1.1);
    cursor: pointer;
}

.news-detail-preview {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}

.news-detail-split {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.news-detail-split-side-date {
    color: #575757;
    font-size: 14px;
    padding: 9px 7px;
    background: #F4F4F4;
    border-radius: 50px;
    line-height: 1;
}

.news-detail-share {
    display: flex;
}

.news-detail-share a:not(:last-child) {
    margin-right: 10px;
}

.news-detail-share a {
    display: flex;
    width: 32px;
    height: 32px;
}

.copy-btn {
    cursor: pointer;
}

.news-detail-preview-img {
    margin-bottom: 70px;
}

.news-detail-preview-img img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.anch-block {
    margin-bottom: 60px;
    padding: 20px;
    border-radius: 15px;
    background: #F4F4F4;
}

.news-detail-body-title {
    font-size: 38px;
    color: black;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: bold;
}

.anch-block__list {
    display: flex;
    flex-direction: column;
}

.anch-block__item {
    color: black;
    font-size: 18px;
}

.anch-block__item:not(:last-child) {
    margin-bottom: 10px;
}

.news-detail-block {
    margin-bottom: 60px;
    scroll-margin: 100px;
}

.news-detail-block p {
    font-size: 18px;
}

.news-detail-qot {
    padding: 10px;
    border-left: 6px solid #D9D9D9;
    font-size: 24px;
    font-weight: bold;
}

.news-detail-block iframe {
    height: 400px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.news-detail-video-title {
    font-size: 24px;
    font-weight: bold;
}

.news-detail-btn-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.news-detail-btn {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    background: black;
    border-radius: 30px;
    text-decoration: none;
    padding: 14px 29px;
    transition: 0.3s;
    border: 1px solid transparent;
}

.news-detail-btn:hover {
    background: white;
    color: black;
    border-color: black;
}

.news-detail-block ul {
    font-size: 18px;
    list-style: inside;
}

.news-detail-block ul li:not(:last-child) {
    margin-bottom: 5px;
}

.news-detail-block img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    margin: 20px 0;
}

.news-detail-footer-side .back-btn {
    position: relative;
    left: 0;
    padding: 10px 15px;
}

.news-detail-footer-side-btn {
    display: flex;
}

.news-detail-footer {
    display: flex;
    justify-content: space-between;
}

.news-detail-footer {
    padding-top: 30px;
    border-top: 1px solid #E1E1E1;
}

.news-block-gray {
    padding: 20px;
    border-radius: 15px;
    background: #F4F4F4;
}

.analises-sub-title {
    text-transform: uppercase;
    color: #575757;
    margin-bottom: 10px;
    font-size: 14px;
}

.analises-row b {
    font-weight: bold;
}

.analises-row {
    font-size: 18px;
}

.analises-separator {
    height: 1px;
    margin: 20px 0;
    width: 100%;
    background: #000000;
    opacity: 0.2;
}

.news-detail-block a {
    color: black;
}

@media screen and (max-width: 1150px) {
    .back-btn {
        max-width: 790px;
        margin: 0 auto 20px auto;
        left: 0;
        position: relative;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 900px) {
    .analises-row {
        font-size: 14px;
    }

    .news-detail-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .news-detail-wrapper {
        margin-top: 0;
    }

    .news-detail-preview {
        font-size: 18px;
    }

    .news-detail-split {
        margin-bottom: 45px;
    }

    .news-detail-preview-img {
        margin-bottom: 45px;
    }

    .news-detail-body-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .anch-block__item {
        font-size: 14px;
    }

    .anch-block {
        margin-bottom: 45px;
    }

    .news-detail-block p {
        font-size: 14px;
    }

    .news-detail-block {
        margin-bottom: 45px;
    }

    .news-detail-qot {
        font-size: 18px;
    }

    .news-detail-block ul {
        font-size: 14px;
    }

    .other-news-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .news-detail-block iframe {
        height: 200px;
    }

    .news-detail-video-title {
        font-size: 20px;
    }

    .other-news {
        margin-top: 45px;
    }

    .news-detail-footer {
        flex-direction: column-reverse;
    }

    .news-detail-footer-side {
        display: flex;
        justify-content: center;
    }

    .news-detail-footer-side .back-btn {
        width: 100%;
        margin-top: 20px;
    }

    .news-detail-footer-side-btn {
        width: 100%;
    }

    .like-block-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .like-block-usage-item-img {
        width: 40px;
        height: 40px;
    }

    .like-block-usage-item:first-child {
        margin-right: 40px;
    }
}

/* End */


/* Start:/local/templates/barrier/components/bitrix/catalog.section/store_v3/style.css?17103237301042*/
@media screen and (max-width: 767px) {
    div.catalog-item .catalog-item-content .catalog-item-buy {
        display: block;
        opacity: 1;
        width: 24px;
        height: 24px;
        bottom: 0;
    }

    div.catalog-item .catalog-item-content .catalog-item-buy::before{
        width: 10px;
        height: 12px;
    }


    .catalog-crossale-content .catalog-item .catalog-item-content .catalog-item-buy{
        bottom: 35px;
    }
}

.catalog-item-title {
    color: black;
    text-decoration: none;
}

.split-pay-badge {
    margin-bottom: 15px;
}

yandex-pay-badge {
    width: 100%;
}

.gift-block-img {
    margin: 30px 0 50px 0;
}

.gift-block-img img {
    width: 100%;
    border-radius: 15px;
}

.gift-block-img .mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .gift-block-img .mobile {
        display: block;
    }

    .gift-block-img .desctop {
        display: none;
    }

    .split-pay-badge {
        width: 125px;
    }

    .gift-block-img {
        margin: 0 0 20px 0;
    }
}

/* End */


/* Start:/local/templates/barrier/css/suggestions.min.css?16800961232091*/
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}
/* End */


/* Start:/local/templates/barrier/components/bitrix/system.pagenavigation/smi/style.css?17461840931867*/
.btn-show-more {
    display: flex;
    justify-content: center;
    cursor: pointer;
    background: #F4F4F4;
    border-radius: 30px;
    padding: 18px;
    transition: 0.3s;
    margin-bottom: 30px;
}

.btn-show-more:hover {
    background: black;
    color: white;
}

.btn-show-more:hover .show-more-ico svg {
    fill: white;
}

.paginations {
    max-width: 520px;
    margin: 0 auto;
}

.show-more-ico {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}

.show-more-ico svg {
    width: 14px;
    height: 9px;
    fill: #1E1E1E;
    transition: 0.3s;
}

.show-more-text {
    font-size: 16px;
}

.paginations__list {
    display: flex;
    justify-content: center;
}

.paginations__item:not(:last-child) {
    margin-right: 8px;
}

.paginations__link {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #F4F4F4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: black;
    transition: 0.3s;
}

.paginations__item.paginations__item--active .paginations__link {
    background: black;
    color: white;
}

.paginations__item:hover .paginations__link {
    background: black;
    color: white;
}

.paginations__next:hover .paginations__link, .paginations__prev:hover .paginations__link {
    background: black;
    color: white;
}

.paginations__prev .paginations__link, .paginations__next .paginations__link {
    width: auto;
    padding: 0 15px;
    border-radius: 30px;
}

.paginations__prev {
    margin-right: 8px;
}

@media screen and (max-width: 990px) {
    .show-more-text {
        font-size: 14px;
    }

    .btn-show-more {
        padding: 10px;
        margin-bottom: 15px;
    }

    .paginations__link {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

/* End */


/* Start:/local/templates/barrier/components/bitrix/news/main_cases/bitrix/news.list/other.news.cases/style.css?17562069345898*/
.page-heading {
    margin-bottom: 40px!important;
}

.smi-list {
    display: flex;
    flex-wrap: wrap;
}

.smi-item {
    width: calc(100%/3 - 14px);
    box-sizing: border-box;
    margin-bottom: 60px;
    color: black;
    text-decoration: none;
}

.smi-item:not(:nth-child(3n)) {
    margin-right: 20px;
}

.smi-item-img img {
    border-radius: 25px;
    width: 100%;
    height: 100%;
}

.smi-item-img-wrapper {
    display: block;
    position: relative;
    padding-bottom: 70.4%;
    overflow: hidden;
    margin-bottom: 20px;
}

.smi-item-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.smi-item__gray {
    background: #F4F4F4;
    padding: 20px;
    border-radius: 25px;
}

.smi-item-source {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.smi-item-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}

.smi-item-text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #575757;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
}

.smi-item-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.smi-item-tag {
    background: #F4F4F4;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 25px;
}

.smi-item-tag:not(:last-child) {
    margin-right: 5px;
}

.smi-item__gray .smi-item-tag {
    background: white;
}

.smi-item-date {
    color: #575757;
    font-size: 14px;
}

.smi-top {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.smi-left {
    display: flex;
}

.smi-search {
    width: 100%;
    position: relative;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
}

.smi-serach-wrapper {
    width: 380px;
    position: relative;
    margin-right: 20px;
}

.smi-search-field {
    font-size: 16px;
    padding: 20px 20px 20px 50px;
    border: none;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

.smi-search::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.0006 18.9987L13.291 13.2891" stroke="%231E1E1E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.2 15.4C12.1764 15.4 15.4 12.1764 15.4 8.2C15.4 4.22355 12.1764 1 8.2 1C4.22355 1 1 4.22355 1 8.2C1 12.1764 4.22355 15.4 8.2 15.4Z" stroke="%231E1E1E" stroke-width="2" stroke-linecap="square"/></svg>');
    width: 21px;
    height: 21px;
    position: absolute;
    left: 16px;
    top: 20px;
}

.js-result {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow-y: auto;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.js-result a {
    color: black;
    text-decoration: none;
    padding: 5px 10px;
}

.js-result a:hover {
    background: #E1E1E1;
}

.js-result a:not(:last-child) {
    border-bottom: 1px solid #E1E1E1;
}

.include-text {
    font-weight: bold;
}

.smi-filter select {
    width: 200px;
    font-size: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 20px 15px 20px 15px;
}

.smi-empty {
    padding: 40px;
    background: #F4F4F4;
    border-radius: 30px;
    width: 100%;
    text-align: center;
}

.smi-empty-text {
    font-size: 24px;
    margin-bottom: 30px;
}

.smi-empty-reset {
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 25px;
    background: white;
    transition: 0.3s;
    border-radius: 30px;
    cursor: pointer;
}

.smi-empty-reset-wrapper {
    display: flex;
    justify-content: center;
}

.smi-empty-reset:hover {
    background: black;
    color: white;
}

.smi-block-tags {
    display: flex;
    margin-bottom: 30px;
}

.smi-block-tags-item {
    margin-right: 5px;
    border-radius: 30px;
    background: #F4F4F4;
    padding: 2px 10px 2px 0;
    display: flex;
}

.smi-block-tags-item-ico {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 11px 0 8px;
}

.smi-block-tags-item-ico svg {
    width: 8px;
    height: 8px;
}

.smi-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.search-input-delete {
    position: absolute;
    cursor: pointer;
    right: 11px;
    width: 13px;
    height: 13px;
    top: 19px;
    display: none;
}

.search-input-delete.active {
    display: block;
}

.search-input-delete svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 990px) {
    .search-input-delete {
        right: 11px;
        width: 10px;
        height: 10px;
        top: 15px;
    }

    .smi-serach-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .smi-search-field {
        font-size: 14px;
        padding: 15px 20px 15px 50px;
    }

    .smi-search::before {
        top: 13px;
    }

    .smi-top {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .smi-left {
        width: 100%;
    }

    .smi-right {
        justify-content: flex-start;
    }

    .smi-right .smi-filter:first-child {
        margin-right: 40px;
    }

    .smi-filter select {
        width: auto;
        font-size: 14px;
        border: none;
        padding: 5px 10px 5px 0;
    }

    .smi-item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .smi-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .smi-item-source {
        font-size: 14px;
    }

    .smi-item-text, .smi-item-tag {
        font-size: 14px;
    }

    .smi-item__gray .smi-item-img-wrapper {
        display: none;
    }

    .smi-empty {
        padding: 30px 15px;
    }

    .smi-empty-text {
        font-size: 18px;
    }
}

/* End */
/* /local/templates/barrier/components/bitrix/news/main_cases/bitrix/news.detail/.default/style.css?17562069347349 */
/* /local/templates/barrier/components/bitrix/catalog.section/store_v3/style.css?17103237301042 */
/* /local/templates/barrier/css/suggestions.min.css?16800961232091 */
/* /local/templates/barrier/components/bitrix/system.pagenavigation/smi/style.css?17461840931867 */
/* /local/templates/barrier/components/bitrix/news/main_cases/bitrix/news.list/other.news.cases/style.css?17562069345898 */
