.shop__header:hover{
	cursor:pointer;
}
.air-map__map-wrap .shops__filter{
    min-height: auto;
    border-radius: 12px;
    top: 30px;
    bottom: auto;
}
.shops__filter-item-dots.active .shops__filter-item-inner div img,
.shops__filter-item-dots .shops__filter-item-inner div img
{
    max-height: 48px;
    height: 100%;
}

.popover-promo{
	margin-top: 12px;
	padding: 6px 8px;
	border-left: 2px solid #E35205;
	border-radius: 8px;
	background-color: 
	#F6F6F6;
	color:
	#333333
}
.popover-promo span {
	color: #E35205;
	font-weight: 600;
}

.x2_discount {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    padding: 6px 8px;
    background-color: #F6F6F6;
    border-radius: 4px;
    border-left: 2px solid #E35205;
    font-family: Mont, sans-serif;
    margin-top: 12px;
}

.x2_discount_title {

}

.x2_discount_title span {
    color: #E35205;
}

.x2_discount_descr {

}
.shop__header:hover{
    cursor:pointer;
}

.air-map--2 {
    margin-bottom: -66px;
}

.air-map--2 .section-title {
    text-transform: none;
    color: #080B0D;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.air-map--2 .air-map__row {
    margin-top: 63px;
}

.air-map--2 .air-map__right {
    color: #080B0D;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    max-width: 730px;
}

.air-map__right-icon-wrap {
    background-color: #020202;
    width: 64px;
    height: 64px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.air-map__right-icon {
    color: #fff;
}

.shops__air2-svg-wrap,
.shops__basket-svg-wrap {
    align-items: center;
    justify-content: center;
}

.air-map--2 .shops__filter-item-dots svg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s;
}

.air-map--2 .shops__filter-item-dots.active svg {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

@media (max-width: 1099px) {
    .air-map--2 {
        margin-bottom: -20px;
    }

    .air-map--2 .section-title {
        text-align: center;
    }

    .air-map--2 .air-map__row {
        margin-top: 32px;
        flex-direction: column;
        gap: 16px;
    }

    .air-map--2 .air-map__left {
        max-width: none;
    }

    .air-map--2 .air-map__right {
        max-width: none;
    }

    .air-map__right-icon-wrap {
        display: none;
    }
}

@media (max-width: 767px) {
    .air-map--2 .section-title {
        font-size: 26px;
        line-height: 110%;
    }

    .air-map--2 .air-map__right {
        font-size: 16px;
    }

    .air-map--2.air-map .form-control {
        border-radius: 6px;
    }

    .air-map--2.air-map .shops__filter {
        margin-top: 16px;
        border-radius: 16px;
        padding: 16px;
        background-color: #F6F6F6;
    }

    .air-map--2 .shops__filter-title {
        margin-bottom: 10px;
        color: #080B0D;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
    }

    .shops__air2-svg-wrap,
    .air-map.air-map--2 .shops__air2-svg-wrap,
    .air-map.air-map--2 .shops__basket-svg-wrap {
        border-radius: 50%;
        background-color: #FFF;
        height: 44px;
        width: 44px;
        aspect-ratio: 1/1;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .air-map.air-map--2 .shops__basket-svg-wrap {
        padding-top: 10.6px;
        padding-bottom: 10.6px;
    }

    .air-map.air-map--2 .shops__filter-item-inner figure {
        gap: 10px;
    }

    .air-map.air-map--2 .shops__filter-item-inner figcaption {
        color: #757575;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .air-map--2 .shops__filter-list-dots {
        padding-bottom: 0;
    }

    .air-map--2 .air-map__map {
        margin-top: 14px;
    }
}