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

.colorGlass__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 27px;
    margin-bottom: 44px;
}
.colorGlass__desc-text {
    max-width: 920px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

/*  */

.colorGlass-howChoose {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f2f2;
    padding-top: 44px;
}
.colorGlass-howChoose__title {
    max-width: 360px;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 27px;
}
.colorGlass-howChoose__text {
    max-width: 600px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 63px;
}
.colorGlass-howChoose__list {
    display: flex;
    justify-content: space-between;
    padding-top: 44px;
    padding-left: 111px;
    padding-right: 111px;
    flex-wrap: wrap;
    position: relative;
}
.colorGlass-howChoose__list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #BDBDBD;
}
.colorGlass-howChoose__img-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.colorGlass-howChoose__img {
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 1s ease-in-out;
    transform-origin: center;
    will-change: transform;
}
.colorGlass-howChoose__item:hover .colorGlass-howChoose__img {
    transform: scale(1.1);
}
/* colorGlass-howMuch */
.colorGlass-howMuch {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;

}
.colorGlass-howMuch__title {
    max-width: 400px;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
}
.colorGlass-howMuch__text {
    max-width: 414px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}
.colorGlass-howMuch__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 45px;
    padding-right: 45px;
}
.colorGlass-howMuch__item {
    margin-bottom: 30px;
}
.colorGlass-howMuch__subTitle {
    margin-left: 45px;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.colorGlass-howMuch__thickness {
    margin-left: 45px;
font-weight: 300;
font-size: 16px;
line-height: 150%;
color: #000000;
}
.colorGlass-howMuch__price {
    margin-left: 45px;
    font-weight: 300;
font-size: 16px;
line-height: 150%;
color: #000000;
}



/*  */

/* colorGlass-howOrder */

.colorGlass-howOrder {
    display: flex;
    flex-direction: column;
    align-items: center;
/*    margin-bottom: 25px; */
}
.colorGlass-howOrder__title {
    max-width: 387px;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.colorGlass-howOrder__text {
    max-width: 912px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
/*  */
.colorGlass-howChoose__item {
	width: 400px;
	display: flex;
	flex-direction: column;
	min-height: 450px;
	margin-bottom: 40px;
	/* align-items: baseline; */
	/* justify-content: center; */
	flex-grow: 1;
	margin-right: 40px;
	margin-left: 40px;
}


.colorGlass-howChoose__item:last-child {

 justify-content: center;
}
.colorGlass-howChoose__subTitle {
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 23px;
}
.colorGlass-howChoose__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
/* scope */
.colorGlass-scope {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.colorGlass-scope__title {
    max-width: 450px;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 80px;
}
.colorGlass-scope__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.colorGlass-scope__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 26%;
    margin-bottom: 60px;
    min-width: 250px;
}
.colorGlass-scope__img {
    margin-bottom: 15px;
    transition: 0.5s;
}
.colorGlass-scope__item:hover .colorGlass-scope__img {
    transform: scale(1.4);
}
.colorGlass-scope__subTitle {
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}





/* advantages */
.colorGlass-ourAdvantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 41px 45px;
}
.colorGlass-ourAdvantages__features {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.colorGlass-ourAdvantages__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}
.colorGlass-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;
}
.colorGlass-ourAdvantages__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.colorGlass-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;
}
.colorGlass-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;
}
.colorGlass-ourAdvantages__subTitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.colorGlass-ourAdvantages__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.colorGlass-ourAdvantages__item:hover .colorGlass-ourAdvantages__count {
    left: 48px;
    color: #EB5757;
}
@media (max-width: 1200px) {
  
}
@media (max-width: 1024px) {
    .colorGlass__desc-text {
        margin-left: 15px;
        margin-right: 15px;
    }
    .colorGlass-howChoose__text {
        margin-left: 15px;
        margin-right: 15px;
    }
    .colorGlass-howOrder__text {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 768px) {
   .colorGlass-howChoose__list {
        padding-left: 15px;
        padding-right: 15px;
   }
   .colorGlass-howChoose__img {
        object-fit: contain;
        width: 100%;
   }
   .colorGlass-howMuch__list {
        padding-left: 15px;
        padding-right: 15px;
   }
   .colorGlass-howChoose__item {
       width: 100%;
   }
    .colorGlass__hero-wrap {
/*        padding-top: 25px; */
        padding-left: 25px;
        padding-bottom: 20px;
        height: 100%;
    }
    .colorGlass__hero-text {
        width: 100%;
    }
    
    .colorGlass-ourAdvantages {
        padding: 15px;
    }
    .colorGlass-ourAdvantages__item {
        width: 100%;
        height: auto;
    }
   
    .colorGlass-scope {
        padding-left: 15px;
        padding-right: 15px;
    }
    .colorGlass-scope__list {
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
        justify-content: space-around;
    }
    .colorGlass-scope__item {
        width: 150px;
        height: auto;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .colorGlass-scope__list::before {
        content: none;
    }
}
@media (max-width: 487px) {
    .colorGlass-scope__list {
        justify-content: center;
    }
}