.cat-title {
    padding: 40px 0 10px;
    font-size: 48px;
    font-family: 'open light';
    color: #ee4598;
    text-align: center
}
@media screen and (max-width: 650px) {
    .cat-title {
        font-size: 24px
    }
}
.quote-info {
    background: #ee4598 !important;
    color: #fff;
    padding: 60px 30px 100px
}
.quote-info .content {
    padding-left: 40px;
    background: url(/img/quote-bg.png) 0 0 no-repeat;
    font-size: 24px;
    line-height: 35px;
    font-family: 'open light';
    max-width: 900px;
    margin: auto;
    position: relative
}
@media screen and (max-width: 650px) {
    .quote-info .content {
        font-size: 16px;
        line-height: 22px
    }
}
.quote-info .author {
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 14px;
    border-left: 4px solid #f7a2cc;
    line-height: 18px;
    padding: 10px 0 10px 20px
}
@media screen and (max-width: 650px) {
    .quote-info .author {
        margin-top: 20px
    }
}
.quote-info .author b {
    text-transform: uppercase;
    font-family: 'open semiBold';
    display: block
}
.quote-info .author i {
    font-family: 'open semiItalic';
    font-size: 12px
}
.main-link {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-family: 'open bold';
    padding: 3px 7px;
    border: 1px solid #ee4598
}
.about-category {
    background: #fff url(/img/article-bg.jpg) 100% 0 no-repeat !important;
    padding: 100px 30px 104px
}

.about-category .main-link {
    position: absolute;
    top: -60px;
    left: 0
}
.about-category .title {
    font-size: 48px;
    font-family: 'open light';
    color: #ee4598;
    padding-bottom: 40px
}
@media screen and (max-width: 650px) {
    .about-category .title {
        font-size: 24px
    }
}
.about-category .sub-title {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'open semiBold';
    padding-bottom: 34px
}
@media screen and (max-width: 650px) {
    .about-category .sub-title {
        font-size: 16px;
        line-height: 22px
    }
}
.about-category .content {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 24px;
    font-family: 'open semiBold'
}
.about-category .content p+p {
    padding-top: 25px
}
.about-category .inner {
    max-width: 800px;
    margin: auto
}
.services-bg {
    background: url(/img/services-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: top center;
    height: 216px
}

.images-loader {
    display: none;
}

#works .inner {
    padding-bottom: 55px;
}

.loader-overlay {
    display: none;
}