.products1 {
    position: relative
}

.products1 .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.products1 .wrap .title {
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    position: absolute;
    top: 38%;
    width: 100%;
    text-align: center
}

.products1 .wrap .img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.products2 {
    padding: 125px 0 108px 0
}

.products2 .wrap {
    width: 1600px;
    margin: auto
}

.products2 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    text-align: center;
    margin: 0 0 72px
}

.products2 .wrap .content {
    position: relative
}

.products2 .wrap .content .other {
    margin: 72px auto 0;
    width: 98px;
    height: 36px;
    background: #FAFAFA;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.products2 .wrap .content .other .swiper-pagination {
    position: static;
    display: flex;
    width: fit-content
}

.products2 .wrap .content .other .swiper-pagination span {
    width: 12px;
    height: 6px;
    background: #C2C2C2;
    border-radius: 3px;
    opacity: 1 !important;
    margin: 0 6px 0 0 !important;
    transition: .6s ease
}

.products2 .wrap .content .other .swiper-pagination span.swiper-pagination-bullet-active {
    width: 29px;
    background: #013D97
}

.products2 .wrap .content .other .swiper-pagination span:last-child {
    margin: 0 !important
}

.products2 .wrap .content .proSwiper {
    width: 100%
}

.products2 .wrap .content .proSwiper .swiper-slide {
    cursor: pointer
}

.products2 .wrap .content .proSwiper .swiper-slide .item {
    width: 100%
}

.products2 .wrap .content .proSwiper .swiper-slide .item .img {
    width: 100%;
    height: 250px;
    background: #FAFAFA;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.products2 .wrap .content .proSwiper .swiper-slide .item .img:hover img {
    transform: scale(1.05)
}

.products2 .wrap .content .proSwiper .swiper-slide .item .img img {
    object-fit: contain;
    transition: .6s ease
}

.products2 .wrap .content .proSwiper .swiper-slide .item .text {
    margin: 34px 0 0 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A
}

.products3 {
    background: #FAFAFA;
    padding: 85px 0 143px 0
}

.products3 .wrap {
    width: 1600px;
    margin: auto
}

.products3 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 79px;
    margin: 0 0 90px;
    position: relative;
    border-bottom: 1px solid #E3E3E3
}

.products3 .wrap .top:after {
    content: '';
    position: absolute;
    width: 155px;
    height: 1px;
    background: #013D97;
    bottom: 0;
    left: 0
}

.products3 .wrap .top .p1 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A
}

.products3 .wrap .top .p2 {
    width: 756px;
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 42px
}

.products3 .wrap .center {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.products3 .wrap .center img {
    transition: .6s ease;
    cursor: pointer
}

.products3 .wrap .center img:hover {
    transform: scale(1.05)
}

.products3 .wrap .content {
    margin: 60px 0 0 0
}

.products3 .wrap .content .p1 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 59px
}

.products3 .wrap .content .flex {
    display: grid;
    grid-template-columns:repeat(12, 1fr);
    gap: 5px 10px
}

.products3 .wrap .content .flex .item {
    width: 100%;
    height: 136px;
    border-radius: 19px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    padding: 28px 0 0 0
}

.products3 .wrap .content .flex .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .6s ease
}

.products3 .wrap .content .flex .item:hover:after {
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(0, 100, 211, 0.06)
}

.products3 .wrap .content .flex .item .text {
    margin: 18px 0 0 0;
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    text-align: center
}

.products3 .wrap .content .flex .item .img {
    width: 105px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.products3 .wrap .content .flex .item .img img {
    object-fit: contain
}

.header .nav .item.products_item .level {
    display: none
}

.fixed_level {
    top: 77px;
    left: 0;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 31px 0;
    transition: .6s;
    z-index: 99;
    backdrop-filter: blur(10px)
}

.fixed_level .joke {
    display: flex;
    justify-content: center;
    align-items: center
}

.fixed_level .joke .list {
    transition: .6s
}

.fixed_level .joke .list:hover .icon img {
    transform: rotateY(180deg)
}

.fixed_level .joke .list:not(:last-child) {
    margin: 0 144px 0 0
}

.fixed_level .joke .list .icon {
    width: 28px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px
}

.fixed_level .joke .list .icon img {
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: .6s ease
}

.fixed_level .joke .list p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    transition: .6s ease
}

.fixed_alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 1s
}

.fixed_alert.on {
    opacity: 1;
    pointer-events: auto
}

.fixed_alert.on .content {
    opacity: 1;
    transform: translateY(0)
}

.fixed_alert .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2)
}

.fixed_alert .content {
    display: flex;
    position: relative;
    z-index: 5;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s
}

.fixed_alert .content .color {
    width: 463px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 59px 76px 70px 72px
}

.fixed_alert .content .color .p1 {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 26px;
    margin: 0 0 49px
}

.fixed_alert .content .color form .list:not(:last-child) {
    margin: 0 0 22px
}

.fixed_alert .content .color form .list p {
    font-weight: 500;
    font-size: 16px;
    color: #666666
}

.fixed_alert .content .color form .list p span {
    color: #CB0000
}

.fixed_alert .content .color form .list input {
    width: 100%;
    margin: 13px 0 0 0;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    padding: 0 15px;
    font-size: 16px;
    transition: .6s ease
}

.fixed_alert .content .color form .list input:focus {
    border: 1px solid #0064D3
}

.fixed_alert .content .color form button {
    width: 120px;
    height: 46px;
    background: #0064D3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 44px auto 0;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF
}

.fixed_alert .content .close {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 27px;
    cursor: pointer;
    transition: .6s ease
}

.fixed_alert .content .close:hover {
    background: #0064D3
}

.fixed_alert .content .close svg {
    width: 12px;
    height: 12px
}

.fixed_alert .content .close svg path {
    fill: #fff
}

@media screen and (max-width: 1919px) {
    .products1 .wrap .title{
        font-size: 2.6041666667vw;
    }
    .products2{
        padding: 6.5104166667vw 0px 5.625vw;
    }
    .products2 .wrap{
        width: 83.3333333333vw;
    }
    .products2 .wrap .title{
        font-size: 2.1875vw;
        margin: 0px 0px 3.75vw;
    }
    .products2 .wrap .content .other{
        margin: 3.75vw auto 0px;
        width: 5.1041666667vw;
        height: 1.875vw;
        border-radius: 0.9375vw;
    }
    .products2 .wrap .content .other .swiper-pagination span{
        width: 0.625vw;
        height: 0.3125vw;
        border-radius: 0.15625vw;
        margin: 0px 0.3125vw 0px 0px !important;
    }
    .products2 .wrap .content .other .swiper-pagination span.swiper-pagination-bullet-active{
        width: 1.5104166667vw;
    }
    .products2 .wrap .content .proSwiper .swiper-slide .item .img{
        height: 13.0208333333vw;
        border-radius: 0.3125vw;
    }
    .products2 .wrap .content .proSwiper .swiper-slide .item .text{
        margin: 1.7708333333vw 0px 0px;
        font-size: 0.9375vw;
    }
    .products3{
        padding: 4.4270833333vw 0px 7.4479166667vw;
    }
    .products3 .wrap{
        width: 83.3333333333vw;
    }
    .products3 .wrap .top{
        padding: 0px 0px 4.1145833333vw;
        margin: 0px 0px 4.6875vw;
    }
    .products3 .wrap .top::after{
        width: 8.0729166667vw;
    }
    .products3 .wrap .top .p1{
        font-size: 2.1875vw;
    }
    .products3 .wrap .top .p2{
        width: 39.375vw;
        font-size: 0.9375vw;
        line-height: 2.1875vw;
    }
    .products3 .wrap .content{
        margin: 3.125vw 0px 0px;
    }
    .products3 .wrap .content .p1{
        font-size: 2.1875vw;
        margin: 0px 0px 3.0729166667vw;
    }
    .products3 .wrap .content .flex{
        gap: 0.2604166667vw 0.5208333333vw;
    }
    .products3 .wrap .content .flex .item{
        height: 7.0833333333vw;
        border-radius: 0.9895833333vw;
        padding: 1.4583333333vw 0px 0px;
    }
    .products3 .wrap .content .flex .item:hover::after{
        box-shadow: rgba(0, 100, 211, 0.06) 0px 0px 1.6666666667vw 0px;
    }
    .products3 .wrap .content .flex .item .text{
        margin: 0.9375vw 0px 0px;
        font-size: 0.8333333333vw;
    }
    .products3 .wrap .content .flex .item .img{
        width: 5.46875vw;
        height: 2.34375vw;
    }
    .fixed_level{
        top: 4.0104166667vw;
        padding: 1.6145833333vw 0px;
        backdrop-filter: blur(0.5208333333vw);
    }
    .fixed_level .joke .list:not(:last-child){
        margin: 0px 7.5vw 0px 0px;
    }
    .fixed_level .joke .list .icon{
        width: 1.4583333333vw;
        height: 1.25vw;
        margin: 0px auto 0.5208333333vw;
    }
    .fixed_level .joke .list p{
        font-size: 0.8333333333vw;
    }
    .fixed_alert .content{
        transform: translateY(1.0416666667vw);
    }
    .fixed_alert .content .color{
        width: 24.1145833333vw;
        border-radius: 1.0416666667vw;
        padding: 3.0729166667vw 3.9583333333vw 3.6458333333vw 3.75vw;
    }
    .fixed_alert .content .color .p1{
        font-size: 0.9375vw;
        line-height: 1.3541666667vw;
        margin: 0px 0px 2.5520833333vw;
    }
    .fixed_alert .content .color form .list:not(:last-child){
        margin: 0px 0px 1.1458333333vw;
    }
    .fixed_alert .content .color form .list p{
        font-size: 0.8333333333vw;
    }
    .fixed_alert .content .color form .list input{
        margin: 0.6770833333vw 0px 0px;
        height: 2.9166666667vw;
        border-radius: 0.2083333333vw;
        padding: 0px 0.78125vw;
        font-size: 0.8333333333vw;
    }
    .fixed_alert .content .color form button{
        width: 6.25vw;
        height: 2.3958333333vw;
        border-radius: 0.2083333333vw;
        margin: 2.2916666667vw auto 0px;
        font-size: 0.8333333333vw;
    }
    .fixed_alert .content .close{
        width: 1.6666666667vw;
        height: 1.6666666667vw;
        margin: 0px 0px 0px 1.40625vw;
    }
    .fixed_alert .content .close svg{
        width: 0.625vw;
        height: 0.625vw;
    }
}

@media screen and (max-width: 1024px) {
    .products1{
        margin: 60px 0 0 0;
    }
    .products1 .wrap .img{
        height: 260px;
    }
    .parallax{
        transform: none!important;
    }
    .products1 .wrap .title{
        font-size: 24px;
    }
    .products2{
        padding: 60px 0;
    }
    .products2 .wrap .title{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .products2 .wrap{
        width: 90%;
    }

    .products2 .wrap .content .proSwiper .swiper-slide .item .img {
        height: auto;
        border-radius: 10px;
    }
    .products2 .wrap .content .proSwiper .swiper-slide .item .text{
        font-size: 16px;
        margin: 10px 0 0 0;
    }


    .products2 .wrap .content .other{
        width: fit-content;
        height: 36px;
        padding: 0 15px;
        border-radius: 18px;
        margin: 25px auto 0;
    }
    .products2 .wrap .content .other .swiper-pagination span{
        width: 12px;
        height: 6px;
        margin: 0 6px 0 0 !important;
        border-radius: 3px;
    }

    .products2 .wrap .content .other .swiper-pagination span:last-child{
        margin: 0!important;
    }

    .products2 .wrap .content .other .swiper-pagination span.swiper-pagination-bullet-active{
        width: 30px;
    }

    .products3{
        padding: 60px 0;
    }
    .products3 .wrap{
        width: 90%;
    }
    .products3 .wrap .top{
        flex-direction: column;
        padding: 0 0 20px;
        align-items: unset;
        margin: 0 0 20px;
    }
    .products3 .wrap .top .p1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .products3 .wrap .top .p2{
        font-size: 13px;
        line-height: 30px;
        width: 100%;
    }

    .products3 .wrap .top::after{
        width: 100px;
    }

    .products3 .wrap .center{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 25px ;
    }
    .products3 .wrap .center .img{
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .products3 .wrap .content{
        margin: 60px 0 0 0;
    }

    .products3 .wrap .content .p1{
        font-size: 24px;
        margin: 0 0 30px;
    }

    .products3 .wrap .content .flex {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
    .products3 .wrap .content .flex .item{
        height: auto;

    }
    .products3 .wrap .content .flex .item:after{
        display: none;
    }
    .products3 .wrap .content .flex .item .img{
        width: 100%;
        height: 45px;
    }
    .products3 .wrap .content .flex .item .text{
        font-size: 13px;
        margin: 15px 0 0 0;
    }


    .fixed_level{
        display: none;
    }

    .fixed_alert .content{
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .fixed_alert .content .color{
        width: 90vw;
        padding: 31px 12%;
    }

    .fixed_alert .content .color .p1{
        font-size: 14px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .fixed_alert .content .color form .list p{
        font-size: 13px;
        margin: 0 0 10px;
    }
    .fixed_alert .content .color form .list input{
        height: 40px;
        font-size: 14px;
        padding: 0 15px;
    }
    .fixed_alert .content .color form button{
        width: 100px;
        height: 40px;
        font-size: 14px;
        margin: 15px auto 0;
        border-radius: 5px;
    }
    .fixed_alert .content .color form .list:not(:last-child) {
        margin: 0px 0px 15px;
    }
    .fixed_alert .content .close{
        width: 35px;
        height: 35px;
        margin: 0 0 20px;
    }
    .fixed_alert .content .close svg{
        width: 12px;
        height: 12px;
    }
}

