*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
}
ul, li {
    list-style: none;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* hero */
.shelfMirror__hero {
    background-image: url(images/shelfMirror__bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.shelfMirror__hero-desc {
    max-width: 656px;
}
.shelfMirror__hero-wrap  {
    position: relative;
    min-height: 481px;
    color: #fff;
    padding-top: 90px;
    padding-left: 127px;
}
.shelfMirror__hero-title {
    font-weight: 200;
    font-size: 48px;
    line-height: 56px;
}
.shelfMirror__hero-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    max-width: 540px;
    margin-top: 23px;
    margin-bottom: 30px;
}
.shelfMirror__hero-callBtn {
    text-decoration: none;
    width: 185px;
    height: 42px;
    background: #EB5757;
    border-radius: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-right: 9px;
    margin-bottom: 15px;
}
.shelfMirror__hero-requestBtn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 15px;
}
/*  */
/* bathroomShelf-desc */
.bathroomShelf-desc {
    padding-top: 35px;
    padding-left: 45px;
    padding-right: 45px;
}
.bathroomShelf-desc__title {
    font-weight: 300;
    font-size: 36px;
    line-height: 150%;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
}
.bathroomShelf-desc__text {
    max-width: 1107px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
/*  */


/* wallShelf-desc */
.wallShelf-desc {
    padding-top: 35px;
    padding-left: 45px;
    padding-right: 45px;
}
.wallShelf-desc__title {
    font-weight: 300;
    font-size: 36px;
    line-height: 150%;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
}
.wallShelf-desc__text {
    max-width: 1107px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}
.wallShelf-desc__list {
    padding-left: 25px;
}
.wallShelf-desc__item {
    margin-bottom: 15px;
    padding-left: 52px;
    position: relative;
}
.wallShelf-desc__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(images/arrow-list.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 26px;
    height: 26px;
}
/*  */
/* shelfMirror__additional-desc */
.shelfMirror__additional-desc {
    padding-top: 35px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 25px;
}
.shelfMirror__additional-desc p {
    max-width: 1107px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}

/*  */
/* advantages */
.shelfMirror-ourAdvantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 41px 45px;
}
.shelfMirror-ourAdvantages__features {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.shelfMirror-ourAdvantages__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}
.shelfMirror-ourAdvantages__text {
    max-width: 574px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    overflow: hidden;
    max-height: 1200px;
    transition: .3s;
    margin-bottom: 33px;
}
.shelfMirror-ourAdvantages__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.shelfMirror-ourAdvantages__item {
    width: 350px;
    height: 170px;
    background-color: #F2F2F2;
    
    padding-top: 51px;
    padding-bottom: 21px;
    padding-left: 29px;
    padding-right: 31px;
    position: relative;
    flex-grow: 1;
    margin: 5px;
    margin-bottom: 83px;
}
.shelfMirror-ourAdvantages__count {
    position: absolute;
    left: 28px;
    top: -67px;
    font-style: normal;
    font-weight: 200;
    font-size: 96px;
    line-height: 150%;
    color: #2B4F91;
    width: 53px;
    height: 144px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: left .5s;
}
.shelfMirror-ourAdvantages__subTitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.shelfMirror-ourAdvantages__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.shelfMirror-ourAdvantages__item:hover .shelfMirror-ourAdvantages__count {
    left: 48px;
    color: #EB5757;
}




/* shelfMirror__success */
.shelfMirror-success {
    display: flex;
    min-height: 568px;
    justify-content: center; 
    flex-wrap: wrap;
}
.Mirror-success__title {
    width: 100%;
    margin-bottom: 32px;
    font-weight: 300;
    font-size: 36px;
    line-height: 150%;
    color: #000000;
}
.shelfMirror-success__main {
    background-color: #152643;
    color: #fff;
    position: relative;
    flex-grow: 1;
    overflow: hidden;
}
.main-positive {
    height: 360px;
    position: relative;
    padding-top: 43px;
    padding-right: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 41px;
    width: 100%;
}
.main-positive:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
.main-positive:after {
    content: "";
    position: absolute;
    width: 135px;
    height: 128px;
    background-image: url(images/like-icon+bg.svg);
    top: -22px;
    left: -28px;
}
.product-quality {
    margin-left: 30%;
    display: flex;
    justify-content: space-between;
}
.product-quality__img {
    height: 40px;
}
.main-positive__desc {

}
.main-positive__supTitle {
    width: 319px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
.main-positive__title {
    max-width: 245px;
    font-weight: 500;
    font-size: 28px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.main-positive__text {
    max-width: 423px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
.main-negative {

}
.main-negative__desc {
    padding-top: 28px;
    padding-left: 43px;
    padding-right: 121px;
    position: relative;
    padding-bottom: 30px;
}
.main-negative__desc:before {
    content: "";
    position: absolute;
    width: 135px;
    height: 128px;
    background-image: url(images/dislike-icon+bg.svg);
    top: -22px;
    right: -28px;
}
.main-negative__text {
    max-width: 391px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
.shelfMirror-success__img-container {
    position: relative;
}
.shelfMirror-success__img-wrap {

}
.shelfMirror-success__img {
    display: block;
    width: 100%;
}
.img-controls {
    position: absolute;
    background-color: #fff;
    width: 121px;
    height: 39px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-controls__img-prev {
    background-image: url(images/prev-img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 25px;
    height: 19px;
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
}
.img-controls__img-next{
    background-image: url(images/next-img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 25px;
    height: 19px;
    display: inline-block;
    cursor: pointer;
    margin-left: 15px;
}
.img-controls__img-current {

}
.img-controls__img-all {

}
@media (max-width: 478px) {
    .main-negative__desc {
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-positive {
        padding-top: 90px;
        padding-right: 10px;
        padding-left: 20px;
    }
    .product-quality {
        margin-left: 10%;
    }
}
/*  */

@media (max-width: 1200px) {
    
}
@media (max-width: 1024px) {
   
    
}
@media (max-width: 768px) {
    .shelfMirror__hero-wrap {
        padding-top: 25px;
        padding-left: 25px;
        padding-bottom: 20px;
        height: 100%;
    }
    .shelfMirror__hero-text {
        width: 100%;
    }
    .shelfMirror-ourAdvantages {
        padding: 15px;
    }
    .shelfMirror-ourAdvantages__item {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 576px) {
   
}
@media (max-width: 480px) {

    .shelfMirror__hero-wrap {
        padding-left: 15px;
    }
    .shelfMirror__hero-title {
        font-size: 28px;
    }
}