*, *: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 */
.glassWithoutFrame__hero {
    background-image: url(images/glassHard_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.glassWithoutFrame__hero-desc {
    max-width: 464px;
}
.glassWithoutFrame__hero-wrap  {
    position: relative;
    height: 481px;
    color: #fff;
    padding-top: 90px;
    padding-left: 127px;
}
.glassWithoutFrame__hero-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    width: 15px;
    height: 35px;
    background-image: url(images/glassWithoutFrameArrowPrev.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer;
}
.glassWithoutFrame__hero-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    width: 15px;
    height: 35px;
    background-image: url(images/glassWithoutFrameArrowNext.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer;
}
.glassWithoutFrame__hero-title {
    font-weight: 200;
    font-size: 48px;
    line-height: 56px;
}
.glassWithoutFrame__hero-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    width: 420px;
    margin-top: 23px;
    margin-bottom: 30px;
}
.glassWithoutFrame__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;
}
.glassWithoutFrame__hero-requestBtn {
    text-decoration: none;
    width: 147px;
    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;
}

.glassWithoutFrame-reason {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px;
    padding-top: 33px;
    padding-bottom: 30px;
}
.glassWithoutFrame-reason__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
}
.glassWithoutFrame-reason__text {
    max-width: 912px;
    margin-bottom: 33px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}
.glassWithoutFrame-reason__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.glassWithoutFrame-reason__item {
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    margin: 10px;
    position: relative;
    
}

.glassWithoutFrame-reason__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%px;
    padding-bottom: 0;
    width: 100%;
    position: absolute;
    top: 0;
    padding-top: 198px;
}
.glassWithoutFrame-reason__subTitle {
    position: absolute;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}
.glassWithoutFrame-reason__img {
    display: block;
    width: 100%;
}
.glassWithoutFrame-reason__subTitle span {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
}


/* processing */

.properties-glass {
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.properties-glass__title {
    max-width: 680px;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 13px;
}
.properties-glass__text {
    max-width: 860px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 33px;
}

.properties-glass__list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.properties-glass__item {
    width: 540px;
    height: 316px;
    margin: 10px;
    background-color: #F2F2F2;
}
.properties-glass__link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    text-decoration: none;
    color: #000;
}
.properties-glass__desc {
    width: 310px;
}

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


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





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

.cost-glass__list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.cost-glass__item {
    width: 130px;
    height: 270px;
    margin: 10px;
}
.cost-glass__link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.cost-glass__img {
    display: block;
    object-fit: cover;
}
.cost-glass__subTitle {
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000; 
    text-align: center;
}

.cost-glass__title a{
    color: #2B4F91;
}




.glassWithoutFrame-ourAdvantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 41px 45px;
}
.glassWithoutFrame-ourAdvantages__features {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.glassWithoutFrame-ourAdvantages__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}
.glassWithoutFrame-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;
}
.glassWithoutFrame-ourAdvantages__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.glassWithoutFrame-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;
}
.glassWithoutFrame-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: .5s;
}
.glassWithoutFrame-ourAdvantages__subTitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.glassWithoutFrame-ourAdvantages__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.glassWithoutFrame-ourAdvantages__item:hover .glassWithoutFrame-ourAdvantages__count {
    left: 48px;
}
@media (max-width: 768px) {
.properties-glass__link {
    display: grid;
    }
.properties-glass {
    padding: 40px 0;
    }   
.glassWithoutFrame-reason {
    padding: 10px;
    }    
.properties-glass__item {
    height: 400px;
    }    
.glassWithoutFrame__hero-requestBtn {;
    display: none;
    }    
}
