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


/* doorBathGlass-price */
.doorBathGlass-price {
    margin-top: 33px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
}
.doorBathGlass-price__title {
    max-width: 600px;
    font-weight: 300;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 32px;
    margin-left: 15px;
}
.doorBathGlass-price__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* height: 100%; */
    height: 250px;
    overflow: hidden;
    transition: 1s;
    margin-bottom: 15px;
}
.doorBathGlass-price__item {
    width: 160px;
    margin-left: 15px;
    margin-right: 15px;
    flex-grow: 1;
}
.doorBathGlass-price__link {
    display: block;
}
.doorBathGlass-price__img {
    display: block;
    width: 100%;
}
.doorBathGlass-price__desc {
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 13px;
    width: 100%;
}
.doorBathGlass-price__subTitle {
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
    max-width: 100%;
}
.doorBathGlass-price__thick {
    max-width: 132px;
    font-weight: 300;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
    width: 100%;
}
.doorBathGlass-price__price {
    max-width: 100%;
    font-weight: 300;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
}
.doorBathGlass-price__LinkMore {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #2B4F91;
}
/*  */




/* mateGlassDoor-price */
.mateGlassDoor-price {
    margin-top: 33px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.mateGlassDoor-price__title {
    max-width: 600px;
    font-weight: 300;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 32px;
    margin-left: 15px;
}
.mateGlassDoor-price__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* height: 100%; */
    /*height: 250px;*/
    overflow: hidden;
    transition: 1s;
    margin-bottom: 15px;
}
.mateGlassDoor-price__item {
    width: 160px;
    margin-left: 15px;
    margin-right: 15px;
    flex-grow: 1;
}
.mateGlassDoor-price__link {
    display: block;
}
.mateGlassDoor-price__img {
    display: block;
    width: 100%;
}
.mateGlassDoor-price__desc {
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 13px;
    width: 100%;
}
.mateGlassDoor-price__subTitle {
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
    max-width: 100%;
}
.mateGlassDoor-price__thick {
    max-width: 132px;
    font-weight: 300;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
    width: 100%;
}
.mateGlassDoor-price__price {
    max-width: 100%;
    font-weight: 300;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
}
.mateGlassDoor-price__LinkMore {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #2B4F91;
}
/*  */