

/* Start:/local/templates/edisontheme/css/styles_parts/catalog.css?174763003912902*/
.catalog {
    margin-bottom: 110px
}

.catalog__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 25px;
    margin-bottom: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9a9a9a
}

.catalog__grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 30px
}

.catalog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 29px;
    margin-bottom: 34px
}

.catalog__item {
    width: calc(((100% - ((12 - 1) * 30px))/ 12 * 3) + ((3 - 1) * 30px))
}

.catalog .card__label {
    top: 10px;
    left: 10px
}

.catalog .card__fav {
    top: 10px;
    right: 10px
}

.catalog .card__img {
    height: 380px
}

.catalog__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    border: 1px solid #1e1e26;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    color: #1e1e26;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    background-color: transparent;
}

.filter-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-header__title {
    width: 380px;
    padding-left: 20px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #1e1e26
}

.filter-header__qnt {
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #a0a0a0
}

.sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.sort__label {
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #a0a0a0
}

.select {
    display: block;
    min-width: 241px;
    position: relative
}

.new-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 35px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    padding: 3px 15px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #1e1e26;
    background: #f5f5f5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.new-select::after {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    width: 8px;
    height: 8px;
    background-image: url(/local/templates/edisontheme/css/styles_parts/../../icons/triangle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.new-select.on::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.new-select__list {
    position: absolute;
    z-index: 100;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0,0,0,.06);
    box-shadow: 0 4px 30px 0 rgba(0,0,0,.06);
    background: #fcfcfc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.new-select__list.on {
    display: block
}

.new-select__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
    padding: 4px;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    color: #1e1e26;
    cursor: pointer;
    text-align: left;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.new-select__item:last-child {
    margin-bottom: 0
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #1e1e26;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    color: #1e1e26;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.pagination__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #1e1e26;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    color: #1e1e26
}

.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
}

.filter__close {
    display: none
}

.filter__close svg {
    width: 15px;
    height: 15px;
    fill: #1e1e26
}

.filter__close span {
    font-weight: 400;
    font-size: 16px;
    color: #1e1e26
}

.filter__section.open .filter__title svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.filter__section.open .filter__list {
    display: block
}

.filter__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 9px;
    border-bottom: 1px solid #9a9a9a;
    cursor: pointer
}

.filter__title span {
    font-weight: 500;
    font-size: 18px;
    color: #1e1e26
}

.filter__title svg {
    width: 12px;
    height: 12px;
    fill: #1e1e26;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.filter__reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 39px;
    margin-top: 15px;
    padding: 0;
    border: 1px solid #1e1e26;
    border-radius: 3px;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    color: #1e1e26;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.filter__list {
    display: none;
    padding: 15px 20px 19px;
    border-bottom: 1px solid #9a9a9a
}

.filter__item {
    margin-bottom: 15px;
    padding-right: 7px
}

.filter__item:last-child {
    margin-bottom: 0
}

.sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.sizes__checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 47px;
    height: 35px;
    border: 1px solid #9a9a9a;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    color: #1e1e26;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.sizes__checkbox input {
    display: none
}

.sizes__checkbox input:checked+label {
    border-color: #e1251b;
    background-color: #e1251b;
    color: #fff
}

@media screen and (max-width: 1679px) {
    .catalog__grid {
        grid-template-columns: 310px 1fr;
        -webkit-column-gap: 31px;
        -moz-column-gap: 31px;
        column-gap: 31px
    }

    .catalog__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .catalog__item {
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 4) + ((4 - 1) * 30px))
    }

    .catalog .card__img {
        height: 385px
    }

    .catalog .card__price {
        letter-spacing: -.04em
    }

    .filter-header__title {
        width: 343px;
        padding-left: 0
    }

    .filter__item {
        padding-right: 0
    }

    .filter--search {
        gap: 20px
    }
}

@media screen and (max-width: 1365px) {
    .catalog {
        margin-bottom: 81px
    }

    .catalog__header {
        margin-bottom: 23px;
        padding-bottom: 0;
        border-bottom: none
    }

    .catalog__grid {
        grid-template-columns: 100%;
        gap: 0
    }

    .catalog__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .catalog .card__img {
        height: 350px
    }

    .filter-header {
        gap: 14px
    }

    .filter-header__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        top: 2px;
        width: 141px;
        height: 38px;
        padding-left: 15px;
        border-radius: 4px;
        background-color: #f5f5f5;
        background-image: url(/local/templates/edisontheme/css/styles_parts/../../icons/triangle.svg);
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 8px
    }

    .filter {
        display: none;
        position: fixed;
        z-index: 9900;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 1024px;
        max-height: 100vh;
        overflow-y: auto;
        border-radius: 0 0 15px 15px;
        padding: 40px 15px;
        background: #eef2f5
    }

    .filter__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 30px
    }

    .filter__section {
        margin-bottom: 5px
    }

    .filter--search {
        gap: 20px;
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: none;
        background: 0 0;
        padding: 0;
        border-radius: 0
    }

    .filter--search .filter__section {
        margin-bottom: 0
    }
}

@media screen and (max-width: 1023px) {
    .catalog__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .catalog .card__img {
        height: 300px
    }

    .filter--search {
        gap: 5px
    }
}

@media screen and (max-width: 767px) {
    .catalog__header {
        margin-bottom: 24px
    }

    .catalog__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 20px;
        margin-bottom: 25px
    }

    .catalog__item {
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 12) + ((12 - 1) * 30px))
    }

    .catalog .card__img {
        height: 420px
    }

    .filter-header {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .pagination {
        gap: 5px
    }

    .pagination__item,.pagination__link {
        width: calc((100% - 25px)/ 6);
        height: 49px
    }
}

@media screen and (max-width: 413px) {
    .catalog__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .catalog .card__img {
        height: 350px
    }
}
/* End */


/* Start:/local/templates/edisontheme/css/styles_parts/search.css?17476300395084*/
.search-result {
    margin-bottom: 110px;
    padding-top: 20px
}

.search-result__grid {
    display: grid;
    grid-template-columns: 351px 1fr;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin-top: 70px
}

.search-result__main {
    padding-right: 4px
}

.search-result__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 29px;
    margin-bottom: 29px
}

.search-result__item {
    width: calc(((100% - ((12 - 1) * 30px))/ 12 * 3) + ((3 - 1) * 30px))
}

.search-result__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border: 1px solid #1e1e26;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    color: #1e1e26;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.search-result__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 34px;
    padding-top: 14px
}

.search-result__title {
    margin: 0 0 20px;
    padding: 0 20px 9px;
    border-bottom: 1px solid #9a9a9a;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: #1e1e26
}

.search-result__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px
}

.search-result__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9px
}

.search-result__link img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.search-result__link span {
    font-weight: 400;
    font-size: 16px;
    color: #1e1e26;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.search-result .card__img {
    height: 380px
}

.search-result .card__fav {
    top: 10px;
    right: 10px
}

.search-result__section:nth-child(2) .search-result__link {
    min-height: 24px
}

.search-result__section:nth-child(2) .search-result__link span {
    padding-top: 2px
}

@media screen and (max-width: 1679px) {
    .search-result__grid {
        grid-template-columns: 312px 1fr;
        gap: 30px;
        margin-top: 61px
    }

    .search-result__main {
        padding-right: 0
    }

    .search-result__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .search-result__item {
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 4) + ((4 - 1) * 30px))
    }

    .search-result__sidebar {
        gap: 30px;
        padding-top: 0
    }

    .search-result__section:nth-child(2) .search-result__title {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 1365px) {
    .search-result {
        margin-bottom: 81px;
        padding-top: 40px
    }

    .search-result__grid {
        gap: 29px;
        margin-top: 40px
    }

    .search-result__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    

    .search-result__title {
        font-size: 20px;
        letter-spacing: -.04em
    }

    .search-result__section:nth-child(2) .search-result__title {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 1023px) {
    .search-result__grid {
        grid-template-columns: 226px 1fr;
        gap: 30px
    }

    .search-result__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .search-result .card__img {
        height: 300px
    }
}

@media screen and (max-width: 767px) {
    .search-result {
        padding-top: 30px
    }

    .search-result__grid {
        grid-template-columns: 100%;
        margin-top: 30px;
        row-gap: 40px
    }

    .search-result__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 20px
    }

    .search-result__item {
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 12) + ((12 - 1) * 30px))
    }

    .search-result .card__img {
        height: 420px
    }

    .search-result .search {
        padding: 0
    }
}

@media screen and (max-width: 413px) {
    .search-result__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .search-result .card__img {
        height: 350px
    }
}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/catalog.section/collections/style.css?17476300401365*/
/* html .catalog .card__img{
    height: 480px;
}


html .card__price.red{
    color: #1E1E26;
}

html .card__img img{
    object-fit: fill;
}

html .catalog .card__fav{
    top: 10px;
    right: 10px;
}


@media screen and (max-width:1366px){
    html .container {
        width: 100%;
    }
    html .search-result__item{
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 3) + ((3 - 1) * 30px));
    }
    html .catalog .card__img{
        height: 385px;
    }
}

@media screen and (max-width:1024px){
    html .search-result__item{
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 4) + ((4 - 1) * 30px));
    }
    html .catalog .card__img{
        height: 350px;
    }
}
@media screen and (max-width:768px){

    html .catalog .card__img{
        height: 300px;
    }

}

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

    html .search-result__item{
        width:calc(((100% - ((12 - 1) * 30px))/ 12 * 12) + ((12 - 1) * 30px));
    }

    html .catalog .card__img{
        height: 420px;
    }

}

@media screen and (max-width:320px){
    html .catalog .card__img{
        height: 350px;
    }

} */

.catalog__row{
    max-width: calc(100% - 30px - 350px);
    margin: auto;
}

@media (max-width: 1679px){
    .catalog__row{
        max-width: calc(100% - 31px - 310px);
    }
}

@media (max-width: 1365px){
    .catalog__row{
        max-width: 100%;
    }
}
/* End */
/* /local/templates/edisontheme/css/styles_parts/catalog.css?174763003912902 */
/* /local/templates/edisontheme/css/styles_parts/search.css?17476300395084 */
/* /local/templates/edisontheme/components/bitrix/catalog.section/collections/style.css?17476300401365 */
