

/* Start:/local/templates/olissys2026/components/bitrix/news/catalog_2026/bitrix/news.detail/catalog2021/style.css?177652148838151*/
.preview-gallery {
    display: flex;
    gap: 12px;
    padding: 12px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #F1EFEF;
    border-radius: 8px;
margin-top: 30px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* плавный скролл на iOS */
    justify-content: center;
}

.kahestvo .items .item .p {
/*cursor:pointer;*/
}

.info .kn {
text-align:center;
}

.photos.popup_show {
    width: 80%;
margin:0 auto;
top:10px;
}



.photos .popup__content {
    padding: 1.25rem;
    padding-top: 20px;
}

.photos .popup__content .photo {
margin:10px 0;
}

/*
.popup__wrapper .photo {
height:100vh;
}
*/

.photos .popup__content .photo img {
max-width:100%;
max-height:100%;
width:80%;
height:80%;
}



/* Скроллбар для Chrome/Safari */
.preview-gallery::-webkit-scrollbar {
    height: 5px;
}
.preview-gallery::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 3px;
}
.preview-gallery::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 3px;
}
.preview-gallery::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.preview-item {
    flex: 0 0 auto;
    width: 90px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.2s ease;
    background: #e9ecef;
    position: relative;
}

.preview-item:hover {
    border-color: #009fe3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.preview-item.active {
    border-color: #009fe3;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

.preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s;
}

.preview-item:hover img {
    transform: scale(1.05);
}

/* Адаптив */
@media (max-width: 768px) {
    .preview-item {
        width: 70px;
        height: 55px;
    }
    .preview-gallery {
        gap: 8px;
        padding: 10px 4px;
    }
}

@media (max-width: 480px) {
    .preview-item {
        width: 60px;
        height: 45px;
    }
}




/* Контейнер должен быть относительным, чтобы цены позиционировались внутри него */
.custom-price-overlay-container {
    position: relative;
    width: 100%;
    overflow: hidden; /* Чтобы текст не вылезал за границы */
}

/* Картинка растягивается на всю ширину */
.overlay-image {
    display: block;
    width: 100%;
    height: auto;
}

/* Слой с ценами покрывает картинку полностью */
.price-labels-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Сам блок с текстом (цена + название) */
.price-tag {
    position: absolute;
    transform: translate(-50%, -50%); /* Центрируем точку координат */
    text-align: center;
    pointer-events: none; /* Чтобы текст не мешал кликать, если нужно */
    width: auto; /* Ограничиваем ширину, чтобы не было слишком длинных строк */
white-space: nowrap;
}

/* Стили текста названия (например: КРОВАТЬ) */
.price-title {
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3); /* Тень для читаемости */
    margin-bottom: 5px;
    font-size: 50px;
    line-height: 50px;
  transform: scaleX(0.8) scaleY(1.3); /* 0.7 = сужаем, 1.4 = растягиваем */
  transform-origin: center; 
}

/* Стили текста цены (например: 134 300 ₽) */
.price-value {
    font-weight: 900;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 50px;
    line-height: 100px;
    transform: scaleX(1) scaleY(1.5);
    transform-origin: center;
}

/* --- АДАПТИВНОСТЬ --- */

/* Планшеты (ширина меньше 1024px) */
@media (max-width: 1360px) {
    .price-title {
        font-size: 28px;
        line-height: 30px;
}
    .price-value {
        font-size: 28px;
        line-height: 35px;
}
}

/* Планшеты (ширина меньше 1024px) */
@media (max-width: 1024px) {
    .price-title {
 font-size: 20px; 
    line-height: 25px;
}
    .price-value {
 font-size: 24px; 
    line-height: 25px;
}
}

/* Мобильные (ширина меньше 768px) */
@media (max-width: 768px) {
    .price-title {
 font-size: 20px; 
    line-height: 20px;
}
    .price-value {
 font-size: 22px; 
    line-height: 20px;
}

}

/* Маленькие телефоны (ширина меньше 480px) */
@media (max-width: 480px) {
    .price-title {
 font-size: 8px; 
    line-height: 10px;
}
    .price-value {
 font-size: 10px; 
    line-height: 10px;
}
}



.page .kit__container {
max-width:1620px;
}

.vblock1 .items-mob {
display:none;
}

.kahestvo {
margin-bottom:100px;
}

.kahestvo .zag {
    font-size: 50px;
    margin-bottom: 50px;
    display: block;
}

.kahestvo .items {
    display: grid;
    grid-auto-flow: column;
    gap: 20px;
}

.kahestvo .items .item {
display:block;
}

.kahestvo .items .item .z {
    font-size: 32px;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 900;
}

.kahestvo .items .item .t {
font-size:20px;
}
.kahestvo .items .item .p img {
border-radius:30px;
}

.kahestvo .kit__container {
position:relative;
}

.kahestvo .kit__container .kn {
bottom: 10px;
    right: 100px;
}

.material {
margin-bottom:160px;
position:relative;
}

.material .p2 {
display:none;
}

.material .z {
    position: absolute;
    top: 65px;
    left: 360px;
    font-size: 68px;
    font-weight: 900;
    color: white;
}
.material .t {
position: absolute;
    top: 180px;
    left: 360px;
    font-size: 32px;
    color: white;
    max-width: 700px;
    line-height: 40px;
}
.material .t2 {
    position: absolute;
    top: 65px;
    right: 395px;
    font-size: 17px;
    color: white;
    max-width: 420px;
    line-height: 25px;
}
.material .link {
    position: absolute;
    top: 200px;
    right: 530px;
    font-size: 24px;
    color: white;
    line-height: 25px;
    border: 1px solid white;
    padding: 15px 25px;
    border-radius: 50px;
}

.plus {
margin-bottom:80px;
}

.plus .conteiners {
position:relative;
}

.plus .p2 {
display:none;
}

.plus .conteiners>span {
position: absolute;
    bottom: 110px;
    left: 150px;
    color: white;
    font-size: 68px;
    font-weight: 900;
}

.plus .items {
    display: grid;
    align-items: start;
    justify-content: center;
    grid-auto-flow: column;
    gap: 150px;
margin-top: 80px;
}
.plus .items .item {
display:block;
text-align:center;
}
.plus .items .item .z {
    font-size: 50px;
    font-weight: 900;
    width: 100%;
    display: block;
margin-bottom: 20px;
}
.plus .items .item .t {
    font-size: 28px;
}


.svaz {
margin-bottom:80px;
text-align:center;
}

.svaz .kn {
    margin: 0 auto;
    background: #009FE3;
    color: white;
    padding: 20px 30px;
    font-size: 24px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 30px;
}
.svaz .kn img {
margin-left:10px;
}

.svaz .text {
    margin: 0 auto;
max-width: 600px;
    text-align: center;
    font-size: 18px;
}


.kit__tabs {
margin-top:40px;
}

.kit__content .kit {
    padding-bottom: 0;
    position: relative;
}



.conteiners {
margin:0 auto;
max-width:1920px;
}

.kits {
position:relative;
}

.kits img {
max-width:100%;
}

.kits .item {
opacity:0;
position: absolute;
}

.kits .item.active {
opacity:1;
position: relative;
}

.item {
    display: none;
}

.item.active {
    display: block;
}

.pereklucatel-dn span {
    cursor: pointer;

}




.img-bottom {
display: block;
    position: absolute;
    bottom: 115px;
z-index:10;
}

.img-bottom .links {
margin-left: 150px;
    color: white;
    background: #009FE3;
    padding: 21px 20px;
    font-size: 22px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 30px;
}

.knop {
    display: block;
    position: absolute;
    bottom: 185px;
    right: 120px;
z-index:5;
display:none !important;
}

.img-bottom .name {
font-size: 100px;
    font-weight: bold;
    display: block;
    margin-left: 150px;
    color: white;
}

.img-bottom .adds {
    margin-left: 150px;
    margin-top: 30px;
//    display: block;
    display: inline-block;
    font-size: 25px;
    border: 3px dashed white;
    border-radius: 50px;
    padding: 15px 25px;
    color: white;
    line-height: 33px;
    position: relative;
//width: 460px;
width: auto;
}

.img-bottom .adds b {
font-size:26px;
}

.img-bottom .adds .btn {
    position: absolute;
    right: -100px;
    top: -2px;
    line-height: 40px;
}

.knop .pereklucatel-dn {
position: relative;
width:400px;
}


.knop .pereklucatel-dn .deni {
    background: white;
    color: black;
    margin-right: 0px;
    position: absolute;
    white-space: nowrap;
    width: 177px;
    z-index: 0;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 44px;
    font-size: 25px;
    padding: 13px 15px 12px 10px;
}

.knop .pereklucatel-dn .nochi {
background: black;
    color: white;
    margin-left: 140px;
    width: 170px;
    text-align: right;
    position: absolute;
    white-space: nowrap;
    z-index: 0;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 44px;
    font-size: 25px;
    padding: 13px 15px 12px 10px;
}


.knop .pereklucatel-dn span.deni img {
    margin-right: 22px;
    vertical-align: middle;
    width: 41px;
}
.knop .pereklucatel-dn span.nochi img {
    margin-left: 15px;
    vertical-align: middle;
    width: 27px;
    margin-right: 5px;
}

.knop .pereklucatel-dn span.active {
z-index:10;
font-weight:900;
}


/**/

.kits {
    position: relative;
    overflow: hidden;
    /* Добавьте фиксированную высоту или aspect-ratio, если нужно */
}

.kits .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    pointer-events: none; /* Чтобы клики проходили сквозь невидимые фото */
}

.kits .item.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

/* Стили кнопок (оставьте ваши, добавьте transition для плавности) */
.pereklucatel-dn span {
    cursor: pointer;
    transition: all 0.3s ease;
}

/**/

.info {
padding:140px 0 80px 0;
}

.info .i {
background:#F5F5F5;
padding:100px;
border-radius:30px;
position:relative;
}
.info .i .kn {
    margin-top: 60px;
    background: #009FE3;
    color: white;
    padding: 20px 30px;
    font-size: 24px;
    border-radius: 50px;
    display: inline-block;
}
.info .i .kn img {
margin-left:10px;
}

.info .video {
    position: absolute;
    width: 550px;
    right: 115px;
    top: -110px;
}

.video-preview {
    position: relative;
    cursor: pointer;

}

.video-preview img,
.video-preview canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video video {
    border-radius: 50px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 43%);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button svg {
    width: 40px;
    height: 40px;
    margin-left: 5px;
}

.info .i>b {
    font-size: 25px;
    margin-bottom: 50px;
    float: left;
    width: 100%;
    max-width: 665px;

}
.info .i>h4 {
    font-size: 46px;
    max-width: 665px;
}
.info .i>p {
margin-top:25px;
font-size:18px;
    max-width: 665px;
    line-height: 25px;
}




.info .i .mishka {
    position: absolute;
    right: -90px;
    bottom: -100px;
}


.kit .zag {
    font-size: 65px;
    font-weight: bold;
}

.kit .ceni .zag {
margin-bottom: 40px;
    display: block;
    text-align: center;
}

.ceni {
margin-bottom:80px;
}

.vblock1 {
margin-bottom: 100px;
    margin-top: 80px;
    display: block;
    float: left;
width:100%;
position:relative;
}

.vblock1 .zag {
    display: block;
    margin-bottom: 90px;
}

.vblock1 .opis {
font-size: 30px;
    max-width: 530px;
    position: absolute;
    right: 145px;
    top: 10px;
    line-height: 40px;
}

.vblock1 .items {
    display: grid;
    grid-auto-flow: column;
gap: 20px;
}
.vblock1 .items2 {
    display: grid;
    grid-auto-flow: column;
gap: 20px;
    margin-top: 20px;
}
.vblock1 .items .item, .vblock1 .items2 .item {
display:block;
position:relative;
}

.vblock1 .p {

}
.vblock1 .p img {

}
.vblock1 .z {
font-size:30px;
display:block;
margin-top:30px;
margin-bottom:20px;
font-weight:bold;
    margin-left: 20px;
}
.vblock1 .t {
    font-size: 20px;
    line-height: 25px;
    margin-left: 20px;
    display: inline-block;
}

.vblock1 .voveci .it,.vblock1 .niz .it  {
position: absolute;
    bottom: 25px;
}
.vblock1 .voveci .it .z,.vblock1 .niz .it .z {
color:white;
}
.vblock1 .voveci .it .t,.vblock1 .niz .it .t {
color:white;
}
.vblock1 .niz .p {
    display: flex;
    align-items: flex-end;
height: 100%;
}
.vblock1 .niz .p img {
    vertical-align: bottom;
}


.vblock2 {
margin-top:80px;

}

.tabs-kit__navigation {
    justify-content: space-between;
}

.podarok {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.podarok .deli-info .p2 {
display:none;
}

.podarok .images img {
    width: 230px;
    margin-right: 30px;
}

.podarok .deli-info {
display: block;
    width: 700px;
}
.podarok .deli-info .title {
    font-size: 46px;
    margin-top: -20px;
}
.podarok .deli-info .text {
    font-size: 20px;
    margin-top: 20px;
    line-height: 25px;
}
.podarok .link {
    line-height: 70px;
}
.podarok .link a {

}



@media(max-width:1365px) {

.img-bottom {
    bottom: 75px;
}

.img-bottom .name {
font-size: 60px;
    font-weight: bold;
    display: block;
        margin-left: 105px;
    color: white;
}

.img-bottom .adds {
	margin-left: 110px;
	margin-top: 30px;
	display: inline-block;
	font-size: 20px;
	border: 3px dashed white;
	border-radius: 50px;
	padding: 8px 15px;
	color: white;
	line-height: 33px;
	position: relative;
width: auto;
}

.img-bottom .adds .btn {
    position: absolute;
    right: -85px;
    top: -2px;
        line-height: 27px;
}

.img-bottom .links {
    margin-left: 105px;
    padding: 15px 20px;
}

.knop {
    display: block;
    position: absolute;
    bottom: 130px;
    right: -30px;
    z-index: 5;
}

.info .i {
    background: none;
    padding: 100px;
    border-radius: 30px;
    position: relative;
}
.info .video {
    position: relative;
    width: auto;
    right: auto;
    top: -75px;
}

.knop .pereklucatel-dn .deni {
    line-height: 30px;
    padding: 7px 15px 7px 10px;
}

.knop .pereklucatel-dn .nochi {
    line-height: 30px;
    padding: 10px 15px 11px 10px;
}

.podarok {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.kahestvo .items {
    display: flex;
    grid-auto-flow: column;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

}

@media (max-width: 1200px) {

    .img-bottom {
        bottom: 60px;
    }

    .img-bottom .name {
        font-size: 50px;
        font-weight: bold;
        display: block;
        margin-left: 90px;
        color: white;
    }

    .img-bottom .adds {
        margin-left: 95px;
        margin-top: 20px;
        display: inline-block;
        font-size: 18px;
        border: 3px dashed white;
        border-radius: 50px;
        padding: 8px 15px;
        color: white;
        line-height: 33px;
        position: relative;
        width: auto;//340px;
    }

    .img-bottom .adds .btn {
        position: absolute;
        right: -40px;
        top: -2px;
        line-height: 27px;
        padding: 14px 25px;
    }

.img-bottom .links {
    margin-left: 90px;
    padding: 14px 20px;;
}

    .knop {
        display: block;
        position: absolute;
        bottom: 115px;
right: -80px;
        z-index: 5;
    }

    .knop .pereklucatel-dn .deni {
        line-height: 30px;
        padding: 7px 15px 7px 10px;
        font-size: 20px;
        width: 150px;
    }

.knop .pereklucatel-dn .nochi {
        margin-left: 120px;
        width: 150px;
        line-height: 40px;
        font-size: 20px;
        padding: 7px 15px 7px 10px;
}

}

@media (max-width: 1000px) {

.photos .popup__content {
padding-top:20px;
}

    .img-bottom {
        bottom: 45px;
    }

    .img-bottom .name {
        font-size: 37px;
        font-weight: bold;
        display: block;
        margin-left: 80px;
        color: white;
    }

    .img-bottom .adds {
        margin-left: 75px;
        margin-top: 20px;
        padding: 8px 15px;
        width: auto;//260px;
    }

.img-bottom .adds b {
    font-size: 20px;
}


    .img-bottom .adds .btn {
        position: absolute;
        right: -40px;
        top: -2px;
        line-height: 23px;
        padding: 14px 25px;
        font-size: 18px;
    }

    .img-bottom .links {
        margin-left: 80px;
        padding: 10px 20px;
    }

    .knop {
        display: block;
        position: absolute;
        bottom: 97px;
        right: -140px;
        z-index: 5;
    }

    .knop .pereklucatel-dn .deni {
        line-height: 30px;
        padding: 7px 15px 7px 10px;
        font-size: 18px;
        width: 130px;
    }

.knop .pereklucatel-dn .nochi {
        margin-left: 110px;
        width: 130px;
        font-size: 18px;
        line-height: 30px;
        padding: 7px 15px 7px 10px;
}

    .knop .pereklucatel-dn span.deni img {
        margin-right: 10px;
        vertical-align: middle;
        width: 30px;
    }

.knop .pereklucatel-dn span.nochi img {
    margin-left: 15px;
    vertical-align: middle;
    width: 27px;
    margin-right: 5px;
}



.podarok {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.podarok .deli-info .title {
    font-size: 46px;
    margin-top: -20px;
    text-align: center;
    margin-top: 20px;
}
.podarok .deli-info .text {
    font-size: 20px;
    margin-top: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}

}

@media (max-width: 768px) {

.kits {
        overflow: visible;
}

    .img-bottom {
        bottom: auto;
        position: relative;
        background: #F1EFEF;
        padding: 50px 0;
z-index:0;
        text-align: center;
padding-bottom: 30px;
    }

    .img-bottom .name {
        font-size: 35px;
        font-weight: bold;
        display: block;
        margin-left: 0px;
        color: #333;
        text-align: center;
    }

    .img-bottom .adds {
        margin-left: 0px;
        margin-top: 0px;
        padding: 0px 15px;
        width: 100%;
        border: none;
        color: #333;
        text-align: center;
    }

.img-bottom .adds b {
font-size: 24px;
        clear: both;
        width: 100%;
        display: block;
        margin-top: 20px;
}


    .img-bottom .adds .btn {
        position: absolute;
        right: auto;
        top: auto;
        line-height: 23px;
        padding: 10px 37px;
        font-size: 18px;
        bottom: -70px;
        left: calc(50% - 70px);
    }

    .img-bottom .links {
        margin-left: 0px;
        padding: 10px 20px;
margin-top: 20px;
    }

.knop {
        display: block;
        position: absolute;
        bottom: 190px;
        right: -140px;
        z-index: 4;
        left: calc(50% - 240px);
    }

    .knop .pereklucatel-dn .deni {
        line-height: 30px;
        padding: 7px 15px 7px 10px;
        font-size: 15px;
        width: 240px;
        text-align: center;
        border-radius: 30px 0 0 30px;
    }

    .knop .pereklucatel-dn .nochi {
        margin-left: 240px;
        width: 240px;
        font-size: 18px;
        line-height: 30px;
        padding: 7px 15px 7px 10px;
        text-align: center;
        border-radius: 0 30px 30px 0;
    }

    .knop .pereklucatel-dn span.deni img {
        margin-right: 10px;
        vertical-align: middle;
        width: 30px;
    }

.knop .pereklucatel-dn span.nochi img {
    margin-left: 15px;
    vertical-align: middle;
    width: 27px;
    margin-right: 5px;
}


.info .i {
    background: white;
    padding: 0px;
    border-radius: 0px;
    position: relative;
}

.info .video {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
        margin-bottom: 40px;
}

.info .i>p {
    margin-top: 25px;
    font-size: 18px;
    max-width: 665px;
    line-height: 25px;
    display: inline-block;
    margin-left: 40px;
}

.info .i .mishka {
    position: absolute;
    right: -40px;
    bottom: -70px;
    width: 138px;
}

.info .i .kn {
    margin-top: 60px;
    background: #009FE3;
    color: white;
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    line-height: 20px;
}




.ceni {
    margin-bottom: 0px;
}

.kit .ceni .zag {
    margin-bottom: 40px;
    display: block;
    text-align: center;
    font-size: 35px;
}

.page .kit__container.full {
padding:0;
        padding: 50px 10px 40px 10px;
        border-radius: 0 0px 50px 50px;
        min-height: 150px;
background:#F1EFEF;
        margin-bottom: 40px;
}

.podarok {
    display: block;
    align-items: center;
position: relative;
}

.podarok .deli-info .title {
    text-align: left;
    margin-top: 0px;
}
.podarok .deli-info .text {
    text-align: left;
    margin-bottom: 0px;
}

.podarok .deli-info {
display: block;
        max-width: 250px;
        position: absolute;
        bottom: auto;
        left: calc(50% - 130px);
        top: 10px;
}

.podarok .deli-info .title {
font-size: 20px;
        margin-top: 0;
        line-height: 28px;
    }
.podarok .deli-info .text {
    font-size: 11px;
    margin-top: 20px;
    line-height: 17px;
    text-align: center;
}

.podarok .images .p1 {
        display: none;
}
.podarok .deli-info .title .p2 {
display: block;
        float: left;
        margin-right: 30px;
        margin-top: 0px;
        width: 90px;
}

.podarok .link {
display:none;
}


.vblock1 .popular__arrows {
    padding-top: 40px;
}
.vblock1 .items-mob {
display:block;
}
.vblock1 .items {
display:none;
}
.vblock1 .items2 {
display:none;
}


.kahestvo .zag {
    font-size: 35px;
    margin-bottom: 50px;
    display: block;
    width: 50%;
}
.kahestvo .items {
display: grid;
        grid-auto-flow: row;
        gap: 20px;
        width: 100%;
}
.kahestvo .items .item .p img {
    border-radius: 30px;
}
.kahestvo .items .item .te {
        display: flex;
        flex-direction: column;
        max-width: 180px;
        margin-top: 40px;
        line-height: 27px;
}

.kahestvo .items .item.one .te {
        margin-top: 80px;
        margin-left: 50px;
    }
.kahestvo .items .item.one .z {
        font-size: 23px;
        display: inline-block;
        margin-top: 30px;
        margin-bottom: 0px;
        font-weight: 900;
        text-align: right;
}
.kahestvo .items .item.one .t {
    font-size: 23px;
    text-align: right;
}
.kahestvo .items .item.one {

}
.kahestvo .items .item.one .p img {
        border-radius: 20px 0px 0px 20px;
        margin-right: -30px;
        float: right;
        width: 56%;
}


.kahestvo .items .item.to {

}
.kahestvo .items .item.to .p img {
        border-radius: 0px 30px 30px 0px;
        margin-left: -30px;
        float: left;
        width: 56%;
}
.kahestvo .items .item.to .te {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding-left: 30px;
        padding-top: 20px;
        width: 260px;
        max-width: 300px;
    }
.kahestvo .items .item.to .z {
    font-size: 23px;
    display: block;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 900;
}
.kahestvo .items .item.to .t {
    font-size: 23px;
}


.kahestvo .items .item.free {
        width: 100%;
        float: right;
        padding-left: 20%;
        display: flex;
        flex-direction: column;
margin-bottom:50px;
}
.kahestvo .items .item.free .te {
margin-top:0px;
max-width:100%;
}
.kahestvo .items .item.free .p {
display:block;
width:100%;
}
    .kahestvo .items .item.free .p img {
        float: right;
width:100%;
    }
.kahestvo .items .item.free .z {
    font-size: 23px;
    display: block;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 900;
}
.kahestvo .items .item.free .t {
    font-size: 23px;
}



.material {
    margin-bottom: 60px;
    position: relative;
}
.material .p1 {
display:none;
}
.material .p2 {
        display: block;
        width: 100%;
        border-radius: 30px;
}
.material .z {
    position: absolute;
    top: 45px;
    left: 100px;
    font-size: 35px;
    font-weight: 900;
    color: white;
}
.material .t {
    position: absolute;
    top: 100px;
    left: 100px;
    font-size: 18px;
    color: white;
    max-width: 300px;
    line-height: 25px;
}
.material .t2 {
    position: relative;
    top: auto;
    right: auto;
    font-size: 17px;
    color: #333;
    line-height: 25px;
    display: block;
    text-align: center;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
}


.plus {

}

.plus .p1 {
display:none;
}
.plus .p2 {
        display: block;
        width: 100%;
        border-radius: 30px;
}
.plus .conteiners>span {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: white;
    font-size: 35px;
    font-weight: 900;
}
    .plus .items {
        display: block;
        align-items: start;
        justify-content: center;
        grid-auto-flow: column;
        gap: 150px;
        margin-top: 80px;
    }
    .plus .items .item {
        display: block;
        text-align: left;
        margin-bottom: 40px;
    }

.svaz .text {
    margin: 0 auto;
    max-width: 470px;
    text-align: center;
    font-size: 15px;
}


}


@media (max-width: 550px) {

    .img-bottom .links {
font-size:15px;
    }

.knop {
        display: block;
        position: absolute;
        bottom: 195px;
        right: auto;
        z-index: 4;
        left: calc(50% - 170px);
    }

    .knop .pereklucatel-dn .deni {
        line-height: 30px;
        padding: 7px 15px 7px 10px;
        font-size: 18px;
        width: 170px;
    }

.knop .pereklucatel-dn .nochi {
margin-left: 170px;
        width: 170px;
        font-size: 18px;
        line-height: 30px;
        padding: 7px 15px 7px 10px;
}


.info .i {
    background: white;
    padding: 0px;
    border-radius: 0px;
    position: relative;
}

.info .video {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
        margin-bottom: 40px;
}

.info .i>p {
    margin-top: 25px;
    font-size: 18px;
    max-width: 665px;
    line-height: 25px;
    display: inline-block;
    margin-left: 40px;
}

.info .i .mishka {
    position: absolute;
    right: -40px;
    bottom: -70px;
    width: 138px;
}

.info .i .kn {
    margin-top: 60px;
    background: #009FE3;
    color: white;
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    line-height: 20px;
}




.ceni {
    margin-bottom: 0px;
}

.kit .ceni .zag {
    margin-bottom: 40px;
    display: block;
    text-align: center;
    font-size: 35px;
}


.vblock1 .popular__arrows {
    padding-top: 40px;
}
.vblock1 .items-mob {
display:block;
}
.vblock1 .items {
display:none;
}
.vblock1 .items2 {
display:none;
}


.kahestvo .zag {
    font-size: 35px;
    margin-bottom: 50px;
    display: block;
    width: 50%;
}
.kahestvo .items {
display: grid;
        grid-auto-flow: row;
        gap: 20px;
        width: 100%;
}
.kahestvo .items .item .p img {
    border-radius: 30px;
}
.kahestvo .items .item .te {
        margin-top: 40px;
        margin-left: 0px;
}

    .kahestvo .items .item.one .te {
        margin-top: 10px;
        margin-left: 0px;
        width: 140px;
    }
.kahestvo .items .item.one .z {
        font-size: 15px;
        display: inline-block;
        margin-top: 30px;
        margin-bottom: 0px;
        font-weight: 900;
        text-align: right;
}
.kahestvo .items .item.one .t {
    font-size: 15px;
    text-align: right;
}
.kahestvo .items .item.one {

}
.kahestvo .items .item.one .p img {
        border-radius: 20px 0px 0px 20px;
        margin-right: -30px;
        float: right;
width: 59%;
}


.kahestvo .items .item.to {

}
.kahestvo .items .item.to .p img {
        border-radius: 0px 30px 30px 0px;
        margin-left: -30px;
        float: left;
width: 59%;
}
.kahestvo .items .item.to .te {
width: 150px;
        padding-left: 10px;
}
.kahestvo .items .item.to .z {
    font-size: 15px;
    display: block;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 900;
}
.kahestvo .items .item.to .t {
    font-size: 15px;
}


.kahestvo .items .item.free {
        width: 100%;
        float: right;
        padding-left: 20%;
        display: flex;
        flex-direction: column;
margin-bottom:50px;
}
.kahestvo .items .item.free .te {
margin-top:0px;
max-width:100%;
}
.kahestvo .items .item.free .p {
display:block;
width:100%;
}
    .kahestvo .items .item.free .p img {
        float: right;
width:100%;
    }
.kahestvo .items .item.free .z {
    font-size: 15px;
    display: block;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 900;
}
.kahestvo .items .item.free .t {
    font-size: 15px;
}



.material {
    margin-bottom: 60px;
    position: relative;
}
.material .p1 {
display:none;
}
.material .p2 {
        display: block;
        width: 100%;
        border-radius: 30px;
}
.material .z {
    position: absolute;
    top: 45px;
    left: 100px;
    font-size: 35px;
    font-weight: 900;
    color: white;
}
.material .t {
    position: absolute;
    top: 100px;
    left: 100px;
    font-size: 18px;
    color: white;
    max-width: 300px;
    line-height: 25px;
}
.material .t2 {
    position: relative;
    top: auto;
    right: auto;
    font-size: 17px;
    color: #333;
    line-height: 25px;
    display: block;
    text-align: center;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
}


.plus {

}

.plus .p1 {
display:none;
}
.plus .p2 {
        display: block;
        width: 100%;
        border-radius: 30px;
}
.plus .conteiners>span {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: white;
    font-size: 35px;
    font-weight: 900;
}
    .plus .items {
        display: block;
        align-items: start;
        justify-content: center;
        grid-auto-flow: column;
        gap: 150px;
        margin-top: 80px;
    }
    .plus .items .item {
        display: block;
        text-align: left;
        margin-bottom: 40px;
    }

.svaz .text {
    margin: 0 auto;
    max-width: 470px;
    text-align: center;
    font-size: 15px;
}


}


.shouroom {
	color:#FEA804 !important;
	display:block;
}

.indicator {
    margin-top: 25px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.indicator .swiper-pagination-lock {
    display: none;
}

.indicator .indicator__progress {
    width: calc(100% - 5rem);
    height: 0.125rem;
    position: absolute;
    left: 2.5rem;
    z-index: -1;
    background: var(--grey);
    transform: rotate(180deg);
}

.indicator .indicator__progress .swiper-pagination-progressbar-fill {
    background: var(--black);
    width: 0.1875rem;
    height: 100%;
    width: 100%;
    background: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.indicator .indicator__arrow {
    height: 40px;
    width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    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;
    border-radius: 50%;
    border: 0.0625rem solid #c8c8c8;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: var(--whte);
    z-index: 2;
}

.indicator .indicator__arrow::before {
    content: "";
    mask: var(--icon) center center/contain no-repeat;
    -webkit-mask: var(--icon) center center/contain no-repeat;
    background: #c8c8c8;
    width: 0.625rem;
    height: 1.25rem;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    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;
}

.indicator .indicator__arrow.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.indicator .indicator__arrow.indicator__arrow--next {
    position: absolute;
    right: 0;
}

.indicator .indicator__arrow:hover {
    border: 0.0625rem solid #666;
}

.indicator .indicator__arrow:hover::before {
    background: #666;
}

#popupcards .popup__wrapper {
    padding: 57px 100px;
}

#popupcards .popup__close {
    position: absolute;
    right: 30px;
    top: 30px;
    margin: 0;
}

#popupcards .popup__content {
    max-width: 100%;
}

#popupcards .reviews__inner {
    padding: 0!important;
}

#popupcards .gallery-reviews {
    position: relative;
}

.popup-cards .reviews__thumbs--four {
    max-width: 100%!important;
}

#popupcards .reviews__thumbs--three {
    max-width: 70%
}

#popupcards .thumbs-reviews .thumbs-reviews__slide .thumbs-reviews__img {
    border-radius: 20px;
}

#popupcards .reviews__thumbs--three .swiper-autoheight .swiper-wrapper {
    justify-content: center;
}

#popupcards .swiper-button-disabled {
    opacity: 0;
}

.thumbs-reviews .thumbs-reviews__slide .thumbs-reviews__img img, .thumbs-reviews .thumbs-reviews__slide .thumbs-reviews__img picture {
    height: auto!important;
}

.popup__close--big {
    display: none!important;
}

@media (min-width: 3840px) {
    #popupcards .gallery-reviews {
        max-width: 2400px;
        margin: 0 auto 1.875rem auto;
    }

    .popup-cards .reviews__thumbs {
        max-width: 2400px!important;
    }

    .popup-cards .reviews__thumbs--eight .thumbs-reviews__swiper.swiper-wrapper {
        justify-content: center;
    }

    .indicator {
        position: relative;
        max-width: 2400px;
        margin: 25px auto 0 auto;
    }

    .indicator .indicator__arrow {
        zoom: 2;
    }

    .popup-cards .gallery-reviews__arrows .gallery-reviews__arrow {
        zoom: 1.5;
    }

    #popupcards .popup__close {
        zoom: 1.5;
    }

    .popup__close--small {
        display: none!important;
    }

    .popup__close--big {
        display: flex!important;
        right: -55px!important;
        top: 0!important;
    }
}

@media (max-width: 1280px) {
    #popupcards .thumbs-reviews .thumbs-reviews__slide .thumbs-reviews__img {
        border-radius: 8px;
    }
}

@media (max-width: 992px) {
    #popupcards .gallery-reviews__arrows {
        display: none;
    }

    #popupcards .reviews__thumbs .thumbs-reviews__slide .thumbs-reviews__img img, #popupcards .reviews__thumbs .thumbs-reviews__slide .thumbs-reviews__img picture {
        height: 80px;
    }

    #popupcards .popup__wrapper {
        padding: 85px 0;
    }

    #popupcards .gallery-reviews .gallery-reviews__slide .gallery-reviews__img img, #popupcards .gallery-reviews .gallery-reviews__slide .gallery-reviews__img picture {
        border-radius: 0!important;
    }

    #popupcards .gallery-reviews__slider {
        border-radius: 0!important;
    }

    #popupcards .thumbs-reviews .thumbs-reviews__slide .thumbs-reviews__img {
        border-radius: 8px;
    }

    #popupcards .reviews__thumbs.reviews__thumbs--four.thumbs-reviews {
        padding: 0 30px;
    }

    .indicator {
        padding: 0 30px;
    }

    .indicator .indicator__arrow {
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        height: 20px;
        width: 20px;
    }

    .indicator .indicator__arrow::before {
        margin-left: -1px;
        width: 17px;
        height: 10px;
    }

    .indicator .indicator__progress {
        left: 40px;
        width: calc(100% - 80px);
    }

    .indicator .indicator__arrow.indicator__arrow--next {
        right: 30px;
    }

    .indicator__arrow.indicator__arrow--next::before {
        margin-left: 2px;
    }
}

@media (max-width: 768px) {
    #popupcards .reviews__thumbs .thumbs-reviews__slide .thumbs-reviews__img img, #popupcards .reviews__thumbs .thumbs-reviews__slide .thumbs-reviews__img picture {
        height: 40px;
    }

    #popupcards .reviews__thumbs.reviews__thumbs--four.thumbs-reviews {
        padding: 0 10px;
    }

    .indicator {
        padding: 0 10px;
    }

    .indicator .indicator__progress {
        left: 30px;
        width: calc(100% - 60px);
    }

    .indicator .indicator__arrow.indicator__arrow--next {
        right: 10px;
    }
}

@media (max-height: 900px) {
    #popupcards .reviews__block {
        width: 80%;
        margin: 0 auto;
    }

    .indicator {
        position: relative;
    }
}


.specifications-img > img {
	width: 100%;
}

.content-kit__sum .garan {
    font-size: 25px;
    font-weight: 500;
    display: block;
    margin-top: 6px;
    color: #FF8A00;
}

.content-kit__set.set-content .garanr {
    font-size: 1.375rem;
    line-height: 1.875rem;
        margin-bottom: 1.875rem;
        padding-bottom: 1.875rem;
border-bottom: .0625rem solid var(--grey);
}

.content-kit__product .content-kit__info {
    max-width: 950px;
}

/* End */
/* /local/templates/olissys2026/components/bitrix/news/catalog_2026/bitrix/news.detail/catalog2021/style.css?177652148838151 */
