

/* Start:/local/templates/.default/components/bitrix/catalog/catalog/style.css?172440172428*/
.resImg {
max-width: 100%;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?17138833058266*/
.product-info__gallery-color {
    position: relative;
    left: -61px;
    margin-top: 27px;
	z-index: 10;
}
.gallery-color{
    font: 500 14px/24px "Montserrat",sans-serif;
}
.gallery-color__title {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    display: block;
    font: 700 14px/24px "Montserrat",sans-serif;
    padding: 0 19px 5px 0;
    position: relative;
    color: #467bcb;
}

.gallery-color__information {
    text-align: justify;
    margin-bottom: 24px;
    color: #2a2f37;
}
.gallery-color__information p:first {
    margin-top: 0;
}
.gallery-color__items {
    --space: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}
.gallery-color__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100%/4 - (var(--space) * 2));
            flex: 0 1 calc(100%/4 - (var(--space) * 2));
    margin-bottom: 1rem;
    padding-left: var(--space);
    padding-right: var(--space);
}
.gallery-color__item-btn {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #2a2f37;
	outline: none;
	width: 100%;
}
.gallery-color__item-btn:active,
.gallery-color__item-btn:hover,
.gallery-color__item-btn:focus,
.gallery-color__item-btn:visited {
	cursor: pointer;
}

.gallery-color__item-box {
	padding-top: 51.492537313432834%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery-color__item-img {
    max-width: 100%;
}
.gallery-color__item-name {
    text-align: left;
    margin-top: 2px;
}
.gallery-color__item,
.gallery-color__item-btn,
.gallery-color__item-box
.gallery-color__item-img,
.modal-js__slide,
.modal-js__slider-img-box {
	cursor: pointer;
}

/*modal*/
.modal-js-container {
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: hidden;
    opacity: 0;
    left: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
}
.modal-js-container.active {
    visibility: visible;
    opacity: 1;
	z-index: 12;
}
.modal-js {
    overflow-y: auto;
    position: absolute;
    width: calc(100% - 1rem);
    height: auto;
    max-height: calc(100% - 3.6rem);
    max-width: 62em;
    background: #fff;
    border-radius: .4rem;
    opacity: 0;
    transform: translateY(75%);
    -webkit-transform: translateY(75%);
    -moz-transform: translateY(75%);
    -ms-transform: translateY(75%);
    -o-transform: translateY(75%);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.modal-js.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
}
.modal-js__overlay {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0,0,0,.6);
    left: 0;
}
/*close*/
.modal-js__header{
    background: #fafafa;
    padding: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.modal-js__close {
    border: none;
    background: none;
    width: 28px;
    height: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    cursor: pointer;
}
.modal-js__close:after, 
.modal-js__close:before {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    content: '';
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 2px solid #2a2f37;
    width: 28px;
    left: 0;
}
.modal-js__close:before{
    bottom: 9px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.modal-js__close:after{
    top: 9px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
/*end close*/
.modal-js__title {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 20pt;
    word-break: normal;
    line-height: 1.125;
    font-weight: 400;
    width: 100%;
}
.catalog-detail-page .modal-js__title {
    font-size: 20pt;
    line-height: 1.125;
    font-weight: 400;
}
.modal-js__container{
    padding: 2rem;
}
.modal-js__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 1.6rem;
    font-size: 10.5pt;
}
.modal-js__wrapper-left,
.modal-js__wrapper-right{
    text-align: center;
    width: 100%;
}
.modal-js__wrapper-left {
    max-width: 31rem;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

.modal-js__slider-name {
    display: block;
    width: 100%;
    font-weight: 700;
    margin-top: 2.4rem;
    text-align: center;
    color: #2a2f37;
    font-size: 10.5pt;
}
/*nav*/
.modal-js__carousel .slick-prev,
.modal-js__carousel .slick-next {
    cursor: pointer;
    border: none;
    padding: 0;
    height: 16px;
    width: 16px;
    position: absolute;
    bottom: .6rem;
    background: #ffffff;
    font-size: 0;
    top: unset;
    bottom: 0;
}
.modal-js__carousel .slick-next:before,
.modal-js__carousel .slick-next:after,
.modal-js__carousel .slick-prev:before,
.modal-js__carousel .slick-prev:after {
    display: none;
}
.modal-js__carousel .slick-prev{
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M7.499 16.016l12.686 15.485 4.316-2.702-10.584-13.355L24.501 2.128 20.185-.498 7.499 14.989z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
}
.modal-js__carousel .slick-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M24.501 14.986L11.815-.499 7.499 2.203l10.584 13.355L7.499 28.874l4.316 2.626 12.686-15.487z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
}
.modal-js__slider-img-box {
    padding-top: 41.56353%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.stick-wrap.js-sticky:not(.is_stuck) {
	top: 86px;
	position: sticky;
}


@media (max-width: 1366px) {
    .product-info__gallery-color {
        left: 0;
    }
}

@media screen and (max-width: 576px){
    .catalog-detail-page .modal-js__title {
        font-size: 20px;
    }
    .gallery-color__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .gallery-color__item-btn {
        width: 100%;
    }
    .gallery-color__item-box {
        height: 55px;
		padding-top: 0;
    }
    .gallery-color__item-img {
        max-width: unset;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
        -o-object-position: center;
           object-position: center;
    }
    .modal-js {
        width: 100%;
        max-width: 99.6rem;
    }
    .modal-js__close {
        transform: scale(.85);
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -ms-transform: scale(.85);
        -o-transform: scale(.85);
}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog/style.css?172440172428 */
/* /local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?17138833058266 */
