.visually-hidden:not(:focus):not(:active), input[type="checkbox"].visually-hidden, input[type="radio"].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.infoBanner{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: none;
}
.infoBanner-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.infoBanner__close-btn{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.infoBanner img{
    max-height: 90vh;
    max-width: 95vw;
}

/*----------------------------------------------
-----------Каталог - Категории товров-----------
----------------------------------------------*/
.catalog-category-block {
    height: calc(100vh - 124px);
}

.catalog-category-block__row {
    display: flex;
    justify-content: space-between;
}

.catalog-category-block__col-wrap {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
}

.catalog-category-block__col {
    flex-grow: 1;
    flex-basis: 0;
}

.catalog-category-block__col:not(:last-child) {
    margin-right: 4px;
}

.catalog-category-block__col-wrap:first-child {
    margin-right: 4px;
}

.catalog-category-block__element-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc((100vh - 136px) / 3);
    margin-bottom: 4px;
    position: relative;
}

.catalog-category-block__element-wrap--ribbon {
    background-image: url("../img/content/category-img-ribbon.jpg");
}

.catalog-category-block__element-wrap--profile {
    background-image: url("../img/content/category-img-profile.jpg");
}

.catalog-category-block__element-wrap--control {
    background-image: url("../img/content/category-img-control.jpg");
}

.catalog-category-block__element-wrap--adds {
    background-image: url("../img/content/category-img-lamp.jpg");
}

.catalog-category-block__element-wrap--bulb {
    background-image: url("../img/content/category-img-bulb.jpg");
}

.catalog-category-block__element-wrap--led {
    background-image: url("../img/content/category-img-led.jpg");
}

.catalog-category-block__element-wrap--decor {
    background-image: url("../img/content/category-img-decor.jpg");
}

.catalog-category-block__element-wrap--module {
    background-image: url("../img/content/category-img-module.jpg");
}

.catalog-category-block__element-wrap--power {
    background-image: url("../img/content/category-img-power.jpg");
}

.catalog-category-block__element-wrap--lamp {
    background-image: url("../img/content/category-img-lamp.jpg");
}

.catalog-category-block__link {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.catalog-category-block__link:hover .catalog-category-block__text {
    min-height: 35px;
    padding: 9px 0;
}

.catalog-category-block__link:hover .catalog-category-block__number-of-goods {
    opacity: 0.5;
}

.catalog-category-block__link:hover .catalog-category-block__text--title {
    padding: 0 60px;
}

.catalog-category-block__text {
    display: flex;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transition: all 0.2s ease-out;
    justify-content: center;
    align-items: center;
}

.catalog-category-block__text--title {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    transition: all 0.1s linear;
}

.catalog-category-block__number-of-goods {
    font-size: 14px;
    opacity: 0;
    position: absolute;
    bottom: 12px;
    right: 28px;
    line-height: 100%;
}

@media all and (max-width: 1290px) {
    .catalog-category-block {
        height: auto;
    }

    .catalog-category-block__row:last-child {
        display: block;
    }

    .catalog-category-block__col-wrap:first-child {
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {
    .inner-page .content {
        padding-top: 70px;
    }

    .catalog-category-block {
        height: auto;
    }

    .catalog-category-block__row {
        display: block;
    }

    .catalog-category-block__col-wrap {
        display: block;
        margin-right: 0;
    }

    .catalog-category-block__row .catalog-category-block__col {
        margin-right: 0;
    }
}

/*----------------------------------------------
---------------------О бренде-------------------
----------------------------------------------*/

.static-page__wrap {
    /*max-width: 1300px;*/
    /*margin: 25px auto 59px auto;*/
    margin: 50px auto 0px auto;
    position: relative;
}


.static-page__wrap.static-page--mt {
    margin-top: 50px;
}

.static-page__wrap.static-page--mt15 {
    margin-top: 15px;
}

.static-page__wrap .section-about--title,
.static-page__wrap .section-about--text {
    padding: 0;
}

.static-page__wrap .section-about--text a:hover {
    color: #ff0013;
}

.static-page__wrap .product__btn-share {
    margin-top: 27px;
}

.static-page__wrap .product__btn:hover {
    border: solid 1px transparent;
    background-color: rgba(149, 147, 147, 0.1);
}

.static-page__wrap .product__btn .share {
    left: 10px;
    right: auto;
}

.static-page__wrap .product__btn .share:before {
    left: -23px;
    top: calc(100% - 0px);
}

/*----------------------------------------------
-------------------Сертификаты------------------
----------------------------------------------*/

.static-page--certificates {
    max-width: none;
}

.support-docs-block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.support-docs-block + .show-more-link {
    margin-top: 30px;
}

.support-docs-element {
    width: calc((100% - 21px) / 3);
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.support-docs-element:nth-child(3n+3) {
    margin-right: 0;
}

.support-docs-element:last-of-type {
    /*margin-bottom: 0;*/
}

.support-docs__img-wrap,
.support-docs__description-download {
    /*margin: 15px 0;*/
    margin-top: 0;
    margin-bottom: 15px;
}

.support-docs__img {
    width: 100%
}

.support-docs__description-title {
    font-weight: 500;
    font-size: 20px;
}

a.support-docs__description-title-link:hover {
    color: #ff0013;
}

.support-docs__description-text {
    font-size: 16px;
    margin: 15px 0;
}

.support-docs__download {
    padding: 0 26px;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: 5px;
}

.support-docs__download span {
    color: #9a9797;
}

.support-docs__download a {
    position: relative;
    font-weight: 500;
}


.support-docs__download a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.support-docs__download a:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 19px;
    top: 0;
    left: -25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.3 18.9'%3E%3Cpolygon points='13 8.2 13 0 4.5 0 4.5 8.2 0 8.2 8.7 18.9 17.3 8.2 13 8.2' fill='red'/%3E%3C/svg%3E");
}

.show-more-link {
    text-align: center;
}

.show-more-link a {
    font-size: 16px;
    line-height: 19px;
    color: rgba(50, 42, 42, 0.3);
    /*text-decoration: underline;*/
    text-align: center;
}

.show-more-link a:hover {
    color: #ff0013;
    opacity: 1;
}

.show-more-link a span {
    font-weight: 700;
}

@media all and (max-width: 991px) {
    .support-docs-element {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }

    .support-docs-element:nth-child(3n+3) {
        margin-right: 10px;
    }

    .support-docs-element:nth-child(2n) {
        margin-right: 0;
    }
}

@media all and (max-width: 768px) {
    .support-docs-block {
        display: block;
    }

    .support-docs-element {
        width: 100%;
        margin-right: 0;
    }
}

/*----------------------------------------------
--------------- ----Поддержка------------------
----------------------------------------------*/
.static-page--support {
    max-width: none;
}

.support-selection-block {
    margin-bottom: 20px;
}

.support-selection__type {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.support-selection__type-link {
    opacity: 0.3;
    text-decoration: underline;
    margin-right: 15px;
}

.support-selection__type-link--active,
.support-selection__type-link:hover {
    color: #ff0013;
    opacity: 1;
}

.support-selection__type-qty {
    opacity: 0.5;
    white-space: nowrap;
}

.support-selection__type-qty span {
    font-weight: 700;
}

.support-selection__article {
    margin: 19px 0 50px 0;
}

.support-selection__article-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.support-selection__article-name {
    height: 51px;
    box-sizing: border-box;
    border: 1px solid transparent;
    background-color: rgba(81, 81, 81, 0.1);
    flex-grow: 1;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 19px;
    color: #0c111a;
    transition: all 0.1s;
}

.support-selection__article-name:focus {
    border-color: #515151;
}

.support-selection__article-btn {
    display: block;
    width: 220px;
    height: 44px;
    background-color: #ff0013;
    margin-left: 15px;
}

.support-selection__article-btn:hover {
    cursor: pointer;
}

.support-selection__article-btn span {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-transform: lowercase;
    font-family: Raleway;
}

.support-selection__os {
    display: flex;
}

.support-selection__os-chosen {
    text-transform: uppercase;
    flex-grow: 1;
    font-size: 15px;
    position: relative;
}

.support-selection__os-chosen br {
    display: none;
}

.support-selection__os-chosen:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    display: block;
    position: absolute;
    left: 0;
    bottom: 15px;
}

.support-selection__os-choose {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.support-selection__os-choose a {
    text-decoration: underline;
    margin-left: 20px;
    font-size: 16px;
}

.support-selection__os-choose a:hover {
    color: #ff0013;
}

.support-selection__os-model {
    display: block;
    height: 36px;
    background-repeat: no-repeat;
    background-position: top left;
}

.support-selection__os-model:hover {
    background-position: top right;
}

.support-selection__os-model--android {
    width: 30px;
    background-image: url("../img/content/icon-android.svg");
    background-size: 60px 36px;
}

.support-selection__os-model--apple {
    width: 30px;
    background-image: url("../img/content/icon-apple.svg");
    background-size: 60px 36px;
}

.support-selection__os-model--windows {
    width: 36px;
    background-image: url("../img/content/icon-windows.svg");
    background-size: 72px 36px;
}

.support-docs__download span {
    position: relative;
}

.support-docs__download span:after {
    content: "";
    position: absolute;
    display: block;
    top: -3px;
    right: -30px;
    background-repeat: no-repeat;
    height: 24px;
}

/*.support-docs__download--android span:after {*/
/*    width: 20px;*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.4 36.2'%3E%3Cpath d='M24.4,12H6a.7.7,0,0,0-.7.7V28.1a.7.7,0,0,0,.7.7H9.3V34a2.2,2.2,0,0,0,2.2,2.2h0A2.2,2.2,0,0,0,13.7,34V28.8h3V34a2.2,2.2,0,0,0,2.2,2.2h0A2.2,2.2,0,0,0,21.1,34V28.8h3.3a.7.7,0,0,0,.7-.7V12.7A.7.7,0,0,0,24.4,12Z' fill='%23485156'/%3E%3Cpath d='M2.2,12h0A2.1,2.1,0,0,0,0,14.1V23a2.2,2.2,0,0,0,2.2,2.2h0A2.2,2.2,0,0,0,4.4,23V14.1A2.1,2.1,0,0,0,2.2,12Z' fill='%23485156'/%3E%3Cpath d='M28.2,12h0a2.1,2.1,0,0,0-2.1,2.1V23a2.1,2.1,0,0,0,2.1,2.2h0A2.2,2.2,0,0,0,30.4,23V14.1A2.1,2.1,0,0,0,28.2,12Z' fill='%23485156'/%3E%3Cpath d='M6.2,10.9h18a.7.7,0,0,0,.7-.9,9.7,9.7,0,0,0-4.8-6.6L21.6.6a.7.7,0,0,0-.1-.6.5.5,0,0,0-.6.2L19.4,3A10.2,10.2,0,0,0,11,3L9.5.2A.5.5,0,0,0,8.9,0a.5.5,0,0,0-.1.6l1.5,2.8A9.7,9.7,0,0,0,5.5,10,.7.7,0,0,0,6.2,10.9ZM20.6,6.7a.9.9,0,0,1-.9.9.9.9,0,0,1-.8-.9.9.9,0,0,1,.8-.8A.9.9,0,0,1,20.6,6.7Zm-9.9-.8a.9.9,0,0,1,.8.8.9.9,0,0,1-.8.9.9.9,0,0,1-.9-.9A.9.9,0,0,1,10.7,5.9Z' fill='%23485156'/%3E%3C/svg%3E");*/
/*}*/

/*.support-docs__download--apple span:after {*/
/*    width: 20px;*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.1 35.9'%3E%3Cpath d='M16.4,2.7A8.3,8.3,0,0,1,21.7,0a7.8,7.8,0,0,1-1.9,5.7,6.5,6.5,0,0,1-5.3,2.6,7.8,7.8,0,0,1,1.9-5.6ZM26.6,31.4c-1.5,2.2-3,4.4-5.4,4.5s-3.2-1.5-5.9-1.5-3.6,1.4-5.9,1.5-4.1-2.4-5.6-4.5C.7,26.9-1.7,18.8,1.5,13.3A8.6,8.6,0,0,1,8.9,8.8c2.3-.1,4.5,1.5,5.9,1.5s4.1-1.9,6.8-1.6a8.4,8.4,0,0,1,6.6,3.5,8.2,8.2,0,0,0-3.9,6.9,8,8,0,0,0,4.8,7.2,15.4,15.4,0,0,1-2.5,5.1Zm0,0' fill='%23485156'/%3E%3C/svg%3E");*/
/*}*/

/*.support-docs__download--windows span:after {*/
/*    width: 24px;*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.9 35.9'%3E%3Cpath d='M0,31l14.7,2V18.9H0Zm0,0' fill='%23485156'/%3E%3Cpath d='M0,17.1H14.7V2.9L0,4.9Zm0,0' fill='%23485156'/%3E%3Cpath d='M16.3,33.2l19.6,2.7v-17H16.3Zm0,0' fill='%23485156'/%3E%3Cpath d='M16.3,2.7V17.1H35.9V0Zm0,0' fill='%23485156'/%3E%3C/svg%3E");*/
/*}*/

@media all and (max-width: 768px) {
    .support-selection__article {
        margin-bottom: 30px;
    }

    .support-selection__article-form {
        display: block;
    }

    .support-selection__article-name {
        width: 100%;
        margin-bottom: 10px;
    }

    .support-selection__article-btn {
        margin: 0 auto;
    }

    .support-selection__os {
        flex-direction: column;
    }

    .support-selection__os-chosen:after {
        bottom: -3px;
    }

    .support-selection__os-choose {
        justify-content: flex-end;
        margin-top: 15px;
    }
}

@media all and (max-width: 575px) {
    .support-selection__os-chosen br {
        display: block;
    }
}

/*----------------------------------------------
-------------------Партнерство------------------
----------------------------------------------*/
.section-about--text a {
    text-decoration: underline;
}

.section-about--img {
    display: block;
    margin: 60px auto 0 auto;
    max-width: 919px;
}

/*----------------------------------------------
--------------------Новости--------------------
----------------------------------------------*/
/*.static-page--news {*/
/*    max-width: none;*/
/*}*/

.change-view-mode-block {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.change-view-mode-item {
    cursor: pointer;
}

.change-view-mode-block a {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 16px;
    background-repeat: no-repeat;
    background-size: 47px 56px;
}

.change-view-mode-block .icon {
    fill: #4c5256;
    height: 18px;
    width: 28px;
    opacity: 0.4;
    margin-left: 16px;
    cursor: pointer;
    transition: opacity 0.1s;
}

.change-view-mode-block .icon--active,
.change-view-mode-block .icon:hover {
    opacity: 1;
}

.info-block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.info-element {
    width: calc((100% - 19px) / 2);
    margin-right: 19px;
    margin-bottom: 50px;
}

.info-element:nth-child(2n) {
    margin-right: 0;
}

.info__img-wrap {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.info__img-wrap--nopreview {
    border: 1px solid #b2b2b2;
}

.info__img-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.info__img-link img {
    width: 100%;
}

.info__annotation {
    padding-left: 50px;
}

.info__annotation-date {
    font-size: 16px;
    font-weight: 800;
}

.info__annotation-title {
    font-size: 28px;
    font-weight: 100;
    margin: 20px 0 25px 0;
}

.info__annotation-title a:hover {
    color: #ff0019;
    text-decoration: underline;
}

.info__annotation-text {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 25px;
}

.info-block a .icon {
    width: 40px;
    height: 40px;
    fill: #a0a2a3;
    color: #a0a2a3;
}

.info-block a:hover .icon {
    fill: #485156;
    color: #485156;
}

.static-page--news .show-more-link {
    text-align: center;
    /*padding-left: 162px;*/
    padding: 0 160px;
}

.static-page--news .show-more-link a {
    display: inline-block;
}

.show-more-link span {
    color: rgba(50, 42, 42, 0.3);
    font-weight: 400;
}

.static-page--news .show-additional-link {
    text-transform: uppercase;
    color: rgba(50, 42, 42, 0.3);
    font-weight: 400;
    text-decoration: underline;
    float: right;
}

.static-page--news .show-additional-link a:hover {
    color: #ff0019;
}

/*----------------------------------------------
----------------------Видео---------------------
----------------------------------------------*/
.static-page--video {
    max-width: none;
}

.info-block__video .info__img-link:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(76, 82, 86, 0);
    background-image: url("../img/icon-play.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0;
    transition: all 0.3s;
}

.info-block__video .info__img-link:hover:before {
    background-color: rgba(76, 82, 86, 0.5);
    background-size: 11.5%;
}

.info-block__video .info__img-link:after {
    content: attr(data-time);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    background-color: rgba(76, 82, 86, 0.5);
    padding: 0 5px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 3;
}

.info-block__video .info__img-wrap--nopreview .info__img-link:after {
    content: none;
}

.static-page--video .show-more-link {
    padding-left: 93px;
}

.static-page--video .show-additional-link {
    color: rgba(50, 42, 42, 0.3);
    font-weight: 400;
    text-decoration: underline;
    float: right;
}

.static-page--video .show-additional-link a:hover {
    color: #ff0019;
}

@media (max-width: 1050px) {
    .info-block {
        display: block;

    }

    .info-element {
        width: 100%;
        margin-right: 0;
    }
}

@media all and (max-width: 575px) {
    .static-page__wrap .show-more-link {
        padding-left: 0;
        padding-right: 0;
    }

    .static-page__wrap .show-additional-link {
        float: none;
        text-align: right;
        margin-bottom: 10px;
    }
}

/*----------------------------------------------
----------------Новости детально----------------
----------------------------------------------*/

/*верхний баннер*/
.big-banner.big-banner--page {
    width: 100%;
    height: 80vh;
    background: no-repeat top center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
}

.big-banner.big-banner--page::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 1;
    opacity: 0.4;
}

.big-banner .big-banner__nav-arrow {
    position: absolute;
    top: 50%;
    margin-top: -48px;
    height: 96px;
    width: 50px;
    z-index: 3;
}

.big-banner .big-banner__nav-arrow.big-banner__nav-arrow--left {
    left: 0;
    margin-left: 40px;
}

.big-banner .big-banner__nav-arrow.big-banner__nav-arrow--right {
    right: 0;
    margin-right: 40px;
}

.big-banner .big-banner__nav-img {
    fill: rgba(255, 255, 255, 0.5);
    transition: all 0.2s;
}

.big-banner .big-banner__nav-link:hover .big-banner__nav-img {
    fill: rgba(255, 255, 255, 0.7);
}

.big-banner .big-banner__nav-title {
    font-size: 21px;
    font-weight: 400;
    background-color: white;
    color: #000;
    position: absolute;
    top: calc(100% + 10px);
    padding: 10px 20px;
    box-shadow: 0 0 1px 1px rgba(76, 82, 86, 0.5);
    width: 290px;
    height: 132px;
    opacity: 0;
    transition: all 0.2s;
}

.big-banner .big-banner__nav-link:hover ~ .big-banner__nav-title {
    opacity: 0.6;
}

.big-banner .big-banner__nav-title::before {
    content: '';
    position: absolute;
    top: -5px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: -1px -1px 0 0 rgba(76, 82, 86, 0.5);
    transform: rotate(45deg);
}

.big-banner .big-banner__nav-arrow.big-banner__nav-arrow--right .big-banner__nav-title {
    right: 0;
    text-align: right;
}

.big-banner .big-banner__nav-arrow.big-banner__nav-arrow--right .big-banner__nav-title::before {
    right: 35px;
}

.big-banner .big-banner__nav-arrow.big-banner__nav-arrow--left .big-banner__nav-title {
    left: 0;
    text-align: left;
}

.big-banner .big-banner__nav-arrow.big-banner__nav-arrow--left .big-banner__nav-title::before {
    left: 35px;
}

.big-banner__nav-title-block--static {
    font-size: 14px;
    font-weight: 400;
    color: rgba(81, 81, 81, 0.3);
    margin-top: 10px;
    text-transform: uppercase;
}

.big-banner.big-banner--page .big-banner__text {
    color: #ffffff;
    /*opacity: 0.5;*/
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 0 20px 75px 20px;
    left: 50%;
    transform: translateX(-50%);
}

.big-banner .big-banner__title {
    font-weight: 100;
    font-size: 66px;
    text-transform: lowercase;
    margin-bottom: 35px;
    font-family: Raleway, sans-serif;
}

.big-banner.big-banner--page .big-banner__header {
    padding-bottom: 10px;
}

.big-banner .big-banner__header {
    font-size: 30px;
}

.big-banner .big-banner__block {
    font-size: 21px;
}

.big-banner--info-details .banner-wrap--down .icon {
    height: 40px;
    bottom: 20px;
    z-index: 3;
    fill: #ffffff;
}

.big-banner--info-details .banner-wrap--down .icon path {
    fill: #ffffff;
}

/*верхний баннер конец*/


.navigation-block--info-details {
    padding: 8px 0;
}

.navigation-block__button {
    font-size: 16px;
    background-color: #e6e7e8;
    color: #787a80;
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 3px;
    width: 188px;
    height: 33px;
    line-height: 33px;
    transition: all 0.3s;
    text-transform: lowercase;
    font-family: 'Raleway';
    font-weight: 600;
}

.navigation-block__button:hover {
    color: #ffffff;
    background-color: #ff0019;
}

.static-page--info-details {
    margin: 30px auto 0px auto;
}

.static-page--info-details .section-about--title {
    font-size: 40px;
    margin-bottom: 35px;
}

.static-page--info-details .section-about--text {
    font-size: 20px;
    font-weight: 400;
}

.static-page--info-details .product__btn-share {
    margin: 40px 0 100px 0;
}

.bottom-info-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.bottom-info-nav:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    display: block;
    background-color: #485156;
    left: 50%;
    top: 0;
    opacity: 0.2;
}

.bottom-info-nav__nav-arrow {
    width: 50%;
}

.bottom-info-nav__nav-link {
    display: block;
    transition: all 0.3s;
    padding-right: 30px;
}

.bottom-info-nav__nav-arrow--right .bottom-info-nav__nav-link {
    padding-right: 0;
    padding-left: 30px;
}

.bottom-info-nav__nav-link__wrap {
    display: flex;
    align-items: center;
}

.bottom-info-nav__nav-arrow--right .bottom-info-nav__nav-link__wrap {
    justify-content: flex-end;
}

.bottom-info-nav__nav-img {
    fill: #485156;
    opacity: 0.2;
    transition: all 0.2s;
    width: 26px;
    height: 50px;
    flex-shrink: 0;
}

.bottom-info-nav__nav-arrow--left .bottom-info-nav__nav-img {
    margin-right: 30px;
}

.bottom-info-nav__nav-arrow--right .bottom-info-nav__nav-img {
    margin-left: 30px;
}

.bottom-info-nav__nav-link:hover .bottom-info-nav__nav-img {
    opacity: 1;
}

.bottom-info-nav__nav-text--title {
    font-size: 21px;
    font-weight: 400;
    color: #485156;
}

.bottom-info-nav__nav-link:hover .bottom-info-nav__nav-text--title {
    text-decoration: underline;
    color: #485156;
}

.bottom-info-nav__nav-text--static {
    color: #515151;
    opacity: 0.3;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
}

.bottom-info-nav__nav-arrow--left .bottom-info-nav__nav-text--static {
    margin-left: 56px;
}

.bottom-info-nav__nav-arrow--right .bottom-info-nav__nav-text--static {
    margin-right: 56px;
}

.bottom-info-nav__nav-arrow--left .bottom-info-nav__nav-link {
    text-align: left;
}

.bottom-info-nav__nav-arrow--right .bottom-info-nav__nav-link {
    text-align: right;
}

/*связанные товары*/
.additional-goods {
    padding-top: 80px;
}

/* Close Button */
.fancybox-toolbar {
    right: 20px;
    top: 40px;
}

.fancybox-toolbar .fancybox-button.fancybox-button--close {
    width: 40px;
    height: 40px;
    padding: 0;
}

.fancybox-toolbar .fancybox-button.fancybox-button--close svg {
    fill: rgb(77, 83, 87);
    opacity: 0.2;
}

.fancybox-toolbar .fancybox-button.fancybox-button--close:hover svg {
    opacity: 1;
}

/* Navigation arrows */

.fancybox-button {
    background-color: transparent;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 96px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 48px);
    width: 50px;
}

.fancybox-navigation .fancybox-button div {
    padding: 0;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 40px;
    padding: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 0;
    right: 40px;
}

.fancybox-navigation .fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
    fill: rgb(77, 83, 87);
    opacity: 0.2;
    transition: opacity 0.2s;
}

.fancybox-button:hover svg {
    opacity: 0.6;
}

/* Thumbnails */
.fancybox-show-thumbs .fancybox-inner {
    right: 0;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.95;
}

.fancybox-thumbs {
    background: transparent;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 0;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: auto;
    width: 100%;
    z-index: 99995;
    height: 130px;
}

.fancybox-thumbs__list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fancybox-thumbs__list a {
    width: 120px;
    height: 85px;
}

.fancybox-thumbs__list a:before {
    border: 2px solid #49535a
}

.fancybox-slide--image .fancybox-content {
    top: -25px;
    bottom: 150px;
}

a[data-fancybox="gallery1"],
a[data-fancybox="gallery"] {
    position: relative;
    display: inline-block;
    margin: 5px 2px;
}

a[data-fancybox="gallery1"] img,
a[data-fancybox="gallery"] img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

a[data-fancybox="gallery1"]:before,
a[data-fancybox="gallery"]:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 116.8 116.8'%3E%3Ccircle cx='58.4' cy='58.4' r='58.4' fill='%23fff' opacity='0.8'/%3E%3Cpath d='M57.4,39.6A20,20,0,1,0,71.3,74a.8.8,0,0,0,0-1.1.9.9,0,0,0-1.2,0,18.1,18.1,0,1,1,4.5-6.7.9.9,0,1,0,1.6.6,19.5,19.5,0,0,0,1.3-7.2,20.2,20.2,0,0,0-20.1-20Z' fill='%234f5356'/%3E%3Cpath d='M56.3,69.8V49.3c0-.2,0-.2.2-.2h1.7c.1,0,.2,0,.2.2V69.8a.2.2,0,0,1-.2.2H56.5C56.3,70,56.2,69.9,56.3,69.8Z' fill='%234f5356'/%3E%3Cpath d='M67.5,60.5H47a.2.2,0,0,1-.2-.2V58.6a.2.2,0,0,1,.2-.2H67.5c.2,0,.2.1.2.2v1.7C67.7,60.4,67.6,60.6,67.5,60.5Z' fill='%234f5356'/%3E%3C/svg%3E");
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: 117px;
    background-position: center;
}

a[data-fancybox="gallery1"]:hover:before,
a[data-fancybox="gallery"]:hover:before {
    opacity: 1;
}

.fancybox-image {
    max-height: calc(100vh - 160px);
    max-width: calc(100vw - 50px);
    left: 50%;
    transform: translateX(-50%);
    height: auto;
}

.fancybox-can-pan .fancybox-image {
    max-height: none;
    max-width: none;
}

/*----------------------------------------------
----------------Проекты детально----------------
----------------------------------------------*/

.gallery-slider__wrap {
    height: 604px;
    /*border-top: 2px solid rgba(76, 82, 86, 0.3);*/
    /*border-bottom: 2px solid rgba(76, 82, 86, 0.3);*/
    box-sizing: border-box;
}

.gallery-slider__wrap .slick-track {
    height: 600px;
    width: 100% !important;
}

.gallery-slider__nav .slick-track {
    display: flex;
    justify-content: center;
}

.gallery-slider__nav .slick-track.slick-track--wide {
    width: 100% !important;
    left: 0 !important;
}

.slick-slider a[data-fancybox='gallery'],
.slick-slider a[data-fancybox='gallery1'] {
    margin: 0;
    position: absolute !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-slider .slider__nav-arrow {
    position: absolute;
    top: 50%;
    margin-top: -48px;
    height: 96px;
    width: 50px;
    z-index: 2;
    opacity: 0.2;
    transition: opacity 0.2s;
}

.slick-slider .slider__nav-arrow:hover {
    opacity: 0.6;
    cursor: pointer;
}

.slick-slider .slider__nav-arrow--left {
    left: 0;
}

.slick-slider .slider__nav-arrow--right {
    right: 0;
}

.gallery-slider__nav {
    height: 152px;
    padding: 30px 0;
    box-sizing: border-box;
}

.gallery-slider__nav div.slick-slide {
    cursor: pointer;
    position: relative;
    margin: 0 5px;
}

.gallery-slider__nav img {
    height: 92px !important;
}

.gallery-slider__wrap.slick-slider a[data-fancybox='gallery'], .gallery-slider__wrap.slick-slider a[data-fancybox='gallery1'] {
    border-top: 2px solid rgba(76, 82, 86, 0.3);
    border-bottom: 2px solid rgba(76, 82, 86, 0.3);
    overflow: hidden;
}

.gallery-slider__wrap.slick-slider a[data-fancybox='gallery'] a, .gallery-slider__wrap.slick-slider a[data-fancybox='gallery1'] a {
    border: none;
}

.gallery-slider__nav.slick-slider a[data-fancybox='gallery'], .gallery-slider__nav.slick-slider a[data-fancybox='gallery1'] {
    position: static !important;
}

.gallery-slider__nav div.slick-slide:before {
    border: 2px solid #49535a;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s;
    z-index: 99991;
    cursor: pointer;
}

.gallery-slider__nav div.slick-slide:hover:before,
.gallery-slider__nav div.slick-slide[aria-hidden="false"]:before,
.gallery-slider__nav div.slick-slide.slick-center:before {
    opacity: 1;
}

/*----------------------------------------------
-----------------Видео детально----------------
----------------------------------------------*/


.big-banner.big-banner--video {
    /*background-color: rgba(76,82,86,0.05);*/
    background-color: #f6f6f6;
    display: block;
    height: auto;
    /*min-height: 80vh;*/
    /*height: 0 !important;*/
    /*min-height: 0;*/
    /*padding-bottom: 50%;*/
    min-height: calc(100vh - 175px) !important;
    /*height: auto!important;*/
}

.big-banner__video-wrap {
    min-height: calc(100vh - 175px) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 0;
}

.big-banner.big-banner--video:before {
    content: none;
}

.big-banner.big-banner--video .big-banner__nav-img {
    fill: rgba(76, 82, 86, 0.2);
    transition: all 0.2s;
}

.big-banner.big-banner--video .big-banner__nav-link:hover .big-banner__nav-img {
    fill: rgba(76, 82, 86, 0.4);
}

.big-banner__video-wrap {
    width: 100%;
    /*max-width: 1250px;*/
    margin: 0 auto;
    height: 100%;
    /*padding-bottom: 50%;*/
    position: relative;
    overflow: hidden;
    /*border: solid 1px gray;*/
}

.big-banner__thumbnail {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;

}

.big-banner__video-wrap.active ~ .banner-wrap--down,
.big-banner__video-wrap.active + .big-banner__text {
    display: none;
}

.big-banner__video-wrap.active .big-banner__thumbnail {
    z-index: 0;
    opacity: 0;
}

.big-banner__video-wrap.active .plyr {
    z-index: 1;
}

.big-banner__video-wrap .plyr {
    z-index: 0;
    width: 100%;
}

.big-banner__video-wrap .plyr--fullscreen-fallback {
    z-index: 10000000;
}


.big-banner__thumbnail.big-banner__thumbnail--nopreview {
    background: url(../img/icon-video-sm.svg) no-repeat center center;
    background-size: 13%;
    background-color: #fdfdfd;
}

.big-banner__thumbnail:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
}

.big-banner__thumbnail:after {
    content: '';
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: url(../img/icon-play.svg) no-repeat center center;
    cursor: pointer;
    width: 10%;
    height: 14%;
    margin: 0 auto;
}

.big-banner__thumbnail:after:hover {
    cursor: pointer;
}

.big-banner.big-banner--video .big-banner__video {
    width: 100%;
    height: 100%;
    position: relative;
    border: none;
    z-index: 4;
}

@media all and (max-width: 991px) {
    a[data-fancybox]:before {
        background-size: 90px;
    }

    .gallery-slider__wrap {
        height: 100vw;
        max-height: 550px;
    }

    .gallery-slider__wrap .slick-track {
        height: calc(100vw - 4px);
        max-height: 546px;
    }

    .gallery-slider__nav {
        padding: 10px 0;
    }
}

@media all and (max-width: 767px) {
    .bottom-info-nav {
        display: block;
    }

    .bottom-info-nav:before {
        display: none;
    }

    .bottom-info-nav__nav-arrow {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

    .bottom-info-nav__nav-arrow:last-child {
        border-top: 1px solid #e2e2e2;
    }

    .big-banner .big-banner__nav-arrow {
        height: 70px;
        width: 36px;
    }

    .fancybox-navigation .fancybox-button {
        height: 70px;
        width: 36px;
    }

    .slick-slider .slider__nav-arrow {
        height: 70px;
        width: 36px;
    }

    a[data-fancybox]:before {
        background-size: 75px;
    }

    .info-element {
        margin-bottom: 50px;
    }

    .info__img-wrap {
        margin-bottom: 30px;
    }

    .info__annotation {
        padding-left: 25px;
    }

    .info__annotation-title {
        margin: 15px 0 20px 0;
    }

    .info__annotation-text {
        margin-bottom: 20px;
    }

    .gallery-slider__wrap {
        max-height: 450px;
    }

    .gallery-slider__wrap .slick-track {
        max-height: 446px;
    }
}

@media all and (max-width: 575px) {
    .static-page--info-details {
        margin: 15px auto 0px auto;
    }

    .big-banner__video-wrap, .big-banner.big-banner--video {
        min-height: 0 !important;
    }

    .static-page--info-details .section-about--title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .static-page--info-details .section-about--text {
        font-size: 13px;
    }

    .bottom-info-nav__nav-text--title {
        font-size: 14px;
    }

    .bottom-info-nav__nav-text--static {
        font-size: 12px;
        margin-top: 5px;
    }

    .bottom-info-nav__nav-arrow--left .bottom-info-nav__nav-text--static {
        margin-left: 24px;
    }

    .bottom-info-nav__nav-arrow--right .bottom-info-nav__nav-text--static {
        margin-right: 24px;
    }

    .bottom-info-nav__nav-arrow--left .bottom-info-nav__nav-img {
        margin-right: 10px;
    }

    .bottom-info-nav__nav-arrow--right .bottom-info-nav__nav-img {
        margin-left: 10px;
    }

    .bottom-info-nav__nav-img {
        width: 13px;
        height: 24px;
    }

    .static-page--info-details .product__btn-share {
        margin: 20px 0 30px 0;
    }

    .big-banner.big-banner--info-details {
        min-height: 150px;
        height: auto;
        padding-top: 0px;
    }

    .big-banner.big-banner--page .big-banner__text {
        width: 100%;
        padding: 0 20px 20px 20px;
    }

    .big-banner.big-banner--video .big-banner__thumbnail,
    .big-banner.big-banner--video .big-banner__text {
        display: none;
    }

    .big-banner__nav-arrow {
        display: none;
    }

    .big-banner .big-banner__title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .big-banner .big-banner__header {
        font-size: 18px;
    }

    .big-banner .big-banner__block {
        font-size: 13px;
    }

    .big-banner .big-banner__nav-title {
        font-size: 18px;
        width: 250px;
    }

    a[data-fancybox]:before {
        background-size: 60px;
    }

    .gallery-slider__wrap {
        max-height: 350px;
    }

    .gallery-slider__wrap .slick-track {
        max-height: 346px;
    }

    .gallery-slider__nav {
        height: 100px;
    }

    .gallery-slider__nav img {
        height: 70px !important;
    }

    .fancybox-navigation {
        display: none;
    }

    .fancybox-thumbs__list a {
        height: 70px;
    }


}

@media all and (max-width: 450px) {
    .info-element {
        margin-bottom: 30px;
    }

    .info__img-wrap {
        margin-bottom: 10px;
    }

    .info__annotation {
        padding-left: 0px;
    }

    .info__annotation-date {
        font-size: 12px;
    }

    .info__annotation-date p {
        margin-bottom: 0;
    }

    .info__annotation-title {
        font-size: 18px;
        margin: 5px 0 5px 0;
    }

    .info__annotation-text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news__more-link {
        display: none;
    }

    .slick-slider .slider__nav-arrow {
        display: none !important;
    }

}

/*----------------------------------------------
-------------------Про-каталог------------------
----------------------------------------------*/
.pro-catalog {
    min-width: 735px;
}

.categories-list {
    font-size: 13px;
}

.pro-list-filter__wrap {
    display: flex;
}

.pro-catalog .categories-list__item {
    font-size: 13px;
    border-bottom: none;
    list-style: none;
}

.pro-catalog .categories-list:not(.categories-list--sub) > .categories-list__item > .categories-list.categories-list--sub {
    border-top: none !important;
}

.pro-catalog .categories-list__link {
    padding-left: 10px;
}

.pro-catalog .categories-list--sub .categories-list--sub .categories-list__item:before {
    display: none;
}

.pro-catalog .categories-list__link:after,
.pro-catalog .categories-list--sub .categories-list--sub .categories-list__item .categories-list__link:after {
    left: 0;
    width: 100%;
    opacity: 0;
}

.pro-catalog .categories-list__link:hover:after,
.categories-list--sub .categories-list--sub .categories-list__item .categories-list__link:hover:after {
    width: 100%;
    opacity: 1;
}

.pro-sections {
    width: 100%;
}

.pro-filter,
.pro-list {
    flex-shrink: 0;
}

.pro-filter__params-wrap {
    padding: 0 10px;
    background-color: #fbfcfc;
}

.pro-filter__found-wrap {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    height: 34px;
    align-items: center;
}

.pro-filter__found-wrap * {
    opacity: 0.5;
}

.pro-filter__found span {
    font-weight: 700;
}

.pro-filter__found-wrap a {
    text-decoration: underline;
}

.pro-filter__found-wrap .bx_filter_search_button {
    border: none;
    background: none;
    text-decoration: underline;
    cursor: pointer;
}

.pro-filter__found-wrap a:hover {
    opacity: 1;
    color: #4c5256;
}

.pro-filter__params-list {
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 12px;
    font-weight: 500;
    position: relative;
}

.pro-filter__params-names--static .pro-filter__params-list {
    border-top: 1px solid #ececee;
    border-bottom: 1px solid #ececee;
}

.pro-filter__params-names--dynamic .pro-filter__params-list {
    margin-top: 20px;
}

.pro-filter__params-item {
    position: absolute;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;

}

.pro-filter__params-chips {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}

.pro-filter__params-item-wrap {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}


.pro-filter__params-names--static .pro-filter__params-item:first-child {
    margin-top: 20px;
}

.pro-filter__params-names--static .pro-filter__params-item:last-child {
    margin-bottom: 20px;
}

.pro-filter__params-title label {
    padding-left: 24px;
    position: relative;
}

.pro-filter__params-title label:hover {
    cursor: pointer;
}

.pro-filter__params-title label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 14px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0.1);
}

.pro-filter__params-title label:after {
    content: "";
    position: absolute;
    left: 2px;
    top: -4px;
    width: 14px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.2 11.7'%3E%3Cpolygon points='4.6 10.2 0.7 4.9 0 5.6 4.6 11.7 14.2 0.7 13.5 0 4.6 10.2' fill='%23ff111a'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 0.3s;
}

/*.pro-filter__params-title label:hover:after,*/
.pro-filter-input:checked + label:after {
    opacity: 1;
}

.pro-filter__params-title {
    flex-shrink: 1;
}

.pro-filter__params-manage {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.pro-filter__params-manage .icon {
    width: 20px;
    height: 20px;
    opacity: 0.4;
    transition: all 0.2s;
}

.pro-filter__params-manage .icon--ic_quest {
    fill: #485156;
    opacity: 1;
}

.pro-filter__params-manage .icon--move-el {
    width: 5px;
    height: 11px;
}

.pro-filter__params-manage .icon.icon--move-el:hover,
.pro-filter__params-manage .icon.icon--move-el:active {
    cursor: move;
}

.pro-filter__params-manage .icon:hover,
.pro-filter__params-manage .icon.active {
    fill: #ff0019;
    opacity: 1;
    cursor: pointer;
}

.pro-filter__params-manage > * {
    margin-left: 8px;
    flex-shrink: 0;
}

.pro-filter__manage-sort {
    height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pro-filter__manage-sort a {
    display: block;
    width: 0;
    height: 0;
    opacity: 0.4;
    transition: all 0.2s;
}

.pro-filter__manage-sort a.pro-filter__sort--up {
    border-bottom: 5px solid #000000;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.pro-filter__manage-sort a.pro-filter__sort--down {
    border-top: 5px solid #000000;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.pro-filter__manage-sort a:hover,
.pro-filter__manage-sort a.active {
    border-bottom-color: #ff0019;
    border-top-color: #ff0019;
    opacity: 1;
}

.pro-products {
    background-color: transparent;
}

.pro-products__header {
    display: flex;
    justify-content: space-between;
}

.pro-products__header-title h2 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.pro-products__header-aux {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.pro-products__header-aux a {
    position: relative;
}

.pro-products__header-aux a.pro-products__goto-simple:before,
.pro-products__header-aux a.pro-products__goto-simple:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 32px;
    background-color: #ececee;
    top: 0;
}

.pro-products__header-aux a.pro-products__goto-simple:before {
    left: -28px;
}

.pro-products__header-aux a.pro-products__goto-simple:after {
    right: -28px;
}

.pro-products__instruction-href {
    font-size: 16px;
    color: rgba(76, 82, 86, 0.3);
    text-decoration: underline;
    transition: all 0.2s;
    margin-right: 28px;
}

.pro-products__instruction-href:hover {
    color: rgba(76, 82, 86, 1);
    text-decoration: underline;
}

.pro-products__instruction-text-content {
    font-size: 16px;
}

.pro-products__instruction-text-content .pro-filter__manage-sort {
    display: inline-block;
}

.pro-products__instruction-text-content .pro-filter__manage-sort a {
    margin-top: 3px;
}

.pro-products__instruction-text-content li .pro-filter__manage-sort a {
    margin-top: 7px;
}

.pro-products__instruction-close {
    display: inline-block;
    height: 35px;
    line-height: 31px;
    margin: 0 28px;
    padding: 0 50px;
    background-color: rgba(76, 82, 86, 0.1);
    border-radius: 3px;
    color: #797a80;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s;
}

.pro-products__instruction-close:hover {
    color: #ffffff;
    background-color: rgba(76, 82, 86, 1);
}

.pro-products__goto-simple {
    height: 35px;
    line-height: 31px;
    margin: 0 28px;
    background-color: rgba(76, 82, 86, 0.1);
    border-radius: 3px;
    color: #797a80;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s;
    width: 230px;
    text-align: center;
}

.pro-products__goto-simple:hover {
    color: #ffffff;
    background-color: rgba(76, 82, 86, 1);
}

.pro-products__header-aux > div {
    margin-left: 28px;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.5;
}

.pro-products__header-aux > div span {
    font-weight: 900;
}

/*Таблица*/
.pro-table-block {
    width: 100%;
    position: relative;
    z-index: 0;
}

.pro-table__wrap,
.pro-table__static,
.pro-table__dynamic {
    display: flex;
    position: relative;
}

.pro-table__dynamic {
}

.pro-table__static {
    border-right: 1px solid rgba(76, 82, 86, 0.2);
    border-bottom: 1px solid rgba(76, 82, 86, 0.2);
    margin-right: 3px;
    height: auto !important;
    flex-shrink: 0;
}

.pro-table__static .pro-table__col {
    transform: none !important;
    max-width: 253px;
}

.pro-table__static .pro-table__col > * {
    max-width: 253px;
}

.pro-table__dynamic .pro-table__col {
    border: 1px solid rgba(76, 82, 86, 0.2);
    border-top: none;
    position: absolute;
}

.pro-table-block .pro-table__th {
    background-color: rgba(76, 82, 86, 0.05);
    height: 37px;
    padding: 0 9px;
    line-height: 37px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-table-block .pro-table__th span br {
    display: none;
}

.pro-table-block .pro-table__th .drag-elemen {
    display: flex;
}

.pro-table-block .pro-table__th .pro-filter__manage-sort {
    margin-left: 9px;
}

.pro-table-block .pro-table__th .pro-filter__manage-sort a:hover,
.pro-table-block .pro-table__th .pro-filter__manage-sort a.active {
    border-bottom-color: #4c5256;
    border-top-color: #4c5256;
}

.pro-table-block .pro-table__th .icon {
    width: 20px;
    height: 20px;
    margin-left: 9px;
    fill: #4c5256;
    opacity: 0.4;
    transition: all 0.2s;
}

.pro-table-block .pro-table__th .icon.active,
.pro-table-block .pro-table__th .icon:hover {
    fill: #ff0019;
    cursor: pointer;
    opacity: 1;
}

.pro-table-block .pro-table__th .drag-elemen:hover,
.pro-table-block .pro-table__th .drag-elemen:active {
    color: #ff0019;
    cursor: move;
}

.pro-table-block .pro-table__th .icon--ic_dot_sqr {
    width: 5px;
    height: 11px;
    margin-right: 9px;
    fill: #4c5256;
    opacity: 0.4;
    transition: all 0.2s;
}

.pro-table-block .pro-table__th .drag-elemen:hover .icon--ic_dot_sqr,
.pro-table-block .pro-table__th .drag-elemen:active .icon--ic_dot_sqr {
    fill: #ff0019;
    opacity: 1;
    cursor: move;
}

.pro-tbl__col--bookmark .pro-table__th .icon {
    width: 20px;
    height: 20px;
    fill: #4c5256;
}

.pro-table__tr {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.pro-table__tr.selected {
    background-color: #f3d2d4 !important;
}

.pro-table__tr:nth-child(2n) {
    background-color: rgba(76, 82, 86, 0.1);
}

.pro-tbl__col--bookmark .pro-table__tr:nth-child(2n) {
    background-color: transparent;
}

.pro-tbl__col--photo .pro-table__tr:nth-child(2n) {
    background-color: transparent;
}

.pro-table__tr a {
    transition: color 0.2s;
}

.pro-table__tr a:hover {
    color: #ff0019;
}

.pro-tbl__col--bookmark .pro-table__tr {
    flex-direction: column;
}

.pro-tbl__col--bookmark .pro-table__tr a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 19px;
    background-color: rgba(153, 151, 151, 0.1);
    transition: all 0.2s;
    margin-bottom: 2px;
}

.pro-tbl__col--bookmark .pro-table__tr a:last-child {
    margin-bottom: 0;
}

.pro-table__tr .icon {
    width: 20px;
    height: 20px;
    fill: #4c5256;
    opacity: 0.4;
    transition: all 0.2s;
}

.pro-table__tr .icon:hover {
    fill: #ff0019;
    opacity: 1;
}

.pro-tbl__col--bookmark .pro-table__tr .icon {
    fill: #4c5256;
    transition: all 0.2s;
}

.pro-tbl__col--photo .pro-table__tr .icon {
    width: 47px;
    height: 40px;
    opacity: 0.3;
}

.pro-tbl__col--bookmark .pro-table__tr .icon:hover {
    fill: #ff0019;
}

.pro-tbl__col--bookmark .pro-table__tr a.active,
.pro-tbl__col--bookmark .pro-table__tr a.in_cart,
.pro-tbl__col--bookmark .pro-table__tr a.icon--checked {
    background-color: #4c5256;
}

.pro-tbl__col--bookmark .pro-table__tr a.active svg,
.pro-tbl__col--bookmark .pro-table__tr a.in_cart svg,
.pro-tbl__col--bookmark .pro-table__tr a.icon--checked svg {
    fill: #ffffff;
    opacity: 1;
}

.pro-table__tr .icon--ic_vs {
    width: 19px;
    height: 14px;
    margin-left: 2px;
}

.pro-table__tr .icon--ic_pro_fav {
    width: 12px;
    height: 12px;
}

.pro-table__tr .icon--ic_pro_arrow {
    width: 10px;
    height: 11px;
}

.pro-tbl__col--article .pro-table__tr {
    font-weight: 900;
}

.pro-tbl__col--article .pro-table__tr a {
    white-space: nowrap;
    transition: all 0.2s;
    display: flex;
    align-items: center;
}

.pro-tbl__col--article .pro-table__tr a:hover,
.pro-tbl__col--article .pro-table__tr a:hover .icon {
    fill: #ff0019;
    color: #ff0019;
    opacity: 1;
}

.pro-tbl__col--article .pro-table__tr .icon {
    margin-right: 5px;
}

.pro-tbl__col--article .pro-table__tr > div {
    display: none;
}

.pro-tbl__col--photo .pro-table__tr {
    padding: 0;
}

.pro-tbl__col--photo .pro-table__tr div {
    background-size: cover;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.pro-tbl__col--photo .pro-table__tr div img {
    width: 100%;
}

.pro-tbl__col--photo .pro-table__tr .icon:hover {
    fill: #4c5256;
    cursor: default;
}

.pro-tbl__col--name .pro-table__tr {
    text-align: left;
}

.pro-tbl__col--name .pro-table__tr a:hover {
    text-decoration: underline;
}

.muuri-item-shown {
    z-index: 1;
}

.muuri-item-dragging {
    z-index: 3;
}

.muuri-item-releasing {
    z-index: 2;
}

.muuri-item-hidden {
    display: none !important;
    z-index: 0;
}

.pro-table__wrap .simplebar-content {
    display: flex;
}

.pro-table__wrap .simplebar-track.simplebar-horizontal {
    top: 10px;
}

.pro-table__wrap .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    width: 143px;
}

.pro-table-block {
    display: flex;
}

.pro-table__wrap {
    padding-top: 35px;
    overflow: auto;
    overflow-y: hidden;
    padding-left: 466px;
    position: absolute;
    left: 0;
}

.pro-table__static {
    margin-top: 35px;
    z-index: 5;
    background-color: #ffffff;
}

.pro-table__dynamic {
    padding-top: 35px;
}

/*модальные окна инфо и фильтр*/
.modal-profilters {
    left: calc(100% + 15px);
    top: 0;
    position: absolute;
    border: 0 solid #bbb !important;
    -webkit-box-shadow: 0 3px 8px 0 rgba(143, 143, 143, 1);
    -moz-box-shadow: 0 3px 8px 0 rgba(143, 143, 143, 1);
    box-shadow: 0 3px 8px 0 rgba(143, 143, 143, 1);
    background: #fafafa;
    z-index: 2;
    padding: 0;

    /*position: fixed;*/
    /*left: 350px;*/
    top: 50%;
    transform: translate(0, -50%);

}

/*.modal-profilters:after{*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: fixed;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background-color: white;*/
/*    z-index: 0;*/
/*}*/

.modal-profilters.closed {
    display: none;
}

.modal-profilters--inner {
    position: relative;
    overflow: hidden;
}

.modal-profilters--title {
    font-size: 14px;
    padding: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ff0019;
    background-color: #ededed;
    min-height: 33px;
}

.modal-profilters--description {
    width: 535px;
    padding: 10px;
}

.modal-profilters---description-text {
    width: 50%;
    font-size: 12px;
    color: #000000;
    line-height: 120%;
    padding: 10px;
    height: 307px;
    overflow: auto;
    position: relative;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.9);
}

.modal-profilters---description-text {
    width: 50%;
    font-size: 12px;
    line-height: 120%;
    padding: 10px;
    height: 307px;
    overflow: auto;
    position: relative;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.8);
}

.modal-profilters--button-close {
    position: absolute;
    right: 9px;
    top: 10px;
    width: 15px;
    height: 15px;
    text-decoration: none;
}

.modal-profilters--button-close .icon--ic_cros,
.modal-profilters--button-close .icon--ic_cros span {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important;
}

.modal-profilters__search {
    position: relative;
    border: 0;
    margin: 10px 10px 0;
}

.modal-profilters__search input {
    border: 1px solid #ccc;
    height: 20px;
    font: normal 11px/20px Tahoma, sans-serif;
    width: 200px;
    padding: 0 10px;
    outline: none;
}

.modal-profilters__search.discard {
    display: none;
    font-size: 14px !important;
    color: #d20404 !important;
    padding-left: 7px;
    text-decoration: none;
}

.modal-profilters__select-all {
    display: block;
    height: 35px;
    line-height: 31px;
    text-align: center;
    margin: 10px 0;
    padding: 0 50px;
    background-color: rgba(76, 82, 86, 0.1);
    border-radius: 3px;
    color: #797a80;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s;
}

.modal-profilters__select-all:hover {
    color: #ffffff;
    background-color: rgba(76, 82, 86, 1);
}

.modal-profilters__params .modal-profilters__params-apply {
    display: block;
    width: calc(100% - 20px);
    height: 35px;
    margin: 10px auto;
}

.modal-profilters__params .slider-number {
    flex-direction: column;
    margin-top: 20px;
}

.modal-profilters__params .slider-range--inputs {
    padding-top: 20px;
}

.modal-profilters__params .slider-number #slider {
    width: 100%;
}

#modal-profilters--descr {
    left: 50%;
    top: 50%;
    position: fixed;
    border: 0 solid #bbb !important;
    -webkit-box-shadow: 0 3px 8px 0 rgba(143, 143, 143, 1);
    -moz-box-shadow: 0 3px 8px 0 rgba(143, 143, 143, 1);
    box-shadow: 0 3px 8px 0 rgba(143, 143, 143, 1);
    background: #fafafa;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 0;
}

#modal-profilters--descr .modal-profilters--description {
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.pro-products .pagination__show-number {
    color: #cbcecf;
}

.pro-products .pagination__show-number.active {
    color: #485156;
}

.pro-products .pagination__item a.active:after {
    left: 50%;
    transform: translateX(-50%);
}


div.icon {
    width: 20px;
    height: 20px;
    position: relative;
}

div.icon span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

div.icon.icon--ic_dot_sqr {
    width: 5px;
    height: 11px;
}

div.icon.icon--ic_dot_sqr:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 11' id='ic_dot_sqr'%3E%3Crect width='2' height='2' fill='%23000000'/%3E%3Crect x='3' width='2' height='2' fill='%23000000'/%3E%3Crect y='3' width='2' height='2' fill='%23000000'/%3E%3Crect x='3' y='3' width='2' height='2' fill='%23000000'/%3E%3Crect y='6' width='2' height='2' fill='%23000000'/%3E%3Crect x='3' y='6' width='2' height='2' fill='%23000000'/%3E%3Crect y='9' width='2' height='2' fill='%23000000'/%3E%3Crect x='3' y='9' width='2' height='2' fill='%23000000'/%3E%3C/svg%3E");
    position: absolute;
    display: block;
    width: 5px;
    height: 11px;
}

div.icon.icon--ic_dot_sqr:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 11' id='ic_dot_sqr'%3E%3Crect width='2' height='2' fill='%23ff0019'/%3E%3Crect x='3' width='2' height='2' fill='%23ff0019'/%3E%3Crect y='3' width='2' height='2' fill='%23ff0019'/%3E%3Crect x='3' y='3' width='2' height='2' fill='%23ff0019'/%3E%3Crect y='6' width='2' height='2' fill='%23ff0019'/%3E%3Crect x='3' y='6' width='2' height='2' fill='%23ff0019'/%3E%3Crect y='9' width='2' height='2' fill='%23ff0019'/%3E%3Crect x='3' y='9' width='2' height='2' fill='%23ff0019'/%3E%3C/svg%3E");
    position: absolute;
    display: block;
    width: 5px;
    height: 11px;
}

div.icon span:first-child,
div.icon.icon--ic_dot_sqr:before {
    opacity: 0.8;
    transition: all 0.2s;
}

div.icon span:last-child,
div.icon.icon--ic_dot_sqr:after {
    opacity: 0;
    transition: all 0.2s;
}

.pro-table-block .pro-table__th .drag-elemen:hover div.icon.icon--ic_dot_sqr:before,
div.icon.icon--ic_dot_sqr:hover:before,
.pro-tbl__col--article .pro-table__tr a:hover div.icon span:first-child,
div.icon:hover span:first-child {
    opacity: 0;
}

.pro-table-block .pro-table__th .drag-elemen:hover div.icon.icon--ic_dot_sqr:after,
div.icon.icon--ic_dot_sqr:hover:after,
.pro-tbl__col--article .pro-table__tr a:hover div.icon span:last-child,
div.icon:hover span:last-child {
    opacity: 1;
}

div.icon span svg {
    position: absolute;
    top: 0;
    left: 0;
}


@media all and (max-width: 1290px) {

    .pro-filter:not(.hide) + .pro-list:not(.hide) + .pro-products {

    }

    .pro-list-filter__wrap {
        flex-direction: column-reverse;
    }

    .pro-products__instruction-href {
        margin-right: 10px;
    }

    .pro-products__goto-simple {
        margin: 0 10px;
        width: 150px;
    }

    .pro-products__header-aux a.pro-products__goto-simple:before {
        left: -10px;
    }

    .pro-products__header-aux a.pro-products__goto-simple:after {
        right: -10px;
    }

    .pro-products__header-aux > div {
        margin-left: 10px;
    }

}

@media all and (max-width: 900px) {
    .pro-catalog--wrap {
        display: block;
    }

    .pro-list-filter__wrap {
        flex-direction: row;
    }

    .pro-products {
        width: 100% !important;
    }
}

/*----------------------------------------------
---------------IFRAME с фильтром----------------
----------------------------------------------*/
.smart-search__option__iframe {
    width: 100%;
    height: auto;
    border: none;
    outline: none;
    max-height: calc(100vh - 100px) !important;
    display: block;
}

.iframe_filter {
    background-color: transparent;
}

.iframe_filter .smart-search__title ul li a {
    line-height: 1;
}

.iframe_filter .smart-search__top {
    padding: 33px 200px 15px 40px;
}

.iframe_filter .smart-search__top:not(.hash_tags):after {
    display: none;
}

/*.iframe_filter .smart-search__top.hash_tags{*/
/*padding: 35px 40px;*/
/*}*/
.iframe_filter .sidebar__block {
    display: block;
}

.iframe_filter .smart-search__title li.active a {
    cursor: default;
    background: #ff0019;
    color: #fff;
}

.iframe_filter .smart-search__clean {
    height: 44px;
}

.smart-search {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s linear;
    /*transition: none;*/
}

.smart-search.smart-search__active {
    visibility: visible;
    opacity: 1;
    transition: none;
}

html.iframe_filter_html, body.iframe_filter {
    /*height: auto;*/
    overflow: auto;
    height: 100%;
}

.preloader_block_2.preloader_block_iframe {
    display: block;
}

.smart-search__option {
    min-height: 150px;
}

.smart-search__option > .preloader_block_iframe {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
}

.iframe_filter .smart-search__all-param {
    /*width: 150px;*/
}

.info-element.col-lg-4:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 991px) {
    .info-element.col-lg-4:nth-last-of-type(-n+3) {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .info-element.col-lg-4:nth-last-of-type(-n+2) {
        margin-bottom: 0;
    }
}



/*----------------------------------------------
-------------правки Коллекция Света-------------
----------------------------------------------*/
