*, *: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 */
.matteDoors__hero {
    background-image: url(images/matteDoors__bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.matteDoors__hero-desc {
    /* max-width: 656px; */
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.matteDoors__hero-wrap  {
    position: relative;
    min-height: 481px;
    color: #fff;
    padding-top: 90px;
    padding-left: 127px;
}
.matteDoors__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;
}
.matteDoors__hero-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    max-width: 665px;
    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;
}
.matteDoors__hero-callBtn {
    text-decoration: none;
    width: 185px;
    height: 42px;
    background-color: #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;
}
.matteDoors__hero-requestBtn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 42px;
    background-color: 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;
}
/*  */
/* matteDoors-advice */
.matteDoors-advice {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #000000;
}
.matteDoors-advice__text-block {
    flex-grow: 1;
}
.matteDoors-advice__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
}
/*  */
/* matteDoors-types */
.matteDoors-types {
    padding-left: 45px;
    padding-right: 45px;
    color: #000000;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.matteDoors-types__title {
    font-weight: 300;
    font-size: 36px;
    line-height: 150%;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}
.matteDoors-types__text-block {
    max-width: 742px;

}
.matteDoors-types__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
}
.matteDoors-types__list {
    display: flex;
    flex-wrap: wrap;
}

.matteDoors-types__item {
    position: relative;
    padding-left: 54px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
    width: 50%;
    min-width: 280px;
    flex-grow: 1;
}
.matteDoors-types__item:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url(images/arrow-list.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.matteDoors-types__img {

}
/*  */
/* matteDoors-making */
.matteDoors-making {
    padding-left: 45px;
    padding-right: 45px;
    color: #000000;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.matteDoors-making__title {
    font-weight: 300;
    font-size: 36px;
    line-height: 150%;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}
.matteDoors-making__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
    margin-bottom: 45px;
}
.matteDoors-making__footnote {
    /* flex-grow: 1; */
    background-color: rgba(235, 87, 87, 0.2);
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 45px;
    padding-right: 50px;
}
.matteDoors-making__footnote-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 25px;
}
.matteDoors-making__footnote-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
}
.matteDoors-making__footnote-list {
    padding-left: 20px;
}

.matteDoors-making__footnote-item {
    position: relative;
    padding-left: 54px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}
.matteDoors-making__footnote-item:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url(images/arrow-list.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
/*  */

/* matteDoors-process */
.matteDoors-process {
    padding-left: 45px;
    padding-right: 45px;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.matteDoors-process__title {
    font-weight: 300;
    font-size: 36px;
    line-height: 150%;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}
.matteDoors-process__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}
.matteDoors-process__subTitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.matteDoors-process__list {
padding-left: 20px;
}
.matteDoors-process__item {
    position: relative;
    padding-left: 54px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}
.matteDoors-process__item:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url(images/arrow-list.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}



/*  */


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




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

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

    .matteDoors__hero-wrap {
        padding-left: 15px;
    }
    .matteDoors__hero-title {
        font-size: 28px;
    }
    .matteDoors-advice {
        padding-left: 15px;
        padding-right: 15px;
    }
    .matteDoors-types {
        padding-left: 15px;
        padding-right: 15px;
    }
    .matteDoors-making {
        padding-left: 15px;
        padding-right: 15px;
    }
    .matteDoors-process {
        padding-left: 15px;
        padding-right: 15px;
    }
}