

/* Start:/local/templates/tpl_2019/components/bitrix/system.pagenavigation/arrows/style.css?16527125131842*/
.pagination-pages {
    position: relative;
    margin-top: 40px;
    font-weight: 500;
    font-size: 17px;
    color: #6d6d6d;
    text-align: center;
    margin-bottom: 45px;
}

.pagination-pages a {
    margin-right: 10px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    margin-left: 10px;
}

.pagination-pages a:hover {
    color: #931431;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.pagination-pages .fas {
    font-size: 20px;
    color: #6d6d6d;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.pagination-pages .fas:hover {
    color: #931431;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.active-page {
    color: #000
}

.angle-page {
    position: relative
}

.more-20 {
    position: absolute;
    color: #6d6d6d;
    text-transform: uppercase;
    font-size: 14px;
    top: 0;
    right: 30px
}

@media screen and (max-width:753px) {
    .pagination-pages {
        font-size: 14px
    }
    .more-20 {
        right: 0;
        font-size: 13px
    }
}

@media screen and (max-width:596px) {
    .pagination-pages {
        width: 90%;
        margin-bottom: 60px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: left
    }
    .pagination-pages a {
        margin-right: 8px
    }
    .pagination-pages .fas {
        font-size: 14px
    }
    .more-20 {
        font-size: 12px;
        margin-right: 0!important
    }
}
/* End */


/* Start:/local/templates/tpl_2019/components/bitrix/catalog.item/.default/style.css?175581520711532*/
.transparent {
    -ms-filter: "alpha(opacity=10)"; /* IE8 */
    filter: alpha(opacity=10); /* Old IE */
    -khtml-opacity: 0.1; /* Old Safari */
    -moz-opacity: 0.1; /* Old Firefox, Netscape */
    opacity: 0.1; /* Standard */
}

.products-wrap {
    padding: 0 31px 31px 31px;
    width: 390px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: -webkit-box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products-wrap:hover {
    -webkit-box-shadow: 1.286px 1.532px 6.58px 0.42px rgba(0, 0, 0, 0.13);
    box-shadow: 1.286px 1.532px 6.58px 0.42px rgba(0, 0, 0, 0.13);
    -webkit-transition: -webkit-box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.products-wrap__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.products-shortcuts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 26px;
    left: 0;
}

.shortcuts {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    height: 30px;
    margin-right: 5px;
    line-height: 30px;
    letter-spacing: 0;
}

.shortcuts-sale {
    width: 67px;
    font-size: 15px;
    background-color: #a06a76;
}

.shortcuts-hit {
    width: 52px;
    background-color: #708cdb;
}

.shortcuts-new {
    width: 64px;
    background-color: #8fcfd3;
}

.products-icons {
    color: #dadada;
    font-size: 20px;
    margin-left: auto;
    margin-top: 32px;
}

.products-icons i:nth-last-child(1) {
    margin-left: 17px;
}

.products-icons__list:hover {
    color: #000;
}

.products-icons__list-active i {
    color: #000;
}

.products-icons__heart:hover {
    color: #931431;
}

.products-icons__heart-active i {
    color: #931431;
}

.photo-product {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 240px;
    /*height: 270px;*/
    margin: 10px 0;
    text-align: center;
}

.photo-product img:not(.loaded) {
    top: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
}

.photo-product img {
    left: 0;
    right: 0;
    width: 100%;
    flex-grow: 1;
    margin: 0 auto;
    opacity: 0;
}

.photo-product .ch-img {
    opacity: 1;
}

.colors-wrap {
    opacity: 0;
    position: absolute;
    bottom: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.colors-pic {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    padding: 1px;
    border: 1px solid transparent;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.colors-pic:hover {
    border: 1px solid #6d6d6d;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.colors-pic span {
    width: 100%;
    height: 100%;
    display: block;
}

.colors-pic span[style*="#ffffff"] {
    box-shadow: inset 0 0 0 1px #e0e0e0;
}

.colors-pic-active {
    border: 1px solid #6d6d6d;
}

.products-footer__wrap {
    min-height: 160px;
}
.products-title {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 19px;
    /*margin-top: 23px;*/
    margin-bottom: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-title:hover {
    color: #931431;
}

.products-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.info_size_block {
    display: flex;
    justify-content: space-between;
}

.info-item {
    /*width: 50%;*/
    font-size: 13px;
    color: #6d6d6d;
    margin-bottom: 7px;
}

.fa-plane {
    font-size: 15px;
    color: #1c3284;
}

.info_item_flex_block {
    display: flex;
    justify-content: space-between;
}

.slider-link {
    align-self: flex-end;
    opacity: 0;
    color: #204B57;
    border: 1px solid #204B57;
    border-radius: 2px;
    padding: 2px 5px 1px 5px;
}

.slider-link:hover {
    color: #931431;
    border-color: #931431;
}

.products_availability_store {
    font-weight: 500;
    color: #2d248a;
    font-size: 13px;
    margin: 4px auto 0;
}

.products_store {
    background-color: #f9fbba;
    padding: 4px 6px;
}

.products-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.products-footer .btn-off-stock {
    width: 100%;
    font-size: 12px;
    line-height: 28px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    color: #931431;
    padding: 0;
    margin: 0 20px;
}

.current-price {
    font-size: 18px;
    font-weight: 700;
    color: #931431;
    margin-right: 14px;
}

.old-price {
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
}


.btn-to-curt {
    background-color: #931431;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    width: 113px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-left: auto;
    border-radius: 2px;
}

.btn-to-curt:hover {
    background-color: #6e0e24;
}

.btn-to-curt i {
    margin-left: 2px;
}

.btn-off-stock {
    padding: 10px 13px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    cursor: default;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    color: #931431;
    width: 80%;
    text-align: center;
}

.products-wrap:hover .colors-wrap {
    opacity: 1;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.products-wrap:hover .slider-link {
    opacity: 1;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

@media screen and (max-width: 1840px) {
    .products-wrap {
        width: 25%;
        min-width: 361px;
    }
}

@media screen and (max-width: 1725px) {
    .products-wrap {
        width: 33.3%;
    }
}

@media screen and (max-width: 1450px) {
    .products-wrap {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .colors-wrap {
        opacity: 1;
    }

    .btn-to-curt {
        width: 100px;
        font-size: 11px;
    }
}

@media screen and (max-width: 753px) {
    .products-wrap {
        position: relative;
        width: 50%;
        min-width: auto;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
    }

    .shortcuts {
        font-size: 11px;
    }

    .shortcuts-hit {
        width: 50px;
    }

    .shortcuts-new {
        width: 55px;
    }

    .shortcuts-sale {
        font-size: 12px;
        width: 55px;
    }

    .products-icons i:nth-last-child(1) {
        margin-left: 9px;
    }

    .products-icons__heart:hover,
    .products-icons__list:hover {
        color: #dadada;
    }

    .photo-product {
        min-height: 215px;
    }

    .colors-pic {
        margin-top: 0;
        margin-right: 3px;
    }

    .products-title {
        font-size: 14px;
    }

    .products-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info-item {
        text-align: left;
        margin-bottom: 10px;
    }

    .info-item:nth-child(even) {
        text-align: left;
    }

    .products-footer {
        margin-top: 10px;
    }

    .current-price {
        font-size: 16px;
        margin-right: 10px;
    }

    .old-price {
        font-size: 12px;
    }

    .btn-to-curt {
        width: 100px;
        font-size: 11px;
    }

    .slider-link {
        display: none;
    }


}

@media screen and (max-width: 596px) {
    .products-wrap {
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .products-shortcuts {
        top: 12px;
    }

    .shortcuts {
        height: 16px;
        font-size: 8px;
        line-height: 16px;
    }

    .shortcuts-hit {
        width: 26px;
    }

    .shortcuts-new {
        width: 31px;
    }

    .shortcuts-sale {
        width: 34px;
    }

    .products-icons {
        font-size: 10px;
        margin-top: 13px;
    }

    .products-icons i:nth-last-child(1) {
        margin-left: 7px;
    }

    .photo-product {
        min-height: 170px;
    }

    .colors-wrap {
        bottom: 38px;
        left: 10px;
        position: absolute;
    }

    .colors-pic {
        width: 13px;
        height: 13px;
        border: none;
    }

    .products-title {
        font-size: 9px;
        line-height: 10px;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .info-item {
        font-size: 9px;
        margin-bottom: 6px;
    }

    .info-item .fa-plane {
        font-size: 10px;
    }

    .products_availability_store {
        font-size: 9px;
    }

    .products-footer {
        margin-top: 14px;
    }

    .current-price {
        font-size: 13px;
    }

    .old-price {
        font-size: 12px;
    }

    .btn-to-curt {
        display: none;
    }
}

@media screen and (max-width: 490px) {
    .products-wrap {
        width: 100%;
        padding: 15px 15px 20px 15px;
        background-color: #ffffff;
        border: 1px solid #f1f1f1;
        margin-bottom: 3px;
    }

    .shortcuts-hit, .shortcuts-sale, .shortcuts-new {
        width: 42px;
        font-weight: 700;
        font-size: 12px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }

    .products-icons {
        font-size: 18px;
    }

    .photo-product {
        min-height: 250px;
        margin-top: 12px;
    }

    .photo-product img {
        max-width: 100%;
    }

    .colors-wrap {
        display: inline-block;
        position: absolute;
        bottom: 16px;
        left: 0;
        opacity: 0.7;
    }

    .colors-pic {
        width: 20px;
        height: 20px;
        margin-top: 3px;
    }

    .products-title {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .info-item {
        font-size: 13px;
    }

    .products_availability_store {
        font-size: 13px;
    }

    .products-footer {
        margin-top: 10px;
    }

    .btn-to-curt {
        display: block;
    }

    .slider-link {
        display: block;
        opacity: 1;
    }
}

@media screen and (max-width: 360px) {
    .photo-product {
        min-height: 170px;
    }
}
/* End */
/* /local/templates/tpl_2019/components/bitrix/system.pagenavigation/arrows/style.css?16527125131842 */
/* /local/templates/tpl_2019/components/bitrix/catalog.item/.default/style.css?175581520711532 */
