/*@media screen and (max-width: 390px) {
   .foto_1{
   	width: 150px;
    height: 150px;
   }

   .name{
   	padding-top: 4%;
   } 

   .conteiner_1{
   	max-width: 360px;
   }

   .conteiner_2{
   	max-width: 360px;
   }
   .conteiner_3 {
    max-width: 360px;

}
    .conteiner_33 img {
    width: 55px
}

    .conteiner_33 {
    display: flex;
    justify-content: space-evenly;
    padding-top: 4%;
}

.work {
	font-size: 30px;
}

.conteiner_4{
	max-width: 360px;
}
.tab_0, .tab_01, .tab_02, .tab_03 {
	font-size: 13px;
}

.tab_13 {
    font-size: 12px;
    line-height: 130%;
}
.serf{
	font-size: 30px;
}

.conteiner_0{
	height: 280px;
}



}


*/

@media screen and (max-width: 400px){

    .name {
/*        font-size: 40px;*/
    }

    .icon_t {
        display: flex;
        align-items: center;
    }

    .icon_t img {
        width: 45px;
        padding: 10px;
    }

    .conteiner_33 {
        justify-content: space-evenly;
    }    

    .conteiner_33 img {
        width: 55px;
    }

    .conteiner_33 {
         padding-top: unset; 
    }

    .tab_11 {
        font-size: 20px;
    }

}

@media screen and (max-width: 360px){
    .record {
        font-size: 17px;
    }

    .name {
        font-size: 35px;
    }

    .job {
        font-size: 19px;
    }

    .work {
        font-size: 30px;
    }

    .tab_11 {
        font-size: 18px;
    }
}

@media screen and (max-width: 320px){
    .record {
        font-size: 15px;
    }

    .tab_11 {
        font-size: 16px;
    }

    .tlgrm {
        font-size: 18px;
    }

}