.wholesale-popup {
position: fixed;
top: -120%;
left: 0;
z-index: 50;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
} .wholesale-popup.active {
top: 44px;
} .wholesale-popup__content {
position: relative;
z-index: 10;
border-radius: 15px;
max-width: 779px;
width: 100%;
margin: 0 auto;
background: var(--bg);
overflow: hidden;
} .wholesale-popup__header {
position: relative;
display: flex;
flex-direction: column;
gap: 10px;
background-image: url(//www.xn-----6kcacalkbmi0giovi3a1a.xn--p1ai/wp-content/themes/webhome/assets/images/whosale-bg.webp);
background-position: right;
background-size: cover;
padding: 30px 30px 50px;
} .wholesale-popup__header h2 {
max-width: 271px;
width: 100%;
font-size: 24px;
font-weight: 400;
line-height: 100%;
letter-spacing: 5%;
color: var(--dark);
} .wholesale-popup__header p {
max-width: 385px;
width: 100%;
font-size: 16px;
font-weight: 400;
line-height: 100%;
letter-spacing: 1%;
color: var(--dark);
} .wholesale-popup__body {
display: flex;
flex-direction: column;
padding: 20px 30px 30px;
} .wholesale-popup__body-row {
margin-top: 20px;
} .wholesale-popup__body-row:first-of-type {
margin-top: 0;
} .acquisition_mobile {
display: none;
} .wholesale-popup__body-row h3 {
font-size: 20px;
font-weight: 400;
line-height: 100%;
letter-spacing: 5%;
vertical-align: middle;
color: var(--dark);  
} .wholesale-popup__body-row h4 {
font-size: 13px;
font-weight: 400;
line-height: 100%;
letter-spacing: 5%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
color: var(--dark);
} .wholesale-popup .button {
max-width: 100%;
width: 100%;
margin-top: 30px;
font-size: 24px;
font-weight: 400;
line-height: 100%;
letter-spacing: 5%;
color: var(--white-text);
cursor: pointer;
user-select: none;
} .wholesale-popup__body-row__lists {
display: flex;
justify-content: space-between;
gap: 15px;
margin-top: 10px;
} .acquisition .wholesale-popup__body-row__list {
max-width: 192px;
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 6px;
} .wholesale-popup__body-row__list li {
display: flex;
align-items: center;
gap: 5px;
} .wholesale-popup__body-row__list li svg {
min-width: 15px;
min-height: 15px;
width: 15px;
height: 15px;
color: var(--light2);
} .wholesale-popup__body-row__list li p {
font-size: 13px;
font-weight: 400;
line-height: 100%;
letter-spacing: 1%;
vertical-align: middle;
color: var(--dark);
} .wholesale-popup__body-row__list_column {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 10px;
margin-top: 10px;
} .wholesale-popup__body-row__list_column li {
max-width: 153px;
width: 100%;
flex-direction: column;
gap: 15px;
} .wholesale-popup__body-row__list_column li svg {
min-width: 50px;
min-height: 50px;
width: 50px;
height: 50px;
} .wholesale-popup__bg {
position: absolute;
top: 0;
left: 0;
z-index: 5;
width: 100%;
height: 100%;
background: rgba(16, 9, 9, 0.7);
} .wholesale-popup__close {
position: absolute;
top: 15px;
right: 15px;
width: 40px;
height: 40px;
max-width: 40px;
max-height: 40px;
cursor: pointer;
} .wholesale-popup__close svg {
width: 40px;
height: 40px;
max-width: 40px;
max-height: 40px;
color: var(--dark);
}
@media (max-width: 750px) {
.wholesale-popup.active {
top: 35px;
} .wholesale-popup__content {
max-height: calc(100vh - 120px);
overflow: auto;
}
} @media (max-width: 680px) {
.wholesale-popup__header {
padding: 15px 20px;
} .wholesale-popup__header h2 {
max-width: 227px;
font-size: 20px;
} .wholesale-popup__header p {
max-width: 240px;
font-size: 12px;
} .wholesale-popup__close {
top: 10px;
right: 10px;
width: 20px;
height: 20px;
max-width: 20px;
max-height: 20px;
} .wholesale-popup__close svg {
width: 20px;
height: 20px;
max-width: 20px;
max-height: 20px;
} .wholesale-popup__body-row h4 {
font-size: 12px;
line-height: 100%;
} .acquisition {
display: none;
} .acquisition_mobile {
display: block;
margin-top: 0;
} .wholesale-popup__body-row__list_column {
justify-content: flex-start;
flex-wrap: wrap;
gap: 10px;
} .wholesale-popup__body-row__list_column li {
max-width: 140px;
} .wholesale-popup__body-row__list_column li svg {
min-width: 30px;
min-height: 30px;
width: 30px;
height: 30px;
} .wholesale-popup .button {
margin-top: 20px;
font-size: 15px;
}
}