

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?170124119764*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/local/templates/okinail_flat/css/catalog.css?17150963697706*/
@charset "utf-8";

.block {
    margin: 95px 0;
    position: relative;
}

.block-title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.catalog-slider {
    padding: 0 100px;
}

.catalog-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.common-slider .owl-nav button {
    position: absolute;
    background: url("/local/templates/okinail_flat/css/../images/icons/catalog-arrow.svg") center no-repeat;
    width: 40px;
    height: 30px;
    border: none;
    cursor: pointer;
    padding: 0;
}

.common-slider .owl-prev {
    left: -100px;
}

.common-slider .owl-nav span {
    display: none;
}

.common-slider .owl-nav .owl-next {
    right: -100px;
    transform: rotate(180deg);
}

.block-more {
    position: absolute;
    right: 25px;
    top: 30px;
    color: var(--grey_x_dark);
    font-size: 24px;
}

.block-catalog .box {
    position: relative;
}

.block-catalog .owl-nav .disabled {
    opacity: 0.5;
}

.block-brand-left img {
    display: block;
    width: 100%;
}

.block-brand-box {
    padding: 0 65px;
}

.block-brand-left {
    min-width: calc(25% + 50px);
    padding-right: 50px;
}

.block-brand-right {
    flex: 1;
}

.brand-slider {
    padding: 0 100px;
}

.btn-arrow span {
    display: inline-block;
    background: url("/local/templates/okinail_flat/css/../images/icons/arrow.svg") center right no-repeat;
    padding-right: 35px;
}

.brand-slider-logo img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.catalog {
    align-items: start !important;
    gap: 50px;
}

.catalog-content {
    flex: 1;
}

.catalog-filter {
    padding-top: 10px;
}

.catalog-main-photo img {
    width: 100%;
    display: block;
}

.catalog-sort {
    padding-bottom: 30px;
    justify-content: end;
    margin-top: -50px;
}

.catalog-sort-box {
    gap: 15px;
    min-height: 38px;
}

.catalog-sort .custom-select {
    width: 240px;
}

.catalog-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 50px;
    align-items: stretch !important;
    padding-bottom: 30px;
    position: relative;
}

.catalog-list .catalog-item {
    margin-bottom: 20px;
}

.catalog-more {
    padding-bottom: 50px;
}

.catalog-more a {
    max-width: 200px;
    margin: auto;
}

.brand-slider-main {
    margin-left: 100px;
}

.catalog-slider-off .catalog-slider-box {
    display: flex !important;
    width: 100%;
    overflow: hidden;
}

.catalog-slider-off .catalog-item {
    min-width: calc(20% - 41px);
    float: left;
    margin-right: 50px !important;
}

@media (max-width: 1600px) {
    .catalog-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 25px;
    }

    .catalog-slider-off .catalog-item {
        min-width: calc(25% - 37px);
        margin-left: 0 !important;
        margin-right: 50px !important;
    }
}

@media (max-width: 1500px) {
    .catalog-slider {
        padding: 0 60px;
    }

    .common-slider .owl-prev {
        left: -60px;
    }

    .common-slider .owl-nav .owl-next {
        right: -60px;
    }

    .brand-slider {
        padding: 0 60px;
    }

    .brand-slider-main {
        margin-left: 60px;
    }

    .block-simple-description {
        padding: 0 60px;
    }

    .block-simple-photo {
        width: 49%;
        padding-right: 60px;
    }

    .block-sections-box {
        padding: 0 60px;
    }

    .block-creator-box {
        padding: 0 60px;
    }

    .block-more {
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
    .block {
        margin: 75px 0;
    }

    .block-more {
        font-size: 18px;
    }

    .btn-in-cart {
        font-size: 0 !important;
    }

    .btn-in-cart::after {
        content: ' В корзину';
        font-size: 18px;
    }

    .catalog-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .catalog-slider-off .catalog-item {
        min-width: calc(33% - 12px);
        margin-left: 0 !important;
        margin-right: 25px !important;
    }
}

@media (max-width: 1100px) {
    .block-simple-box {
        gap: 30px;
    }
    .block-simple-description {
        padding-right: 0;
    }

    .block-simple-photo {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .catalog-slider-off .catalog-item {
        min-width: calc(50% - 12px);
        margin-left: 0 !important;
        margin-right: 25px !important;
    }
}

@media (min-width: 700px) {
    .brand-slider-main {
        position: absolute;
        z-index: 10;
        background-size: cover;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 40px 25px;
    }

    .block-brand .block-more, .block-brand .owl-nav {
        display: none;
    }
}

@media (max-width: 700px) {
    .block {
        margin: 30px 0;
    }

    .catalog-slider {
        padding: 0;
    }

    .catalog-item-status span {
        font-size: 10px;
    }

    .catalog-item-title {
        font-size: 16px;
    }

    .catalog-item-text {
        font-size: 14px;
    }

    .catalog-item {
        font-size: 14px;
    }

    .btn-in-cart::after {
        font-size: 14px;
    }

    .block-catalog .box {
        padding: 0;
    }

    .block-catalog .owl-stage {
        padding-left: 10px !important;
    }

    .block-title {
        margin: 50px 0 20px;
        font-size: 22px;
    }

    .common-slider .owl-nav {
        top: unset;
        bottom: -10px;
    }

    .common-slider .owl-nav button {
        background-image: url("/local/templates/okinail_flat/css/../images/icons/catalog-arrow-mobile.svg");
    }

    .common-slider .owl-prev {
        left: unset;
        right: 40px;
    }

    .common-slider .owl-nav .owl-next {
        right: 0;
    }

    .block-more {
        right: unset;
        top: unset;
        font-size: 14px;
        bottom: -35px;
        left: 12px;
    }

    .brand-slider-main {
        background-size: cover;
        flex-direction: column;
        justify-content: end;
        padding: 10px 10px 325px;
        align-items: start;
        margin-left: 0;
    }

    .brand-slider {
        margin-top: -150px;
    }


    .brand-slider .catalog-first {
        display: none;
    }


    .brand-slider .catalog-item-status {
        margin: 10px;
    }

    .brand-slider .catalog-item-favorite {
        right: 10px;
        top: 10px;
    }

    .block-brand .box, .brand-slider {
        padding: 0;
    }

    .block-brand .owl-stage {
        padding-left: 10px !important;
    }

    .block-more {
        right: unset;
        top: unset;
        font-size: 14px;
        bottom: -35px;
        left: 12px;
    }

    .catalog-slider .owl-nav {
        position: absolute;
        width: 100%;
        bottom: -10px;
    }

    .brand-slider-main .btn {
        font-size: 14px;
        display: inline-block;
        width: auto;
    }

    .catalog-main-photo .box {
        padding: 0;
    }

    .block-sections-box {
        padding: 0;
    }

    .block-catalog {
        padding-bottom: 30px;
    }

    .catalog-slider-off .catalog-item {
        min-width: calc(50% - 22px);
        float: left;
        margin-left: 11px !important;
    }

    .catalog-list {
        gap: 10px;
    }
}

@media (max-width: 600px) {
    .catalog-list {
        grid-template-columns: repeat(2, minmax(100px, auto));
        margin: 0 -10px;
    }
}
/* End */


/* Start:/local/templates/okinail_flat/components/bitrix/catalog.smart.filter/.default/style.css?17150961102783*/
.filter {
    width: 200px;
}

.filter-group {
    margin-bottom: 20px;
    position: relative;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.filter-header-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}

.filter-header-arrow {
    background: url("/local/templates/okinail_flat/images/icons/arrow-down.svg") center right no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.filter-group-open .filter-header-arrow {
    transform: rotate(180deg);
}

.filter-items {
    margin-top: 5px;
    display: none;
    position: relative;
}

.filter-group-open .filter-items {
    display: block;
}

.label-checkbox.checked {
    font-weight: bold;
}

.filter-group-open .disabled {
    color: var(--grey);
}

.filter-group-open .disabled .lock {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.filter-item {
    position: relative;
}

.filter-item label {
    display: block;
    padding: 3px 0;
    cursor: pointer;
}

.filter-item.active label, .filter-item label:hover {
    color: var(--black);
}

.filter-item input {
    position: absolute;
    opacity: 0;
}

.filter-price {
    margin-top: 10px;
    padding: 0 10px;
}

.filter-price::before {
    content: '';
    position: absolute;
    border-bottom: 2px solid var(--grey_light);
    width: 100%;
    height: 1px;
    top: 3px;
    left: 0;
}

.filter-price-values {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 20px;
}

.filter-bottom {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.filter-setting {
    padding-bottom: 20px;
}

.filter-setting-icon {
    cursor: pointer;
}

.bx-filter-container-modef {
    position: absolute;
    right: 0;
}

.bx-filter-popup-result {
    position: absolute;
}

.filter .letter {
    color: var(--grey);
    font-size: 12px;
    opacity: 0.7;
    display: none;
}

/*
@media (min-width: 900px) {
    .filter-group-open .filter-items {
        max-height: 300px;
        overflow-y: auto;
    }
}
*/

@media (max-width: 900px) {
    .catalog {
        gap: 0;
    }

    .filter {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        top: 60px;
        bottom: 160px;
        z-index: 210;
        overflow-y: auto;
    }

    .filter-box {
        padding: 0 25px 0 20px;
    }

    .filter-items {
        margin-top: 10px;
    }

    .filter-bottom {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        border-top: 1px solid var(--grey_light);
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: var(--white);
    }
}
/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?170124119764 */
/* /local/templates/okinail_flat/css/catalog.css?17150963697706 */
/* /local/templates/okinail_flat/components/bitrix/catalog.smart.filter/.default/style.css?17150961102783 */
