html {
    scroll-behavior: smooth;
}
.scroll-margin {
    scroll-margin-top: 133px;
}
.nm-register {
    padding: 80px 0;
}

.nm-forms {
    width: 50%;
}

.nm-forms .wpcf7 {
    padding-top: 8px;
}

.nm-forms ._h2 {
    text-transform: uppercase;
    margin-bottom: 44px;
}

.nm-img {
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
}

.nm-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nm-forms {
    padding-right: 24px;
}

.nm-forms .wpcf7-form-control {
    display: block;
    margin-top: 8px;
}

._form-row-elem.radio p {
    display: block;
    margin: 0;
    color: #17181c;
}

._form-row-elem.radio span {
    display: block;
    margin-left: 0;
}

._form-row-elem {
    gap: 8px;
}

._form-row-elem.radio label {
    display: flex;
    gap: 12px;
    align-items: center;
    height: 48px;
    padding: 14px 24px;
    border-radius: 8px;
    border: 1px solid #c3c7d0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    outline: none;
    cursor: pointer;
    transition: allease 0.3s;
    width: 100%;
}

._form-row-elem.radio label span {
    margin-top: 1px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1%;
    color: #17181c;
}

.nm-register .wpcf7-spinner {
    display: none;
}

select {
    background-position: calc(100% - 10px) 50% !important;
    padding: 11px 24px;
}

._form-row-2 {
    align-items: end;
}

._form-row>p {
    margin: 0;
}

.nm-forms input[type="submit"] {
    margin-top: 40px;
}

@media screen and (max-width: 1699px) {
    .nm-register br {
        display: none;
    }

}

@media screen and (max-width: 1365px) {
    .nm-register br {
        display: none;
    }

    .nm-register ._form-row-2 {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .nm-register ._form-row-2 p {
        margin-top: 0;
    }

    ._form-row-2.radio {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 992px) {
    .scroll-margin {
        scroll-margin-top: 133px;
    }
    .nm-register {
        padding: 60px 0 46px;
        
    }

    .nm-register img._mob {
        display: block;
        width: 100%;
        height: auto;
        margin: 30px 0 24px;
    }

    .nm-forms {
        width: 100%;
        padding-right: 0;
    }

    .nm-forms ._h2 {
        margin-bottom: 20px;
    }

    .nm-forms input[type="submit"] {
        margin-top: 28px;
    }
}

/* -------------------- */
.nm-marquee-wrap .marquee .frag {
    gap: 0;
    animation: marquee-horizontal 60s linear infinite;
    align-items: flex-end;
}

.nm-marquee-wrap .marquee .frag .small-txt {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 400 !important;
    font-size: 28px;
    text-transform: lowercase;
}

@media screen and (max-width: 992px) {
    .nm-marquee-wrap .marquee .frag {
        animation: marquee-horizontal 15s linear infinite;
    }

    .nm-marquee-wrap .marquee .frag .small-txt {
        margin-bottom: 3px;
        font-size: 18px;
    }
}

/* ------------------- */
.nm-cards {
    padding: 80px 0;
}

.nm-card-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 40px;
}

.nm-card-head h3 {
    font-size: 36px;
    line-height: 43px;
    transition: all ease .3s;
}

.nm-card-head ._h5 {
    color: #9094A2;
    margin: 4px 0;
    transition: all ease .3s;
}

.nm-card-head .price {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #000000;
    transition: all ease .3s;
}

.nm-cards .head-wrap {
    position: relative;
    width: max-content;
    margin: 0 auto 67px;
}

.nm-cards .head-wrap::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #E3E5E8;
}

.nm-cards .head-wrap.simply::before {
    content: "";
    display: none;
}

.nm-cards .head-wrap .tab-wrap {
    gap: 60px;
}

.nm-cards .head-wrap .tab-wrap ._h4 {
    color: #00000066;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.nm-cards .head-wrap .tab-wrap ._h4.active {
    color: #000000;
    position: relative;
}

.nm-cards .head-wrap .tab-wrap ._h4.active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 3px solid #21439B;
}

.nm-cards-body-wrap {
    justify-content: space-between;
}

.nm-card {
    width: calc(50% - 12px);
    padding: 40px 44px;
    border: 1px solid #C3C7D0;
    border-radius: 1rem;
    flex-direction: column;
    transition: all ease .3s;
}

.nm-card-content {
    margin: 0 0 32px;
}

.nm-card-content .bonus {
    margin-top: 32px;
    gap: 8px;
}

.nm-card-content .bonus .txt {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    transition: all ease .3s;
}

.nm-card-content .bonus .txt .big {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
}

.nm-cardlist {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
}

.nm-cardlist li {
    list-style-type: none;
    padding-left: 32px;
    background-image: url(../img/newme/icons/check-circle.svg);
    background-repeat: no-repeat;
    background-position: top left;
    font-weight: 600;
    padding-top: 1px;
    transition: all ease .3s;
}

.nm-card .bttn {
    margin: auto auto 0;
}

.nm-card:hover {
    transition: all ease .3s;
    border: 1px solid #21439B;
    background-color: #21439B;
}

.nm-card:hover .nm-card-head h3 {
    color: #ffffff;
    transition: all ease .3s;
}

.nm-card:hover .nm-card-head ._h5 {
    color: #ffffff;
    transition: all ease .3s;
}

.nm-card:hover .nm-card-head .price {
    color: #ffffff;
    transition: all ease .3s;
}

.nm-card:hover .nm-cardlist li {
    color: #ffffff;
    background-image: url(../img/newme/icons/check-circle-white.svg);
    transition: all ease .3s;
}

.nm-card:hover .nm-card-content .bonus .txt {
    color: #ffffff;
    transition: all ease .3s;
}

.nm-card:hover .bttn {
    border: 1px solid #21439B;
    background: #ffffff;
    color: #21439B;
    transition: all ease .3s;
}

.nm-card:hover .bttn svg path {
    stroke: #21439B;
    transition: all ease 0.5s;
}

.swiper.head-wrap {
    overflow: visible;
}

@media screen and (max-width: 1365px) {
    .nm-card {
        padding: 28px 20px;
    }
}

@media screen and (max-width: 992px) {
    .nm-cards {
        padding: 60px 0;
    }

    .nm-cards .content-page-head ._p {
        text-align: left;
    }

    .nm-cards .head-wrap {
        margin: 0 auto 44px;
    }

    .nm-cards-body-wrap {
        flex-direction: column;
        gap: 28px;
    }

    .nm-card {
        width: 100%;
    }

    .nm-card-head h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .nm-card-head .price {
        font-size: 36px;
        line-height: 43px;
    }

    .nm-card-head {
        margin: 0 0 28px;
    }

    .nm-cards .head-wrap .tab-wrap {
        gap: 36px;
    }
}

@media screen and (max-width: 767px) {
    .nm-card {
        padding: 28px 12px;
    }

    .nm-card-head {
        margin: 0 0 16px;
    }

    .nm-card-content .bonus {
        margin-top: 28px;
    }

    .nm-card-content .bonus img {
        height: 30px;
        width: auto;
    }

    .nm-card-content .bonus .txt {
        font-size: 16px;
        line-height: 22px;
    }

    .nm-card-content .bonus .txt .big {
        font-size: 22px;
        line-height: 22px;
    }

    .nm-cards .head-wrap .tab-wrap {
        gap: 0;
    }

    .nm-cards .head-wrap {
        width: auto;
    }
}


/* ----------------- */
.nm-imgtxt2 .col {
    width: 50%;
    min-width: 50%;
    position: relative;
}

.nm-imgtxt2 .col-txt {
    padding: 80px 60px 80px 6.875%;
    background-color: #000000;
}

.nm-imgtxt2 .txt-editor {
    margin: 24px 0 32px;
}

.nm-imgtxt2 .txt-editor * {
    color: #ffffff;
}

.nm-imgtxt2 .col-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.nm-imgtxt2 .col-img::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: linear-gradient(170deg, #000000 10%, rgba(0, 0, 0, 0) 64.36%);

}

@media screen and (max-width: 992px) {
    .nm-imgtxt2 {
        flex-direction: column;
    }

    .nm-imgtxt2 .col {
        width: 100%;
        min-width: auto;
    }

    .nm-imgtxt2 .col-txt {
        padding: 32px 20px 44px;
    }

    .nm-imgtxt2 .col-img img {
        width: 100%;
        height: auto;
        object-fit: unset;
    }

    .nm-imgtxt2 .quote {
        height: 36px;
        width: auto;
    }

    .nm-imgtxt2 .txt-editor {
        margin: 16px 0 28px;
    }

}

/* ---------------- */
.nm-imgtxt {
    padding: 80px 0;
}

.nm-imgtxt .col {
    width: 50%;
    min-width: 50%;
    position: relative;
}

.nm-imgtxt .col-img {
    padding-right: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.nm-imgtxt .col-img img {
    display: block;
    width: 100%;
    height: auto;
}

.nm-imgtxt .col-txt .bg._desk {
    position: absolute;
    display: block;
    z-index: 0;
    width: 21vw;
    height: auto;
    right: -70px;
    top: -45px;
}

.nm-imgtxt .txt-editor ul {
    padding-left: 20px;
}

.nm-imgtxt .txt-editor li {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 20px;
    color: #17181C;
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #FFF, 0 0 55px #FFF, 0 0 75px #FFF;
}

@media screen and (max-width: 992px) {
    .nm-imgtxt {
        padding: 30px 0;
    }

    .nm-imgtxt__container {
        flex-direction: column;
        gap: 28px;
    }

    .nm-imgtxt .col {
        width: 100%;
        min-width: auto;
    }

    .nm-imgtxt .col-img {
        padding-right: 0;
    }

    .nm-imgtxt .txt-editor br {
        display: none;
    }

    .nm-imgtxt .col-txt .bg._mob {
        display: block;
        margin: 0 auto;
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .nm-imgtxt .txt-editor li {
        font-size: 16px;
        text-shadow: unset;
    }
}

/* ---------------------- */
.nm-advantages {
    padding: 120px 0;
    background: #EAEFFB;
}

.nm-advantages__container {
    flex-direction: column;
    align-items: center;
}

.nm-advantages .content-page-head {
    max-width: 802px;
    margin-bottom: 0;
}

.nm-advantages .content-page-head h2 {
    margin-bottom: 0;
}

.nm-advantages-wrap {
    margin: 40px 0;
    justify-content: space-between;
    /* gap: 24px; */
}

.nm-advantages-elem {
    width: 18.5%;
    min-width: 18.5%;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.nm-advantages-elem>h5 {
    margin-bottom: 8px;
    text-align: center;
}

.nm-advantages-elem .desc {
    text-align: center;
}

.nm-advantages__container>h5 {
    font-weight: 600;
}

.nm-advantages .bonus {
    gap: 8px;
    align-items: flex-end;
}

.nm-advantages .bonus ._h4 {
    line-height: 1;
}

.nm-advantages .bonus .big {
    color: #B31217;
    font-size: 32px;
}

.nm-advantages .bttns {
    margin-top: 44px;
    gap: 24px;
}

.nm-advantages .bttns .bttn {
    width: 350px;
    padding: 12px 15px;
}

@media screen and (max-width: 992px) {
    .nm-advantages-elem img {
        height: 60px;
        width: auto;
    }

    .nm-advantages-wrap {
        margin: 28px 0 40px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .nm-advantages-elem {
        width: 25%;
        min-width: auto;
    }

    .nm-advantages {
        padding: 60px 0;
    }

    .nm-advantages .bonus {
        margin-top: 12px;
        align-items: center;
    }

    .nm-advantages .bttns {
        margin-top: 28px;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .nm-advantages .bonus .big {
        font-size: 20px;
    }

    .nm-advantages .bonus ._h4 {
        line-height: 1.3;
    }
}

@media screen and (max-width: 599px) {
    .nm-advantages-elem {
        width: 44%;
    }
}

@media screen and (max-width: 480px) {
    .nm-advantages-wrap {
        flex-direction: column;
        gap: 18px;
    }

    .nm-advantages-elem {
        width: 100%;
    }

    .nm-advantages .bttns {
        width: 100%;
    }

    .nm-advantages .bttns .bttn {
        width: 100%;
    }
}

/* ---------------------- */
.nm-banner-d {
    position: relative;
    width: 100%;
    height: 100vh;
	min-height: 900px;
	max-height: 1200px;
}

.nm-banner-d-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.nm-banner-d-bg img {
    position: relative;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nm-banner-d-bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(0deg, #000000 2.27%, rgba(0, 0, 0, 0) 75.46%);
}

.nm-banner-d__container {
    position: relative;
    z-index: 10;
    height: 100%;
}

.nm-banner-d-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.nm-banner-d .float-elem {
    position: absolute;
    z-index: 10;
    padding: 8px 50px;
    border: 1px solid #FFFFFF66;
    gap: 24px;

    filter: drop-shadow(0px 0px 10px #FFFFFF66);
    background: linear-gradient(90deg, #FF002D 0%, #D5050C 43%, #B31217 100%);
    border-radius: 100px;
}

.nm-banner-d .float-elem h4 {
    color: #FFF;
}

.nm-banner-d .float-elem .txt {
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.nm-banner-d .float-elem .pointer {
    position: absolute;
    z-index: 0;
    top: 50%;
    /* border: 1px solid #635f58; */
}

.nm-banner-d .float-elem .pointer img {
    display: block;
}

.nm-banner-d .float-elem .pointer::before {
    content: '';
    position: absolute;
    z-index: 10;
    bottom: -7px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #D9D9D9;
}

.nm-banner-d .float-elem .pointer.right::before {
    right: -7px;
}

.nm-banner-d .float-elem .pointer.left::before {
    left: -7px;
}

.nm-banner-d .float-elem .pointer::after {
    content: '';
    position: absolute;
    z-index: 10;
    bottom: -7px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffffff;
    animation: ripple 2s infinite;
}

.nm-banner-d .float-elem .pointer.right::after {
    right: -7px;
}

.nm-banner-d .float-elem .pointer.left::after {
    left: -7px;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: .8;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.nm-banner-d .float-elem .pointer.right {
    right: -100px;
}

.nm-banner-d .float-elem .pointer.left {
    left: -65px;
}

.nm-banner-d .float-elem.one {
    top: 200px;
/* 	top: 21vh; */
    left: 17vw;
}

.nm-banner-d .float-elem.two {
    top: 340px;
/* 	top: 38vh; */
    left: 0;
}

.nm-banner-d .float-elem.three {
    top: 310px;
/* 	top: 33vh; */
    left: 44vw;
}

.nm-banner-d .txt-wrap {
    position: relative;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nm-banner-d .txt-wrap h1 {
    text-align: center;
    font-weight: 800;
    font-style: italic;
/*     font-size: 180px;
    line-height: 198px; */
	 font-size: 155px;
    line-height: 155px;
    margin-bottom: 24px;
    color: #FFF;
    letter-spacing: -2px;
    /* backdrop-filter: blur(10px); */
    text-transform: uppercase;
    /* text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #FFF, 0 0 55px #FFF, 0 0 75px #FFF; */
    text-shadow: 0 0 1px #FFF, 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #FFF, 0 0 5px #FFF, 0 0 4px #FFF, 0 0 2px #FFF, 0 0 17px #FFF;
}

.nm-banner-d .txt-wrap h4 {
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 28px;
    line-height: 36.4px;
    /* letter-spacing: -2%; */
    margin-bottom: 16px;

}

.nm-banner-d .txt-wrap .banner-txt {
    display: block;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* letter-spacing: 1%; */
    text-align: center;
    margin-bottom: 32px;
}

.nm-banner-d .scroll-down {
    display: block;
/*     margin: 40px 0 20px; */
	margin: 30px 0 15px;
}

@media screen and (max-width: 1365px) {
    .nm-banner-d .txt-wrap h1 {
        font-size: 110px;
        line-height: 128px;
    }

    .nm-banner-d .float-elem {
        padding: 4px 30px;
    }

    .nm-banner-d .float-elem h4 {
        font-size: 20px;
    }

    .nm-banner-d .float-elem .txt {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .nm-banner-d .float-elem {
        transform: scale(.8);
    }
}

@media screen and (max-width: 1024px) and (max-height: 768px) {
    .nm-banner-d .float-elem.two {
        top: 280px;
    }

    .nm-banner-d .float-elem.three {
        top: 288px;
    }
}

@media screen and (max-width: 992px) {
    .nm-banner-m-bg {
        height: 56vw;
        width: 100%;
    }

    .nm-banner-m-bg img {
        position: relative;
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nm-banner-d-bg::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #000000 2.27%, rgba(0, 0, 0, 0) 75.46%);
    }

    .nm-banner-m-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
    }

    .nm-banner-m-wrap h1 {
        font-weight: 800;
        font-style: italic;
        font-size: 52px;
        line-height: 57.2px;
        letter-spacing: -2px;
        text-align: center;
        margin-bottom: 28px;
        text-transform: uppercase;
    }

    .nm-banner-m-wrap > h4 {
        margin-bottom: 12px;
        text-align: center;
    }

    .nm-banner-m-wrap .banner-txt {
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1%;
        text-align: center;
        color: #17181C;
        margin-bottom: 20px;
    }

    .nm-banner-m .float-elem {
        padding: 8px 12px;
        gap: 12px;
        border-radius: 100px;
        background: linear-gradient(90deg, #FF002D 0%, #D5050C 43%, #B31217 100%);
        margin-bottom: 12px;
        width: 100%;
    }

    .nm-banner-m .float-elem .txt-elem > h4 {
        color: #FFF;
    }

    .nm-banner-m .float-elem .txt {
        color: #FFF;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.5;
    }

    .nm-banner-m-wrap .bttn {
        margin-top: 16px;
    }
}
/* ---------------------- */
.nm-results {
    padding: 80px 0;
    background: #000;
}
.nm-results .content-page-head ._h2 {
    color: #fff;
}
.nm-results  .head-wrap {
    position: relative;
    /* width: max-content; */
    margin: 0 auto 67px;
}

.nm-results .head-wrap::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #9094A2;
}

.nm-results .head-wrap.simply::before {
    content: "";
    display: none;
}

.nm-results .head-wrap .tab-wrap {
    gap: 60px;
}


.nm-results .head-wrap .tab-wrap ._h4 {
    color: #9094A2;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.nm-results .head-wrap .tab-wrap ._h4.active {
    color: #ffffff;
    position: relative;
}

.nm-results .head-wrap .tab-wrap ._h4.active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 3px solid #ffffff;
}
.nm-results .nm-results-slide {
    height: 536px;
    border-radius: 8px;
    overflow: hidden;
}
.nm-results .nm-results-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nm-results-swiper {
    padding-bottom: 60px;
}
.nm-results-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #5e5e5e;
    border: 1px solid #FFFFFF66;
}
.nm-results-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border: 1px solid #ffffff;
}
.nm-results-body-wrap {
    position: relative;
}

.nm-res-arr {
    top: 250px;
}
.nm-res-next {
    right: -50px;
}
.nm-res-prev {
    left: -50px;
}
.nm-res-arr svg {
    display: block;
    width: 100%;
    height: auto;
}
.nm-res-arr svg path {
    stroke: #ffffff;
}
@media screen and (max-width: 1899px) {
    .nm-results .nm-results-slide {
        height: 27.917vw;
    }
    .nm-res-arr {
        top: 13vw;
    }
}
@media screen and (max-width: 992px) {
    .nm-results {
        padding: 60px 0 44px;
        background: #000;
    }
    .nm-results .nm-results-slide {
        height: 46.354vw;
    }
}
/* @media screen and (max-width: 767px) {
    .nm-results .nm-results-slide {
        height: 67.948vw;
    }
} */
@media screen and (max-width: 480px) {
    .nm-results .nm-results-slide {
        height: 67.948vw;
    }
    .nm-results__container {
        padding-right: 0;
    }
    .nm-results .content-page-head {
        padding-right: 20px;
    }
    .nm-results-pagination {
        padding-right: 20px;
    }
    .nm-results .head-wrap .tab-wrap {
        gap: 0;
    }
    .nm-results  .head-wrap {
        position: relative;
        /* width: max-content; */
        margin: 0 20px 50px 0;
    }
}
