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

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


/*  */

/* showerGlass__desc */
.showerGlass__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}
.showerGlass__text {
    max-width: 971px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    
}
/*  */
/* showerGlass-factor */
.showerGlass-factor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}
.showerGlass-factor__desc {
    width: 300px;
    display: flex;
    flex-direction: column;
    margin-left: 45px;
    margin-right: 45px;
    margin-bottom: 50px;
}
.showerGlass-factor__desc-title {
    max-width: 294px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 22px;
}
.showerGlass-factor__desc-text {
    max-width: 238px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.showerGlass-factor__list {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    
}
.showerGlass-factor__item {
    position: relative;
    padding-left: 100px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    max-width: 670px;
    margin-bottom: 50px;
}
.showerGlass-factor__item:before {
    content: "";
    position: absolute;
    width: 72px;
    height: 70px;
    background-color: #F2F2F2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}   
.showerGlass-factor__item:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 72px;
    height: 70px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}  
.showerGlass-factor__item:nth-child(1):after {
    background-image: url(images/1.svg);
}
.showerGlass-factor__item:nth-child(2):after {
    background-image: url(images/2.svg);
}
.showerGlass-factor__item:nth-child(3):after {
    background-image: url(images/3.svg);
}
/*  */

/* showerGlass-gallery */
.showerGlass-gallery {
    padding-left: 45px;
    padding-right: 45px;
}
.showerGlass-gallery__list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.showerGlass-gallery__item {
    width: 351px;
    background-color: #F2F2F2;
    margin-bottom: 30px;
}
.showerGlass-gallery__link {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
}
.showerGlass-gallery__img {
    /* max-width: 351px; */
    max-height: 186px;
    object-fit: contain;
    width: 100%;
}
.showerGlass-gallery__desc {
    padding: 30px;
}
.showerGlass-gallery__price {
    max-width: 284px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #EB5757;
    margin-bottom: 23px;
    display: block;
}
.showerGlass-gallery__title {
    max-width: 284px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 23px;
}
.showerGlass-gallery__text {
    max-width: 284px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}



/*  */

/* showerGlass-tab */
.showerGlass-tab {
    background-color: #F2F2F2;
    margin-left: 45px;
    margin-right: 45px;
    display: flex;
    flex-direction: column;
    border: 1px solid #F2F2F2;
}
.showerGlass-tab__Link-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.showerGlass-tab__Link-item {
    height: 56px;
    width: 146px;
    flex-grow: 1;
}
.showerGlass-tab__Link-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.showerGlass-tab__Link-link.activeLink {
    background-color: #f2f2f2;
}
.showerGlass-tab__block {

}
.tab-order {
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.tab-order__title {
    max-width: 846px;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 13px;
}
.tab-order__text {
    max-width: 1082px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    
}
.tab-order__moreLink {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #2B4F91;
    align-self: self-end;
}
.tab-order__tour {
    display: flex;
    margin-top: 35px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.tab-order__tour-item {
    /* width: 181px; */
    /* margin-right: 20px; */
    margin-bottom: 20px;
}
.tab-order__tour-link {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    flex-wrap: wrap;
}
.tab-order__tour-img {
    width: 181px;
    height: 72px;
    object-fit: contain;
    /* margin-bottom: 13px; */
}
.tab-order__tour-title {
    /* max-width: 120px; */
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #2B4F91;
    text-decoration: underline;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    margin-right: 25px;
}
.tab-order__advantages {
    display: flex;
    flex-direction: column;
    margin-top: 90px;
}
.tab-order__advantages-item {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
    align-items: center;
}
.tab-order__advantages-img {
    margin-right: 50px;
    width: 86px;
    height: 86px;
    object-fit: contain;
}
.tab-order__advantages-desc {
    display: flex;
    flex-direction: column;

}
.tab-order__advantages-title {
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}
.tab-order__advantages-text {
    max-width: 891px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    
}
.tab-order__advantages-text span {
    margin-bottom: 15px;
    display: block;
}
.tab-order__advantages-link {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #2B4F91;
}
.textHeight {
    transition: .5s;
}
 /* max-height: 1500px; */
.textBlock {
    transition: .5s;
    height: 50px;
    overflow: hidden;
}
.tab-features {
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.tab-features__title {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
}
.tab-features__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}
.tab-choice {
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.tab-choice__title {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
}
.tab-choice__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}
/*  */
/* advantages */
.showerGlass-ourAdvantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 41px 45px;
}
.showerGlass-ourAdvantages__features {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}
.showerGlass-ourAdvantages__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}
.showerGlass-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;
}
.showerGlass-ourAdvantages__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.showerGlass-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;
}
.showerGlass-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;
}
.showerGlass-ourAdvantages__subTitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.showerGlass-ourAdvantages__subText {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.showerGlass-ourAdvantages__item:hover .showerGlass-ourAdvantages__count {
    left: 48px;
    color: #EB5757;
}
@media (max-width: 1200px) {
  
}
@media (max-width: 1024px) {
    .showerGlass__desc-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 768px) {
    .showerGlass__hero-wrap {
        padding-top: 25px;
        padding-left: 25px;
        padding-bottom: 20px;
        height: 100%;
    }
    .showerGlass__hero-text {
        width: 100%;
    }
    
    .showerGlass-ourAdvantages {
        padding: 15px;
    }
    .showerGlass-ourAdvantages__item {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 487px) {
    .showerGlass__hero-wrap {
        padding-left: 15px;
    }
    .showerGlass__hero-title {
       font-size: 28px; 
    }
    .showerGlass-factor__desc {
        margin-left: 15px;
        margin-right: 15px;
    }
    .showerGlass__desc {
       padding-left: 15px;
       padding-right: 15px; 
    }
    .showerGlass-gallery {
       padding-left: 15px;
       padding-right: 15px; 
    }
    .showerGlass-tab {
        margin-left: 15px;
        margin-right: 15px;
    }
}