@font-face {
    font-family: nimbussansnovusdotBolFont;
    src: url("/fonts/NIMBUSSANSNOVUSDOT-BOL.OTF");
}

@font-face {
    font-family: nimbussansnovusdotLigFont;
    src: url("/fonts/NIMBUSSANSNOVUSDOT-LIG.OTF");
}

.spire-container {
    position: relative;
    font-family: nimbussansnovusdotLigFont;
}

.spire-container h1,
.spire-container h2,
.spire-container h3,
.spire-container h4,
.spire-container h5 {
    font-family: nimbussansnovusdotBolFont;
    font-weight: 100;
    margin-bottom: 0;
}

.spire-container p {
    font-family: nimbussansnovusdotLigFont;
    margin-bottom: 0;
    letter-spacing: 0.05rem;
}

.section-content-container {
    max-width: 1120px;
    margin: 0 auto;
}

.display-machine-container {
    height: calc(100vh - 50px);
}

.display-machine-container:first-child {
    box-sizing: content-box;
    border-bottom: 7px solid #030912;
}

.banner-container {
    height: 100%;
}

.banner-swiper {
    height: 100%;
}

.banner-list {
    height: 100%;
}

.banner-item {
    height: 100%;
}

.banner-swiper .machine-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-swiper .machine-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-content-top-container {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.banner-title {
    font-family: nimbussansnovusdotBolFont;
    font-size: 50px;
    font-weight: 100;
    text-align: center;

}

.banner-title__brand {
    color: white;
}

.banner-title__series {
    color: white;
}

.banner-title__category {
    display: inline-block;
    background-image: linear-gradient(to right, #fe8957, #ff295f 35%, #341269 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
}

.banner-title__model {
    background-image: linear-gradient(to right, #fe8957, #ff295f 35%, #341269 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
}

.banner-description {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.05rem;
    text-align: center;
}

.banner-description-m {
    display: none;
}

.banner-description li:nth-child(odd) {
    border-right: 0.5px solid white;
    padding-right: 16px;
}

.banner-description li:nth-child(even) {
    border-left: 0.5px solid white;
    padding-left: 16px;
}

.switch-btn-container {
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    z-index: 2;
}

.switch-btn-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(85, 85, 85, 0.3);
    backdrop-filter: blur(24px) saturate(120%);
    -webkit-backdrop-filter: blur(24px) saturate(120%);
    border-radius: 60px;
    z-index: 0;
}

.switch-btn-group {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 60px;
    z-index: 2;
}

.switch-btn-item {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    border-radius: 40px;
    margin: 0 10px;
    cursor: pointer;
}

.switch-btn-item:first-child {
    margin-left: 0;
}

.switch-btn-item:last-child {
    margin-right: 0;
}

.switch-btn {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    font-family: nimbussansnovusdotBolFont;
    font-size: 17px;
    letter-spacing: 1px;
    color: white;
    z-index: 0;
    user-select: none;
}

.switch-slider {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(10px) translateY(-50%);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    border-radius: 40px;
    padding: 5px;
    background: conic-gradient(from -71.57deg at 50% 50%, #edeef0 143.14deg, #dedfdf 161.57deg, #e5e5e5 221.152deg, #cdced0 320deg, #ebebed 350deg, #edeef0 360deg);
    cursor: pointer;
    z-index: 1;
}

.switch-slider .inset-container {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #eceef0;
    background: linear-gradient(-143.14deg, #e2e3e5, #efeff1);
    text-align: center;
    line-height: 30px;
    box-shadow: inset -1px 1px 1px #e1e2e4, inset 0.2px 0px 1px #e1e2e4;
}

.display-machine-container.no-slider .switch-btn-container {
    display: none;
}

.display-machine-container.no-slider .banner-swiper-pagination {
    display: none;
}

.banner-content-bottom-container {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.banner-content-bottom-btn-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.banner-content-bottom-btn-container .b-btn:first-child {
    margin-right: 20px;
}

.banner-content-bottom-btn-container .b-btn:last-child {
    margin-left: 20px;
}

.b-btn {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    width: 250px;
    height: 40px;
    box-sizing: border-box;
    transition: 0.3s all ease;
}

.b-btn-line {
    border: 1px solid white;
    color: white;

}

.b-btn-line:hover {
    background-color: white;
    color: black;
}

.b-btn-primary {
    background-color: white;
    color: black;
}

.b-btn-primary:hover {
    background-color: rgba(230, 230, 230);
    color: black;
}

.banner-swiper-pagination {
    display: none;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 40px;
    z-index: 2;
}

.swiper-scrollbar-drag {
    position: absolute;
    top: -1px;
    height: 3px;
    background-color: white;
    border-radius: 0;
}

.core-container {
    padding: 80px 0;
    background-color: white;
}

.core-title {
    font-size: 46px;
    text-align: center;
    color: black;
}

.core-description {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    color: black;
}

.core-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.core-list .core-item {
    position: relative;
    width: calc((100% - 20px) / 2);
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;

}

.core-list .core-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.core-list .core-item:nth-child(odd) {
    margin-left: 0;
}

.core-list .core-item:nth-child(even) {
    margin-right: 0;
}

.core-list .core-item:nth-child(-n + 2) {
    margin-top: 0;
}

.core-list .core-item:nth-child(n + 3) {
    margin-bottom: 0;
}

.core-list .core-item .core-item-title {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    font-size: 20px;
    color: white;
    text-align: center;
}

.core-list .core-item:hover img {
    transform: scale(1.2);
}

.factory-container .section-content-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 80px;
}

.factory-title {
    font-size: 46px;
    text-align: center;
    color: white;
}

.factory-description {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    color: white;
}

.factory-container .b-btn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.service-container {
    padding: 80px 0;
    background-color: white;
}

.service-title {
    font-size: 46px;
    text-align: center;
    color: black;
}

.service-description {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    color: black;
}

.service-list {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.service-list .service-item {
    position: relative;
    width: calc((100% - 40px) / 3);
    margin: 10px;
    overflow: hidden;
}

.service-list .service-item .service-image-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.service-list .service-item img {
    display: block;
    width: 100%;
    transition: transform 0.3s ease;
}

.service-list .service-item:first-child {
    margin-left: 0;
}

.service-list .service-item:last-child {
    margin-right: 0;
}

.service-list .service-item .service-item-title {
    width: 100%;
    font-size: 18px;
    color: black;
    text-align: left;
    margin-top: 15px;
    line-height: 1.3;
    padding-left: 10px;
    font-family: nimbussansnovusdotBolFont;
}

.service-list .service-item .service-item-description {
    line-height: 1.3;
    margin-top: 10px;
    padding-left: 10px;
}

.service-list .service-item:hover img {
    transform: scale(1.2);
}


.contact-container {
    padding: 80px 0;
    background-color: white;
}

.contact-container .section-content-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}


.contact-title {
    font-size: 36px;
    text-align: left;
    color: black;
    letter-spacing: 0.7px;
}

.go-contact-container {
    width: 340px;
}

.customer-service-container {
    position: relative;
    width: 250px;
    padding: 10px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    cursor: pointer;
}

.customer-service-background-container {
    position: absolute;
    width: 280px;
    height: 280px;
    left: -10px;
    top: -10px;
    background: conic-gradient(from -20deg, #ec1165 10deg, #35126a 40deg, 220deg, #ec1165 240deg, #ff8e44 260deg, 350deg, #ec1165 360deg);
    transform-origin: center;
    transition: all 0.6s ease;
}

.customer-service-wrapper {
    position: relative;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
}

.customer-service-wrapper img {
    width: 100%;
}

.customer-service-container:hover .customer-service-background-container {
    transform: rotate(360deg);
}

.contact-btn {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-family: nimbussansnovusdotBolFont;
    background: linear-gradient(to right, #ff8e44 var(--contactBtnFirstColorStart), #ec1165, #35126a);
    border-radius: 50px;
    color: white;
    letter-spacing: 0.7px;
    cursor: pointer;
    transition: --contactBtnFirstColorStart 0.6s ease;
}

@property --contactBtnFirstColorStart {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%;
}

.contact-btn:hover {
    --contactBtnFirstColorStart: 30%;
}

.service-advantages-container {
    width: 390px;
}

.service-advantages-list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
}

.service-advantages-item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc((100% - 20px) / 2);
    margin: 10px;
    aspect-ratio: 1;
    background-color: white;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 100, 0.1) -3px -3px 8px, rgba(100, 100, 100, 0.1) 3px 3px 8px;
}

.service-advantages-item img {
    width: 60px;
}

.service-advantages-item p {
    width: 140px;
    margin-top: 20px;
    text-align: center;
    color: black;
    font-family: nimbussansnovusdotBolFont;
}

.service-advantages-item:nth-child(odd) {
    margin-left: 0;
}

.service-advantages-item:nth-child(even) {
    margin-right: 0;
}

.service-advantages-item:nth-child(-n+2) {
    margin-top: 0;
}

.service-advantages-item:nth-child(n+3) {
    margin-bottom: 0;
}


.quote-container {
    padding: 80px 0;
    background-color: #eeeeee;
}

.quote-form-container {
    padding: 70px 180px;
    background-color: white;
    border-radius: 10px;
}

.quote-title {
    font-size: 36px;
    color: black;
    text-align: center;
}

p.quote-description {
    color: black;
    text-align: center;
}

.quote-contact-form {
    margin-top: 30px;
}

.quote-contact-form .input-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20;
}

.contact-form {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 35px;
}

.contact-form-item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    width: calc((100% - 20px) / 2);
    margin: 8px 10px;
}

.contact-form-item:nth-child(odd) {
    margin-left: 0;
}

.contact-form-item:nth-child(even) {
    margin-right: 0;
}

.contact-form-item:nth-child(-n+2) {
    margin-top: 0;
}

.contact-form-item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.contact-form .full-form-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.contact-form .input-wrapper {
    width: calc((100% - 40px) / 2);
    margin: 10px;
}

.contact-form-item label {
    margin-bottom: 8px;
    font-family: nimbussansnovusdotBolFont;
    height: 26px;
}

.contact-form-item input,
.contact-form-item textarea {
    padding: 10px 13px;
    font-size: 16px;
    box-sizing: content-box;
    color: #3e3e3e;
    border: 1px solid #d7d6d6;
    background-color: #eeeeee;
    border-radius: 5px;
    transition: all 0.3s ease;
    letter-spacing: 0.05rem;
}

.contact-form-item input::placeholder,
.contact-form-item textarea::placeholder {
    color: #a1a1a1;
}

.contact-form-item input {
    height: 20px;
    line-height: 20px;
}

.contact-form-item input:hover,
.contact-form-item textarea:hover {
    border-color: #3e3e3e;
}

.contact-form-item input:focus,
.contact-form-item textarea:focus {
    border-color: #3e3e3e;
}

.contact-submit-btn {
    max-width: 120px;
    text-align: center;
    padding: 13px 20px;
    border-radius: 5px;
    line-height: 1;
    font-family: nimbussansnovusdotBolFont;
    color: white;
    background-image: linear-gradient(to right, #ff8e44, #fa1462, #37136a);
    margin: 0 auto;
    margin-top: 50px;
    cursor: pointer;
    user-select: none;
}

.form-required {
    color: #fa1462;
    font-size: 14px;
    line-height: 26px;
    margin-right: 3px;
}

.contact-form-item.error input,
.contact-form-item.error textarea {
    border-color: #fa1462;
}


@media (min-width: 1120px) and (min-aspect-ratio: 1.7) {

    .display-machine-container.no-slider .banner-content-top-container {
        top: 140px;
    }

}

@media (max-width: 1400px) and (min-aspect-ratio: 1.7) {
    .display-machine-container {
        height: 70vw;
    }

    .banner-content-top-container {
        top: 80px;
    }

    .banner-title {
        font-size: 40px;
    }

    .switch-btn-container {
        top: 210px;
    }

    .banner-content-bottom-container {
        bottom: 50px;
    }

}

@media (min-width: 2500px) and (min-aspect-ratio: 1.7) {

    .banner-content-top-container {
        top: 140px
    }

    .display-machine-container.no-slider .banner-content-top-container {
        top: 190px;
    }

    .switch-btn-container {
        top: 280px;
    }
}


@media (max-width: 1120px) {

    .section-content-container {
        width: 90%;
    }

    .switch-btn-container {
        display: none;
    }

    .banner-swiper-pagination {
        display: block;
    }

    .core-list .core-item .core-item-title {
        top: 20px;
        text-align: left;
        padding: 0 20px;
    }

    .factory-container .section-content-container {
        position: static;
        transform: none;
        padding-top: 0;
    }


    .factory-title {
        color: black;
        margin-top: 30px;
    }

    .factory-description {
        color: black;
    }

    .factory-container .b-btn {
        color: black;
        border: 1px solid black;
    }

    .contact-container .section-content-container {
        flex-wrap: wrap;
    }

    .contact-title-container {
        width: 100%;
    }

    .go-contact-container {
        width: 100%;
        margin-top: 30px;
    }

    .service-advantages-container {
        margin-top: 30px;
    }

    .service-advantages-container {
        width: 100%;
    }

    .service-advantages-item {
        width: calc((100% - 60px) / 4);
        margin: 0 10px !important;
    }

    .service-advantages-item:first-child {
        margin-left: 0 !important;
    }

    .service-advantages-item:last-child {
        margin-right: 0 !important;
    }

    .quote-form-container {
        padding: 20px 30px;
    }

}

@media (min-aspect-ratio: 0.69) and (max-width: 1120px) {

    .banner-content-top-container {
        width: 90%;
        top: 120px;
    }

    .banner-content-bottom-container {
        bottom: 90px;
    }

    .display-machine-container.no-slider .banner-content-bottom-container {
        bottom: 60px;
    }

    .display-machine-container {
        height: auto;
    }
}

@media (max-width: 767px) {

    .display-machine-container {
        height: auto;
    }

    .banner-content-top-container {
        width: 90%;
    }

    .banner-title {
        width: 100%;
        font-size: 32px;
        line-height: 1.1;
    }

    .banner-description {
        display: none;
    }

    .banner-description-m {
        display: block;
        display: flex;
        display: -webkit-flex;
        margin-top: 10px;
        letter-spacing: 0.05rem;
        text-align: center;
        font-family: nimbussansnovusdotBolFont;
        color: white;
        font-size: 16px;
        line-height: 1.6;
    }

    .banner-content-bottom-container {
        width: 90%;
        bottom: 80px;
    }

    .display-machine-container.no-slider .banner-content-bottom-container {
        bottom: 60px;
    }

    .banner-content-bottom-btn-container .b-btn:first-child {
        margin-right: 10px;
    }

    .banner-content-bottom-btn-container .b-btn:last-child {
        margin-left: 10px;
    }

    .core-container {
        padding: 50px 0;
    }

    .core-title {
        font-size: 26px;
    }

    .core-description {
        font-size: 18px;
        line-height: 1.3;
    }

    .core-list {
        margin-top: 30px;
    }

    .core-list .core-item {
        width: 100%;
        margin: 10px 0 !important;
    }

    .core-list .core-item:first-child {
        margin-top: 0 !important;
    }

    .core-list .core-item:last-child {
        margin-bottom: 0 !important;
    }


    .core-list .core-item .core-item-title {
        width: 90%;
        top: 15px;
        font-size: 18px;
    }

    .factory-container .section-content-container {
        position: static;
        transform: none;
        padding-top: 0;
    }

    .factory-title {
        font-size: 26px;
        color: black;
        margin-top: 30px;
    }

    .factory-description {
        font-size: 16px;
        color: black;
    }

    .factory-container .b-btn {
        color: black;
        border: 1px solid black;
    }

    .service-container {
        padding: 50px 0;
    }

    .service-title {
        font-size: 26px;
    }

    .service-description {
        font-size: 18px;
        line-height: 1.3;
    }

    .service-list {
        margin-top: 30px;
    }

    .service-list .service-item {
        width: 100%;
        margin: 10px 0 !important;
    }

    .service-list .service-item:first-child {
        margin-top: 0 !important;
    }

    .service-list .service-item:last-child {
        margin-bottom: 0 !important;
    }

    .contact-container {
        padding: 50px 0;
    }

    .contact-container .section-content-container {
        flex-wrap: wrap;
    }

    .contact-title-container {
        width: 100%;
    }

    .go-contact-container {
        width: 100%;
        margin-top: 30px;
    }

    .contact-title {
        font-size: 26px;
    }

    .service-advantages-container {
        margin-top: 30px;
    }

    .service-advantages-item {
        width: calc((100% - 20px) / 2);
        margin: 10px !important;
    }

    .service-advantages-item:nth-child(odd) {
        margin-left: 0 !important;
    }

    .service-advantages-item:nth-child(even) {
        margin-right: 0 !important;
    }

    .service-advantages-item:nth-child(-n+2) {
        margin-top: 0 !important;
    }

    .service-advantages-item:nth-child(n+3) {
        margin-bottom: 0 !important;
    }


    .quote-container {
        padding: 50px 0;
    }

    .quote-title {
        font-size: 30px;
    }

    .quote-form-container {
        padding: 20px;
    }

    .contact-form {
        margin-top: 25px;
    }

    .contact-submit-btn {
        margin-top: 30px;
    }

    .contact-form-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .contact-form-item:first-child {
        margin-top: 0;
    }

    .contact-form-item:nth-child(-n+2) {
        margin-top: 8px;
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .banner-title__series {
        display: none;
    }

    .banner-description-m {
        font-size: 14px;
    }

    .banner-content-top-container {
        top: 70px;
    }

    .banner-description-m {
        top: 120px;
    }

    .banner-content-bottom-btn-container {
        padding: 0;
    }

    .banner-swiper-pagination {
        bottom: 20px;
    }

    .banner-content-bottom-container {
        bottom: 50px;
    }

    .b-btn {
        font-size: 16px;
    }
}