

/* MAIN */

section.alopel {
    flex-direction: initial;
    justify-content: center;
    align-items: center;
}

section.alopel {
    border-top: 2px solid var(--alopel-color);
}

.alopel-girl {
    width: 45%;
    max-width: 540px;
    height: 626px;
    background-image: url("../assets/alopel/alopel_girl.jpeg");
}

.alopel-text-container {
    width: 655px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
}

.alopel-text-container img {
    display: none;
}

.alopel-title {
    line-height: 52px;
    margin-bottom: 100px;
}

.alopel-title h1 {
    font-size: 75px;
    font-weight: 100;
    margin-bottom: 20px;
}

.alopel-title p {
    font-size: 27px;
    line-height: 33px;
}

.alopel-text-row {
    font-size: 19px;
    display: flex;
    align-items: center;
    margin: 10px 0px;
    margin-left: 80px;
}

.alopel-dot {
    width: 10px;
    height: 10px;
    margin: 10px;
    position: relative;
    bottom: 3px;
}

.alopel-dot::before{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid var(--alopel-color);
    border-radius: 15px;
}

.alopel-dot::after{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, 30%);
    background-color: var(--alopel-color);
    border-radius: 5px;
}



section.alopel > img:nth-of-type(1) {
    width: 45%;
    max-width: 540px;
}

section.alopel > img:nth-of-type(2) {
    width: 23%;
    max-width: 265px;
    position: absolute;
    right: 47%;
    bottom: 2%;
}



/* ALOPEL CYCLE */



section.alopel-cycle {
    max-width: 100%;
    width: 100%;
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 65px 30px;
}

.alopel-cycle-content {
    width: 100%;
    max-width: 1190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alopel-cycle-block {
    width: 400px;
    min-height: 140px;
    padding: 15px;
    background-color: #ffff;
    font-size: 18px;
    color: var(--alopel-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: -3px 3px 50px 0px rgba(158,158,158,0.4);
}

.alopel-cycle-arrow-block {
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0px 10px ;
}

.alopel-cycle-arrow-block img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../assets/alopel/alopel-arrow.svg");
}

/* ALOPEL RECOMMENDATIONS */

section.alopel-recommendations {
    flex-direction: initial;
    align-items: flex-start;
}

section.alopel-recommendations p {
    width: 348px;
    margin: 15px 30px;
    font-size: 22px;
    color: #6a6a6a;
}

/* ALOPEL TECHNOLOGY */

section.alopel-technology {
    flex-direction: column;

}

.alopel-technology-content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.alopel-technology-content img {
    width: 560px;
}

.alopel-technology-texts {
    width: 559px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
    margin-left: 30px;
}

.alopel-technology-texts b {
    color: var(--b-color);
}

.alopel-technology-texts h1 {
    font-size: 32px;
    font-weight: 100;
    margin-bottom: 30px;
}

.alopel-technology-texts p {
    font-size: 21px;
}

.alopel-technology-effects {
    width: 100%;
    margin-top: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alopel-technology-effects-block {
    max-width: 330px;
    width: 33%;
    padding: 30px;
    min-height: 150px;
    font-size: 22px;
    text-align: center;
    color: var(--alopel-color);
    box-shadow: -3px 3px 50px 0px rgba(158,158,158,0.4);
    transition: .2s ease;
    margin: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alopel-technology-effects-block:hover {
    box-shadow: 0px 0px 0px 0px rgba(158,158,158,0.4);
    border: 1px solid black;
}

/* ALOPEL RESEARCH */

section.alopel-research {
    max-width: 100%;
    width: 100%;
    padding: 30px 30px;
    justify-content: center;
    background-color: #ebebeb;
}


.alopel-research-content {
    width: 100%;
    max-width: 1190px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.alopel-research-content h1 {
    font-weight: 100;
}

.research-blocks-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.research-block {
    width: 360px;
    height: 165px;
    margin: 0 15px ;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.research-block p{
    position: absolute;
    font-size: 20px
}

.research-block-num {
    font-size: 165px;
    position: absolute;
    color: #3d3d3d;
    opacity: .1;
}


/* ALOPEL COMPONENTS */

section.alopel-components {
    flex-direction: column;
}

section.alopel-components h1 {
    margin-bottom: 80px;
}

.alopel-components-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.alopel-components-row {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.alopel-components-block {
    max-width: 360px;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px 20px;
}


.alopel-components-block img {
    width: 100px;
    height: 100px;
}

.alopel-components-block h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.alopel-components-block p {
    font-size: 18px;
}

/* ALOPEL COMPLEXES */

section.alopel-complexes {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
    background-color: #ebebeb;

}

.alopel-complexes-title {
    width: 100%;
    background-color: #ffff;
}

.alopel-complexes-top {
    width: 100%;
    height: 71px;
    position: relative;
    background-color: var(--alopel-color);
    background-image: url("../assets/alopel/alopel_complexes_back.svg");
    background-size: cover;
    background-position: center top;
}

.alopel-complexes-nothing {
    width: 100%;
    height: 95px;

}

.alopel-complexes-content {
    max-width: 1190px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.alopel-complexes-text-block {
    max-width: 480px;
    width: 90%;
    padding: 25px;
    border: 1px solid black;
    font-size: 21px;
    margin: 0 30px;
    position: relative;
}

.alopel-complexes-text-block p:nth-of-type(1) {
    font-weight: bold;
    margin-bottom: 15px;
}

.alopel-complexes-text-block img {
    height: 265px;
    position: absolute;
    right: -65px;
    top: -235px;
}


/* ALOPEL SHAMPOO */

section.alopel-shampoo {
    align-items: center;
    flex-direction: initial;
}

.alopel-shampoo-texts {
    max-width: 560px;
    width: 50%;
    margin-right: 45px;
    
}

.alopel-shampoo-texts h2 {
    font-weight: 100;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 65px;
}

.alopel-shampoo-texts p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 45px;
}

.alopel-shampoo-texts p:nth-of-type(2) {
    font-size: 17px
}

.alopel-shampoo img {
    height: 365px;
}


/* ALOPEL APPLICATION */

section.alopel-application {
    flex-direction: column;
}

.alopel-application-header {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.alopel-application-header div {
    width: 280px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--alopel-color);
}

.alopel-application-header div:hover {
    cursor: pointer;
}

.alopel-application-row {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.alopel-application-block {
    max-width: 335px;
    width: 33%;
    min-height: 200px;
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 0 15px;
    box-shadow: -3px 3px 50px 0px rgba(158,158,158,0.4);
}


.alopel-application-block:hover {
    transition: .2s ease;
    box-shadow: 0px 0px 0px 0px rgba(158,158,158,0.4);
    border: 1px solid black;
}

.alopel-application-block p {
    width: 80%;
    font-size: 20px;
}

.alopel-application-block-num {
    font-size: 145px;
    color: #3d3d3d;
    opacity: .1;
}

.shampoo-row {
    display: none;
}

.applicationActive {
    font-weight: bold;
    border-bottom: 1px solid var(--alopel-color);
}


.alopel-health {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    margin-top: 75px;   
    border-bottom: 1px solid black;
}

.alopel-health > img {
    max-height: 318px;
}

.alopel-health-left-girl , .alopel-health-right-girl {
    height: 483px;
    position: relative;
}


.alopel-health-left-girl img, .alopel-health-right-girl img {
    width: 100%;
    height: 100%;
}

.alopel-health-text {
    width: fit-content;
    border-radius: 30px;
    font-size: 20px;
    color: var(--alopel-color);
    background-color: #ebebeb;
    position: absolute;
    text-align: center;
}


.alopel-health-left-text {
    bottom: 200px;
    right: 0px;
    padding: 15px 15px;

}

.alopel-health-right-text {
    padding: 5px 40px;
    bottom: 25px;
}


@media (max-width: 1281px) {

    /* MAIN */


    .alopel-title h1{
        font-size: 60px;
    }

    .alopel-title p {
        font-size: 23px;
    }
}


@media (max-width: 1010px) {

    /* MAIN */

    .alopel-title h1 {
        font-size: 50px;
    }

    .alopel-title p {
        font-size: 19px;
    }

    .alopel-text-row {
        margin-left: 55px;
    }


    /* alopel-technology */


    .alopel-technology-content {
        flex-direction: column-reverse;
        align-items: center;
    }

    .alopel-technology-texts {
        width: 100%;
        margin-left: 0px;
    }

    .alopel-technology-content img {
        width: 80%;
    }
}

@media (max-width: 891px) {





    /* MAIN */

    section.alopel {
        flex-direction: column;
    }

    .alopel-title {
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }
    
    .alopel-title h1 {
        font-size: 70px;
    }

    .alopel-title p {
        font-size: 24px;
    }

    .alopel-text-container {
        width: 100%;
        padding: 0;
    }

    section.alopel > img:nth-of-type(1) {
        display: none;
    }

    section.alopel > img:nth-of-type(2) {
        width: 100%;
        position: relative;
        right: initial;
        bottom: initial;
        margin-top: 50px;
    }

  

    .alopel-text-container {
        align-items: center;
    }

    .alopel-text-container > img {
        width: 100%;
        max-height: 550px;
        display: inline-block;
        margin: 25px 0;
    }

    

    .alopel-text-row {
        width: 100%;
        margin-left: 0;
    }

    /* alopel-cycle */

    .alopel-cycle-content {
        flex-direction: column;
    }

    .alopel-cycle-block {
        margin: 25px 0;
    }

    .alopel-cycle-block {
        max-width: 400px;
        width: 100%;
    }

    .alopel-cycle-arrow-block img{
        transform: rotate(90deg);
    }

    /* alopel-research */

    .research-blocks-container {
        flex-direction: column;
        align-items: center;
    }

    .research-block {
        max-width: 560px;
        width: 100%;
    }


    /* alopel-recommendations */


    section.alopel-recommendations {
        flex-direction: column;
        align-items: center;
    }

    section.alopel-recommendations p {
        max-width: 100%;
        width: 100%;
    }


    /* alopel-technology */

    .alopel-technology-effects {
        flex-direction: column;
    }

    .alopel-technology-effects-block {
        width: 100%;
        max-width: 517px;
        margin: 25px 0;
    }

    .alopel-shampoo img {
        width: 95%;
    }


    /* alopel-complexes */

    .alopel-complexes-content {
        flex-direction: column-reverse;
        align-items: center;
    }

    .alopel-complexes-text-block {
        max-width: 480px;
        width: 95%;
        margin: 20px 0  ;
    }

    /* alopel-shampoo */

    section.alopel-shampoo {
        flex-direction: column;
    }

    .alopel-shampoo-texts {
        margin-right: initial;
    }

    .alopel-shampoo-texts {
        width: 100%;
        margin-bottom: 50px;
    }

    /* alopel-application */

    .alopel-application-row {
        flex-direction: column;
    }

    .alopel-application-block {
        width: 100%;
        max-width: 517px;
        justify-content: center;
        margin: 25px 0;
    }

    /* alopel-health */

    .alopel-health {
        flex-direction: column;
    }

    .alopel-health > img {
        margin: 25px 0;
    }

    .alopel-health-text {
        width: 100%;
    }

    .alopel-health-left-text {
        bottom: 25px;
    }

    /* alopel-components */

    .alopel-components-row {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .alopel-components-block {
        width: 100%;
        margin: 20px;
    }

}

@media (max-width: 721px) {

    .alopel-title h1 {
        font-size: 49px;
    }

    .alopel-title p {
        font-size: 20px;
    }

    .alopel-research-content h1{
        font-size: 34px;
    }

    .alopel-complexes-title h1 {
        font-size: 34px;
    }

    .alopel-application h1 {
        font-size: 34px;
    }
    
}


@media (max-width: 551px) {

    /* alopel-research */

    .alopel-research-content h1 {
        font-size: 27px;
    }
}


@media (max-width: 431px) {

    /* alopel-research */

    .alopel-research-content h1 {
        font-size: 22px;
    }


    /* alopel-components */

    section.alopel-components h1 {
        font-size: 31px;
    }

    .alopel-complexes-title h1 {
        font-size: 31px;
    }
    
    /* Main */

    .alopel-title h1 {
        font-size: 39px;
    }
}


@media (max-width: 351px) {
    .alopel-research-content h1 {
        font-size: 19px;
    }

    .alopel-technology-texts h1 {
        font-size: 28px;
    }

    section.alopel-recommendations p {
        font-size: 19px;
    }

    .alopel-title h1 {
        font-size: 32px;
    }

    .alopel-application h1 {
        font-size: 30px;
    }
}