.wrap {
    display: flex;
    flex-direction: column;
}

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

.freedom-form {
    widht: 500px;
}

.input {
    width: 100%;
    height: 50px;
    border-radius: 14px;
    outline: none;
    border: 1px solid #cecece;
    padding-left: 15px;
}

.input-block {
    display: flex;
    flex-direction: column;
    min-width: 45%;
    margin-bottom: 30px;
}

.input-block span {
    margin-bottom: 13px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #898c93;
}

button {
    width: 100%;
    height: 60px;
    text-align: center;
    color: #fff;
    background-color: #262c27;
    outline: none;
    font-family: "Soyuz Grotesk", sans-serif;
    font-weight: 700;
    font-family: 17px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
}

.text-soyuz {
    font-weight: 700;
    font-family: 'Soyuz Grotesk', sans-serif;
}

.text-soyuz span {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
}

.curses-bg div, .footer-curses-bg div, .radius {
    border-radius: 0 0 40px 40px;
}

.form-radius {
    border-radius: 40px 0 0 40px;
}

.curses-bg, .curses-item-bg, .curses-item, .footer-curses-bg, .footer-curses-item-bg, .footer-curses-item {
    display: none;
}

.curses-bg {
    z-index: 35 !important;
}

.footer-curses-bg {
    z-index: 40 !important;
}

.curses-item-bg, .footer-curses-item-bg {
    z-index: 45 !important;
}

.curses-item, .footer-curses-item {
    z-index: 50 !important;
}

.hidemenu-btn, .footer-hidemenu-btn {
    cursor: pointer;
    z-index: 50 !important;
}

.custommenuitem-active {
    color: #FCB82B !important;
}

.slide {
    opacity: 0;
    z-index: -19;
    transition-duration: 500ms;
}

.slide-active {
    opacity: 1 !important;
    z-index: 10;
}

.slider-dot div {
    cursor: pointer;
    background-color: #ffffff;
}

.slider-dot-active div {
    background-color: #caf76f !important;
}

.programms-card {
    display: none;
}

.programms-card-active {
    display: table;
}

.programms-btn {
    cursor: pointer;
}

.programms-btn-bg {
    border-radius: 600px;
}

.programms-link {
    z-index: 100;
}