.pop-brand__img[src$=".svg"] {
    height: auto;
    max-height: 437px;   
    width: auto;         
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.popup.pop-brand.fancybox__content {
    width: calc(100% - 20px);
	max-width: 886px;
    padding: 24px 16px;
    padding-right: 8px;
    border-radius: 20px;
    background: #111112;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(25px);
    display: none;
}



.pop-brand__img {
    height: 437px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 16px;
}

.pop-brand__text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.popup .is-close-btn {
    top: -50px !important;
    border-radius: 8px;
    background: #191919 !important;
    backdrop-filter: blur(22.5px);
    right: 0;
}

