.video iframe {
    width: 100%;
    min-height: 500px
}

.rate i.fa-star,
.rate i.fa-star-half-stroke,
.star i.fa-star,
.star i.fa-star-half-stroke {
    color: #FF5C00;
    font-size: 23px;

}

.ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.full-text {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.text-wrapper {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* show only 3 lines */

    max-height: 4.5em; /* matches ~3 lines (1.5em each) */
    transition: max-height 0.4s ease;
}

.text-wrapper.expanded {
    -webkit-line-clamp: unset;
    max-height: 1000px; /* large value for animation */
}

.disabled-link {
    color: #b0b0b0 !important;
    cursor: default;

    &:hover {
        color: #b0b0b0;
    }
}

.cat-line {
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
}

.category-filter li a {
    transition: color .3s;
    display: flex;
    align-items: center;
    gap: 5px
}

.active-cat-link {
    color: #FF5C00;

    &:hover {
        color: #FF5C00;
    }
}

.active-cat-link i {
    font-size: 12px
}

.category-filter .current-category {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.category-filter li a:not(.active-cat-link) {
    color: #4e4e4e;

    &:hover {
        color: #FF5C00;
    }
}


ul#pagin {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

ul#pagin li a,
ul#pagin li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    border-radius: 50%;
    color: #212529;
    font-weight: bold;
    transition: background .3s
}

ul#pagin li:hover a,
ul#pagin li.active a {
    color: #FFF;
    background: #FF5C00;
}

ul#pagin li i {
    font-size: 13px
}

ul#pagin li.disabled {
    opacity: .5
}


.relative {
    position: relative;
}

#autocomplete-ui-m {
    position: absolute;
    top: 57px;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    border-radius: 8px;
    box-shadow: 5px 5px 5px 0px rgba(22, 22, 22, 0.15);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(22, 22, 22, 0.15);
    -moz-box-shadow: 5px 5px 5px 0px rgba(22, 22, 22, 0.15);
    display: none;
}

#autocomplete-ui-m li {
    padding: 10px 14px;
    border-bottom: solid 1px #e1e1e1;
    cursor: pointer;
    transition: all .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#autocomplete-ui-m li:hover {
    background-color: #f1f1f1;
}

#autocomplete-ui-m li:last-child {
    border-bottom: none;
}

.windows .windowsChild .oneWindow .windowsTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    word-break: break-word;
}

.line-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 14px;
}

.line-gallery img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 30px;
    cursor: pointer;
}

.blog-item img {
    height: 360px;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .line-gallery {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .line-gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .cookie-privacy-policy .cookie-privacy-policy-inner {
        padding: 20px 30px !important;
    }


}

@media screen and (max-width: 650px) {
    .line-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .cookie-privacy-policy .cookie-privacy-policy-inner {
        flex-direction: column !important;
        gap:20px !important;
        text-align: center;
    }
    .cookie-privacy-policy button{
        margin-left: unset !important;
    }
}

@media screen and (max-width: 600px) {
    .line-gallery {
        grid-template-columns: repeat(1, 1fr);
    }


}

@media screen and (max-width: 500px) {

}

@media screen and (max-width: 440px) {

}

@media screen and (max-width: 375px) {

}

header .headerChild .leftSide h1 span,
header .headerChild .leftSide h5 span {
    color: #FF5C00;
}

.chooseProfile .chooseProfileChild h2,
.profileSystem .chooseProfileChild h2 {
    text-align: center;
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 50px;
}

.profileSystem h3.title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
}

.windows .windowsChild h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.components .componentsChild h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 46px;
}

.colorPlus .colorPlusChild h2 {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 35px;
}

.checkRehau .checkRehauChild h2 {
    margin-top: 24px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.credit .creditChild .creditItem h2,
.credit .creditChild .whyChooseItem h2,
.credit .whyChooseChild .creditItem h2,
.credit .whyChooseChild .whyChooseItem h2,
.whyChoose .creditChild .creditItem h2,
.whyChoose .creditChild .whyChooseItem h2,
.whyChoose .whyChooseChild .creditItem h2,
.whyChoose .whyChooseChild .whyChooseItem h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.howTo .howToChild h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 23px;
    text-align: center;
}

.certificate .certificateChild h2 {
    font-size: 23px;
    line-height: 30px;
}

.ourWork .ourWorkChild h2 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 24px;
}

.faq .faqChild h2 {
    font-size: 42px;
    line-height: 50px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.review .reviewChild h2 {
    font-size: 23px;
    line-height: 30px;
}

.construction .constructionChild h2 {
    text-align: center;
    margin-bottom: 42px;
    font-size: 32px;
    line-height: 40px;
}

.ourWorkChild .nav-item h3 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

header .headerChild .leftSide h1 {
    font-size: 40px;
    color: #000;
    line-height: 40px;
}

header .headerChild .rightSide h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.allProducts .allProductsChild h2 {
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 56px;
    font-weight: 700;
}


.windows .windowsChild .oneWindow h3.windowsTitle,
.blog .blogChild .oneBlog > div .title {
    font-weight: normal;
}

.blog .blogChild h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 50px;
}

.blog .blogChild h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 50px;
    text-align: center;
}

.promotion .promotionChild h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 50px;
}

.promotion .promotionChild .onePromotion div h3 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
    font-weight: 700;
}


.chooseProfile .chooseProfileChild h1 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 45px;
    font-size: 32px;
    margin-bottom: 50px;
}


.promotion .promotionChild h2 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 50px;
}

.fs-32 {
    font-size: 32px;
}

.fs-20 {
    font-size: 20px;
}


.fs-16 {
    font-size: 16px;
}

.no-margin {
    margin: 0;
}


.windows .windowsChild .oneWindow ._windowButton button {
    display: block;
    width: 100%;
    margin-top: 18px;
    padding: 16px;
    color: #FF5C00;
    border: 2px solid #FF5C00;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-bottom: 13px;
    padding-top: 13px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    background-color: transparent;
}

.windows .windowsChild .oneWindow ._windowButton a {
    color: #FF5C00;
    transition: 0.3s all;
}

.windows .windowsChild .oneWindow ._windowButton button:hover {
    background-color: #FF5C00;
    color: #fff;

    a {
        color: #fff;
    }
}

.windows .windowsChild .oneWindow .windowsTitle {
    color: #212529;
}

.topNav .topNavChild .leftSide > img {
    margin-right: 80px;
}

.go-home > a {
    padding: 16px;
    color: #FF5C00;
    border: 2px solid #FF5C00;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    padding: 12px 15px;
}

.go-home > a:hover {
    background-color: #FF5C00;
    color: #fff;
}

.error-msg-responce {
    color: #FF5C00;
    margin-top: 5px !important;
}

.success-msg-response {
    color: #1b8e61;
    margin-top: 5px !important;
}

.windows .windowsChild .oneWindow .windowsTitle {
    font-size: 18px !important;
}

.windows .windowsChild .oneWindow .windowPrice {
    font-size: 18px !important;
}

.windows .windowsChild .oneWindow .windowPrice .new {
    font-size: 20px !important;
}


.notify-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    -ms-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: none;
}

.notify-popup .notify-popup-inner {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 100px 50px;
    border-radius: 20px;
    background-color: #fff;
    width: auto;
    height: auto;
    min-width: 300px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
}


.notify-popup .notify-popup-title {
    text-align: center;
}


.notify-popup .notify-popup-content {
    text-align: justify;
}

.notify-popup.warning .notify-popup-content {
    color: #FF5C00;
}

.notify-popup .close-popup {
    position: absolute;
    top: 7px;
    right: 5px;
    font-size: 28px;
    cursor: pointer;
}


.cookie-privacy-policy {

    display: block;
    position: fixed;
    bottom: -1px;
    left: 0;
    background-color: #F7F7F7;
    z-index: 998;


    width: 100%;
    margin: 0 auto;
    webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /*height: 110px;*/
}

.cookie-privacy-policy .cookie-privacy-policy-inner {
    max-width: 1550px;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 30px 127px;
    /*position: fixed;*/
    /*height: inherit;*/
}

.cookie-privacy-policy .cookie-privacy-policy-inner p {
    margin: 0
}

.cookie-privacy-policy button {
    margin-left: auto;
    display: inline-block;
    padding: 16px;
    color: #FF5C00;
    border: 2px solid #FF5C00;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 21px;
    background-color: #FF5C00;
    color: #fff;
    font-weight: 600;
    margin-right: 5px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}


.order-article-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    -ms-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    backdrop-filter: blur(10px);
    z-index: 9999;
    /*display: none;*/
}

.order-article-modal .close-popup {
    position: absolute;
    top: 7px;
    right: 5px;
    font-size: 28px;
    cursor: pointer;
}


.order-article-modal-content {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    width: auto;
    height: auto;
    min-width: 400px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.order-article-modal .modal-row {
    margin-bottom: 20px;
}

.order-article-modal .modal-row textarea,
.order-article-modal .modal-row input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;

    border: solid 1px #dadada;
    font-size: 14px;
    padding: 17px 25px;
    outline: none;
}

/*Call measurment*/


.call-measurement-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    -ms-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    backdrop-filter: blur(10px);
    z-index: 9999;
    /*display: none;*/
}

.call-measurement-modal .close-popup {
    position: absolute;
    top: 7px;
    right: 5px;
    font-size: 28px;
    cursor: pointer;
}


.call-measurement-modal-content {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    width: auto;
    height: auto;
    min-width: 400px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.call-measurement-modal .modal-row {
    margin-bottom: 20px;
}

.call-measurement-modal .modal-row textarea,
.call-measurement-modal .modal-row input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;

    border: solid 1px #dadada;
    font-size: 14px;
    padding: 17px 25px;
    outline: none;
}

/*end Call measurment*/

.modal-row button {
    background-color: #FF5C00;

    padding: 17px 25px;
    font-size: 14px;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
}

.modal-row button:disabled {
    background-color: rgba(255, 92, 0, 0.5);
}

.agree-to-send-request {
    position: relative;
    cursor: pointer;
    padding-left: 34px;
    font-size: 14px;
    color: #595959;
}

#agree-to-send-request + label::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(/img/check.svg);
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-34%);
    -moz-transform: translateY(-34%);
    -ms-transform: translateY(-34%);
    -o-transform: translateY(-34%);
    transform: translateY(-34%);
    background-repeat: no-repeat;
    display: none;
}

.agree-to-send-request {
    position: relative;
    cursor: pointer;
    padding-left: 34px;
    font-size: 14px;
    color: #595959;
}

#agree-to-send-request + label::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(/img/check.svg);
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-34%);
    -moz-transform: translateY(-34%);
    -ms-transform: translateY(-34%);
    -o-transform: translateY(-34%);
    transform: translateY(-34%);
    background-repeat: no-repeat;
    display: none;
}

#agree-to-send-request:checked + label::before {
    display: block;
}

.agree-to-send-request:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.agree-to-call-measurement {
    position: relative;
    cursor: pointer;
    padding-left: 34px;
    font-size: 14px;
    color: #595959;
}

#agree-to-call-measurement + label::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(/img/check.svg);
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-34%);
    -moz-transform: translateY(-34%);
    -ms-transform: translateY(-34%);
    -o-transform: translateY(-34%);
    transform: translateY(-34%);
    background-repeat: no-repeat;
    display: none;
}

.agree-to-call-measurement {
    position: relative;
    cursor: pointer;
    padding-left: 34px;
    font-size: 14px;
    color: #595959;
}

#agree-to-call-measurement + label::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(/img/check.svg);
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-34%);
    -moz-transform: translateY(-34%);
    -ms-transform: translateY(-34%);
    -o-transform: translateY(-34%);
    transform: translateY(-34%);
    background-repeat: no-repeat;
    display: none;
}

#agree-to-call-measurement:checked + label::before {
    display: block;
}

.agree-to-call-measurement:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.promotionsSwiper {
    width: 100%;
}


.singleDescription ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/img/list.svg);
    position: absolute;
    left: 0;
    top: 0;
}

.singleDescription ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 15px;
    font-size: 14px;
}

.products-list-btn button {
    padding: 0 !important;
}

.products-list-btn a {
    display: block;
    padding: 16px;
}

@media screen and (max-width: 991px) {

    .credit .creditChild, .credit .whyChooseChild, .whyChoose .creditChild, .whyChoose .whyChooseChild {
        background: none !important;
    }
}

.product-view .swiper-slide img{
    width: 120px;
    height: 120px;
}