html{
    box-sizing: border-box;
}
*, *::before,*::after{
    box-sizing: inherit;
}
body{
    font-family: 'PT Sans',Arial;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    background-color: #E5E5E5;
    margin: 0;
}
.wrapper{
    max-width: 100%;
    margin: 0 auto;
}
.header{
    top: 0;
    left: 0;
    width: 100%;
}
.header__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #F5F5F5;
}
.header__logo span {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #596162;
}
.header__logo {
    display: flex;
    flex-direction: row;
}
.Intro{
    background: url(../img/fon.png) no-repeat right;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    background-color: #E9E9E9;
    height: 100vh;
}
.main_prof {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.block_prof {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: white;
    border-radius: 7px;
    width: 520px;
    height: 270px;
    margin-top: 225px;
}
.prof_body {
    border-top: 1px solid #EEEEEE;
    background-position: 60% 85%;
    padding-top: 0px;
    
}
.input_prof {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 28px;
}
.intBP {
    display: flex;
    flex-direction: column;
}
.intBP span {
    font-family: PT Sans,arial;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    color: #7A7A7A;
}
input.int_prof {
    background: #E6E6E6;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.17);
    border-radius: 3px;
    width: 382px;
    height: 48px;
    text-shadow: 0 0 black;
    overflow: hidden;
    padding-left: 12px;
    width: 170px;
    height: 20px;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 17px;
}
input.int_out {
    width: 90px;
    height: 25px;
    background: #49BAD7;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 17px;
color: #F5F5F5;
border: 0px;
}
input.int_prof:nth-last-child(1) {
    margin-bottom: 0px;
}
h1{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 27px;
}
.wrapper_footer {
    background: #F5F5F5;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.block_footer span {
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
display: flex;
align-items: center;

color: #596162;
}
.block_footer {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-right: 150px;
}

.block_footer:nth-child(1) {
    margin-left: 160px;
}