* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}
body {
    width: 100%;
}
.wrapper {
    width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}
.header_lang {
    width: 80px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    border: 2px solid #0a2c5c;
    border-radius: 35px;
}
.header_lang hr {
    background: #0a2c5c;
    border: none;
    transform: rotate(15deg);
    width: 1px;
    height: 25px;
}
.header_lang button {
    background: none;
    border: none;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    cursor: pointer;
    color: #0a2c5c;
    font-size: 18px;
    font-weight: 600;
    border-radius: 40px;
    transition: all 0.15s ease;
}
.header_success {
    background: #f9f9f9 ;
}
.header_lang button:hover {
    background: rgba(108, 108, 108, 0.078);
}
.header_form {
    background: #f9f9f9;
}
.logo_list {
    height: 100%;
    display: flex;
}
.logo_text {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    color: #bf0000;
    font-weight: 300;
    margin-left: 10px;
}
.logo_text.form_logo {
    color: black;
}
header {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    background: #ccf0e9;
    margin-bottom: -2px;
    padding-top: 30px;
}
header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-top: 40px */
}
.logo {
    height: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.logo img {
    height: 100%;
}
.main_intro {
    height: 550px;
    background: #ccf0e9;
    /* border-radius: 0 0 30px 30px; */
}
.main_body-steps_img {
    width: 400px;
    margin-right: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_body-steps_img img{
    width: 100%;
    margin-top: 50px;
}
.main_intro .wrapper {
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    
}
.main_intro-link_reg {
    width: 480px;
    z-index: 1;
}
.main_intro-info {
    color: #0a2c5c;
    z-index: 1;
}
.img_intro {
    height: 150%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.main-intro-button {
    cursor: pointer;
    width: 480px;
    height: 55px;
    border-radius: 35px;
    font-size: 25px;
    border: none;
    background: linear-gradient(90deg, rgba(50,68,118,1) 0%, rgba(66,97,148,1) 100%);
    color: white;
    -webkit-box-shadow: 4px 4px 33px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 33px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 33px 0px rgba(34, 60, 80, 0.2);
    transition: all 0.2s ease;
}
.main-intro-button:hover {
    background: linear-gradient(90deg, rgba(50,68,118,1) 0%, rgb(75, 110, 167) 100%);
    -webkit-box-shadow: 4px -2px 33px 0px rgba(37, 37, 37, 0.2);
    -moz-box-shadow: 4px -2px 33px 0px rgba(37, 37, 37, 0.2);
    box-shadow: 4px -2px 33px 0px rgba(37, 37, 37, 0.2);
    transition: all 0.2s ease;
}
.main_body-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    color: #272727;
}
.main_body-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_body-info .wrapper {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_body-about {
    text-align: center;
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 35px;
    line-height: 1.4;
}

.main_body-about span {
    color: #b20000ce;
    font-weight: 500;
}
.main_body-steps {
    height: 100%;
    width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main_body-info .link_form {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;    
}
.main_body-info {
    margin-top: 0px;
}
.card {
    width: 510px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 30px; */
}
.card_number {
    width: 150px;
    height: 150px;
    /* background: rgba(205, 205, 205, 0.195); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    /* color: rgb(242, 148, 148); */
    font-weight: 600;
}
.card_number img {
    height: 70%;
}
.card_title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #272727;
}
.card_info {
    font-size: 16px;
}
.card_body {
    width: calc(100% - 120px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer {
    margin-top: 100px;
    width: 100%;
    height: 400px;
    background: #272727;
}
.main_background {
    width: 100%;
    min-height: calc(100vh - 100px);
    background: linear-gradient(#f9f9f9 30%, #eeeeee 70%);
}
.category {
    display: flex;
    align-items: center;
    justify-content: space-between;  
    width: 250px;  
    margin: 0 auto;
    margin-bottom: 10px;
}
.student, .professor {
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 6px;
    background: #e5ffff;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.15s ease;
}
.student.active, .professor.active {
    background: #a4f5f5;
}
.student_form {
    display: none;
}
.student_form.active {
    display: flex;
}
.professor_form {
    display: none;
}
.professor_form.active {
    display: flex;
}
.form {
    position: relative;
    width: 400px;
    min-height: 300px;
    margin: 0 auto;
    background: white;
    flex-direction: column;
    align-items: center;
    padding: 8px 15px 15px 15px;
}
.form_data {
    width: 100%;
}
.form_data.check {
    display: flex;
    align-items: center;
    height: 35px;
}
.form_data.check a {
    font-size: 12px;
    margin-left: 10px;
}
.form_data.check input {
    width: 30px;
}
.form_data div {
    margin-top: 10px;
}
.form_data input {
    margin-top: 10px;
    outline: #030303;
    width: 100%;
    height: 30px;
    border: none;
    background: rgb(236, 235, 235);
    border-radius: 10px;
}
.form .submit_button:hover {
    background: #95deb3;
}
.form .submit_button {
    border: none;
    padding: 5px 10px;
    margin-top: 15px;
    border-radius: 6px;
    background: #acffcf;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.15s ease;
}
.footer_body {
    color: rgb(227, 227, 227);
    height: 350px;
    padding-top: 20px;
    display: flex;
}
.footer_body-item_info {
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.footer_body-item_info img {
    height: 100%;
    margin-right: 10px;
}
.footer_body-item {
    width: 240px;
    height: 250px;
    display: flex;
    margin-right: 50px;
    flex-direction: column;
    justify-content: space-between;
}
.footer_body-item_title {
    font-size: 20px;
    color: rgb(255, 255, 255);

}
.right {
    color: #eeeeee;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    align-items: center;
    text-align: center;
}
.contacts {
    height: 200px;
    display: flex;
    margin-right: 10px;
    flex-direction: column;
    justify-content:flex-start;
}
.footer_body-item_contacts {
    margin-top: 25px;
    display: flex;
    width: 73%;
    justify-content: space-between;
}
.back {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.password_req {
    width: 230px;
    height: 175px;
    border-radius: 10px;
    color: #585858;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    background: rgb(228, 228, 228);
    position: absolute;
    padding: 15px;
    top: 35px;
    left: -250px;
}
.back:hover {
    background: #2727271e;
}
.password:hover .password_req {
    display: flex;
}
.input_constant_placeholder {
    background: rgb(226, 226, 226);
    border-radius: 10px 0 0 10px;
    border-right: 1px solid gray;
    min-width: 10px;
    z-index: 1;
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    height: 30px;
    position: absolute;
}
.instagram_input {
    padding: 0 8px 0 43px;
}
.facebook_input {
    padding: 0 8px 0 86px;
}
.tiktok_input {
    padding: 0 8px 0 43px;
}
.input_data {
    padding: 0 8px;
}
.select_city {
    width: 100%;
    margin-top: 10px;
    outline: #030303;
    width: 100%;
    padding: 0 8px;
    height: 30px;
    border: none;
    background: rgb(236, 235, 235);
    border-radius: 10px;    
    position: relative;
    cursor: pointer;

}
.select_city::-ms-expand {
    border-radius: 10px;
}
