*, *: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 */
.colorMirror__hero {
    background-image: url(images/colorMirror__bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.colorMirror__hero-desc {
    max-width: 656px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.colorMirror__hero-wrap  {
    position: relative;
    min-height: 481px;
    color: #fff;
    padding-top: 90px;
    padding-left: 127px;
}
.colorMirror__hero-title {
    font-weight: 200;
    font-size: 48px;
    line-height: 56px;
    /* max-width: 441px; */
    background-color: #2B4F91;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 26px;
}
.colorMirror__hero-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    max-width: 540px;
    margin-top: 23px;
    margin-bottom: 30px;
    max-width: 618px;
    background-color: #FFFFFF;
    color: #000;
    padding-left: 36px;
    padding-right: 17px;
    padding-top: 22px;
    padding-bottom: 28px;
}
.colorMirror__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;
}
.colorMirror__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;
}
/*  */
.colorMirror__desc-text {
    max-width: 1093px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    margin-top: 55px;
    margin-bottom: 40px;
}

/* .colorMirror price */
.colorMirror__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
    margin-bottom: 45px;
}
.colorMirror__item {
    width: 350px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 18px;
}
.colorMirror__link {
    display: block;
}
.colorMirror__img {
    display: block;
    width: 100%;
}
.colorMirror__desc {
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 13px;
    width: 100%;
    background-color: #f2f2f2;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    padding-top: 35px;
    padding-bottom: 25px;
}
.colorMirror__title {
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
    max-width: 100%;
    margin-bottom: 18px;
}
.colorMirror__thick {
    max-width: 132px;
    font-weight: 300;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
    width: 100%;
    margin-top: auto;
}
.colorMirror__price {
    max-width: 100%;
    font-weight: 300;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
}


/*  */
/* colorMirror-features */
.colorMirror-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.colorMirror-features__title {
    width: 100%;
    margin-bottom: 35px;
    font-weight: 300;
    font-size: 36px;
    line-height: 150%;
    text-align: left;
    color: #000000;
}
.colorMirror-features__desc {
    max-width: 726px;
}
.colorMirror-features__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.colorMirror-features__img {

}

/*  */

/* colorMirror-safety */
.colorMirror-safety {
    display: flex;
    flex-wrap: wrap;
}
.colorMirror-safety__desc {
    flex-grow: 1;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding-left: 50px;
    padding-top: 55px;
    padding-bottom: 45px;
}
.colorMirror-safety__title {
    max-width: 341px;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.colorMirror-safety__text {
    max-width: 320px;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 38px;
}
.colorMirror-safety__btn {
    width: 120px;
    height: 42px;
    background-color: #2B4F91;
    border-radius: 2px;
    font-weight: normal;
    font-size: 13px;
    line-height: 200%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.colorMirror-safety__img {

}
/*  */


@media (max-width: 478px) {
    .colorMirror__features {
        margin-left: 10px;
        margin-right: 10px;
    }
    .colorMirror-functions {
        margin-left: 10px;
        margin-right: 10px;
    }
}
/* advantages */
.colorMirror-ourAdvantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 41px 45px;
}
.colorMirror-ourAdvantages__features {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.colorMirror-ourAdvantages__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}
.colorMirror-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;
}
.colorMirror-ourAdvantages__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.colorMirror-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;
}
.colorMirror-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;
}
.colorMirror-ourAdvantages__subTitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.colorMirror-ourAdvantages__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.colorMirror-ourAdvantages__item:hover .colorMirror-ourAdvantages__count {
    left: 48px;
    color: #EB5757;
}




/* colorMirror__success */
.colorMirror-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;
}
.colorMirror-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;
}
.colorMirror-success__img-container {
    position: relative;
}
.colorMirror-success__img-wrap {

}
.colorMirror-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) {
    .colorMirror__hero-wrap {
        padding-top: 25px;
        padding-left: 25px;
        padding-bottom: 20px;
        height: 100%;
    }
    .colorMirror__hero-text {
        width: 100%;
    }
    .colorMirror-ourAdvantages {
        padding: 15px;
    }
    .colorMirror-ourAdvantages__item {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 576px) {
   
}
@media (max-width: 480px) {

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