/* @media screen and (max-width: 767px) {
    .product-container {
        overflow-x: visible;
    }
} */
.landing-trd {
    font-family: "Montserrat", sans-serif;
    max-width: 1500px;
    min-width: 270px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 200px;
}
.landing-trd * {
    box-sizing: border-box;
    
}

.landing-trd .title-trd {
    color: #020A0A;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.landing-trd .subtitle-trd {
    color: #020A0A;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.landing-trd .text-trd {
    color: #020A0A;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
}
@media screen and (max-width: 1599px) {

}
@media screen and (max-width: 1344px) {
    .landing-trd {
        gap: 180px;
    }
    .landing-trd .text-trd {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .landing-trd .title-trd {
        font-size: 42px;
    }
    .landing-trd .subtitle-trd {
        font-size: 32px;
    }
    .landing-trd .text-trd {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .landing-trd {
        gap: 150px;
    }
    .landing-trd .title-trd {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px){
    .landing-trd .title-trd {
        font-size: 32px;
    }
    .landing-trd .text-trd {
        font-size: 14px;
    }
}
@media screen and (max-width: 567px) {
    .landing-trd {
        gap: 120px;
    }
    .landing-trd .title-trd {
        font-size: 20px;
    }
    .landing-trd .subtitle-trd {
        font-size: 24px;
    }
}
/* product============================================================================== */
.product-trd {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.product-trd__wrap {
    display: flex;
    gap: 24px;
    width: 100%;
}
.product-trd__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 25px;
    background-color: #F9F9F9;
    background-image: url(/image/catalog/landings/energy-300/pattern.svg);
    background-repeat: no-repeat;
    background-size: 1389px;
    background-position: left bottom;
    max-width: 959px;
    width: 100%;
    padding: 24px;
}
.product-trd__inner div {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 418px;
    width: 100%;
}
.product-trd__inner div h2 {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.10);
    font-size: 80px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #8B6B3E 13.85%, #D9AF76 38.35%, #664C29 62.09%, #D6B07D 89.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.product-trd__inner div h4 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.product-trd__inner img {
    max-width: 473px;
    width: 100%;
}
.product-trd__wrap p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 40px;
    border-radius: 25px;
    background-color: #266141;
    max-width: 467px;
    width: 100%;
}
.product-trd__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 40px;
    border-radius: 25px;
    background-color: #F3E3CD;
}
.product-trd__info h3 {
    color: #22372C;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.product-trd__info p {
    color: #22372C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.product-trd__power {
    display: flex;
    gap: 24px;
}
.product-trd__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-image: url(/image/catalog/landings/energy-300/product-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px;
    max-width: 468px;
    width: 100%;
}
.product-trd__picture img {
    max-width: 387px;
    width: 100%;
}
.product-trd__block {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px;
    border-radius: 25px;
    background-color: #F9F9F9;
    max-width: 958px;
}
.product-trd__block b {
    color: #266141;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.20);
    font-size: 120px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}
.product-trd__block h4 {
    color: #020A0A;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}
.product-trd__block p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
@media screen and (max-width: 1599px) {
    .product-trd__inner {
        gap: 15px;
        max-width: 808px;
        padding: 21px;
    }
    .product-trd__inner img {
        max-width: 330px;
    }
    .product-trd__wrap p {
        padding: 30px;
        max-width: 418px;
    }
    .product-trd__info {
        padding: 30px;
    }
    .product-trd__info h3 {
        font-size: 36px;
    }
    .product-trd__block {
        padding: 30px;
        max-width: 758px;
    }
    .product-trd__block h4 {
        font-size: 36px;
    }
}
@media screen and (max-width: 1344px) {
    .product-trd {
        gap: 20px;
    }
    .product-trd__wrap {
        gap: 20px;
    }
    .product-trd__inner {
        max-width: 682px;
        padding: 13px;
    }
    .product-trd__inner div {
        gap: 30px;
        max-width: 350px;
    }
    .product-trd__inner div h2 {
        font-size: 65px;
    }
    .product-trd__inner div h4 {
        font-size: 30px;
    }
    .product-trd__inner img {
        max-width: 290px;
    }
    .product-trd__wrap p {
        font-size: 18px;
        max-width: 418px;
    }
    .product-trd__info p {
        font-size: 18px;
    }
    .product-trd__power {
        gap: 20px;
    }
    .product-trd__block {
        max-width: 632px;
    }
    .product-trd__block p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .product-trd__inner {
        gap: 10px;
        border-radius: 20px;
        max-width: 482px;
        padding: 11px;
    }
    .product-trd__inner div {
        gap: 20px;
        max-width: 250px;
    }
    .product-trd__inner div h2 {
        font-size: 40px;
    }
    .product-trd__inner div h4 {
        font-size: 22px;
    }
    .product-trd__inner img {
        max-width: 200px;
    }
    .product-trd__wrap p {
        font-size: 16px;
        padding: 20px;
        border-radius: 20px;
        max-width: 418px;
    }
    .product-trd__info {
        gap: 20px;
        padding: 20px;
        border-radius: 20px;
    }
    .product-trd__info h3 {
        font-size: 24px;
    }
    .product-trd__info p {
        font-size: 16px;
    }
    .product-trd__picture {
        border-radius: 20px;
        padding: 20px;
        max-width: 450px;
    }
    .product-trd__block {
        padding: 20px;
        border-radius: 20px;
        max-width: 450px;
    }
    .product-trd__block b {
        font-size: 80px;
    }
    .product-trd__block h4 {
        font-size: 24px;
        margin: 0 0 20px 0;
    }
    .product-trd__block p {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .product-trd__wrap {
        flex-direction: column;
    }
    .product-trd__inner {
        gap: 10px;
        border-radius: 20px;
        max-width: 100%;
        padding: 65px;
        justify-content: center;
    }
    .product-trd__wrap p {
        font-size: 16px;
        padding: 20px;
        border-radius: 20px;
        max-width: 100%;
    }
    .product-trd__info {
        gap: 20px;
        padding: 20px;
        border-radius: 20px;
    }
    .product-trd__info h3 {
        font-size: 24px;
    }
    .product-trd__info p {
        font-size: 16px;
    }
    .product-trd__picture {
        border-radius: 20px;
        padding: 40px 0;
        max-width: 340px;
    }
    .product-trd__picture img {
        max-width: 333px;
    }
    .product-trd__block {
        padding: 20px;
        border-radius: 20px;
        max-width: 340px;
    }
    .product-trd__block b {
        font-size: 80px;
    }
    .product-trd__block h4 {
        font-size: 24px;
        margin: 0 0 20px 0;
    }
    .product-trd__block p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .product-trd {
        gap: 15px;
    }
    .product-trd__wrap {
        flex-direction: column;
        gap: 15px;
    }
    .product-trd__inner {
        border-radius: 15px;
        padding: 65px 29px;
    }
    .product-trd__wrap p {
        font-size: 14px;
        padding: 15px;
        border-radius: 15px;
    }
    .product-trd__info {
        gap: 15px;
        padding: 15px;
        border-radius: 15px;
    }
    .product-trd__info p {
        font-size: 14px;
    }
    .product-trd__power {
        gap: 15px;
        flex-direction: column;
    }
    .product-trd__picture {
        border-radius: 15px;
        padding: 20px 0;
        max-width: 100%;
    }
    .product-trd__block {
        padding: 15px;
        border-radius: 15px;
        max-width: 100%;
    }
    .product-trd__block h4 {
        margin: 0 0 15px 0;
    }
    .product-trd__block p {
        font-size: 14px;
    }
}
@media screen and (max-width: 567px) {
    .product-trd__inner {
        flex-direction: column;
        gap: 5px;
        padding: 30px 20px;
    }
    .product-trd__inner div {
        gap: 18px;
        max-width: 100%;
    }
    .product-trd__inner div h2 {
        font-size: 36px;
    }
    .product-trd__inner div h4 {
        font-size: 20px;
    }
    .product-trd__inner img {
        max-width: 180px;
    }
    .product-trd__picture {
        padding: 4px 25px;
    }
    .product-trd__picture img {
        max-width: 220px;
    }
}



/* sinus-------------------------------------------------------------------------------------------------------- */
.sinus-trd {
    display: flex;
    gap: 24px;
}
.sinus-trd__wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 713px;
    width: 100%;
}
.sinus-trd__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 25px;
    background-color: #22372C; 
    padding: 40px; 
}
.sinus-trd__inner img {
    max-width: 100px;
    width: 100%;
}
.sinus-trd__inner div {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.sinus-trd__inner div h4 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.sinus-trd__inner div p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin: 0px;
}
.sinus-trd__picture {
    border-radius: 25px;
    max-width: 713px;
    width: 100%;
    background-image: url(/image/catalog/landings/energy-300/sinus-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
    .sinus-trd__wrap {
        max-width: 613px;
    }
    .sinus-trd__inner {
        gap: 30px;
        padding: 30px; 
    }
    .sinus-trd__picture {
        max-width: 613px;
    }
}
@media screen and (max-width: 1344px) {
    .sinus-trd {
        gap: 20px;
    }
    .sinus-trd__wrap {
        gap: 20px;
        max-width: 550px;
    }
    .sinus-trd__inner div h4 {
        font-size: 36px;
    }
    .sinus-trd__inner div p {
        font-size: 18px;
    }
    .sinus-trd__picture {
        max-width: 550px;
    }
}
@media screen and (max-width: 1199px) {
    .sinus-trd__wrap {
        max-width: 450px;
    }
    .sinus-trd__inner {
        gap: 20px;
        border-radius: 20px;
        padding: 20px; 
    }
    .sinus-trd__inner img {
        max-width: 74px;
    }
    .sinus-trd__inner div {
        gap: 20px;
    }
    .sinus-trd__inner div h4 {
        font-size: 24px;
    }
    .sinus-trd__inner div p {
        font-size: 16px;
    }
    .sinus-trd__picture {
        border-radius: 20px;
        max-width: 450px;
    }
}
@media screen and (max-width: 991px) {
    .sinus-trd__wrap {
        max-width: 340px;
    }
    .sinus-trd__picture {
        max-width: 340px;
    }
}
@media screen and (max-width: 767px){
    .sinus-trd {
        gap: 15px;
        flex-direction: column;
    }
    .sinus-trd__wrap {
        gap: 15px;
        max-width: 100%;
    }
    .sinus-trd__inner {
        gap: 15px;
        border-radius: 15px;
        padding: 15px; 
    }
    .sinus-trd__inner div {
        gap: 15px;
    }
    .sinus-trd__inner div p {
        font-size: 14px;
    }
    .sinus-trd__picture {
        border-radius: 15px;
        max-width: 100%;
        background-image: url(/image/catalog/landings/energy-300/sinus-bg-m.webp);
        height: 50vw;
    }
}
@media screen and (max-width: 567px) {
    .sinus-trd__inner img {
        max-width: 64px;
    }
    .sinus-trd__picture {
        height: 63vw;
        background-position: left center;
    }
}



/* universal------------------------------------------------------------------------------------------------ */
.universal-trd {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.universal-trd h2 {
    color: #020A0A;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.universal-trd__wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.universal-trd__wrap p {
    color: #22372C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 40px;
    background-color: #F3E3CD;
    border-radius: 25px;
    width: 100%;
}
.universal-trd__block {
    display: flex;
    gap: 24px;
}
.universal-trd__block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 673px;
    width: 100%;
}
.universal-trd__block ul li {
    padding: 40px;
    background-color: #266141;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.universal-trd__block ul li img {
    max-width: 84px;
    width: 100%;
}
.universal-trd__block ul li span {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.universal-trd__picture {
    border-radius: 25px;
    max-width: 753px;
    width: 100%;
    background-image: url(/image/catalog/landings/energy-300/universal.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1599px) {
    .universal-trd__wrap p {
        padding: 30px;
    }
    .universal-trd__block ul {
        max-width: 613px;
    }
    .universal-trd__block ul li {
        padding: 30px;
        gap: 20px;
    }
    .universal-trd__picture {
        max-width: 613px;
    }   
}
@media screen and (max-width: 1344px) {
    .universal-trd__wrap {
        gap: 20px;
    }
    .universal-trd__wrap p {
        font-size: 18px;
    }
    .universal-trd__block {
        gap: 20px;
    }
    .universal-trd__block ul {
        gap: 20px;
        max-width: 550px;
    }
    .universal-trd__block ul li span {
        font-size: 18px;
    }
    .universal-trd__picture {
        max-width: 550px;
    }
}
@media screen and (max-width: 1199px) {
    .universal-trd h2 {
        font-size: 50px;
    }
    .universal-trd__wrap p {
        font-size: 16px;
        padding: 20px;
        border-radius: 20px;
    }
    .universal-trd__block ul {
        max-width: 450px;
    }
    .universal-trd__block ul li {
        padding: 20px;
        border-radius: 20px;
    }
    .universal-trd__block ul li img {
        max-width: 74px;
    }
    .universal-trd__block ul li span {
        font-size: 16px;
    }
    .universal-trd__picture {
        border-radius: 20px;
        max-width: 450px;
    }
}
@media screen and (max-width: 991px) {
    .universal-trd h2 {
        font-size: 40px;
    }
    .universal-trd__block ul {
        max-width: 340px;
    }
    .universal-trd__picture {
        max-width: 340px;
        /* background-position: top right -115px, center;
        background-size: auto 95%, cover; */
    }
}
@media screen and (max-width: 767px){
    .universal-trd {
        gap: 30px;
    }
    .universal-trd h2 {
        font-size: 32px;
    }
    .universal-trd__wrap p {
        font-size: 14px;
        padding: 15px;
        border-radius: 15px;
    }
    .universal-trd__block {
        flex-direction: column;
        gap: 15px;
    }
    .universal-trd__block ul {
        max-width: 100%;
        gap: 15px;
    }
    .universal-trd__block ul li {
        padding: 15px;
        border-radius: 15px;
        gap: 15px;
    }
    .universal-trd__block ul li span {
        font-size: 14px;
    }
    .universal-trd__picture {
        border-radius: 15px;
        max-width: 100%;
        height: 400px;
        /* background-position: top right, center;
        background-size: auto 100%, cover; */
    }
}
@media screen and (max-width: 567px) {
    .universal-trd h2 {
        font-size: 20px;
    }
    .universal-trd__block ul li img {
        max-width: 64px;
    }
    .universal-trd__picture {
        height: 63vw;
    }
}


/* control---------------------------------------------------------------------------------- */
.control-trd {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.control-trd__inner {
    display: flex;
    gap: 24px;
}
.control-trd__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
    background-color: #F3E3CD;
    border-radius: 25px;
    max-width: 713px;
    width: 100%;
}
.control-trd__info h4 {
    color: #22372C;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.control-trd__info p {
    color: #22372C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.control-trd__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-color: #F9F9F9;
    padding: 20px;
    max-width: 713px;
    width: 100%;
}
.control-trd__picture img {
    max-width: 491px;
    width: 100%;
}
.control-trd__inner:last-child .control-trd__info {
    background-color: #22372C;
    background-image: url(/image/catalog/landings/energy-300/pattern-1.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 1389px;
}
.control-trd__inner:last-child .control-trd__info h4,
.control-trd__inner:last-child .control-trd__info p {
    color: #FFF;
}

@media screen and (max-width: 1599px) {
    .control-trd__info {
        padding: 30px;
        max-width: 613px;
    }
    .control-trd__picture {
        max-width: 613px;
    }
}
@media screen and (max-width: 1344px) {
    .control-trd {
        gap: 20px;
    }
    .control-trd__inner {
        gap: 20px;
    }
    .control-trd__info {
        max-width: 550px;
    }
    .control-trd__info h4 {
        font-size: 36px;
    }
    .control-trd__info p {
        font-size: 18px;
    }
    .control-trd__picture {
        max-width: 550px;
    }
}
@media screen and (max-width: 1199px) {
    .control-trd__info {
        gap: 20px;
        padding: 20px;
        border-radius: 20px;
        max-width: 450px;
    }
    .control-trd__info h4 {
        font-size: 24px;
    }
    .control-trd__info p {
        font-size: 16px;
    }
    .control-trd__picture {
        border-radius: 20px;
        padding: 10px;
        max-width: 450px;
    }
    .control-trd__picture img {
        max-width: 383px;
    }
}
@media screen and (max-width: 991px) {
    .control-trd__picture img {
        max-width: 300px;
    }
}
@media screen and (max-width: 767px){
    .control-trd {
        gap: 15px;
    }
    .control-trd__inner {
        flex-direction: column;
        gap: 15px;
    }
    .control-trd__info {
        gap: 15px;
        padding: 15px;
        border-radius: 15px;
        max-width: 100%;
    }
    .control-trd__info p {
        font-size: 14px;
    }
    .control-trd__picture {
        border-radius: 15px;
        padding: 20px;
        max-width: 100%;
    }
    .control-trd__inner:last-child {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 567px) {
    .control-trd__info h4 {
        font-size: 22px;
    }
    .control-trd__picture {
        padding: 15px;
    }
}

/* compatibility-------------------------------------------------------------------------------------------- */
.compatibility-trd {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.compatibility-trd h2 {
    color: #020A0A;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.compatibility-trd__wrap {
    display: flex;
    gap: 24px;
}
.compatibility-trd__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 606px;
    width: 100%;
}
.compatibility-trd__inner p {
    color: #22372C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 40px;
    background-color: #F3E3CD;
    border-radius: 25px;
    background-image: url(/image/catalog/landings/energy-300/pattern-2.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 1389px;
}
.compatibility-trd__picture {
    border-radius: 25px;
    background-image: url(/image/catalog/landings/energy-300/compatibility-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.compatibility-trd__wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
    flex-direction: column;
    width: 100%;
    max-width: 820px;
}
.compatibility-trd__wrap ul li {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    background-color: #266141;
    border-radius: 25px;
}
.compatibility-trd__wrap ul li img {
    max-width: 91px;
    width: 100%;
}
.compatibility-trd__wrap ul li div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.compatibility-trd__wrap ul li div h4 {
    color: #F3E3CD;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    text-transform: uppercase;
    margin: 0;
}
.compatibility-trd__wrap ul li div span {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}
@media screen and (max-width: 1599px) {
    .compatibility-trd__inner {
        max-width: 546px;
    }
    .compatibility-trd__inner p {
        padding: 30px;
    }
    .compatibility-trd__wrap ul {
        max-width: 680px;
    }
    .compatibility-trd__wrap ul li {
        gap: 20px;
        padding: 30px;
    }
}
@media screen and (max-width: 1344px) {
    .compatibility-trd__wrap {
        gap: 20px;
    }
    .compatibility-trd__inner {
        gap: 20px;
        max-width: 550px;
    }
    .compatibility-trd__inner p {
        font-size: 18px;
    }
    .compatibility-trd__wrap ul {
        gap: 20px;
        max-width: 550px;
    }
    .compatibility-trd__wrap ul li div h4 {
        font-size: 25px;
    }
    .compatibility-trd__wrap ul li div span {
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .compatibility-trd h2 {
        font-size: 50px;
    }
    .compatibility-trd__inner {
        max-width: 450px;
    }
    .compatibility-trd__inner p {
        font-size: 16px;
        padding: 20px;
        border-radius: 20px;
    }
    .compatibility-trd__picture {
        border-radius: 20px;
    }
    .compatibility-trd__wrap ul {
        max-width: 450px;
    }
    .compatibility-trd__wrap ul li {
        padding: 20px;
        border-radius: 20px;
    }
    .compatibility-trd__wrap ul li img {
        max-width: 74px;
    }
    .compatibility-trd__wrap ul li div h4 {
        font-size: 20px;
    }
    .compatibility-trd__wrap ul li div span {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .compatibility-trd h2 {
        font-size: 40px;
    }
    .compatibility-trd__wrap ul li div {
        gap: 0;
    }
    .compatibility-trd__inner {
        max-width: 340px;
    }
    .compatibility-trd__wrap ul {
        max-width: 340px;
    }
}
@media screen and (max-width: 767px){
    .compatibility-trd {
        gap: 30px;
    }
    .compatibility-trd h2 {
        font-size: 32px;
    }
    .compatibility-trd__wrap {
        flex-direction: column;
        gap: 15px;
    }
    .compatibility-trd__inner {
        gap: 15px;
        max-width: 100%;
    }
    .compatibility-trd__inner p {
        font-size: 14px;
        padding: 15px;
        border-radius: 15px;
    }
    .compatibility-trd__picture {
        border-radius: 15px;
        /* background-image: url(/image/catalog/landings/energy-300/compatibility-bg-m.webp); */
        background-position: center bottom 15%;
        height: 45vw;
    }
    .compatibility-trd__wrap ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        width: 100%;
        max-width: 100%;
    }
    .compatibility-trd__wrap ul li {
        gap: 10px;
        padding: 15px;
        border-radius: 15px;
    }
    .compatibility-trd__wrap ul li:last-child {
        grid-area: 3 / 1 / 4 / 3;
        justify-content: center;
    }
    .compatibility-trd__wrap ul li div {
        gap: 9px;
    }
    .compatibility-trd__wrap ul li div h4 {
        font-size: 14px;
    }
    .compatibility-trd__wrap ul li div span {
        font-size: 12px;
    }
}
@media screen and (max-width: 567px) {
    .compatibility-trd h2 {
        font-size: 20px;
    }
    .compatibility-trd__picture {
        height: 55vw;
    }
    .compatibility-trd__wrap ul {
        display: flex;
        flex-direction: column;
    }
    .compatibility-trd__wrap ul li:last-child {
        justify-content: start;
    }
    .compatibility-trd__wrap ul li img {
        max-width: 64px;
    }
    .compatibility-trd__wrap ul li div {
        gap: 4px;
    }
}

/* safe------------------------------------------------------------------------------------------------------- */
.safe-trd {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.safe-trd__wrap {
    display: flex;
    gap: 24px;
}
.safe-trd__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 713px;
    width: 100%;
}
.safe-trd__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 40px;
    background-color: #5B6770;
    border-radius: 25px;
}
.safe-trd__info h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.safe-trd__info p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.safe-trd__info:last-child {
    background-color: #266141;
}
.safe-trd__picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 713px;
    padding: 10px;
    background-color: #F9F9F9;
    border-radius: 25px;
}
.safe-trd__picture img {
    max-width: 599px;
    width: 100%;
}
.safe-trd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.safe-trd ul li {
    display: flex;
    gap: 40px;
    align-items: center;
    width: 100%;
    background-color: #F3E3CD;
    border-radius: 25px;
    padding: 40px;
}
.safe-trd ul li img {
    max-width: 84px;
    width: 100%;
}
.safe-trd ul li span {
    color: #020A0A;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .safe-trd__inner {
        max-width: 613px;
    }
    .safe-trd__picture {
        max-width: 613px;
    }
    .safe-trd__info {
        padding: 30px;
    }
    .safe-trd__info h4 {
        font-size: 36px;
    }
    .safe-trd__picture img {
        max-width: 516px;
    }
    .safe-trd ul li {
        gap: 20px;
        padding: 30px;
    }
}
@media screen and (max-width: 1344px) {
    .safe-trd {
        gap: 20px;
    }
    .safe-trd__wrap {
        gap: 20px;
    }
    .safe-trd__inner {
        gap: 20px;
        max-width: 550px;
    }
    .safe-trd__picture {
        max-width: 550px;
    }
    .safe-trd__info p {
        font-size: 18px;
    }
    .safe-trd__picture img {
        max-width: 400px;
    }
    .safe-trd ul {
        gap: 20px;
    }
    .safe-trd ul li span {
        font-size: 24px;
    }
}
@media screen and (max-width: 1199px) {
    .safe-trd__inner {
        max-width: 450px;
    }
    .safe-trd__picture {
        max-width: 450px;
    }
    .safe-trd__info {
        gap: 20px;
        padding: 20px;
        border-radius: 20px;
    }
    .safe-trd__info h4 {
        font-size: 24px;
    }
    .safe-trd__info p {
        font-size: 16px;
    }
    .safe-trd__picture {
        border-radius: 20px;
    }
    .safe-trd__picture img {
        max-width: 400px;
    }
    .safe-trd ul li {
        border-radius: 20px;
        padding: 20px;
    }
    .safe-trd ul li img {
        max-width: 74px;
    }
    .safe-trd ul li span {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .safe-trd__inner {
        max-width: 340px;
    }
    .safe-trd__picture {
        max-width: 340px;
    }
    .safe-trd__picture img {
        max-width: 290px;
    }
    .safe-trd ul li span {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    .safe-trd {
        gap: 15px;
    }
    .safe-trd__wrap {
        gap: 15px;
        flex-direction: column;
    }
    .safe-trd__inner {
        max-width: 100%;
        gap: 15px;
    }
    .safe-trd__picture {
        max-width: 100%;
    }
    .safe-trd__info {
        gap: 15px;
        padding: 15px;
        border-radius: 15px;
    }
    .safe-trd__info p {
        font-size: 14px;
    }
    .safe-trd__picture {
        border-radius: 15px;
        padding: 27px;
    }
    .safe-trd__picture img {
        max-width: 290px;
    }
    .safe-trd ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .safe-trd ul li {
        border-radius: 15px;
        padding: 25px 15px;
        gap: 15px;
    }
    .safe-trd ul li img {
        max-width: 64px;
    }
    .safe-trd ul li span {
        font-size: 16px;
    }
}
@media screen and (max-width: 567px) {
    .safe-trd__info h4 {
        font-size: 20px;
    }
    .safe-trd__picture {
        padding: 15px;
    }
    .safe-trd__picture img {
        max-width: 200px;
    }
    .safe-trd ul li span {
        font-size: 14px;
    }
}

/* stability------------------------------------------------------------------------------------------------------ */
.stability-trd {
    display: flex;
    gap: 24px;
}
.stability-trd__wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 713px;
    width: 100%;
}
.stability-trd__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 40px;
    background-color: #266141;
    border-radius: 25px;
}
.stability-trd__info h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.stability-trd__info p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.stability-trd__info:last-child {
    background-color: #22372C;
}
.stability-trd__picture {
    width: 100%;
    max-width: 713px;
    border-radius: 25px;
    background-image: url(/image/catalog/landings/energy-300/stability.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
    .stability-trd__info {
        padding: 30px;
    }
    .stability-trd__info h4 {
        font-size: 36px;
    }
    .stability-trd__picture {
        max-width: 513px;
    }
}
@media screen and (max-width: 1344px) {
    .stability-trd {
        gap: 20px;
    }
    .stability-trd__wrap {
        gap: 20px;
        max-width: 550px;
    }
    .stability-trd__info p {
        font-size: 18px;
    }
    .stability-trd__picture {
        max-width: 550px;
    }
}
@media screen and (max-width: 1199px) {
    .stability-trd__wrap {
        max-width: 450px;
    }
    .stability-trd__info {
        gap: 20px;
        padding: 20px;
        border-radius: 20px;
    }
    .stability-trd__info h4 {
        font-size: 24px;
    }
    .stability-trd__info p {
        font-size: 16px;
    }
    .stability-trd__picture {
        max-width: 450px;
        border-radius: 20px;
    }
}
@media screen and (max-width: 991px) {
    .stability-trd__wrap {
        max-width: 340px;
    }
    .stability-trd__picture {
        max-width: 340px;
    }
}
@media screen and (max-width: 767px){
    .stability-trd {
        flex-direction: column;
        gap: 15px;
    }
    .stability-trd__wrap {
        gap: 15px;
        max-width: 100%;
    }
    .stability-trd__info {
        gap: 15px;
        padding: 15px;
        border-radius: 15px;
    }
    .stability-trd__info p {
        font-size: 14px;
    }
    .stability-trd__picture {
        max-width: 100%;
        border-radius: 15px;
        /* background-image: url(/image/catalog/landings/energy-300/stability-m.webp); */
        height: 48vw;
    }
}
@media screen and (max-width: 567px) {
    .stability-trd__info h4 {
        font-size: 20px;
    }
    .stability-trd__picture {
        height: 70vw;
    }
}


/* convenience-------------------------------------------------------------------------------------------- */
.convenience-trd {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.convenience-trd h2 {
    color: #020A0A;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.convenience-trd__wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.convenience-trd .convenience-trd__text {
    background-color: #266141;
    border-radius: 25px;
    padding: 40px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.convenience-trd__block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.convenience-trd__inner {
    width: 100%;
    display: flex;
    gap: 24px;
}
.convenience-trd__guarantee {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 713px;
    padding: 40px;
    background-color: #5B6770;
    border-radius: 25px;
}
.convenience-trd__guarantee h4 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.convenience-trd__guarantee p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.convenience-trd__dimensions {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9;
    border-radius: 25px;
    padding: 46px;
    width: 100%;
    max-width: 713px;
}
.convenience-trd__dimensions img {
    max-width: 420px;
    width: 100%;
}
.convenience-trd__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9;
    border-radius: 25px;
    padding: 46px;
    width: 100%;
    max-width: 713px;
}
.convenience-trd__picture img {
    max-width: 486px;
    width: 100%;
}
.convenience-trd__equipment {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 713px;
    padding: 40px;
    background-color: #F3E3CD;
    border-radius: 25px;
}
.convenience-trd__equipment h2 {
    color: #22372C;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.10);
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.convenience-trd__equipment ol {
    color: #22372C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 0 0 0 30px;
}

@media screen and (max-width: 1599px) {
    .convenience-trd .convenience-trd__text {
        padding: 30px;
    }
    .convenience-trd__guarantee {
        max-width: 613px;
        padding: 30px;
    }
    .convenience-trd__dimensions {
        padding: 37px;
        max-width: 613px;
    }
    .convenience-trd__picture {
        padding: 40px;
        max-width: 613px;
    }
    .convenience-trd__equipment {
        max-width: 613px;
        padding: 30px;
    }
    .convenience-trd__equipment h2 {
        font-size: 50px;
    }
}
@media screen and (max-width: 1344px) {
    .convenience-trd__wrap {
        gap: 20px;
    }
    .convenience-trd .convenience-trd__text {
        font-size: 18px;
    }
    .convenience-trd__block {
        gap: 20px;
    }
    .convenience-trd__inner {
        gap: 20px;
    }
    .convenience-trd__guarantee {
        max-width: 550px;
    }
    .convenience-trd__guarantee h4 {
        font-size: 32px;
    }
    .convenience-trd__guarantee p {
        font-size: 18px;
    }
    .convenience-trd__dimensions {
        padding: 15px;
        max-width: 550px;
    }
    .convenience-trd__picture {
        padding: 20px;
        max-width: 550px;
    }
    .convenience-trd__equipment {
        max-width: 550px;
    }
    .convenience-trd__equipment ol {
        font-size: 18px;
        padding: 0 0 0 30px;
    }
}
@media screen and (max-width: 1199px) {
    .convenience-trd h2 {
        font-size: 50px;
    }
    .convenience-trd .convenience-trd__text {
        border-radius: 20px;
        padding: 20px;
        font-size: 16px;
    }
    .convenience-trd__guarantee {
        gap: 20px;
        max-width: 450px;
        padding: 20px;
        border-radius: 20px;
    }
    .convenience-trd__guarantee h4 {
        font-size: 24px;
    }
    .convenience-trd__guarantee p {
        font-size: 16px;
    }
    .convenience-trd__dimensions {
        border-radius: 20px;
        padding: 9px;
        max-width: 450px;
    }
    .convenience-trd__dimensions img {
        max-width: 343px;
    }
    .convenience-trd__picture {
        border-radius: 20px;
        padding: 10px;
        max-width: 450px;
    }
    .convenience-trd__picture img {
        max-width: 333px;
    }
    .convenience-trd__equipment {
        max-width: 450px;
        padding: 20px;
        border-radius: 20px;
    }
    .convenience-trd__equipment h2 {
        font-size: 30px;
    }
    .convenience-trd__equipment ol {
        font-size: 16px;
        padding: 0 0 0 25px;
    }
}
@media screen and (max-width: 991px) {
    .convenience-trd h2 {
        font-size: 40px;
    }
    .convenience-trd__guarantee {
        max-width: 340px;
    }
    .convenience-trd__guarantee h4 {
        font-size: 22px;
    }
    .convenience-trd__dimensions {
        padding: 0px;
        max-width: 340px;
    }
    .convenience-trd__dimensions img {
        max-width: 333px;
    }
    .convenience-trd__picture {
        padding: 0;
        max-width: 340px;
    }
    .convenience-trd__equipment {
        max-width: 340px;
    }
    .convenience-trd__equipment h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px){
    .convenience-trd {
        gap: 30px;
    }
    .convenience-trd h2 {
        font-size: 36px;
    }
    .convenience-trd__wrap {
        gap: 15px;
    }
    .convenience-trd .convenience-trd__text {
        border-radius: 15px;
        padding: 15px;
        font-size: 14px;
    }
    .convenience-trd__block {
        gap: 15px;
    }
    .convenience-trd__inner {
        flex-direction: column;
        gap: 15px;
    }
    .convenience-trd__inner:last-child {
        flex-direction: column-reverse;
    }
    .convenience-trd__guarantee {
        gap: 15px;
        max-width: 100%;
        padding: 15px;
        border-radius: 15px;
    }
    .convenience-trd__guarantee h4 {
        font-size: 22px;
    }
    .convenience-trd__guarantee p {
        font-size: 14px;
    }
    .convenience-trd__dimensions {
        border-radius: 15px;
        padding: 12px;
        max-width: 100%;
    }
    .convenience-trd__dimensions img {
        max-width: 290px;
    }
    .convenience-trd__picture {
        border-radius: 15px;
        padding: 12px;
        max-width: 100%;
    }
    .convenience-trd__picture img {
        max-width: 340px;
    }
    .convenience-trd__equipment {
        max-width: 100%;
        border-radius: 15px;
    }
    .convenience-trd__equipment h2 {
        font-size: 30px;
    }
    .convenience-trd__equipment ol {
        font-size: 14px;
        padding: 0 0 0 20px;
    }
}
@media screen and (max-width: 567px) {
    .convenience-trd h2 {
        font-size: 24px;
    }
    .convenience-trd__guarantee h4 {
        font-size: 20px;
    }
    .convenience-trd__dimensions {
        padding: 22px;
    }
    .convenience-trd__picture {
        padding: 11px;
    }
    .convenience-trd__equipment {
        padding: 15px;
        gap: 15px;
    }
    .convenience-trd__equipment h2 {
        font-size: 24px;
    }
}