body {
    background: rgba(144, 205, 142, 0.7);
}
header {
    background: rgba(140, 200, 135, 1);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 10px;     
    z-index: 2;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.logo {
    cursor: pointer;
}
.header_menu {
    margin-top: 30px;
}
.menu_item {
    text-decoration: none;
    color: inherit;
    position: relative;
    margin-left: 42px;

}
main {
    background: rgba(144, 205, 142, 0.7) url(images/bg.jpeg);   
}
.wrap {
    max-width: 1150px;
    margin: 0 auto;
}
.about {
    margin-top: 118px;
}
.about_wrap {
    display: flex;
    justify-content: center;   
}
.about_content {
    margin-top: 50px;
    color: rgb(232, 244, 247);
}

.document_wrap {
    display: flex;
    flex-direction: column;    
    align-items: center;
}
.document_frame {              
    margin-top: 50px;   
}
.document_text{
    box-sizing: border-box;
    background: white;    
    width: 800px;
    height: 500px;
    overflow: auto;
}
.document_button{
    background: burlywood;
    margin-top: 20px;
}
.open_button{
    width: 360px;
    height: 60px;
    padding: 16px 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1em;
    font-weight: 600;    
}
a{
    text-decoration: none;
}
.planner_content {
    display: block;
    width: 100%;       
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.send_wrap{
    display: flex;
    flex-direction: column;    
    align-items: center;
    margin: 100px auto;
    background-color: rgb(80, 156, 60);
    border-radius: 20px;
    width: 800px;    
}
.send_name{
    padding: 10px;    
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    margin: 10px 20px;    
}
.send_label{
    padding: 10px;    
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    margin: 10px 20px;
    color: rgb(169, 226, 14);
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
    
    
}
.send_content{    
    display: flex;    
    flex-direction: column;
    width: 90%;
    padding: 30px auto;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;    
}
.first_input{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.first_input div{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.fild_one{
    width: 40%;
    border-radius: 10px;
}
.fild_two{
    width: 30%;
    border-radius: 10px;    
}
.fild_three{
    width: 90%;
    border-radius: 10px;
}
.form_title{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 24px;
    color: rgb(169, 226, 14);
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

}
.send_button{        
    width: 225px;
    height: 65px;
    background-color: #34547A;
    color: white;
    margin: 60px auto;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.1em;
    border: 0;       
    transition: 500ms;
}
