.gray-bg {
    background-color: #FAFAFA;
}

.our-advantages .mb-50 {
    margin-bottom: 0 !important;
}

.our-advantages h2 {
    margin-top: 0;
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flex-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.flex-col-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.flex-col-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.flex-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.flex-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.flex-col-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.flex-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


.th-top {
    margin-top: 30px;
}

.th-top img {
    width: 100%;
}

.th-top .th-top--inner {
    position: relative;
    height: 100%;
}

.th-top .th-top--inner p {
    font-size: 16px;
}

.th-top .th-top--h1 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #F56D48;
}

.th-top .th-top--inner .btn {
    position: absolute;
    bottom: 0;
    left: 0;
}

.th-variations--item,
.th-variations--item:hover {
    color: #242424;
    text-decoration: none;

}

.th-variations--item:nth-child(n+5) {

}

.th-variations--item p {
    font-weight: bold;
}

.th-variations--item img {
    width: auto;
    max-width: 100%;
}

.th-elements-item:nth-child(n+4) {
    margin-top: 50px;
}

.price-tabs .th-elements-item .row-item-inner {
    padding: 0 5rem;
}

.th-elements-item .old-price {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.price-tabs .th-elements-item .row-item-inner svg {
    width: 18px;
    height: 18px;
    margin-right: 0;
}

.price-tabs .th-elements-item .row-item-inner .old-price svg {
    width: 13px;
    height: 13px;
    top: 1px;
}

.price-tabs .th-elements-item .row-item-inner .new-price {
    font-size: 28px;
}

.price-tabs .th-elements-item .row-item-inner .i-price .primech {
    font-size: 14px;
}

.th-elements-item .i-size {
    font-weight: bold;
}

.th-elements-item .i-subdescription {
    color: #808080;
}

.th-glazing-kits {
    padding-bottom: 50px;
}

.th-glazing-kits--item {
    margin-top: 100px;
}

.th-glazing-kits--header {
    display: flex;
    border-bottom: 5px solid #89B47F;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.th-glazing-kits--header span {
    font-size: 50px;
    color: #89B47F;
}

.th-glazing-kits--header p {
    margin: 0;
    font-size: 36px;
    text-align: right;
}

.th-glazing-kits--elements {
    margin-bottom: 50px;
}

.th-glazing-kits--elements .flex-row {
    align-items: center;
}

.th-glazing-kits--elements .element-item {
    text-align: center;
}

.th-glazing-kits--elements .element-item:nth-child(n+4) {
    margin-top: 50px;
}

.th-glazing-kits--elements .i-image {
    display: inline-block;
    position: relative;
}

.th-glazing-kits--elements img {
    width: auto;
    max-width: 100%;
}

.th-glazing-kits--elements .i-title {
    font-weight: bold;
}

.th-glazing-kits--elements .i-size {
    margin: 0;
}

.th-glazing-kits--elements .i-amount {
    position: absolute;
    bottom: 50px;
    right: -30px;
    display: block;
    background-color: #89B47F;
    padding: 1rem 2rem;
    font-weight: bold;
    color: #fff;
}

.th-glazing-kits--footer .footer-hint {
    color: rgba(245, 109, 72, 1);
    font-weight: bold;
    margin: 1.5rem 0 0;
    font-size: 13px;
}

.th-glazing-kits--footer .price-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.th-glazing-kits--footer .price-inner p {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.th-glazing-kits--footer .price-inner .pi-title {
    font-size: 20px;
}

.th-glazing-kits--footer .price-inner .pi-value {
    font-size: 40px;
    color: rgba(137, 180, 127, 1);
}

.th-glazing-kits--footer .btn {
    width: 100%;
}

.th-glazing-kits--footer .price-inner .pi-value svg {
    position: relative;
    margin: 0;
    width: 30px;
    height: 30px;
    top: -3px;
    fill: rgba(137, 180, 127, 1);
}

.flex-icons {
    position: relative;
    text-align: center;
    justify-content: center;
}

.flex-icons:after {
    content: '';
    position: absolute;
    bottom: 111px;
    left: 147px;
    display: block;
    width: 75%;
    height: 3px;
    background: #89B47F;
    z-index: -1;
}

.flex-icons--icon {
    position: relative;
    margin-bottom: 60px;
}

.flex-icons--icon:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -9px;
    display: block;
    width: 18px;
    height: 18px;
    background: #89B47F;
    border: 3px solid #FFFFFF;
    border-radius: 100%;
}

.flex-icons--icon svg {
    width: 90px;
    height: 90px;
}

.flex-icons--title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.th-all-items ul {
    columns: 4;
}

.th-all-items a {
    color: rgba(245, 109, 72, 1);
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .flex-col-md-hide {
        display: none;
    }

    .flex-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .th-glazing-kits--footer .price-inner .pi-value {
        font-size: 30px;
    }

    .th-glazing-kits--footer .price-inner .pi-value svg {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 812px) {
    .th-top .flex-col,
    .th-elements .flex-col,
    .th-glazing-kits--elements .flex-col,
    .th-glazing-kits--footer .flex-col,
    .th-variations .flex-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .th-variations .flex-col:nth-child(n+2),
    .th-glazing-kits--elements .flex-col:nth-child(n+2) {
        margin-top: 30px;
    }

    .th-top .th-top--inner .btn {
        position: relative;
    }

    .th-top .th-top--inner {
        padding-top: 2rem;
    }

    .th-glazing-kits--header {
        display: block;
        padding-bottom: 1rem;
    }

    .th-glazing-kits--header span {
        font-size: 36px;
    }

    .th-glazing-kits--header p {
        font-size: 20px;
        text-align: left;
    }

    .th-glazing-kits--footer {
        text-align: center;
    }

    .th-glazing-kits--footer .price-inner {
        display: block;
        padding: 1rem 0;
    }

    .th-glazing-kits--footer .price-inner .pi-title {
        margin-bottom: 1rem;
    }

    .th-glazing-kits--footer .price-inner br {
        display: none;
    }

    .th-glazing-kits--footer .btn {
        margin-top: 30px;
        width: 50%;
    }

    .flex-icons .flex-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-icons:after,
    .flex-icons--icon:after {
        display: none;
    }

    .flex-icons--icon {
        margin-bottom: 20px;
    }

    .flex-icons .flex-col:nth-child(n+3) {
        margin-top: 30px;
    }

}