.ohtateam_content::before{
    content: none;
}

.ohtateam_title_h2{
    color: #000;
    font-size: 36px;
    font-weight: 400;
}

.ohtateam_title_hero{
    max-width: 700px;
}

.ohtateam_subtitle{
    margin-top: 20px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    max-width: 700px;
}

.ohtateam_btn{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 260px;
    height: 60px;
    border-radius: 10px;
    background-color: #990100;

    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.64px;
}

.ohtateam_btn:hover{
    background-color: #770000;
    transition: all 0.3s ease-in-out;
}

.ohtateam_program{
    margin-top: 100px;
}

.ohtateam_title_program{
    max-width: unset;
}

.ohtateam_subtitle_program{
    margin-top: 35px;
    max-width: unset;
}

.ohtateam_subtitle_group{
    margin-top: 35px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.ohtateam_subtitle_element{
    position: relative;
    width: 100%;
    height: 460px;
    background-color: #EFF0F5;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.ohtateam_subtitle_element:hover{
    background-color: #f6f6fa;
}

.ohtateam_subtitle_element:hover .ohtateam_program_btn svg{
    transform: rotate(45deg);
}

.ohtateam_subtitle_element:hover .ohtateam_program_wrap img{
    transform: scale(1.1);
}

.ohtateam_program_tags{
    position: absolute;
    top: 12px;
    left: 14px;
    z-index: 3;
}

.ohtateam_program_tags span{
    padding: 5px 12px;

    border-radius: 30px;
    background-color: #000;

    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.ohtateam_program_tags span:nth-child(2){
    background-color: #990100;
    margin-left: 5px;
}

.ohtateam_program_wrap{
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 280px;
}

.ohtateam_program_wrap img{
    width: 100%;
    height: 100%;
    transition: 0.3s all ease-in-out;
    object-fit: cover;
}

.ohtateam_content{
    padding-left: 35px;
    padding-top: 34px;
}

.ohtateam_program_content{
    padding-left: 35px;
    padding-top: 34px;
}

.ohtateam_caption{
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.ohtateam_description{
    margin-top: 15px;
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 400;
}

.ohtateam_program_btn{
    margin-top: 34px;
    display: flex;
    justify-content: center;
    align-items: center;

    color: #990100;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.ohtateam_program_btn svg{
    margin-right: 5px;
    transition: 0.3s all ease-in-out;
}

.ohtateam_preparation{
    margin-top: 80px;
}

.ohtateam_preparation_group{
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr;
    gap: 30px;
}

.ohtateam_preparation_group_stages{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.ohtateam_preparation_group_stages_item_wrap svg{
    position: relative;
    z-index: 2;
}

.ohtateam_preparation_group_stages_item_wrap span{
    position: relative;
    right: 20px;

    color: #EFF0F5;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
}

.ohtateam_preparation_group_stages_item_caption{
    margin-top: 6px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.ohtateam_preparation_group_stages_item_description{
    margin-top: 12px;
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.ohtateam_preparation_group_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ohtateam_preparation_group_item img{
    border-radius: 20px;
}

.ohtateam_preparation_group_item p{
    margin-top: 30px;
    text-align: center;

    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.ohtateam_preparation_group_item a{
    margin-top: 10px;

    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.ohtateam_try{
    margin-top: 120px;
}

.ohtateam_try_description{
    margin-top: 25px;
    max-width: 650px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.ohtateam_try_description a{
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.ohtateam_history{
    margin-top: 120px;
}

.ohtateam_history_container{
    padding-bottom: 120px;
    border-bottom: 1px solid #EFF0F5;
}

.ohtateam_history_group{
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr;
    gap: 30px;
}

.ohtateam_history_item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    text-align: center;
}

.ohtateam_history_item img{
    border-radius: 20px;
}

.ohtateam_history_item_description{
    margin-top: 50px;

    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
}

.ohtateam_history_logo{
    margin-bottom: 5px;
}

.ohtateam_history_caption{
    margin-top: 55px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
}

.ohtateam_history_description{
    max-width: 550px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.ohtateam_trainer{
    margin-top: 120px;
    margin-bottom: 120px;
}

.ohtateam_title_trainer{
    max-width: 1000px;
}

.ohtateam_subtitle_trainer{
    margin-top: 45px;
    max-width: unset;
}

.ohtateam_trainer_group{
    margin-top: 46px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 25px;
}

.ohtateam_trainer_item{
    position: relative;
    border-radius: 20px;
    height: 180px;
}

.ohtateam_trainer_item_icon{
    position: absolute;
    display: flex;
    top: -19px;
    right: 18px;
}

.ohtateam_trainer_item_icon svg{
    position: relative;
}

.ohtateam_trainer_item_icon svg:nth-child(1){
    z-index: 3;
    right: 6px;
}

.ohtateam_trainer_item_icon svg:nth-child(2){
    z-index: 2;
    right: 12px;
}

.ohtateam_trainer_item_icon svg:nth-child(3){
    z-index: 1;
    right: 18px;
}

.ohtateam_trainer_item:nth-child(3){
    grid-column: 3/5;
}

.ohtateam_trainer_item--grey{
    padding: 30px;
    background-color: #EFF0F5;
}

.ohtateam_trainer_item--white{
    padding: 0 40px;
    display: flex;
    align-items: center;
    border: 2px solid #EFF0F5;
}

.ohtateam_trainer_item--transparent{
    display: flex;
    align-items: center;
}

.ohtateam_trainer_item--white p{
    text-align: center;
}

.ohtateam_trainer_item--transparent p{
    text-align: center;
}

.ohtateam_trainer_item_caption{
    color: #000;
    font-size: 36px;
    font-weight: 400;
}

.ohtateam_trainer_item_description{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.ohtateam_achievement{
    margin: 120px auto;
    padding-top: 111px;
    padding-bottom: 95px;

    width: 100%;
    max-width: calc(100% - 80px);
    background-color: #EFF0F5;
    border-radius: 20px;
}

.ohtateam_subtitle_achievement{
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    max-width: 900px;
}

.ohtateam_achievement_main{
    margin-top: 45px;

    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
}

.ohtateam_achievement_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ohtateam_achievement_content{
    padding: 35px 32px;
    position: relative;
    z-index: 2;
}

.ohtateam_achievement_cards{
    display: flex;
}

.ohtateam_achievement_card{
    padding: 36px 28px;

    max-width: 330px;
    cursor: pointer;
    border-radius: 20px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.ohtateam_achievement_card:not(:last-child){
    margin-right: 20px;
}

.ohtateam_achievement_card:hover{
    transform: translateY(-12px);
}

.ohtateam_achievement_card:hover .ohtateam_achievement_card_caption{
    color: #990100;
}

.ohtateam_achievement_card:hover .ohtateam_program_btn svg{
    transform: rotate(45deg);
}


.ohtateam_achievement_card_caption{
    padding-bottom: 25px;

    font-size: 24px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.ohtateam_achievement_card_list{
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    border-top: 1px dashed #EFF0F5;
}

.ohtateam_achievement_card_list li{
    display: flex;
    align-items: center;

    color: #3A3A3A;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.ohtateam_achievement_card_list li svg{
    margin-right: 8px;
    flex-shrink: 0;
}

.ohtateam_achievement_card_description{
    padding-right: 50px;

    color: #3A3A3A;
    font-size: 16px;
    font-weight: 400;
}

.ohtateam_achievement_card_description span{
    font-weight: 700;
}

.ohtateam_achievement_text{
    margin-top: 35px;
    padding: 8px 0 8px 25px;

    width: 100%;
    max-width: 600px;

    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    border-left: 1px solid #fff;
}

.ohtateam_achievement_icon{
    position: absolute;
    top: 37px;
    right: 31px;

    display: flex;
    align-items: center;
}

.ohtateam_achievement_icon svg:nth-child(1){
    margin-right: 6px;
}

.ohtateam_achievement_program_caption{
    margin-top: 55px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.ohtateam_achievement_program_group{
    margin-top: 45px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.ohtateam_achievement_group_stages_item_wrap span{
    color: #A7ABBE;
}

.ohtateam_achievement_group_stages_item_description{
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.ohtateam_infrastructure{
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #EFF0F5;
}

.ohtateam_infrastructure_img{
    margin-bottom: 80px;
    height: 600px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.ohtateam_title_infrastructure{
    margin-bottom: 80px;
}

.ohtateam_infrastructure_group{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 32px;
}

.ohtateam_infrastructure_item:nth-child(3){
    grid-column: 3/5;
}

.ohtateam_infrastructure_item_icon{
    margin-bottom: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #EFF0F5;;
    border-radius: 10px;
}

.ohtateam_infrastructure_item_text{
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.ohtateam_partners{
    margin-top: 80px;
}

.ohtateam_partners .news_slider_title{
    text-align: left;

    margin: 0 auto 50px;
    width: calc(100% - 150px);
    max-width: 1320px;
}

.ohtateam_title_contacts{
    margin-bottom: 70px;
}

.ohtateam_contacts{
    padding-top: 80px;
    margin-bottom: 120px;

    border-top: 1px solid #EFF0F5;
}

.ohtateam_contacts_social{
    margin-top: 24px;

    display: flex;
    align-items: center;
}

.ohtateam_contacts_social p{
    padding-left: 12px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.ohtateam_contacts_social p:nth-child(1){
    font-weight: 700;
}

.ohtateam_contacts_address_name{
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.ohtateam_contacts_address_location{
    margin-top: 8px;
    font-size: 24px;
    font-weight: 400;
}

.ohtateam_contacts_item{
    text-align: left;
    align-items: flex-start;
}

.ohtateam_contacts_address_logo{
    margin-top: 8px;

    display: flex;
    align-items: center;

    color: #006738;
    font-size: 16px;
}

.ohtateam_contacts_address_logo svg{
    margin-right: 4px;
}

.ohtateam_contacts_tel{
    margin-top: 55px;
    display: flex;
}

.ohtateam_contacts_tel_element:nth-child(1){
    margin-right: 110px;
}

.ohtateam_contacts_tel_element:nth-child(2) a{
    text-decoration: underline;
}

.ohtateam_contacts_tel_element p{
    font-size: 16px;
    line-height: 160%;
}

.ohtateam_contacts_tel_element a{
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

/*Popup*/

.ohtateam_popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.ohtateam_popup_content {
    background-color: white;
    padding: 59px 61px 56px;
    border-radius: 20px;
    position: relative;
    width: 40%;
    height: 430px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.close_ohtateam_popup{
    position: absolute;
    top: 0;
    right: -60px;
    z-index: 3;
    cursor: pointer;
}

.ohtateam_popup_title{
    margin-bottom: 35px;
    font-size: 42px;
}

.ohtateam_form_wrap{
    position: relative;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;

    margin-bottom: 35px;
    padding: 33px 26px 30px;

    border: 1px solid #EBEDF2;
    border-radius: 20px;
}

.ohtateam_form_wrap p{
    padding-right: 10px;
    padding-left: 10px;
    position: absolute;
    z-index: 2;
    top: -11px;
    left: 26px;
    display: block;
    font-size: 16px;
    background-color: #fff;
}

.ohtateam_form_wrap p span{
    color: red;
}

.ohtateam_form_wrap input{
    padding-left: 20px;
    padding-right: 20px;

    height: 54px;
    width: 100%;

    border-radius: 10px;
    background-color: #F3F5F9;
    border: none;

    font-size: 16px;
    color: #000;
}

.ohtateam_form_checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #2E6D63;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.ohtateam_form_checkbox:checked {
    background-color: #2E6D63;
}

.ohtateam_form_checkbox:checked::after {
    content: "";
    color: white;
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 3px;
}

.ohtateam_form_check_wrap{
    display: flex;
    align-items: center;
    user-select: none;
}

.ohtateam_form_label {
    margin-top: 2px;
    font-size: 16px;
    color: #003836;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.ohtateam_form_label:hover {
    color: #1f4e48;
}

.ohtateam_form_checkbox, .ohtateam_form_btn {
    vertical-align: middle;
}

.ohtateam_form_btn_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ohtateam_form_btn{
    display: flex;
    height: 70px;
    width: 205px;
    justify-content: center;
    align-items: center;

    font-size: 18px;
    font-weight: 700;

    cursor: pointer;
    border: none;
    border-radius: 20px;
    background-color: #87D454;
    transition: all 0.3s ease-in-out;
}

.ohtateam_form_btn:hover{
    background-color: #003836;
    color: #87D454;
}

.ohtateam_form_message{
    position: absolute;
    bottom: 40px;
}

@media(max-width: 1400px){
    .ohtateam_contacts_tel_element a{
        font-size: 18px;
    }
}

@media(max-width: 1200px){
    .ohtateam_title_h2{
        font-size: 26px;
    }

    .ohtateam_subtitle{
        font-size: 16px;
    }

    .ohtateam_program_wrap{
        height: 200px;
    }

    .ohtateam_trainer_item_caption{
        font-size: 26px;
    }

    .ohtateam_trainer_item_description{
        font-size: 14px;
    }

    .ohtateam_content{
        padding-top: 50px;
        padding-left: 10px;
    }

    .ohtateam_program_content{
        padding-top: 20px;
        padding-left: 15px;
    }

    .ohtateam_content_container{
        margin-top: 0;
    }

    .ohtateam_subtitle_element{
        height: 400px;
    }

    .ohtateam_description{
        font-size: 13px;
    }

    .ohtateam_program_tags{
        display: flex;
        flex-wrap: wrap;
    }

    .ohtateam_program_tags span:nth-child(2){
        margin-top: 3px;
    }

    .ohtateam_subtitle_program{
        margin-top: 20px;
    }

    .ohtateam_preparation_group{
        margin-top: 50px;
        grid-template-columns: 1fr 1fr;
    }

    .ohtateam_preparation_group_stages{
        grid-column: 1/3;
    }

    .ohtateam_history_group{
        grid-template-columns: 1fr 1fr;
    }

    .ohtateam_history_item:nth-child(1){
        grid-column: 1/3;
    }

    .ohtateam_trainer_group{
        grid-template-columns: repeat(2, 1fr);
    }

    .ohtateam_trainer_item:nth-child(3) {
        grid-column: 1 / 3;
    }

    .ohtateam_trainer_item:nth-child(6) {
        order: 1;
    }

    .ohtateam_achievement_content{
        padding: 35px 15px;
    }

    .ohtateam_achievement_card{
        padding: 18px 15px;
        max-width: 220px;
    }

    .ohtateam_achievement_card_list li {
        font-size: 14px;
    }

    .ohtateam_achievement_card_description{
        font-size: 13px;
    }

    .ohtateam_achievement_icon{
        top: unset;
        right: unset;
        bottom: -50px;
        left: 31px;
    }

    .ohtateam_achievement_program_group{
        gap: 10px;
    }

    .ohtateam_achievement_group_stages_item_description{
        font-size: 12px;
    }

    .ohtateam_infrastructure_item--empty{
        display: none;
    }

    .ohtateam_infrastructure_item:nth-child(3) {
         grid-column: unset;
    }

    .ohtateam_infrastructure_group {
        grid-template-columns: repeat(2, 1fr);
    }

    .ohtateam_contacts_item{
        align-items: flex-start;
    }

    .ohtateam_popup{
        top: 20px;
    }

    .ohtateam_popup_content{
        width: 80%;
    }

    .ohtateam_popup_title{
        margin-bottom: 25px;
        font-size: 24px;
    }

    .ohtateam_form_wrap{
        margin-bottom: 25px;
        padding: 20px;
    }

    .ohtateam_form_wrap input{
        font-size: 12px;
    }
}

@media(max-width: 960px){
    .ohtateam_achievement_main {
        height: 100%;
        overflow: visible;
    }

    .ohtateam_achievement_cards {
        flex-direction: column;
    }

    .ohtateam_achievement_card {
        padding: 36px 25px;
        max-width: unset;
    }

    .ohtateam_achievement_card:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ohtateam_achievement_icon {
        top: -55px;
        right: 10px;
        bottom: unset;
        left: unset;
    }
}

@media(max-width: 786px){
    .ohtateam_title_h2{
        font-size: 23px;
    }

    .ohtateam_subtitle_hero{
        display: none;
    }

    .ohtateam_title_hero{
        font-size: 24px;
        text-align: center;
        color: #fff;
    }

    .about_hero_background_img {
      /*  object-position: -670px center */
    }

    .ohtateam_hero_content::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #000 -0.33%, rgba(0, 0, 0, 0.00) 100%);
        z-index: 2;
    }

    .ohtateam_content_container{
        padding-top: 120px;
    }

    .ohtateam_subtitle_group{
        grid-template-columns: 1fr;
    }

    .ohtateam_subtitle_element{
        height: 370px;
    }

    .ohtateam_preparation_group{
        gap: 20px;
    }

    .ohtateam_preparation_group_stages{
        grid-template-columns: 1fr;
    }

    .ohtateam_preparation_group_item p{
        font-size: 12px;
    }

    .ohtateam_preparation_group_item a{
        font-size: 18px;
    }

    .ohtateam_preparation_group_item img{
        height: 100%;
        object-fit: cover;
    }

    .ohtateam_try_content::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #000 -0.33%, rgba(0, 0, 0, 0.00) 100%);
        z-index: 3;
    }

    .ohtateam_content_container{
        position: relative;
        z-index: 4;
    }

    .ohtateam_try .about_hero_svg{
        display: none;
    }

    .ohtateam_try .ohtateam_content_container{
        padding-top: 230px;
    }

    .ohtateam_history{
        margin-top: 50px;
    }

    .ohtateam_history_container{
        padding-bottom: 90px;
    }

    .ohtateam_history_caption{
        margin-top: 30px;
    }

    .ohtateam_history_item_description{
        margin-top: 15px;
        font-size: 12px;
    }

    .ohtateam_trainer{
        margin-top: 80px;
    }

    .ohtateam_trainer_item_description{
        font-size: 13px;
    }

    .ohtateam_achievement{
        border-radius: 0;
        max-width: 100%;
    }

    .ohtateam_achievement_main{
        height: 100%;
        overflow: visible;
    }

    .ohtateam_achievement_cards{
        flex-direction: column;
    }

    .ohtateam_achievement_card:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ohtateam_achievement_bg{
        border-radius: 20px;
    }

    .ohtateam_achievement_icon {
         top: -55px;
         right: 10px;
         bottom: unset;
         left: unset;
    }

    .ohtateam_achievement_program_group{
        grid-template-columns: 1fr 1fr;
    }

    .ohtateam_infrastructure_img{
        height: 300px;
    }

    .ohtateam_title_infrastructure {
        margin-bottom: 40px;
    }

    .ohtateam_infrastructure_group {
        grid-template-columns: 1fr;
    }

    .ohtateam_infrastructure_item{
        display: flex;
    }

    .ohtateam_infrastructure_item--empty {
        display: none;
    }

    .ohtateam_infrastructure_item_icon{
        margin-right: 15px;
        flex-shrink: 0;
    }

    .ohtateam_partners .news_slider_title {
        text-align: center;
    }

    .ohtateam_contacts{
        margin-bottom: 80px;
    }

    .ohtateam_contacts_tel{
        flex-direction: column;
    }

    .ohtateam_contacts_tel_element:nth-child(1){
        margin-bottom: 30px;
    }

    .ohtateam_contacts_address_location{
        font-size: 20px;
    }
    
    .ohtateam_contacts_item:nth-child(2){
        display: none;
    }

    .ohtateam_history_item:nth-child(1) {
        grid-column: unset;
    }

    .ohtateam_history_group{
        grid-template-columns: 1fr;
    }

    .ohtateam_contacts_item{
        position: relative;
    }

    .ohtateam_contacts_item:nth-child(3) img{
        position: relative;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .ohtateam_contacts_item:nth-child(3)::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: linear-gradient(0deg, #000 -0.33%, rgba(0, 0, 0, 0.00) 100%);
        border-radius: 20px;
    }

    .ohtateam_contacts_social{
        position: absolute;
        z-index: 3;
        bottom: 20px;
        left: 20px;
    }

    .ohtateam_contacts_social p{
        color: #fff;
    }

    .ohtateam_form_wrap {
        grid-template-columns: 1fr 1fr;
    }
    .ohtateam_popup_content {
        display: flex;
        flex-direction: column;
        justify-content: center;

        height: 500px;
    }

    .ohtateam_popup_content{
        padding: 20px;
        width: 95%;
        height: 550px;
    }

    .ohtateam_form_wrap{
        padding: 15px;
    }

    .ohtateam_form_wrap p {
        top: -16px;
    }

    .ohtateam_form_btn_wrap{
        flex-direction: column;
    }

    .ohtateam_form_btn{
        margin-top: 20px;
        width: 100%;
    }

    .close_ohtateam_popup{
        width: 50px;
        height: 50px;
        top: 10px;
        right: 15px;
        background-color: #000000;
        border-radius: 100%;
    }
}

@media(max-width: 415px){
    .ohtateam_title_hero{
        font-size: 18px;
    }

    .ohtateam_btn{
        width: 230px;
        height: 55px;
    }

    .about_hero_link{
        font-size: 10px;
    }

    .about_hero_anchor_mobile{
        margin-top: 10px;
    }

    .ohtateam_program{
        margin-top: 50px;
    }

    .ohtateam_title_h2 {
        font-size: 20px;
    }

    .ohtateam_subtitle{
        font-size: 13px;
    }

    .ohtateam_preparation_group{
        grid-template-columns: 1fr;
    }

    .ohtateam_preparation_group_item:nth-child(2){
        display: none;
    }

    .ohtateam_try {
        margin-top: 60px;
    }

    .ohtateam_history_item img{
        width: 100%;
    }

    .ohtateam_history_description{
        font-size: 12px;
    }

    .ohtateam_trainer_item--grey{
        padding: 30px 10px;
    }

    .ohtateam_trainer_item--white{
        padding: 0 20px;
    }

    .ohtateam_trainer_item_description {
        font-size: 11px;
    }

    .ohtateam_trainer_group{
        gap: 20px 10px;
    }

    .ohtateam_trainer_item_caption{
        margin-bottom: 5px;
        font-size: 18px;
    }

    .ohtateam_trainer_item{
        height: 150px;
    }

    .ohtateam_achievement_main{
        margin-top: 60px;
    }

    .ohtateam_achievement_text{
        font-size: 14px;
    }

    .ohtateam_form_wrap {
        grid-template-columns: 1fr;
    }

    .ohtateam_popup_content{
        height: 50vh;
    }

    .ohtateam_popup_title{
        margin-bottom: 35px;
    }

    .ohtateam_form_wrap p {
        font-size: 12px;
    }

    .ohtateam_form_wrap input {
        height: 40px;
    }

    .ohtateam_form_wrap {
        margin-bottom: 15px;
    }

    .ohtateam_form_wrap .ohtateam_top_correct{
        top: -10px;
    }

    .ohtateam_form_label{
        font-size: 12px;
    }

    .ohtateam_form_btn{
        height: 45px;
    }

    .ohtateam_popup_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media(max-width: 320px){
    .ohtateam_title_h2 {
        font-size: 16px;
    }

    .ohtateam_btn{
        width: 90%;
    }

    .ohtateam_trainer_group{
        grid-template-columns: 1fr;
    }

    .ohtateam_trainer_item:nth-child(3) {
        grid-column: unset;
    }

    .ohtateam_trainer_item--white{
        height: 230px;
    }

    .ohtateam_trainer{
        margin-bottom: 40px;
    }

    .ohtateam_achievement{
        padding-top: 60px;
    }

    .ohtateam_achievement_card_caption{
        font-size: 16px;
    }

    .ohtateam_achievement_card{
        padding: 25px 10px;
    }

    .ohtateam_achievement_card_description{
        padding-right: 0;
    }

    .ohtateam_achievement_card_list li {
        font-size: 10px;
    }

    .ohtateam_achievement_text {
        font-size: 12px;
    }

    .ohtateam_achievement_program_group {
        grid-template-columns: 1fr;
    }

    .ohtateam_infrastructure_item_text{
        font-size: 12px;
    }

    .ohtateam_title_contacts {
        margin-bottom: 30px;
    }
}