.section .wrap {
    margin: 196px auto 55px;
}

.section .wrap .title {
    text-align: center;
    font-size: 58px;
    font-family: Roboto b;
    font-weight: 500;
    color: #262626;
    height: 70px;
    overflow: hidden;
}

.section .wrap .content {
    display: flex;
}

.section .wrap .content .the_left, .section .wrap .content .the_right {
    width: 50%;
}

.section .wrap .content .the_left .lump {
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), #FCFCFC);
    padding: 274px 50px 126px 30%;
}
.section .wrap .content .the_left .lump .scr{
    height: 581px;
    overflow: hidden;
}

.section .wrap .content .the_left .lump .scrollbar-track{
    /*display: none!important;*/
}

.section .wrap .content .the_left .lump .item:not(:last-child) {
    margin: 0 0 50px 0;
}

.section .wrap .content .the_left .lump .item span {
    font-size: 54px;
    font-family: Futura-Bold;
    font-weight: 400;
    color: #323232;
    display: block;
    margin: 0 0 18px 0;
}

.section .wrap .content .the_left .lump .item p {
    font-size: 16px;
    font-weight: 300;
    color: #484848;
    line-height: 22px;
}



.section .wrap .content .the_left .text {
    margin: 138px 0 0 20%;
}

.section .wrap .content .the_left .text span {
    width: 615px;
    font-size: 36px;
    font-family: Roboto;
    font-weight: bold;
    color: #262626;
    line-height: 35px;
    display: block;
    margin: 0 0 78px 0;
}

.section .wrap .content .the_left .text p {
    width: 612px;
    font-size: 17px;
    font-family: Roboto;
    font-weight: 400;
    color: #484848;
    line-height: 28px;
}

.section .wrap .content .the_right {
    margin: 142px 0 0 0;
}

.section .wrap .content .the_right .text {
    padding: 0 0 0 96px;
    margin: 0 0 47px 0;
}

.section .wrap .content .the_right .text span {
    font-size: 56px;
    font-family: Roboto;
    font-weight: bold;
    color: #262626;
    display: block;
    margin: 0 0 78px 0;
}

.section .wrap .content .the_right .text p {
    width: 730px;
    font-size: 17px;
    font-family: Roboto;
    font-weight: 400;
    color: #484848;
    line-height: 28px;
}

.section .wrap .content .the_right .images {
    width: 100%;
    height: 394px;
    position: relative;
    clip-path: inset(0px 0% 0% 100%);
    transition: 2s;
    padding: 0 0 0 96px;
}

.section .wrap .content .the_right .images.aos-animate {
    clip-path: inset(0px 0% 0% 0%);
}

.section .wrap .content .the_right .images video {
    display: none;
}


.section .wrap .content .the_right .images img {
    width: 100%;
    height: 100%;
}

.section .wrap .content .the_right .images .play {
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transition: 1s;
}

.section .wrap .content .the_right .images .play div {
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 20px solid #79A24F;
    transition: 1s;
}

.section .wrap .content .the_right .images .play:hover {
    background: #79A24F;
}

.section .wrap .content .the_right .images .play:hover div {
    border-left: 20px solid #fff;
}

.section2 {
    background: #519C7E;
    position: relative;
}

.section2 .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1) brightness(5);
    opacity: 0.03;
    pointer-events: none;
}

.section2 .wrap {
    margin: 69px auto;
    padding: 0 0 0 10%;
    display: flex;
}

.section2 .wrap .text {
    margin: 0 18% 0 0;
}

.section2 .wrap .picture {
    width: 539px;
}

.section2 .wrap .picture img {
    width: 100%;
    object-fit: contain;
    border-radius: 25px;
}

.section2 .wrap .picture div {
    display: none;
    width: 100%;
    height: 100%;
}

.section2 .wrap .picture div.on {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .wrap .text .title {
    font-size: 56px;
    font-family: Roboto;
    font-weight: bold;
    color: #FFFEFF;
    display: block;
    margin: 0 0 120px 0;
    height: 67px;
    overflow: hidden;
}

.section2 .wrap .text .cut .list:not(:last-child) {
    margin: 0 0 119px 0;
}

.section2 .wrap .text .cut .list .show {
    font-size: 30px;
    font-family: Roboto;
    font-weight: bold;
    padding: 0 0 34px 0;
    transition: 0.7s;
    cursor: pointer;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.section2 .wrap .text .cut .list .hide {
    overflow: hidden;
    display: block!important;
}

.section2 .wrap .text .cut .list .hide .joke {
    margin: 38px 0 0 0;
    width: 553px;
    font-size: 17px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
}

.section2 .wrap .text .cut .list.on .show {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.section3 .wrap {
    width: 1620px;
    margin: 150px auto;
}

.section3 .wrap .title .scrollbar_y {
    height: 67px;
    overflow: hidden;
    margin: 0 0 91px 0;
}

.section3 .wrap .title span {
    font-size: 56px;
    font-family: Roboto;
    font-weight: bold;
    color: #262626;
    display: block;
}

.section3 .wrap .title .text h2 {
    font-size: 28px;
    font-family: Roboto;
    font-weight: bold;
    color: #262626;
    padding: 0 0 21px 0;
}

.section3 .wrap .title .text .line {
    height: 1px;
    background: #F0F0F0;
}

.section3 .wrap .title .text .shell {
    display: flex;
    margin: 69px 0 0 0;
}

.section3 .wrap .title .text .shell div {
    width: 677px;
    font-size: 17px;
    font-family: Roboto;
    font-weight: 400;
    color: #484848;
    line-height: 30px;
}

.section3 .wrap .title .text .shell div:not(:last-child) {
    margin: 0 127px 0 0;
}

.section3 .wrap .content {
    margin: 89px 0 0 0;
}
.section3 .wrap .content .line:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #EDEDED;
    top: 0;
    left: 0;
}

.section3 .wrap .content .line{
    margin: 57px 0 0 0;
    width: 100%;
    position: relative;
}
.section3 .wrap .content .line div {
    width: 50%;
    height: 2px;
    background: #507D6B;
    position: relative;
    z-index: 1;
    top: -1px;
    transition: 1s;
}

.section3 .wrap .content .video_swiper {
    width: 100%;
}

.section3 .wrap .content .video_swiper img {
    width: 100%;
    height: 100%;
}

.section3 .wrap .content .video_swiper .play {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transition: 1s;
}

.section3 .wrap .content .video_swiper .play div {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 18px solid rgba(0, 0, 0, 0.4);
    transition: 1s;
}

.section3 .wrap .content .video_swiper .play:hover {
    background: #219081;
}

.section3 .wrap .content .video_swiper .play:hover div {
    border-left: 18px solid #fff;
}

.section3 .wrap .content .video_swiper .play video {
    display: none;
}
.section3 .wrap .content .button{
    margin: 50px 0 0 0;
    display: flex;
}
.section3 .wrap .content .button .circle{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #939B9F;
    border: 1px solid #ABAEB0;
    font-size: 16px;
    transition: 0.6s;
    cursor: pointer;
}
.section3 .wrap .content .button .circle:not(:last-child) {
    margin: 0 15px 0 0;
}
.section3 .wrap .content .button .circle:first-child{
    transform: rotate(180deg);
}

.section3 .wrap .content .button .circle:hover{
    background: #219081;
    border: 1px solid transparent;
    color: #fff;
}

@media screen and (max-width: 1900px) {
    .section .wrap .content .the_right .images{
        height: auto;
    }
    .section .wrap .content .the_right .text p{
        max-width: 90%;
    }
    .section2 .wrap{
        max-width: 90%;
    }
    .section2 .wrap .text {
        margin: 0 10% 0 0;
    }
    .section2 .wrap .text .cut .list .hide .joke{
        width: 100%;
    }
    .section3 .wrap{
        max-width: 90%;
    }
    .section3 .wrap .title .text .shell div:not(:last-child) {
        margin: 0 47px 0 0;
    }
    .section3 .wrap .title .text .shell div{
        width: fit-content;
    }
}
@media screen and (max-width: 1366px) {
    .section .wrap .content .the_left .lump{
        padding: 274px 50px 126px 21%;
    }
}

@media screen and (max-width: 1023px) {
    .section .wrap .title{
        font-size: 28px;
    }
    .section .wrap {
        margin: 105px auto 0;
    }
    .section .wrap .content{
        flex-direction: column-reverse;
    }
    .section .wrap .content .the_left, .section .wrap .content .the_right{
        width: 100%;
    }
    .section .wrap .content .the_right .text {
        padding: 0 5%;
        margin: 0 0 47px 0;
    }
    .section .wrap .content .the_right .text span{
        font-size: 24px;
        margin: 0 0 25px 0;
    }
    .section .wrap .content .the_right .text p{
        font-size: 15px;
        width: 100%;
    }
    .section .wrap .content .the_right {
        margin: 55px 0 0 0;
    }
    .section .wrap .content .the_right .images {
        clip-path: inset(0px 0% 0% 0%) !important;
    }
    .section .wrap .content .the_right .images{
        padding: 0 5%;
        height: auto;
    }
    .section .wrap .content .the_left .lump{
        padding: 40px 5%;
    }
    .section .wrap .content .the_left .lump .scr{
        height: auto;
    }
    .section .wrap .content .the_left .lump .item span{
        font-size: 28px;
    }
    .section .wrap .content .the_left .lump .item p{
        font-size: 15px;
    }
    .section .wrap .content .the_left .lump .item:not(:last-child) {
        margin: 0 0 35px 0;
    }
    .section2 .wrap .text .title{
        font-size: 28px;
        margin: 0 0 34px 0;
    }
    .section2 .wrap .text .cut .list .show{
        padding: 0 0 11px 0;
        font-size: 24px;
    }
    .section2 .wrap .text .cut .list .hide .joke {
        margin: 23px 0 0 0;
        width: 100%;
    }
    .section2 .wrap .text .cut .list:not(:last-child) {
        margin: 0 0 47px 0;
    }
    .section2 .wrap .text{
        margin: 0;
    }
    .section2 .wrap .picture{
        width: 100%;
        margin: 50px 0 0 0;
    }
    .section2 .wrap{
        padding: 0 5%;
        flex-direction: column;
    }
    .section3 .wrap{
        max-width: 90%;
    }
    .section3 .wrap .title span{
        font-size: 28px;
    }
    .section3 .wrap .title .text h2{
        font-size: 20px;
    }
    .section3 .wrap .title .scrollbar_y {
        margin: 0 0 39px 0;
    }
    .section3 .wrap {
        margin: 45px auto;
    }
    .section3 .wrap .title .text .shell{
        margin: 23px 0 0 0;
        flex-direction: column;
    }
    .section3 .wrap .title .text .shell div{
        width: 100%;
        font-size: 15px;
    }
    .section3 .wrap .content {
        margin: 39px 0 0 0;
    }
}
