/******main****/
.main {
    padding-bottom: 150px;
}

.main__info {
    margin-top: 120px;
}

.main__links-wrapper {
    display: flex;
}

.main__wrapp-line {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.main__wrapper {
    display: flex;
}

.main__img {
    width: 550px;
    height: 500px;
    margin-left: 250px;
    position: relative;
}

.labels__main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.label__left {
    position: absolute;
    bottom:  -10%;
    left: -35%;
    z-index: 1;
}

.label__right {
    position: absolute;
    bottom: -27%;
    right: -22%;
    z-index: 3;
}

.main__orange-circle {
    position: absolute;
    top: 7%;
    left: -15%;
    width: 500px;
    max-width: 100%;
    height: 500px;
    max-height: 100%;
    background-color: orange;
    box-shadow: -100px -70px 180px 200px rgb(253, 205, 115);
    border-radius: 50%;
    z-index: -11;
}

.main__green {
    bottom: unset;
    top: -10%;
    right: -25%;
    width: 180px;
    height: 180px;
}

/*****ASD-Labels ****/
.ASD-Labels__wrapper {
    display: flex;
}

.ASD-labels__title {
    margin-bottom: 33px;
}

.ASD-Labels__text {
    max-width: 440px;
    margin-right: 163px;
}

.ASD-Labels__subtitle {
    width: 360px;
    max-width: 100%;
}

.ASD-Labels__item {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ASD-Labels__item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ASD-Labels__imgs {
    position: relative;
    width: 1450px;
    height: 709px;
    border-radius: 40px;
    margin-top: 100px;
}

.ASD__main {
    position: absolute;
    top: 0;
    left: -8%;
    border-radius: 40px;
}

/*****cards****/
.cards {
    padding-top: 250px;
}

.cards__dfm-orange {
    width: 400px;
    height: 400px;
    filter: blur(150px);
    top: 20%;
}

.cards__blue-green {
    width: 300px;
    height: 300px;
    bottom: unset;
    top: 0;
}

.cards__rose-orange {
    left: unset;
    right: 0px;
    width: 300px;
    height: 300px;
}

.cards__info {
    width: 440px;
    max-width: 100%;
}

.cards__labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.cards__img {
    position: relative;
    width: 525px;
    height: 415px;
}

.card__dfm-big {
    position: absolute;
    top: 0;
    left: 0;
}

.cards__dfm, .cards__rose {
    left: -10%;
}

.cards__blue {
    right: -7%;
}

.card__dfm-sm {
    position: absolute;
    bottom: -15%;
    right: -20%;
}

.cards__text {
    position: relative;
    margin: 60px 0;
}

.cards__blue {
    height: 570px;
}

.card__blue-sm {
    position: absolute;
    bottom: -10%;
    left: -20%;
}

.cards__rose {
    height: 663px;
}

.card__ros-sm {
    position: absolute;
    bottom: -6%;
    right: -25%;
}



@media (max-width: 1166px) {
    /****main section ****/

    .main__wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main__info {
        width: 500px;
        max-width: 100%;
    }

    .main__img {
        width: 500px;
        max-width: 100%;
        margin: 100px 0 0 0;
        position: relative;
    }

    /*****cards****/
    .cards__labels {
        flex-direction: column;
        margin-bottom: 150px;
    }

    .cards__info {
        margin-top: 100px;
    }

    .cards__dfm, .cards__rose {
        left: 0;
    }
    
    .cards__blue {
        right: 0;
    }

    .card__blue {
        flex-direction: column-reverse;
    }

}

@media (max-width: 900px) {
    /****main section ****/
    .main__img {
        width: 312px;
        height: 285px;
        margin-left: 50px;
    }

    .main__orange-circle {
        width: 300px;
        height: 300px;
    }

    .main__green {
        right: -0%;
        width: 130px;
        height: 130px;
    }

    /*****ASD-Labels ****/
    .ASD-Labels__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .ASD-Labels__text {
        max-width: 440px;
        margin-right: 0px;
    }

    .ASD-Labels__subtitle {
        width: 440px;
        max-width: 100%;
        margin-top: 80px;
    }

    .ASD-labels__title {
        width: 440px;
        max-width: 100%;
        margin: 0 auto 33px;
        
    }

    .ASD-Labels__imgs {
        position: relative;
        width: 500px;
        height: 309px;
        margin: 100px auto 0;
    }
    
    .ASD__main {
        position: absolute;
        top: 0;
        left: -8%;
    }
}


@media (max-width: 767px) {
    .ASD__main {
        left: -20%;
    }

    .cards__img {
        width: 300px;
        height: 300px;
    }

    .cards__rose {
        height: 376px;
    }

    .cards__dfm {
        left: -5%;
    }
    .cards__blue {
        right: -10%;
    }

    .cards__dfm-orange {
        width: 200px;
        height: 200px;
        filter: blur(100px);
        top: 20%;
    }
    
    .cards__blue-green {
        width: 150px;
        height: 150px;
        bottom: unset;
        top: 0;
    }
}
