

.hero__banner{
    background: url('../images/home-page/hero/hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 540px;
    padding-bottom: 60px;
    position: relative;
}

.hero__color--angel-blue::before,
.hero__color--violet::before,
.hero__color--baltic-sea::before {
    content: "";
    position: absolute;
    background-color: #E9E2D8;
    width: 100%;
    height: 140px;
    bottom: 0;
}

.hero__color--baltic-sea {
    background-color: #E9E2D8;
    position: relative;
}

.hero__color--violet {
    background-color: #E9E2D8;
    position: relative;
}

.hero__color--angel-blue {
    background-color: #E9E2D8;
    position: relative;
}




.hero__tow-col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 0 0 0;
}

.hero__text-col {
    flex: 1;
    font-size: 19px;
    line-height: 32px;
    position: relative;
}

.hero__text-col--about {
    font-size: 17px;
    line-height: 28px;
}

.hero__text-col>a,
.hero__text-col>button,
.hero__text-col>p {
    position: relative;  
}

.hero__half-width {
    max-width: 40%;
}

.hero__title {
    margin-top: 47px;
    position: relative;
}

.hero__title>span {
    background-color: #E9E2D8;
    line-height: 80px;
}

.hero__img-col {
    flex: 1;
    position: relative;
}

.hero__img-col.hero__img-col--left {
    max-width: 40%;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 115px;
}

.hero__image-container {
    overflow: hidden;
    border-top-right-radius: 8px;
}


.hero__parallelogram {
    width: 80%;
    height: 620px;
    margin: -26px 0 47px 20%;
    transform: skewY(-7deg);
    background: #E9E2D8;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.hero__parallelogram--image-first {
    margin: -33px 0 48px 0;
    width: 100%;
}



.hero__parallelogram-image--about {
    position: absolute;
    transform: skewY(7deg);
    background: url('../images/about-us-page/about-hero.png');
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    background-size: cover;
}

.hero__dots--left {
    position: absolute;
    top: -17px;
    left: -87px;
}

.hero__dots--right {
    position: absolute;
    top: 80px;
    left: 26%;
}

.hero__dots--in-home-image {
    position: absolute;
    bottom: -40px;
    right: 40px;
}

.mq {
    position: fixed;
    padding: 10px;
    background-color: #E9E2D8;
    z-index: 15;
    display: none;
}

@media screen and (max-width: 1024px) {
    .mq {
        background-color: green;
    }

    .hero__half-width {
        max-width: 60%;
    }

    .hero__dots--right {
        left: 40%;
    }

 

    .container--no-padding {
        padding: 0 20px;
    }

    .brands__logos-wrap {
        margin: 60px 0 40px 0;
    }

    .intro:nth-child(even) .intro__inner {
        padding: 0 0 0 20px;
    }

    .intro__img-col--elm-waves {
        top: -35px;
    }

    .intro__title>span {
        line-height: 56px;
    }

    .intro__img-col--top-right {
        border: 50px solid #E9E2D8;
    }

    .hero__img-col.hero__img-col--left {
        max-width: 40%;
        border-radius: 8px;
        overflow: hidden;
        margin-right: 50px;
    }

    .hero__img-col {
        margin-right: 20px;
        max-width: 320px;
        border-radius: 8px;
        overflow: hidden;
    }

    .hero__parallelogram {
        width: 100%;
        margin: -22px 0px 47px 0;
    }
}

@media screen and (max-width: 800px) {
    .mq {
        background-color: blue;
    }

    .hero__parallelogram {
        margin: -20px 0 47px 12%;
    }

    .hero__tow-col {
        padding: 30px 0 0 0;
        flex-direction: column;
    }

    .hero__tow-col--about {
        flex-direction: column-reverse;
    }

    .hero__img-col.hero__img-col--left {
        max-width: 100%;
    }

    .hero__title {
        margin-top: 22px;
        font-size: 44px;
        line-height: 52px;
    }

    .hero__half-width {
        max-width: 100%;
    }

    .hero__img-col {
        width: 100%;
        margin-top: 60px;
        max-width: 80%;
    }

    .hero__image-container {
        overflow: hidden;
        border-top-left-radius: 8px;
    }

    .hero__parallelogram {
        width: 100%;
        height: 512px;
        margin: -36px 0 47px 0%;
    }
}

@media screen and (max-width: 480px) {

    .mq {
        background-color: red;
    }

    .hero__title--about {
        font-size: 32px;
        line-height: 40px;
    }

    .hero__text-col--about {
        font-size: 16px;
        line-height: 26px;
    }

    .hero__title>span {
        line-height: 60px;
    }

    .intro:nth-child(even) .intro__inner {
        padding: 0;
    }

    .hero__parallelogram-image--home {
        left: -256px;
    }

    .hero__dots--in-home-image {      
        bottom: -16px;
        right: 16px;
    }

    .intro__img-col--elm-waves {
        top: auto;
        bottom: -88px;
        right: -20px;
        left: auto;
        width: 118px;
        z-index: 1;
    }
}