.newcontainer {
    max-width: 1170px;
    margin: 0 auto;
    --bs-gutter-x: 0rem;
}
@media (max-width: 1440px) {
    .newcontainer {
        max-width: 1170px;
    }
}
@media (max-width: 1300px) {
    .newcontainer {
        max-width: 1170px;
    }
}
@media (max-width: 1200px) {
    .newcontainer {
        max-width: 960px;
    }
}
@media (max-width: 992px) {
    .newcontainer {
        max-width: 100%;
        padding: 0 50px;
    }
}
@media (max-width: 768px) {
    .newcontainer {
        max-width: 100%;
        padding: 0 30px;
    }
}
@media (max-width: 576px) {
    .newcontainer {
        max-width: 100%;
        padding: 0 20px;
    }
}

.body {
    margin: 0;
    position: relative;
}

.header {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
}

.header2 {
    background-color: #fff;
}

.header__content {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    align-items: center;
    position: relative;
    min-height: 90px;
}

.header__logo {
    position: absolute;
    top: 10px;
    left: calc(50% - 24px);
}

.header__menu {
    list-style-type: none;
    display: flex;
}

.header__menu2 {
    list-style-type: none;
    display: flex;
}

.header__menu li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    text-decoration: none;
}

.header__menu2 li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #352E70;
    text-decoration: none;
}

.header__menu li {
    margin-right: 15px;
}

.header__menu2 li {
    margin-right: 15px;
}

.header__buttons {
    display: flex;
    justify-content: end;
    align-items: center;
}

.header__issue {
    background: #7C5CFC;
    border-radius: 30px;
    border: none;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-left: 12px;
    min-width: 140px;
    box-sizing: border-box;
}

.header__issue a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.64px;
    color: #FFFFFF;
    text-decoration: none;
}

.header__lang {
    height: 52px;
    border: 2px solid #F1F5FE;
    background: transparent;
    border-radius: 25px;
    min-width: 120px;
    padding: 12px 0;
    margin: auto 0;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.header__lang2 {
    height: 52px;
    border: 2px solid #352E70;
    background: transparent;
    border-radius: 25px;
    min-width: 120px;
    padding: 12px 0;
    margin: auto 0;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.lang__list {
    height: 0;
    overflow-y: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-top: 20px;
}

.lang__list2 {
    height: 0;
    overflow-y: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-top: 20px;
}

.lang__list li a span {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.64px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer;
}

.lang__list2 li a span {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.64px;
    color: #352E70;
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer;
}

.lang__list li {
    border-radius: 24px;
    padding: 9px 17px;
}

.lang__list li:hover {
    background: #7C5CFC;
}

.lang__list2 li {
    border-radius: 24px;
    padding: 9px 17px;
}

.lang__list2 li:hover {
    background: #7C5CFC;
}

.lang__list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}


.lang__list2 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.lang__main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 13px;
}

.lang__main2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 13px;
}

.lang__main span {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.64px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: 10px;
}

.lang__main2 span {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.64px;
    color: #352E70;
    text-transform: uppercase;
    margin-left: 10px;
}

.header__lang:hover .lang__list {
    height: auto;
    overflow-y: inherit;
    box-sizing: border-box;
    border-radius: 25px;
    margin-top: 15px;
    border: 2px solid #F1F5FE;
    background: rgba(0, 0, 0, 0.3);
}

.header__lang2:hover .lang__list2 {
    height: auto;
    overflow-y: inherit;
    box-sizing: border-box;
    border-radius: 25px;
    margin-top: 15px;
    border: 2px solid #352E70;
    background: #fff;
}

.header__lang:hover {
    height: auto;
    max-height: 52px;
    overflow-y: visible;
    background: #7879F1;
}

.header__lang2:hover {
    height: auto;
    max-height: 52px;
    overflow-y: visible;
    background: #7879F1;
}

.footer {
    background: #181818;
    padding: 40px 0 70px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
}

.footer__bot {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

.footer__info {
    color: #fff;
}

.info__title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.24px;
    margin-bottom: 16px;
}

.info__number {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.24px;
    cursor: pointer;
}

.info__socials {
    height: 0;
    overflow-y: hidden;
    display: flex;
}

.info__item:hover .info__socials {
    height: 100%;
}

.info__socials a {
    background: #7C5CFC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 8px 15px 20px 0;
}

.info__mail {
    margin-top: 10px;
}

.info__mail a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.24px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.info__button {
    background: #262626;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
}

.info__button a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.64px;
    color: #FFFFFF;
    text-decoration: none;
}

.info__text p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.24px;
}

.footer__icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__socials a {
    background: #7C5CFC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 15px;
}

.footer__socials {
    display: flex;
    justify-content: end;
}

.footer__terms {
    text-align: end;
}

.footer__terms a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer__right a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer__left {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .header__issue {
        display: none;
    }
    .header__menu {
        flex-direction: column;
    }
    .header__menu2 {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .footer__top {
        flex-direction: column;
    }
    .footer__icons {
        margin-top: 25px;
    }
    .footer__socials {
        justify-content: start;
        margin-bottom: 12px;
    }
    .footer__socials a {
        margin-left: 0;
        margin-right: 15px;
    }
    .footer__bot {
        flex-direction: column-reverse;
        padding-top: 25px;
    }
    .footer__left {
        margin-top: 13px;
    }
}