footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 111px;

}

.inFooter {
    max-width: 1320px;
    width: 100%;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    border-radius: clamp(24px, 1.4vw, 32px) clamp(24px, 1.4vw, 32px) 0 0;
    background: #242424;
    padding: clamp(24px, 1.4vw, 32px) clamp(24px, 1.4vw, 32px) clamp(16px, 1.2vw, 24px) clamp(24px, 1.4vw, 32px);
    box-sizing: border-box;
    height: auto;
}

.leftPartFooter {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}

.logoFooter {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.logoFooter span {
    color: #F8F4E9;
    font-family: Muller;
    font-size: clamp(12px, 1vw, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.bottomAreaLeftPart {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.socialIconsBottom {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.iconSoc {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnSendForm {
    display: flex;
    padding: clamp(8px, 0.7vw, 12px) clamp(24px, 3.2vw, 40px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #6A4C93;
    color: #F8F4E9;
    text-align: center;
    box-sizing: border-box;
    font-family: Muller;
    font-size: clamp(12px, 1vw, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    cursor: pointer;
}

.rightPartFooter {
    display: flex;
    gap: 150px;
}

.boxItemsInformations {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.titleInfoFooter {
    color: #F8F4E9;
    text-align: center;
    font-family: Muller;
    font-size: clamp(18px, 2vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.boxItemsFooterMenu {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 0.7vw, 12px);
}

.itemFooterMenu {
    display: flex;
    gap: 4px;
    color: #F8F4E9;
    font-family: Muller;
    font-size: clamp(14px, 1.2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    cursor: pointer;
    align-items: center;
    transition: 0.24s;
}

.itemFooterMenu:hover {
    color: #B681FF;
}

.itemFooterMenu:hover>span svg path {
    fill: #B681FF;
}

.iconSoc:hover>svg path {
    fill: #B681FF;
}

.itemFooterMenu span svg {
    width: clamp(18px, 2vw, 24px);
    height: clamp(18px, 2vw, 24px);
    transition: 0.24s;
}

.formPopup {
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999999;
    height: 100vh;
    background: rgba(36, 36, 36, 0.74);
    backdrop-filter: blur(4px);
    display: none;
}

.formPopup.active {
    display: flex;
}

.inPopUpFooter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}

.areaPopUp {
    display: flex;
    width: 446px;
    padding: clamp(16px, 1.4vw, 24px);
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: clamp(16px, 1.4vw, 24px);
    background: #F8F4E9;
    position: relative;
}

.closePopUp {
    position: absolute;
    right: 12px;
    cursor: pointer;
    top: 12px;
    transition: 0.24s;
}

.closePopUp:hover {
    transform: rotate(180deg);
}

.titlePop {
    color: #000;
    text-align: center;
    font-family: Muller;
    font-size: clamp(20px, 1vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;

}

form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

form br {
    display: none;
}

form input {
    border: none;
    border-radius: clamp(8px, 0.7vw, 12px);
    border: 1px solid #D7D7D7;
    background: #FFF;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10);
    color: rgba(36, 36, 36, 0.74);
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'liga' off, 'clig' off;
    height: clamp(42px, 1.45vw, 48px);
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
}

form p {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.btnForm {
    width: 100%;
    height: clamp(42px, 1.45vw, 48px);
    border-radius: clamp(8px, 0.7vw, 12px);
    background: #6A4C93 !important;
    color: #F8F4E9 !important;
    text-align: center;

    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    cursor: pointer;
}

@media screen and (max-width: 760px) {
    .inFooter {
        flex-direction: column;
    }

    .leftPartFooter {
        display: flex;
        flex-direction: row;
        gap: 24px;
        justify-content: space-between;
    }

    .rightPartFooter {
        display: flex;
        gap: 46px;
        justify-content: space-between;
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .leftPartFooter {
        display: flex;
        flex-direction: column;
        gap: 24px;
        justify-content: space-between;
    }
}

@media screen and (max-width: 440px) {
    .rightPartFooter {
        display: flex;
        gap: 46px;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }
}