/*Шапка*/

.logo-bg {
    background: #efefef;
}

.logo-bg-height{
    height: 200px;
}

/*About*/

.about_margin {margin-top: 74px}
.avatar_margin {margin-top: 50px}
.about_p_margin {margin-top: 40px}

/*Works*/

.works-margin-top {margin-top: 35px;}
.works-margin-bottom {padding-bottom: 35px;}
.works_bg {background: #fbfbfb;}


.work-hover-data{
    font-size: 14px;
    color: #999;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.work-hover-title{
    font-size: 40px;
    color: #000;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;

}

.work-hover-link{
    font-size: 20px;
    color: #0078cc;
}

.work-hover-link:hover{
    font-size: 20px;
    color: #1597f2;
}

/* Favorite works*/

.favorite-title_margin-top{margin-top: 100px;}

.favorite-works_margin-top{margin-top: 150px;}

.favorite-title_margin-top-mobile{ margin-top: 17px; }

.favorite-works_margin-left{margin-left: 100px;}

.favorite-works_margin-right {margin-right: 100px;}

.favorite-works-text_margin-bottom {margin-bottom: 15px;}




/*Contacts*/

.contact-link-color{color: #1597f2;}

.contact-link-color:hover{color: #0078cc;}

.contact-title-margin-top{margin-top: 74px;}


/*Logo*/
.logo-small{
    font-size: 40px;
    color:000;
    padding-top: 7px;
}

.logo-small_link{
    font-size: 40px;
    color:000;

}

.logo-small_link:hover{
    font-size: 40px;
    color:666;
    text-decoration: none;
}

/*
.favorite-work-image {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.favorite-work-image:hover{
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.20);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -moz-transform: none;
}
*/