@font-face {
    font-family: 'KabelC';
    src: url('../fonts/KabelC-Medium.woff2') format('woff2'),
    url('../fonts/KabelC-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*

body {
    background: url(../img/bg_1.svg) no-repeat left calc(50% - 60px) top -80px / 2170px 587px,
                url(../img/bg_2.svg) no-repeat left calc(50% - 60px) top -80px / 2170px 587px;
    font-family: 'KabelC', sans-serif;
    font-size: 18px;
    color: #58585a;
}

.color_green {
    color: #6fc11e;
}

.container-xl {
    max-width: 1144px;
}

@media (min-width: 1600px) {

    body {
        background: url(../img/bg_1.svg) no-repeat left -310px top -80px / 2170px 587px,
                    url(../img/bg_2.svg) no-repeat right -230px top -80px / 2170px 587px
    }

}

@media (max-width: 1199.98px) {

    html, body {
        overflow-x: hidden;
    }
    body {
        font-size: 15px;
    }
    .container-xl {
        max-width: 400px;
    }

}

header .logo {
    background: url(../img/logo.svg) no-repeat 0 0 / contain;
    width: 273px;
    height: 110px;
    margin: 60px 0;
}
header .contacts {
    background: url(../img/lepestok_2.svg) no-repeat 0 0 / contain;
    width: 252px;
    height: 303px;
    transform: translateX(50px);
    padding: 52px 24px;
}
header .contacts .phone {
    font-size: 27px;
    margin-bottom: 7px;
}
header .contacts .mail {
    font-size: 18px;
}
header .socials {
    margin-top: 30px;
}
header .socials .icon {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 8px;
    transition: background-color .3s;
}
header .socials .icon:hover {
    background-color: rgba(255, 255, 255, .2);
}
header .socials .fb {
    background-image: url(../img/fb.svg);
}
header .socials .wa {
    background-image: url(../img/wa.svg);
}
header .socials .yt {
    background-image: url(../img/youtube.svg);
}
header .socials .vk {
    background-image: url(../img/vk.svg);
}
header .l-wrap .icon {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 8px;
    background-size: contain;
}
header .l-wrap .fb {
    background-image: url(../img/fb_2.svg);
}
header .l-wrap .wa {
    background-image: url(../img/wa_2.svg);
}
header .l-wrap .yt {
    background-image: url(../img/youtube_2.svg);
}
header .l-wrap .vk {
    background-image: url(../img/vk_2.svg);
}

@media (max-width: 1199.98px) {

    header {
        margin-bottom: 32px;
    }
    header .logo {
        width: 159px;
        height: 64px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    header .socials {
        margin-top: 0;
    }
    header .contacts {
        width: 168px;
        height: 136px;
        transform: translateX(12px);
        padding: 37px 15px;
        background: none;
        background-color: #5B5B5B;
        border-radius: 0 0 100% 0;
    }
    header .contacts .phone {
        font-size: 15px;
        margin-bottom: 5px;
    }
    header .contacts .mail {
        font-size: 13px;
    }
    header .icon {
        width: 28px;
        height: 28px;
        background-size: 14px auto;
        border: 1px solid #fff;
        margin-right: 6px;
    }
    header .fb {
        background-size: 7px auto;
    }

}
*/

#about {
    margin: 36px 0;
}
#about h1 {
    color: #6fc11e;
    font-size: 32px;
    margin-bottom: 0;
}
#about .logo {
    margin-bottom: 12px;
}
#about .site {
    color: #6fc11e;
    margin-right: 140px;
}
#about .top-block {
    margin-bottom: 58px;
}
#about .left-block {
    width: 400px;
}
#about .right-block {
    width: calc(100% - 400px);
}
#about .block {
    margin-bottom: 27px;
    max-width: 640px;
}
#about .block.big-mg {
    margin-top: 58px;
}
#about h3 {
    color: #6fc11e;
    font-size: 24px;
    margin-bottom: -1px;
}
#about p {
    line-height: 1.25em;
}

@media (max-width: 1199.98px) {

    #about {
        margin: 0 0 20px;
    }
    #about .left-block, #about .right-block {
        width: 100%;
    }
    #about .block.big-mg {
        margin-top: 0;
    }
    #about h1 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    #about h3 {
        font-size: 18px;
    }
    #about .block {
        margin-bottom: 20px;
    }
    #about .top-block {
        margin-bottom: 30px;
    }

}

#tasks {
    margin-bottom: 37px;
}
#tasks h2 {
    color: #6fc11e;
    font-size: 32px;
    margin-bottom: 27px;
}
#tasks .left-block {
    width: 522px;
}
#tasks .right-block {
    width: calc(100% - 522px);
}
#tasks .photo {
    width: 450px;
    height: 326px;
    border-radius: 0 50px;
    background-size: cover;
    background-position: center;
}
#tasks .photo:before {
    content: '';
    background-color: #6fc11e;
    position: absolute;
    bottom: -26px;
    right: -26px;
    width: 450px;
    height: 326px;
    border-radius: 0 50px;
    z-index: -1;
}
#tasks .title {
    color: #6fc11e;
    font-size: 24px;
    margin-bottom: 4px;
    line-height: 1;
}
#tasks ul {
    margin-bottom: 27px;
}
#tasks ul li {
    padding-left: 14px;
    font-size: 17px;
    letter-spacing: 0.01em;
    margin-bottom: 4px;
    position: relative;
}
#tasks ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #6fc11e;
    width: 8px;
    border-radius: 15px 0 15px 0;
    height: 15px;
}

@media (max-width: 1199.98px) {

    #tasks h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #tasks .left-block, #tasks .right-block {
        width: 100%;
    }
    #tasks .title {
        font-size: 18px;
    }
    #tasks .photo {
        width: calc(100% - 16px);
        margin-bottom: 60px;
        height: 228px;
    }
    #tasks .photo:before {
        width: 100%;
        height: 100%;
        bottom: -16px;
        right: -16px;
    }
    #tasks ul li {
        font-size: 12px;
    }

}

#solution {
    margin-bottom: 37px;
}
#solution h2 {
    color: #6fc11e;
    font-size: 32px;
    margin-bottom: 21px;
}
#solution .left-block {
    width: 648px;
    padding-right: 25px;
}
#solution .right-block {
    width: calc(100% - 648px);
}
#solution .photo {
    width: 450px;
    height: 380px;
    border-radius: 0 50px;
    background-size: cover;
    background-position: center;
}
#solution .photo:before {
    content: '';
    background-color: #6fc11e;
    position: absolute;
    bottom: -26px;
    right: -26px;
    width: 450px;
    height: 380px;
    border-radius: 0 50px;
    z-index: -1;
}
#solution .title {
    color: #6fc11e;
    font-size: 24px;
    margin-bottom: 4px;
    line-height: 1;
}
#solution ul {
    margin-bottom: 27px;
}
#solution ul li {
    padding-left: 14px;
    font-size: 17px;
    letter-spacing: 0.01em;
    margin-bottom: 4px;
    position: relative;
}
#solution ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #6fc11e;
    width: 8px;
    border-radius: 15px 0 15px 0;
    height: 15px;
}
#solution ul li ul {
    margin-bottom: 0;
    margin-top: 4px;
}
#solution ul li ul li {
    padding-left: 17px;
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 2.5px;
    position: relative;
}
#solution ul li ul li:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    background-color: #000;
    width: 6px;
    border-radius: 50%;
    height: 6px;
}

@media (max-width: 1199.98px) {

    #solution h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }
    #solution .left-block, #solution .right-block {
        width: 100%;
    }
    #solution .photo {
        width: calc(100% - 16px);
        margin-bottom: 60px;
        height: 206px;
    }
    #solution .photo:before {
        width: 100%;
        height: 100%;
        bottom: -16px;
        right: -16px;
    }
    #solution ul li {
        font-size: 12px;
    }
    #solution ul li ul li {
        font-size: 12px;
    }

}

#results {
    margin-bottom: 70px;
}
#results h2 {
    color: #6fc11e;
    font-size: 32px;
    margin-bottom: 21px;
}
#results .left-block {
    width: 680px;
    padding-right: 40px;
}
#results .right-block {
    width: calc(100% - 680px);
}
#results ul {
    margin-bottom: 27px;
}
#results ul li {
    padding-left: 14px;
    font-size: 17px;
    letter-spacing: 0.01em;
    margin-bottom: 4px;
    position: relative;
}
#results ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #6fc11e;
    width: 8px;
    border-radius: 15px 0 15px 0;
    height: 15px;
}
#results .sub-list {
    color: #fff;
    background-color: #5b5b5b;
    padding: 37px 10px 27px 37px;
    border-radius: 0 50px;
}
#results .sub-list .item {
    background: url(../img/check.png) no-repeat left center;
    padding-left: 60px;
    padding-bottom: 13px;
    padding-top: 5px;
    line-height: 1.30em;
    min-height: 39px;
}
#results .sub-list .item span {
    color: #6fc11e;
}

@media (max-width: 1199.98px) {

    #results {
        margin-bottom: 30px;
    }
    #results h2 {
        font-size: 18px;
        margin-bottom: 13px;
    }
    #results .left-block, #results .right-block {
        width: 100%;
    }
    #results .left-block {
        padding-right: 0;
    }
    #results .sub-list {
        padding: 20px 10px 15px 20px;
    }
    #results ul li {
        font-size: 12px;
    }

}

#photos {
    margin-bottom: 70px;
}
#photos h2 {
    color: #6fc11e;
    font-size: 32px;
    margin-bottom: 25px;
}
#photos .bg {
    background-color: #5b5b5b;
}
#photos .wrap {
    padding: 50px 0 40px;
}
#photos .photo {
    height: 360px;
    border-radius: 0 50px;
    background-size: cover;
    background-position: center;
    transition: all .2s
}
#photos .main-photo {
    width: 575px;
    height: 360px;
}
#photos .main-photo .owl-prev {
    background: url(../img/arrow_left.png) no-repeat center / contain;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: 50%;
    left: -28px;
    margin-bottom: -4px;
    cursor: pointer;
}
#photos .main-photo .owl-next {
    background: url(../img/arrow_left.png) no-repeat center / contain;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: 50%;
    right: -28px;
    margin-bottom: -4px;
    cursor: pointer;
    transform: rotate(180deg);
}
#photos .sub-photo {
    width: 235px;
    height: 150px;
    border-radius: 0 30px;
    background-color: #5b5b5b;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

@media (max-width: 1199.98px) {

    #photos h2 {
        font-size: 18px;
        margin-bottom: 13px;
    }
    #photos {
        margin-bottom: 30px;
    }
    #photos .wrap {
        padding: 17px 0;
    }
    #photos .sub-photo {
        display: none;
    }
    #photos .main-photo {
        width: 100%;
        margin-left: 0;
        height: 206px
    }
    #photos .photo {
        height: 206px;
    }
    #photos .slider-nav {
        display: none;
    }

}

#videos {
    margin-bottom: 70px;
}
#videos h2 {
    color: #6fc11e;
    font-size: 32px;
    margin-bottom: 21px;
}
#videos .video {
    background-color: #6fc11e;
    background-size: cover;
    background-position: center;
    height: 230px;
    border-radius: 0 50px;
    cursor: pointer;
}

@media (max-width: 1199.98px) {

    #videos h2 {
        font-size: 18px;
        margin-bottom: 13px;
    }

}

#service .top-block {
    margin-bottom: 70px;
}
#service .top-block h1 {
    color: #6fc11e;
    font-size: 32px;
    margin-bottom: 18px;
}
#service .top-block .desc {

}

@media (max-width: 1199.98px) {

    #service .top-block {
        margin-bottom: 20px;
    }
    #service .top-block h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #service .top-block .desc {
        font-size: 15px;
    }

}

#service .features {
    margin-bottom: 65px;
}
#service .features .feature {
    margin-bottom: 15px;
}
#service .features .feature .icon {
    width: 90px;
    height: 90px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 17px;
}
#service .features .feature .text {
    letter-spacing: -0.025em;
    max-width: 180px;
}

@media (max-width: 1199.98px) {

    #service .features {
        margin-bottom: 15px;
    }
    #service .features .feature {
        margin-bottom: 15px;
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
    #service .features .feature .icon {
        margin-bottom: 14px;
    }
    #service .features .feature .text {
        max-width: 115px;
        font-size: 12px;
        line-height: 13px;
    }

}

#service .advantages {
    margin-bottom: 80px;
}
#service .advantages h2 {
    color: #6fc11e;
    font-size: 32px;
    margin-bottom: 27px;
}
#service .advantages .sub-next {
    background: url(/../img/arrow_block.png) no-repeat right top;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
#service .advantages .slide {
    padding-bottom: 26px;
}
#service .advantages .slide .photo {
    width: calc(100% - 40px);
    height: 280px;
    border-radius: 0 50px;
    background-size: cover;
    background-position: center;
}
#service .advantages .slide .photo:before {
    content: '';
    background-color: #6fc11e;
    position: absolute;
    bottom: -26px;
    right: -26px;
    width: 100%;
    height: 280px;
    border-radius: 0 50px;
    z-index: -1;
}
#service .advantages .slide .title {
    color: #6fc11e;
    font-size: 32px;
    margin-bottom: 15px;
}
#service .advantages .nav-block {
    width: 130px;
    padding: 0 25px;
    margin-top: -45px;
    z-index: 1;
}
#service .advantages .nav-block .numbs {
    font-size: 18px;
    color: #000;
}
#service .advantages .nav-block .numbs .active.center {
    font-size: 24px;
    color: #6fc11e;
    margin-top: -5px;
}
#service .advantages .nav-block .owl-prev,
#service .advantages .nav-block .owl-next {
    cursor: pointer;
    position: absolute;
    top: 0;
}
#service .advantages .nav-block .owl-prev:hover,
#service .advantages .nav-block .owl-next:hover {
    color: #6fc11e
}
#service .advantages .nav-block .owl-prev  {
    left: 0;
}
#service .advantages .nav-block .owl-next {
    right: 0;
}

@media (max-width: 1199.98px) {

    #service .advantages {
        margin-bottom: 25px;
    }
    #service .advantages h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #service .advantages .slider {
        background: none;
    }
    #service .advantages .slide .photo {
        width: 320px;
        height: 205px;
        margin-bottom: 30px;
    }
    #service .advantages .slide .photo:before {
        width: 100%;
        height: 100%;
        bottom: -16px;
        right: -16px;
    }
    #service .advantages .slide .title {
        font-size: 18px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    #service .advantages .slide .desc {
        font-size: 12px;
        line-height: 13px;
    }
    #service .advantages .nav-block {
        margin: 0 auto;
    }
    #service .advantages .owl-dots {
        display: none;
    }

}

#service .examples {
    margin-bottom: 80px;
}
#service .examples h2 {
    color: #6fc11e;
    font-size: 32px;
    margin-bottom: 27px;
}
#service .examples .sub-next {
    background: url(/../img/arrow_block.png) no-repeat right top;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
#service .examples .slide {
    padding-bottom: 26px;
}
#service .examples .slide .photo {
    width: calc(100% - 40px);
    height: 280px;
    margin-right: 26px;
    border-radius: 0 50px;
    background-size: cover;
    background-position: center;
}
#service .examples .slide .photo:before {
    content: '';
    background-color: #6fc11e;
    position: absolute;
    bottom: -26px;
    right: -26px;
    width: 100%;
    height: 280px;
    border-radius: 0 50px;
    z-index: -1;
}
#service .examples .slide .logo {
    max-width: 400px;
    margin-bottom: 13px;
}
#service .examples .slide .title {
    font-size: 24px;
    margin-bottom: 15px;
    max-width: 480px;
}
#service .examples .slide .desc {
    max-width: 480px;
}
#service .examples .slide .links {
    max-width: 480px;
    margin-top: 20px;
}
#service .examples .slide .links a {
    color: #6fc11e;
}
#service .examples .nav-block {
    width: 130px;
    padding: 0 25px;
    /*margin-top: -45px;*/
    z-index: 1;
}
#service .examples .nav-block .numbs {
    font-size: 18px;
    color: #000;
}
#service .examples .nav-block .numbs .active.center {
    font-size: 24px;
    color: #6fc11e;
    margin-top: -5px;
}
#service .examples .nav-block .owl-prev,
#service .examples .nav-block .owl-next {
    cursor: pointer;
    position: absolute;
    top: 0;
}
#service .examples .nav-block .owl-prev:hover,
#service .examples .nav-block .owl-next:hover {
    color: #6fc11e
}
#service .examples .nav-block .owl-prev  {
    left: 0;
}
#service .examples .nav-block .owl-next {
    right: 0;
}

@media (max-width: 1199.98px) {

    #service .examples {
        margin-bottom: 25px;
    }
    #service .examples h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #service .examples .slider .wrap {
        background: none;
    }
    #service .examples .slide .photo {
        width: 320px;
        height: 205px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #service .examples .slide .photo:before {
        width: 100%;
        height: 100%;
        bottom: -16px;
        right: -16px;
    }
    #service .examples .slide .logo {
        max-width: 340px;
    }
    #service .examples .slide .title {
        font-size: 18px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    #service .examples .slide .desc {
        font-size: 12px;
        line-height: 13px;
    }
    #service .examples .nav-block {
        margin: 0 auto;
    }
    #service .examples .owl-dots {
        display: none;
    }
    #service .examples .slide .links {
        font-size: 12px;
    }

}

#main-page .top-block {
    margin: 40px 0 80px;
}

@media (max-width: 1199.98px) {

    #main-page .top-block {
        margin: 0 0 30px;
        font-size: 15px;
    }

}

#main-page .services {
    margin-bottom: 80px;
}
#main-page .services .item {
    color: #fff;
    background: #58585A;
    border-radius: 0 40px;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    padding: 14px 0 20px;
}
#main-page .services .item:hover {
    background: #6fc11e;
}
#main-page .services .item:after {
    content: 'посмотреть кейсы';
    position: absolute;
    font-size: 14px;
    right: 5px;
    bottom: 0;
}

@media (max-width: 1199.98px) {

    #main-page .services {
        margin-bottom: 0;
    }
    #main-page .services .item {
        border-radius: 0 40px;
        margin-bottom: 30px;
        font-size: 18px;
        padding: 9px 0 14px;
    }
    #main-page .services .item:after {
        font-size: 12px;
        right: 10px;
    }

}

#main-page .recommendations {
    margin-bottom: 80px;
}
#main-page .recommendations .get {
    background: #6fc11e;
    border-radius: 30px 0;
    color: #fff;
    font-size: 18px;
    padding: 14px 25px 10px;
}
#main-page .recommendations .list {

}
#main-page .recommendations .list .item {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#main-page .recommendations .list .item.p-1 {
    width: 162px;
    height: 50px;
}
#main-page .recommendations .list .item.p-2 {
    width: 94px;
    height: 35px;
}
#main-page .recommendations .list .item.p-3 {
    width: 91px;
    height: 53px;
}
#main-page .recommendations .list .item.p-4 {
    width: 89px;
    height: 51px;
}
#main-page .recommendations .list .item.p-5 {
    width: 124px;
    height: 53px;
}
#main-page .recommendations .list .item.p-6 {
    width: 107px;
    height: 53px;
}
#main-page .recommendations .list .item.p-7 {
    width: 44px;
    height: 52px;
}
#main-page .recommendations .list .item.p-8 {
    width: 81px;
    height: 65px;
}
#main-page .recommendations .list .item.p-9 {
    width: 183px;
    height: 32px;
}

@media (max-width: 1199.98px) {

    #main-page .recommendations .get {
        border-radius: 50px 0;
        font-size: 14px;
        line-height: 16px;
        padding: 11px 55px 7px;
        margin-bottom: 20px;
    }
    #main-page .recommendations .list .item {
        width: 50% !important;
        height: 150px !important;
    }
    #main-page .recommendations .list .item.p-1 {
        background-size: 150px 47px;
    }
    #main-page .recommendations .list .item.p-2 {
        background-size: 152px 59px;
    }
    #main-page .recommendations .list .item.p-3 {
        background-size: 150px 89px;
    }
    #main-page .recommendations .list .item.p-4 {
        background-size: 150px 86px;
    }
    #main-page .recommendations .list .item.p-5 {
        background-size: 150px 65px;
    }
    #main-page .recommendations .list .item.p-6 {
        background-size: 150px 74px;
    }
    #main-page .recommendations .list .item.p-7 {
        background-size: 100px 115px;
    }
    #main-page .recommendations .list .item.p-8 {
        background-size: 115px 94px;
    }

}

#main-page .portfolio {
    margin-bottom: 80px;
    background-color: #5b5b5b;
}
#main-page .portfolio .item {
    background: #6fc11e;
    background-size: cover;
    background-position: center;
    height: 90px;
}
#main-page .portfolio .item.big {
    height: 180px;
}

@media (max-width: 1199.98px) {

    #main-page .portfolio {
        background-color: transparent;
    }
    #main-page .portfolio .item {
        height: 105px;
    }
    #main-page .portfolio .item.big {
        height: 210px;
    }

}

#portfolio {
    margin-top: 100px;
}
#portfolio .portfolio_big-project {
    background-size: cover;
    background-position: center;
    height: 330px;
    margin-bottom: 30px;
    border-radius: 0 50px;
    padding: 15px 20px;
}
#portfolio .portfolio_big-project:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
#portfolio .portfolio_big-project .title {
    color: #fff;
    font-size: 21px;
    display: block;
}
#portfolio .portfolio-project {
    margin-bottom: 30px;
}
#portfolio .portfolio-project .photo {
    background-size: cover;
    background-position: center;
    height: 185px;
    border-radius: 0 50px 0 0;
}
#portfolio .portfolio-project .prev {
    background-color: #fff;
    border-radius: 0 50px 0 0;
    margin-top: -50px;
    padding: 21px 15px 0 0;
    width: calc(100% - 74px);
}
#portfolio .portfolio-project .title {
    font-size: 18px;
    color: #5b5b5b;
    line-height: 1.2;
    margin-bottom: 7px;
}
#portfolio .portfolio-project .desc {
    font-size: 14px;
    line-height: 1.3;
}
#portfolio .portfolio-big-col-wrap.is-fixed {
    position: fixed;
}

@media (max-width: 1199.98px) {

    #portfolio .portfolio-big-col-wrap {
        width: 100% !important;
    }
    #portfolio .portfolio-big-col-wrap.is-fixed {
        position: relative;
    }

}


#portfolio .portfolio_big-project .desc {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 7px;
    display: none;
}
#portfolio .portfolio_big-project:hover:before {
    background: rgba(0,0,0,0.7);
    height: 100%;
}
#portfolio .portfolio_big-project:hover .desc {
    display: block;
}