.about-wrp {
    position: relative;
}

.about-item__slogan-wrp {
    width: 100%;
    background: linear-gradient(180deg, #f5f5f5, #eaeaea);
    height: 540px;
    border-top: 1px solid #d9d9d9;
}

.breadcrumbs-wrp {
    height: 30px;
    box-sizing: border-box;
    padding: 0;
}

.about-slogan-wrp {
    padding: 0 0 30px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    height: calc(100% - 30px);
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.slogan-text {
    min-width: 655px;
    box-sizing: border-box;
    padding-right: 80px;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.slogan-text__item {
    width: 100%;
    text-align: right;
    color: #707070;
    font-size: 60px;
    line-height: 82px;
    letter-spacing: -2px;
}

.slogan-text__accent {
    color: #E96758;
}

.slogan-img-wrp {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.slogan-img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    border-radius: 20px;
}

.slogan-img-overflow {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 757px;
}

.about-item__20-years {
    width: 100%;
    background: #fff url('/assets/images/about/20-background.jpg.webp') no-repeat bottom right;
    font-size: 32px;
    line-height: 48px;
    color: #707070;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.about-item__20-years .Container {
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
}

.about-item__20-years .Container:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 145px;
    height: 2px;
    background-color: #E96758;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.about-item__descr-wrp {

}

.about__descr-item-wrp {
    min-height: 350px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    background-color: #f8f8f8;
    padding: 0;
}

.descr-text {
    padding: 60px 60px 60px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.descr-text-title {
    font-size: 30px;
    font-weight: 400;
    color: #707070;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.descr-text-text {
    width: 100%;
    box-sizing: border-box;
}

.descr-text-text p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #707070;
    letter-spacing: 1px;
    margin-bottom: 18px;
    margin-top: 0;
}

.descr-img-wrp {
    width: 100%;
}

.descr-img-overflow {
    height: 100%;
    width: 100%;
}

.zz-inventory .descr-text {
    width: 420px;
    min-width: 420px;
    text-align: right;
}

.zz-inventory .descr-img-overflow {
    background: url(/assets/images/about/inventory2.jpg.webp) no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

.zz-configurator .descr-text {
    width: 635px;
    min-width: 635px;
}

.zz-configurator .descr-img-overflow {
    background: url(/assets/images/about/configurator.jpg.webp) no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

.zz-engineering .descr-text {
    width: calc(100% - 420px);
    text-align: right;
}

.zz-engineering .descr-img-wrp {
    width: 420px;
}

.zz-engineering .descr-img-overflow {
    background: url(/assets/images/about/build-in-plans-1621.jpg.webp) no-repeat;
    background-size: auto 151%;
    background-position: left center;
}

.about-item__benefits-wrp h3 {
    margin-top: 30px;
}

.benefits-list__item {
    font-size: 16px;
    color: #707070;
    letter-spacing: 1px;
    line-height: 34px;
}

.benefits-list__item i {
    margin-right: 20px;
    color: #bbbbbb;
}

.about-item__rebuilding-wrp {
    position: relative;
    align-items: flex-start;
    padding-bottom: 30px;
}

.about-item__rebuilding-wrp h3 {
    margin-top: 30px;
    margin-bottom: 60px;
}

.about-item__rebuilding-wrp h3:after {
    top: 40px;
    bottom: unset;
}

.rebuilding-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.rebuilding-item.item-2 {
    justify-content: center;
    margin-top: -100px;
}

.rebuilding-image {
    width: 36%;
    border: none;
    position: relative;
    padding-top: 27%;
}

.image-holder {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 20px;
}

.rebuilding-image.image-1 .image-holder {
    margin-right: 20px;
    background: url("/assets/images/about/image-1.jpg.webp") no-repeat center center;
    background-size: auto 100%;
}

.rebuilding-image.image-2 .image-holder {
    background: url("/assets/images/about/image-2.jpg.webp") no-repeat center center;
    background-size: auto 100%;
}

.rebuilding-image.image-3 .image-holder {
    background: url("/assets/images/about/image-3.jpg.webp") no-repeat center center;
    background-size: auto 100%;
    z-index: 10;
}

.rebuilding-p {
    width: 33%;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 5%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
}

.rebuilding-p.p-2 {
    width: 50%;
    padding-left: 13%;
    margin-right: -13%;
    padding-top: 30px;
}

.about-item__partner {
    background-color: #fdf6f6;
}

.about-item__partner-wrp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.about-partner {
    width: 60%;
    box-sizing: border-box;
    padding: 90px 0 10px 90px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.about-partner__title {
    font-size: 30px;
    font-weight: 500;
    color: #707070;
    text-align: center;
    padding-right: 90px;
}

.about-partner__text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.about-partner__text p {
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    font-weight: 400;
    text-align: center;
    padding: 20px 75px 20px 0;
    margin-top: 0;
}

.about-partner__text p.bordered {
    border-right: 2px solid #d83838;
}


.contact-us-link {
    color: #E96758;
    text-decoration: none;
}

.about-button {
    padding: 4px 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    cursor: pointer;
    border: 1px solid #E96758;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition:color 0.5s ease-in-out;
    border-radius: 22px;
    color: #fff;
    height: 42px;
    box-sizing: border-box;
    background-color: #E96758;
    z-index: 3;
    display: inline-block;
    width: 180px;
    text-align: center;
    margin-right: 90px;
}

.about-button:hover {
    background-color: #9e180e;
}

.about-newsletter {
    padding: 130px 0 0 75px;
    width: 40%;
    min-width: 460px;
    box-sizing: border-box;
}

.about-newsletter__title {
    font-size: 30px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 20px;
    text-align: center;
}

.subscribe-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}

.subscribe-wrp {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: center;
}

.subscribe {
    padding: 4px 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    cursor: pointer;
    border: 1px solid #E96758;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition:color 0.5s ease-in-out;
    border-radius: 22px;
    color: #fff;
    height: 42px;
    box-sizing: border-box;
    background-color: #E96758;
    z-index: 3;
    display: inline-block;
    width: 180px;
    text-align: center;
    outline: none;
}

.subscribe:hover {
    background-color: #9e180e;
}

.subscribe-form .email-input {
    border-radius: 6px;
    border: 1px solid #c6c2c2;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    color: #707070;
    letter-spacing: 1px;
    padding: 0 14px;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
    margin-right: 16px;
    width: 300px;
    outline: none;
}

.zz-configurator .descr-img-wrp{width: 420px; }
.zz-configurator .descr-text {width: calc(100% - 420px);}


.subscribe-message {
    padding: 20px 0;
}

.subscribe-message .fa-circle-notch:before {
    -webkit-animation: rotation 1s infinite linear;
    display: block;
}

.subscribe-message .fa-circle-notch {
    font-size: 24px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.hidden {
    display: none;
}

#subscribe_form_popup * {
    box-sizing: border-box;
}

#subscribe_form_popup .j-modal__content {
    width: 630px;
    padding: 0;
    height: calc(100vh - 100px);
}

.subscribe-form {
    padding: 10px;
    justify-content: center;
}

.subscribe-form .form-item-text__sign-up {
    margin-bottom: 20px;
}

.subscribe-form .form-item-label__email {
    margin-bottom: 10px;
    width: 455px;
    max-width: 100%;
}

.subscribe-form .h3_title {
    color: #575757;
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 20px;
    width: 100%;
    line-height: 35px;
    position: relative;
}

.subscribe-form .h3_title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 3px solid #efefef;
}

.subscribe-form .form-item-label__first-name {
    margin-bottom: 10px;
    margin-right: 20px;
    width: 215px;
}

.subscribe-form .form-item-label__last-name {
    margin-bottom: 10px;
    width: 220px;
}

.subscribe-form .form-item-label__addr-line-1, .subscribe-form .form-item-label__addr-line-2 {
    margin-bottom: 10px;
    width: 455px;
}

.subscribe-form .form-item-label__city {
    margin-bottom: 10px;
    margin-right: 20px;
    width: 215px;
}

.subscribe-form .form-item-label__state {
    margin-bottom: 10px;
    margin-right: 20px;
    width: 100px;
    z-index: 2;
}

.subscribe-form .form-item-label__zip {
    margin-bottom: 10px;
    width: 100px;
}

.subscribe-form .form-item-label__country {
    margin-bottom: 10px;
    width: 215px;
    z-index: 1;
}

.subscribe-form .form-item-label__phone {
    margin-bottom: 10px;
    margin-right: 20px;
    width: 215px;
}

.subscribe-form .form-item-label__phone-ext {
    margin-bottom: 10px;
    width: 120px;
}

.subscribe-form .selectric-wrapper .selectric {
    height: 50px;
}

.subscribe-form .selectric-wrapper .selectric .label {
    margin-top: 18px;
}

.subscribe-form .form-item-label__company {
    margin-bottom: 10px;
    width: 455px;
}

.subscribe-form .form-item-label__market {
    margin-bottom: 10px;
    width: 455px;
}

.subscribe-form .form-buttons {
    margin-bottom: 40px;
}

.subscribe-form .form-item-hint__subscribe {
    text-align: center;
    font-size: 12px;
}

.subscribe-iframe {
    width: 100%;
    height: 100%;
}

body.noscroll{
    position: relative;
    overflow: hidden !important;
}

.breadcrumbs__about {
    width: 85%;
}

/* template classes should be always on the end*/
/* template classes end*/
@media screen and (max-width: 1920px) {
    .descr-text-title {
        font-size: 26px;
        margin-bottom: 20px;

    }
    .descr-text {
        padding: 40px 40px 30px  40px;
    }
    .descr-text-text p {
        font-size: 17px;
    }
    .slogan-text__item {
        font-size: 46px;
        line-height: 66px;
    }
    .slogan-img-overflow {
        width: 530px;
    }
    .about-item__slogan-wrp {
        height: 395px;
    }
    .slogan-img-overflow {
        right: auto;
    }
    .about-item__20-years {
        width: 100%;
        background: #fff url(/assets/images/about/20-background.jpg.webp) no-repeat bottom right;
        font-size: 26px;
        line-height: 36px;
    }

}

@media screen and (max-width: 1280px) {
    .breadcrumbs__about {
        max-width: 100%;
        padding-left: 35px;
        padding-right: 35px;
        width: calc(100% - 70px);
    }
}

@media screen and (max-width: 430px) {
    .breadcrumbs ul li.current a {
        color: #707070;
    }

    .about-item__slogan-wrp {
        height: unset;
        border-top: none;
    }

    .about-slogan-wrp {
        flex-direction: column;
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .slogan-text {
        width: 100%;
        min-width: unset;
        padding-right: 0;
        justify-content: flex-start;
    }

    .slogan-text__item {
        text-align: center;
        font-size: 38px;
        line-height: 46px;
    }

    .slogan-img-wrp {
        overflow: unset;
        margin-top: 20px;
    }

    .slogan-img-overflow {
        width: 100%;
        position: relative;
    }
    .slogan-img {
        position: relative;
    }

    .about-item__20-years {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .about-item__20-years .Container {
        padding: 0 20px;
    }

    .about__descr-item-wrp {
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height: unset;
    }

    .descr-text {
        padding: 20px 20px 0 20px;
        box-sizing: border-box;
    }

    .descr-text-title {
        text-align: center;
    }
    .descr-text-text p {
        text-align: center;
    }

    .zz-inventory .descr-text {
        width: 100%;
        max-width: none;
        min-width: auto;
    }

    .zz-configurator .descr-text {
        width: 100%;
        max-width: none;
        min-width: auto;
        order: 1;
    }

    .zz-configurator .descr-img-wrp {
        order: 2;
    }

    .zz-engineering .descr-text {
        width: 100%;
        max-width: none;
        min-width: auto;
    }

    .descr-img-overflow {
        height: 250px;
    }

    .benefits-list__item {
        line-height: 24px;
    }

    .benefits-list__item i {
        margin-left: -36px;
    }

    .rebuilding-item {
        flex-direction: column;
    }

    .rebuilding-image {
        width: 100%;
        padding-top: 100%;
    }

    .rebuilding-image.image-1 .image-holder, .rebuilding-image.image-2 .image-holder, .rebuilding-image.image-3 .image-holder {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .rebuilding-p {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .rebuilding-item.item-2 {
        margin-top: 20px;
    }

    .rebuilding-p.p-2 {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .about-item__partner-wrp {
        flex-direction: column;
    }

    .about-partner {
        width: 100%;
        padding: 20px;
    }

    .about-partner__title {
        text-align: center;
        padding-right: 0;
    }

    .about-partner__text p {
        padding: 0;
    }

    .about-partner__text p.bordered {
        border-right: none;
    }

    .about-button {
        margin-right: 0;
    }

    .about-newsletter {
        padding: 0;
        width: 100%;
        min-width: unset;
    }

    .about-newsletter__title {
        text-align: center;
    }

    .about-newsletter__text {
        text-align: center;
    }
}

@media screen and (max-width: 1168px) {
    .slogan-text {
        min-width: 455px;
        padding-right: 40px;
    }
    .slogan-text__item {
        font-size: 40px;
        line-height: 52px;
    }

    .rebuilding-p {
        font-size: 17px;
        line-height: 22px;
    }
    .rebuilding-p.p-2 {
        padding-top: 130px;
    }

    .about-partner__text p {
        font-size: 17px;
        line-height: 22px;

    }
}

@media (max-width: 1024px) {
    .breadcrumbs__about {
        justify-content: flex-end;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .breadcrumbs-wrp {
        margin-top: 10px;
        margin-bottom: -5px;
    }
    .slogan-text__item {
        font-size: 36px;
        line-height: 46px;
    }
    .slogan-text {
        min-width: 365px;
        padding-right: 30px;
    }
    .slogan-img-overflow {
        width: 380px;
    }
    .about-item__slogan-wrp {
        height: 300px;
    }
    .breadcrumbs {
        margin-left: 22px;
    }
    .slogan-img {
        border-radius: 10px;
    }
    .about-item__20-years {
        padding-bottom: 60px;
    }
    .zz-inventory .descr-text {
        width: 290px;
        min-width: 230px;
    }
    .zz-configurator .descr-text {
        min-width: 395px;
    }
    .zz-engineering {
        height: 420px;
    }
    .zz-engineering .descr-text {
        width: 100%;
        min-width: 435px;
    }
    .benefits-list__item {
        line-height: 25px;
        margin-bottom: 18px;
    }
    .benefits-list__item i {
        margin-right: 14px;
        margin-left: -30px;
    }
    .image-holder {
        border-radius: 10px;
    }
    .rebuilding-item {
        flex-wrap: wrap;
    }
    .rebuilding-image {
        width: 50%;
        padding-top: 38%;
    }
    .rebuilding-item.item-2 {
        margin-top: 0;
        align-items: flex-start;
    }
    .rebuilding-p.p-1 {width: 100%}
    .rebuilding-p.p-2 {
        padding-top: 10px;
        padding-left: 20px;
        margin-right: 0;
    }
    .about-item__partner-wrp {
        flex-wrap: wrap;
        width: 100%;
    }
    .about-partner {
        padding: 50px 0 10px 0;
    }
    .about-partner__text p.bordered {
        border-right: none;
    }
    .about-partner__text p {
        padding: 20px 0 20px 0;
    }
    .about-partner__title {
        padding-right: 0;
    }
    .about-button {
        margin-right: 0;
    }
    .about-partner {
        width: 100%;
    }
    .about-newsletter {
        padding: 0;
        width: 100%;
        min-width: 460px;
        display: flex;

        flex-wrap: wrap;
        justify-content: center;
    }
    .about-newsletter__title {
        width:100%;
        text-align: center;
    }

}


@media screen and (max-width: 767px) {
    .slogan-text {
        min-width: 320px;
        padding-right: 20px;
    }
    .slogan-text__item {
        font-size: 35px;
        line-height: 49px;
    }
    .slogan-img {
            border-radius: 0;
    }
    .rebuilding-p.p-2 {
        padding-top: 0;
    }
    .about-newsletter__title {
        font-size: 26px;
    }
    .about-partner__title {
        font-size: 26px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .about-partner__text p {
        margin-top: 10px;
    }
    .about-newsletter__text {
        font-size: 17px;
        line-height: 22px;
    }
    .subscribe-wrp {
        flex-wrap: wrap;
        justify-content: center;
    }
    .subscribe  {
        margin-top: 10px;
    }

    .zz-inventory {
        height: auto;
        flex-direction: column;
    }

    .zz-inventory .descr-img-wrp {
        width: 100%;
        height: 300px;
        order: 2;
    }

    .zz-inventory .descr-text {
        width: 100%;
        order: 1;
    }

    .zz-configurator {
        height: auto;
        flex-direction: column;
    }

    .zz-configurator .descr-img-wrp {
        width: 100%;
        height: 300px;
        order: 2;
    }

    .zz-configurator .descr-text {
        width: 100%;
        order: 1;
    }

    .zz-engineering {
        height: auto;
        flex-direction: column;
    }

    .zz-engineering .descr-text {
        width: 100%;
        order: 1;
    }

    .zz-engineering .descr-img-wrp {
        width: 100%;
        height: 300px;
        order: 2;
    }
}

