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


/*  */

/* hardTriplexGlass-scope */
.hardTriplexGlass-scope {
    display: flex;
    justify-content: space-between;
    background-color: #f2f2f2;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 60px;
    padding-bottom: 45px;
    flex-wrap: wrap;
    align-items: center;
}
.hardTriplexGlass-scope__desc {
    flex-grow: 1;
}
.hardTriplexGlass-scope__title {
    max-width: 320px;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}
.hardTriplexGlass-scope__text {
    max-width: 433px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 20px;
}
.hardTriplexGlass-scope__list {
    display: flex;
    flex-wrap: wrap;
    /* flex-grow: 1; */
    width: 325px;
    flex-direction: column;
    justify-content: space-between;
}
.hardTriplexGlass-scope__item {
    display: flex;
    /* max-width: 375px; */
    margin-bottom: 60px;
}
.hardTriplexGlass-scope__item:last-child {
    margin-bottom: 0;
}
.hardTriplexGlass-scope__img {
    margin-right: 50px;
    width: 46px;
    height: 46px;
    object-fit: contain;
}
.hardTriplexGlass-scope__subTitle {
    max-width: 285px;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
}
/*  */


/* hardTriplexGlass-features__list */
.hardTriplexGlass-features {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hardTriplexGlass-features__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 55px;
}
.hardTriplexGlass-features__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 933px;
    width: 100%;
}
.hardTriplexGlass-features__item {
    display: flex;
    width: 407px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}
.hardTriplexGlass-features__img {
    margin-right: 25px;
    width: 53px;
    height: 53px;
    object-fit: contain;
}
.hardTriplexGlass-features__subText {
    max-width: 308px;
    /* min-width: 320px; */
}

/* hardTriplexGlass-apply */
.hardTriplexGlass-apply {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 45px;
    padding-right: 45px;
}
.hardTriplexGlass-apply__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 44px;
}
.hardTriplexGlass-apply__text {
    max-width: 971px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 100px;
}
.hardTriplexGlass-apply__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.hardTriplexGlass-apply__item {
    display: flex;
    width: 490px;
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: wrap;
}
.hardTriplexGlass-apply__img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 35px;
}   
.hardTriplexGlass-apply__subText {
    max-width: 400px;
    min-width: 250px;
}
/* end hardTriplexGlass-features__list */




/* hardTriplexGlass-howOrder */

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



/* advantages */
.hardTriplexGlass-ourAdvantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 41px 45px;
}
.hardTriplexGlass-ourAdvantages__features {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.hardTriplexGlass-ourAdvantages__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}
.hardTriplexGlass-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;
}
.hardTriplexGlass-ourAdvantages__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hardTriplexGlass-ourAdvantages__item {
    width: 350px;
    height: 170px;
    background-color: #F2F2F2;
    
    padding-top: 51px;
    padding-bottom: 21px;
    padding-left: 95px;
    padding-right: 31px;
    position: relative;
    flex-grow: 1;
    margin: 5px;
    margin-bottom: 83px;
}
.hardTriplexGlass-ourAdvantages__count {
    position: absolute;
    left: 28px;
    top: -4px;
    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;
}
.hardTriplexGlass-ourAdvantages__subTitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.hardTriplexGlass-ourAdvantages__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.hardTriplexGlass-ourAdvantages__item:hover .hardTriplexGlass-ourAdvantages__count {
    left: 48px;
    color: #EB5757;
}
@media (max-width: 1200px) {
  
}
@media (max-width: 1024px) {
    .hardTriplexGlass__desc-text {
        margin-left: 15px;
        margin-right: 15px;
    }
    .hardTriplexGlass-howOrder__text {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 768px) {
    .hardTriplexGlass-apply {
        padding-left: 15px;
        padding-right: 15px;

    }
    .hardTriplexGlass-scope {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hardTriplexGlass-scope__title {
        max-width: 100%;
    }
    .hardTriplexGlass-scope__text {
        max-width: 100%;
    }   
    .hardTriplexGlass-scope__list {
        justify-content: center;
    }
   .hardTriplexGlass-scope__item {
       width: 250px;
       margin-bottom: 30px;
   }
    .hardTriplexGlass__hero-wrap {
        padding-top: 25px;
        padding-left: 25px;
        padding-bottom: 20px;
        height: 100%;
    }
    .hardTriplexGlass__hero-text {
        width: 100%;
    }
    
    .hardTriplexGlass-ourAdvantages {
        padding: 15px;
    }
    .hardTriplexGlass-ourAdvantages__item {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 487px) {
    .hardTriplexGlass__hero-wrap {
        padding-left: 15px;
    }
}

table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 14px;
    border-radius: 10px;
    border-spacing: 0;
    text-align: center;
}

th {
    background: #B0C4DE;
    color: white;
    text-shadow: 0 1px 1px #2D2020;
    padding: 10px 20px;
}
th, td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
    text-align: center;

}

th:first-child, td:first-child {
    text-align: center;
}

th:first-child {
    border-top-left-radius: 10px;
}

th:last-child {
    border-top-right-radius: 10px;
    border-right: none;
}

td {
    padding: 1%;
    background: #f2f2f2;
    text-align: center;
}
tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
tr td:last-child {
    border-right: none;
    text-align: center;
}

@media all and (min-width: 280px) {
    table {
        padding: 0 10px;
        font-size: 6px;
    }
}

@media all and (min-width: 400px) {
    table {
        font-size: 9px;
    }
}

@media all and (min-width: 720px) {
    table {
        padding: 0 10px;
        font-size: 10px;
    }
}

@media all and (min-width: 1200px) {
    table {
        padding: 20px;
        font-size: 15px;
    }
}


.img-c {
    width: 100%;
    padding: 1%;
}

/*.tabl-t {*/
/*    width: 75%;*/
/*}*/


.bord {
    border: 3px solid #7B68EE;
    padding: 7px;
    width: 70%;
    text-align: center;
    margin-left: 15px;
}

@media all and (min-width: 280px) {
    .bord {
        padding: 5px 5px;
        font-size: 10px;
    }
}


@media all and (min-width: 720px) {
    .bord {
        padding: 0 10px;
        font-size: 15px;
    }
}

@media all and (min-width: 1200px) {
    .bord {
        padding: 10px;
        font-size: 15px;
    }
}


.img_class img {
    padding: 0 30px 20px 0;
}

.img_class2{
    float: left;
}

.img_class2 img {
    padding: 20px 0 20px 0;
    float: left;
}

ul.fill-circle {
    margin: 40px; /* Обнуляем значение отступов */
    padding: 4px; /* Значение полей */
}
ul.fill-circle li {
    display: inline; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    padding: 3px; /* Поля вокруг текста */
}


