

/* Start:/local/components/optimalgroup/top.catalog.url/templates/.default/style.css?16995128182528*/
ul.n-catalog-top-sections {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    transition: 0.5s ease max-height;
    max-height: 400px;
}

ul.n-catalog-top-sections.hide_menu {
    max-height: 70px;
    overflow: hidden;
}

ul.n-catalog-top-sections::after {
    position: absolute;
    bottom: 0px;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
    height: 17px;
}
ul.n-catalog-top-sections.-open::after {
    display: none;
}
ul.n-catalog-top-sections.-open {
    max-height: 400px;
}
ul.n-catalog-top-sections li {
    margin-right: 6px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    ul.n-catalog-top-sections li {
        margin-bottom: 16px;
        margin-right: 14px;
    }
}
ul.n-catalog-top-sections a {
    display: block;
    background-color: #F0F3F3;
    border-radius: 25px;
    padding: 10px 14px;
    font-size: 14px;
    color: #231F20;
    transition: 0.3s;
}

ul.n-catalog-top-sections a.active, ul.n-catalog-top-sections a.active:hover {
    background-color: #00b6bd;
    color: #FFF;
}

@media screen and (max-width: 768px) {
    ul.n-catalog-top-sections a {
        font-size: 10px;
        padding: 4px 8px;
    }
}
ul.n-catalog-top-sections a:hover {
    background-color: #D8DBDB;
}

.n-catalog-mobile-show-sections {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    border: 1px solid #00B6BD;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: block;
}

.n-catalog-mobile-show-sections::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHk9IjUuODMyOTUiIHdpZHRoPSI3LjA3MTA1IiBoZWlnaHQ9IjEuNTcxMzQiIHJ4PSIwLjc4NTY3MiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDAgNS44MzI5NSkiIGZpbGw9IiMwMEI2QkQiLz4KPHJlY3QgeD0iOC44ODg5MiIgeT0iNi45NDQwNiIgd2lkdGg9IjcuMDcxMDUiIGhlaWdodD0iMS41NzEzNCIgcng9IjAuNzg1NjcyIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDguODg4OTIgNi45NDQwNikiIGZpbGw9IiMwMEI2QkQiLz4KPC9zdmc+Cg==");
    width: 10px;
    height: 7px;
    background-size: contain;
    position: absolute;
    top: 9px;
    left: 7px;
    transform: rotate(180deg);
    transition: 0.3s;
}
.n-catalog-mobile-show-sections.-open::before {
    transform: rotate(0deg);
    top: 8px;
}

/* End */


/* Start:/local/components/redsoft/catalog.static.section.seo/templates/.default/style.css?16577303689334*/
.n-catalog-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 28px;
    row-gap: 30px;
}

.n-catalog-products.empty_catalog {
    grid-template-columns: none;
}

@media screen and (max-width: 1023px) {
    .n-catalog-products {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 14px;
        row-gap: 20px;
    }
}

.n-catalog-item {
    box-shadow: 0 16px 32px -4px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    background-color: #FFFFFF;
    padding-bottom: 155px;
    position: relative;
}
.n-catalog-item__photo {
    height: 184px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0;
    display: block;
}
@media screen and (max-width: 600px) {
    .n-catalog-item__photo {
        height: 141px;
    }
}
.n-catalog-item__title-wrap {
    height: 120px;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .n-catalog-item__title-wrap {
        height: 95px;
    }
}
.n-catalog-item__title {
    padding-top: 24px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
    color: #231F20;
    line-height: 24px;
    font-weight: 600;
    display: block;
}
@media screen and (max-width: 600px) {
    .n-catalog-item__title {
        padding-top: 14px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        line-height: 16px;
    }
}
.n-catalog-item__wrap {
    padding-left: 18px;
    padding-right: 18px;
}
@media screen and (max-width: 600px) {
    .n-catalog-item__wrap {
        padding-left: 13px;
        padding-right: 13px;
    }
}

.n-catalog-item__available, .n-catalog-item__not_available {
    padding-left: 9px;
    margin-top: 13px;
    color: #00B6BD;
    font-weight: 600;
    font-size: 14px;
    position: relative;
}

.n-catalog-item__not_available {
    color: #8e918e;
}
@media screen and (max-width: 600px) {
    .n-catalog-item__available, .n-catalog-item__not_available {
        font-size: 12px;
    }
}
.n-catalog-item__available::before, .n-catalog-item__not_available:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #00B6BD;
}

.n-catalog-item__not_available:before {
    background-color: #8e918e;
}

@media screen and (max-width: 600px) {
    .n-catalog-item__available::before {
        top: 4px;
    }
}
.n-catalog-item__desc {
    font-size: 14px;
    line-height: 19px;
    color: #231F20;
    margin-top: 12px;
    height: 78px;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .n-catalog-item__desc {
        font-size: 10px;
        line-height: 13px;
    }
}
.n-catalog-item__specs {
    color: #8E918E;
    font-size: 14px;
    line-height: 19px;
    margin-top: 12px;
    height: 60px;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .n-catalog-item__specs {
        font-size: 10px;
        line-height: 13px;
        height: 45px;
    }
}
.n-catalog-item__footer {
    padding-left: 18px;
    padding-right: 18px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
@media screen and (max-width: 600px) {
    .n-catalog-item__footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.n-catalog-item__price {
    color: #231F20;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    width: 100%;
}
.n-catalog-item__cart {
    text-align: center;
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #00B6BD;
    border-radius: 8px;
    margin-top: 14px;
    display: block;
    transition: 0.3s;
    width: auto;
    flex-grow: 1;
    margin-right: 35px;
    margin-left: 35px;
    background-color: #00B6BD;
    box-shadow: 0 16px 26px rgba(0, 182, 189, 0.2);
    color: #fff;
    cursor: pointer;
    user-select: none;
}
.n-catalog-item__cart:hover {
    background-color: #04c5cc;
    box-shadow: 0 9px 20px 0 rgba(13, 5, 2, 0.18);
    border-color: #04c5cc;
}
@media screen and (max-width: 600px) {
    .n-catalog-item__cart {
        margin-left: 0;
        margin-right: 0;
    }
}
.n-catalog-item__cart.-added {
    width: 174px;
    flex-grow: unset;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    box-shadow: unset;
    color: #00B6BD;
}
@media screen and (max-width: 600px) {
    .n-catalog-item__cart.-added {
        font-size: 10px;
        text-align: left;
        padding-left: 10px;
    }
}
.n-catalog-item__add {
    height: 42px;
    background: #00B6BD;
    border: 1px solid #00B6BD;
    box-shadow: 0 16px 26px rgba(0, 182, 189, 0.2);
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    width: 42px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 18px;
    display: none;
    transition: 0.3s;
}

.n-catalog-item__add:hover {
    background-color: #04c5cc;
    box-shadow: 0 9px 20px 0 rgba(13, 5, 2, 0.18);
    border-color: #04c5cc;
}

.n-catalog-item__add.show {
    display: block;
}

.loading {
    color: transparent!important;
    border-color: transparent!important;
    background: url(/local/templates/.default/assets/stylesheets/../images/loader.gif) center center no-repeat!important;
    box-shadow: none!important;
    -o-box-shadow: none!important;
    -ms-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
}

@media screen and (max-width: 600px) {
    .n-catalog-item__add {
        font-size: 10px;
        width: 38px;
        right: 11px;
    }
}

.n-catalog-more {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 214px;
    border: 1px solid #00B6BD;
    border-radius: 8px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #00B6BD;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}
@media screen and (max-width: 600px) {
    .n-catalog-more {
        margin-top: 30px;
    }
}
.n-catalog-more:hover {
    background-color: #00B6BD;
    box-shadow: 0 16px 26px rgba(0, 182, 189, 0.2);
    color: #fff;
}

.n-catalog-pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}
@media screen and (max-width: 600px) {
    .n-catalog-pagination {
        justify-content: center;
        margin-top: 30px;
        border-top: 1px solid #EEEEEE;
        padding-top: 30px;
    }
}
.n-catalog-pagination a, .n-catalog-pagination span {
    display: block;
    height: 34px;
    width: 28px;
    text-align: center;
    border-top: 1px solid #E8E6E6;
    border-bottom: 1px solid #E8E6E6;
    border-right: 1px solid #E8E6E6;
    line-height: 34px;
    font-size: 15px;
    letter-spacing: 0.375px;
    color: #231F20;
    transition: 0.3s;
}
.n-catalog-pagination a:first-child, .n-catalog-pagination span:first-child {
    border-left: 1px solid #E8E6E6;
    border-radius: 8px 0 0 8px;
}
.n-catalog-pagination a:last-child, .n-catalog-pagination span:last-child {
    border-radius: 0 8px 8px 0;
}
.n-catalog-pagination span {
    cursor: default;
}
.n-catalog-pagination span.-active {
    color: #FFFFFF;
    background-color: #8E918E;
}
.n-catalog-pagination a:hover {
    color: #FFFFFF;
    background-color: #8E918E;
}

.n-catalog-section-desc {
    margin-top: 40px;
    padding: 20px 50px 50px;
    line-height: 18px;
    background-color: #F5F4EF;
    border-radius: 8px;
    color: #231F20;
    font-size: 15px;
    margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
    .n-catalog-section-desc {
        padding: 1px 20px 30px;
        font-size: 12px;
        line-height: 18px;
    }
}
.n-catalog-section-desc p, .n-catalog-section-desc ul, .n-catalog-section-desc ol {
    margin-top: 20px;
}
@media screen and (max-width: 600px) {
    .n-catalog-section-desc p, .n-catalog-section-desc ul, .n-catalog-section-desc ol {
        margin-top: 10px;
    }
}
.n-catalog-section-desc ul, .n-catalog-section-desc ol {
    margin-left: 17px;
}
.n-catalog-section-desc ol {
    list-style: decimal;
}
.n-catalog-section-desc ol li::marker {
    color: #00B6BD;
    font-weight: 600;
}
.n-catalog-section-desc ul {
    list-style: disc;
}
.n-catalog-section-desc ul li::marker {
    color: #231F20;
    font-size: 11px;
}
.n-catalog-section-desc b {
    font-weight: 600;
}
.n-catalog-section-desc ul ul, .n-catalog-section-desc ol ol, .n-catalog-section-desc ol ul, .n-catalog-section-desc ul ol {
    margin-top: 10px;
}
.n-catalog-section-desc a {
    color: #00B9BF;
}
.n-catalog-section-desc a:hover {
    text-decoration: underline;
}

.n-catalog-item__quantity {
    font-size: 13px;
    line-height: 22px;
    color: #8e918e;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 14px;
}

@media screen and (max-width: 900px){

    .category-tags_bottom a {
        margin-right: 20px;
    }

    .category-tags {
        overflow-x: auto;
    }

    .category-tags::-webkit-scrollbar {
        display: none;
    }
}


/* End */
/* /local/components/optimalgroup/top.catalog.url/templates/.default/style.css?16995128182528 */
/* /local/components/redsoft/catalog.static.section.seo/templates/.default/style.css?16577303689334 */
