*{
    font-family: 'Poppins', sans-serif;
}
body{
    margin: 0;
    overflow-x: hidden;
}


body::-webkit-scrollbar {
    width: 10px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
  outline: 1px solid rgb(190, 192, 194);
   border-radius: 20px 20px;
}
.header{
    height: 100px;
    width: 100vw;
    position: absolute;
    z-index: 100000;
}
.header__logo{
    position: absolute;
    width: 150px;
    left: 94px;
    top: 30px;
}

.first-slajd{
    box-sizing: border-box;
    margin: auto;
    position: relative;
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.first-slajd__txt{
    width: 470pt;
    height: 350pt;
}
.first-slajd__txt--h1{
    font-weight: 600;
    font-size: 42pt;
}
.first-slajd__txt--p{
    font-weight: 200;
    color: rgb(49, 48, 48);
    font-size: 20pt;
}

.first-slajd__img{
    position: relative;
    opacity: .95;
    top: 200px;
    width: 470pt;
    height: 350pt;
}
.first-slajd__img img{
    position: absolute;
    top: -200px;
    left: -100px;
    width: 620px;
    border-radius:10%;
}
.atributes{
    width: 100vw;
    height: 500px;
    position: relative;
    margin: auto;
    margin-bottom: 150px;
}
.attr-wrap{
    box-sizing: border-box;
    padding: 50px 0;
    position: absolute;
    width: 60%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: black;
    flex-wrap: wrap;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.atributes__item{
    width: 33%;
    height: 200px;
}
.blender-panel{
    display: flex;
    width: 100vw;
    justify-content: center;
    text-align: center;
    height: 550px;
    margin: auto;
    flex-wrap: wrap;

}
.blender-panel_txts{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 30%;
}
.blender-panel_txts h1{
    width: 100%;
}
.color{
    cursor: pointer;
    margin-left: 30px;
    display: block;
    border-radius: 100%;
    flex-basis: 50px !important;
    height: 50px !important;
}
.color-red{
    background-color: rgb(211, 102, 187);
}
.color-green{
    background-color: rgb(60, 175, 60);
}
.color-blue{
    background-color: rgb(35, 141, 202);
}
.color-purple{
    background-color: rgb(125, 55, 146);
}
.panel__blender{
    position: absolute;

    width: 370px;
    left: 50%;
    transform: translateX(-50%);
}
.blender-img{
    position: relative;
    width: 100%;
    height: 70%;
}
.contact{
    position: relative;
    width: 100vw;
    text-align: center;
    margin-top: 0px;
    color: rgb(54, 53, 53);
    height: 300px;
    margin-bottom: 50px;
}
.contact p {
    font-weight: 200;
}
.contact h1{
    font-size: 38px;
}
.footer{
    position: relative;
    width: 100vw;
    height: 50px;
    color: white;
    line-height: 500px;
    text-align: center;
    font-size: 70px;
    background-color: rgb(39, 39, 39);
}
.wrap-opisu{
    position: relative;
    width: 60%;
    color: white;
    height: 350px;
    display: flex;

    margin-bottom: 150px;
}
.wrap-opisu h2{
    font-size: 44px;
    padding-left: 20px;
    font-weight: 500;
}
.wrap-opisu p {
    box-sizing: border-box;
    padding-left: 50px;
    max-width: 70%;
}
.wrap-left{
    justify-content: left;
}
.wrap-right{
    left: 40%;
}

.wrap-right h2{
    padding-left: 16vw;
}
.wrap-right p{
    max-width: 90%;
    padding-left: 18vw;
}


.black-bg{
    width: 100%;
    background-color: rgb(44, 43, 43);
    height: 300px;
}
.img-wrap-left{
    border-radius: 40%;
    transform: translate(50%,-7%);
    position: absolute;
    right: 0;
    width: 350px;
}
.img-wrap-right{
    border-radius: 40%;
    transform: translate(-50%,-7%);
    position: absolute;
    left: 0;
    width: 350px;
}

.icon{
    width: 20%;
}

.iwr2{
    transform: translate(-50%,0%);
    width: 400px;
}


@media (max-width:1500px) {
    .black-bg,
    .wrap-opisu{
        width: 100%;
        height: 400px;
    }
    .img-wrap-left{
        transform: translate(50%,14%);

    }
    .img-wrap-right{

        transform: translate(-50%,14%);

    }
    
    .fleft{
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
    }

}


@media (max-width:800px){

    .header__logo{
        left: 50%;
        transform: translateX(-50%);
    }
    .img-wrap-left,
    .img-wrap-right{
        top: 60%;
        transform: translate(0%,14%);
    }
    .img-wrap-left{
        transform: translate(0%,14%);
    }

    .wrap-right{
        left: 0%;
    }

    body{
        width: 100vw;
    }
    .first-slajd__img {
        position: absolute;
        width: 100%;
        left: 0;
        transform: 0;
    }

    .first-slajd__img img{
        border-radius: 0;
        width: 100%;
        height:230pt; 
        left: 0;
        transform: 0;
    }

    .attr-wrap{
        width: 100%;
    }

    .atributes__item{
       width: 100%; 
    }

    .atributes{
        position: relative;
        height: 1200px;
    }

    .first-slajd{
        position: relative;
        top: 120px;
        height: 32vh;
    }

    .first-slajd__txt--h1,
    .first-slajd__txt--p{
        
    }
    .first-slajd__txt{
        color: rgba(255, 255, 255, 0.959);
        background-color: rgba(0, 0, 0, 0.26);
        position: absolute;
        width: 100%;
        height:230pt; 
        top: 0px;
        z-index: 1000;
    }
    .first-slajd__txt--h1{
        left: 1%;
        position: relative;
        top: 25px;
        z-index: 1000;
        padding: 20px;
        font-size: 26px;
    }
    .first-slajd__txt--p{
        text-align: center;
        position: relative;
        top: 50px;
        font-weight: 400;
        word-break:break-words;
        color: rgba(255, 255, 255, 0.836);
        z-index: 1000;
        padding: 30px;
        font-size: 18px;
    }
}

@media (max-width:690px) {


    .icon{
        width: 15%;
    }
    .atributes__item p {
        font-size: 15px
    }
    .first-slajd{
        top: 120px;
        height: 52vh;
    }
    .black-bg,
    .wrap-opisu{
        width: 100%;
        height: 600px;
    }
    
    .img-wrap-left,
    .img-wrap-right{

        top: 50%;

    }
    .iwr2{
        transform: translate(10%,38%);
        width: 400px;
    }
    .iwl1{
        width: 45%;
        z-index: 100;
        transform: translate(-10%,36%);
    }
    .iwl3{
        width: 50%;
    }
}

@media (max-width:450px) {
    
    .icon{
        width: 20%;
    }
    .iwl1{
        z-index: 100;
        transform: translate(0%,26%);
    }
    .first-slajd{
        top: 120px;
        height: 46vh;
    }
    .first-slajd__txt--h1{ 
        text-align: center;
        padding: 20px;
        font-size: 22px;
    }
    .first-slajd__txt--p{
        text-align: center;
        padding: 20px;
        font-size: 17px;
    }
    .black-bg,
    .wrap-opisu{
        margin-bottom: 200px;
        width: 100%;
        height: 750px;
    }
    .img-wrap-left,
    .img-wrap-right{
        width: 60%;
        top: 70%;
    }

    .iwl1{
        top: 65%;
    }

    .iwl3{
        top: 50%;
    }

    .bbg3{
        height: 550px !important;
    }

    .bbg2{
        height: 600px;
    }

    .iwr2{
        top: 60%;
    }
    .iwr2{
        transform: translate(3%,10%);
        width: 400px;
    }

}

@media (max-width:420px) {
    .first-slajd__txt--p{
        top: 0px;
    }

    .iwl1{
        top: 70%;
    }



}


@media (max-width:390px) {
    .first-slajd__txt--p{
        top: 0px;
    }
    .first-slajd__txt--h1{
        padding-right: 10px;
        font-size: 22px;
    }
    .wrap-opisu p{
        font-size: 16px;
    }

    .iwr2{
        top: 60%;
    }
    .iwr2{
        transform: translate(5%,25%);
        width: 90%;
    }

}

@media (max-width:350px) {
    .wrap-opisu p{
        font-size: 15px;
    }


}
@media (max-width:300px) {
    .wrap-opisu p{
        font-size: 12px;
    }


}