

/* Start:/tsveta-i-faktury//style.css?17639695976013*/
.colors_container{
    padding: 100px 110px;
    background-color: var(--white);
}
.colors_title{
    font-size: 46px;
    font-weight: 500;
    line-height: 48px;
    color: var(--gray2);
    margin-bottom: 58px;
}
.colors_title-color{
    font-size: 46px;
    font-weight: 500;
    line-height: 48px;
    color: var(--gray2);
    margin-bottom: 5px;
}
.colors_description {
    margin-bottom: 58px;
    color: var(--gray3);
}
.colors_title+.colors_desc{
    margin-top: -56px;
    font-size: 30px;
    line-height: 30px;
    color: var(--gray3);
    font-weight: 300;
}
.colors_bg{
    aspect-ratio:115/80;
    margin-bottom: 4px;
}
.colors_name{
    color: var(--gray3);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 15px;
}


@media(max-width:992px){
    .colors_container{
        padding: 50px 30px 5px;
    }
}
@media(max-width:768px){
    .colors_container{
        padding: 25px 25px 5px;
    }
}
.colors_slider .slick-track,.slick-initialized .colors_slide.row{
    display: flex;
}
.colors_slider__container{
    position: relative;
    padding: 0 12px;
    margin-bottom: 35px;
}
.colors_slider__container .slick-arrow{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg opacity='0.2' id=''%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4697 5.46967C13.7626 5.17678 14.2374 5.17678 14.5303 5.46967L20.5303 11.4697C20.8232 11.7626 20.8232 12.2374 20.5303 12.5303L14.5303 18.5303C14.2374 18.8232 13.7626 18.8232 13.4697 18.5303C13.1768 18.2374 13.1768 17.7626 13.4697 17.4697L18.1893 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H18.1893L13.4697 6.53033C13.1768 6.23744 13.1768 5.76256 13.4697 5.46967Z' fill='%234F4F4F'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    font-size: 0;
    width: 39px;
    height: 39px;
    cursor: pointer;
    background-color:transparent;
    border: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transition: background 0.3s ease-out; 
}
.colors_slider__container .slick-arrow:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id=''%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4697 5.46967C13.7626 5.17678 14.2374 5.17678 14.5303 5.46967L20.5303 11.4697C20.8232 11.7626 20.8232 12.2374 20.5303 12.5303L14.5303 18.5303C14.2374 18.8232 13.7626 18.8232 13.4697 18.5303C13.1768 18.2374 13.1768 17.7626 13.4697 17.4697L18.1893 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H18.1893L13.4697 6.53033C13.1768 6.23744 13.1768 5.76256 13.4697 5.46967Z' fill='%234F4F4F'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.colors_slider__container .slick-prev{
    left: -59px;
    transform: rotate(180deg) translateY(50%);
}
.colors_slider__container .slick-next{
    right: -59px;
}
.colors_slider__dots .slick-dots{
    display: flex;
    align-items: center;
    margin: 0 -7px 60px;
    justify-content: center;
}
.colors_slider__dots .slick-dots li{
    cursor: pointer;
    transition: background 0.3s ease-out, color 0.3s ease-out;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    margin: 0 7px;
    border: 1px solid var(--gray4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.colors_slider__dots .slick-dots li button {
    background-color: transparent;
    border: 0;
    outline: 0;
    color: var(--gray3);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    cursor: pointer;
}
.colors_slider__dots .slick-dots li.slick-active,.colors_slider__dots .slick-dots li:hover{
    background: var(--gray4);
    text-decoration: none;
}
.colors_slider__dots .slick-dots li.slick-active button,.colors_slider__dots .slick-dots li:hover button{
    color: var(--white);
}

.popup.color{
    width: 730px;
    max-width: 100%;
}
.colors_popup{
    padding: 0 65px;
    position: relative;
}
.colors_popup .color_block{
    aspect-ratio:484/338;
    width: 100%;
    margin-bottom: 93px;
}
.colors_popup .btn svg{
    right: 32px !important;
}
.colors_popup .btn:hover svg>*{
    fill: var(--white);
}
.colors_popup__arrows .slider_arrow{
    left: -200px;
}
.colors_popup__arrows .slider_arrow.next{
    left: auto;
    right: -200px;
}

.gradient {
    width:100%;
    height: 100%;
}

.gradient-show {
    width:100%;
    height: 100%;
    opacity: 0.5;
    width: 100%;
    transition: opacity 500ms 0ms ease-in-out;
}

.gradient-show:hover { 
    opacity: 1
}

.gradient-list-show { 
    width:100%;
    height: 100%;
    opacity: 0.5;
    width: 100%;
    transition: opacity 500ms 0ms ease-in-out;
}

.gradient-list:hover { 
    background-size: 200% 200% !important;
    animation: gradient-animation 5s ease infinite;
}

.gradient-detail {
    width:100%;
    height: 100%;
    background-size: 200% 200% !important;
    animation: gradient-animation 5s ease infinite;
}

@keyframes gradient-animation {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.colors_factures .slick-slider {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-touch-callout: default;
}
/* End */


/* Start:/local/templates/applico_bitrix/components/bitrix/news.list/production__factures/style.css?16998688154915*/
.factures_list__item.factures_list__item{
    margin-bottom: 90px;
    background: rgba(217, 217, 217, 0.20);
    padding: 38px 38px 0;
    display: flex !important;
    height: auto;
    flex-wrap: wrap;
    align-items: center;
}
.facture_img__slider__container{
    border-radius: 45px;
    overflow: hidden;
    margin-right:38px;
    width: calc(50% - 19px);
    margin-bottom: 38px;
    position: relative;
}
.facture__img{
    height: auto !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.facture__img img{
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    flex: 1;
}
.facture_img__slider .slick-track {
    display: flex;
}
.facture_text{
    flex: 1;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: var(--gray3);
    margin-bottom: 38px;
    padding: 0 40px;
}
.facture_title{
    margin-bottom: 41px;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
}
.facture_desc{
    margin-bottom: 50px;
}
.facture_size{
    margin-bottom: 96px;
}
.facture_price sup{
    font-size: 14px;
}
.factures_list .factures_list__item:nth-child(even) {
    flex-direction: row-reverse;
}
.factures_list .factures_list__item:nth-child(even) .facture_img__slider__container{
    margin-right: 0;
}
.factures_list .factures_list__item:nth-child(even) .facture_text{
    margin-right: 38px;
}
.mainslider__dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.mainslider__dots .slick-dots {
    display: inline-flex;
}
.mainslider__dots .slick-dots button {
    opacity: 0;
    pointer-events: none;
}
.mainslider__dots li {
    width: 16px;
    height: 16px;
    border: 3px solid var(--white);
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
    margin: 0 9px;
}
.mainslider__dots li:hover,.mainslider__dots li.slick-active {
    background-color: var(--white);
}
@media(max-width:992px){
    .mainslider__dots{
        bottom: 15px;
    }
    .factures_list .factures_list__item:nth-child(even) .facture_text{margin-right: 0}
    .facture_img__slider__container{
        width: 100%;
        margin-right: 0;
    }
    .facture_title,.facture_desc,.facture_size{margin-bottom: 20px;}
    .facture_text{
        padding: 0 10px;
    }
}
@media(max-width:576px){
    .factures_list__item{
        padding: 16px 16px 0;
    }
    .facture_desc,.facture_size,.facture_price{
        font-size: 22px;
    }
    .factures_list__item{margin-bottom: 45px;}
}

/*slider with dots*/
.factures_slider_dots{
    margin-top: 79px;
    margin-bottom: 65px;
}
.factures_slider_dots__item{
    text-align: center;
}
.factures_slider_dots__item__img{
    height: 226px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 24px;
}
.factures_slider_dots__item .btn{
    border-color: transparent;
    padding: 8px 20px;
}
.factures_slider_dots__item.factures_slider_dots__item .btn:hover{
    border-color: var(--gray3);
    background: var(--white);
    color: var(--gray2);
}
@media (min-width: 1200px) {
    .row-cols-xl-7 > * {
      flex: 0 0 auto;
      width: 14.285714% !important;
    }
}
.factures_list .slick-list>.slick-track {
    display: flex;
}
.facture_img__slider{display: flex}
.factures_list__container{
    position: relative;
}
.factures_list__dots{display: none}
.factures_list__container .factures_list__item.factures_list__item{
    margin-bottom: 0;
}
.factures_list__arrows .slick-arrow{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='46' viewBox='0 0 26 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M24.2126 44.4261L2.99938 23.2129L24.2126 1.99969' stroke='%234F4F4F' stroke-width='4'/%3E%3C/svg%3E%0A");
    font-size: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color:transparent;
    border: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transition: background 0.3s ease-out; 
}
.factures_list__arrows .slick-arrow:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='46' viewBox='0 0 26 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.2126 44.4261L2.99938 23.2129L24.2126 1.99969' stroke='%234F4F4F' stroke-width='4'/%3E%3C/svg%3E%0A");
}
.factures_list__arrows .slick-prev{
    left: -35px;
}
.factures_list__arrows .slick-next{
    right: -35px;
    transform: rotate(180deg) translateY(50%);
}
/* End */
/* /tsveta-i-faktury//style.css?17639695976013 */
/* /local/templates/applico_bitrix/components/bitrix/news.list/production__factures/style.css?16998688154915 */
