body{
    margin: 0px;
    background-color: #aaa;
    font-family: sans-serif;
}
div{
    box-sizing: border-box;
}
.clear{
    clear: both;
}
.page_wraper{
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
}
.page_wraper .white{
    background-color: #fff;
    padding: 30px 30px 10px 30px;
}
.page_wraper .black{
    background-color: #000;
    color: #fff;
    padding: 10px 30px 30px 30px;
}
.page_wraper .white .head{
    font-size: 30px;
    color: #777;
}
.page_wraper .white .menu{
    margin-top: 30px;
    text-align: right;
    border-bottom: 2px solid #777;
    padding-bottom: 5px;
}
.page_wraper .white .menu a{
    padding: 0px 10px;
    color: #777;
    text-decoration: none;
}
.page_wraper .white .menu a.active_link{
    font-weight: bold;
}
.page_wraper .white .title{
    margin: 60px 0px;
    border-bottom: 2px solid #000;
    font-size: 60px;
    font-weight: bold;
    line-height: 40px;
}
.page_wraper .white .content_about_me .my_img{
    float: left;
    width: 40%;
    padding: 10px 20px 0px 0px;
    box-sizing: border-box;
}
.page_wraper .white .content_about_me .my_img img{
    width: 100%;
}
.page_wraper .white .content_about_me{
    padding-bottom: 30px;
    border-bottom: 2px solid;
}
.page_wraper .white .content_about_me .text_about_me{
    float: right;
    width: 60%;
    font-size: 12px;
}
.page_wraper .white .content_about_me .text_about_me .few_words{
    background-color: black;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    width: 65%;
}
.page_wraper .white .content_about_me .text_about_me .quote{
    padding: 15px;
    background-color: #eee;
}
.page_wraper .white .content_about_me .text_about_me .quote p:first-child{
    font-style: italic;
}
.page_wraper .white .content_about_me .text_about_me .quote p:last-child{
    text-align: right;
}
.page_wraper .white .skils{
    padding: 30px 0px;
}
.page_wraper .white .skils .my_skils,
.page_wraper .white .skils .can_i_do{
    float: left;
    width: 50%;
    padding-right: 40px;
}
.page_wraper .white .skils .my_skils .photoshop,
.page_wraper .white .skils .my_skils .windows,
.page_wraper .white .skils .my_skils .offices,
.page_wraper .white .skils .my_skils .html,
.page_wraper .white .skils .my_skils .css{
    background-color: #ccc;
    margin-bottom: 3px;
    font-style: italic;
    padding: 5px 0px 5px 5px;
}
.page_wraper .white .skils .my_skils .photoshop{
    width: 80%;
}
.page_wraper .white .skils .my_skils .windows{
    width: 100%;
}
.page_wraper .white .skils .my_skils .offices{
    width: 80%;
}
.page_wraper .white .skils .my_skils .html{
    width: 70%;
}
.page_wraper .white .skils .my_skils .css{
    width: 60%;
}
.page_wraper .white .skils .my_skils .line{
    box-sizing: border-box;
    margin-top: 10px;
}
.page_wraper .white .skils .my_skils .line div{
    float: left;
    box-sizing: border-box;
    width: 20%;
    text-align: right;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
}
.page_wraper .white .skils .my_skils .line div.clear{
    border: none;
    width: 100%;
}
.page_wraper .white .skils .my_skils .my_skils_title,
.page_wraper .white .skils .can_i_do .can_i_do_title{
    background-color: black;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    width: 60%;
    margin-bottom: 20px;
}
.page_wraper .white .skils .can_i_do .can_i_do_list{
    list-style-type: none;
    padding-left: 5px;
}
.page_wraper .white .skils .can_i_do .can_i_do_list li{
    margin-bottom: 10px;
    
}
.page_wraper .white .skils .can_i_do .can_i_do_list li:before{
    content: "\2714";
}


/* Стили для подвала*/
.page_wraper .black .footer a{
    color: #fff;
    text-decoration: none;
}
.page_wraper .black .footer .footer_column{
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}
.page_wraper .black .footer .footer_column .addres,
.page_wraper .black .footer .footer_column .contacts,
.page_wraper .black .footer .footer_column .social_link{
    float: left;
    width: 33.33333333%;
    padding: 30px;
}
.page_wraper .black .footer .footer_menu{
    padding: 0px 10px;
}