*, *: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 */
.doorGlass__hero {
    background-image: url(images/doorGlass_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.doorGlass__hero-desc {
    max-width: 656px;
}
.doorGlass__hero-wrap  {
    position: relative;
    height: 481px;
    color: #fff;
    padding-top: 90px;
    padding-left: 127px;
}

.doorGlass__hero-title {
    font-weight: 200;
    font-size: 48px;
    line-height: 56px;
}
.doorGlass__hero-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    max-width: 867px;
    margin-top: 23px;
    margin-bottom: 30px;
}
.doorGlass__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;
}
.doorGlass__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;
}


/*  */

/* doorGlass__desc */
.doorGlass__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}
.doorGlass__text {
    max-width: 1020px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    
}
/*  */

/* doorGlass-info */
.doorGlass-info {
    padding-left: 110px;
    margin-bottom: 25px;
}
.doorGlass-info__list {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.doorGlass-info__item {
    max-width: 680px;
    padding-left: 50px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    position: relative;
    margin-bottom: 25px;
}
.doorGlass-info__item:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url(images/arrowGlassShop.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    left: 0;
    top: 0;
    /* transform: translateY(-50%); */
}
.doorGlass-info__item a{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #2B4F91;
}
/*  */

/* doorGlass-features */
.doorGlass-features {
    padding-left: 45px;
    padding-left: 45px;
    margin-bottom: 45px;
}
.doorGlass-features__title {
    max-width: 608px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}
.doorGlass-features__text {
max-width: 1110px;
font-weight: 300;
font-size: 16px;
line-height: 150%;
color: #000000;
margin-bottom: 20px;
}
/*  */
/* doorGlass-type */
.doorGlass-type {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 45px;
}
.doorGlass-type__title {
    max-width: 571px;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 45px;
}
.doorGlass-type__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.doorGlass-type__item {
    display: flex;
    justify-content: space-between;
    width: 320px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 28px;
}
.doorGlass-type__item span {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #EB5757;
    padding-right: 52px;
}
/*  */
/* doorGlass-variants */
.doorGlass-variants {
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
/* ------ */
.variants-size {
    max-width: 535px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.variants-size__title {
    width: 100%;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 35px;
}
.variants-size__img {

}
.variants-size__list {
    display: flex;
    flex-direction: column;
}
.variants-size__item {
    margin-bottom: 30px;
    width: 315px;
}
.variants-size__link {
    text-decoration: none;
    display: block;
}
.variants-size__text {
    display: flex;
    justify-content: space-between;
}
.variants-size__text span:first-child{
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    text-align: justify;
    text-decoration-line: underline;
    color: #2B4F91;
}
.variants-size__text span:last-child{
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    text-align: justify;
    color: #000000;
    
}
/* ------- */
.variants-design {
    width: 395px;
    
}
.variants-design__title {
    width: 100%;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 35px;
}
.variants-design__list {
    display: flex;
    flex-direction: column;
}
.variants-design__item {
    margin-bottom: 30px;
}
.variants-design__link {
    max-width: 270px;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #2B4F91;
}
/* ------ */
.variants-location {
    width: 100%;
    margin-top: 60px;
}
.variants-location__title {
    max-width: 606px;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 45px;
}
.variants-location__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.variants-location__item {
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #E0E0E0;
    margin-bottom: 20px;
}
.variants-location__img {
    display: block;
    margin-bottom: 17px;
}
.variants-location__subTitle {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
/*  */






















/* advantages */
.doorGlass-ourAdvantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 41px 45px;
}
.doorGlass-ourAdvantages__features {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.doorGlass-ourAdvantages__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}
.doorGlass-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;
}
.doorGlass-ourAdvantages__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.doorGlass-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;
}
.doorGlass-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;
}
.doorGlass-ourAdvantages__subTitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.doorGlass-ourAdvantages__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.doorGlass-ourAdvantages__item:hover .doorGlass-ourAdvantages__count {
    left: 48px;
    color: #EB5757;
}
@media (max-width: 1200px) {
  
}
@media (max-width: 1024px) {
    .doorGlass__desc-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 768px) {
    .doorGlass__hero-wrap {
        padding-top: 25px;
        padding-left: 25px;
        padding-bottom: 20px;
        height: 100%;
    }
    .doorGlass__hero-text {
        width: 100%;
    }
    
    .doorGlass-ourAdvantages {
        padding: 15px;
    }
    .doorGlass-ourAdvantages__item {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 480px) {
    .doorGlass__hero-wrap {
        padding-left: 15px;
    }
    .variants-size {
        justify-content: space-around
    }
    .doorGlass-variants {
        padding-left: 15px;
        padding-right: 15px;
    }
    .doorGlass-features {
        padding-left: 15px;
        padding-right: 15px;
    }
    .doorGlass-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .doorGlass-type {
        padding-left: 15px;
        padding-right: 15px;
    }
    .doorGlass-type__list {
        flex-direction: column;
    }
    .doorGlass-type__item {
        width: 100%;

    }
    .doorGlass-type__item span {
        padding-right: 0;
    }
    .variants-size__list {
        width: 100%;
    }
    .variants-size__item {
        width: 100%;
    }
    .doorGlass__hero-title {
      font-size: 28px;  
    }
    .doorGlass__text {
        padding-left: 15px;
        padding-right: 15px;
    }
}