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

.clearGlass-comparison {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f2f2;
    padding-top: 80px;
    overflow: hidden;
    margin-bottom: 30px;
}
.clearGlass-comparison__text {
    max-width: 912px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 70px;
    position: relative;
}
.clearGlass-comparison__text:before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: -50vw;
    width: 200vw;
    height: 1px;
    background-color: #BDBDBD;

}
.clearGlass-comparison__list {
    display: flex;
    flex-direction: column;
    max-width: 720px;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
}
.clearGlass-comparison__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.clearGlass-comparison__desc {
    max-width: 590px;
    
}
.clearGlass-comparison__img {
    margin-right: 65px;
    transition: .5s;
}
.clearGlass-comparison__item:hover .clearGlass-comparison__img {
    transform: scale(1.5);
}
.clearGlass-comparison__subTitle {
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.clearGlass-comparison__subText {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
/* clearGlass-suitable */

.clearGlass-suitable {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 80px;
}
.clearGlass-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;
}
.clearGlass-suitable__text {
    max-width: 912px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}
.clearGlass-suitable__link {
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    text-decoration-line: underline;
    color: #000000;
    margin-top: 22px;
}
.clearGlass-suitable__subTitle {
    max-width: 456px;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-top: 65px;
}
.clearGlass-suitable__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}
.clearGlass-suitable__item {
    width: 540px;
    padding-left: 36px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.clearGlass-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%);
}
/* clearGlass-scope */

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

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

/* .clearGlass-scope__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
} */
/* .clearGlass-scope__supText {
    max-width: 912px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 35px;
} */
.clearGlass-scope__text {
    max-width: 912px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    overflow: hidden;
    margin-bottom: 30px;
}
.clearGlass-scope__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.clearGlass-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);
}
.clearGlass-scope__item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.clearGlass-scope__desc {
    width: 385px;
}
.clearGlass-scope__subTitle {
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
}
.clearGlass-scope__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 19px;
}
.clearGlass-scope__linkMore {
    text-decoration: none;
    position: relative;
    font-weight: 200;
    font-size: 16px;
    line-height: 19px;
    color: #2B4F91;
    display: inline-block;
    transition: .1s;
}
.clearGlass-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;
}
.clearGlass-scope__img { 
    transition: .5s;
}

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


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

.clearGlass-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;
}
.clearGlass-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;
}
.clearGlass-howMuch__list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.clearGlass-howMuch__item {
    /* width: 41px; */
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.clearGlass-howMuch__thick {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #000000;
}
.clearGlass-howMuch__thick span {
    font-weight: 500;
    font-size: 36px;
}
.clearGlass-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;
}
.clearGlass-howMuch__price span:first-child {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #EB5757;
}



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

.clearGlass-howOrder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
.clearGlass-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;
}
.clearGlass-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) {
    
    .listGallery__item:nth-child(1) {
        max-width: 160px;
        max-height: 148px;
    }
    .listGallery__item {
        margin: 10px;
    }
}
@media (max-width: 768px) {
    .clearGlass-comparison__img {
        margin-bottom: 15px;
    }
    .clearGlass-suitable {
        padding-left: 15px;
        padding-right: 15px;
    }
    .clearGlass-comparison__desc {
        max-width: 100%;
    }
    .clearGlass-suitable__item {
        width: 100%;
    }
    .clearGlass-scope {
        padding: 15px;
    }
    .clearGlass__hero-wrap {
        padding-top: 25px;
        padding-left: 25px;
        padding-bottom: 20px;
        height: 100%;
    }
    .clearGlass__hero-text {
        width: 100%;
    }
    .clearGlass-scope__list {
        width: 100%;
    }
    .clearGlass-scope__item {
        width: 100%;
        flex-wrap: wrap;
        padding-left: 20px;
    }
    .clearGlass-scope__desc {
        margin-top: 20px;
    }
    .clearGlass-ourAdvantages {
        padding: 15px;
    }
    .clearGlass-ourAdvantages__item {
        width: 100%;
        height: auto;
    }
    .clearGlass-process__list {
        padding: 15px;
    }
    .clearGlass-process__item {
        width: 100%;
        flex-wrap: wrap;
    }
    .clearGlass-process__price {
        margin-left: unset;
    }
    .clearGlass-process__subtitle {
        width: 60%;
    }
    .clearGlass-howMuch {
        padding-left: 15px;
        padding-right: 15px;
    }
    .clearGlass-howMuch__list {
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
        
    }
    .clearGlass-howMuch__item {
        width: 150px;
        height: auto;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .clearGlass-howMuch__list::before {
        content: none;
    }
}
@media (max-width: 487px) {
    .clearGlass-howMuch__list {
        justify-content: center;
    }
    .clearGlass-look {
        padding: 15px;
    }
    .cost-glass {
        padding: 15px;
    }
    .listGallery__item {
        width: 110px;
        height: auto;
    }
}