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

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

/*  */

/* patternedGlass-howMuch */
.patternedGlass-howMuch {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;

}
.patternedGlass-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;
}
.patternedGlass-howMuch__text {
    max-width: 789px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}
.patternedGlass-howMuch__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 45px;
    padding-right: 45px;
}
.patternedGlass-howMuch__item {
    margin-bottom: 30px;
}
.patternedGlass-howMuch__subTitle {
    margin-left: 45px;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-top: 38px;
    margin-bottom: 15px;
}
.patternedGlass-howMuch__thickness {
    margin-left: 45px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.patternedGlass-howMuch__price {
    margin-left: 45px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.patternedGlass-howMuch__country {
    margin-left: 45px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.patternedGlass-howMuch__img-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    /* max-width: 160px;
    max-height: 148px; */
    overflow: hidden;
}
.patternedGlass-howMuch__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 1s ease-in-out;
    transform-origin: center;
    will-change: transform;
}
.patternedGlass-howMuch__item:hover  .patternedGlass-howMuch__img{
    transform: scale(1.1);

}
/*  */


/* patternedGlass-scope */
.patternedGlass-scope {
    display: flex;
    justify-content: space-between;
    background-color: #f2f2f2;
    padding-left: 140px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 45px;
    flex-wrap: wrap;
}
.patternedGlass-scope__desc {
    flex-grow: 1;
}
.patternedGlass-scope__title {
    max-width: 269px;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}
.patternedGlass-scope__text {
    max-width: 523px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 20px;
}
.patternedGlass-scope__list {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    flex-grow: 1;
    width: 325px;
    justify-content: space-between;
}
.patternedGlass-scope__item {
    display: flex;
    /* justify-content: space-between; */
    max-width: 325px;
    
    margin-bottom: 60px;
}
.patternedGlass-scope__img {
    margin-right: 50px;
    width: 46px;
    height: 46px;
    object-fit: contain;
}
.patternedGlass-scope__subTitle {
    max-width: 235px;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
}
/*  */
/* patternedGlass-howOrder */

.patternedGlass-howOrder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
.patternedGlass-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;
}
.patternedGlass-howOrder__text {
    max-width: 912px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
/*  */






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