	    .modal-content {
            border-radius: 48px;
            padding: 40px 64px;
        width: 106%;
        }
        
        .form_modal_title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 40px;
        }
        
        .form_modal_title h5 {
            font-weight: 600;
            font-size: 24px;
            line-height: 32px;
            color: #613495;
        }
        
        .form_modal_title .close {
            color: #613495;
            border: none;
            background-color: white;
        }
        
        .modal-backdrop.show {
            opacity: .3;
        }
        
        #infoModal .modal-content{
            border-radius: 16px;
            padding: 24px;
        }
        
        .info_modal_content{
            font-weight: 400;
            font-size: 18px;
            line-height: 32px;
            color: #231F20;
            padding-bottom: 16px;
        }
        
        #infoModal .modal-dialog{
            max-width: 400px;
        }
        
        .form_elements .form-group input[type="text"],
        .form_elements .form-group input[type="email"],
        .form_elements .form-group input[type="tel"],
        .form_elements .form-group input[type="number"] {
            width: 100%;
            height: 58px;
            border: 1px solid #CCCCCC;
            box-sizing: border-box;
            border-radius: 8px;
            font-weight: 400;
            font-size: 16px;
            line-height: 18px;
            padding: 0 16px;
            color: #000;
        }
          
        .gender-custom-select {
        width: 100%;
        height: 58px;
        border: 1px solid #CCCCCC;
        box-sizing: border-box;
        border-radius: 8px;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        padding: 0 16px;
        background-repeat: no-repeat;
        background-position: center right 15px;
    }
    
    .must-fill .gender-custom-select {
        border: 1px solid red;
    }
    
    .gender-custom-select{
        width: 100%;
        height: 58px;
        border: 1px solid #CCCCCC;
        box-sizing: border-box;
        border-radius: 8px;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        padding: 0 16px;
    }
    
    .must-fill .gender-custom-select{
        border: 1px solid red;
    }
    
    .form_elements .row {
    margin-left: -8px;
    margin-right: -8px;

}

.form_elements .row>div {
    padding-left: 8px;
    margin-bottom: 16px;
    padding-right: 8px;
}

.form_elements textarea {
    height: 206px;
    padding: 20px 16px;
    resize: none;
    width: 100%;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}


.form_elements .form-group {
    position: relative;
    margin-bottom: 0;
}

.form_modal_title .close {
    color: #613495;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}

.form_modal_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.form_modal_title h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #613495;
}

.form_submit button {
    margin-top: 24px;
    background: #CCCCCC;
    border-radius: 12px;
    transition: .5s ease;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 58px;
    display: flex;
    align-items: center;
    padding: 0 32px;
    border: none;
}

.form_submit button:hover {
    background: #613495;
}

#infoModal .modal-dialog{
    max-width: 400px;
}

.language_rs {
  position: absolute;
    background: #FFFFFF;
    width: 84px;
    height: auto;
    box-shadow: 0px 16px 64px -8px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    overflow: hidden;
    top: 41px;
    border: none;
}

.active_lang {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 10px;
    color: #727678;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding-left: 16px;
}