                                                                                         /*Отступ верх и низ УТП*/
#rec705242890 .t738__item,                                                                               /*котлы*/
#rec705179581 .t738__item,                                          /*бойлеры*/
#rec787189057 .t738__item            {                                    /*водонагреватели*/                                           
padding-top: 5px;
padding-bottom: 0px;
}
                                                                                          /*Отступ от точек УТП*/
#rec705242890 ul.t-slds__bullet_wrapper,                                                                /*котлы*/
#rec705179581 ul.t-slds__bullet_wrapper,                                          /*бойлеры*/
#rec787189057 ul.t-slds__bullet_wrapper, .t-slds__bullet_wrapper {              /*водонагреватели*/              
padding-top: 0px;
}

                                                                                                 /*Иконка видео*/
.t604__play_icon {                                                                                    /*слайдер*/
position: relative;
}
.t604__play_icon svg {
display: none;
}
@media screen and (min-width: 640px) {   
.t604__play_icon:after {
content: "";
background-image: url(https://static.tildacdn.com/tild6465-3861-4834-b930-333064646537/Plau.svg);
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: 100%;
position: absolute;
left: 0;
top: 0;
}
}
@media screen and (max-width: 640px) {   
.t604__imgwrapper .t-slds__bgimg {
border-radius: 18px;
}
.t604__play_icon:after {
scale: 0.85;
content: "";
background-image: url(https://static.tildacdn.com/tild6465-3861-4834-b930-333064646537/Plau.svg);
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: 100%;
position: absolute;
left: 0;
top: 0;
}
}
.t604__play_icon:hover {
transform: scale(1.15);
}

.tn-elem__gallery__play_icon {                                                         /*Иконка видео зеро блок*/
position: relative;
}
.tn-elem__gallery__play_icon svg {
display: none;
}
.tn-elem__gallery__play:after {
content: "";
background-image: url(https://static.tildacdn.com/tild6465-3861-4834-b930-333064646537/Plau.svg);
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: 100%;
position: absolute;
left: 0;
top: 0;
}
.tn-elem__gallery__play:hover {
transform: scale(1.15);
}
@media screen and (max-width: 640px) {
.tn-elem__gallery__play:after {
scale: 0.7;
}
}

                                                                                         /*Скругление углов видео*/
.t-slds__container {                                                                                  /*зеро блок*/
border-radius: 18px;
}
.t604__iframe {                                                                                         /*слайдер*/
border-radius: 18px;
}

.menu * {
width: max-content !important;
display: block !important;
transition: all 0.3s ease-in-out;
}

.menu:hover .tn-atom a {
/*font-weight: 600;*/
color: #ffffff !important;
opacity: 0.7;
transition: all 0.3s ease-in-out;
}

.menu.active .tn-atom a {
color: #ffffff !important;
opacity: 0.3;
transition: all 0.3s ease-in-out;
}
