#ksrw .navigation__link:hover::before {
    display: none;
}
.navigation__link span {
    display: inline-block;
    position: relative;
    width: calc(100% - 20px)
}

.navigation__link span:after {
    display: none;
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url("../img/icons/arrow-forward.svg") no-repeat center / contain;
    margin-left: 5px;
}
#ksrw .page__navigation {
    margin-bottom: 80px;
}

#ksrw .page__media {
    margin-bottom: 48px;
}


.navigation__link:hover span:after {
    display: inline-block;
}

.navigation__link:hover .navigation__link span:after {
    display: inline-block;
}

#ksrw .media__main-title {
    margin-bottom: 30px;
}

#ksrw .media__item {
    padding: 12px 0;
}

#ksrw .manual-single {
    display: flex;
    transition: all 0.2s ease-out;
    height: 468px;
}

#ksrw .manual-single:not(:last-child) {
    margin-bottom: 64px;
}

#ksrw .manual-single__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 575px;
    padding-right: 44px;
    margin-right: -25px;
    border-radius: 0 16px 16px 0;
}

#ksrw .manual-single:hover .manual-single__info {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(0, 255, 215, 0.1);
    z-index: 0;
}

#ksrw .manual-single__title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 24px;
}

#ksrw .manual-single__description {
    font-size: 14px;
    line-height: 18px;
    color: rgb(31 50 56 / 80%);
}

#ksrw .manual-single__link a {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #1F3238;
}

#ksrw .manual-single__link a:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 24px;
    bottom: -1px;
    background: url(../img/icons/bi-play.svg) no-repeat center / contain;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
    margin-left: 6px;
}

#ksrw .manual-single__link a.download:after {
    transform: rotate(90deg);
    bottom: -2px;
}

/*#ksrw .manual-single:hover .manual-single__link a:after {
    opacity: 1;
}*/

#ksrw .page__media-image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    position: relative;
    padding: 24px;
}

@media screen and (min-width: 743px) and (max-width: 1200px) {
    #ksrw .page__media-image {
        /*height: 37.3333vw;*/
    }
}

#ksrw .page__media-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.2s ease-out;

    background: url(../img/icons/play.svg) no-repeat center / contain;
    opacity: .7;
}

#ksrw .page__media-play:hover {
    opacity: 1;
}

#ksrw .page__media-image-text {
    width: 66%;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 24px;
}

#ksrw .page__media-image-version {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #1F3238;

    border: 2px #1F323833 solid;
    padding: 9px 22px;
    border-radius: 36px;
}


#ksrw .anchors {

    border-bottom: 2px solid #EDEDED;
}

#ksrw .anchors__item a.active {

    border-bottom: 2px solid rgba(0, 242, 194, 0.5) !important;
}



#ksrw .anchors__item {
    border-bottom: 2px;
}
#ksrw .anchors__item {
    padding-right: 40px;
}

#ksrw .section__anchors {
    margin-bottom: 40px;
}

#ksrw .manual-dropdowns {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#ksrw .form-group._solution {
    display: none;
}

#ksrw .manual-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 14px;
}

#ksrw .manual-description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    width: 602px;
}

#ksrw .manual-description a {
    color: #1f3238;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 242, 194, 0.5);
}

#ksrw .manual-description a:hover {
    border-bottom-color: #00f2c2;
}

#ksrw .manual-single__description ul {
    margin-top: 4px;
}
#ksrw .manual-single__description ul li {
    position: relative;
    padding-left: 10px;
    margin-left: 6px;
}

#ksrw .manual-single__description ul li:before {
    content: "";
    background: #1F3238;
    border-radius: 50%;
    width: 2px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 8px;
}

#ksrw .media__item.pdf .media__link-img:before {
    display: none !important;
}

#ksrw .media__item.pdf .media__title::after {
    transform: rotate(90deg);
    bottom: -2px;
}

@media screen and (min-width: 1440px) {
    #ksrw .anchors__item {
        padding-right: 42px;
    }
}

@media screen and (max-width: 1215px) {
    #ksrw .page__navigation {
        margin-bottom: 64px;
    }
    #ksrw .media__main-title {
        margin-bottom: 1.5625vw;
    }

    #ksrw .manual-single {
        height: 36.5185vw;
    }

    #ksrw .manual-single__info {
        gap: 1.9753vw;
    }

    #ksrw .page__media-image-text {
        font-size: 3.9506vw;
        line-height: 3.9506vw;
        margin-bottom: 1.9753vw;
    }

    #ksrw .manual-single__title {
        font-size: 3.2922vw;
        line-height: 3.2922vw;
    }

    #ksrw .page__media-play {
        width: 60px;
        height: 60px;
    }

    #ksrw .form-group:last-child {
        margin-bottom: 24px;
    }

}

@media screen and (max-width: 1023px) {
    .anchors {
        overflow: visible;
    }
}

@media screen and (max-width: 768px) {

    #ksrw .page__navigation {
        margin-bottom: 40px;
    }
    #ksrw .manual-single {
        flex-direction: column;
    }
    #ksrw .manual-single__info {
        width: 100%;
    }
    #ksrw .manual-single__link {
        display: none;
    }
    #ksrw .manual-single {
        height: auto;
    }
    #ksrw .page__media-image {
        height: 390px;
    }
    #ksrw .manual-single__info {
        gap: 12px;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: -30px;
        padding-bottom: 49px;
    }
    #ksrw .manual-single__title {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 743px) {
    #ksrw .manual-single {
        height: auto;
    }
    #ksrw .manual-single:not(:last-child) {
        margin-bottom: 48px;
    }
    #ksrw .section__anchors {
        display: none;
    }
    #ksrw .manual-info {
        flex-direction: column-reverse;
    }
    #ksrw .manual-description {
        width: 100%;
    }
    #ksrw .form-group._solution {
        display: block;
    }

    #ksrw .manual-description {
        font-size: 16px;
        line-height: 22px;
    }

    #ksrw .manual-info {
        margin-bottom: 15px;
    }

    #ksrw .manual-single {
        flex-direction: column;
    }

    #ksrw .manual-single__info {
        width: 100%;
    }
    #ksrw .manual-single__title {
        font-size: 24px;
        line-height: 30px;
    }
    #ksrw .page__media-image-text {
        width: 75%;
        font-size: 22px;
        line-height: 26px;
    }
    #ksrw .page__media-image {
        padding: 14px;
    }
    #ksrw .page__media-image {
        height: 50.7402vw;
    }
    #ksrw .page__media-image-version {
        font-size: 16px;
        padding: 4px 14px;
        border-radius: 28px;
    }

    #ksrw .page__media-play {
        width: 48px;
        height: 48px;
    }
}

