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


/* glassShopWindow-benefits */

.glassShopWindow-benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
}

.glassShopWindow-benefits__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 45px;
}
.glassShopWindow-benefits__supText {
    max-width: 912px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 55px;
}
.glassShopWindow-benefits__text {
    max-width: 912px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    overflow: hidden;
    margin-bottom: 30px;
}
.glassShopWindow-benefits__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.glassShopWindow-benefits__item {
    min-width: 340px;
    margin-bottom: 25px;
    padding-left: 38px;
    position: relative;
}
.glassShopWindow-benefits__item:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 26px;
    height: 26px;
    background-image: url(images/arrowGlassShop.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
.glassShopWindow-benefits__subTitle {
    /* width: 264px; */
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}



/* scope */
.glassShopWindow-scope {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 45px;
    padding-right: 45px;
}
.glassShopWindow-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;
}
.glassShopWindow-scope__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
/*.glassShopWindow-scope__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 180px;
    margin-bottom: 60px;
    margin-right: 200px;
}*/

.glassShopWindow-scope__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 26%;
	/* width: 180px; */
	margin-bottom: 60px;
	/* margin-right: 100px; */
	/* margin-left: 100px; */
	min-width: 250px;
}



/*.glassShopWindow-scope__item:nth-child(3n + 3) {
    margin-right: 0;
}*/
.glassShopWindow-scope__img {
    margin-bottom: 15px;
    transition: .5s;
}
.glassShopWindow-scope__item:hover .glassShopWindow-scope__img {
    transform: scale(1.3);
}
.glassShopWindow-scope__subTitle {
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

/* scope glassShop */


.glassShopWindow-types {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px;
    padding-left: 100px;
    padding-right: 100px;
}

.glassShopWindow-types__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 50px;
}
.glassShopWindow-types__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 150px;
    margin-right: 150px;
}
.glassShopWindow-types__item {
    min-width: 340px;
    margin-bottom: 25px;
    padding-left: 38px;
    position: relative;
}

.glassShopWindow-types__item:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 26px;
    height: 26px;
    background-image: url(images/arrowGlassShop.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;

}
.glassShopWindow-types__subTitle {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
/* advantages */
.glassShopWindow-ourAdvantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 41px 45px;
}
.glassShopWindow-ourAdvantages__features {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.glassShopWindow-ourAdvantages__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}
.glassShopWindow-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;
}
.glassShopWindow-ourAdvantages__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.glassShopWindow-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;
}
.glassShopWindow-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;
}
.glassShopWindow-ourAdvantages__subTitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.glassShopWindow-ourAdvantages__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.glassShopWindow-ourAdvantages__item:hover .glassShopWindow-ourAdvantages__count {
    left: 48px;
    color: #EB5757;
}
@media (max-width: 1200px) {
    .glassShopWindow-look__listTour {
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .glassShopWindow-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;
    }
}
@media (max-width: 768px) {
    .glassShopWindow-benefits__item {
        min-width: 100%;
    }
    .glassShopWindow-types__list {
        margin-left: 0;
        margin-right: 0;
    }
    .glassShopWindow-types {
        padding: 0;
        padding-top: 25px;
    }
    .glassShopWindow-types__item {
        min-width: 100%;
    }
    .glassShopWindow-benefits {
        padding: 15px;
    }
    .glassShopWindow__hero-wrap {
        padding-top: 25px;
        padding-left: 25px;
        padding-bottom: 20px;
        height: 100%;
    }
    .glassShopWindow__hero-text {
        width: 100%;
    }
    .glassShopWindow-benefits__list {
        width: 100%;
    }
    .glassShopWindow-benefits__item {
        width: 100%;
        /*flex-wrap: wrap;*/
        padding-left: 30px;
    }
    .glassShopWindow-benefits__desc {
        margin-top: 20px;
    }
    .glassShopWindow-ourAdvantages {
        padding: 15px;
    }
    .glassShopWindow-ourAdvantages__item {
        width: 100%;
        height: auto;
    }
    .glassShopWindow-process__list {
        padding: 15px;
    }
    .glassShopWindow-process__item {
        width: 100%;
        flex-wrap: wrap;
    }
    .glassShopWindow-process__price {
        margin-left: unset;
    }
    .glassShopWindow-process__subtitle {
        width: 60%;
    }
    .glassShopWindow-scope {
        padding-left: 15px;
        padding-right: 15px;
    }
    .glassShopWindow-scope__list {
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
        
    }
    .glassShopWindow-scope__item {
        width: 150px;
        height: auto;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .glassShopWindow-scope__list::before {
        content: none;
    }
}
@media (max-width: 487px) {
    .glassShopWindow-scope__list {
        justify-content: center;
    }
    .glassShopWindow-look {
        padding: 15px;
    }
    .cost-glass {
        padding: 15px;
    }
    .listGallery__item {
        width: 110px;
        height: auto;
    }
    .glassShopWindow__hero-title {
        font-size: 28px;
    }
    .glassShopWindow-scope__subTitle {
        text-align: right;
    }
    .glassShopWindow-scope__title {
        margin-bottom: 10px;
    }
}

