*, *: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 */
.glassheatResistant__hero {
    background-image: url(images/glassResistant_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.glassheatResistant__hero-desc {
    max-width: 464px;
}
.glassheatResistant__hero-wrap  {
    position: relative;
    height: 481px;
    color: #fff;
    padding-top: 90px;
    padding-left: 127px;
}
.glassheatResistant__hero-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    width: 15px;
    height: 35px;
    background-image: url(images/glassheatResistantArrowPrev.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer;
}
.glassheatResistant__hero-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    width: 15px;
    height: 35px;
    background-image: url(images/glassheatResistantArrowNext.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer;
}
.glassheatResistant__hero-title {
    font-weight: 200;
    font-size: 48px;
    line-height: 56px;
}
.glassheatResistant__hero-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    width: 420px;
    margin-top: 23px;
    margin-bottom: 30px;
}
.glassheatResistant__hero-callBtn {
    text-decoration: none;
    width: 164px;
    height: 41px;
    background: #EB5757;
    border-radius: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-right: 9px;
    margin-bottom: 10px;
}
.glassheatResistant__hero-requestBtn {
    text-decoration: none;
    width: 164px;
    height: 41px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}


.glassheatResistant-reason {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    padding-top: 33px;
    padding-bottom: 30px;
}
.glassheatResistant-reason__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
}
.glassheatResistant-reason__text {
    max-width: 912px;
    margin-bottom: 33px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}
.glassheatResistant-reason__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}


.glassheatResistant-reason__item {
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    margin: 10px;
    position: relative;
    /* overflow: hidden; */
    max-height: 316px;
    margin-bottom: 25px;
}
.glassheatResistant-reason__img-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.glassheatResistant-reason__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
}
.glassheatResistant-reason__item:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    right: 180px;
    bottom: 162px;
    border: 5px solid #EB5757;
    z-index: -1;
    transition: .5s ease-in-out;
    
}
.glassheatResistant-reason__item:hover:before {
    right: -12px;
    bottom: -12px;
    /* background-color: #EB5757; */
}
.glassheatResistant-reason__item:hover .glassheatResistant-reason__img {
/*    width: 110%;
    height: 110%;*/
transform: scale(1.5);
}
.glassheatResistant-reason__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 0;
    width: 100%;
    position: absolute;
    top: 0;
    justify-content: center;
    /* padding-top: 198px; */
}
.glassheatResistant-reason__subTitle {
    position: absolute;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    max-width: 269px;
    padding: 10px;
}

.glassheatResistant-reason__subTitle span {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
}


.glassheatResistant-whereUsed__supText {
    max-width: 912px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 35px;
}
.glassheatResistant-whereUsed {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px;
    padding-top: 33px;
    padding-bottom: 30px;
}
.glassheatResistant-whereUsed__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
}
.glassheatResistant-whereUsed__text {
    max-width: 912px;
    margin-bottom: 33px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

/* processing */



.whereUsed-glass__list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.whereUsed-glass__item {
    width: 540px;
    min-height: 242px;
    margin: 10px;
    background-color: #F2F2F2;
    flex-grow: 1;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.whereUsed-glass__item:hover { 
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.whereUsed-glass__link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    position: relative;
    text-decoration: none;
    color: #000;
}
.whereUsed-glass__desc {
    width: 310px;
}

.whereUsed-glass__img {
    display: block;
    /* object-fit: cover; */
}
.whereUsed-glass__subTitle {
font-weight: normal;
font-size: 18px;
line-height: 150%;
text-transform: uppercase;


}
.whereUsed-glass__subText {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    margin-top: 20px;
}
/* triplex glass */





.heatCost-glass {
    padding: 40px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.heatCost-glass__title {
    max-width: 813px;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 13px;
}
.heatCost-glass__text {
    max-width: 414px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 33px;
}

.heatCost-glass__list {
    width: 540px;
    min-height: 91px;
    background-color: #F2F2F2;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.heatCost-glass__item {
    width: 177px;
}
.heatCost-glass__link {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}
.heatCost-glass__subText {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}
.heatCost-glass__subText span {
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #EB5757;
}
.heatCost-glass__subText span:first-child {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}
.heatCost-glass__subText span:nth-child(2) {
    display: inline-block;
    margin-left: 20px;
}



.glassheatResistant-ourAdvantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 41px 45px;
}
.glassheatResistant-ourAdvantages__features {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.glassheatResistant-ourAdvantages__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}
.glassheatResistant-ourAdvantages__text {
    width: 574px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    /* margin-bottom: 98px; */
    overflow: hidden;
    max-height: 1200px;
    transition: .3s;
    margin-bottom: 33px;
}
.glassheatResistant-ourAdvantages__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.glassheatResistant-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;
}
.glassheatResistant-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;
}
.glassheatResistant-ourAdvantages__subTitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.glassheatResistant-ourAdvantages__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.glassheatResistant-ourAdvantages__item:hover .glassheatResistant-ourAdvantages__count {
    left: 48px;
    color: #EB5757;
}

@media (max-width: 768px) {
    .whereUsed-glass__item {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 487px) {
    .heatCost-glass__list {
        flex-wrap: wrap;
        width: 100%;
    }
    .whereUsed-glass__item {
        padding-top: 20px;
    }
    .whereUsed-glass__desc {
        width: 100%;
        padding: 15px;
    }
    .glassheatResistant-whereUsed {
        padding-left: 15px;
        padding-right: 15px;
    }
}
