.supported-section {
    width: 100%;
    padding: 70px 0 0px;
    box-sizing: border-box;
}

.supported-section .supported__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    color: #333333;
}

.supported-section .supported__title {
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    text-align: center
}

.supported-section .supported__description {
    text-align: center;
    font-weight: 400;
    color: #333333;
    margin-bottom: 40px
}

.supported-section .supported__list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.supported-section .supported__item-header {
    width: 100%;
    min-height: 50px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 500;
    font-size: 20px;
    color: #070707;
    border-bottom: 1px solid #DDDDDD;
}

.supported-section .supported__item-name {
    width: 40%;
    max-width: 240px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-shrink: 0;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

.supported-section .supported__item-header .supported__item-name {
    padding-left: 55px;
}

.supported-section .supported__item-description {
    flex: 1;
    padding: 0 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background: #F8F8F8;
}

.supported-section .supported__item-header .supported__item-description {
    background: transparent;
    padding-left: 55px;
}

.supported-section .supported__item {
    width: 100%;
    min-height: 50px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
}

.supported-section .request-button {
    width: 700px;
    margin: 30px auto 0
}

.essence-section {
    width: 100%;
    padding: 70px 0 70px;
    box-sizing: border-box;
}

.essence-section .essence__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.essence-section .essence__title {
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}

.essence-section .essence__description {
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.essence-section .essence__text {
    width: 48%;
}


.essence-section .essence__image {
    width: 48%;
    max-width: 680px;
    height: auto;
    background: #333333;
}

.essence-section .essence__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.services-section {
    width: 100%;
    padding: 70px 0 70px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #1E201E;
}

.services-section .services__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.services-section .services__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-section .services__content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    color: #FFFFFF;
}

.services-section .services__title {
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
}

.services-section .services__description {
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 40px
}

.services-section .services__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 50px;
    gap: 20px;
}

.services-section .services__item {
    width: calc(100% / 3 - 5px);
    max-width: 440px;
    box-sizing: border-box;
    background: #ffffff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.services-section .services__item.services__item-two {
    width: calc(100% / 2 - 5px);
    max-width: 620px;
}

.services-section .services__item.active {
    background: #4E4AD9;
}

.services-section .services__item-image {
    width: 100%;
}

.services-section .services__item-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.services-section .services__item-text {
    width: 100%;
    padding: 20px 20px 30px;
    box-sizing: border-box;
}

.services-section .services__item-title {
    color: #070707;
    margin-bottom: 5px;
}

.services-section .services__item.active .services__item-title {
    color: #FFFFFF;
}

.services-section .services__item-description {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.services-section .services__item.active .services__item-description {
    color: #FFFFFF;
}

.use-section {
    width: 100%;
    padding: 160px 0 70px;
    box-sizing: border-box;
    background: #F8F8F8;
}

.use-section .use__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.use-section .use__image {
    width: 48%;
    max-width: 730px;
    height: auto;
    position: absolute;
    top: -100px;
    left: 0;
}

.use-section .use__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.use-section .use__title {
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}

.use-section .use__description {
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.use-section .use__text {
    width: 48%;
    margin-left: 50px;
}

.services-factory-section {
    width: 100%;
    margin-top: 60px;
    padding: 70px 0 60px;
    box-sizing: border-box;
    background: #121212;
    position: relative;
}

.services-factory-section .factory__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.services-factory-section .factory__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-factory-section .factory__content {
    position: relative;
    z-index: 2;
}

.services-factory-section .factory__title {
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.services-factory-section .factory__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}


.services-factory-section .factory__left {
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.services-factory-section .factory__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-factory-section .factory__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.services-factory-section .factory__right-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.services-factory-section .factory__right-top img {
    width: 50%;
    height: auto;
    object-fit: cover;
}

.services-factory-section .factory__right-bottom {
    width: 100%;
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
}

.services-factory-section .factory__right-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-swiper-section {
    width: 100%;
    padding: 70px 0 50px;
    box-sizing: border-box;
}

.blog-swiper-section .blog-swiper-content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
}

.blog-swiper-section .my-swiper {
    width: 100%;
    height: auto;
}

.blog-swiper-section .swiper-wrapper {
    display: flex;
    align-items: stretch;
    height: auto;
    padding-bottom: 10px;
}

.blog-swiper-section .swiper-slide {
    width: 440px !important;
    flex-shrink: 0;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-swiper-section .swiper-slide:hover {
    background: #4E4AD9;
    box-shadow: none;
}

.blog-swiper-section .swiper-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-swiper-section .swiper-item-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.blog-swiper-section .swiper-item-content .item-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.blog-swiper-section .swiper-item-content .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-swiper-section .blog-swiper__title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.blog-swiper-section .item-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
}

.blog-swiper-section .item-text .item-title {
    font-weight: 400;
    color: #070707;
    margin-bottom: 10px;
}

.blog-swiper-section .swiper-slide:hover .item-text .item-title {
    color: #FFFFFF;
}

.blog-swiper-section .item-text .item-description {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.blog-swiper-section .swiper-slide:hover .item-text .item-description {
    color: #FFFFFF;
}

.blog-swiper-section .item-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.blog-swiper-section .item-info .info-icon,
.blog-swiper-section .item-info .info-icon-hover {
    width: 60px;
    height: 60px;
}

.blog-swiper-section .item-info .info-icon img,
.blog-swiper-section .item-info .info-icon-hover img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.blog-swiper-section .item-info .info-icon-hover {
    display: none;
}

.blog-swiper-section .swiper-slide:hover .item-info .info-icon {
    display: none;
}

.blog-swiper-section .swiper-slide:hover .item-info .info-icon-hover {
    display: block;
}

.blog-swiper-section .item-info .item-date {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.blog-swiper-section .swiper-slide:hover .item-info .item-date {
    color: #FFFFFF;
}

.blog-swiper-section .swiper-pagination {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.blog-swiper-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #666666;
    border-radius: 50%;
    margin: 0 7px !important;
    cursor: pointer;
}

.blog-swiper-section .swiper-pagination-bullet-active {
    background: #4E4AD9;
    position: relative;
}

.blog-swiper-section .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border: 1px solid #4E4AD9;
    border-radius: 50%;
}

.services-advantages-section {
    width: 100%;
    padding: 60px 0 70px;
    box-sizing: border-box;
    position: relative;
}

.services-advantages-section .services-advantages__background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    max-height: 960px;
}

.services-advantages-section .services-advantages__background img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.services-advantages-section .services-advantages__title {
    font-weight: bold;
    color: #000000;
    margin-bottom: 50px;
    text-align: center
}

.services-advantages-section .services-advantages__images {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 18px;
    position: relative;
    z-index: 2;
}

.services-advantages-section .services-advantages__left {
    width: calc(100% / 3 - 13.33px);
    max-width: 470px;
}

.services-advantages-section .services-advantages__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-advantages-section .services-advantages__center {
    width: calc(100% / 3 - 13.33px);
    max-width: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
}

.services-advantages-section .services-advantages__center-top img,
.services-advantages-section .services-advantages__center-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-advantages-section .services-advantages__right {
    width: calc(100% / 3 - 13.33px);
    max-width: 470px;
}

.services-advantages-section .services-advantages__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.services-advantages-section .services-advantages__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    color: #333333;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.services-advantages-section .my-swiper {
    width: 100%;
    height: auto;
    position: relative;
}

.services-advantages-section .swiper-wrapper {
    display: flex;
    align-items: stretch;
    height: auto;
    padding-bottom: 10px;
}

.services-advantages-section .swiper-slide {
    width: 430px !important;
    flex-shrink: 0;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 10px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.services-advantages-section .swiper-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.services-advantages-section .swiper-item .item-icon {
    width: 80px;
    height: 80px;
}

.services-advantages-section .swiper-item .item-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.services-advantages-section .swiper-item .item-title {
    font-weight: bold;
    color: #070707;
}

.services-advantages-section .swiper-item .item-description {
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.services-advantages-section .swiper-button-prev,
.services-advantages-section .swiper-button-next {
    width: 60px;
    height: 60px;
    background: #4E4AD9;
    border-radius: 50%;
}

.services-advantages-section .swiper-button-prev::after,
.services-advantages-section .swiper-button-next::after {
    font-size: 24px;
    color: #FFFFFF;
}

.services-advantages-section .swiper-button-prev {
    left: -120px !important;
    z-index: 10;
}

.services-advantages-section .swiper-button-next {
    right: -120px !important;
    z-index: 10;
}

.services-advantages-section .swiper-slide:last-child {
    margin-right: 0 !important;
}

@media screen and (max-width:760px) {
    .essence-section .essence__content {
        flex-direction: column;
        align-items: flex-start;
    }

    .essence-section .essence__text,
    .essence-section .essence__image {
        width: 100%;
    }

    .services-section .services__list {
        flex-direction: column;
        align-items: center;
    }

    .services-section .services__item {
        width: 100% !important;
    }

    .use-section {
        padding-top: 70px;
    }

    .use-section .use__content {
        flex-direction: column;
        align-items: flex-start;
    }

    .use-section .use__image {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .use-section .use__text {
        width: 100%;
        margin-left: 0;
    }

    .services-factory-section .factory__content {
        flex-direction: column;
        align-items: center;
    }

    .services-factory-section .factory__left {
        width: 100%;
    }

    .services-factory-section .factory__right {
        width: 100%;
    }

    .services-factory-section .factory__right-top {
        flex-direction: column;
    }

    .services-factory-section .factory__right-top img {
        width: 100%;
    }

    .blog-swiper-section .swiper-slide {
        width: 100% !important;
    }

    .services-advantages-section .swiper-slide {
        width: 100% !important;
    }

    .services-advantages-section .swiper-button-prev {
        left: -10px !important;
    }

    .services-advantages-section .swiper-button-next {
        right: -10px !important;
    }

    .services-advantages-section .services-advantages__images {
        flex-direction: column;
        align-items: center;
    }

    .services-advantages-section .services-advantages__left,
    .services-advantages-section .services-advantages__center,
    .services-advantages-section .services-advantages__right {
        width: 100%;
    }
}

@media screen and (min-width:760px) and (max-width:1020px) {
    .essence-section .essence__content {
        flex-direction: column;
        align-items: flex-start;
    }

    .essence-section .essence__text,
    .essence-section .essence__image {
        width: 100%;
    }

    .services-section .services__list {
        flex-direction: column;
        align-items: center;
    }

    .services-section .services__item {
        width: 100% !important;
    }

    .use-section {
        padding-top: 70px;
    }

    .use-section .use__content {
        flex-direction: column;
        align-items: flex-start;
    }

    .use-section .use__image {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .use-section .use__text {
        width: 100%;
        margin-left: 0;
    }

    .services-factory-section .factory__content {
        flex-direction: column;
        align-items: center;
    }

    .services-advantages-section .swiper-button-prev {
        left: -10px !important;
    }

    .services-advantages-section .swiper-button-next {
        right: -10px !important;
    }

    .services-advantages-section .services-advantages__images {
        flex-direction: column;
        align-items: center;
    }

    .services-advantages-section .services-advantages__left,
    .services-advantages-section .services-advantages__center,
    .services-advantages-section .services-advantages__right {
        width: 100%;
    }
}

@media screen and (min-width:1020px) and (max-width:1635px) {
    .services-advantages-section .swiper-button-prev {
        left: -40px !important;
    }

    .services-advantages-section .swiper-button-next {
        right: -40px !important;
    }
}

@media screen and (min-width:1635px) {}