*, *: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 */
.frostedGlass__hero {
    background-image: url(images/frostedGlass_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.frostedGlass__hero-desc {
    max-width: 464px;
}
.frostedGlass__hero-wrap  {
    position: relative;
    height: 481px;
    color: #fff;
    padding-top: 90px;
    padding-left: 127px;
}
.frostedGlass__hero-title {
    font-weight: 200;
    font-size: 48px;
    line-height: 56px;
}
.frostedGlass__hero-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    width: 500px;
    margin-top: 23px;
    margin-bottom: 30px;
}
.frostedGlass__hero-callBtn {
    text-decoration: none;
    width: 185px;
    height: 42px;
    background: #EB5757;
    border-radius: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-right: 9px;
    margin-bottom: 15px;
}
.frostedGlass__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;
}
.frostedGlass__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 27px;
    margin-bottom: 44px;
}
.frostedGlass__desc-text {
    max-width: 730px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

/*  */

.frostedGlass-design {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f2f2;
    padding-top: 44px;
}
.frostedGlass-design__title {
    max-width: 555px;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 27px;
}
.frostedGlass-design__text {
    max-width: 912px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 63px;
}
.frostedGlass-design__list {
    display: flex;
    justify-content: space-between;
    padding-top: 44px;
    padding-left: 45px;
    padding-right: 45px;
    flex-wrap: wrap;
    position: relative;
}
.frostedGlass-design__list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #BDBDBD;
}
.frostedGlass-design__img-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;

}
.frostedGlass-design__img {
	width: 100%;
    max-width: 555px;

    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 1s ease-in-out;
    transform-origin: center;
    will-change: transform;
}
.frostedGlass-design__item {
    width: 100%;
    display: flex;
    min-height: 377px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.frostedGlass-design__item:hover .frostedGlass-design__img {
    transform: scale(1.1);
}
.frostedGlass-design__item:last-child {
    flex-direction: row-reverse;
}
.frostedGlass-design__desc {
    max-width: 467px;
}
.frostedGlass-design__subTitle {
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 15px;
}
.frostedGlass-design__subText {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}

.design-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
    margin-bottom: 55px;
}
.design-options__title {
    max-width: 398px;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;

}
.design-options__list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 48px;
    flex-wrap: wrap;
}
.design-options__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.design-options__img-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    /* max-width: 160px;
    max-height: 148px; */
    overflow: hidden;
}
.design-options__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 1s ease-in-out;
    transform-origin: center;
    will-change: transform;
}
.design-options__item:hover .design-options__img {
    transform: scale(1.1);
}
.design-options__subTitle {
    width: 225px;
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-top: 13px;
}
/*  */

/* frostedGlass-suitable */

.frostedGlass-suitable {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 80px;
}
.frostedGlass-suitable__title {
    max-width: 544px;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}

.frostedGlass-suitable__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 35px;
}
.frostedGlass-suitable__item {
    max-width: 540px;
    padding-left: 36px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.frostedGlass-suitable__item:before {
    content: "";
    position: absolute;
    background-image: url(images/arrowGlassShop.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 26px;
    height: 26px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}




/* howMuch */
.frostedGlass-howMuch {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 45px;
    padding-right: 45px;
}
.frostedGlass-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;
}

.frostedGlass-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;
}
.frostedGlass-howMuch__list {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F2F2;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    height: 186px;
    position: relative;
}
.frostedGlass-howMuch__list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.frostedGlass-howMuch__item {
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-left: 35px;
    margin-right: 35px;
}

.frostedGlass-howMuch__thick {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #000000;
}
.frostedGlass-howMuch__thick span {
    font-weight: 500;
    font-size: 36px;
}
.frostedGlass-howMuch__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #000000;
}
.frostedGlass-howMuch__price span:first-child {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #EB5757;
}
/* advantages */
.frostedGlass-ourAdvantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 41px 45px;
}
.frostedGlass-ourAdvantages__features {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.frostedGlass-ourAdvantages__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}
.frostedGlass-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;
}
.frostedGlass-ourAdvantages__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.frostedGlass-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;
}
.frostedGlass-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;
}
.frostedGlass-ourAdvantages__subTitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.frostedGlass-ourAdvantages__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.frostedGlass-ourAdvantages__item:hover .frostedGlass-ourAdvantages__count {
    left: 48px;
    color: #EB5757;
}
/* frostedGlass-howOrder */

.frostedGlass-howOrder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
.frostedGlass-howOrder__title {
    max-width: 387px;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}
.frostedGlass-howOrder__text {
    max-width: 912px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
@media (max-width: 1200px) {
    .frostedGlass-design__item {
        justify-content: space-around;
    }
    .frostedGlass-design__desc {
        max-width: 100%;
    }
} 
@media (max-width: 768px) {
    .frostedGlass-design__list {
        padding-left: 15px;
        padding-right: 15px;
    }
    .frostedGlass-suitable {
        padding-left: 15px;
        padding-right: 15px;
    }
    .frostedGlass__hero-wrap {
        padding-top: 25px;
        padding-left: 25px;
        padding-bottom: 20px;
        height: 100%;
    }
    .frostedGlass__hero-text {
        width: 100%;
    }
    .frostedGlass-ourAdvantages {
        padding: 15px;
    }
    .frostedGlass-ourAdvantages__item {
        width: 100%;
        height: auto;
    }
    .frostedGlass-process__list {
        padding: 15px;
    }
    .frostedGlass-process__item {
        width: 100%;
        flex-wrap: wrap;
    }
    .frostedGlass-process__price {
        margin-left: unset;
    }
    .frostedGlass-process__subtitle {
        width: 60%;
    }
    .frostedGlass-howMuch {
        padding-left: 15px;
        padding-right: 15px;
    }
    .frostedGlass-howMuch__list {
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
        
    }
    .frostedGlass-howMuch__item {
        width: 150px;
        height: auto;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .frostedGlass-howMuch__list::before {
        content: none;
    }
}
@media (max-width: 487px) {
    .frostedGlass-howMuch__list {
        justify-content: center;
    }
    .frostedGlass-look {
        padding: 15px;
    }
    .cost-glass {
        padding: 15px;
    }
    
}