.logo-beauty {
    margin: 29px 0;
}
.logo-beauty img {
    float: left;
}
.header-bg {
    height: auto;
    width: 100%;
}
.title-beauty .comonHeading {
    position: relative;
    bottom: 120px;
    z-index: 4;
}
.about-project .sectionTitle {
    margin-bottom: 0px !important;
}
.info .comonHeading {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 7px;
}
.garant {
    text-align: center;
}
.garant h1 {
    line-height: 1.3;
    font-size: 28px;
}
.singleFolio {
    width: 90% !important;
    left: 5% !important;
    margin-top: 15% !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.nav-menu {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
.nav-menu .mainMenu ul li {
    margin-left: 37px !important;
}
.nav-menu .mainMenu ul li a {
    font-size: 12px !important;
}
.backGoBeauty a {
    color: rgba(255, 255, 255, 0.65);
}
.backGoBeauty a:hover {
    color: #e34cbe;
}
/*
.headhesive {
    width: 100%;
    transition: 0.5s;
    z-index: 1;
    background: #d30063;
    position: fixed;
    transform: translateY(-100%);   
}
.headhesive--stick {
    transform: translateY(0);
    opacity: 0.95;
    z-index: 4;
}
.nav-menu {
    background: #d30063;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.nav-menu ul li {
     border-right: 1px dotted #700039;
    display: block;
    float: left;
    height: auto;
    padding: 20px;
    width: auto;
    cursor: pointer;
}
.nav-menu ul li:hover {
    background: rgb(180, 0, 91);
    transition: 0.5s;
}
.nav-menu ul li a {
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.nav-menu ul li:last-child {
    border-right: 0px;
}
.nav-menu ul {
    float: right;
} */