.psl-1500-landing {
    font-family: "Montserrat", sans-serif;
    max-width: 1500px;
    width: 100%;
}


/* SLIDER=============================================================== */

.swiper-wrapper {
    height: max-content;
    height: 850px;
    display: flex;
    align-items: center;
}
.swiper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    height: max-content;
}
.swiper-slide img {
    max-width: 308px;
    height: max-content;
}
.swiper-slide {
    opacity: 0.4;
    scale: 0.66;
    transition: all 1s ease;
    height: max-content;
    align-items: center;
}
.swiper-slide-active {
    scale: 1;
    opacity: 1;
}

@media screen and (max-width: 1344px) {
    .swiper-wrapper {
        height: 750px;
    }
}
@media screen and (max-width: 1199px) {
    .swiper-wrapper {
        height: 680px;
    }
}
@media screen and (max-width: 991px) {
    .swiper {
        max-width: 600px;
    }
    .swiper-wrapper {
        height: auto;
    }
}
@media screen and (max-width: 767px){
    .swiper {
        max-width: 500px;
    }
}
@media screen and (max-width: 600px) {
    .swiper {
        max-width: 450px;
    }
}
@media screen and (max-width: 567px) {
    .swiper {
        max-width: 355px;
    }
}
@media screen and (max-width: 400px) {
    .swiper {
        max-width: 270px;
    }
}
/* ======================================================================================= */
.product-psl {
    background-color: #5B6770;
    color: #FFFFFF;
    display: grid;
    grid-template-columns: auto auto 170px;
    /* grid-template-rows: repeat(2, 1fr); */
    margin: 0;
    position: relative;
}
.product-psl__slider {
    height: 850px;
    width: 720px;
    display: flex;
    align-items: center;
    grid-area: 1 / 1 / 3 / 2;
    background-image: url(/image/catalog/psl-1500w/ellipse.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 550px;
}
.product-psl h2 {
    grid-area: 1 / 2 / 2 / 3;
    height: max-content;
    font-size: 79px;
    line-height: 100%;
    max-width: 482px;
    margin: auto 0 40px;
    color: #FFFFFF;
}
.product-psl__info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    grid-area: 2 / 2 / 3 / 3;
    height: max-content;

    max-width: 482px;
    margin: 0;
    padding: 0;
}
.product-psl__info p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
}
.product-psl h3 {
    position: relative;
    right: 100%;
    grid-area: 1 / 3 / 3 / 4;
    margin: 0;
    height: max-content;
    transform: rotate(-90deg);
    width: 540px;
    align-self: center;
    color: #FFFFFF;

    font-size: 24px;
    font-weight: 275;
    line-height: normal;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
    .product-psl h2 {
        font-size: 76px;
    }
    .product-psl__slider {
        width: 635px;
    }
    .product-psl__slider {
        background-size: 497px;
    }
}
@media screen and (max-width: 1344px) {
    .product-psl h2 {
        font-size: 60px;
        margin: auto 0 30px;
    }
    .product-psl__slider {
        width: 600px;
        height: 768px;
        background-size: 400px;
    }
    .swiper-slide img {
        max-width: 238px;
        height: max-content;
    }
    .product-psl__info p {
        font-size: 16px;
    }
    .product-psl h3 {
        right: 90%;
    }
}
@media screen and (max-width: 1199px) {
    .product-psl {
        grid-template-columns: auto auto 100px;
    }
    .product-psl h2 {
        font-size: 50px;
        margin: auto 0 30px;
    }
    .product-psl__slider {
        width: 440px;
        height: 768px;
        background-size: 400px;
    }
    .swiper-slide img {
        max-width: 238px;
        height: auto;
    }
    .product-psl__info p {
        font-size: 16px;
    }
    .product-psl h3 {
        right: 200%;
    }
}
@media screen and (max-width: 991px) {
    .product-psl {
        grid-template-columns: 1fr;
        padding: 50px 50px 80px;
        text-align: center;
        box-sizing: border-box;
    }
    .product-psl__slider {
        grid-area: 3 / 1 / 4 / 2;
        width: 100%;
        height: 300px;
        background-size: 300px;
    }
    .product-psl h2 {
        grid-area: 2 / 1 / 3 / 2;
        max-width: 345px;
        width: 100%;
        margin: 0 auto;
    }
    .product-psl__info {
        grid-area: 4 / 1 / 5 / 2;
        max-width: 100%;
        gap: 30px;
        padding: 0 40px;
    }
    .product-psl h3 {
        grid-area: 1 / 1 / 2 / 2; 
        transform: rotate(0deg);
        right: 0;
        width: 70%;
        margin: 0 auto 50px;
    }
    .swiper-slide img {
        max-width: 156px;
    }
}
@media screen and (max-width: 767px) {
    .product-psl {
        padding: 50px 30px 100px;
    }
    .product-psl__info {
        padding: 0 30px;
    }
}
@media screen and (max-width: 600px) {
    .product-psl__slider {
        background-size: 250px;
    }
    .swiper-slide img {
        max-width: 140px;
    }
    .product-psl__info {
        padding: 0 10px;
    }
}
@media screen and (max-width: 567px) {
    .product-psl {
        padding: 50px 0 70px;
    }
    .product-psl__slider {
        height: 265px;
        background-size: 200px;
    }
    .swiper-slide img {
        max-width: 120px;
    }
    .product-psl h2 {
        font-size: 40px;
    }
    .product-psl h3 {
        font-size: 18px;
        letter-spacing: 2.7px;
        margin: 0 auto 25px;
    }
    .product-psl__info p {
        font-size: 14px;
        gap: 25px;
        padding: 0 20px;
    }
    
}
@media screen and (max-width: 400px) {
    .product-psl__slider {
        height: 200px;
        background-size: 150px;
    }
    .swiper-slide img {
        max-width: 85px;
    }
    .product-psl h3 {
        width: 100%;
    }
}
/* battary============================================================================= */

.battery-psl {
    display: grid;
    grid-template-columns: 5fr 6fr;
    box-sizing: border-box;
}
.battery-psl__info {
    display: flex;
    align-items: center;
    width: max-content;
    flex-direction: column;
    grid-area: 1 / 1 / 3 / 2;
    background-color: #F5F5F5;
    color: #020A0A;
    padding: 150px 70px 175px;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}
.battery-psl__info p {
    max-width: 530px;
    width: 100%;
    margin: 0 0 75px 0;
    text-align: justify;

    color: #020A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}
.battery-psl__info div {
    display: flex;
    justify-content: space-between;
    max-width: 410px;
    width: 100%;
    margin: 90px 0 0 0;
}
.battery-psl__title {
    grid-area: 1 / 2 / 2 / 3;
    padding: 150px 0 0 70px;
}
.battery-psl__title h2 {
    color: #5B6770;
    font-size: 62px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
}
.battery-psl__title h5 {
    margin: 30px 0 0 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}
.battery-psl__title h5 span {
    color: #266141;
    text-transform: none;
}
.battery-psl__wrap {
    width: max-content;
    position: relative;
    grid-area: 2 / 2 / 3 / 3;
    padding: 50px 85px 100px;
}
.battery-psl__wrap::before {
    content: "";
    display: flex;
    background-image: url(/image/catalog/psl-1500w/LiFeP04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.battery-psl__inner {
    position: relative;
    display: block;
    max-width: 560px;
    width: 100%;
}
.battery-psl__inner img {
    width: 100%;
    animation: plsBatteryOpacity 7s ease 0s infinite;
}
.battery-psl__inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/image/catalog/psl-1500w/battary-1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
    animation: plsBatteryOpacity-2 7s ease 0s infinite forwards;
}
.battery-psl__inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/image/catalog/psl-1500w/battary-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
    animation: plsBatteryOpacity-3 7s ease 0s infinite forwards;
}


@keyframes plsBatteryOpacity {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes plsBatteryOpacity-2 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    96% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes plsBatteryOpacity-3 {
    0% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    96% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 1599px) {
    .battery-psl__info {
        padding: 150px 55px 175px;
    }
    .battery-psl__info p {
        max-width: 490px;
        margin: 0 0 50px 0;
    }
    .battery-psl__info div {
        max-width: 380px;
        margin: 125px 0 0 0;
    }
    .battery-psl__wrap {
        padding: 50px 85px 80px;
    }
    .battery-psl__inner {
        max-width: 550px;
    }
    .battery-psl__title h2 {
        font-size: 55px;
    }
    .battery-psl__wrap::before {
        height: 125px;
    }
}
@media screen and (max-width: 1344px) {
    .battery-psl__inner {
        max-width: 440px;
    }
    .battery-psl__title h2 {
        font-size: 43px;
    }
    .battery-psl__info {
        font-size: 16px;
        padding: 150px 55px 100px;
    }
    .battery-psl__info p {
        max-width: 450px;
    }
    .battery-psl__info div {
        margin: 80px 0 0 0;
    }
    .battery-psl__wrap::before {
        height: 108px;
    }
}
@media screen and (max-width: 1199px) {
    .battery-psl__inner {
        max-width: 418px;
    }
    .battery-psl__title h2 {
        font-size: 43px;
    }
    .battery-psl__info {
        padding: 100px 35px 85px;
        font-size: 16px;
    }
    .battery-psl__info p {
        max-width: 360px;
    }
    .battery-psl__info div {
        max-width: 284px;
        margin: 30px 0 0 0;
    }
    .battery-psl__info div img{
        max-width: 100px;
    }
    .battery-psl__title {
        padding: 100px 0 0 35px;
    }
    .battery-psl__wrap {
        padding: 50px 35px 72px;
    }
    .battery-psl__wrap::before {
        height: 95px;
    }
}
@media screen and (max-width: 991px) {
    .battery-psl__inner {
        max-width: 310px;
    }
    .battery-psl__title {
        padding: 75px 0 0 25px;
    }
    .battery-psl__title h2 {
        font-size: 32px;
    }
    .battery-psl__title h5 {
        font-size: 16px;
    }
    .battery-psl__info {
        padding: 75px 25px;
        font-size: 14px;
    }
    .battery-psl__info p {
        max-width: 290px;
        margin: 0 0 25px 0;
    }
    .battery-psl__info div {
        max-width: 257px;
        margin: 30px 0 0 0;
    }
    .battery-psl__wrap {
        padding: 50px 25px 0;
    }
    .battery-psl__wrap::before {
        height: 68px;
    }
}
@media screen and (max-width: 767px){
    .battery-psl {
        display: flex;
        flex-direction: column;
    }
    .battery-psl__info {
        order: 1;
        width: auto;
        padding: 50px 60px;
    }
    .battery-psl__info p {
        max-width: 650px;
        margin: 0 0 40px 0;
    }
    .battery-psl__info div {
        max-width: 307px;
        margin: 0;
    }
    .battery-psl__title {
        order: 0;
        padding: 100px 56px 50px;
    }
    .battery-psl__title h2 {
        font-size: 40px;
    }
    .battery-psl__wrap {
        order: 2;
        margin: 0 auto;
        padding: 50px 35px 100px;
    }
    .battery-psl__wrap::before {
        height: 94px;
    }
    .battery-psl__inner {
        max-width: 417px;
    }
}

@media screen and (max-width: 567px) {
    .battery-psl__title {
        text-align: center;
        padding: 100px 37px 50px
    }
    .battery-psl__title h2 {
        font-size: 27px;
    }
    .battery-psl__title h5 {
        margin: 25px 0 0 0;
    }
    .battery-psl__info {
        padding: 50px 15px;
    }
    .battery-psl__info p {
        text-align: center;
        margin: 0 0 25px 0;
    }
    .battery-psl__info div {
        max-width: 307px;
        margin: 25px 0 0 0;
        gap: 30px;
    }
    .battery-psl__wrap {
        padding: 50px 0 55px;
    }
    .battery-psl__inner {
        max-width: 280px;
    }
    .battery-psl__wrap::before {
        height: 58px;
    }
}
@media screen and (max-width: 400px) {
    .battery-psl__title {
        text-align: center;
        padding: 100px 0 50px
    }
    .battery-psl__info div {
        padding: 0px 10px;
        box-sizing: border-box;
    }
}
/* troubleproof============================================================================================= */
.troubleproof-psl {
    margin: 150px 0 0 0;
}
.troubleproof-psl h2 {
    color: #266141;
    font-size: 87px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    border-bottom: 3px solid #266141;
    margin: 0;
}
.troubleproof-psl p {
    color: #020A0A;
    text-align: justify;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    margin: 30px 0 100px;
}
.troubleproof-psl__wrap {
    display: flex;
    justify-content: space-between;
}
.troubleproof-psl__wrap img {
    max-width: 725px;
    width: 100%;
    height: max-content;
    align-self: end;
}
.troubleproof-psl__inner {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
}
.troubleproof-psl__sinus {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;


}
.troubleproof-psl__sinus div {
    width: 100%;
    height: 65px;
    overflow: hidden;
    position: relative;
    margin: 85px 0 0 0;
}
.troubleproof-psl__sinus div::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background-image: linear-gradient(90deg, #000, #000 75%, transparent 75%, transparent 100%);
    background-size: 12px 8px;
}
.troubleproof-psl__sinus h5 {
    margin: 23px 0 0 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}
.troubleproof-psl__sinus p {
    color: #020A0A;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: justify;
    font-weight: 400;
    margin: 0;
}
.troubleproof-psl__sinus_1 div::after{
    content: "";
    display: block;
    width: 110%;
    height: 74px;
    background-image: url(/image/catalog/psl-1500w/sin-1.svg);
    background-repeat: repeat-x;
    background-size: 1900px 66px;

    animation: plsSin 10s linear 0s infinite;
}
.troubleproof-psl__sinus_2 div::after {
    content: "";
    display: block;
    width: 110%;
    height: 74px;
    background-image: url(/image/catalog/psl-1500w/sin-2.svg);
    background-repeat: repeat-x;
    background-size: 1670px 66px;

    animation: plsSin 10s linear 0s infinite forwards;
}
@keyframes plsSin {
    0% {
        background-position-x: -1000px;
    }
    100% {
        background-position-x: 0px;
    }
}

@media screen and (max-width: 1599px) {
    .troubleproof-psl h2 {
        font-size: 75px;
    }
    .troubleproof-psl__wrap img {
        max-width: 600px;
    }
    .troubleproof-psl__sinus div {
        margin: 55px 0 0 0;
    }
}
@media screen and (max-width: 1344px) {
    .troubleproof-psl h2 {
        font-size: 69px;
    }
    .troubleproof-psl p {
        margin: 30px 0 75px;
    }
    .troubleproof-psl__sinus p {
        margin: 0;
    }
    .troubleproof-psl__wrap img {
        max-width: 560px;
    }
    .troubleproof-psl__sinus div {
        margin: 50px 0 0 0;
    }
}
@media screen and (max-width: 1199px) {
    .troubleproof-psl {
        margin: 100px 0 0 0;
    }
    .troubleproof-psl h2 {
        font-size: 57px;
    }
    .troubleproof-psl p {
        font-size: 20px;
    }
    .troubleproof-psl__text {
        margin: 30px 0 75px;
        font-size: 20px;
    }
    .troubleproof-psl__wrap img {
        max-width: 454px;
    }
    .troubleproof-psl__sinus div {
        margin: 30px 0 0 0;
    }
    .troubleproof-psl__sinus h5 {
        font-size: 16px;
        margin: 15px 0 0 0;
    }
    .troubleproof-psl__sinus p {
        font-size: 16px;
    }

    .troubleproof-psl__sinus_1 div::after {
        height: 55px;
        background-size: 1618px 55px;
    }
    .troubleproof-psl__sinus_2 div::after {
        width: 110%;
        height: 62px;
        background-size: 1475px 64px;
    }
}
@media screen and (max-width: 991px) {
    .troubleproof-psl h2 {
        font-size: 43px;
    }
    .troubleproof-psl__wrap {
        flex-direction: column;
    }
    .troubleproof-psl__wrap img {
        max-width: 454px;
        margin: 0 auto 40px;
    }
    .troubleproof-psl__sinus {
        align-items: center;
    }
    .troubleproof-psl__sinus_1 div::after {
        height: 55px;
        background-size: 1600px 55px;
    }
    .troubleproof-psl__sinus_2 div::after {
        height: 62px;
        background-size: 1480px 64px;
    }

    .troubleproof-psl p {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    .troubleproof-psl h2 {
        font-size: 41px;
        padding: 0 0 25px 0;
    }
    .troubleproof-psl p {
        font-size: 16px;
        margin: 25px 0 75px;
    }
    .troubleproof-psl__sinus div {
        margin: 40px 0 0 0;
    }
    .troubleproof-psl__sinus p {
        margin: 0;
    }
    .troubleproof-psl__wrap img {
        max-width: 417px;
    }
}

@media screen and (max-width: 567px) {
    .troubleproof-psl h2 {
        font-size: 26px;
        padding: 0 0 25px 0;
    }
    .troubleproof-psl p {
        font-size: 14px;
        margin: 25px 0 50px;
        text-align: center;
    }
    .troubleproof-psl__sinus div {
        margin: 40px 0 0 0;
    }
    .troubleproof-psl__sinus h5 {
        font-size: 14px;
        text-align: center;
    }
    .troubleproof-psl__sinus p {
        margin: 0;
        font-size: 14px;
    }
    .troubleproof-psl__wrap img {
        max-width: 280px;
        margin: 0 auto 10px;
    }
    .troubleproof-psl__sinus div {
        height: 40px;
    }
    .troubleproof-psl__sinus_1 div::after {
        height: 40px;
        background-size: 1100px 40px;
    }
    .troubleproof-psl__sinus_2 div::after {
        height: 40px;
        background-size: 1014px 40px;
    }
}

/* stabilizer============================================================================================ */

.stabilizer-psl {
    display: flex;
    justify-content: space-between;
    margin: 150px 0 0 0;
}
.stabilizer-psl h2 {
    color: #266141;
    font-size: 68px;
    font-weight: 600;
    line-height: 112%;
    text-transform: uppercase;
    margin: 0;
    text-align: right;
    max-width: 660px;
}
.stabilizer-psl p{
    color: #020A0A;
    text-align: justify;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    max-width: 650px;
}
@media screen and (max-width: 1599px) {
    .stabilizer-psl h2 {
        font-size: 60px;
        max-width: 600px;
    }
    .stabilizer-psl p{
        font-size: 22px;
        max-width: 585px;
    }
}
@media screen and (max-width: 1344px) {
    .stabilizer-psl h2 {
        font-size: 56px;
        max-width: 550px;
    }
    .stabilizer-psl p{
        font-size: 20px;
        max-width: 500px;
    }
}
@media screen and (max-width: 1199px) {
    .stabilizer-psl h2 {
        font-size: 46px;
        max-width: 440px;
    }
    .stabilizer-psl p{
        font-size: 18px;
        max-width: 420px;
    }
}
@media screen and (max-width: 991px) {
    .stabilizer-psl h2 {
        font-size: 36px;
        max-width: 345px;
    }
    .stabilizer-psl p{
        font-size: 14px;
        max-width: 330px;
    }
}
@media screen and (max-width: 767px){
    .stabilizer-psl {
        flex-direction: column;
    }
    .stabilizer-psl h2 {
        font-size: 42px;
        text-align: start;
        max-width: 100%;
        padding: 0 0 25px 0;
        border-bottom: 3px solid #266141;
    }
    .stabilizer-psl p{
        font-size: 16px;
        max-width: 100%;
        margin: 25px 0 0 0;
    }
}
@media screen and (max-width: 567px) {
    .stabilizer-psl {
        margin: 100px 0 0 0;
    }
    .stabilizer-psl h2 {
        font-size: 27px;
    }
    .stabilizer-psl p{
        font-size: 14px;
        text-align: center;
    }
}
/* consumption============================================================================================= */
.consumption-psl {
    display: flex;
    justify-content: space-between;
    margin: 250px 0 0 0;
    position: relative;
    z-index: 1;
}
.consumption-psl__wrap {
    background-image: url(/image/catalog/psl-1500w/consumption-background.webp);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 626px;
    width: 100%;
}
.consumption-psl__wrap h4 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    max-width: 450px;
    margin: 50px 50px 18px 50px;
}
.consumption-psl__wrap img {
    display: flex;
    margin: 0 0 0 auto;
    max-width: 545px;
    width: 100%;
}
.consumption-psl__info {
    max-width: 650px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.consumption-psl__info h2 {
    color: #020A0A;
    font-size: 65px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.consumption-psl__info b {
    color: #266141;
    font-size: 96px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
}
.consumption-psl__info p {
    color: #020A0A;
    text-align: justify;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
}

@media screen and (max-width: 1599px) {
    .consumption-psl__info {
        max-width: 585px;
    }
    .consumption-psl__info h2 {
        font-size: 60px;
    }
    .consumption-psl__info b {
        font-size: 83px;
    }
}
@media screen and (max-width: 1344px) {
    .consumption-psl {
        margin: 200px 0 0 0;
    }
    .consumption-psl__wrap {
        max-width: 500px;
    }
    .consumption-psl__wrap h4 {
        font-size: 31px;
    }
    .consumption-psl__wrap img {
        max-width: 400px;
    }
    .consumption-psl__info {
        max-width: 500px;
        gap: 40px;
    }
    .consumption-psl__info h2 {
        font-size: 50px;
    }
    .consumption-psl__info b {
        font-size: 69px;
    }
}
@media screen and (max-width: 1199px) {
    .consumption-psl {
        margin: 150px 0 0 0;
    }
    .consumption-psl__wrap {
        max-width: 450px;
    }
    .consumption-psl__wrap h4 {
        font-size: 31px;
        margin: 35px 50px 18px 35px;
    }
    .consumption-psl__wrap img {
        max-width: 380px;
    }
    .consumption-psl__info {
        max-width: 430px;
        gap: 30px;
    }
    .consumption-psl__info h2 {
        font-size: 43px;
    }
    .consumption-psl__info b {
        font-size: 64px;
    }
}
@media screen and (max-width: 991px) {
    .consumption-psl {
        flex-direction: column;
    }
    .consumption-psl__info b {
        font-size: 48px;
    }
    .consumption-psl__wrap {
        max-width: 100%;
        background-image: url(/image/catalog/psl-1500w/consumption-background-s.webp);
        background-size: cover;
    }
    .consumption-psl__img img {
        position: relative;
        max-width: 348px;
        width: 100%;
        margin: 60px auto -60px;
        z-index: 1;
    }

    .consumption-psl__info p {
        font-size: 16px;
    }

    .consumption-psl__info {
        max-width: 100%;
        padding: 120px 60px;
        background-color: #F5F5F5;
    }

    .consumption-psl__info h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 567px) {
    .consumption-psl {
        margin: 100px 0 0 0;
    }
    .consumption-psl__wrap h4 {
        font-size: 28px;
        margin: 35px 20px 18px;
        text-align: center;
    }
    .consumption-psl__img img {
        max-width: 320px;
        margin: 60px auto -60px;
    }
    .consumption-psl__info {
        text-align: center;
        gap: 25px;
        padding: 120px 30px;
    }
    .consumption-psl__info h2 {
        font-size: 32px;
    }
    .consumption-psl__info b {
        font-size: 50px;
    }
    .consumption-psl__info p {
        text-align: center;
        font-size: 18px;
    }
}
@media screen and (max-width: 400px) {
    .consumption-psl__wrap {
        background-position: top right;
    }
    .consumption-psl__wrap h4 {
        font-size: 20px;
        margin: 30px 25px 0;
    }
    .consumption-psl__img img {
        max-width: 280px;
        margin: 20px auto -60px;
    }
    .consumption-psl__info {
        padding: 100px 0;
    }
    .consumption-psl__info h2 {
        font-size: 27px;
    }
    .consumption-psl__info b {
        font-size: 40px;
    }
    .consumption-psl__info p {
        font-size: 14px;
    }
}
/* methods==================================================================================== */
.methods-psl {
    display: flex;
    flex-direction: column;
    padding: 230px 120px 150px;
    background-color: #F5F5F5;
    margin: -100px 0 0 0;
}
.methods-psl h2 {
    color: #266141;
    font-size: 96px;
    font-weight: 800;
    line-height: 115%;
    text-transform: uppercase;
    margin: 10px 0 100px 0;
}
.methods-psl h5 {
    color: #020A0A;
    font-size: 48px;
    font-weight: 500;
    line-height: 115%;
    margin: 0;
}
.methods-psl__wrap {
    display: flex;
    justify-content: space-between;
}
.methods-psl__wrap img {
    display: block;
    max-width: 260px;
    width: 100%;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.methods-psl__wrap img:hover {
    scale: 1.1;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 1599px) {
    .methods-psl h2 {
        font-size: 83px;
    }
}
@media screen and (max-width: 1344px) {
    .methods-psl {
        margin: -60px 0 0 0;
        padding: 170px 90px 90px;
    }
    .methods-psl h2 {
        font-size: 64px;
        margin: 10px 0 85px 0;
    }
    .methods-psl h5 {
        font-size: 43px;
    }
    .methods-psl__wrap img {
        max-width: 200px;
        border-radius: 20px;
    }

}
@media screen and (max-width: 1199px) {
    .methods-psl {
        margin: -55px 0 0 0;
        padding: 100px 65px 80px;
    }
    .methods-psl h2 {
        margin: 10px 0 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .methods-psl {
        text-align: center;
    }
    .methods-psl__wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
    .methods-psl h2 {
        font-size: 48px;
    }
}
@media screen and (max-width: 767px){
    .methods-psl__wrap img {
        max-width: 180px;
        border-radius: 15px;
    }
    .methods-psl {
        padding: 80px 50px;
    }
}

@media screen and (max-width: 567px) {
    .methods-psl {
        padding: 50px 0 80px;
    }
    .methods-psl h2 {
        font-size: 50px;
        margin: 10px 0 60px 0;
    }
    .methods-psl__wrap {
        padding: 0 60px;
    }
}
@media screen and (max-width: 400px) {
    .methods-psl {
        padding: 50px 0;
    }
    .methods-psl__wrap {
        padding: 0;
    }
    .methods-psl h2 {
        font-size: 40px;
    }
    .methods-psl h5 {
        font-size: 27px;
    }
}
/* solar-psl=============================================================================================== */

.solar-psl {
    margin: 150px 0 0 0;
}
.solar-psl img{
    max-width: 1500px;
    width: 100%;
}
.solar-psl h2 {
    color: #266141;
    font-size: 105px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    border-bottom: 3px solid #266141;
    margin: 0;
}
.solar-psl p {
    color: #020A0A;
    text-align: justify;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    margin: 30px 0 80px;
}

@media screen and (max-width: 1599px) {
    .solar-psl h2 {
        font-size: 88px;
    }
}
@media screen and (max-width: 1344px) {
    .solar-psl h2 {
        font-size: 88px;
    }
    .solar-psl p {
        margin: 30px 0 60px;
    }
}
@media screen and (max-width: 1199px) {
    .solar-psl h2 {
        font-size: 72px;
    }
    .solar-psl p {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .solar-psl h2 {
        font-size: 55px;
    }
    .solar-psl p {
        font-size: 18px;
        margin: 30px 0 50px;
    }
}
@media screen and (max-width: 767px){
    .solar-psl h2 {
        font-size: 42px;
        padding: 0 0 25px 0;
    }
    .solar-psl p {
        font-size: 16px;
        margin: 25px 0 50px;
    }
}
@media screen and (max-width: 600px) {
    .solar-psl h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 567px) {
    .solar-psl {
        margin: 100px 0 0 0;
    }
    .solar-psl h2 {
        font-size: 30px;
        text-align: center;
    }
    .solar-psl p {
        font-size: 16px;
        text-align: center;
    }
}
@media screen and (max-width: 400px) {
    .solar-psl h2 {
        font-size: 27px;
    }
    .solar-psl p {
        font-size: 14px;
    }
}
/* lcd-display========================================================================================== */

.lcd-display {
    position: relative;
    height: 1800px;
    margin: 150px 0 0 0;

}
.lcd-display .lcd-display__container {
    position: sticky;
    /* top: 80px; */
}
.lcd-display__img {
    max-width: 688px;
    width: 100%;
}
.lcd-display .lcd-display__info_1 {
    transform: translate3d(0, -80px, 0);
    opacity: 0;
}
.lcd-display .lcd-display__info_2 {
    opacity: 0;
}
.lcd-display h2 {
    color: #266141;
    font-size: 87px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    max-width: 941px;
    width: 100%;
    margin: 0 0 25px 0;
}
.lcd-display p {
    color: #020A0A;
    text-align: justify;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    max-width: 811px;
    width: 100%;
    margin: 0;
}
.lcd-display__wrap {
    display: flex;
    justify-content: center;
    margin: -100px 0 50px;
}
.lcd-display__inner {
    position: relative;
    width: max-content;
}

.lcd {
    position: relative;
    display: block;
    width: 215px;
    height: max-content;
    transform: translate3d(239px, 270px, 0);
    scale: 1;
    z-index: 1;
}
.lcd__img {
    z-index: 1;
    position: relative;
    width: 100%;
}
.lcd__light {
    position: absolute;
    top: 13px;
    left: -168px;
    width: 320px;
    opacity: 1;
}
.socket {
    position: absolute;
    transform: translate3d(-383px, 270px, 0);
    width: 281px;
    opacity: 0;
}
.socket__img {
    width: 100%;
    z-index: 1;
    position: relative;
}
.socket__light {
    position: absolute;
    top: -92px;
    left: -103px;
    width: 308px;
}

@media screen and (max-width: 1599px) {

}
@media screen and (max-width: 1344px) {
    .lcd-display {
        height: 1500px;
    }
    .lcd-display h2 {
        font-size: 73px;
    }
    .lcd-display p {
        font-size: 18px;
        max-width: 698px;
    }
    .lcd-display__img {
        max-width: 518px;
    }
    .lcd {
        width: 166px;
        transform: translate3d(179px, 205px, 0);
    }
    .lcd__light {
        width: 230px;
        left: -133px;
    }

    .socket {
        transform: translate3d(-291px, 205px, 0);
        width: 215px;
    }
    .socket__light {
        top: -73px;
        left: -80px;
        width: 235px;
    }
}
@media screen and (max-width: 1199px) {
    .socket {
        transform: translate3d(-291px, 205px, 0);
        width: 185px;
    }
    .socket__light {
        top: -62px;
        left: -73px;
        width: 200px;
    }
    .lcd-display h2 {
        font-size: 70px;
    }
}
@media screen and (max-width: 991px) {
    .lcd-display h2 {
        font-size: 55px;
    }
    .lcd-display__img {
        max-width: 400px;
    }
    .lcd {
        width: 126px;
        transform: translate3d(139px, 158px, 0);
    }
    .lcd__light {
        width: 175px;
        left: -95px;
    }

    .socket {
        transform: translate3d(-222px, 157px, 0);
        width: 162px;
    }
    .socket__light {
        top: -55px;
        left: -60px;
        width: 167px;
    }

    .lcd-display__wrap {
        margin: -50px 0 80px;
    }
}
@media screen and (max-width: 767px){
    .lcd-display {
        height: 1700px;
        margin: 100px 0 0 0;
    }
    .lcd-display .lcd-display__container {
        top: calc(50vh - 320px);
    }
    .lcd-display .lcd-display__info_1 {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    .lcd-display h2 {
        font-size: 48px;
    }
    .lcd-display p {
        font-size: 16px;
    }
    .lcd-display__img {
        max-width: 280px;
    }
    .lcd {
        width: 88px;
        transform: translate3d(97px, 110px, 0);
    }
    .lcd__light {
        width: 120px;
        left: -67px;
    }

    .socket {
        transform: translate3d(-156px, 110px, 0);
        width: 116px;
    }
    .socket__light {
        top: -45px;
        left: -44px;
        width: 130px;
    }
    .lcd-display__wrap {
        margin: -40px 0 80px;
    }
}
@media screen and (max-width: 567px) {
    .lcd-display {
        height: 1400px;
        margin: 100px 0 0 0;
    }
    .lcd-display .lcd-display__container {
        top: calc(50vh - 257px);
    }
    .lcd-display h2 {
        font-size: 30px;
    }
    .lcd-display p {
        font-size: 14px;
    }
    .lcd-display__img {
        max-width: 230px;
    }
    .lcd {
        width: 74px;
        transform: translate3d(79px, 91px, 0);
    }
    .lcd__light {
        width: 94px;
        left: -52px;
    }

    .socket {
        transform: translate3d(-129px, 91px, 0);
        width: 95px;
    }
    .socket__light {
        top: -39px;
        left: -40px;
        width: 110px;
    }
    .lcd-display__wrap {
        margin: -40px 0 50px;
    }
}
@media screen and (max-width: 400px) {
    .lcd-display {
        height: 1300px;
        margin: 100px 0 0 0;
    }
    .lcd-display h2 {
        font-size: 26px;
    }
    .lcd-display__img {
        max-width: 200px;
    }
    .lcd {
        width: 64px;
        transform: translate3d(69px, 79px, 0);
    }
    .lcd__light {
        width: 83px;
        left: -46px;
        top: 7px;
    }

    .socket {
        transform: translate3d(-111px, 80px, 0);
        width: 81px;
    }
    .socket__light {
        top: -34px;
        left: -33px;
        width: 94px;
    }
    .lcd-display__wrap {
        margin: -20px 0 50px;
    }
}
/* support========================================================================================== */
.support-psl {
    margin: 200px 0 0 0;
}
.support-psl h2 {
    color: #020A0A;
    font-size: 75px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 4.56px;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    border-bottom: 3px solid #266141;
    margin: 0 0 30px 0;
}
.support-psl h2 b {
    font-size: 75px;
    color: #266141;
    font-weight: 800;
    letter-spacing: normal;
    text-transform: uppercase;
}
.support-psl p {
    color: #020A0A;
    text-align: justify;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
}
.support-psl__wrap {
    position: relative;
    width: 902px;
    height: 908px;
    margin: 100px auto;
    background-image: url(/image/catalog/psl-1500w/artelv-psl-1500W-4.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.support-psl__wrap::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 810px;
    height: 810px;
    background-image: url(/image/catalog/psl-1500w/polygon-6.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.support-psl__icon {
    max-width: 200px;
    width: 100%;
    position: absolute;
}
.support-psl__icon_1 {
    top: 0;
    left: 39%;
    animation: moveIcon-1 20s linear infinite;
}
.support-psl__icon_2 {
    top: 16%;
    left: 77%;
    animation: moveIcon-2 20s linear infinite;
}
.support-psl__icon_3 {
    top: 60%;
    left: 77%;
    animation: moveIcon-3 20s linear infinite;
}
.support-psl__icon_4 {
    top: 77%;
    left: 39%;
    animation: moveIcon-4 20s linear infinite;
}
.support-psl__icon_5 {
    top: 60%;
    left: 0;
    animation: moveIcon-5 20s linear infinite;
}
.support-psl__icon_6 {
    top: 16%;
    left: 0;
    animation: moveIcon-6 20s linear infinite;
}

@keyframes moveIcon-1 {
    0% {
        top: 0;
        left: 39%;
    }
    14% {
        top: 16%;
        left: 77%;
    }
    16% {
        top: 16%;
        left: 77%;
    }
    30% {
        top: 60%;
        left: 77%;
    }
    32% {
        top: 60%;
        left: 77%;
    }
    46% {
        top: 77%;
        left: 39%;
    }
    48% {
        top: 77%;
        left: 39%;
    }
    62% {
        top: 60%;
        left: 0;
    }
    64% {
        top: 60%;
        left: 0;
    }
    78% {
        top: 16%;
        left: 0;
    }
    80% {
        top: 16%;
        left: 0;
    }
    96% {
        top: 0;
        left: 39%;
    }
    100% {
        top: 0;
        left: 39%;
    }
}
@keyframes moveIcon-2 {
    0% {
        top: 16%;
        left: 77%;
    }
    14% {
        top: 60%;
        left: 77%;
    }
    16% {
        top: 60%;
        left: 77%;
    }
    30% {
        top: 77%;
        left: 39%;
    }
    32% {
        top: 77%;
        left: 39%;
    }
    46% {
        top: 60%;
        left: 0;
    }
    48% {
        top: 60%;
        left: 0;
    }
    62% {
        top: 16%;
        left: 0;
    }
    64% {
        top: 16%;
        left: 0;
    }
    78% {
        top: 0;
        left: 39%;
    }
    80% {
        top: 0;
        left: 39%;
    }
    96% {
        top: 16%;
        left: 77%;
    }
    100% {
        top: 16%;
        left: 77%;
    }
}
@keyframes moveIcon-3 {
    0% {
        top: 60%;
        left: 77%;
    }
    14% {
        top: 77%;
        left: 39%;
    }
    16% {
        top: 77%;
        left: 39%;
    }
    30% {
        top: 60%;
        left: 0;
    }
    32% {
        top: 60%;
        left: 0;
    }
    46% {
        top: 16%;
        left: 0;
    }
    48% {
        top: 16%;
        left: 0;
    }
    62% {
        top: 0;
        left: 39%;
    }
    64% {
        top: 0;
        left: 39%;
    }
    78% {
        top: 16%;
        left: 77%;
    }
    80% {
        top: 16%;
        left: 77%;
    }
    96% {
        top: 60%;
        left: 77%;
    }
    100% {
        top: 60%;
        left: 77%;
    }
}
@keyframes moveIcon-4 {
    0% {
        top: 77%;
        left: 39%;
    }
    14% {
        top: 60%;
        left: 0;
    }
    16% {
        top: 60%;
        left: 0;
    }
    30% {
        top: 16%;
        left: 0;
    }
    32% {
        top: 16%;
        left: 0;
    }
    46% {
        top: 0;
        left: 39%;
    }
    48% {
        top: 0;
        left: 39%;
    }
    62% {
        top: 16%;
        left: 77%;
    }
    64% {
        top: 16%;
        left: 77%;
    }
    78% {
        top: 60%;
        left: 77%;
    }
    80% {
        top: 60%;
        left: 77%;
    }
    96% {
        top: 77%;
        left: 39%;
    }
    100% {
        top: 77%;
        left: 39%;
    }
}
@keyframes moveIcon-5 {
    0% {
        top: 60%;
        left: 0;
    }
    14% {
        top: 16%;
        left: 0;
    }
    16% {
        top: 16%;
        left: 0;
    }
    30% {
        top: 0;
        left: 39%;
    }
    32% {
        top: 0;
        left: 39%;
    }
    46% {
        top: 16%;
        left: 77%;
    }
    48% {
        top: 16%;
        left: 77%;
    }
    62% {
        top: 60%;
        left: 77%;
    }
    64% {
        top: 60%;
        left: 77%;
    }
    78% {
        top: 77%;
        left: 39%;
    }
    80% {
        top: 77%;
        left: 39%;
    }
    96% {
        top: 60%;
        left: 0;
    }
    100% {
        top: 60%;
        left: 0;
    }
}
@keyframes moveIcon-6 {
    0% {
        top: 16%;
        left: 0;
    }
    14% {
        top: 0;
        left: 39%;
    }
    16% {
        top: 0;
        left: 39%;
    }
    30% {
        top: 16%;
        left: 77%;
    }
    32% {
        top: 16%;
        left: 77%;
    }
    46% {
        top: 60%;
        left: 77%;
    }
    48% {
        top: 60%;
        left: 77%;
    }
    62% {
        top: 77%;
        left: 39%;
    }
    64% {
        top: 77%;
        left: 39%;
    }
    78% {
        top: 60%;
        left: 0;
    }
    80% {
        top: 60%;
        left: 0;
    }
    96% {
        top: 16%;
        left: 0;
    }
    100% {
        top: 16%;
        left: 0;
    }
}

@media screen and (max-width: 1599px) {
    .support-psl h2 {
        font-size: 67px;
    }
    .support-psl h2 b {
        font-size: 67px;
    }
}
@media screen and (max-width: 1344px) {
    .support-psl h2 {
        font-size: 60px;
    }
    .support-psl h2 b {
        font-size: 60px;
    }
}
@media screen and (max-width: 1199px) {
    .support-psl {
        margin: 150px 0 0 0;
    }
    .support-psl__wrap {
        margin: 80px auto;
    }
    .support-psl h2 {
        font-size: 49px;
    }
    .support-psl h2 b {
        font-size: 49px;
    }
    .support-psl p {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .support-psl__wrap {
        width: 707px;
        height: 711px;
        background-size: 200px;
    }
    .support-psl__wrap::before {
        width: 635px;
        height: 635px;
    }
    .support-psl__icon {
        max-width: 157px;
    }
    .support-psl h2 {
        font-size: 57px;
    }
    .support-psl h2 b {
        font-size: 57px;
    }
}
@media screen and (max-width: 767px){
    .support-psl {
        margin: 100px 0 0 0;
    }
    .support-psl__wrap {
        width: 537px;
        height: 540px;
        background-size: 153px;
        margin: 50px auto;
    }
    .support-psl__wrap::before {
        width: 482px;
        height: 482px;
    }
    .support-psl__icon {
        max-width: 119px;
    }
    .support-psl h2 {
        font-size: 55px;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .support-psl h2 b {
        font-size: 55px;
    }
    .support-psl p {
        font-size: 18px;
    }
}
@media screen and (max-width: 600px) {
    .support-psl__wrap {
        width: 350px;
        height: 400px;
        background-size: 100px;
        margin: 50px auto;
    }
    .support-psl__wrap::before {
        width: 320px;
        height: 320px;
    }
    .support-psl__icon {
        max-width: 80px;
    }
    .support-psl h2 {
        font-size: 37px;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .support-psl h2 b {
        font-size: 37px;
    }
    .support-psl p {
        font-size: 16px;
    }
}
@media screen and (max-width: 400px) {
    .support-psl__wrap {
        width: 280px;
        height: 320px;
        background-size: 80px;
        margin: 50px auto;
    }
    .support-psl__wrap::before {
        width: 255px;
        height: 255px;
    }
    .support-psl__icon {
        max-width: 64px;
    }
    .support-psl h2 {
        font-size: 28px;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .support-psl h2 b {
        font-size: 28px;
    }
    .support-psl p {
        font-size: 14px;
    }
}
/* wireless===================================================================== */
.wireless-psl {
    position: relative;
    z-index: 1;
    margin: 150px 0 0 0;
}
.wireless-psl h2 {
    color: #266141;
    font-size: 87px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    max-width: 821px;
}
.wireless-psl__wrap {
    display: flex;
    justify-content: space-between;
}
.wireless-psl__wrap p {
    color: #020A0A;
    text-align: justify;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    max-width: 614px;
    margin: 50px 0 0 0;
}
.wireless-psl__inner {
    position: relative;
    margin: -100px 0 0;
}
.wireless-psl__inner::before {
    content: "";
    background-image: url(/image/catalog/psl-1500w/charger-light-3.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 586px;
    height: 362px;
    position: absolute;
    top: -73px;
    left: 67px;

    opacity: 0;
    animation: opacityLine-3 2.5s linear infinite;
}
.wireless-psl__inner div {
    position: absolute;
    top: 23px;
    left: 167px;
    background-image: url(/image/catalog/psl-1500w/display-phone.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 376px;
    height: 218px;

    opacity: 0;
    animation: opacityPhone 2.5s linear infinite;
}
.wireless-psl__inner picture {
    max-width: 740px;
    width: 100%;
    display: block;
}
.wireless-psl__inner picture::before {
    content: "";
    background-image: url(/image/catalog/psl-1500w/charger-light-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 400px;
    height: 240px;
    position: absolute;
    top: -25px;
    left: 150px;

    opacity: 0;
    animation: opacityLine-1 2.5s linear infinite;
}
.wireless-psl__inner picture::after {
    content: "";
    background-image: url(/image/catalog/psl-1500w/charger-light-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 490px;
    height: 285px;
    position: absolute;
    top: -50px;
    left: 105px;

    opacity: 0;
    animation: opacityLine-2 2.5s linear infinite;
}
.wireless-psl__inner picture img {
    max-width: 737px;
    width: 100%;
    height: 100%;
}

@keyframes opacityLine-1 {
    0% {
        opacity: 0;
    }
    16% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes opacityLine-2 {
    0% {
        opacity: 0;
    }
    36% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes opacityLine-3 {
    0% {
        opacity: 0;
    }
    56% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes opacityPhone {
    0% {
        opacity: 0;
    }
    56% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@media screen and (max-width: 1599px) {
    .wireless-psl__inner div {
        top: 21px;
        left: 146px;
        max-width: 314px;
        height: 186px;
    }
    .wireless-psl__inner::before {
        top: -90px;
        left: -10px;
    }
    .wireless-psl__inner picture::before {
        top: -44px;
        left: 88px;
    }
    .wireless-psl__inner picture::after {
        top: -70px;
        left: 40px;
    }
}
@media screen and (max-width: 1344px) {
    .wireless-psl__inner {
        margin: 0;
    }
    .wireless-psl__inner picture img {
        max-width: 585px;
    }
    .wireless-psl h2 {
        font-size: 80px;
    }
    .wireless-psl__wrap p {
        max-width: 500px;
    }

    .wireless-psl__inner div {
        top: 19px;
        left: 133px;
        max-width: 288px;
        height: 186px;
    }
    .wireless-psl__inner::before {
        top: -90px;
        left: -10px;
        width: 550px;
        height: 310px;
    }
    .wireless-psl__inner picture::before {
        top: -35px;
        left: 88px;
        width: 350px;
        height: 213px;
    }
    .wireless-psl__inner picture::after {
        top: -65px;
        left: 40px;
        width: 454px;
        height: 262px;
    }
}
@media screen and (max-width: 1199px) {
    .wireless-psl {
        margin: 120px 0 0 0;
    }
    .wireless-psl h2 {
        font-size: 73px;
    }
    .wireless-psl__wrap p {
        max-width: 450px;
        font-size: 20px;
    }
    .wireless-psl__inner {
        margin: 35px 0 0;
    }
    .wireless-psl__inner picture img {
        max-width: 453px;
    }
    .wireless-psl__inner div {
        top: 15px;
        left: 104px;
        max-width: 222px;
        height: 137px;
    }
    .wireless-psl__inner picture::before {
        top: -30px;
        left: 65px;
        width: 274px;
        height: 175px;
    }
    .wireless-psl__inner picture::after {
        top: -53px;
        left: 24px;
        width: 353px;
        height: 218px;
    }
    .wireless-psl__inner::before {
        top: -74px;
        left: -18px;
        width: 437px;
        height: 259px;
    }
}
@media screen and (max-width: 991px) {
    .wireless-psl__wrap {
        flex-direction: column;
        align-items: center;
    }
    .wireless-psl__wrap p {
        max-width: 100%;
        font-size: 18px;
    }
    .wireless-psl__inner {
        margin: 75px 0 0;
    }

    .wireless-psl h2 {
        font-size: 55px;
    }

    .battery-psl__info p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    .wireless-psl h2 {
        font-size: 56px;
    }
    .wireless-psl__wrap p {
        font-size: 16px;
    }
}

@media screen and (max-width: 567px) {
    .wireless-psl h2 {
        font-size: 39px;
    }
    .wireless-psl__inner picture img {
        max-width: 360px;
    }
    .wireless-psl__inner div {
        top: 11px;
        left: 81px;
        max-width: 182px;
        height: 107px;
    }
    .wireless-psl__inner picture::before {
        top: -25px;
        left: 52px;
        width: 225px;
        height: 150px;
    }
    .wireless-psl__inner picture::after {
        top: -43px;
        left: 20px;
        width: 286px;
        height: 195px;
    }
    .wireless-psl__inner::before {
        top: -65px;
        left: -27px;
        width: 370px;
        height: 211px;
    }
}
@media screen and (max-width: 400px) {
    .wireless-psl h2 {
        font-size: 27px;
    }
    .wireless-psl__wrap p {
        font-size: 14px;
    }
    .wireless-psl__inner {
        margin: 50px 0 0;
    }
    .wireless-psl__inner picture img {
        max-width: 280px;
    }
    .wireless-psl__inner div {
        top: 10px;
        left: 65px;
        max-width: 135px;
        height: 80px;
    }
    .wireless-psl__inner picture::before {
        top: -20px;
        left: 42px;
        width: 173px;
        height: 123px;
    }
    .wireless-psl__inner picture::after {
        top: -32px;
        left: 20px;
        width: 219px;
        height: 133px;
    }
    .wireless-psl__inner::before {
        top: -42px;
        left: 0px;
        width: 264px;
        height: 170px;
    }
}
/* safety==================================================================================== */
.safety-psl {
    background-color: #5B6770;
    background-image: url(/image/catalog/psl-1500w/safety-background.svg);
    background-repeat: no-repeat;
    padding: 420px 120px 100px;
    margin: -280px 0 0 0;
}
.safety-psl h2{
    color: #FFF;
    font-size: 87px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 5.22px;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}
.safety-psl p {
    color: #FFF;
    text-align: justify;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.safety-psl__wrap {
    margin: 100px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 75px;
    column-gap: 190px;
}
.safety-psl__wrap img {
    max-width: 260px;
    width: 100%;
    transition: all 0.3s ease;
}
.safety-psl__wrap img:hover {
    scale: 0.95;
}

@media screen and (max-width: 1599px) {
    .safety-psl {
        margin: -200px 0 0 0;
        padding: 310px 110px 100px
    }
    .safety-psl__wrap {
        column-gap: 110px;
    }
}
@media screen and (max-width: 1344px) {
    .safety-psl__wrap img {
        max-width: 200px;
    }
}
@media screen and (max-width: 1199px) {
    .safety-psl {
        margin: -150px 0 0 0;
        padding: 207px 50px 100px;
    }
    .safety-psl h2 {
        font-size: 73px;
    }
    .safety-psl p {
        font-size: 20px;
    }
    .safety-psl__wrap {
        margin: 80px 0 0 0;
        column-gap: 100px;
    }

}
@media screen and (max-width: 991px) {
    .safety-psl {
        margin: -288px 0 0 0;
        padding: 378px 50px 100px;
    }
    .safety-psl h2 {
        font-size: 54px;
        text-align: center;
    }
    .safety-psl p {
        font-size: 20px;
        text-align: center;
    }
}
@media screen and (max-width: 767px){
    .safety-psl__wrap img {
        max-width: 180px;
    }
    .safety-psl__wrap {
        column-gap: 60px;
        row-gap: 60px;
    }
    .safety-psl h2 {
        font-size: 45px;
        letter-spacing: 2.58px;
    }
    .safety-psl p {
        font-size: 18px;
    }
}
@media screen and (max-width: 567px) {
    .safety-psl {
        margin: -180px 0 0 0;
        padding: 250px 22px 50px;
    }
    .safety-psl__wrap img {
        max-width: 110px;
    }
    .safety-psl h2 {
        font-size: 32px;
        letter-spacing: 1.62px;
        margin: 0 0 25px 0;
    }
    .safety-psl p {
        font-size: 16px;
    }
}
@media screen and (max-width: 400px) {
    .safety-psl {
        margin: -180px 0 0 0;
        padding: 220px 0 50px;
    }
    .safety-psl h2 {
        font-size: 27px;
    }
    .safety-psl p {
        font-size: 14px;
        padding: 0 20px;
    }
    .safety-psl__wrap {
        margin: 50px 0 0 0;
        column-gap: 24px;
        row-gap: 24px;
    }
}
/* ergonomics================================================================================= */
.ergonomics-psl {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin: 200px 0 0 0;
}
.ergonomics-psl__info {
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    background-image: url(/image/catalog/psl-1500w/ergonomic-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1015px;
    width: 100%;
    min-height: 555px;
    padding: 60px 77px;
    box-sizing: border-box;
}
.ergonomics-psl__info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/image/catalog/psl-1500w/gradient.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.ergonomics-psl__info h2 {
    color: #FFF;
    font-size: 45px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    position: relative;
}
.ergonomics-psl__info p {
    color: #FFF;
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    position: relative;
}
.ergonomics-psl__wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.ergonomics-psl__pictures {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.ergonomics-psl__inner {
    display: flex;
    gap: 50px;
}
.ergonomics-1 {
    width: 485px;
    height: 245px;
    background-image: url(/image/catalog/psl-1500w/ergonomics-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
.ergonomics-2 {
    width: 480px;
    height: 245px;
    background-image: url(/image/catalog/psl-1500w/ergonomics-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
.ergonomics-3 {
    width: 385px;
    height: 383px;
    background-image: url(/image/catalog/psl-1500w/ergonomics-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.ergonomics-4 {
    width: 385px;
    height: 417px;
    background-image: url(/image/catalog/psl-1500w/ergonomics-4.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1599px) {
    .ergonomics-psl__info {
        max-width: 905px;
        padding: 50px;
    }
    .ergonomics-1 {
        width: 405px;
        height: 245px;
    }
    .ergonomics-2 {
        width: 450px;
        height: 245px;
    }
    .ergonomics-3 {
        width: 297px;
        height: 383px;
    }
    .ergonomics-4 {
        width: 297px;
        height: 417px;
        background-position: top center;
    }
}
@media screen and (max-width: 1344px) {
    .ergonomics-psl {
        margin: 150px 0 0 0;
        gap: 45px;
    }
    .ergonomics-psl__info {
        max-width: 785px;
        padding: 40px;
    }
    .ergonomics-psl__info h2 {
        font-size: 40px;
    }
    .ergonomics-1 {
        width: 350px;
        height: 220px;
    }
    .ergonomics-2 {
        width: 382px;
        height: 220px;
    }
    .ergonomics-3 {
        width: 290px;
        height: 370px;
    }
    .ergonomics-4 {
        width: 290px;
        height: 405px;
    }
}
@media screen and (max-width: 1199px) {
    .ergonomics-psl {
        gap: 40px;
    }
    .ergonomics-psl__wrap {
        gap: 40px;
    }
    .ergonomics-psl__pictures {
        gap: 40px;
    }
    .ergonomics-psl__inner {
        gap: 40px;
    }
    .ergonomics-psl__info h2 {
        font-size: 34px;
    }
    .ergonomics-psl__info p {
        font-size: 18px;
    }
    .ergonomics-psl__info {
        max-width: 674px;
        min-height: 453px;
    }
    .ergonomics-1 {
        width: 288px;
        height: 209px;
    }
    .ergonomics-2 {
        width: 320px;
        height: 209px;
    }
    .ergonomics-3 {
        width: 229px;
        height: 320px;
    }
    .ergonomics-4 {
        width: 229px;
        height: 341px;
    }
}
@media screen and (max-width: 991px) {
    .ergonomics-psl {
        gap: 30px;
        margin: 125px 0 0 0;
    }
    .ergonomics-psl__wrap {
        gap: 30px;
    }
    .ergonomics-psl__pictures {
        gap: 30px;
    }
    .ergonomics-psl__inner {
        gap: 30px;
    }
    .ergonomics-psl__info h2 {
        font-size: 25px;
    }
    .ergonomics-psl__info p {
        font-size: 16px;
    }
    .ergonomics-psl__info {
        max-width: 520px;
        min-height: 345px;
        padding: 30px;
    }
    .ergonomics-1 {
        width: 226px;
        height: 164px;
    }
    .ergonomics-2 {
        width: 235px;
        height: 164px;
    }
    .ergonomics-3 {
        width: 180px;
        height: 250px;
    }
    .ergonomics-4 {
        width: 180px;
        height: 259px;

    }
}
@media screen and (max-width: 767px){
    .ergonomics-psl {
        flex-direction: column-reverse;
    }
    .ergonomics-psl__pictures {
        flex-direction: row;
    }
    .ergonomics-psl__info {
        max-width: 100%;
        min-height: 354px;
        padding: 30px;
    }
    .ergonomics-1 {
        width: 40%;
        height: 167px;
    }
    .ergonomics-2 {
        background-image: url(/image/catalog/psl-1500w/ergonomics-2-s.webp);
        background-position: bottom right;
        width: 60%;
        height: 167px;
    }
    .ergonomics-3 {
        background-image: url(/image/catalog/psl-1500w/ergonomics-2.webp);
        width: 60%;
        height: 165px;
    }
    .ergonomics-4 {
        width: 40%;
        height: 165px;
    }
}
@media screen and (max-width: 567px) {
    .ergonomics-psl {
        gap: 25px;
        margin: 100px 0 0 0;
    }
    .ergonomics-psl__wrap {
        gap: 25px;
    }
    .ergonomics-psl__pictures {
        gap: 25px;
    }
    .ergonomics-psl__inner {
        gap: 25px;
    }
    .ergonomics-psl__info {
        padding: 25px 15px;
        background-image: url(/image/catalog/psl-1500w/ergonomic-background-s.webp);
        background-size: contain;
    }
    .ergonomics-psl__info h2 {
        font-size: 26px;
        text-align: center;
        margin:  0 0 15px 0;
    }
    .ergonomics-psl__info p {
        font-size: 14px;
        text-align: center;
    }

    .ergonomics-1 {
        height: 140px;
    }
    .ergonomics-2 {
        height: 140px;
    }
    .ergonomics-3 {
        height: 140px;
    }
    .ergonomics-4 {
        height: 140px;
    }
}
@media screen and (max-width: 400px) {
    .ergonomics-1 {
        height: 90px;
    }
    .ergonomics-2 {
        height: 90px;
    }
    .ergonomics-3 {
        height: 90px;
    }
    .ergonomics-4 {
        height: 90px;
    }
}
.product-container {
    overflow-x: visible;
}