*, *: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 */
.furnitureGlass__hero {
    background-image: url(images/furnitureGlass_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.furnitureGlass__hero-desc {
    max-width: 656px;
}
.furnitureGlass__hero-wrap  {
    position: relative;
    height: 481px;
    color: #fff;
    padding-top: 90px;
    padding-left: 127px;
}

.furnitureGlass__hero-title {
    font-weight: 200;
    font-size: 48px;
    line-height: 56px;
}
.furnitureGlass__hero-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    max-width: 867px;
    margin-top: 23px;
    margin-bottom: 30px;
}
.furnitureGlass__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;
}
.furnitureGlass__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;
}

/* furnitureGlass__desc */
.furnitureGlass__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
    margin-bottom: 70px;
}
.furnitureGlass__text {
    max-width: 1020px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    height: 44px;
    overflow: hidden;
    transition: 1s;
}
/*  */
/* furnitureGlass-features */
.furnitureGlass-features {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.furnitureGlass-features__title {
    max-width: 543px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 66px;
}
.furnitureGlass-features__list {
    display: flex;
    flex-direction: column;
}
.furnitureGlass-features__item {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.furnitureGlass-features__img-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    max-width: 285px;
}
.furnitureGlass-features__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 1s ease-in-out;
    transform-origin: center;
    will-change: transform;
}
.safetyGlass {
    /*width: 285px;*/
    height: 184px;
    margin-right: 65px;
}
.designIdea {
    /*width: 285px;*/
    height: 386px;
    margin-right: 65px;
}
.furnitureGlass-features__item:hover .furnitureGlass-features__img {
    transform: scale(1.1);
}
.furnitureGlass-features__desc {

}
.furnitureGlass-features__subTitle {
    max-width: 689px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 35px;
}
.furnitureGlass-features__subText {
    max-width: 689px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.furnitureGlass-features__item:last-child .furnitureGlass-features__subText { 
    margin-bottom: 20px;
}
/*  */
/* advantages */
.furnitureGlass-ourAdvantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 41px 45px;
}
.furnitureGlass-ourAdvantages__features {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.furnitureGlass-ourAdvantages__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}
.furnitureGlass-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;
}
.furnitureGlass-ourAdvantages__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.furnitureGlass-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;
}
.furnitureGlass-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;
}
.furnitureGlass-ourAdvantages__subTitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.furnitureGlass-ourAdvantages__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.furnitureGlass-ourAdvantages__item:hover .furnitureGlass-ourAdvantages__count {
    left: 48px;
    color: #EB5757;
}
@media (max-width: 1200px) {
  
}
@media (max-width: 1024px) {
    .furnitureGlass__desc-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 768px) {
    .furnitureGlass__hero-wrap {
        padding-top: 25px;
        padding-left: 25px;
        padding-bottom: 20px;
        height: 100%;
    }
    .furnitureGlass__hero-text {
        width: 100%;
    }
    
    .furnitureGlass-ourAdvantages {
        padding: 15px;
    }
    .furnitureGlass-ourAdvantages__item {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 480px) {
    .furnitureGlass__hero-wrap {
        padding-left: 15px;
    }
    .furnitureGlass__hero-title {
        font-size: 28px;
    }
    .furnitureGlass-features__img-wrap {
        margin-right: 0;
    }
    .furnitureGlass-features {
        padding-left: 15px;
        padding-right: 15px;
    }
    .safetyGlass,
    .designIdea {
        max-width: 285px;
    }
}


.compact-card {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.compact-card__list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.compact-card__item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}
.compact-card__img-wrap {
    max-width: 350px;
    max-height: 182px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.compact-card__img-wrap:before {
    content: "";
    position: absolute;
    width: 168px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-image: url(images/flag.svg);
    top: 20px;
    left: 0;
    z-index: 1;
}
.compact-card__img-wrap span {
    position: absolute;
    color: #fff;
    top: 26px;
    left: 19px;
    z-index: 1;
}
.compact-card__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 1s ease-in-out;
    transform-origin: center;
    will-change: transform;
}
.compact-card__item:hover .compact-card__img {
    transform: scale(1.1);
}
.compact-card__desc {
    background-color: #fff;
    padding-left: 19px;
    padding-right: 16px;
    padding-bottom: 13px;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    border: 1px solid #F2F2F2;
    border-top: none;
}
.compact-card__subTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}
.compact-card__rate {

}
.compact-card__info {

}
.compact-card__info-text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}
.compact-card__info-text span:first-child {
    font-weight: normal;
    font-size: 12px;
    line-height: 200%;
    text-align: justify;
    color: #828282;
}
.compact-card__info-text span:last-child {
    font-weight: normal;
    font-size: 12px;
    line-height: 200%;
    text-align: justify;
    color: #333333;
}
.compact-card__more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.compact-card__price {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin-right: 15px;
}
.compact-card__oldPrice {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #BDBDBD;
}
.compact-card__btn {
    width: 120px;
    height: 42px;
    background: #2B4F91;
    border-radius: 2px;
    font-weight: normal;
    font-size: 13px;
    line-height: 200%;
    text-align: justify;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.compact-card__allProduct-link {
    width: 215px;
    height: 42px;
    background: #2B4F91;
    border-radius: 2px;
    font-weight: normal;
    font-size: 13px;
    line-height: 200%;
    text-align: justify;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
@media (max-width:480px) {
    .compact-card {
        padding-left: 0;
        padding-right: 0;
    }
}