.index_case .name {
    font-weight: bold;
    font-size: 3.9rem;
    color: #000000;
    text-align: center;
}

.index_case .description {
    color: #6d6d73;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 45px;
}

.index_case .wrapper {
    position: relative;
    z-index: 2;
}
.index_case .wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1168px;
    /*min-width: 320px;*/
    padding: 0 30px;
}
.index_case .client.video .client__buttons {
    display: block;
    position: absolute;
    width: 17px;
    height: 30px;
    top: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.6;
    z-index: 10;
}

.index_case .client__buttons.client__prev {
    left: 10px;
    background-image: url(/local/templates/akme/static/img/assets/indexCase/arrow-left.svg);
}
.index_case .client__buttons.client__next {
    right: 10px;
    background-image: url(/local/templates/akme/static/img/assets/indexCase/arrow-right.svg);
}

.index_case .client__buttons {
    position: absolute;
    width: 17px;
    height: 30px;
    top: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.6;
    z-index: 10;
}

.index_case .slick-slide img {
    display: block;
}
.index_case .client__logo {
    width: 100%;
    height: 73px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}

.index_case .client__logo img {
    max-height: 100%;
}

.index_case .video .slick-current .client__logo::before {
    border-top: 3px solid #5CC425;
}

.index_case .video .slick-slide .client__logo::before {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    margin: auto;
    width: 150px;
    border-top: 3px solid transparent;
}

.index_case .client__mini {
    text-align: center;
    cursor: pointer;
    filter: grayscale(100%);
    will-change: transform;
    -webkit-will-change: transform;
}

.index_case .slick-initialized .slick-slide {
    display: block;
}
.index_case .client__mini.slick-current {
    filter: grayscale(0);
}
.index_case .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.index_case .slick-slide {
    outline: 0!important;
}


.index_case .video .slick-slide .client__logo::before {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    margin: auto;
    width: 150px;
    border-top: 3px solid transparent;
}

.index_case .video .slick-current .client__logo::before {
    border-top: 3px solid #fe0d17;
}

.index_case .client.video .slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.index_case .client.video .client__block .slick-list {
    padding-bottom: 0px;
}
.index_case .client__part {
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.index_case .video__inner {
    width: 100%;
    position: relative;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
}
.index_case .client__inner {
    width: 100%;
    border-radius: 10px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
}

.index_case .video__responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

/*.client__part:after {*/
    /*content: "";*/
    /*display: block;*/
    /*width: 95%;*/
    /*height: 24px;*/
    /*border-radius: 10px;*/
    /*position: absolute;*/
    /*bottom: -12px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*background-color: #f3f3f3;*/
    /*z-index: 1;*/
    /*box-shadow: 0 6px 54px -4px rgba(0,0,0,.1);*/
/*}*/

.index_case .video__responsive__16by9::before {
    padding-top: 45%;
}
.index_case .video__responsive::before {
    display: block;
    content: "";
}

.index_case .video__responsive .video__cap,
.index_case .video__responsive iframe,
.index_case .video__responsive embed,
.index_case .video__responsive object,
.index_case .video__responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.index_case .video__cap {
    z-index: 50;
}

.index_case .video__image {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index_case .video__button {
    min-width: 7rem;
    min-height: 7rem;
    background-color: #fe0d17;
    background-image: url(/local/templates/akme/static/img/assets/indexCase/play.svg);
    background-repeat: no-repeat;
    background-position: 55% 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4rem;
    transition: .6s;
    outline: none;
    cursor: pointer;
}

.index_case .video__button:hover {
    background-color: #f31d26;
}

.index_case .read__button {
    min-width: 7rem;
    min-height: 7rem;
    background-color: #fe0d17;
    background-image: url(/local/templates/akme/static/img/assets/indexCase/read.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4rem;
    transition: .6s;
    outline: none;
    cursor: pointer;
}

.index_case .read__button:hover {
    background-color: #f31d26;
}

.index_case .video__playbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.index_case .video__container {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: linear-gradient(0deg, rgba(19, 16, 31, 0.8) 0%, rgba(19, 16, 31, 0) 79.91%);
}

.index_case .video__text {
    font-size: 2.7rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    align-self: center;
}

.video-popup iframe {
    width: 100% !important;
    height: 300px !important;
}

@media screen and (max-width: 39.9375em) {
    .index_case {
        margin-bottom: 30px;
    }
    .index_case .video__text {
        font-size: 1.5rem;
    }

    .index_case .video__container {
        padding: 2rem;
    }

    .index_case .video__button,
    .index_case .read__button {
        margin-right: 2rem;
        background-size: 10px;
        min-width: 4rem;
        min-height: 4rem;
    }

    .index_case .item .columns  {
        margin-bottom: 15px;
    }

    .row-services {
        display: block !important;
    }
}

 .case-tags {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

  .case-tags__item {
      color: #fff !important;
      text-decoration: none !important;
    background-color: #c1ced3;

    padding: 0.5rem 1.3rem;

    margin-right: 0.9rem;

    cursor: pointer;

}

 .case-tags__item:last-child {

    margin-right: 0;

}

  .case-tags__item.active {

    background-color: #ff2e28;

}

 .case-tags__item:focus {

    outline: thin dotted;

}


.case-block {

    position: relative;

    text-decoration: none;

    padding: 2rem;

    border: 1px solid #bababa;

    display: block;

    margin-bottom: 2rem;

}

.case-block:hover .news-block__tag {

    background-color: #ff2e28;

}

.case-block__name {

    color: #14151a;

    font-size: 1.8rem;

    font-weight: 700;

    text-transform: uppercase;

}

.case-block__text {

    color: #6d6d73;

    font-size: 1.6rem;

    font-weight: 400;

    margin-top: 3rem;

}

.case-block__tag {

    position: absolute;

    right: 2rem;

    top: 2rem;

    color: #fff;

    font-size: 1.6rem;

    font-weight: 700;

    background-color: #c1ced3;

    display: inline-block;

    padding: 0.3rem 1.2rem;

}

.case-block__name {

    color: #14151a;

    font-size: 1.8rem;

    font-weight: 700;

    text-transform: uppercase;

}

.case-block__text {

    color: #6d6d73;

    font-size: 1.6rem;

    font-weight: 400;

    margin-top: 3rem;

}

.sharingo-none:after {
    display: none !important;
}

.case-picture {
    position: relative;
}
.case-picture {
    width: 54px;
    height: 100%;
    display: table-cell;
}

.case-picture  {
    display: flex;
    align-items: center;
    align-content: center;
    height: 54px;
    padding-left: 65px;
    text-decoration: none !important;
    cursor: pointer;
    background: url(/local/templates/akme/static/img/assets/indexCase/document.png) no-repeat left center;
    margin-bottom: 0.5rem;
    color: #6d6d73;
    font-family: "Roboto Condensed";
    font-size: 1.8rem;
    text-decoration: none;
}

.case-picture:hover {
    color:#ff2e28;
    background: url(/local/templates/akme/static/img/assets/indexCase/document-active.png) no-repeat left center;
}

.index_case_services {
    background-color: #f7f7f7;
    /*border-bottom:solid   #f7f7f7 15px;*/
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 15px!important;
}

.index_case_services .video .slick-slide .client__logo::before {
    width: 100px !important;
}

.index_case_services .wrapper-big {
    padding-left: 15px;
    padding-right: 15px;
}
.index_case_services {
    margin-bottom: 15px !important;
}

.index_case_services:last-child {
    margin-bottom: 30px !important;
}
.index_case_services .video__text {
    font-size: 1.5rem;
}

.index_case_services .video__container {
    padding: 2rem;
}

.index_case_services .video__button,
.index_case_services .read__button {
    margin-right: 1rem;
    background-size: 10px;
    min-width: 4rem;
    min-height: 4rem;
}

.index_case_services.item .columns  {
    margin-bottom: 15px;
}

.index_case_services .client__logo {
    margin-bottom: 0px;
}