.o-product-intro {
    background: #f7f5f5;
}
@media (min-width: 768px) {
    .o-product-intro__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.o-product-intro__image {
    max-width: 400px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .o-product-intro__image {
        position: relative;
        max-width: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 300px;
    }
}
@media (min-width: 1024px) {
    .o-product-intro__image {
        width: 420px;
    }
}
@media (min-width: 1500px) {
    .o-product-intro__image {
        width: 576px;
    }
}
.o-product-intro__image img {
    width: 100%;
}
@media (min-width: 768px) {
    .o-product-intro__image img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
    }
}
.o-product-intro__content {
    padding: 1.5625rem 1.3125rem 0;
}
@media (min-width: 768px) {
    .o-product-intro__content {
        padding: 3.125rem;
    }
}
@media (min-width: 1500px) {
    .o-product-intro__content {
        padding: 4rem 4rem 2.75rem 4rem;
    }
}
.o-product-intro__title {
    margin-bottom: 2.0625rem;
}
@media (min-width: 1024px) {
    .o-product-intro__title {
        max-width: 600px;
    }
}
.o-product-intro__text p {
    margin-bottom: 1.8125rem;
}
.o-product-features__wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .o-product-features__wrapper {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}
@media (min-width: 1500px) {
    .o-product-features__wrapper {
        padding-top: 4rem;
        padding-bottom: 2.5rem;
    }
}
.o-product-features__title {
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
    .o-product-features__title {
        margin-bottom: 1.75rem;
    }
}
@media (min-width: 1024px) {
    .o-product-features__text {
        margin-bottom: 2.5rem;
    }
}
.o-product-features__text-2 {
    font-size: 1.1875rem;
    margin-bottom: 1.875rem;
}
.o-product-features__factors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -0.5rem;
    margin-bottom: 2.5rem;
}
.o-product-features__factors li {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000;
    padding: 0 0.8125rem;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
    margin-right: 0.25rem;
}
@media (min-width: 768px) {
    .o-product-features__threats {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
}
.o-product-features__threats li {
    background: rgba(254, 214, 123, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
    .o-product-features__threats li {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
        min-height: 80px;
    }
}
@media (min-width: 1024px) {
    .o-product-features__threats li {
        width: calc(33.33% - 10px);
    }
}
@media (min-width: 1500px) {
    .o-product-features__threats li {
        width: calc(25% - 10px);
    }
}
.o-product-features__threats img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-right: 0.75rem;
}
@media (min-width: 768px) {
    .o-product-features__threats img {
        width: 40px;
        height: 40px;
    }
}
.o-product-linked {
    padding-bottom: 2.5rem;
}
@media (min-width: 1500px) {
    .o-product-linked {
        padding-bottom: 4rem;
    }
}
.o-product-content {
    position: relative;
}
.o-product-content__bg {
    position: absolute;
    bottom: 22%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
    padding: 0 25px;
}
@media (min-width: 768px) {
    .o-product-content__bg {
        bottom: unset;
        top: 50%;
        padding: 0 60px;
    }
}
.o-product-content__wrapper {
    background: #1e1e1e;
    padding-top: 2.1875rem;
    padding-bottom: 1.4375rem;
}
@media (min-width: 768px) {
    .o-product-content__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}
@media (min-width: 1500px) {
    .o-product-content__wrapper {
        padding: 4rem;
    }
}
.o-product-content__left {
    z-index: 1;
    position: relative;
}
@media (min-width: 768px) {
    .o-product-content__left {
        width: 50%;
    }
}
.o-product-content__right {
    z-index: 1;
    position: relative;
    padding-top: 3.1875rem;
}
@media (min-width: 768px) {
    .o-product-content__right {
        width: 50%;
        padding-top: 0;
    }
}
.o-product-content__title {
    color: #fff;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    max-width: 650px;
}
.o-product-content__text {
    color: #fff;
    padding: 1.875rem 0 1.25rem;
    border-top: 1px solid #fed67b;
    border-bottom: 1px solid #fed67b;
}
@media (min-width: 1024px) {
    .o-product-content__text {
        padding: 2.5rem 0;
    }
}
.o-product-content__text.no-borders {
    border: none;
}
.o-product-content__text p {
    font-size: 1.125rem;
    line-height: 1.667;
    margin-bottom: 1.875rem;
}
.o-product-content__text p:last-child {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .o-product-content__text p {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
@media (min-width: 768px) {
    .o-product-content__image {
        width: 80%;
        margin-left: auto;
    }
}
@media (min-width: 1500px) {
    .o-product-content__image {
        width: 52%;
        margin-left: auto;
    }
}
.o-product-content__image img {
    width: 100%;
}
.o-product-related {
    background: #ececec;
}
.o-product-related__wrapper {
    padding: 4px;
}
.o-product-related__top {
    padding: 1.875rem 1.25rem;
}
@media (min-width: 768px) {
    .o-product-related__top {
        padding: 3.75rem 0 !important;
    }
}
@media (min-width: 1024px) {
    .o-product-related__top {
        padding: 4rem 0 !important;
    }
}
.o-product-related__title {
    margin-bottom: 1.25rem;
}
.o-product-related__text {
    line-height: 1.875 !important;
    max-width: 900px;
}
@media (min-width: 1024px) {
    .o-product-related__text {
        line-height: 2 !important;
    }
}
.o-product-related__text p {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    .o-product-related__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: 0 -4px;
    }
}
@media (min-width: 1500px) {
    .o-product-related__list .m-product-tile {
        width: calc(33.33% - 8px);
    }
}