.tel__num {}
@media screen and (min-width:768px) {
	.slide__img {top: 149px;width: 550px;height: 528px;}
	.slide {padding: 150px 0 280px;}
	.slide__title {margin: 0 auto 11px;font-size: 170px;max-width: 600px;}
	.banner-thumbs {top: 233px;}
	.thumbs {width: 240px;}
	.thumbs img {height: auto;}
	.products__bg2 {top: -407px;}
	.hit { background: yellow;    width: 50px; text-align: center; border-radius: 10px;font-family: 'Montserrat Black';position: absolute;}
}

/* Метка рекламы */
.banner.main-page. slide {
    position: relative;
}
.adv-button {
    position: absolute;
    right: 10px;
    top: 0px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 5px 10px;
    font-size: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    border-radius: 4px;
    cursor: pointer;
}

.adv-button svg {
    width: 14px;
    height: 14px;
}

.tooltip {
    display: none;
    position: absolute;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f5f5f5;
    color: #000;
    font-size: 11px;
    padding: 12px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 100;
}
.tooltip::after {
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5 transparent;
}

.adv-button:hover .tooltip {
    display: block;
}
@media screen and (max-width: 575px) {
    .banner.main-page .slide__img {width: 100%;}
}
@media screen and (max-width: 991px) {    
    .banner.main-page .adv-button {top: -10px;}
}