*, *: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: 500px;
    margin-top: 23px;
    margin-bottom: 30px;
}
.glassheatResistant__hero-callBtn {
    text-decoration: none;
    /*width: 164px;*/
    width: 185px;
    height: 42px;
    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;
    border: 1px solid #EB5757;
    margin-bottom: 10px;
}
.glassheatResistant__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: 10px;
}


/* ordinaryGlass-scope */

.ordinaryGlass-scope {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px;
    position: relative;
}

/* .ordinaryGlass-scope:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    bottom: 0;
    left: 0;
} */

.ordinaryGlass-scope__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}
.ordinaryGlass-scope__supText {
    max-width: 912px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 35px;
}
.ordinaryGlass-scope__text {
    max-width: 912px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    overflow: hidden;
    margin-bottom: 30px;
}
.ordinaryGlass-scope__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ordinaryGlass-scope__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F2F2F2;
    width: 537px;
    margin-bottom: 20px;
    min-height: 214px;
    padding-top: 26px;
    padding-right: 24px;
    padding-left: 41px;
    padding-bottom: 10px;
    flex-grow: 1;
    margin: 5px;
    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);
    margin-bottom: 20px;
}
.ordinaryGlass-scope__item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.ordinaryGlass-scope__desc {
    width: 385px;
}
.ordinaryGlass-scope__subTitle {
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
}
.ordinaryGlass-scope__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 19px;
}
.ordinaryGlass-scope__linkMore {
    text-decoration: none;
    position: relative;
    font-weight: 200;
    font-size: 16px;
    line-height: 19px;
    color: #2B4F91;
    display: inline-block;
    transition: .1s;
}
.ordinaryGlass-scope__linkMore:after { 
    content: "";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-repeat: repeat-x;
    background-size: contain;
    background-image: url(images/Line-underline.svg);
    bottom: 11px;
    left: 0;
}
.ordinaryGlass-scope__img { 
    transition: .5s;
}

.ordinaryGlass-scope__item:hover .ordinaryGlass-scope__img {
    transform: scale(1.5);
}
.ordinaryGlass-scope__item:hover .ordinaryGlass-scope__linkMore {
    color: #EB5757;
}
.ordinaryGlass-scope__item:hover .ordinaryGlass-scope__linkMore:after {
    background-image: url(images/Line-underline-red.svg);
}


/* howMuch */
.ordinaryGlass-howMuch {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 45px;
    padding-right: 45px;
}
.ordinaryGlass-howMuch__title {
    max-width: 450px;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
}

.ordinaryGlass-howMuch__text {
    max-width: 414px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}
.ordinaryGlass-howMuch__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F2F2F2;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    height: 186px;
    position: relative;
}
.ordinaryGlass-howMuch__list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ordinaryGlass-howMuch__item {
    /* width: 41px; */
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.ordinaryGlass-howMuch__thick {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    /* line-height: 150%; */
    text-align: center;
    color: #000000;
}
.ordinaryGlass-howMuch__thick span {
    font-weight: 500;
    font-size: 36px;
}
.ordinaryGlass-howMuch__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    /* line-height: 100%; */
    text-align: center;
    color: #000000;
}
.ordinaryGlass-howMuch__price span:first-child {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #EB5757;
}



.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: 640px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 33px;
}
.cost-glass__wrap {
    display: flex;
    /* flex-wrap: nowrap; */
    align-items: center;
    flex-wrap: wrap;

width: 100%;

justify-content: space-evenly;
}
.cost-glass__desc {
    width: 390px;
}
.cost-glass__desc-text {
    /* max-width: 70%; */
}
.cost-glass__desc-text:first-child {
    margin-bottom: 20px;
}
.cost-glass__list {
    display: flex;
    /* width: 50%; */
    flex-wrap: wrap;
    /* justify-content: center; */
    min-width: 300px;
}
.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;
}

/* ordinaryGlass-look */

.ordinaryGlass-look {
    padding: 45px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ordinaryGlass-look__title {
    max-width: 531px;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 38px;
}
.ordinaryGlass-look__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.ordinaryGlass-look__listTour {
    display: flex;
    flex-direction: column;

}
.listTour__item {
     width: 350px;
     height: 157px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: 50% 50%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.listTour__item:nth-child(1) {
    background-image: url(images/manufacture-tour.jpg);
}
.listTour__item:nth-child(2) {
    background-image: url(images/office-tour.jpg);
}
.listTour__title {
    position: absolute;
    transition: left .5s ease-in-out;
    width: 198px;
    height: 61px;
    top: 50%;
    transform: translateY(-50%);
    left: -130px;
}
.listTour__title a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #2B4F91;
    display: flex;
    align-items: center;
    padding-right: 67;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    padding-left: 11px;
}
.listTour__item:last-child .listTour__title {
    left: -179px;
}
.listTour__item:last-child .listTour__title {
    width: 245px;
}
.listTour__item:hover  .listTour__title {
    left: 0;
}
.listTour__item:last-child:hover  .listTour__title {
    left: 0;
}
.listTour__title:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 41px;
    height: 41px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(images/3dTour-icon.svg);
    pointer-events: none;
}
.listTour__title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 67px;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
    pointer-events: none;
}
.ordinaryGlass-look__listGallery {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    max-height: 325px;
    width: 730px;
    overflow: hidden;
}
.listGallery__item {
    width: 160px;
    height: 148px;
    transition: 0.5s;
    
    overflow: hidden;

}
.listGallery__item:nth-child(1) {
    width: 350px;
    height: 325px;
}
.listGallery__img-wrap {
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    justify-content: center;
    position: relative;
/*   width: 100%;
    height: 100%;*/
    max-width: 160px;
    max-height: 148px;
}

.listGallery__item:nth-child(1) .listGallery__img-wrap {
    max-width: 350px;
    max-height: 325px;
}
.listGallery__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 1s ease-in-out;
    transform-origin: center;
    will-change: transform;
}

.listGallery__item:hover  .listGallery__img{
    /* width: 110%;
    height: 110%; */
    transform: scale(1.1);
}
/*.listGallery__linkMore {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #2B4F91;
    text-decoration: none;
    position: relative;
}
.listGallery__linkMore:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-repeat: repeat-x;
    background-size: contain;
    background-image: url(images/Line-underline.svg);
    bottom: 15px;
    left: 0;
}*/
/* .listGallery__item:hover {
    transform: scale(1.05);
} */

/* ordinaryGlass-process */

.ordinaryGlass-process {
    background-color: #F2F2F2;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
/*     align-items: baseline; */
    align-items: anchor-center;
    padding-bottom: 26px;
}
.ordinaryGlass-process__title {
    padding: 0 40px;
    /* font-weight: normal; */
    /* font-size: 24px; */
    /* line-height: 28px; */
    /* text-align: center; */
    /* text-transform: uppercase; */
    /* color: #000000; */
    /* margin-bottom: 38px;*/
}
.ordinaryGlass-process__text {
	max-width: 574px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    /* text-align: center; */
    color: #000000;
    /* margin-bottom: 51px; */
    overflow: hidden;
    position: relative;
    transition: .3s;
    max-height: 1200px;
    padding: 20px 40px;
}

.ordinaryGlass-process__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 20px;
    position: relative;
    width: 100%;
/*    height: 160px; */
    overflow: hidden;
    transition: .5s;
    max-height: 1500px;
}
.processHeight {
    max-height: 160px;
}
.ordinaryGlass-process__list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    top: 0;
    left: 0;
}
.ordinaryGlass-process__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 580px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 27px;
}
.ordinaryGlass-process__subtitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 300;
    line-height: 150%;
    width: 350px;
}
.ordinaryGlass-process__subtitle span {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}
.ordinaryGlass-process__img {
    margin-right: 30px;
}
.ordinaryGlass-process__price {
    margin-left: auto;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

.ordinaryGlass-process__price span:first-child {
    font-weight: normal;
    font-size: 10px;
    line-height: 11px;
    color: #333333;
}

.ordinaryGlass-process__price span:last-child {
    color: #333333;
    font-weight: normal;
    font-size: 11px;
    /* line-height: 11px; */
}

.ordinaryGlass-process__linkMore {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    /* border: 1px solid #333; */
    text-align: center;
    color: #ffffff;
    width: 200px;
    margin: 10px 50px;
    background: #2b4f91;
    text-transform: uppercase;
    padding: 10px 40px;
    text-decoration: none;
    position: relative;
    transition: .3s;
}
.ordinaryGlass-process__linkMore:hover { background:##2b4f91c2;}

.ordinaryGlass-process__linkMore:after {
   	content: "";
    position: relative;
    display: inline-block;
/*    width: 100%; */
    height: 1px;
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 15px;
    left: 0;
}
/* advantages */
.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 {
    max-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: 1200px) {
    .ordinaryGlass-look__listTour {
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .ordinaryGlass-look__listGallery {
        width: 100%;
        flex-direction: row;
        max-height: unset;
        justify-content: space-around;
    }
    .listGallery__item:nth-child(1) {
        max-width: 160px;
        max-height: 148px;
    }
    .listGallery__item {
        margin: 10px;
    }
    .ordinaryGlass-scope__item {
        margin: 0;
        margin-bottom: 10px;
        justify-content: space-around;
    }
}
@media (max-width: 768px) {
    .ordinaryGlass-scope {
        padding: 15px;
    }
    .glassheatResistant__hero-wrap {
        padding-top: 25px;
        padding-left: 25px;
        padding-bottom: 20px;
        height: 100%;
    }
    .glassheatResistant__hero-text {
        width: 100%;
    }
    .ordinaryGlass-scope__list {
        width: 100%;
    }
    .ordinaryGlass-scope__item {
        width: 100%;
        flex-wrap: wrap;
        padding-left: 20px;
    }
    .ordinaryGlass-scope__desc {
        margin-top: 20px;
    }
    .glassheatResistant-ourAdvantages {
        padding: 15px;
    }
    .glassheatResistant-ourAdvantages__item {
        width: 100%;
        height: auto;
    }
    .ordinaryGlass-process__list {
        padding: 15px;
    }
    .ordinaryGlass-process__item {
        width: 100%;
        flex-wrap: wrap;
    }
    .ordinaryGlass-process__price {
        margin-left: 0;
    }
    .ordinaryGlass-process__subtitle {
        width: 60%;
    }
    .ordinaryGlass-howMuch {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ordinaryGlass-howMuch__list {
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
        
    }
    .ordinaryGlass-howMuch__item {
        width: 150px;
        height: auto;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .ordinaryGlass-howMuch__list::before {
        content: none;
    }
}
@media (max-width: 487px) {
    .ordinaryGlass-howMuch__list {
        justify-content: center;
    }
    .ordinaryGlass-look {
        padding: 15px;
    }
    .cost-glass {
        padding: 15px;
    }
    .listGallery__item {
        width: 110px;
        height: auto;
    }
    .listGallery__item:nth-child(1) {
        width: 110px;
        height: auto;
    }
}