/* INFO PAGES STYLES */
/* about company */
.infoPagesWrapper {
    display: flex;
    gap: 32px;
}
.infoLeftSide {
    flex:1;
    background: #F8F7F3;
    border-radius: 8px;
    height: fit-content;
}
.modalHidden {
    display: none !important;
}
.infoLeftMenu {
    background: #F8F7F3;
    border-radius: 8px;
    padding: 16px;
}
.infoLeftMenu ul li a {
    border-radius: 4px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
}
.infoLeftMenu ul li a span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
}
.infoLeftMenu ul > li > a > img {
    display: none;
}
.infoLeftMenu ul li.active {
    background: #8C8559;
    border-radius: 4px;
    /*padding: 16px;*/
}
.infoLeftMenu ul li.active a span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
}
.infoLeftMenu ul li.active a img {
    display:inherit;
}


.infoRightSide {
    flex:3;
}
.infoRightWrapper {
    display: flex;
    flex-direction: column;
    gap:40px;
}
.infoRightWrapper h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.73px;
    margin-bottom: 0;
}
.infoTopCardsBlock {
    display: flex;
    gap:24px;
}
.infoTopCardsItem {
    position: relative;
    width: 32%;
    overflow: hidden;
    cursor: pointer;
}

.infoTopCardsItem img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: transform 0.5s ease;
}

.infoCardsHoverText {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    background: #8C85591F;
    border-radius: 8px;
    padding: 16px;
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0.9;
    transition: opacity 1.3s ease;
}

.infoTopCardsItem .infoCardsHoverText span {
    display: none;
    font-size: 16px;
}
.infoTopCardsItem .infoCardsHoverText h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    margin: 0;
}

.infoTopCardsItem:hover .infoCardsHoverText {
    transition: transform 1.8s ease;
}
.infoTopCardsItem:hover .infoCardsHoverText h4 {
    margin: revert;
}
.infoTopCardsItem:hover .infoCardsHoverText span {
    display: inherit;
}

section.infoRoyalRoom {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.infoRoyalRoomRow {
    display: flex;
    gap:16px;
    padding: 0 16px;
}
.infoRoyalRoomLeft {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap:20px;
}
.infoRoyalRoomRight {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap:20px;
}
.infoRoyalRoomButtonAdv {
    padding: 16px;
    border-radius: 8px;
    background: #8C8559;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.infoRoyalRoomButtonAdv h5 {
    color:#fff;
    font-weight: 500;
    line-height: 19.36px;
    margin: 0;
}

.infoCompanyHistory h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
}
.infoCompanyHistoryBlock {
    display: flex;
    gap:16px;
    justify-content: space-between;
}
.infoCompanyHistoryItem {
    padding: 16px;
    border-right: 1px solid #8C8559;
    width: 32%;
}
.infoCompanyHistoryItemTop {
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.infoCompanyHistoryItemTop span {
    font-size: 32px;
    line-height: 38.73px;
}
.infoCompanyHistoryItemBottom {
    font-weight: 500;
    line-height: 16.96px;
}

section.infoCompanyMission {
    display: flex;
    flex-direction: column;
    gap:52px;
}
.infoCompanyMissionBlock {
    display:flex;
    gap:30px;
}
.infoCompanyMissionItem {
    padding: 32px 16px;
    border-radius: 16px;
    border: 1px solid #8C8559;
    position:relative;
}
.infoCompanyMissionItem img {
    position: absolute;
    left:-14px;
    top:-14px;
}
.infoCompanyMissionItem h5 {
    font-weight: 600;
    line-height: 19.36px;
}

.infoCompanySpace.onlyDesktopDisplay .infoCompanySpaceTop img,
.infoCompanySpace.onlyDesktopDisplay .infoCompanySpaceTop h2{
    max-width: 24%;
}
.infoCompanySpace.onlyDesktopDisplay .infoCompanySpaceBottom img {
    max-width: 48%;
}
.infoCompanySpaceTop {
    display: flex;
    justify-content: space-between;
    gap:10px;
}
.infoCompanySpaceTop img {
    height: fit-content;
    width: fit-content;
}
.infoCompanySpaceTop h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.73px;
    padding: 0 3%;
}
.infoCompanySpaceBottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap:10px;
    margin-top: -14%;
}
.infoCompanySpaceBottom img {
    height: fit-content;
    width: fit-content;
}


/* PAGE DELIVERY AND PAYMENT */
.infoDPTop {
    display: flex;
    flex-direction: column;
    gap:16px;
    padding: 16px;
}
.infoDPTop h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: #fff;
    margin: 0;
}
.infoDPTop span {
    line-height: 19.36px;
}
.infoDPTopTitle {
    display: flex;
    padding: 16px;
    gap: 10px;
    border-radius: 8px;
    background: #8C8559;
    justify-content: center;
}

.pageDeliveryPayment {
    display: flex;
    flex-direction: column;
    gap:40px;
}
.infoDPImage {
    display: flex;
    padding: 24px;
    gap: 32px;
    border-radius: 16px;
    background: #F8F7F3;
}
.infoDPImagerLeft {
    flex: 1;
}
.infoDPImageRight {
    flex:1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
.infoDPImageRight span {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
}
.infoDPImageMobile {
    display: none;
}

.infoDPcenter {
    display: flex;
    gap: 32px;
}
.infoDPCenterLeft,
.infoDPCenterRight {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    border-radius: 10px;
    border: 1px solid #D5D2C2;
    flex: 1;
}
.infoDPCenterLeft .infoDPCenterNP {
    display: flex;
    flex-direction: column;
    gap:17px;
}
.infoDPCenterRight .infoDPCenterNP,
.infoDPCenterNPRow {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.infoDPCenterSelfPickupImage {
    flex:1;
    margin-right: 8px;
}
.infoDPCenterNPCenterSide {
    display:flex;
    flex:7;
    justify-content: space-between;
}
.infoDPCenterSelfPickup .infoDPCenterNPRowRight {
    flex: 2;
    margin-left: 10px;
}
.infoDPCenterNPRowLeft {
    display: flex;
    gap: 8px;
    align-items: center;
}
.infoDPCenterSelfPickup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.infoDPCenterNPRightSide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:4px;
}
.infoDPCenterNPAddresses {
    display: flex;
    flex-direction: column;
}
.infoDPcenter h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    margin: 0;
}
.infoDPcenter h5 {
    font-weight: 500;
    line-height: 19.36px;
    margin: 0;
}
.infoDPcenter h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 14.84px;
    color: #6D6D6D;
    margin: 0;
}
.infoDPCenterNPRowRight,
.infoDPcenter span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    color: #6D6D6D;
}
.infoDPCenterNPRowRight {
    border-left: 1px solid #6D6D6D;
    padding-left: 4px;
}

.infoDPBottom {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    border-radius: 10px;
    border: 1px solid #D5D2C2;
}
.infoDPBottomRowText {
    display:flex;
    gap:8px;
    align-items: center;
}
.infoDPBottomRow {
    display: flex;
    justify-content: space-between;
}
.infoDPBottomRow h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    margin: 0;
}
.infoDPBottomRow button {
    padding: 6px 16px;
    border-radius: 24px;
    border: 1px solid #8C8559;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    cursor: pointer;
}
.infoDPBottom h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
}
.infoDPBottom span {
    line-height: 19.36px;
}

/* return product */
.infoReturnTop {
    display: flex;
    padding: 24px;
    gap: 32px;
    border-radius: 16px;
    background: #F5F6F5;
}
.infoReturnTopText,
.infoReturnImage {
    flex: 1;
}
.infoReturnTopText a {
    text-decoration: underline;
}
.infoReturnTopText p {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    margin-bottom: 24px;
}
.infoReturnTopText ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 16.96px;
    list-style: inherit;
    margin-left: 24px;
    margin-bottom: 10px;
}
.infoReturnImageMobile {
    display: none;
}

.pageReturnProduct {
    display: flex;
    gap:40px;
}
.infoReturnBottom {
    display: flex;
    gap: 16px;
}
.infoReturnBottomInfo {
    flex: 1;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.infoReturnBottomTop {
    display: flex;
    padding: 16px;
    gap: 10px;
    border-radius: 8px;
    background: #8C8559;
    justify-content: center;
    color: #fff;
    align-items: center;
}
.infoReturnBottomTop h5 {
    font-weight: 500;
    line-height: 19.36px;
    margin:0;
}
.infoReturnBottomText {
    font-size: 16px;
    line-height: 19.36px;
}

/** contacts **/
.infoContactsTop {
    display:flex;
    gap:32px;
}
.infoContactsLeft h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: #6D6D6D;
    margin: 0;
}
.infoContactsLeft,
.infoContactsRight {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
    gap: 24px;
    border-radius: 10px;
    border: 1px solid #D5D2C2;
}
.infoContactsLeftTop {
    display: flex;
    flex-direction: column;
    gap:17px;
}
.infoContactsLeftTopPhones {
    display: flex;
    flex-direction: column;
    gap:8px;
}
.infoContactsLeftTopPhones .infoContactsTopRow {
    display: flex;
    gap:12px;
    align-items: center;
}
.infoContactsLeftTopPhones a {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
}
.infoContactsLeftTopPhones span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    padding:4px 10px;
    border-radius: 4px;
    background: #F1F0EB;
}
.infoContactsLeftCenter {
    display: flex;
    flex-direction: column;
    gap:15px;
}
.infoContactsLeftTopEmail {
    display: flex;
    gap:4px !important;
    align-items: center;
}
.infoContactsLeftCenterLocation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.infoContactsLeftSide {
    display: flex;
    gap:4px;
    flex:1;
}
.infoContactsLeftSide h5 {
    color: inherit;
    margin: 0;
}
.infoContactsRightSide {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #6D6D6D;
    flex:1;
    text-align: end;
}
.infoContactsLeftBottom {
    display: flex;
    flex-direction: column;
    gap:12px;
}

.infoContactsRightForm {
    display: flex;
    flex-direction: column;
    gap:20px;
}
.infoContactsRightForm input,
.infoContactsRightForm textarea {
    width: 100%;
    padding: 13px 20px;
    border-radius: 8px;
    border: 1px solid #DCDEDA;
}
.infoContactsRightForm input {
    height: 46px;
}
.infoContactsRightForm textarea {
    height: 120px;
}
.infoContactsRightForm input[type="submit"] {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    background: #8C8559;
    color:#fff;
    border-radius: 8px;
    cursor: pointer;
}
.infoContactsRightForm input::placeholder,
.infoContactsRightForm textarea::placeholder{
    color:#6D6D6D;
}

.infoContactsBottom {
    display: flex;
    gap:24px;
    flex-direction: column;
    border: 1px solid #D5D2C2;
    padding: 24px;
    border-radius: 10px;
}
.infoContactsBottomAddresses {
    display: flex;
    flex-direction: column;
    gap:24px;
}
.infoContactsBottomMap {
    display: flex;
    flex-direction: column;
    gap:16px;
}
.infoContactsBottomRow {
    display: flex;
    gap:16px;
}
.infoContactsBottomLeft,
.infoContactsBottomRight {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
    gap: 12px;
    border-radius: 10px;
    border: 1px solid #8C8559;
}
.infoContactsBottomRow span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #6D6D6D;
}
.infoContactsBottomLeft {
    background: #F8F7F3;
}
.infoContactsBottomCity {
    display: flex;
    gap:6px;
}
.infoContactsBottomCity h5 {
    margin:0;
    border-bottom: 1px dashed #232323;
}

/* privacy policy and agreement */
.pagePrivacyPolicy h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
}
.pagePrivacyPolicy h5,
.pagePrivacyPolicy ul li,
.pagePrivacyPolicy p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
}
.pagePrivacyPolicy ul li {
    list-style: disc;
    margin-left: 20px;
}

/* producers */
.pageProducers {
    display: flex;
    flex-direction: column;
    gap:40px;
}
.infoProducersTop {
    display: flex;
    flex-direction: column;
    gap:24px;
}
.infoProducersTopBlock {
    display: flex;
    flex-direction: column;
    gap:16px;
}
.infoProducersRow {
    display: flex;
    gap:16px;
}
.infoProducersItem {
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #D5D2C2;
    width: 24%;
}
.infoProducersItem span {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
}

.infoProducersAlphabet {
    display: flex;
    justify-content: space-between;
    padding: 12px 26px;
    gap: 10px;
    border-radius: 8px;
    background: #8C8559;
}
.infoProducersAlphabet span {
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
    color:#fff;
}

.infoProducersBottom {
    display: flex;
    flex-direction: column;
    gap:40px;
}
.infoProducersLetterBlock {
    display: flex;
    flex-direction: column;
    gap:16px;
}
.infoProducersLetter {
    padding: 4px 10px;
    border-radius: 9px;
    background: #F8F7F3;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
    text-align: center;
}
/* Loyalty */
.infoLoyalty {
    max-width: 60%;
}
.infoLoyaltyTop {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.infoLoyaltyTop h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    margin: 0;
}
.infoLoyaltyTop span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
}
.infoLoyaltySteper {
    display: flex;
    gap:4px;
    padding: 0;
}
.infoLoyaltySteper a.active {
    border-color: #8C8559;
}
.infoLoyaltySteper a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 4px;
    text-decoration: none;
    color: #232323;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #DCDEDA;
    border-radius: 50%;
    transition: background-color 0.3s, color 0.3s;
}
.infoLoyaltyList {
    display: flex;
    flex-direction: column;
    gap:16px;
}
.infoLoyaltyList h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    padding: 16px 14px;
    border: 1px solid #D5D2C2;
    border-radius: 12px;
    margin: 0;
}

.infoLoyaltyDiscounts {
    display: flex;
    gap: 11px;
}
.infoLoyaltyDiscountsItem {
    width: 33%;
    border-radius: 8px;
    border: 1px solid #D5D2C2;
}
.infoLoyaltyDiscountsItemTop {
    padding: 17px 10px;
    border-radius: 8px;
    background: #8C8559;
    color:#fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
    text-align: center;
}
.infoLoyaltyDiscountsItemBottom {
    padding: 25px 0;
    font-weight: 500;
    line-height: 16.96px;
    text-align: center;
}
.infoLoyaltyNoDiscounts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.infoLoyaltyNoDiscountsRow {
    display: flex;
    gap: 24px;
}
.infoLoyaltyNoDiscountsItem {
    display: flex;
    flex:1;
    gap: 10px;
}
.infoLoyaltyIcon {
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #F8F7F3;
    border-radius: 12px;
}
.infoLoyaltyNoDiscountsItem span{
    display: flex;
    align-self: center;
    font-family: 'SF Pro Display';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.09px;
}
.infoLoyaltyHeaders {
    display: flex;
    flex-direction: column;
    gap:12px;
}
.infoLoyaltyHeaders span {
    font-family: 'SF Pro Display';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
    color: #75787B;
}
.infoLoyaltyProfile {
    padding: 24px 14px;
    border: 1px solid #D5D2C2;
    border-radius:12px;
}
.infoLoyaltyProfileWrapper {
    display: flex;
    gap:20px;
    background: #F8F7F3;
    border-radius: 10px;
    padding:20px 17px;
}
.infoLoyaltyProfileWrapper span,
.infoLoyaltyProfileWrapper a {
    flex: 1;
}
.infoLoyaltyProfileWrapper span {
    font-family: 'SF Pro Display';
    font-weight: 500;
    line-height: 19.09px;
    display: flex;
    align-self: center;
}
.infoLoyaltyProfileWrapper a {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    background: #8C8559;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color:#fff;
    text-align: center;
}


@media (min-width: 1024px) and (max-width: 1250px) {
    .infoDPCenterNPCenterSide {
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .infoTopCardsItem .infoCardsHoverText h4 {
        font-size: 14px;
    }

    .infoTopCardsItem .infoCardsHoverText span {
        font-size: 12px;
    }

    .infoCompanySpace.onlyDesktopDisplay .infoCompanySpaceTop h2 {
        font-size: 26px;
    }

    .infoDPcenter {
        flex-direction: column;
    }

    /** producers **/
    .infoProducersRow {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .infoProducersItem {
        flex: 1 1 calc(50% - 10px);
        box-sizing: border-box;
        text-align: center;
        align-items: center;
    }

}

@media (max-width: 767px) {
    /* about company */
    .infoLeftSide {
        padding: inherit;
    }
    .infoLeftMenu {
        padding: inherit;
    }
    .infoLeftMenu .invisible {
        display:none;
    }
    .infoLeftMenu .active a {
        flex-direction: row-reverse;
    }
    .infoLeftMenu ul li.active a {
        background: #fff;
        border-bottom: 1px solid #D5D2C2
    }
    .infoLeftMenu .active a span {
        color: inherit !important;
    }

    .buttonModalMenuClose {
        padding: 10px;
        border-radius: 12px;
        border: 1px solid #C2C8C2;
        background: #fff;
    }
    .infoLeftMenuMobile {
        background: transparent;
        display: flex;
        align-items: center;
        gap:10px;
        position: absolute;
        z-index: 9999;
        /*width: 90%;*/
        top:0;
        left: 10px;
        right:0;
    }
    .infoLeftMenuMobile ul {
        width:100%;
        background: #fff;
        padding: 24px 16px;
    }
    .infoLeftMenuMobile ul li {
        border-bottom: 1px solid #F5F6F5;
    }
    .infoLeftMenuMobile ul > li > a > img {
        display: revert;
        transform: rotate(180deg);
    }
    .infoLeftMenuMobile ul > li > a,
    .infoLeftMenuMobile ul > li > a > div {
        display: flex;
        gap: 6px;
        align-items: center;
    }
    .infoLeftMenuMobile ul > li > a > img,
    .infoLeftMenuMobile ul > li > a > span > img {
        display: revert;
    }
    .catalogMenuItem a {
        background: #8C8559;
        border-radius: 43px !important;
        width: 100%;
        justify-content: center !important;
    }
    .catalogMenuItem a span {
        color: #fff;
        font-size: 16px !important;
        font-weight: 500;
    }
    .catalogMenuItem img {
        transform: none !important;
    }

    .walletMenuItem a {
        display: flex;
        gap:8px;
        justify-content: space-between;
        align-items: center;
    }
    .walletMenuItemLeft,
    .walletMenuItemRight {
        display: flex;
        gap: 8px;
        align-items: center;
    }
    .walletMenuItemLeft img,
    .walletMenuItemRight img {
        display: revert !important;
    }
    .walletMenuItemRight img {
        transform: rotate(180deg);
    }

    .mobileMenuItemIcon {
        position: relative;
        display: inline-block;
    }

    .mobileMenuItemIcon img {
        display: block;
        position: relative;
    }

    .menuItemCartCount {
        position: absolute;
        top: -5px;
        right: -5px;
        background: #8C8559;
        color: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobileMenuPhoneNumbers a {
        padding: 0;
        flex-direction: column;
        align-items: baseline !important;
    }
    .mobileMenuPhoneNumbers h5 {
        font-weight: 500;
        line-height: 19.36px;
        color: #6D6D6D;
        margin: 0;
    }
    .mobileMenuPhoneNumbers span {
        font-size: 12px !important;
        line-height: 14.52px !important;
        color: #6D6D6D;
    }

    .mobileMenuSocialItem {
        display:flex;
        gap:4px;
        padding: 0 16px;
    }
    .mobileMenuSocialItem a {
        padding: 16px;
        border-radius: 8px;
        background: #F5F6F5;
        width: 100%;
        justify-content: center !important;
    }
    .mobileMenuSocialItem a img {
        transform: none !important;
    }

    .infoLeftMenuMobile .select2-container {
        width: 100% !important;
    }
    .infoLeftMenuMobile .select2-selection {
        border-radius: 20px !important;
    }
    .infoLeftMenuMobile li:last-of-type {
        padding: 10px 16px 0 16px;
    }

    .mobileMenuBackground {
        position: fixed;
        left:0;
        top:0;
        right:0;
        bottom: 0;
        background: #090904C7;
        opacity:0.8;
        z-index: 99;
    }

    .infoPagesWrapper,
    .infoTopCardsBlock,
    .infoRoyalRoomRow {
        flex-direction: column;
    }
    .infoTopCardsBlock {
        align-items: center;
    }
    .infoTopCardsItem {
        width: 100%;
    }
    .infoTopCardsItem .infoCardsHoverText h4 {
        margin: revert;
    }
    .infoTopCardsItem .infoCardsHoverText span {
        display: inherit;
    }

    .infoCompanyHistoryBlock {
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        scrollbar-width: thin;
    }
    .infoCompanyHistoryItem {
        flex: 0 0 auto;
        width: 75%;
        box-sizing: border-box;
        white-space: normal;
    }

    section.infoCompanyMission {
        gap: 22px;
    }
    .infoCompanyMissionElement {
        padding: 20px;
    }

    .infoCompanyMissionBlock {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap:12px;
        scrollbar-width: thin;
    }
    .infoCompanyMissionElement {
        flex: 0 0 auto;
        width: 85%;
        box-sizing: border-box;
        white-space: normal;
    }
    .infoCompanyMissionItem {
        height: 100%;
    }

    .infoCompanySpace.onlyMobileDisplay {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .infoCompanySpaceTop {
        align-items: end;
    }
    .infoCompanySpaceTop img,
    .infoCompanySpaceBottom img {
        width: 47%;
        height: fit-content;
        object-fit: cover;
    }
    .infoCompanySpaceBottom {
        margin-top: auto;
    }

    /* PAGE DELIVERY AND PAYMENT */
    .infoDPTop h5 {
        font-size: 14px;
    }
    .infoDPImage {
        flex-direction: column;
    }
    .infoDPImageDesctop {
        display: none;
    }
    .infoDPImageMobile {
        display: revert;
        width: 100%;
    }

    .infoDPcenter,
    .infoDPCenterNPCenterSide {
        flex-direction: column;
    }

    .infoDPBottomRow {
        flex-direction: column;
        gap:16px;
    }

    /* return product */
    .infoRightWrapper{
        padding-top: 24px;
    }
    .infoRightWrapper h1 {
        display: none;
    }
    .infoReturnTop {
        flex-direction: column;
    }
    .infoReturnImageDesctop {
        display: none;
    }
    .infoReturnImageMobile {
        display: inherit;
        width:100%;
    }

    .infoReturnBottom {
        flex-direction: column;
    }

    /** contacts **/
    .infoContactsTop,
    .infoContactsBottomRow {
        flex-direction: column;
    }

    /** producers **/
    .infoProducersSearchForm {
        display: flex    ;
        position: relative;
    }
    .infoProducersSearchForm button {
        position: absolute;
        z-index: 7;
        width: 20px;
        height: 20px;
        margin: 10px;
    }
    .searchProducersField {
        width: 100%;
        height: 38px;
        padding: 9px 40px;
        border-radius: 21px;
        border: 1px solid #8C8559;
    }

    .infoProducersSlider {
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        margin-right: -15px;
    }

    .infoProducersAlphabet {
        overflow-x: scroll;
    }
    .infoProducersBottom .infoProducersRow {
        flex-direction: column;
        gap: 32px;
    }
    .infoProducersBottom .infoProducersItem {
        border: none;
        width: 100%;
    }
    .infoProducersBottom .infoProducersItem img {
        display: none;
    }
    .infoProducersBottom .infoProducersItem span {
        text-align: left;
    }

    /* Loyalty */
    .infoLoyalty {
        max-width: 100%;
    }
    .infoLoyaltySteper a.active {
        background: #8C85591F;
        opacity: 0.9;
    }
    .infoLoyaltySteper {
        justify-content: center;
    }
    .infoLoyalty h4 {
        text-align: center;
    }
    .infoLoyaltyTop > span {
        text-align: center;
    }
    .infoLoyaltyDiscounts {
        flex-direction: column;
    }
    .infoLoyaltyDiscountsItem {
        width: 100%;
    }
    .infoLoyaltyNoDiscountsRow {
        flex-direction: column;
        gap: 20px;
    }
    .infoLoyaltyHeaders {
        text-align: center;
    }
    .infoLoyaltyProfileWrapper {
        flex-direction: column;
    }

}