.warranty {
    font-family: Open Sans, sans-serif;
}

@media screen and (min-width: 1025px) {
    .warranty {
        padding: 20px 0!important;
    }
}

@media screen and (min-width: 1280px) {
    .warranty {
        padding: 20px 0px!important;
        margin-right: auto;
        margin-left: auto;
        max-width: 1099px;
        /*margin: 0 -80px;*/
    }
}

.warranty > * + * {
    color: #000;
    margin-top: 80px;
}

.container {
    padding: 0 66px;
    margin: auto;
    width: 100%;
    max-width: 1156px;
}

.b1-h2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 940px;
    border: 1px solid #000;
    padding: 30px 50px;
}

.b1-h2-title {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}

.b1-h2-title h3 {
    font-family: Times-New-Roman, serif;
    font-size: 35px;
    font-style: italic;
    text-transform: uppercase;
    margin: 0!important;
    white-space: nowrap;
    font-weight: normal;
}

.mod-h1 {
    color: #000;
    font-family: Times-New-Roman, serif;
    font-size: 40px;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 16px !important;
    font-weight: normal;
}

.b1-h2-title::before {
    content: '';
    display: none;
    height: 1px;
    width: 100%;
    background: #000;
    margin-right: 18px;
    /*margin-top: 18px;*/
}

.b1-h2-title::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #000;
    margin-left: 18px;
    /*margin-top: 18px;*/
}

.mod-li,
.b1-h2-text {
    font-size: 19px;
    line-height: 24px;
}

.b2-main {
    display: flex;
    justify-content: space-between;
}

.b2-main.invert {
    flex-direction: row-reverse;
}

.b2-main.invert > .b2-main-text-content {
    margin-right: 50px;
    margin-left: 0;
}


.b2-main-text-content,
.b2-main-image {
    width: calc(50% - 25px);
}

.b2-main-video {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.b2-main-image {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    position: relative;
    height: fit-content;
}

.b2-main-image:after {
    content: '';
    position: absolute;
    border: 30px solid #B3BCC8;
    aspect-ratio: 1 / 1;
    width: 100%;
    z-index: 0;
}

.n1 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.n1 > .b2-main-image:after {
    top: -66px;
    left: -66px;
    width: 100%;
}

.n2 {
    margin-bottom: 150px;
}

.n2 > .b2-main-text-content {
    width: calc(50% - 90px)
}

.n2 > .b2-main-image:after {
    bottom: -66px;
    left: -66px;
    width: calc(100% + 132px);
    height: 80%;
}

.n3 {
    margin-bottom: 200px;
}

.n3 > .b2-main-image:after {
    bottom: -66px;
    left: 66px;
    width: calc(100% - 132px);
    height: 60%;
}

.n4 {
    margin-bottom: 150px;
    margin-top: 150px;
}

.n4 > .b2-main-image:after {
    top: -66px;
    left: 66px;
    width: calc(100% - 132px);
    height: calc(100% + 132px);
}

.n5 {
    margin-bottom: 150px;
}

.n5 > .b2-main-text-content {
    width: calc(50% - 90px);
}

.n5 > .b2-main-image:after {
    bottom: -66px;
    right: -66px;
    width: calc(100% - 40px);
}

.n6 > .b2-main-text-content {
    width: calc(50% - 45px);
}

.n6 > .b2-main-image:after {
    top: 66px;
    left: -66px;
    width: calc(100% + 132px);
    height: calc(100% - 132px);
}

.b2-main-text-content {
    margin-left: 50px;
}

.b2-main-text-content > * + * {
    margin-top: 16px;
}

.b2-main-text-content h3 {
    font-family: Geometria, sans-serif;
    font-weight: normal;
    font-size: 40px;
    color: #6F6F6F;
    margin: 0 0 30px!important;
    text-transform: uppercase;
    letter-spacing: 3;
}

.b2-main-text {
    line-height: 140%;
    max-width: 524px;
    font-weight: 300;
}

.b2-main-h4 {
    font-family: Times-New-Roman, serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.heading p {
    font-size: 19px!important;
    line-height: unset!important;
    letter-spacing: normal!important;
    color: #000!important;
    max-width: unset!important;
    text-align: left!important;
    margin: 19px 0!important;
    padding: 0!important;
}

.heading h1 {
    margin-bottom: 40px;
}

.ps h4 {
    font-size: 35px;
}

.ps h3 {
    margin-bottom: 30px;
}

.ps h3 {
    color: #818181;
}

.ps > .el {
    display: flex;
    position: relative;
}

.ps > .el + .el {
    padding-top: 30px;
}

.ps > .el > .mod-li {
    width: 100%;
    display: flex;
    align-items: center;
}

.ps-el-num {
    color: #a8a8a8;
    font-family: "Times-New-Roman", serif;
    font-style: italic;
    display: flex;
    align-items: center;
    line-height: 50px;
    font-size: 50px;
    margin-right: 20px;
    mix-blend-mode: darken;
}

.ps-el-num:after {
    content: '';
    background: #a8a8a8;
    height: 1px;
    width: 30px;
    margin-left: 1rem;
}

.lst {
    display: flex;
    background: #F8F8F8;
    padding: 80px 140px;
    align-items: center;
    justify-content: space-between;
}

.lst > h3 {
    line-height: 130%;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .warranty {
        padding: 0 2rem;
    }

    .b2-main-text:last-child {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 450px) {
    .warranty {
        padding: 0;
    }

    .lst > h3 {
        font-size: 22px;
        margin-top: 0!important;
        text-align: center;
    }

    .lst {
        width: 100%;
        padding: 30px 1rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .container {
        padding: 0;
    }

    .mod-h1 {
        font-size: 24px;
    }

    .warranty {
        font-size: 14px;
    }

    .b2-main.invert,
    .b2-main {
        flex-direction: column;
    }

    .b2-main-text-content {
        margin: 0;
        width: 100% !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .b1-h2-title h3 {
        white-space: unset;
        font-size: 24px;
    }

    .mod-li,
    .b1-h2-text {
        font-size: 16px;
        line-height: 22px;
    }

    .heading h1 {
        margin-bottom: 19px;
    }

    .heading p {
        font-size: 16px!important;
    }

    .b2-main {
        margin: unset;
    }

    .warranty > * + * {
        margin-top: 40px !important;
    }

    .b2-main-image:after {
        display: none;
    }

    .b2-main-text-content h3 {
        font-size: 32px;
        margin-bottom: 14px!important;
    }

    .b2-main-image {
        width: 100%;
        margin-bottom: 22px;
    }

    .b2-main-h4 {
        font-size: 15px;
    }

    .b2-main-text-content > * + * {
        margin-top: 8px;
    }
    .look-w,
    .heading,
    .ps {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ps h4 {
        font-size: 19px;
    }

    .ps > .el {
        padding-top: 16px;
    }

    .ps > .el > .mod-li {
        align-items: flex-start;
    }

    .ps-el-num {
        font-size: 30px;
        line-height: 30px;
        margin-right: 10px !important;
    }

    .ps-el-num:after {
        width: 16px;
        margin-left: 10px;
    }

    .b1-h2 {
        padding: 12px;
    }

    .b1-h2:not(.b1-h2-heading) {
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc(100% - 2rem);
    }

    .b1-h2-title::before,
    .b1-h2-title::after {
        display: none;
    }

    .b1-h2-heading .b1-h2-title::before,
    .b1-h2-heading .b1-h2-title::after {
        display: block;
    }

    .b1-h2.b1-h2-heading {
        border: none;
        text-align: center;
        padding: 0 1rem;
    }

    /*n1,n2,n3,n4,n5,n6 {*/
    /**/
    /*}*/
}
