@font-face {
    font-family: "Ubuntu-C"; /* Имя шрифта */
    src: url('../fonts/Ubuntu-C.ttf'); /* Путь к файлу со шрифтом */
}


body {
    display: block;
    /*background-image: url("/img/background-image.svg");*/
    /*background-repeat: repeat-y;*/
    /*background-size: 100%;*/
    /*background-position: 0 81%;*/
    font-family: "Ubuntu-C";
}


li {
    list-style-type: none;
}

button,
button:active,
button:focus {
    outline: none;
}

.h2, h2 {
    font-size: 25px;
}

/*:::
   Preloader
::*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 99999;
}

.load-circle {
    margin: 50vh auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 10px solid rgb(255, 255, 255);
    border-top: 10px solid #dd23ae;
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dnone {
    display: block;
}

.header {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 999;
}

.header .logo img {
    padding: 0;
    margin: 0;
    width: 75%;
}

.header-scrolled {
    background-color: rgba(221, 35, 174, 0.95);
    box-shadow: 0 0 10px rgba(68, 68, 68, 0.5);
}

.nav-menu > li {
    float: left;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu a {
    padding: 0 18px;
    margin: 0 -2px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    background-color: transparent;
}

.banner-area {
    width: 100%;
    height: auto;
}

.home-banner {
    display: block;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    width: 100%;
}

.home-banner p {
    position: absolute;
    width: 100%;
}

.home-banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.block-banner-product {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    display: block;
    top: 35%;
    left: 0;
    right: 0;
    z-index: 2;
}

.block-banner-product img {
    /*width: 500px;*/
    width: 60%;
    height: 60%;
    min-width: 350px;
    max-width: 500px;
}

.block-vector img {
    width: 100%;
}

/*****section-products-info*****/
/*.section-products-info{*/
/*    background-image: url(/img/background-image.svg);*/
/*    background-repeat: repeat-y;*/
/*    background-size: 100%;*/
/*}*/
.block-product-info {
    background: linear-gradient(0deg, #021457, #021457), #C4C4C4;
    opacity: 0.95;
    color: #FFFFFF;
    display: block;
    padding: 70px 40px 70px 40px;
    width: 80%;
    margin: 15px auto;
    text-align: center;
}


.block-product-info img {
    display: block;
    margin: 0 auto;
    width: 55px;
    height: 55px;
}

.block-product-info .head-p {
    text-transform: uppercase;
    font-size: 19px;
}

.block-product-info p {
    margin-top: 10px;
    margin-bottom: 37px;

}


.btn-detailed {
    background-color: #dd23ae;
    padding: 10px 5px 10px 5px;
    transform: skew(-30deg);
    width: 150px;
    margin: 0 auto;

}

.btn-detailed a {
    color: #fff;
    transform: skew(30deg, 0);
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    display: block;
}


/*_______VIDEO_________________*/
.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

/*_______VIDEO____END_____________
*/

/*****OWLCAROUSEL italy*******/
.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav-hair-dye {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav-hair-dye .owl-prev, .main-content .owl-theme .custom-nav-hair-dye .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav-hair-dye .owl-prev i, .main-content .owl-theme .custom-nav-hair-dye .owl-next i {
    font-size: 3.5rem;
    color: #c4c3c3;
}

.main-content .owl-theme .custom-nav-hair-dye .owl-prev {
    left: 0;
}

.main-content .owl-theme .custom-nav-hair-dye .owl-next {
    right: 0;
}

/************body-shampoo***************/
.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav-body {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav-body .owl-prev, .main-content .owl-theme .custom-nav-body .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav-body .owl-prev i, .main-content .owl-theme .custom-nav-body .owl-next i {
    font-size: 3.5rem;
    color: #c4c3c3;
}

.main-content .owl-theme .custom-nav-body .owl-prev {
    left: 0;
}

.main-content .owl-theme .custom-nav-body .owl-next {
    right: 0;
}

/**************end******************/

#block1 {
    float: right;
}

#block2 {
    float: left;
}

#block3 {
    float: right;
}

#block4 {
    float: left;
}

/*****section-italy-product*****/

.section-italy-product {
    background-image: url('../img/Rectangle.svg');
    /*background-size: 100%;*/
    /*background-position: 0 23%;*/
    background-size: 125%;
    background-position: 0 30%;
    background-repeat: no-repeat;
}

.block-product-italy img {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 90px;
    margin-left: -50px;
}

.block-italy-content {
    padding-top: 150px;
    text-align: center;
    color: #fff;
}

.block-italy-content p {
    font-size: 1em;
    text-align: justify;
}

.item {
    border: 3px solid #f1f1f1;
    color: #021457;
    min-height: 300px;
    /*box-shadow:0px 0px 12px 4px rgba(220,220,220,1);*/
    /*-webkit-box-shadow:0px 0px 12px 4px rgba(220,220,220,1);*/
    /*-moz-box-shadow:0px 0px 12px 4px rgba(220,220,220,1);*/
    padding: 15px;
    background-color: white;
    /*opacity: 0.9;*/
}

.owl-carousel .owl-item img {
    display: block;
    width: 115px;
    margin: 0 auto
}

.owl-text {
    font-size: 0.8em;
    text-align: center;
}

.owl-stage {
    margin: 0 auto;
}

.btn-product {
    background-color: #021457;
    padding: 5px 25px 5px 25px;
    transform: skew(-30deg);
    width: 90%;
    margin: 0 auto;
    color: white;
    text-align: center;
}

.btn-product a {
    color: #fff;
    text-decoration: none;
    transform: skew(30deg);
    display: block;
    width: 100%;
}

/*****section-amazing-hair*****/
.section-amazing-hair {
    background-image: url('../img/Rectangle.svg');
    /*background-size: 100%;*/
    /*background-position: 0 23%;*/
    background-size: 125%;
    background-position: 0 30%;
    background-repeat: no-repeat;
    padding-top: 10%;
}

.block-hair-content {
    color: #fff;
    text-align: center;
    padding-top: 75px;
}

.block-product-hair img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.block-hair-content p {
    font-size: 1em;
    text-align: justify;
}

/******section-character**********/
.section-character {
    background-image: url('../img/vector2.svg');
    background-size: 100%;
    height: 500px;
    background-repeat: no-repeat;
}

/***********block-ads**************/
.block-ads img {
    width: 100%;
}

/********section-italy-prod2**********/
.section-italy-prod2 {
    background-image: url('../img/Rectangle.svg');
    /*background-size: 100%;*/
    /*background-position: 0 20%;*/
    background-size: 120%;
    background-position: 0 25%;
    background-repeat: no-repeat;
}

/**********section-color-numb*************/

.p-content-text {
    font-size: 0.9em;
    text-align: justify;

}

.pink_line {
    /*      max-width: 486px;*/
}

.section-color-numb img {
    width: 100%;
}


/**********section-care-one***************/
.section-care-one {
    background-image: url("../img/Rectangle3.svg");
    /*background-size: 120%;*/


}

.section-care-one {
    background-image: url(../img/Rectangle3.svg);

    /* background-size: 120%; */
    background-size: 100%;
    background-position: -14% 23%;
    background-repeat: no-repeat;
}

.section-care-one .content-text {
    padding: 3%;
    padding-top: 20%;

}

.section-care-one .content-text2 {
    padding-top: 13%;
    padding-right: 50px;
}

.section-care-one .content-text-img img {
    width: 74%;
    margin-left: 90px;
    padding-top: 129px;

}

.section-care-one .content-text .pt-5 img {
    width: 45px;
    margin-right: 35px;
}

.section-care-one .content-text h3 {
    margin-top: 20px;
}

.section-care-one .content-text img {
    width: 100px;
    margin-right: 20px;
}

.section-care-one .content-text2 img {
    width: 30px;
    margin-right: 35px;
    margin-bottom: 10px;
}

.section-care-one .content-text p {
    text-align: justify;
    font-size: 1.1em;
}

.section-care-one .content-text2 .goods_mask img {
    width: 65px;
    padding-top: 15px;
}

.goods_mask2 img {

    width: 100px !important;

}

.div-h2-brand {
/*    text-align: center;
    color: white;*/
    /*background-color: #021457;*/
/*    background-color: rgb(221, 35, 174);
    padding: 10px 0 10px 0;*/
}

.div-h2-brand h2 {
/*    font-size: 2em;*/
}

#blogger-photo {
    width: 100%;
    max-height: 432px;
}
.inspiration-section .block-palette {
    max-width: 480px;
    margin: initial;
    margin-left: 20px;
    margin-top: 20px;
}

@media screen and (min-width: 1201px) and (max-width: 1566px) {
    .section-care-one .content-text-img img {
        width: 90%;
        margin-left: 44px;
        padding-top: 151px;


    }

    .section-care-one .content-text2 {
        padding-top: 13%;
        padding-right: 0px;
    }

    .section-care-one .content-text {
        padding: 3%;
        padding-top: 20%;
    }

    .section-care-one {
        background-size: 138%;
        background-position: 3% 54%;
        background-repeat: no-repeat;
    }
}


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

    .section-care-one .content-text-img img {
        max-width: 336px;
    }

    .section-care-one {

        background-size: 193%;
        background-position: 83% 23%;
        background-repeat: no-repeat;

    }

    .section-care-one .content-text2 {
        padding-top: 0;
        padding-right: 16px;
    }

}

@media screen and  (max-width: 1024px) {
    .section-care-one {
        background-size: 275%;
        background-position: 96% 91%;
        background-repeat: no-repeat;
    }

    .section-care-one .content-text {
        padding-top: 10%;
    }

    .section-care-one .content-text-img img {
        padding-top: 106px;

    }
}

@media screen and  (max-width: 768px) {
    .section-care-one {
        background-color: #021457;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .section-care-one .content-text2 {
        padding-top: 0;
        width: 90%;
        margin: 0 auto;
        padding-right: 0;


    }

    .section-care-one .content-text {
        padding-top: 0%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-care-one .content-text-img img {
        padding-top: 10px;
        margin: 0 auto;
        /* width: 20px; */
        display: block;

    }


}

/*@media screen and (min-width:845px) and (max-width: 1200px) {

}
*/


.section-care-two {
    background-image: url("../img/Rectangle4.svg");
    background-size: 100%;
    background-position: 100% 25%;
    background-repeat: no-repeat;
    text-align: justify;

    /*background-color: #021457;*/
}

.section-care-two .content-text-img img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.section-care-two .content-text {
    margin-top: 188px;
    font-size: 1.1em;
    padding: 3%;
}


.section-care-two .content-text img {
    padding-right: 0px;
    width: 100px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.section-care-two .content-text2 img {
    padding-right: 11px;
    width: 50px;
    margin-right: 29px;
    float: left;
}

/*.section-care-two .content-text2 p{*/
/*!*float: right;*!*/
/*}*/

.section-care-two .content-text2 {
    margin-top: 294px;
    padding: 4%;
}


@media screen and  (max-width: 1440px) {
    .section-care-two {
        background-size: 134%;
        background-position: 71% 25%;
    }

    .section-care-two .content-text-img img {
        width: 100%;
        margin-top: 236px;
    }
}


@media screen and  (max-width: 1200px) {
    .section-care-two .content-text-img img {
        width: 70%;
        margin-top: 0px;
    }

    .section-care-two .content-text2 {
        margin-top: 0px;
        padding: 0px;
        padding-bottom: 5%;
        margin: 0 auto;
    }

    .section-care-two {
        background-size: 183%;
        background-position: 18% 46%;
    }
}

@media screen and  (max-width: 991px) {
    .section-care-two .content-text-img img {
        width: 80%;
        margin-top: 101px;
    }

    .section-care-two .content-text {
        margin-top: 111px;
        font-size: 1.1em;
        padding: 3%;

    }

    .section-care-two .content-text-img img {
        max-width: 280px;
        width: 80%;
        margin-top: 101px;

    }
}

@media screen and  (max-width: 768px) {
    .section-care-two .content-text {
        margin-top: -20px;
    }

    .section-care-two .content-text2 {
        margin-top: 0px;
        padding: 25px;
        padding-bottom: 5%;
        margin: 0 auto;
    }
    .inspiration-section .block-palette {
     margin-left: 0px;       
     margin: 0 auto;
     width: 80%;
     margin-top: 20px;
}
}


.section-care-three {
    background-image: url("../img/Rectangle3.svg");
    /*background-size: 140%;*/
    background-size: 220%;
    /*background-position: 100% 25%;*/
    background-position: 100% 13%;
    background-repeat: no-repeat;
}

.section-care-three .content-text-img img {
    width: 324px;
    margin: 0 auto;
    display: block;
    margin-top: 239px;
}

.section-care-three .content-text {
    margin-top: 297px;
    font-size: 1.1em;
    padding: 4%;
    text-align: justify;
}


.section-care-three .content-text img {
    padding-right: 0px;
    width: 100px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.section-care-three .content-text2 img {
    padding-right: 11px;
    width: 50px;
    margin-right: 29px;
    float: left;
}

.section-care-three .content-text2 p {
    /*float: right;*/
}

.section-care-three .content-text2 {
    margin-top: 251px;
    padding: 1%;
    /* margin-left: 35px; */
    padding-left: 3%;

}

@media screen and  (max-width: 1440px) {
    .section-care-three {
        background-size: 151%;
        background-position: 71% 25%;
    }

    .section-care-three .content-text-img img {
        /*    width: 100%;*/
        margin-top: 236px;
    }
}


@media screen and  (max-width: 1200px) {
    .section-care-three .content-text-img img {
        /*    width: 100%;*/
        margin-top: 73px;

    }

    .section-care-three .content-text2 {
        margin-top: 0px;
        padding: 18px;
        padding-bottom: 5%;
        margin: 0 auto;
    }

    .section-care-three {
        background-size: 381%;
        background-position: 18% 50%;
    }

    .section-care-three .content-text {
        margin-top: 207px;
        font-size: 1.1em;
        padding: 4%;
        text-align: justify;

    }
}

@media screen and  (max-width: 991px) {
    .section-care-three .content-text-img img {
        width: 80%;
        margin-top: 101px;
    }

    .section-care-three .content-text {
        margin-top: 111px;
        font-size: 1.1em;
        padding: 3%;

    }

    .section-care-three .content-text-img img {
        max-width: 340px;
        width: 100%;
        margin-top: 20px;

    }
}

@media screen and  (max-width: 768px) {
    .section-care-three .content-text {
        margin-top: -20px;
    }

    .section-care-three .content-text2 {
        margin-top: 0px;
        padding: 25px;
        padding-bottom: 5%;
        margin: 0 auto;
    }

    .section-care-three .content-text-img img {
        max-width: 340px;
        width: 100%;
        margin-top: 50px;
    }
}

/*.block-brash-image img:nth-child(2n) {
    width: 70%;
}
*/


/*.block-brash-image img:nth-child(2n) {
   display:block; 
    margin: 0 auto;
   } 
  .block-brash-image img:nth-child(1) {
    position: absolute; 
   left: 0;
   right: 0; 
   margin-top: 5%; 
   width: 100%;

   }*/


.video_add {
    background-color: #021457;
    text-align: justify;
    color: white;

}

.video_text {
    max-width: 652px;
    margin: 0 auto;
    /*        margin-top: 40px;*/
}

.video_text img {
    float: left;
    margin: 50px;
}


.section-product-eva {
    width: 100%;
    height: 600px;
    background: url(../img/brash.png) no-repeat 50% 100%;
    background-size: 48%;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 1.5em;
}

.section-product-eva_dye {
    width: 100%;
    height: 600px;
    background: url(../img/Rectangle22.png) no-repeat 50% 100%;
    background-size: 48%;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 1.5em;
}

.block-brash-image p {
    margin: 0 auto;
    display: block;
    background-color: #021457e0;
    padding: 40px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    /*margin-bottom: 126px;*/
}

.block-brash-image span {
    text-transform: uppercase;
}

.block-brash-image img {
    margin: 0 auto;
    margin: 0px;
    display: block;
    width: 103%;
    position: absolute;
}


.block-brash-image {
    padding-right: 0px;
    padding-left: 0px;
}

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


    .section-product-eva, .section-product-eva_dye {
        background-size: 900px;
    }
}

@media screen and  (max-width: 1024px) {
    .block-brash-image img {
        width: 160%;
    }

    .section-product-eva {
        /*       background-size: 95%;*/
    }
}

@media screen and  (max-width: 768px) {
    .section-product-eva, .section-product-eva_dye {
        height: 400px;
        font-size: 1.2em;
        background-size: 646px;
    }
}

@media screen and  (max-width: 450px) {
    .block-brash-image img {
        width: 577%;
    }

    .section-product-eva, .section-product-eva_dye {
        height: 345px;
        font-size: 1.0em;
        background-size: 150%;
    }

    .block-brash-image p {
        padding: 25px;
    }
}

/**********block-palette***********/
.block-palette {
    background-color: #021457;
    padding: 10px 20px 0 20px;
    transform: skew(-30deg);
    width: 95%;
    height: 45px;
    margin: 0 auto;
}

.block-palette-img img {
    width: 70px;
    margin: 0 auto;
}

.block-palette-img {
    color: #021457;
}

.block-palette p {
    transform: skew(30deg);
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.text-palette {
    font-size: 0.9em;
    color: #021457;
    line-height: 1.1em;
}

.table-palette-block img {
    width: 40%;
    display: block;
    margin: 0 auto
}

.container_pallet {
    max-width: 1440px;
    width: 100%;

    /* color: #021457;*/
    margin: 0 auto;
}


.attention {
    font-weight: 600;
    color: #021457;
    text-align: center;
    margin-top: 58px;
    /*    padding-top: 53px;*/
}

.attention p {
    width: 95%;
}


/*________recommend____________*/

#recommend {
    background: url(../img/Rectangle4.svg) no-repeat 91% 27%;
    background-size: 101%;
    /* background-color: #021457; */
    color: #fff !important;
    text-align: justify;
    padding-top: 54px;
    margin-top: -86px;
}

#recommend h3 {
    text-align: center;
    margin-top: 217px;

}

.table {
    color: #fff;
    margin-top: 20px;
}

.table td, .table th {
    padding: 0.1em;
    text-align: center;
}

.brash_recomend img {
    width: 619px;
    margin: 0 auto;
    /* text-align: center; */
    display: block;
    margin-top: 50px;
}

@media screen and (max-width: 1440px) {
    #recommend {
        background-size: 152%;
    }

    .brash_recomend img {
        margin-top: 116px;
    }
}

@media screen and (max-width: 1200px) {
    #recommend {
        background-size: 250%;
        background: url(../img/Rectangle4.svg) no-repeat 4% 27%;
    }

    #recommend h3 {
        margin-top: 150px;
    }

    .brash_recomend img {
        width: 493px;
        margin-top: 283px;
    }
}

@media screen and (max-width: 890px) {
    #recommend {
        background-color: #021457;
        margin-top: 20px;
    }

    .brash_recomend img {
        width: 383px;
        margin-top: 120px;
    }

    #recommend h3 {
        margin-top: 50px;
    }

}

@media screen and (max-width: 768px) {
    .brash_recomend img {
        width: 100%;
        margin-top: 0px;
    }

    .block-italy-content p {
        margin-bottom: 50px;
    }

}

@media screen and (max-width: 580px) {
    .block-palette-img {
        width: 30%;
    }

    .table td, .table th {
        padding: 0.1em !important;
    }

    .table {

        font-size: 0.8em;
    }

    .block-palette-img p {
        margin-top: 10px;
    }

    .container_pallet {
        width: 95%;
    }

    #recommend h3 {
        margin-top: 20px;
    }

    .block-italy-content {
        width: 95%;
        margin: 0 auto;
    }

}


/*___end_____recommend____________

/*****FOOTER******/
.footer_inner {
    width: 100%;
    /* margin-top: 50px;*/
    display: block;
    background: #021457;

}

.footer-title p {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}

.text-footer-title {
    padding-top: 0.8em;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    /*    text-transform: uppercase;*/
    text-align: left;
}

.footer-links {
    display: block;
    color: gray;
    font-size: 17px;
    margin-left: -39px;
}

.footer-links li {
    list-style: none;
}

.footer-links li > a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
}

.footer-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 31px;
}

.bottom-footer {
    display: block;
    background: linear-gradient(to top, #e6e6e6, #fff);
}

.social-icons li {
    list-style-type: none;
    float: left;
    padding-top: 5px;
}

.footer-copyright {
    margin: 0 auto;
}

.copyright-text {
    float: none;
    color: #ffffff;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    font-size: 1em;
    margin-bottom: 30px;
    font-weight: 300;
}

.phone {
    font-size: 1.9em !important;
    color: #fff;
    text-align: left;
    font-weight: 600;
}

.working-hours {
    text-align: left;
    font-weight: 300;
    color: #fff;
}

.social-links {
    text-align: left;
    font-weight: 300;
    color: #fff;
}

.social-icons {
    margin-left: -50px;
}

.link-footer-company {
    color: #ffffff;
}

.link-footer-company:hover {
    color: #f7f7f7;
}


@media screen and ( max-width: 1023px) {
    .section-italy-product {
        background: linear-gradient(0deg, #021457, #021457), #C4C4C4;
    }

    .block-italy-content {
        padding-top: 0;
    }

    .block-product-italy img {
        width: 90%;
    }

    .block-product-hair img {
        width: 90%;
    }

    .block-hair-content {
        padding-top: 0;
    }

    .section-amazing-hair {
        background-color: #021457;
    }

    .section-product-eva {
        display: none;
    }

    .section-italy-prod2 {
        background-color: #021457;
    }

    .block-banner-product {
        top: 12%;
    }

    .table-palette-block img {
        width: 50%;
    }

    /*    .section-care-one{
            background-color: #021457;
        }
    */
    .section-care-two {
        background-color: #021457;
    }

    .section-care-three {
        background-color: #021457;
    }

    .block-product-italy img {

        margin-top: 63px;
        margin-left: 15px;
        width: 100%;
    }

    .block-product-info {
        width: 100%;
    }

    .block-product-info .head-p {
        font-size: 16px;
    }

    .block-product-info p {
        font-size: 14px;
    }

    h2 {
        font-size: 24px;
    }

    .pt-5, .py-5 {
        padding-top: 0rem !important;
    }


}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .block-banner-product {
        display: block;
    }

    .block-banner-product img {
        width: 350px;
    }



}

@media (min-width: 768px) {
    .pr-md-4, .px-md-4 {
        padding-right: 18.5rem !important;
    }


}

@media screen and (max-width: 767px) {
    #block1, #block2, #block3, #block4 {
        float: none;
    }

.block-product-hair img {
    width: 300px;
}
    .block-banner-product {
        display: none;
    }

    .header {
        position: relative;
        background-color: #021457;
    }

    .table-palette-block img {
        width: 100%;
    }

    body {
        background-image: none;
    }

    .content-text {
        padding-top: 0;
    }

    .block-product-italy img {

        margin-top: 63px;
        margin-left: 15px;
        width: 100%;
    }

    .block-product-info {
        width: 100%;
    }

    .block-product-info .head-p {
        font-size: 16px;
    }

    .block-product-info p {
        font-size: 14px;
    }

    h2 {
        font-size: 24px;
    }

    .pt-5, .py-5 {
        padding-top: 0rem !important;
    }


}
