.catalog__item-top-img {
    padding: 5px;
}

picture {
   height: 100%;
   display: contents;
}


.yt-video-wrapper {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    padding-bottom: 40%;
    height: 0;
}

.yt-video-wrapper iframe {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.product__img-slider img {
    max-height: 95px;
    width: auto;
}

.product__img-main-slider-wrap a[data-type="video"] {
	position: relative;
}

.product__img-main-slider-wrap a[data-type="video"] img {
	position: absolute;
	top: 50%;
	left: 50%;
 	transform: translate(-50%, -50%);
}

.product__img-main-slider-wrap a[data-type="video"] .icon_YT {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
}

.product_slick_main .slick-slide img
{
    display: block;
    max-height: 100%;
    margin: 0 auto;
}

.slick-slide .photo {
	position: relative;
}

.slick-slide .photo .icon_YT {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}

.slick-slide .photo .text_YT {
    position: absolute;
    color: red;
    margin: 0 auto;
    width: 92px;
    text-align: center;
    top: 80%;
}

.header__notify{
	background: #f4f6f9;
    text-align: center;
    font-size: 16px;
    color: red;
    padding: 7px 0;
    font-weight: bold;
}
.main-categories__item-subcategories{
    flex: 1;
    overflow: auto;
}
.homesale__item-badges {
    height: 56px;
    overflow: hidden;
}
.homesale__item-badge{
    white-space: nowrap;
}



.homeslider {
    margin-bottom: 45px; }
.homeslider__wrap {
    position: relative; }
.homeslider__item {
    padding: 25px 52px 90px;
    border-radius: 5px;
    min-height: 424px;
    background-size: cover;
    background-position: center; }
.homeslider__item-numb {
    line-height: 40px;
    font-size: 14px; }
.homeslider__item-title {
    font-size: 46px;
    font-family: "Roboto-Bold", sans-serif;
    margin-bottom: 15px; }
.homeslider__item-deskr {
    font-size: 22px; }
.homeslider__btns {
    position: absolute;
    left: 52px;
    bottom: 38px;
    height: 42px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.homeslider__btns-link {
    display: inline-block;
    width: 135px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #fb2a00;
    color: #fff !important;
    transition: all .25s;
    margin-right: 9px;
    border-radius: 20px; }
.homeslider__btns-link:hover {
    background-color: #ff4520; }
.homeslider__btns-prev, .homeslider__btns-next {
    display: inline-block;
    background-color: #fb2a00;
    width: 42px;
    height: 42px;
    margin-right: 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .25s;
    position: relative; }
.homeslider__btns-prev:after, .homeslider__btns-next:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%; }
.homeslider__btns-prev:hover, .homeslider__btns-next:hover {
    background-color: #ff4520; }
.homeslider__btns-prev:after {
    -webkit-transform: translate(-35%, -50%) rotate(-45deg);
    -ms-transform: translate(-35%, -50%) rotate(-45deg);
    transform: translate(-35%, -50%) rotate(-45deg); }
.homeslider__btns-next:after {
    -webkit-transform: translate(-65%, -50%) rotate(135deg);
    -ms-transform: translate(-65%, -50%) rotate(135deg);
    transform: translate(-65%, -50%) rotate(135deg); }
.cookie-popup{
    position: fixed;
    background: #ecf0f7;
    color: #000;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    bottom: 40px;
    width: auto;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}
.cookie-popup.disabled{
    display: none;
}
.cookie-popup__text {
    line-height: 20px;
}
.cookie-popup__buttons {
    padding-left: 20px;
}
.cookie-popup__buttons .btn {
    background: #16aec7;
    color: #fff;
    font-weight: 700;
    opacity: 0.75;
    transition: all ease 0.2s;
}
.cookie-popup__buttons .btn:hover {
    opacity: 1;
}