

/* Start:/local/templates/main/components/saa/catalog/catalog_complex/style.css?17504265778084*/
.tag-links.bottom {
    margin-bottom: 20px;
}

.grid {
}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {
}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog__aside.mobile-filter {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
}

.mobile-filter .filters__title {
    display: none;
}

.catalog__aside.mobile-filter .bx-filter-popup-result {
    top: calc(100% - 1rem);
    left: 0;
    width: 100%;
    text-align: center;
}

.catalog__aside.mobile-filter .bx-filter-popup-result .arrow {
    display: none;
}

@media (max-width: 992px) {
    .catalog__aside.mobile-filter .catalog__aside-banners {
        display: none;
    }
}

@media (max-width: 960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width: 640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }

    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

@media (max-width: 479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }
}

/* select-product-popup */
.select-product-wrapper-popup {
    position: absolute;
    top: 43px;
    left: -265px;
    width: 247px;
    height: calc(100% - 43px);
    transition: z-index 0.3s, opacity 0.3s;
}



.select-product-wrapper-popup.hidden {
    z-index: -10;
    opacity: 0;
    transition: z-index 0.3s, opacity 0.3s;
}

.select-product-button {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 210px;
    max-width: 100%;
    height: 45px;
    margin: 0 auto;
    border-radius: 2px;
    border: 2px solid #FDBF2D;
    background: #FDBF2D;
    box-shadow: 0px 154px 43px 0px rgba(0, 0, 0, 0.00), 0px 98px 39px 0px rgba(0, 0, 0, 0.01), 0px 55px 33px 0px rgba(0, 0, 0, 0.05), 0px 25px 25px 0px rgba(0, 0, 0, 0.09), 0px 6px 14px 0px rgba(0, 0, 0, 0.10);
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: z-index 0.3s, opacity 0.3s;
}

.select-product-button:focus {
    border: 2px solid #FDBF2D;
    outline-width: 0;
}

.select-product-button:hover {
    background-color: #f5ac02;
    border-color: #eba502;
}

.select-product-button.hidden {
    z-index: -10;
    opacity: 0;
    transition: z-index 0.3s, opacity 0.3s;
}

/*
.select-product-button:not(.sticky):not(.popup-form__button_submit) {
    display: none;
}
*/
.catalog__aside .select-product-button {
    width: 100%;
    margin-bottom: 20px;
}

.catalog__aside .select-product-button:first-child {
    margin-top: -10px;
}

.select-product-button span {
    margin: auto;
    white-space: nowrap;
}

.select-product-popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: z-index 0.3s, opacity 0.3s;
}

.select-product-popup.hidden {
    z-index: -10;
    opacity: 0;
    transition: z-index 0.3s, opacity 0.3s;
}

.select-product-popup__wrapper-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 20px;
    border: 1px solid #B9BDC1;
    background: #FFF;
}

.select-product-popup__title {
    color: #292B2C;
    font-family: "Pragmatica Slabserif";
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
}

.select-product-popup__description {
    margin: 25px 0;
    color: #696E75;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.select-product-popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    padding-top: 24px;
    border-top: 1px solid #B9BDC1;
}

.select-product-popup__form .select-product-button {
    border-radius: 2px;
}

.select-product-popup__wrapper-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.select-product-popup__title-input {
    color: #B9BDC1;
    font-size: 13px;
    font-weight: 400;
}

.select-product-popup__input {
    width: 100%;
    height: 38px;
    padding-left: 11px;
    border-radius: 4px;
    border: 1px solid #CFCFD0;
    background: #F6F6F7;
    color: #696E75;
    font-size: 14px;
    font-weight: 400;
    outline: none;
}

.select-product-popup__check {
    margin-top: 12px;
}

.select-product-popup__close {
    display: none;
}

/*@media (max-width: 1840px) {*/
    .select-product-wrapper-popup {
        left: 0;
        width: 45px;
    }

    .select-product-popup {
        position: fixed;
        top: 0 !important;
        bottom: 0 !important;
        left: 0;
        right: 0;
        z-index: 300;
        margin: auto;
        background-color: rgb(11, 11, 11, 0.8);
    }

    .select-product-popup__wrapper-content {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 30%;
        margin: auto;
    }

    .select-product-popup__close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
        display: block;
        opacity: 0.5;
        cursor: pointer;
    }

    .select-product-button.sticky {
        width: 45px;
        height: 223px;
        left: 0 !important;
        border-radius: 0 10px 10px 0;
        box-shadow: 0 154px 43px 0 rgba(0, 0, 0, 0.00), 0 98px 39px 0 rgba(0, 0, 0, 0.01), 0 55px 33px 0 rgba(0, 0, 0, 0.05), 0 25px 25px 0 rgba(0, 0, 0, 0.09), 0 6px 14px 0 rgba(0, 0, 0, 0.10);
    }

    .select-product-button.sticky span {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
    }
/*}*/

@media (max-width: 1350px) {
    .select-product-popup {
        transition: z-index 0s, opacity 0.3s;
    }

    .select-product-popup.hidden {
        transition: z-index 0.5s, opacity 0.3s;
    }

    .select-product-button.sticky {
        display: none;
    }

    .select-product-button:not(.sticky):not(.popup-form__button_submit) {
        display: flex;
    }

    .select-product-popup__wrapper-content {
        width: 360px;
        max-width: 94%;
    }
}

@media (max-width: 991.98px) {
    .select-product-button.sticky {
        display: flex;
    }

    .select-product-button:not(.sticky):not(.popup-form__button_submit) {
        display: none;
    }

    .select-product-popup {
        padding-top: 60px;
    }

    .select-product-popup.hidden {
        display: none;
    }

    .select-product-wrapper-popup .select-product-button.sticky {
        top: 250px !important;
    }
    /*.select-product-button {
        z-index: 999;
    }*/
}

@media (max-width: 480px) {
	.select-product-wrapper-popup{
		width: 32px;
	}
    .select-product-button.sticky {
        height: 170px;
        font-size: 11px;
        max-width: 32px;
        line-height: 1;
    }
}

.h_one_and_button_wrap{
    display:flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-end;
    /*justify-content: center;*/
}
.h_one_and_button_wrap .select-product-button {
    margin-bottom: 1em;
    margin-left:1em;
}

@media (max-width: 991.98px) {
    .h_one_and_button_wrap{
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .h_one_and_button_wrap .select-product-button {
        margin-bottom: 1em;
        margin-left:0px;
        display:flex !important;
    }
}

/* End */
/* /local/templates/main/components/saa/catalog/catalog_complex/style.css?17504265778084 */
