*, *: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;
}

/*.steklo17 .inner-content a {
    color: #fff;
}
.steklo17 .inner-content.container img {
    margin: 0;
}

.steklo17 .inner-content.container ul {
    list-style: none;
}
 .steklo17  .inner-content .category-glass__location-list a {
    color: #000;
}
.steklo17 .inner-content.container li {
    margin-bottom: 0;
}
.steklo17 .inner-content.container h3 {
    margin: 0;
}
.steklo17  .inner-content triplex-glass__title h2 {
    margin: 0;
}
.steklo17  .inner-content triplex-glass__title a {
    color: unset;
}*/
/* hero */
.glassHardness__hero {
    background-image: url(images/glassHard_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.glassHardness__hero-desc {
    max-width: 464px;
}
.glassHardness__hero-wrap  {
    position: relative;
    min-height: 481px;
    color: #fff;
    padding-top: 90px;
    padding-left: 127px;
}
.glassHardness__hero-title {
    font-weight: 200;
    font-size: 48px;
    line-height: 56px;
}
.glassHardness__hero-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    width: 420px;
    margin-top: 23px;
    margin-bottom: 30px;
}
.glassHardness__hero-callBtn {
    text-decoration: none;
    width: 164px;
    height: 41px;
    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: 10px;
}
.glassHardness__hero-requestBtn {
    text-decoration: none;
    width: 164px;
    height: 41px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.glassHardness-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px;
    padding-top: 33px;
    padding-bottom: 30px;
}
.glassHardness-feature__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
}
.glassHardness-feature__text {
    max-width: 912px;
    margin-bottom: 33px;
    
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}
.glassHardness-feature__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.glassHardness-feature__item {
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    margin: 10px;
    background-color: #F2F2F2;
    padding-top: 34px;
    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);
}
.glassHardness-feature__item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    
}
.glassHardness-feature__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 128px;
    padding: 13px 0;
    padding-bottom: 0;
    width: 100%;
}
.glassHardness-feature__subTitle {
    max-width: 269px;
    font-style: 200;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}
.glassHardness-feature__item:nth-child(2) .glassHardness-feature__img {
    margin-top: 25px;
}
.glassHardness-feature__img {
    margin-bottom: auto;
}

/* category-glass */

.category-glass {
    padding: 40px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.category-glass__title {
    max-width: 450px;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 13px;
}
.category-glass__text {
    width: 632px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 33px;
}
/*.category-glass__thickness-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    background-color: #F2F2F2;
    padding-left: 110px;
    padding-right: 110px;
    min-height: 91px;
}
.category-glass__thickness-item {
    width: 24px;
    height: 70px;
    flex-grow: 1;
    margin: 10px;
}
.category-glass__thickness-subtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}
.category-glass__thickness-subtitle span {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}*/




/*.category-glass__cost-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color: #F2F2F2;
    padding-left: 110px;
    padding-right: 110px;
    margin-top: 5px;
    min-height: 91px;
}
.category-glass__cost-item {
    width: 24px;
    flex-grow: 1;
    margin: 10px;
}
.category-glass__cost-subtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #EB5757;
}
.category-glass__cost-subtitle span {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}*/

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

.ordinaryGlass-howMuch__thick {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    /* line-height: 150%; */
    text-align: center;
    color: #000000;
}
.ordinaryGlass-howMuch__thick span {
    font-weight: 500;
    font-size: 36px;
}
.ordinaryGlass-howMuch__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    /* line-height: 100%; */
    text-align: center;
    color: #000000;
}
.ordinaryGlass-howMuch__price span:first-child {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #EB5757;
}



.category-glass:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 14px;
    background-image: url(images/thickness-after.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    bottom: 0;
    left: 0;
}

/* location-list */
.category-glass__location-list {
    max-height: 350px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 66px;
}
.category-glass__location-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px !important;
}
.category-glass__location-subList {
    max-width: 322px;
    margin-left: 30px;
}


.category-glass__location-link {
    text-decoration: none;
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.category-glass__location-subItem:first-child a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    pointer-events: none;
}

/* processing */

.processing-glass {
    padding: 40px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.processing-glass__title {
    max-width: 680px;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 13px;
}
.processing-glass__text {
    max-width: 860px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 33px;
}
.processing-glass__subText {
    max-width: 695px;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    padding-bottom: 45px;
}
.processing-glass__list {
    display: flex;
    max-width: 840px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.processing-glass__item {
    width: 255px;
    /*height: 172px;*/
    margin: 10px;
    flex-grow: 1;
    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);
}
.processing-glass__item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.processing-glass__link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.processing-glass__img {
    display: block;
    /*object-fit: cover;*/
    width: 100%;
}
.processing-glass__subTitle {
    width: 100%;
    height: 66px;
    background-color: #2B4F91;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
    /*padding-left: 20px;*/
    text-align: center;
}

/* triplex glass */





.triplex-glass {
    padding: 40px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.triplex-glass__title {
    max-width: 680px;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 13px;
}
.triplex-glass__text {
    max-width: 860px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 33px;
}

.triplex-glass__list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.triplex-glass__item {
    width: 255px;
    /*height: 172px;*/
    margin: 10px;
    flex-grow: 1;
    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);
}

.triplex-glass__item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.triplex-glass__link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.triplex-glass__img {
    display: block;
    /*object-fit: cover;*/
    width: 100%;
}
.triplex-glass__subTitle {
    width: 100%;
    height: 66px;
    background-color: #2B4F91;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.triplex-glass__title a{
    color: #2B4F91;
}



@media (max-width: 1200px) {
    .category-glass__location-list {
        max-height: 570px;
        justify-content: space-between;
        padding: 50px;
    }
    
    
    
    .category-glass__location-item {
        justify-content: flex-start;
        width: 50%;
    }
}
@media (max-width: 768px) {
    .glassHardness-ourAdvantages {
        padding: 15px  !important;
    }
    .glassHardness-ourAdvantages__item {
        width: 100% !important;
        height: auto !important;
    }
    .ordinaryGlass-howMuch__list {
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
        
    }
    .ordinaryGlass-howMuch__item {
        width: 150px;
        height: auto;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .ordinaryGlass-howMuch__list::before {
        content: none;
    }
    .category-glass__location-list {
        max-height: 100%;
        justify-content: space-around;
        flex-direction: row;
    }
    .category-glass__location-item {
        min-width: 300px;
    }
}
@media (max-width: 487px) {
    .category-glass__location-item {
        min-width: 100%;
        padding-left: 15px;
    }
    .category-glass__location-list {
        padding: 0;
    }
    .triplex-glass {
        padding: 15px;
    }
    .processing-glass {
        padding: 15px;
    }
    .triplex-glass__item {
        margin: 0;
        margin-bottom: 10px;
    }
    .processing-glass__item {
        margin: 0;
        margin-bottom: 10px;
    }
    .ordinaryGlass-howMuch__list {
        justify-content: center;
    }
    .glassHardness-feature {
        padding: 15px;
        margin: 0;
        margin-bottom: 10px;
    } 
    .glassHardness-feature__subTitle {
        padding: 10px;
    }
}


