section.nmain {
    background: #fff;
    padding: 0 15px;
    overflow: hidden;
}

section.nmain {
    color: #01374A;
}

section.nmain>section {
    width: 1380px;
    margin: 0px auto;
    max-width: 100%;
    margin-bottom: 80px;
}

section.nm-banner {
    padding-top: 40px;
}

section.nm-banner {
    display: flex;
    justify-content: space-between;
}

section.nm-banner>div {
    width: calc(50% - 16px);
    overflow: hidden;
    max-height: 526px;
}

.nm-banner-left {
    background: #F8F8F8;
    padding: 40px;
    border-radius: 20px;
}

.nm-banner-l-off {
    padding: 10px 20px 10px 38px;
    position: relative;
    border-radius: 30px;
    border: 1px solid #10b2e7;
    width: fit-content;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0px;
    color: #10B2E7;
}

.nm-banner-l-off:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #10b2e7;
    left: 20px;
    top: calc(50% - 2px);
}

.nm-banner-l-head {
    margin: 20px 0px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 38px;
    line-height: 110.00000000000001%;
    letter-spacing: 0px;
    color: #01374A;
}

.nm-banner-l-head b {
    color: #01374A;
    font-weight: 600;
}

.nm-banner-l-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    margin-bottom: 93px;
    color: #01374a;
}

.nm-banner-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nm-banner-button {}

.nm-banner-button,
a.nm-banner-button-link {
    border: 1px solid #12B2E7;
    height: 60px;
    width: 267px;
    max-width: 100%;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: all .3s ease-in-out;
}

a.nm-banner-button-link {
    color: #12B2E7;
}

a.nm-banner-button-link:hover {
    background: #12B2E7;
    color: #fff;
}

.nm-banner-button {
    box-shadow: 0px 4px 0px 0px #2396BC;
    background: #12b2e7;
    color: #fff;
    cursor: pointer;
}

.nm-banner-button:hover {
    opacity: 0.75;
    box-shadow: 0px 2px 0px 0px #2396BC;
}

.nmain .swiper-button-prev:after,
.nmain .swiper-button-prev:before,
.nmain .swiper-button-next:after,
.nmain .swiper-button-next:before {
    content: '';
    display: none;
}

.nmain .swiper-button-prev svg,
.nmain .swiper-button-next svg {
    width: 12px;
    height: auto;
}

.nmain .swiper-button-prev,
.nmain .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nmain .swiper-button-next svg {
    transform: rotate(180deg);
}

.nm-banner-right img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.mainSwiper-pag {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    z-index: 2;
}

.mainSwiper-pag * {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
}

section.nmain>section.nm-banner {
    margin-bottom: 37px;
}

section.nm-points {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nm-point-item {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(25% - 20px);
    background: #f8f8f8;
    border-radius: 20px;
    padding: 0px 40px;
}

.nm-point-item-img {
    min-width: 40px;
    margin-right: 20px;
}

.nm-point-item-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #12b2e7;
}

.nm-point-item-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #01374a;
    margin-top: 4px;
}

section.nmain h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #01374a;
    margin-bottom: 20px;
}

.nm-offer-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    margin-bottom: 40px;
    color: #01374a;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.res-sw-wr {
    height: 360px;
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.res-sw-wr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.res-sw-tag {
    font-size: 12px;
    color: #01374a;
    line-height: 1.45;
    padding: 6px 12px;
    border-radius: 20px;
    background: #FFFFFF;
    width: fit-content;
}

.res-sw-title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #fff;
    margin-top: auto;
    margin-bottom: 10px;
}

.res-sw-off {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0px;
    color: #fff;
}

.nm-offer-btn {
    min-width: 90px;
    display: flex;
    gap: 10px;
    position: relative;
    height: 40px;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.nm-offer-btn * {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
}

.nm-offer-btn>div {
    border: 1px solid #00B8E4;
}

.nm-why-wr {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 40px;
}

.nm-why-wr>div {
    width: calc(50% - 16px);
}

.nm-why-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nm-why-item {
    width: calc(50% - 16px);
    margin-bottom: 32px;
    border: 1px solid #01374A1A;
    border-radius: 20px;
    padding: 20px;
}

.nm-why-item:nth-child(3),
.nm-why-item:nth-child(4) {
    margin-bottom: 0px;
}

.nm-why-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nm-why-left {
    border-radius: 20px;
    overflow: hidden;
}

.nm-why-item-title b {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #10b2e7;
}

.nm-why-item-off {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 20px 0px;
}

.nm-why-item-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0px;
    color: #01374a;
}

.nm-why-item-title span {
    color: #01374a;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.nm-why-item-title {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.nm-why-item:nth-child(1),
.nm-why-item:nth-child(4) {
    background: #F8F8F8;
    border-color: #F8F8F8;
}

.nm-us-wr {
    display: flex;
    justify-content: space-between;
}

.nm-us-col:nth-child(1) {
    width: 40%;
    padding: 40px;
    border: 1px solid #01374A1A;
    border-radius: 20px;
}

.nm-us-col:nth-child(2) {
    width: 23%;
}

.nm-us-col:nth-child(3) {
    width: 32%;
}

.nm-us-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nm-us-col-f-title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0px;
    color: #01374a;
}

.nm-us-col-f-off {
    margin: 20px 0px 40px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #01374a;
}

.nm-us-col-p {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 20px;
}

.nm-us-col-p:not(:last-child) {
    margin-bottom: 10px;
}

section.nmain {
    user-select: none;
}

.nm-us-col-p-img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}

.nm-us-col-p-tit {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #01374a;
}

.nm-us-col-p-off {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.nm-us-col-p-off {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #01374A;
    margin-top: 10px;
}

.nm-us-col:nth-child(2)>div,
.nm-us-col:nth-child(3)>div {
    height: calc(50% - 16px);
    border-radius: 20px;
}

.nm-us-col-mid-item._top {
    background: #F8F8F8;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nm-us-m-t-img {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 18px;
}

.nm-us-m-t-img img {
    margin-left: 0px;
}

.nm-us-m-t-title {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #01374a;
}

.nm-us-col-mid-item._bottom {
    border: 1px solid #01374A1A;
    padding: 40px;
}

.nm-us-m-b-title {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 20px;
}

.nm-us-m-b-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.nm-us-m-b-top span {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #3a6070;
}

.nm-us-m-b-top b {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #011f2b;
}

.nm-us-m-b-point {
    margin-bottom: 10px;
}

.nm-us-m-b-progress {
    min-height: 4px;
    width: 100%;
    background: #EFF4F7;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nm-us-m-b-progress span {
    height: 4px;
    display: block;
    background: #10B2E7;
    margin-right: auto;
    border-radius: 20px;
}

.nm-us-col-last._blue {
    padding: 31px 40px;
    background: #12B2E7;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.nm-us-col-l-title {
    margin-bottom: 30px;
}

.nm-us-col-l-point {
    border-bottom: 1px solid #FFFFFF26;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.nm-us-col-l-point:last-child {
    border: none;
    margin: 0px;
    padding: 0px;
}

.nm-us-col-last._gray {
    background: #F8F8F8;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nm-offer-text a {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #10b2e7;
}

.nm-cat-wr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nm-cat-item {
    width: calc(25% - 16px);
    margin-bottom: 32px;
    background: #F8F8F8;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.nm-cat-item>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.nm-cat-item-img {
    height: 144px;
    width: calc(100% - 40px);
    overflow: hidden;
    margin: 0px auto 20px;
    border-bottom: 1px solid rgb(1 55 74 / 10%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nm-cat-item-img img {
    max-height: 100%;
    width: auto;
    margin: 0px auto 0px;
    max-width: 150px;
}

.nm-cat-item-info {
    padding: 0px 20px 20px;
}

.nm-cat-item-title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 10px;
    color: #011f2b;
}

.nm-cat-item-offer {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: #01374a;
    opacity: 40%;
}

.nm-cat-item-img._top {
    flex-direction: column;
    justify-content: flex-start;
}

.nm-cat-item-img._top img {
    max-width: 170px;
}

.nm-cat-item._blue {
    background: #12B2E7;
}

.nm-cat-item._blue .nm-cat-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.nm-cat-item._blue .nm-cat-item-offer {
    color: #fff;
    opacity: 80%;
}

.nm-cat-item:hover {
    background: #12B2E7;
}

.nm-cat-item:hover .nm-cat-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.nm-cat-item:hover .nm-cat-item-offer {
    color: #fff;
    opacity: 80%;
}

._blue .nm-cat-item-img {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.nm-cat-item:hover .nm-cat-item-img {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.nm-us-gray-off {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #01374a;
    opacity: 0.4;
}

.nm-us-m-b-title {
    opacity: 0.4;
}

.nm-us-gray-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #011f2b;
    margin: 20px 0px 10px;
}

.ns-us-gray-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #3A6070;
    margin-bottom: 20px;
}

a.nm-us-gray-btn {
    width: 160px;
    height: 40px;
    border-radius: 90px;
    background: #12b2e7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: none;
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 4px 0px 0px #2396BC;
    transition: all .3s ease-in-out;
}

a.nm-us-gray-btn:hover {
    opacity: 0.75;
    box-shadow: 0px 2px 0px 0px #2396BC;
    color: #fff;
}

.nm-opt-wr {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.nm-opt-wr>div {
    width: calc(50% - 16px);
    gap: 0px;
}

.nm-opt-left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.nm-opt-left>div {
    border-radius: 20px;
    padding: 40px;
}

.nm-opt-right {
    border-radius: 20px;
    padding: 40px;
    background: #10B2E7;
}

.nm-opt-right-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

.nm-opt-right-title b {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}

.nm-opt-right-title span {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    opacity: 0.8;
}

.nm-opt-right-point {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.nm-opt-right-point-img {
    margin-right: 16px;
    width: 120px;
    min-height: 110px;
    height: 110px;
}

.nm-opt-r-p-title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}

.nm-opt-r-offer {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #fff;
    opacity: 0.8;
    margin: 8px 0px 10px;
}

.nm-opt-r-time {
    padding: 6px 12px;
    width: fit-content;
    background: #FFFFFF1A;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    border-radius: 6px;
}

.nm-opt-r-time span {
    opacity: 0.8;
}

.nm-opt-bottom-point {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.nm-opt-bottom-img {
    width: 56px;
    min-width: 56px;
    height: 56px;
    margin-right: 20px;
}

.nm-opt-info-title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #01374A;
}

.nm-opt-info-off {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #01374A;
    margin-top: 8px;
}

.nm-opt-left-top {
    background: #F8F8F8;
}

.nm-opt-left-top {}

.nm-opt-left-top .nm-opt-right-title {
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    gap: 0px;
    margin-bottom: 35px;
}

.nm-opt-left-top .nm-opt-right-title b {
    color: #011F2B;
    font-size: 18px;
    margin-bottom: 8px;
}

.nm-opt-left-top .nm-opt-right-title span {
    color: #7A9EAC;
    font-size: 14px;
}

.nm-opt-l-t-point {
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E3E9EB;
    border-radius: 20px;
}

.nm-opt-l-t-point:not(:last-child) {
    margin-bottom: 10px;
}

.nm-opt-l-t-p-title b {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #011f2b;
}

.nm-opt-l-t-p-val {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #01374a;
}

.nm-opt-l-t-point.white {
    background: #FFFFFF;
    border-color: #fff;
}

.nm-opt-l-t-p-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nm-opt-left-top {
    margin-bottom: 32px;
}

.nm-opt-l-t-point.blue {
    background: #12B2E7;
    border-color: #12B2E7;
}

.nm-opt-l-t-point.blue * {
    color: #FFFFFF;
}

.nm-opt-l-t-p-title span {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 6px;
    color: #01374a;
    opacity: 0.6;
}

.nm-opt-left-bottom {
    border: 1px solid #01374A1A;
}

.nm-opt-l-b-title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #011f2b;
    margin-bottom: 8px;
}

.nm-opt-l-b-off {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #7A9EAC;
    margin-bottom: 20px;
}

.nm-opt-l-b-point {
    padding: 6px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.nm-opt-l-b-point span {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #01374a;
    opacity: 0.7;
}

.nm-opt-l-b-point b {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #01374a;
}

.nm-opt-l-b-point:not(:last-child) {
    margin-bottom: 6px;
}

.nm-garant-top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 32px;
}

.nm-garant-top-item {
    border-radius: 20px;
    width: calc(25% - 24px);
    background: #F8F8F8;
    padding: 34px;
}

.nm-garant-top-item-img {
    min-height: 40px;
    margin-bottom: 20px;
    min-width: 40px;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}

.nm-garant-top-title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 15px;
    color: #011f2b;
}

.nm-garant-top-offer {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #01374a;
    opacity: 0.8;
}

.nm-garant-top-item:first-child {
    background: #12B2E7;
}

.nm-garant-top-item:first-child .nm-garant-top-title {
    color: #fff;
}

.nm-garant-top-item:first-child .nm-garant-top-offer {
    opacity: c;
    color: #fff;
}

.nm-garant-bottom {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.nm-garant-bottom-item {
    display: flex;
    height: 100px;
    width: calc(20% - 26px);
    border: 1px solid #01374A1A;
    border-radius: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.nm-why-img-wr {
    display: flex;
    justify-content: space-between;
}

.nm-why-img-wr>div {
    width: calc(50% - 16px);
}

.nm-why-im-left {
    background: #10B2E7;
    border-radius: 20px;
    padding: 40px;
}

.nm-why-im-left-title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 20px;
    width: 500px;
    max-width: 100%;
}

.nm-why-im-left-offer {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 20px;
}

.nm-why-im-left-point {
    margin-top: 20px;
    padding: 20px;
    color: #fff;
    background: #14BDF4;
    border-radius: 10px;
}

.nm-why-im-left-p-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.nm-why-im-left-p-of {
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.45;
}

.nm-why-im-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}

.nm-why-right-point {
    width: calc(50% - 16px);
    border-radius: 20px;
    border: 1px solid #01374A1A;
    padding: 20px;
}

.nm-why-point-title {
    margin: 20px 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #01374a;
}

.nm-why-point-offer {
    font-size: 14px;
    line-height: 1.45;
    color: #01374a;
}

.nm-why-right-point:nth-child(2),
.nm-why-right-point:nth-child(3) {
    background: #F8F8F8;
    border-color: #F8F8F8;
}

.nm-why-right-point-img {
    min-height: 40px;
    min-width: 40px;
}

.nm-callback-wr {
    padding: 40px;
    background: #12B2E7;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
}

.nm-callback-left {
    width: 540px;
    max-width: 100%;
    margin-right: 32px;
}

.nm-callback-right {
    width: calc(100% - 540px - 32px);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.nm-callback-right>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nm-callback-info {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.nm-callback-title {
    font-size: 18px;
    font-weight: 600;
    color: #01374a;
    margin: 10px 0px 5px;
}

.nm-callback-deg {
    font-size: 12px;
    line-height: 1;
}

section.nmain .nm-callback-left h2 {
    color: #fff;
}

.nm-callback-offer {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #fff;
}

.nm-callback-point {
    display: flex;
    align-items: center;
}

.nm-callback-points {
    margin: 40px 0px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nm-callback-point-img {
    min-width: 24px;
    height: 24px;
    background: #f3fcff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.nm-callback-point-text {
    font-size: 16px;
    line-height: 1.45;
    color: #fff;
}

.nm-callback-label {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 6px;
}

form.nm-callback-form>input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50px;
    border: 1px solid #fff;
    background: #12b2e7;
    color: #fff;
    padding-left: 40px;
    font-size: 14px;
}

form.nm-callback-form>button {
    width: 100%;
    height: 60px;
    margin-top: 12px;
    background: #FFFFFF;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    line-height: normal;
    color: #12b2e7;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

form.nm-callback-form>button:hover {
    opacity: 0.85;
}

.nm-callback-checkbox {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.nm-callback-checkbox label {
    font-size: 10px;
    color: #fff;
    line-height: 1.4;
    width: 279px;
    max-width: 100%;
}

.nm-callback-checkbox span {
    width: 11px;
    height: 11px;
    min-width: 11px;
    position: relative;
    margin-right: 11px;
    border: 1px solid #fff;
    overflow: hidden;
}

.nm-callback-checkbox span input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.viewed_product_block {
    display: none !important;
}

form.nm-callback-form>input::placeholder {
    color: #fff;
    opacity: 0.8;
}

.nm-callback-checkbox span input:checked+b {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('/images/ccheck.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.header-progress-bar {
    background: #eee;
}

form#callbackForm>p {
    font-size: 18px;
    width: 420px;
    max-width: 100%;
    color: #fff;
    line-height: 1.45;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.nmain {
    border-bottom: 1px solid #eee;
}

section.nmain>section.nm-callback {
    margin-bottom: 60px;
}

.nmain .swiper-button-prev,
.nmain .swiper-button-next {
    margin: 0px;
}

@media (max-width: 1440px) {
    .nm-banner-l-text {
        margin-bottom: auto;
    }
    .nm-banner-left {
        display: flex;
        flex-direction: column;
    }
    .nm-banner-left {
        padding: 30px;
    }
    .nm-opt-left>div {
        margin: 0px;
        min-height: calc(50% - 16px);
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .nm-opt-left-top .nm-opt-right-title {
        margin-bottom: auto;
    }
    .nm-opt-right {
        padding: 30px;
    }
    .nm-garant-top-item {
        padding: 30px;
    }
    .nm-why-im-left {
        padding: 30px;
    }
    .nm-callback-wr {
        padding: 30px;
    }
}

@media (max-width: 1220px) {
    section.nmain {
        zoom: 0.9;
    }
    .nm-us-m-b-top b {
        text-align: right;
    }
}

@media (max-width: 1000px) {
    section.nmain {
        zoom: 1;
    }
    .nm-banner-l-head {
        font-size: 18px;
    }
    .nm-banner-l-text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .nm-banner-button,
    a.nm-banner-button-link {
        width: 305px;
        max-width: 50%;
        font-size: 16px;
        height: 50px;
        margin-right: auto;
        max-width: 100%;
    }
    .nm-banner-left {
        padding: 20px;
    }
    .nm-banner-buttons {
        flex-direction: column;
    }
    .nm-banner-right {}
    .nm-banner-right .mainSwiper {}
    .nm-banner-l-off {
        padding: 6px 12px 6px 24px;
        font-size: 10px;
    }
    .nm-banner-l-off:before {
        left: 12px;
    }
    .nm-banner-l-head br {
        display: none;
    }
    .nm-point-item {
        padding: 10px;
        justify-content: center;
        align-items: center;
    }
    .nm-point-item-title {}
    section.nmain h2 {
        font-size: 25px;
    }
    section.nmain>section {
        margin-bottom: 40px;
    }
    .nm-offer-text {
        font-size: 16px;
    }
    .res-sw-wr {
        padding: 20px;
        height: 320px;
    }
    .res-sw-title {
        font-size: 20px;
    }
    .res-sw-off {
        font-size: 14px;
        line-height: 1.45;
    }
    .nm-why-item-title b {
        font-size: 32px;
    }
    .nm-why-item-off {
        margin: 15px 0px;
        font-size: 14px;
    }
    .nm-why-item-text {
        font-size: 12px;
    }
    .nm-us-wr {
        flex-wrap: wrap;
    }
    .nm-us-col:nth-child(1) {
        width: 100%;
        padding: 20px;
        margin-bottom: 32px;
    }
    .nm-us-col:nth-child(2),
    .nm-us-col:nth-child(3) {
        width: calc(50% - 16px);
    }
    .nm-us-col-f-title {
        font-size: 25px;
    }
    .nm-us-col-f-off {
        font-size: 12px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .nm-us-col-points {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 10px;
    }
    .nm-us-col:nth-child(2)>div,
    .nm-us-col:nth-child(3)>div {
        padding: 20px;
    }
    .nm-offer-text a {
        white-space: nowrap;
    }
    .nm-cat-item {
        width: calc(50% - 16px);
    }
    .nm-opt-wr {
        flex-direction: column;
    }
    .nm-opt-wr>div {
        width: 100%;
    }
    .nm-opt-right {
        margin-top: 32px;
    }
    .nm-opt-left>div {
        width: calc(50% - 16px);
        justify-content: space-between;
        padding: 20px;
    }
    .nm-opt-left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .nm-opt-l-b-off {
        margin-bottom: auto;
    }
    .nm-opt-left-top .nm-opt-right-title {
        margin-bottom: 30px;
    }
    .nm-opt-l-b-point {
        margin-bottom: auto;
        margin-top: auto;
    }
    .nm-opt-right {
        padding: 20px;
    }
    .nm-garant-top {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .nm-garant-top-item {
        width: calc(50% - 16px);
        padding: 20px;
    }
    .nm-garant-top-offer {
        font-size: 14px;
    }
    .nm-garant-bottom-item {
        width: calc(50% - 16px);
    }
    .nm-why-img-wr {
        flex-direction: column;
        row-gap: 32px;
    }
    .nm-why-img-wr>div {
        width: 100%;
    }
    .nm-callback-wr {
        flex-direction: column;
    }
    .nm-callback-left {
        margin-left: auto;
        margin-right: auto;
    }
    .nm-callback-right {
        width: 540px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 34px;
    }
}

@media (max-width: 768px) {
    div#content {
        background: #fff;
    }
    section.nmain>section.nm-banner {
        padding: 0px;
    }
    section.nmain>section.nm-banner {
        padding-top: 20px;
        flex-direction: column;
    }
    section.nm-banner>div {
        width: 100%;
    }
    .nm-banner-left {
        margin-bottom: 20px;
    }
    .nm-banner-l-head {
        font-size: 25px;
    }
    .nm-banner-l-text {
        font-size: 16px;
    }
    section.nmain>section {
        flex-wrap: wrap;
    }
    .nm-point-item {
        width: calc(50% - 8px);
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        padding-left: 20px;
        padding-right: 20px;
        row-gap: 10px;
        padding: 20px;
    }
    section.nmain>section.nm-res {
        position: relative;
        padding-bottom: 60px;
    }
    section.nmain>section.nm-res .nm-offer-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .nm-why-left {
        display: none;
    }
    .nm-why-wr>div {
        width: 100%;
        gap: 20px;
    }
    .nm-why-item {
        width: 100%;
        margin: 0px;
        order: 1;
    }
    .nm-why-item:nth-child(1) {
        order: 1;
    }
    .nm-why-item:nth-child(2) {
        order: 3;
    }
    .nm-why-item:nth-child(3) {
        order: 5;
    }
    .nm-why-item:nth-child(4) {
        order: 7;
    }
    .nm-offer-text {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .nm-us-col-p {
        margin-right: auto;
        width: 100%;
        gap: 15px;
    }
    .nm-us-col-p-img {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        padding: 5px;
    }
    .nm-us-col-p-img svg {
        width: 100%;
        height: auto;
    }
    .nm-us-col-p-img img {
        width: 100%;
        height: auto;
    }
    .nm-us-col-p-tit {
        font-size: 12px;
    }
    .nm-us-col-p-off {
        margin-top: 6px;
        font-size: 10px;
    }
    .nm-us-col:nth-child(1) {
        margin-bottom: 20px;
    }
    .nm-us-col:nth-child(2),
    .nm-us-col:nth-child(3) {
        width: 100%;
    }
    .nm-us-col:nth-child(2)>div,
    .nm-us-col:nth-child(3)>div {
        margin-bottom: 20px;
        height: fit-content;
    }
    .nm-us-col-l-title {
        margin-bottom: 25px;
        font-size: 12px;
    }
    .nm-us-col-l-point {
        font-size: 12px;
    }
    .nm-us-col-l-point span:last-child {
        text-align: right;
    }
    .nm-us-col-l-point span:first-child {
        text-align: left;
    }
    a.nm-us-gray-btn {
        height: 40px;
        min-height: 40px;
        width: 100%;
    }
    .nm-cat-item {
        width: 100%;
    }
    .nm-opt-left>div {
        width: 100%;
        margin-bottom: 20px;
        height: fit-content;
    }
    .nm-opt-left {
        flex-direction: column;
    }
    .nm-opt-left-top .nm-opt-right-title {
        margin-bottom: 15px;
    }
    .nm-opt-l-t-point {
        padding: 14px;
    }
    .nm-opt-l-b-off {
        margin: 10px 0px 15px;
    }
    .nm-opt-l-b-point span {
        font-size: 12px;
        display: block;
        width: 140px;
    }
    .nm-opt-l-b-point b {
        font-size: 12px;
    }
    .nm-opt-right {
        margin-top: 0px;
    }
    .nm-opt-right-title {
        flex-direction: column;
        text-align: left;
        align-items: baseline;
        margin-bottom: 20px;
    }
    .nm-opt-right-point-img {
        display: none;
    }
    .nm-opt-r-offer {
        font-size: 12px;
    }
    .nm-opt-bottom-img {
        display: none;
    }
    .nm-garant-top-item {
        width: 100%;
    }
    .nm-garant-top-item-img {
        margin-bottom: 15px;
    }
    .nm-garant-top {
        gap: 20px;
    }
    .nm-garant-bottom {
        margin-top: 20px;
        gap: 15px;
    }
    .nm-garant-bottom-item {
        height: 80px;
        width: calc(50% - 8px);
        padding: 16px;
    }
    .nm-garant-bottom-item img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .nm-garant-bottom-img-wr {
        width: 100%;
        height: 100%;
    }
    .nm-why-im-left {
        padding: 20px;
    }
    .nm-why-im-left-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .nm-why-im-left-offer {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .nm-why-im-left-point {}
    .nm-why-im-left-p-title {
        font-size: 16px;
    }
    .nm-why-im-left-p-of {
        font-size: 12px;
    }
    .nm-why-right-point {
        width: 100%;
        background: #F8F8F8;
        border: none;
    }
    .nm-why-im-right {
        gap: 20px;
    }
    .nm-why-img-wr {
        row-gap: 20px;
    }
    .nm-why-point-title {
        font-size: 16px;
        margin: 15px 0px 15px;
    }
    .nm-why-point-title br {
        display: none;
    }
    .nm-callback-wr {
        padding: 20px;
    }
    .nm-callback-right {
        max-width: 100%;
        height: 305px;
        margin-top: 20px;
    }
    .nm-callback-info {
        bottom: 20px;
        left: 20px;
        padding: 10px;
    }
    .nm-callback-title {
        margin: 5px 0px;
        font-size: 12px;
        line-height: 1;
    }
    .nm-callback-deg {
        font-size: 10px;
    }
    section.nmain>section.nm-callback {
        margin-bottom: 40px;
    }
    .nm-why-items>noindex {
        display: flex !important;
        order: 3;
    }
    .nm-why-items>noindex .nm-why-left {
        display: flex;
        height: 260px;
        max-height: 260px;
    }
    .mainSwiper-pag {
        right: 20px;
        bottom: 20px;
    }
    .res-sw-wr {
        background: linear-gradient(0deg, black, transparent);
    }
}

.nm-banner-mb {
    display: none;
}

@media (max-width: 768px) {
    .nm-banner-mb {
        display: block;
    }
    .nm-banner-pc {
        display: none;
    }
}

.nm-banner-l-text {
    margin-bottom: 10px;
}

.nm-banner-buttons {
    margin-top: auto;
}

.nm-banner-left {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    section.nm-banner>div {
        height: fit-content;
        max-height: fit-content;
        min-height: fit-content;
    }
    .nm-why-items>noindex .nm-why-left {
        width: 100%;
    }
    .nm-why-items>noindex {
        width: 100%;
    }
}