body {
    margin: 0px;

}

.logo_link {
    display: flex;
    justify-content: center;
    padding-top: 26px;
}

.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container {
    position: relative;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 430px;
    margin: 0 auto;
    background-color: #35374c;

    .logo {
        width: 50%;



    }
}

.avatar {
    .avatar {
              max-width: 89%;
        height: auto;
    }

    position: relative;
    display: flex;

    padding-top: 18px;
    justify-content: center;
    align-items: center;
}

.block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
       gap: 54px;
    font-family: "Muller-Bold";
    color: white;
    padding-top: 90%;
    position: absolute;

}

.name {
    font-size: 20pt;
    width: 257px;
    padding-left: 5%;
   border-radius: 18px;
    background: linear-gradient(transparent 41%, #35374C 75%);
    margin-left: 8%;
}

.phone {

        width: 53%;
    padding-left: 13%;

}

.phone_number {

    justify-content: center;
    width: 319px;
    display: flex;
    height: 44px;
    padding: 12px;
    background: #4c5069;
    border-radius: 32px;
      align-items: center;
    cursor: pointer;
    margin-top: 6%;



    a {
        text-decoration: none;
        position: absolute;
        color: white;
        font-size: 25pt;
font-family: "Myriad Pro";
    }


}

.about {
    color: white;
    font-family: "Muller-Regular";
    letter-spacing: 1px;
    text-align: center;
}

.about1 {
    color: white;
    font-family: "Muller-Regular";
    letter-spacing: 1px;
   margin-top: -10px;
    margin-left: 30px;
    font-size: 17px;
    text-align: center;
    width: 86%;
}
@media screen and (max-width:395px) {
    .block {
      gap: 48px;
        align-items: center;
    }
	.name{
    font-size: 19pt;}
.phone {
	        width: 67%;
        padding-bottom: 24px;
padding-left: 0%;;
}
}

@media screen and (max-width:390px) {
.block{
   gap: 60px;
      
}
.phone{
        width: 63%;
    padding-top: 10%;
}
}
@media screen and (max-width: 350px) {
.block{
    gap: 32px;
    align-items: center;
}
.name{
              font-size: 17pt;
width: 234px;
}
.about{
             margin-left: 14px;
      font-size: 21pt;
}
	.about1{
        font-size: 15px;
}
}
@media screen and (max-width: 344px){
.phone_number{
		width: 295px;
}
    .phone {
       width: 65%;
        padding-top: 4%;
    }
    .block {
        gap: 31px;
    }
}
@media screen and (max-width: 320px){
	
.phone_number {
    width: 279px;
    height: 40px;
	a{ 
 font-size: 22pt;
}
}
.block {
        gap: 29px;
    }
 .name {
        font-size: 16pt;
        width: 216px;
    }
.phone {
     width: 69%;
        padding-left: 5px;
    }
	.about1{
font-size: 14px;
}

}
@media screen and (max-width: 393px){
.block {
		gap: 47px;
}
.about1{
	width: 83%;
margin-left: 30px;
        }
}