* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.n-banner {
    position: relative;
}

.n-banner img {
    width: 100%;
}

.n-banner-content {
    position: absolute;
    height: calc(100% - 60px);
    left: calc((100% - 1400px)/2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
}

.n-banner-content h1 {
    font-weight: 700;
    font-size: 48px;
    color: #2A2B2E;
}

.n-banner-content h2 {
    font-weight: 400;
    font-size: 36px;
    color: #6A6B6D;
}

.n-banner-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-top: 24px;
    width: 50%;
}

.n-btns {
    margin-top: 36px;
    font-size: 0;
}

.n-btns a {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    padding: 8px 36px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 4px;
    cursor: pointer;
}

.n-btns .redBtn {
    background: #DA0030;
    color: #FFFFFF;
}

.n-btns .whiteBtn {
    color: #DA0030;
    background: #FFFFFF;
}

.n-btns a:first-child {
    margin-right: 24px;
}

.n-nav {
    position: relative;
    margin-top: -60px;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.n-nav-content {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
}

.n-breadcrumb {
    display: flex;
}

.n-nav-content a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #D5D5D5;
    cursor: pointer;
}

.n-breadcrumb a::after {
    content: '>';
    display: block;
    margin: 2px 6px 0 6px;
}

.n-breadcrumb a:last-child:after {
    content: '';
}

.n-nav-content ul {
    display: flex;
}

.n-nav-content ul li {
    margin-right: 24px;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.n-page-info {
    text-align: center;
}

.n-page-info h5 {
    font-weight: 700;
    font-size: 36px;
    color: #292929;
}

.n-page-info h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #7D7D7D;
    max-width: 1400px;
    margin: 24px auto 0 auto;
}

#n-page-1 {
    padding: 100px 0 120px 0;
}

.n-page-content {
    width: 1400px;
    margin: 0 auto;
}

.n-affects {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.n-affect {
    position: relative;
    width: 332px;
    background: #FAFBFC;
}

.n-affect-desc {
    width: 100%;
    text-align: left;
    transition: .25s linear;
    padding: 24px;
    box-sizing: border-box;
}

.n-affect-desc h3 {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.n-affect-desc p {
    margin-top: 16px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#n-page-2 {
    background: #F4F8FA;
    padding: 80px 0;
}

#n-page-2 h6 {
    font-weight: 400;
    font-size: 20px;
    color: #6A6B6D;
    margin-top: 12px;
}

.n-tab {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.n-tab-line {
    width: 100%;
    height: 1px;
    background-color: #D5D5D5;
    margin-top: -1px;
}

.n-tab div {
    font-weight: 400;
    font-size: 18px;
    color: #7D7D7D;
    border-bottom: 2px solid transparent;
    padding: 0 24px 12px 24px;
    cursor: pointer;
}

.n-tab div:last-child {
    margin-right: 0;
}

.n-tab .n-tab-active {
    border-bottom: 2px solid #0082FF;
    color: #0082FF;
    font-weight: 700;
    cursor: default;
}

.n-page-content img {
    width: 100%;
}

#n-page-3 {
    padding: 110px 0;
}

.n-values {
    display: flex;
    justify-content: space-between;
}

.n-value {
    margin-top: 70px;
    width: 332px;
    text-align: left;
}

.n-value img {
    width: 160px;
}

.n-value-title {
    margin-top: 35px;
    font-size: 24px;
    color: #292929;
}

.n-value-desc {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #7D7D7D;
}

#n-page-4 {
    background: #F7F9FA;
    padding: 100px 0 80px 0;
}

.n-products {
    margin-top: 60px;
    display: flex;
}

.n-product {
    width: 450px;
    background-color: #FFFFFF;
    margin-right: 24px;
}

.n-product:last-child {
    margin-right: 0;
}

.n-product img {
    width: 250px;
    transition: all  0.3s ease-in-out;
}
.link-sp{
    display: inline-block!important;
    transition: all  0.3s ease-in-out;
    margin-left: 4px;
}

.n-product:hover img{
    transform: scale(1.05);
}
.n-product:hover .link-sp{
    transform: translateX(8px)
}
.n-product span {
    display: block;
    min-height: 44px;
}

.n-product-name {
    margin-top: 8px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #292929;
}

.n-product-desc {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
}

.n-product-link {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #DA0030;
}

#n-page-5 {
    padding: 100px 0;
}

.n-news {
    display: flex;
    margin-top: 60px;
    justify-content: center;
}

.n-news-img {
    width: 688px;
    margin-right: 60px;
    position: relative;
}

.n-news-img p {
    position: absolute;
    left: 28px;
    bottom: 28px;
    padding-right: 28px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
}

.n-news ul {
    text-align: left;
}

.n-news ul li {
    list-style: disc;
    margin-top: 18px;
}

.n-news ul li:first-child {
    margin-top: 0;
}

.n-news ul li {
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}

#affectPag {
    display: none;
}

.nav-show {
    display: none;
}

.n-cont-desc {
    margin: 24px auto 0 auto;
    width: 100%;
    color: #2A2B2E;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
}

.n-cont-info {
    position: relative;
    margin-top: 24px;
}

.cont-custom {
    position: absolute;
    left: 776px;
    top: 24px;
    text-align: left;
}

.cont-custom h4 {
    color: #1883FF;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.mobieTab {
    display: none;
}

.cont-custom p {
    margin-top: 12px;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding-right: 36px;
}

.cont-custom-table {
    margin: 20px 36px 0 0;
}

.cont-custom-table span {
    margin-top: 12px;
    display: block;
    width: 100%;
    background: #F4F8FA;
    padding: 10px 24px;
    box-sizing: border-box;
    color: #1883FF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.cont-custom-table ul {
    margin: 12px 0 24px 0;
    display: flex;
    flex-wrap: wrap;
}

.cont-custom-table ul li {
    width: 50%;
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 175%;
    list-style: disc;
    margin-left: 24px;
}

.cont-custom-table ul li:nth-child(odd) {
    width: 40%;
}

.cont-title {
    position: absolute;
    white-space: nowrap;
}

.cont-title h3 {
    color: #1883FF;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
}

.cont-title p {
    margin-top: 12px;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#title1 {
    top: 36px;
    left: 728px;
}

#title2 {
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
}

#title3 {
    top: 58px;
    left: 84px;
}

#title4 {
    top: 58px;
    left: 740px;
}

section.contactCont {
    background-image: url(../RJ-img/contact-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    box-sizing: border-box;
    background-position: top right;
}

.contact-title {
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    line-height: 150%;
}

.contactCont a {
    display: inline-block;
    margin-top: 36px;
    padding: 12px 40px;
    box-sizing: border-box;
    color: #FFF;
    height: 46px;
    border-radius: 4px;
    background: #DA0030;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    transition: all .15s linear;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.contactCont .n-project-content {
    width: 1400px;
    margin: 0px auto 0 auto;
}
.form-mask,.form-modal{
    display: none;
}
.form-mask{
    background-color: rgba(0, 0, 0, 0.60);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    top: 0;
    left: 0;
}
.form-modal{
    position: fixed;
    background-color: #FFFFFF;
    z-index: 10000;
    width: 960px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 48px 100px;
}
.form-modal-header{
    margin: 0 auto;
}
.form-title{
    color: #2A2B2E;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    position: relative;
}
.form-desc{
    margin-top: 12px; 
    color: #6A6B6D;
    line-height: 150%; /* 21px */
}
.form-modal-body{
    margin-top: 24px;
}
.form-close{
    position: absolute;
    top: 16px;
    right: 24px;
    font-size: 36px;
    line-height: 100%;
    color:#6A6B6D;
    cursor: pointer;
}
.n-project-btn{
    cursor: pointer;
}
.n-project-btn:hover{
    background: #F23E5E;
    color: #FFF;
}
@media screen and (min-width:750px) {
    .n-nav-content {
        display: flex!important;
    }
    .n-news ul li a:hover,
    .n-news ul li:hover {
        color: #0094FF;
    }
    .n-nav-content a:hover,
    .n-breadcrumb a:hover::after {
        color: #FFFFFF;
    }
    .n-breadcrumb a:hover {
        color: #DA0030;
    }
}

.n-nav .n-nav-content .n-nav-active {
    color: #FFFFFF;
    font-weight: 700;
    cursor: default;
}

@media screen and (max-width:1440px) {
    .n-banner-content {
        width: 1200px;
        max-width: 688px;
        left: calc((100% - 1200px)/2);
    }
    .contactCont .n-project-content {
        width: 1200px;
    }
    .n-banner-content h1 {
        font-size: 40px;
    }
    .n-banner-content h2 {
        font-size: 30px;
    }
    .n-banner-content p {
        margin-top: 20px;
        font-size: 14px;
    }
    .n-btns {
        margin-top: 30px;
    }
    .n-btns a {
        font-size: 16px;
    }
    .n-nav-content {
        width: 1200px;
    }
    .n-page-info h5 {
        font-size: 30px;
    }
    .n-page-info h6 {
        margin-top: 20px;
        font-size: 16px;
        max-width: 1200px;
    }
    #n-page-1 {
        padding: 84px 0 102px 0;
    }
    .n-page-content {
        width: 1200px;
    }
    #n-page-2 h6 {
        margin-top: 10px;
        font-size: 22px;
    }
    .n-tab {
        margin-top: 38px;
    }
    .n-tab div {
        font-size: 16px;
        padding-bottom: 20px;
    }
    #n-page-2 {
        padding: 68px 0;
    }
    #n-page-3 {
        padding: 94px 0;
    }
    .n-value {
        width: 282px;
        margin-top: 60px;
    }
    .n-value img {
        width: 196px;
    }
    .n-value-title {
        margin-top: 30px;
        font-size: 20px;
    }
    .n-value-desc {
        font-size: 14px;
        margin-top: 14px;
    }
    #n-page-4 {
        padding: 84px 0 68px 0;
    }
    .n-products {
        margin-top: 50px;
    }
    .n-product {
        width: 382px;
        height: unset;
    }
    .n-product img {
        width: 212px;
    }
    .n-product-name {
        font-size: 14px;
    }
    .n-product-desc {
        font-size: 14px;
        margin-top: 10px;
    }
    .n-product-link {
        margin-top: 20px;
        font-size: 12px;
    }
    #n-page-5 {
        padding: 84px 0;
    }
    .n-news-img {
        width: 584px;
        margin-right: 50px;
    }
    .n-news ul li {
        font-size: 14px;
    }
    .n-news {
        margin-top: 50px;
    }
    .cont-custom {
        top: 20px;
        left: 644px;
    }
    .cont-custom h4 {
        font-size: 20px;
    }
    .cont-custom p {
        font-size: 14px;
    }
    .cont-custom-table {
        margin: 16px 36px 0 0;
    }
    .cont-custom-table span {
        padding: 8px 20px;
        font-size: 14px;
        margin-top: 10px;
    }
    .cont-custom-table ul li {
        font-size: 12px;
        margin-left: 20px;
    }
    .cont-custom-table ul {
        margin: 10px 0 20px 0;
    }
    .n-cont-desc {
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
    }
    .cont-title h3 {
        font-size: 24px;
    }
    #title1 {
        top: 30px;
        left: 610px;
    }
    #title2 {
        top: 30px;
    }
    #title3 {
        top: 50px;
        left: 54px;
    }
    #title4 {
        top: 50px;
        left: 630px;
    }
    .cont-title p {
        font-size: 14px;
        margin-top: 8px;
    }
    .n-affect {
        width: 282px;
    }
    .n-affect-desc h3 {
        font-size: 16px;
    }
    .n-affect-desc p {
        font-size: 14px;
        margin-top: 12px;
    }
    .n-affects {
        margin-top: 48px;
    }
}

@media screen and (max-width:1281px) {
    .n-banner-content {
        width: 1000px;
        left: calc((100% - 1000px)/2);
    }
    .contactCont .n-project-content {
        width: 1000px;
    }
    .n-banner-content h1 {
        font-size: 32px;
    }
    .n-banner-content h2 {
        font-size: 24px;
    }
    .n-banner-content p {
        margin-top: 16px;
        font-size: 12px;
    }
    .n-btns a {
        font-size: 14px;
        padding: 6px 24px;
    }
    .n-btns a:first-child {
        margin-right: 16px;
    }
    .n-nav-content {
        width: 1000px;
    }
    .n-nav-content a {
        font-size: 14px;
    }
    .n-page-content {
        width: 1000px;
    }
    .n-page-info h5 {
        font-size: 24px;
    }
    .n-page-info h6 {
        margin-top: 14px;
        font-size: 14px;
    }
    #n-page-1 {
        padding: 70px 0 84px 0;
    }
    #n-page-2 h6 {
        margin-top: 6px;
        font-size: 18px;
    }
    .n-tab {
        margin-top: 32px;
    }
    .n-tab div {
        font-size: 14px;
        padding-bottom: 16px;
        padding: 0 12px 12px 12px;
    }
    .n-tab div {
        margin-right: 0;
    }
    #n-page-3 {
        padding: 78px 0;
    }
    .n-value img {
        width: 162px;
    }
    .n-value {
        width: 234px;
        margin-top: 50px;
    }
    .n-value-title {
        margin-top: 24px;
        font-size: 16px;
    }
    .n-value-desc {
        font-size: 12px;
        margin-top: 12px;
    }
    #n-page-4 {
        padding: 70px 0 56px 0;
    }
    .n-products {
        margin-top: 42px;
    }
    .n-product {
        width: 318px;
        height: unset;
    }
    .n-product img {
        width: 174px;
    }
    .n-product-desc {
        margin-top: 8px;
        font-size: 12px;
    }
    .n-product-link {
        margin-top: 14px;
    }
    .n-news {
        margin-top: 42px;
    }
    .n-news-img {
        width: 484px;
        margin-right: 42px;
    }
    #n-page-5 {
        padding: 70px 0;
    }
    .cont-custom {
        top: 12px;
        left: 548px;
    }
    .cont-custom h4 {
        font-size: 18px;
    }
    .cont-custom p {
        margin-top: 0;
        font-size: 12px;
        margin-right: 0;
    }
    .cont-custom-table ul li {
        margin-left: 18px;
        font-size: 10px;
    }
    .cont-custom-table {
        margin-top: 10px;
        margin-right: 12px;
    }
    .cont-custom-table span {
        font-size: 12px;
        margin-top: 0;
    }
    .cont-title h3 {
        font-size: 20px;
    }
    #title2 {
        top: 24px;
    }
    #title1 {
        top: 24px;
        left: 500px;
    }
    #title3 {
        top: 24px;
        left: 46px;
    }
    #title4 {
        top: 24px;
        left: 518px;
    }
    .n-affect {
        width: 240px;
    }
    .n-affect-desc {
        padding: 20px;
    }
    .n-affect-desc p {
        font-size: 12px;
        margin-top: 8px;
    }
    .n-affects {
        margin-top: 36px;
    }
    .cont-title p {
        font-size: 12px;
    }
    .form-modal{
        padding: 24px 80px;
    }
}

@media screen and (max-width:750px) {
    .n-banner-content {
        top: 0;
        width: 20.4375rem;
        left: calc((100% - 20.4375rem)/2);
        height: unset;
    }
    .n-banner-content h1 {
        margin-top: 1.875rem;
        font-size: 1.5rem;
    }
    .n-banner-content h2 {
        margin-top: .375rem;
        font-size: 1.5rem;
    }
    .n-banner-content p {
        width: 100%;
        font-size: 1rem;
        margin-top: 1rem;
    }
    .n-btns a {
        font-size: .875rem;
        padding: .5rem 1.125rem;
        border-radius: .125rem;
    }
    .n-btns {
        margin-top: 1.5rem;
    }
    .n-page-content {
        width: 20.4375rem;
    }
    .n-page-info h5 {
        padding: 0 1.5rem;
        font-size: 1.25rem;
    }
    .n-page-info h6 {
        padding: 0 1.5rem;
        font-size: .8125rem;
        margin-top: 1.125rem;
    }
    #n-page-1 {
        padding: 2.8125rem 0;
    }
    .n-news {
        margin-top: 1.5rem;
        flex-direction: column;
    }
    .n-news-img {
        margin-right: 0;
        width: 100%;
    }
    .n-news ul {
        width: 100%;
        margin-top: 1.125rem;
    }
    .n-news ul li {
        margin-left: 1rem;
        font-size: .8125rem;
        margin-top: .75rem;
    }
    #n-page-5 {
        padding: 2.1875rem 0;
    }
    .n-products {
        margin-top: 2.1875rem;
        flex-wrap: wrap;
        gap: .75rem;
    }
    .n-product {
        width: calc(50% - .375rem);
        margin-right: 0;
        padding: 0 .3125rem;
        height: unset;
        padding-bottom: .75rem;
    }
    .n-product img {
        width: 7.5rem;
    }
    .n-product-name {
        font-size: .8125rem;
        margin-top: .5625rem;
    }
    .n-product-desc {
        margin-top: .375rem;
        font-size: .75rem;
    }
    .n-product-link {
        margin-top: .375rem;
        font-size: .75rem;
    }
    #n-page-4 {
        padding: 2.5rem 0 2.1875rem 0;
    }
    .n-values {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .n-value {
        width: 100%;
    }
    .n-value img {
        width: 9.875rem;
    }
    .n-value-title {
        font-size: 1rem;
        margin-top: 1.125rem;
    }
    .n-value-desc {
        margin-top: .5rem;
        font-size: .75rem;
    }
    .n-value {
        margin-top: 1.875rem;
    }
    #n-page-3 {
        padding: 2.5rem 0 2.8125rem 0;
    }
    #n-page-3 .n-page-content {
        width: 20.9375rem;
    }
    #n-table1 {
        top: 8.125rem;
        right: .5rem;
    }
    #n-page-2 {
        padding: 2.8125rem 0 1.875rem 0;
    }
    .n-tab {
        margin-top: 2rem;
    }
    .n-tab div {
        font-size: .75rem;
        margin-right: 0;
        padding: 0 .75rem .25rem .75rem;
    }
    #n-page-2 h6 {
        margin-bottom: 2.5rem;
        font-size: .875rem;
        margin-top: .75rem;
    }
    .n-tab-line {
        display: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .n-btns a:last-child {
        display: none;
    }
    .n-breadcrumb {
        display: none;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        margin-top: -50px;
        background: rgba(0, 0, 0, 0.9);
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
    }
    .n-nav-content ul {
        flex-direction: column;
        width: 100%;
    }
    .nav-show {
        width: 100%;
        display: flex;
        height: 50px;
        align-items: center;
        padding: 0 1.25rem;
        justify-content: space-between;
    }
    .whiteBtn {
        font-size: 14px;
        color: #DA0030;
        background: #FFFFFF;
        backdrop-filter: blur(2.5px);
        -webkit-backdrop-filter: blur(2.5px);
        border-radius: 4px;
        display: inline-block;
        padding: 6px 18px;
    }
    .nav-show span {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
    }
    .nav-show div {
        display: flex;
        align-items: center;
    }
    .nav-show img {
        margin-left: 8px;
        width: 12px;
    }
    .n-nav-content ul li {
        padding: 10px 0 10px 1.25rem;
        width: 100%;
    }
    .n-nav .n-nav-content .n-nav-active {
        display: unset;
        border-bottom: 1px solid #DA0030;
        padding-bottom: 4px;
    }
    .arrow-active {
        transform: rotate(180deg);
    }
    .n-affects {
        margin-top: 2rem;
        flex-wrap: wrap;
    }
    .n-affect-desc p {
        display: block;
    }
    .n-affect {
        margin-top: 1.125rem;
        width: 100%;
    }
    .n-affect:first-child {
        margin-top: 0;
    }
    .n-affect-desc h3 {
        font-size: 1rem;
    }
    .n-affect-desc p {
        margin-top: .5rem;
        font-size: .875rem;
    }
    .n-affect-desc {
        padding: .625rem;
    }
    .n-cont-desc {
        text-align: left;
        font-size: .75rem;
    }
    .cont-custom {
        top: 15.5rem;
        left: 1rem;
    }
    .cont-custom h4 {
        font-size: 1.125rem;
    }
    .cont-custom p {
        margin-top: .75rem;
        font-size: .75rem;
        margin-right: 0;
    }
    .cont-custom-table {
        margin-top: 1.3125rem;
        margin-right: .75rem;
    }
    .cont-custom-table span {
        font-size: .875rem;
        padding: .625rem 1rem;
    }
    .cont-custom-table ul li {
        width: 100%!important;
        font-size: .75rem;
    }
    .cont-custom-table ul {
        margin: 1rem 0 .625rem 0;
    }
    #title1 {
        top: 1.5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    #title2 {
        top: 1.5rem;
    }
    #title3 {
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .cont-title {
        width: 19.625rem;
    }
    .cont-title h3 {
        white-space: normal;
        font-size: 1.125rem;
    }
    .cont-title p {
        width: 100%;
        margin-top: .375rem;
        font-size: .75rem;
        white-space: normal;
    }
    #title4 {
        top: 23rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .n-tab {
        display: none;
    }
    .mobieTab {
        margin-bottom: .75rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding: 12px;
        border-bottom: 1px solid #D5D5D5;
        background: #E4E8EB;
        color: #2A2B2E;
        font-size: 1rem;
        font-weight: 400;
        line-height: 150%;
    }
    .mobieTab::after {
        display: block;
        content: '';
        background-image: url(../RJ-img/link.svg);
        background-size: cover;
        width: 1.5rem;
        height: 1.5rem;
    }
    .mobieTab.active {
        background: rgba(1, 117, 232, 0.05);
    }
    .mobieTab.active::after {
        transform: rotate(90deg);
    }
    section.contactCont {
        background-image: url(../RJ-img/contact-bg_750.webp );
    }
    .contactCont .n-project-content {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 36px auto 0 auto;
        padding: 0;
        text-align: center;
    }
    .contact-title {
        font-size: 28px;
    }
    .contact-title br {
        display: none;
    }
    .form-modal {
        top: 20px;
        transform: unset;
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
        padding: 48px 20px;
        overflow-y: auto;
    }
}