.top-container {
    position: relative;
    width: 100%;
    height: calc((946 / 864) * 100vh);

    /* background: url('../../img/front/half_circle_background.webp') no-repeat left 0px top calc((397 / 864) * 100%); */
    background: url('../../img/front/psikolog_klinis_ariestya_magdalena_background_1900.webp') no-repeat;
    background-size: cover !important;
    background-position: 50% !important;
}

.top-bg {
    position: absolute;
    display: block;
    width: 372px;
    aspect-ratio: 464/1347;
    top: 397px;
    left: 0px;
    background: url('../../img/front/half_circle_background.webp') no-repeat;
    background-size: contain !important;
    background-position: 0px 0px;
}

.top-content {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
    top: calc((250 / 864) * 100vh);
    padding: 0px 0px 0px 170px;
}

.top-content > * {
    font-size: 17px
}

.top-content-img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 312px;
    margin-right: 80px;
}

.top-content-article {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 537px;
    text-align: left;
    letter-spacing: 0.4px;
}

.top-content-title {
    position: relative;
    display: block;
    margin: 0px 0px 25px;
    line-height: 57px;
    font-size: 56px;
    font-weight: normal;
    margin-left: -3px;
    letter-spacing: -0.5px;
}

.top-content-title span {
    color: #775844;
}

.top-content-desc {
    position: relative;
    display: block;
    line-height: 30px;
}

.top-vid {
    position: absolute;
    display: block;

    opacity: 0;
}

.top-vid-one {
    top: calc(150px + (156px * 2));
    right: 50vw;
    width: 0px;
}

.top-vid-one.active {
    opacity: 1;
    top: 150px;
    right: 190px;
    width: 156px;
    aspect-ratio: 156/279;

    -webkit-transition: 1s top 0s, 1s right 0s, 1s opacity 0s, 1s width 0s;
    -moz-transition: 1s top 0s, 1s right 0s, 1s opacity 0s, 1s width 0s;
    -ms-transition: 1s top 0s, 1s right 0s, 1s opacity 0s, 1s width 0s;
    transition: 1s top 0s, 1s right 0s, 1s opacity 0s, 1s width 0s;
}

.top-vid-two {
    top: calc(504px - 0px);
    left: 50vw;
    width: 0px;
}

.top-vid-two.active {
    opacity: 1;
    top: 504px;
    left: 190px;
    width: 225px;
    aspect-ratio: 225/400;

    -webkit-transition: 1s top 0.2s, 1s left 0.2s, 1s opacity 0.2s, 1s width 0.2s;
    -moz-transition: 1s top 0.2s, 1s left 0.2s, 1s opacity 0.2s, 1s width 0.2s;
    -ms-transition: 1s top 0.2s, 1s left 0.2s, 1s opacity 0.2s, 1s width 0.2s;
    transition: 1s top 0.2s, 1s left 0.2s, 1s opacity 0.2s, 1s width 0.2s;
}

.top-vid-three {
    top: calc(735px - 0px);
    right: 50vw;
    width: 0px;
}

.top-vid-three.active {
    opacity: 1;
    top: 735px;
    right: 435px;
    width: 156px;
    aspect-ratio: 156/278;

    -webkit-transition: 1s top 0.4s, 1s right 0.4s, 1s opacity 0.4s, 1s width 0.4s;
    -moz-transition: 1s top 0.4s, 1s right 0.4s, 1s opacity 0.4s, 1s width 0.4s;
    -ms-transition: 1s top 0.4s, 1s right 0.4s, 1s opacity 0.4s, 1s width 0.4s;
    transition: 1s top 0.4s, 1s right 0.4s, 1s opacity 0.4s, 1s width 0.4s;
}

.top-vid-icon {
    position: absolute;
    display: block;
}

.top-vid-one .top-vid-icon {
    width: calc((48 / 156) * 100%);
    top: calc((190 / 279) * 100%);
    right: calc((-17 / 156) * 100%);
}

.top-vid-two .top-vid-icon {
    width: calc((70 / 225) * 100%);
    top: calc((242 / 400) * 100%);
    left: calc((-33 / 225) * 100%);
}

.top-vid-three .top-vid-icon {
    width: calc((64 / 156) * 100%);
    top: calc((175 / 278) * 100%);
    left: calc((-48 / 156) * 100%);
}

.top-vid-file {
    width: 100%;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}


@media (min-width: 1536px) {
    .top-container {
        background: url('../../img/front/psikolog_klinis_ariestya_magdalena_background_3800.webp') no-repeat;
    }
}

@media (max-width: 1024px) {
    .top-content {
        margin: 0px 0px 0px 20px;
        padding: 0px;
    }

    .top-content-title {
        font-size: 43px;
        line-height: 48px;
    }
}

@media (max-width: 768px) {
    .top-container {
        background-position: center right -40vw !important;
    }

    .top-content-img {
        width: 260px;
        display: block;
        margin: 0px 30px 50px;
    }

    .top-content {
        margin: 0px auto;
        padding: 0px;
    }

    .top-content-article {
        width: calc(100% - 60px);
        display: block;
        margin: 0px 30px;
    }
}

@media (max-width: 500px) {
    .top-container {
        height: calc(100vh + 160px);
        /* height: 100vh; */
        background-position: top right -105vw !important;
        background-size: auto 141vh !important;
        padding-bottom: 0px;
    }

    .top-content {
        top: auto;
        bottom: 190px;
        /* padding-top: 50px; */
    }

    .top-content-img {
        /* position: absolute; */
        /* right: 20px; */
        /* left: auto !important; */
        /* top: -150px; */
        /* display: block; */
        /* width: 150px; */
        width: 140px;
        margin: 0px 20px 20px;
        /* margin: 0px; */
    }

    .top-content-title {
        display: block;
        /* font-size: 37px; */
        font-size: 35px;
        line-height: 42px;
        margin: 0px 0px 15px;
    }

    .top-content-article {
        width: calc(100% - 40px);
        display: block;
        margin: 0px 20px;
    }

    .top-content-desc {
        font-size: 16px;
        line-height: 28px;
    }
}