.doc-plank {
    margin-top: 146px;
    background: linear-gradient(to bottom, #FFF 50%, #F5F8FF 50%);
}

.doc-plank__container {
    background-color: #27325A;
    padding: 50px;
    position: relative;
}

.doc-plank__container::before {
    content: "";
    position: absolute;
    width: 1562.27px;
    height: 1156.25px;
    top: -392px;
    left: -86.01px;
    clip: rect(145px, auto, auto, auto);
    background: url(/img/doc-plank-img-background.svg) no-repeat center center;
    background-size: contain;
}

.doc-plank__container::after {
    content: "";
    position: absolute;
    width: 369px;
    height: 380px;
    right: 0;
    bottom: 0;
    background: url(/img/doc-plank-img-okol.webp) no-repeat center center;
    background-size: contain;
}

.doc-plank-title {
    font-family: Manrope;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    padding-bottom: 30px;
    border-bottom: 2px solid #11A2AC;
    width: -webkit-fit-content;
    position: relative;
    z-index: 1;
}

.doc-plank-fio {
    font-family: Manrope;
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 20px;
    width: -webkit-fit-content;
    position: relative;
    z-index: 1;
}

.doc-plank-fio span {
    font-family: Manrope;
    font-weight: 400;
    font-size: 30px;
    line-height: 26px;
    color: #FFFFFF;
}

.doc-plank-years {
    font-family: Manrope;
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    color: #FFFFFF;
    position: relative;
    width: -webkit-fit-content;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.border-gradient {
    position: relative;
    z-index: 1;
}

.border-gradient::before {
    position: absolute;
    content: "";
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(90deg, #0E6F0C 0%, #13A210 100%);
    z-index: -1;
    border-radius: inherit;
}

.border-gradient::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(257.96deg, #52CA4F 14.25%, #13A210 86.96%);
    z-index: -1;
    border-radius: inherit;
}

@media screen and (max-width: 1200px) {
    .doc-plank__container::after {

        width: 200px;
        height: 380px;
        right: -60px;
        bottom: -87px;
        clip: rect(auto, 140px, auto, auto);
    }

    .doc-plank {
        overflow: hidden;
    }
}

@media screen and (max-width: 1000px) {
    .doc-plank__container::before {
        clip: rect(90px, auto, auto, auto);
    }
}

@media screen and (max-width: 768px) {
    .doc-plank__container::before {
        width: 337px;
        height: 266px;
        top: 0;
        clip: rect(auto, auto, auto, auto);
    }

    .doc-plank-title {
        border-bottom: none;
    }
}

@media screen and (max-width: 500px) {
    .doc-plank-fio {
        font-size: 20px;
        max-width: 220px;
    }

    .doc-plank-fio span {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
    .doc-plank-fio {
        max-width: 200px;
    }

    .doc-plank__container::before {
        width: 280px;
        height: 220px;
        overflow: hidden;
    }
}